html,
body {
    height: 100%;
    margin: 0;
    font-family: "Google Sans", sans-serif;
}

body {
    background: linear-gradient(180deg, #e4ceb2 0%, #f0bd8a 100%);
    background-attachment: fixed;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
    0% {
        box-shadow: 15px 0 rgba(120, 20, 30, 1), -15px 0 rgba(120, 20, 30, .1);
        background: rgba(120, 20, 30, 1)
    }

    33% {
        box-shadow: 15px 0 rgba(120, 20, 30, 1), -15px 0 rgba(120, 20, 30, .1);
        background: rgba(120, 20, 30, .1)
    }

    66% {
        box-shadow: 15px 0 rgba(120, 20, 30, .1), -15px 0 rgba(120, 20, 30, 1);
        background: rgba(120, 20, 30, .1)
    }

    100% {
        box-shadow: 15px 0 rgba(120, 20, 30, .1), -15px 0 rgba(120, 20, 30, 1);
        background: rgba(120, 20, 30, 1)
    }
}

.login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

/* .login-box .container>.row {
    height: 100vh;
    min-height: 700px;
} */

.login-box .contents,
.login-box .logo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .contents {
    width: 45%;
}

.login-box .logo-banner {
    border-radius: 0 3.5rem 3.5rem 0;
    border-right: 14px solid #fff;
    width: 55%;
    background: url('../images/bg-1.jpg') no-repeat center top;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
}

.login-form-bg,
.consent-form-bg {
    width: 100%;
    max-width: 400px;
    background: rgba(249, 240, 235, 1);
    padding: 45px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgb(203 167 132) 0px 48px 100px 0px;
}

.login-box .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px !important;
    height: 54px;
    background: #fff;
}

.country-select .flag-dropdown {
    border-radius: 6px 6px !important;
    background: #eee;
}

.country-select.inside .selected-flag {
    background: #f1f1f1;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
    background: rgba(223, 223, 223, .7);
}

.login-box .form-control:active,
.login-box .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.login-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: rgba(97, 12, 15, 1);
    border-color: rgb(76, 9, 11);
    width: 100%;
}

.login-box .btn:hover {
    background-color: rgba(97, 12, 15, .9);
    border-color: #eb696e;
}

.otp-input-section {
    padding: 10px 20px 30px 20px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.otp-box {
    width: 40px;
    height: 50px;
    border: 1px solid #c3997f;
    text-align: center;
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fffaf6;
    border-radius: .5rem;
    cursor: pointer;
}

.otp-box.active {
    border-color: var(--text-dark);
}

.otp-timer {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 500;
    color: #191c23;
}




.flag-withtext {
    display: none;
}

.flag-dropdown {
    background: #fff;
}

.country-select .country-list,
.country {
    width: auto !important;
    text-wrap-mode: nowrap;
}

.phone-box {
    padding-left: 60px !important;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.custom-header .logo {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.logo .brand {
    max-width: 210px;
}

.login-form-bg .logo .brand,
.consent-form-bg .logo .brand {
    max-width: 180px;
    padding: 35px;
    display: flex;
    width: 180px;
    height: 180px;
    /*! background: rgba(97, 12, 15, 1); !*/
    background: radial-gradient(circle, #8e0b0f 0%, rgba(97, 12, 15, 1) 100%);
    border-radius: 150px;
    margin-top: -115px;
    border-bottom: 2px solid #a80600;
}

.custom-header .logo .brand {
    max-width: 120px;
}

.logo .brand img {
    width: 100%;
}

.no-padding {
    padding: 0
}

.form-control {
    height: 54px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    color: #6d4b73;
    padding: 0 18px;
}

.caption,
.resend-label {
    color: #191c23;
    padding-left: 10px;
}

.login-invalid {
    color: #ffffff;
    background: var(--bs-form-invalid-color);
    border-radius: 4px;
    padding: 4px 15px;
    text-align: center;
}

.seperator-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem 0 4rem 0;
}

.form-control::placeholder {
    color: #7c5c82;
    opacity: 1;
}

.consent-form-bg {
    max-width: none;
}

.consent-form-bg .card-title {
    font-family: "Playfair", serif;
    font-size: 2rem;
    line-height: 2rem;
    color: rgba(93, 19, 10, 1);
    font-weight: 700;
}

.consent-form-bg .card-text {
    color: #191c23;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.custom-pad {
    translate: -5rem;
    padding-right: 3rem !important;
}

.preferred-way {
    display: block;
    border: 1px dashed #cb5a5a;
    border-radius: 0.6rem;
}

.preferred-way h6 {
    color: #191c23;
    font-size: .9rem;
    font-weight: 500;
    margin-top: .5rem !important;
    margin-bottom: .8rem !important;
}

.preferred-way .consent-items {
    align-items: center;
}

.preferred-way p {
    color: #191c23;
    font-size: .8rem;
    font-weight: 400;
}



#pway-btn {
    text-decoration: underline;
    cursor: pointer;
}

.consent-form-bg .unsub-text {
    color: #191c23;
    font-size: 0.9rem;
}

.check-wrapper {
    gap: 15px;
}

.pad-y-5 {
    padding: 7rem 0 4rem 0;
}

.banner-absolute {
    position: absolute;
    left: 0;
}

.consent-items {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.consent-items .caption {
    color: #191c23;
    font-size: 0.9rem;
    padding-left: 0;
}

.modal-content {
    border-radius: 22px;
}

.modal-header {
    padding: 0;
    margin: 0;
    transform: translate(-50%, -35px);
    position: absolute;
    z-index: 1;
    left: 50%;
    border: none;
}

.modal-header .close {
    float: none;
    flex: 0 0 68px;
    max-width: 68px;
    height: 68px;
    display: flex;
    background-color: #ECECEC;
    border-radius: 50%;
    font-size: 42px;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1;
    margin: 0 auto;
    outline: none;
    box-shadow: none;
    opacity: 1;
    border: none;
}

.modal-header .close:hover {}

.modal-header .close svg {
    height: 32px;
}

.modal-body {
    padding: 60px 50px;
}

.modal-body_title {
    font-family: "Playfair", serif;
    color: rgba(97, 12, 15, 1);
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.modal-body_subtitle {
    font-family: "Playfair", serif;
    color: rgba(97, 12, 15, 1);
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 20px;
}



/*! Custom CSS For Checkbox Starts !*/
.checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: rgb(163, 45, 57);
    --tick: #fff;
    position: relative;
}

.checkbox input,
.checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}

.checkbox.path input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox.path input:disabled + svg {
    opacity: 0.4;
    cursor: not-allowed;
}

.checkbox.path input:disabled {
    cursor: not-allowed;
}

/*! Custom CSS For Checkbox Ends !*/

@media (max-width: 991.98px) {
    .login-box {
        justify-content: center !important;
    }

    .login-box .contents {
        width: 100%;
        max-width: 600px;
    }

    .login-box .logo-banner {
        display: none;
        height: 200px;
    }

    .custom-pad {
        translate: unset;
        padding: 0 1rem !important;
    }
}

@media (max-width:799.98px) {

    .login-box .contents,
    .login-box .logo-banner {
        width: 100%;
    }
}

.desktop-warning {
    display: none;
}
}

@media (max-width:430px) {

    .wrapper {
        padding: 0;
    }

    .login-wrapper {
        padding: 0 18px;
    }

    .logo .brand {
        font-size: 2.5rem;
    }

}

@media (max-width:370px) {
    .login-form-bg {
        padding: 45px 20px;
    }
}