body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #fff;
}
.mobile-container {
    max-width: 430px;
    height: 100vh;
    width: 100%;
    /* border: 1px solid #dee2e6; */
    padding: 10px;
    box-sizing: border-box;
    background: #031d0b;
    background-image: url("/assets/images/bg/mdrt-viewer.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    margin: auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1000px) {
    body {
        display: unset;
        justify-content: unset;
        align-items: unset;
        height: unset;
        background: #fff;
    }
    .mobile-container {
        position: fixed;
    }
}

.image-bottom {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    height: 25px;
    content: "";
    /* background-image: url(/assets/images/bg/text-warn.webp); */
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Title */
.font-vnm {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Manulife JH Sans";
}

/* SELECT */
.select2-container .select2-selection--single {
    height: unset;
    padding: 9px;
    border-radius: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: center;
    text-transform: uppercase;
    color: #26b064;
    font-family: "Manulife JH Sans";
    padding-top: 3px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    position: relative;
    border-color: unset;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    content: "";
    position: absolute;
    top: 64%;
    left: -20%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/icon/icon-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* FORM */
/* Custom form input */
.form-group {
    margin-bottom: 1rem;
    /* display: flex;
    justify-content: center; */
}
.form-control {
    border-radius: 12px;
    padding: 23px;
    width: 95%;
    text-align: center;
    color: #26b064;
    font-family: "Manulife JH Sans";
    border: 2px #26b064 solid;
}
.form-control::placeholder {
    text-transform: uppercase;
    color: #26b064;
    font-family: "Manulife JH Sans";
}
.form-control:-webkit-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.form-control:-moz-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.form-control:-ms-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.form-control::-webkit-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

/* BTN */
.btn-primary {
    text-transform: uppercase;
    color: #26b064;
    font-size: 1.1rem;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
    border-radius: 23px;
    padding: 8px;
    width: 85%;
    font-family: "Manulife JH Sans";
    font-weight: bold;
}

/* FORM WITH IMAGE TITLE */
.input-with-image {
    position: relative;
    /* margin-bottom: 15px; */
}

.input-with-image .bg-input {
    width: 100%;
    height: 12vh;
}

.field-input {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.field-input::placeholder {
    color: #e1dfdf !important;
    opacity: 1; /* Optional: makes the placeholder text fully opaque */
}

.input-reset {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background: none;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* .input-with-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/assets/images/bg/input-bg.webp');
} */

.input-with-image-email::after {
    background-image: url(/assets/images/icon/icon-email.png);
}
.input-with-image-password::after {
    background-image: url(/assets/images/icon/icon-password.png);
}
.input-with-image-user::after {
    background-image: url(/assets/images/icon/icon-user.png);
}
.input-with-image-phone::after {
    background-image: url(/assets/images/icon/icon-phone.png);
}

/* Style checkbox */
/* Style cho toàn bộ label */
.pl-custom {
    padding-left: 2rem !important;
}
.form-checkbox-custom {
    width: 85%;
}
.form-check-label {
    font-size: 0.68rem !important;
}
.form-check-span {
    font-size: 0.53rem !important;
    color: #cccccc;
}
.checkbox-custom label {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

/* Style cho input checkbox */
.checkbox-custom input[type="checkbox"] {
    display: none;
}

/* Tạo khung check với border và size */
.checkbox-custom label::before {
    position: absolute;
    top: 3px;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
}

/* Thêm dấu tick bên trong khi checked */
.checkbox-custom input[type="checkbox"]:checked + label::before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url(/assets/images/icon/icon-tick.png);
}

/* Modal custom */
.modal-body,
.modal-content {
    border: unset;
    padding: 0 !important;
    background-color: unset;
    box-shadow: unset;
}

.icon-close-modal {
    width: 18px;
    height: 18px;
}

.box-image-gift-sampling {
    position: relative;
}

.btn-ok-modal {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cccccc;
    padding: 5px 32px;
    opacity: 0;
}

/* btn custom */
.btn-buy-combo .buy {
    font-weight: 400;
    font-family: "Manulife JH Sans";
}

.btn-buy-combo .etc {
    color: #fff;
    background: #26b064;
    width: 50px;
    height: 50px;
    padding: 6px 8.44px 6px 12px;
    border-radius: 50%;
    letter-spacing: 4px;
    font-size: 1.5rem;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.btn-buy-combo .etc::-webkit-outer-spin-button,
.btn-buy-combo .etc::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.btn-buy-combo .etc[type="number"] {
    -moz-appearance: textfield;
}

.btn-buy-combo .combo {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "Manulife JH Sans";
}

/* Btn buy package */
.mb-6 {
    margin-bottom: 4rem !important;
}
.btn-buy-package {
    z-index: 2;
}
.btn-buy-package .title {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: initial;
    font-family: "Manulife JH Sans";
    margin-bottom: -5px;
}

.btn-buy-package .sub-title {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
    font-family: "Manulife JH Sans";
}

/* Input custom buy package */
.input-wrapper {
    position: absolute;
    top: -2.4rem;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.round-input {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: unset;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-family: "Manulife JH Sans";
    text-shadow: 4px 3px 4px #000000;
}

.round-input:focus {
    outline: none;
}

.round-input::placeholder {
    color: #fff;
    font-family: "Manulife JH Sans";
}
.round-input:-webkit-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.round-input:-moz-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.round-input:-ms-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

.round-input::-webkit-input-placeholder {
    color: #26b064;
    font-family: "Manulife JH Sans";
}

/* Chrome, Safari, Edge, Opera */
.round-input::-webkit-outer-spin-button,
.round-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.round-input[type="number"] {
    -moz-appearance: textfield;
}

.btn-buy-package:hover {
    color: #26b064;
    background-color: #ffffff;
}
.btn-buy-package:focus {
    color: #26b064;
    background-color: #ffffff;
}

.btn-package-active {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-package-active:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-package-active:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Roll wheel */
.roll-wheel-total {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 1px 4px;
}
/* .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
} */
