#agreement-modal {
    /* Ensure the modal is initially hidden */
    display: none;
    position: fixed;
    z-index: 2050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    /* optional backdrop */
}

/* #modal-privacy .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1rem;
} */

.bg-primary-900 {
    background-color: #254a87;
    color: white;
    height: 42px;
}

.text-close {
    color: white;
    font-size: 14px !important;
}

.text-button-agree {
    /* margin-left: 92% !important; */
    display: block;
    margin-left: auto;
}

.text {
    font-size: 14px !important;
}

.qrcode-img {
    /* width: 300px !important; */
    /* height: 500px !important;
    margin-left: 40% !important; */
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.container {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    overflow-x: hidden;
    /* max-width: fit-content;
    font-size: 14px !important; */
    /* Center the content inside the container */
}

/* #agreement-modal .modal-body {
    max-height: 80vh !important;

    overflow-y: auto !important;
} */