/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

/*grace adding font for homepage*/
@font-face {
    font-family: "Bebas Neue Bold";
    src: url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeue_Bold_0.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.woff2') format('woff2'), url('../fonts/BebasNeue Book_0.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "You Decide";
    src: url('../fonts/YouDecide.woff') format('woff'), url('../fonts/YouDecide.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald Variable";
    src: url('../fonts/oswald-variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    scroll-behavior: smooth;
    color: #ffffff;
    background: #000000;
    margin: 0 auto;
    font-family: 'Oswald Variable';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    line-height: 1;
    letter-spacing: 1px;
}

a, a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

button:focus {
    border: transparent;
}

input, select {
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    border-radius: 0px;
    border: 3px solid #CA3432;
    padding: 10px 10px;
    font-weight: 600;
    outline: none;
    background-color: #ffffff;
}

    input.radio {
        margin-top: 6px;
        width: 15px;
        height: 15px;
        border: 1px solid #000000;
    }

select {
    -webkit-appearance: none;
    background: url('../img/selectarrow-m.png') no-repeat;
    background-position-x: right;
    background-color: #ffffff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DCDDDE;
    opacity: 1; /* Firefox */
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DCDDDE;
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #DCDDDE;
    font-weight: normal;
}

.primary-btn {
    background: linear-gradient(#ee2424, #4e090a);
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

.second-btn-small {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bolder;
    padding: 5px 30px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

    .second-btn-small.active {
        background-color: white;
        color: #000000;
    }


.second-btn {
    background: linear-gradient(#ee2424, #4e090a);
    border: none;
    border-radius: 30px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

.third-btn {
    background: linear-gradient(#b4b4b4, #696969);
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

.fourth-btn {
    background-color: #C8102E;
    border: 3px solid #a61825;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 30px;
    width: fit-content;
    margin: 0px auto;
    letter-spacing: 1px;
    display: block;
    left: 0;
    right: 0;
}

.fourth-btn:hover, .fourth-btn:focus {
    background-color: #c7223d !important;
}

div.innerbtn {
    background: linear-gradient(#771a15, #a61825);
    border-radius: 25px;
    padding: 5px 10px;
    width: 100%;
}

div.innerbtn2 {
    background: linear-gradient(#696969, #9b9b9b);
    border-radius: 25px;
    padding: 5px 10px;
    width: 100%;
}

.primary-btn:focus, .primary-btn:focus, .primary-btn:active, .second-btn:focus, .second-btn:focus, .second-btn:active {
    box-shadow: none;
}

.primary-btn:hover, .second-btn:hover {
    color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}

button.bottombutton {
    position: absolute;
    bottom: 55px;
}

.section {
    width: 768px;
    margin: auto;
    padding: 0px 15px 30px 15px;
}

.w100 {
    width: 100%;
    max-width: 750px;
}

.w75 {
    width: 75%;
    max-width: 750px;
}

.w50 {
    width: 50%;
    max-width: 750px;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.bgcolor {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgcolorleaf {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgcolorLogo {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgcolorLogo1 {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgcolorWelcome {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blackline {
    width: 40%;
    height: 5px;
    border-radius: 5px;
    background-color: #000000;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.modal-content {
    background-color: #000000;
    font-size: 16px;
    text-align: center;
    border: white 1px solid;
    color: white;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    padding-top: 0px;
}

.modal-header {
    padding-bottom: 0px;
}

.modal-header .close {
    padding: 0rem 0.5rem;
    color: #ffffff;
}
/************* Desktop Version ************/
.dekstopversion {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .dekstopversion .content {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .dekstopversion .content h2 {
            font-weight: bold;
            font-size: 40px;
        }

        .dekstopversion .content p {
            font-weight: 600;
            margin-bottom: 10px;
            font-style: italic;
        }

.leaf {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .leaf img {
        width: 100px;
        opacity: 0.2;
    }

    .leaf div:nth-child(3) img, .leaf div:nth-child(5) img {
        transform: rotate(-30deg);
        width: 200px;
    }

    .leaf div:nth-child(2) img, .leaf div:nth-child(4) img, .leaf div:nth-child(1) img, .leaf div:nth-child(5) img {
        transform: rotate(40deg);
    }

    .leaf div {
        position: absolute;
        display: block;
    }

        .leaf div:nth-child(1) {
            left: 20%;
            animation: fall 15s linear infinite;
            animation-delay: -2s;
        }

        .leaf div:nth-child(2) {
            left: 70%;
            animation: fall 15s linear infinite;
            animation-delay: -4s;
        }

        .leaf div:nth-child(3) {
            left: 0%;
            animation: fall 20s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(4) {
            left: 50%;
            animation: fall 15s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(5) {
            left: 85%;
            animation: fall 30s linear infinite;
            animation-delay: 0s;
        }

        .leaf div:nth-child(6) {
            left: 25%;
            animation: fall 15s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(7) {
            left: 75%;
            animation: fall 15s linear infinite;
            animation-delay: -15s;
        }

        .leaf div:nth-child(8) {
            left: 36%;
            animation: fall 15s linear infinite;
            animation-delay: -7s;
        }

        .leaf div:nth-child(9) {
            left: 40%;
            animation: fall 15s linear infinite;
            animation-delay: -2s;
        }

@keyframes fall {
    0% {
        opacity: 1;
        top: -10%;
        transform: translateX (20px) rotate(0deg);
    }

    20% {
        opacity: 0.8;
        transform: translateX (-20px) rotate(45deg);
    }

    40% {
        transform: translateX (-20px) rotate(90deg);
    }

    60% {
        transform: translateX (-20px) rotate(135deg);
    }

    80% {
        transform: translateX (-20px) rotate(180deg);
    }

    100% {
        top: 110%;
        transform: translateX (-20px) rotate(225deg);
    }
}
/************** NAVBAR **************/
.sidenav {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 2;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #CDCDCD, #F8F8F8);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
    text-align: left;
}

    .sidenav a, .sidenav-dropdown a {
        padding: 8px 8px 8px 20px;
        text-decoration: none;
        font-size: 16px !important;
        color: #000000 !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn, .sidenav-dropdown .closebtn {
        position: absolute;
        top: -15px;
        right: 5px;
        font-size: 36px !important;
    }

.header {
    padding: 10px 0;
    margin: auto;
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 10;
}

span.navmenu img {
    width: 40px;
}

img.logo {
    width: 30px;
}

.bottommenu {
    position: absolute;
    bottom: 20px;
}

.sidenav-dropdown {
    position: fixed;
    width: 0;
    z-index: 1;
    top: 50px;
    right: 0;
    background-image: linear-gradient(to right, #CDCDCD, #F8F8F8);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 30px;
    text-align: left;
}

.sidenav-dropdown .navigation-menu {
    margin-top: 20px;
}

.sidenav-dropdown .navigation-menu .nav-menu.active {
    font-weight: bold;
}

.sidenav-dropdown .user-firstname {
    position: absolute;
    top: 0;
    font-weight: bold;
    padding-right: 20px
}

/************** WELCOME PAGE **************/
.welcomepage {
    margin: auto;
    width: 768px;
}

    .welcomepage img {
        width: 100%;
        max-width: 768px;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: 0;
    }

    .welcomepage video {
        width: 100%;
        max-width: 768px;
        height: 100%;
        object-fit: cover;
        position: absolute;
        margin: 0 auto;
        z-index: 0;
    }



/************** HOME PAGE **************/
.homepage .bannerhomepg {
    background-color: #E0F1F8;
    color: #ffffff;
    padding: 0px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.homepage .bottomleftcontent {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgba(40,40,40,0), rgba(40,40,40,1));
    width: 100%;
    border-radius: 20px;
    margin-right: -20px;
    padding-bottom: 10px;
}

.homepage .bannerhomepg p {
    padding: 0 15px;
}

.homepage .bannerhomepg h5 {
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 42px;
}

.homepage .bannerhomepg p {
    font-size: 14px;
}

.homepage .bannerhomepg img {
    width: 100%;
    max-width: 750px;
    border-radius: 20px;
    height: auto !important;
}

.homepage .active img {
    height: 450px;
    object-fit: cover;
    object-position: center top;
}

.homepage .inactive img {
    height: 250px;
    object-position: center top;
    object-fit: cover;
}

.homepage .inactive {
    cursor: none;
    filter: brightness(0.5);
}

.bannerhomepg span {
    position: absolute;
    border: 3px solid #ffffff;
    color: #000000;
    background-color: rgba(255,255,255,0.5);
    right: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 18px;
    padding: 5px;
    border-radius: 100%;
}
/* Progress bar */
.homepage .progressbar {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.progress__step {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: transparent;
    position: relative;
}

.progress__step--active span {
    color: #ffffff;
    padding: 1px 8px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #A33035, #E64B51, #A33035);
    position: absolute;
    margin-top: 12px;
    margin-left: -20px;
    z-index: 1;
}

.progress__step::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    margin: 0 auto;
}

.progress__step:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 1.5em;
    left: -50%;
    width: 100%;
    height: .4em;
    z-index: 0;
}

.progress--counter .progress__step {
    counter-increment: step-number;
    font-weight: bold;
    line-height: 3em;
}

    .progress--counter .progress__step::before {
        content: counter(step-number);
    }

/* steps before the active step */
.progress__step::before, .progress__step::after {
    background-color: #0A43AB;
}

.progress__step::before {
    background-color: #0A43AB;
    box-shadow: inset 0 0 0 3px #0A43AB;
}
/* steps after the active step */
.progress__step--active ~ .progress__step::before {
    background-color: #eee;
    box-shadow: inset 0 0 0 3px #ccc;
}

.progress__step--active ~ .progress__step::after {
    background-color: #ffffff;
}
/* the active step */
.progress__step--active::before {
    background-color: #dfb;
    box-shadow: 0 0 3px 1px #0A43AB;
}



/************** INFO PAGE **************/
.infopage img.imgtop {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    height: 100%;
}

.infopage .content {
    width: 90%;
    max-width: 750px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .infopage .content img.checked {
        width: 125px;
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .infopage .content p {
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 20px;
    }

/************** OTP PAGE **************/
.otppage {
    text-align: center;
}

    .otppage .content {
        width: 100%;
        max-width: 750px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .otppage p {
        font-weight: bold;
        line-height: 1.2;
    }

    .otppage img {
        width: 70%;
        max-width: 750px;
        margin-bottom: 15px;
    }

.otppage .ResetPasswordBtn {
    margin-bottom: 10px; 
    margin-top: 20px;
}

.inputotp {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .inputotp p {
        font-weight: normal;
        font-size: 14px;
        margin-top: 5px;
    }

.otp-group input {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #ffffff;
    margin: 0 2px;
    border-radius: 0px;
    border: 3px solid #CA3432;
}
/*Grace Input retry */
.partitioned {
    letter-spacing: 23px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #E64B51;
    font-size: 24px;
    background-position-x: 0px;
    padding-left: 38px;
    width: 280px;
    min-width: 260px;
    overflow: hidden;
    text-align: left;
}

.divInner {
    position: sticky;
    left: 0;
}

.divBorder {
    background-image: linear-gradient(to left, #E64B51 70%, rgba(255,0,0,0) 0%);
    background-position: top;
    background-size: 35px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 220px;
    min-width: 220px;
    height: 2px;
    display: block;
}

.divOuter {
    width: 255px;
    overflow: hidden;
    margin: 0 auto;
}

    /*=====================OTP size 6 digit FIX==========*/
.partitioned-six-digit { 
    letter-spacing: 20px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #E64B51 !important;
    font-size: 30px;
    padding-left: 33px;
    width: 350px;
    min-width: 260px;
    overflow: hidden;
    text-align: left;
}

.divBorder-six-digit {
    background-image: linear-gradient(to left, #E64B51 70%, rgba(255,0,0,0) 0%);  
    margin: 0 auto;
    margin-bottom: 20px; 
    min-width: 200px;
    height: 2px;
    display: block;
}

/*=====================OTP size 4 digit START==========*/
.partitioned-four-digit {
    letter-spacing: 35px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #E64B51 !important;
    font-size: 30px;
    background-position-x: 0px;
    padding-left: 38px;
    width: 200px;
    min-width: 260px;
    overflow: hidden;
    text-align: left;
}

.divBorder-four-digit {
    background-image: linear-gradient(to left, #E64B51 70%, rgba(255,0,0,0) 0%);
    background-position: top;
    background-size: 55px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 200px;
    min-width: 200px;
    height: 2px;
    display: block;
}	

/************** EMAIL PAGE **************/
.emailpg {
    text-align: center;
}

    .emailpg .content {
        width: 90%;
        max-width: 750px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .emailpg p {
        margin-bottom: 20px;
    }

    .emailpg input {
        margin: 30px 0 50px 0;
        color: black;
    }

    .emailpg a {
        text-decoration: none;
        color: #ffffff;
        font-size: 13px;
    }


/************** TERMS AND CONDITION PAGE **************/
.tncpage {
    text-align: center;
}

    .tncpage button {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .tncpage p {
        margin-bottom: 15px;
    }


/******************************************
     START PHASE 2
******************************************/
.phasetwopage.bgcolorleaf {
    background-color: #000000;
    min-height: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .phasetwopage.bgcolorleaf.leaf2 {
        background-color: #000000;
        min-height: 100%;
        background-attachment: fixed;
        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
/*remove arrow in input*/
.phasetwopage input::-webkit-outer-spin-button,
.phasetwopage input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phasetwopage input[type=number] {
    -moz-appearance: textfield;
}

.phasetwopage input.inputnumber {
    letter-spacing: 10px;
    font-weight: 600;
}

.phasetwopage img.imgtop {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    height: 100%;
    margin-top: -120px;
}

.phasetwopage {
    text-align: center;
}

    .phasetwopage .content {
        width: 100%;
        max-width: 750px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .phasetwopage .welcomepage h1, .phasetwopage .welcomepage h6 {
        font-weight: bold;
    }

    .phasetwopage .welcomepagebtm {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 25px;
    }

    .phasetwopage a {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .phasetwopage .modal a {
        text-decoration: underline;
        color: #E22526;
    }

    .phasetwopage a.dropdown-item {
        color: #000000;
    }

    .phasetwopage p {
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .phasetwopage img {
        width: 60%;
        max-width: 400px;
        margin-bottom: 15px;
    }

    .phasetwopage form {
        text-align: left;
    }

    .phasetwopage .form-group {
        margin-bottom: 10px;
    }

    .phasetwopage .form-check-label {
        margin-left: 5px;
    }

    .phasetwopage input, .phasetwopage input:focus {
        text-align: left;
        color: #000000;
    }

        .phasetwopage input.right {
            text-align: center;
        }

        .phasetwopage input.left {
            background-color: #ffffff;
            border-right: 0px;
            font-weight: 600;
            text-align: center;
        }

    .phasetwopage #datepicker input, #datepicker > span:hover {
        cursor: pointer;
        color: #000000;
    }

    .phasetwopage .modal-footer {
        justify-content: center;
    }

        .phasetwopage .modal-footer a {
            text-decoration: underline;
            font-weight: bold;
        }

    .phasetwopage ul.typeahead.dropdown-menu {
        color: #000000;
        width: 95%;
    }

    .phasetwopage .language-selector {
        margin: 0 auto;
        margin-top: 100px;
    }


/******************************************
     END PHASE 2
******************************************/

/*********** OVERLAY HOMEPAGE ************/

.overlay {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .overlay .content {
        width: 100%;
        max-width: 768px;
    }

    .overlay span, .overlay p {
        padding-left: 10px;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
    }

    .overlay .arrow-burgermenu {
        margin-top: 80px;
        margin-left: 50px;
    }

        .overlay .arrow-burgermenu img {
            transform: rotate(-50deg);
        }

    .overlay .arrow-stepprogress p {
        text-align: center;
        margin-top: 55px;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 320px;
    }

    .overlay .arrow-content2 p {
        text-align: left;
        margin-top: 300px;
    }

    .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 300px;
    }

    .overlay .buttonposition {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }

    .overlay button {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 10px;
    }


@media only screen and (max-width: 768px) {
    .homepage .active img {
        height: 450px;
        object-fit: cover;
    }

    .homepage .inactive img {
        height: 275px;
        object-fit: cover;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 300px;
    }

    .overlay .arrow-content2 p, .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 325px;
    }

    .section {
        width: 100%;
    }

    .bannerhomepg span {
        font-size: 14px;
        font-weight: bold;
    }

    .overlay .buttonposition {
        top: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .homepage .active img {
        height: 265px;
        object-fit: cover;
    }

    .homepage .inactive img {
        height: 175px;
        object-fit: cover;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 160px;
    }

    .overlay .arrow-content2 p {
        text-align: left;
        margin-top: 210px;
    }

    .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 190px;
    }
}

@media only screen and (max-width: 320px) {
    .overlay .buttonposition {
        top: 30%;
    }

    .homepage .active img {
        height: 225px;
        object-fit: cover;
    }

    .homepage .inactive img {
        height: 150px;
        object-fit: cover;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 160px;
    }

    .overlay .arrow-content2 p {
        text-align: left;
        margin-top: 175px;
    }

    .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 165px;
    }

    .infopage .content p {
        line-height: 1;
        font-size: 12px;
    }

    .infopage .content img.checked {
        margin-top: 0px;
    }
}

.activity-banner {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}

/*vue loading overlay override css*/
.vl-overlay .vl-background {
    opacity: 0 !important;
}

.vl-icon svg {
    stroke: #C8102E;
    width: 100px;
    height: 100px;
}

/*age verification html css*/
.primary-btn:disabled {
    background: #6d6d6d !important;
}

.phasetwopage .datasecuritytitle {
    cursor: pointer;
    text-decoration: underline !important;
}

/* password widget */
.passwordWidget .password-strength {
    margin-top: 5px;
    font-size: 12px;
}

.passwordWidget .password-requirements {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.passwordWidget .error-block p {
    font-size: 12px;
    color: #C8102E;
}

/* User Profile Widget Error Block Styling for Marlboro Brand */
.user-profile-content .error-block {
    margin-top: 0.5rem;
}

.user-profile-content .error-block p {
    margin: 0;
    font-size: 12px;
    color: #C8102E;
}

/* User Profile Widget Password Strength Styling for Marlboro Brand */
.user-profile-content .password-strength {
    margin-top: 5px;
    font-size: 12px;
}

.user-profile-content .password-progress {
    height: 5px;
}

.user-profile-content .password-strength small {
    color: #666666;
    font-size: 12px;
}

/* Password Strength Indicator Colors for User Profile Marlboro Brand */
.user-profile-content .progress-bar.bg-danger-custom {
    background-color: #C8102E;
}

.user-profile-content .progress-bar.bg-warning-custom {
    background-color: #FF6B6B;
}

.user-profile-content .progress-bar.bg-info-custom {
    background-color: #FFA500;
}

.user-profile-content .progress-bar.bg-success-custom {
    background-color: #28a745;
}

/* Password Widget Additional Styles for Marlboro Brand */
.passwordWidget .section-no-margin {
    margin-top: 0px;
}

.passwordWidget .password-title {
    font-weight: bold;
}

.passwordWidget .password-subtitle {
    font-size: 18px;
}

.passwordWidget .password-instruction {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}

.passwordWidget .forgot-password-link {
    color: #C8102E;
    cursor: pointer;
    text-decoration: none;
}

.passwordWidget .forgot-password-link:hover {
    text-decoration: underline;
}

.passwordWidget .hidden-username {
    display: none;
}

.passwordWidget .password-progress {
    height: 5px;
}

.passwordWidget .error-text {
    color: #C8102E;
}

/* Password Strength Indicator Colors for Marlboro Brand */
.passwordWidget .progress-bar.bg-danger-custom {
    background-color: #C8102E;
}

.passwordWidget .progress-bar.bg-warning-custom {
    background-color: #FF6B6B;
}

.passwordWidget .progress-bar.bg-info-custom {
    background-color: #FFA500;
}

.passwordWidget .progress-bar.bg-success-custom {
    background-color: #28a745;
}

.passwordWidget .password-eye-icon {
    font-size: 1.5em;
    color: #ffffff !important;
    line-height: 1;
}

/* Style untuk tombol show/hide password */
.passwordWidget .eye-toggle-btn {
    background: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    border-radius: 4px;
    padding: 0.375rem 0.75rem !important;
    width: 50px !important; /* width tetap, tidak min-width */
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0; /* mencegah button menyusut */
}

.passwordWidget .eye-toggle-btn:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
}

.passwordWidget .password-eye-icon {
    font-size: 1.5em;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25%;
}

/*#region User Profile Widget START*/
.user-profile-content {
    text-align: left;
}

.user-profile-content h3 {
    text-align: left !important;
}

.user-profile-content .form-label {
    text-align: left !important;
    color: #ffffff !important;
}

.user-profile-content .form-text {
    text-align: left !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

.user-profile-content .timer {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #C8102E;
    margin-top: 10px;
}

.user-profile-content .password-requirements {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    list-style: none !important;
}

.user-profile-content .password-requirements li {
    font-size: 0.875rem;
    color: #ffffff !important;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    list-style: none !important;
}

.user-profile-content .password-requirements li.met {
    color: #28a745 !important;
}

.user-profile-content .password-requirements li i {
    font-size: 0.875rem;
    width: 1rem;
    text-align: center;
}

/* Override any conflicting password widget styles */
.user-profile-content .password-requirements li,
.user-profile-content .password-requirements li.met {
    color: inherit !important;
}

.user-profile-content .password-requirements li.met {
    color: #28a745 !important;
}

/* Ensure text color changes for met requirements */
.user-profile-content .password-requirements li.met {
    color: #28a745 !important;
}

.user-profile-content .password-requirements li.met * {
    color: #28a745 !important;
}

/* User Profile Biometric Devices */
.user-profile-content .biometric-section .biometric-devices {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1rem;
}

.user-profile-content .biometric-section .text-muted.small {
    color: #ffffff !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #e9ecef;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
}

.user-profile-content .biometric-section .biometric-devices .device-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.user-profile-content .biometric-section .biometric-devices .device-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.user-profile-content .biometric-section .biometric-devices .device-item.enabled {
    border-color: #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #ffffff 100%);
}

.user-profile-content .biometric-section .device-info {
    flex: 1;
}

.user-profile-content .biometric-section .device-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.3rem;
    line-height: 1.3;
}

/* Device Actions */
.user-profile-content .biometric-section .device-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Loading and No Devices States */
.user-profile-content .biometric-section .loading,
.user-profile-content .biometric-section .no-devices {
    text-align: center;
    color: #ffffff;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.user-profile-content .biometric-section .loading i {
    margin-right: 0.5rem;
    color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    
    .user-profile-content .biometric-section .text-muted.small {
        font-size: 0.8rem !important;
        margin-bottom: 1.25rem !important;
    }



}

/* Enhanced Toggle Switch Styles */
.user-profile-content .biometric-section .toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}

.user-profile-content .biometric-section .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.user-profile-content .biometric-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.user-profile-content .biometric-section .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.user-profile-content .biometric-section input:checked + .slider {
    background-color: #28a745;
}

.user-profile-content .biometric-section input:checked + .slider:before {
    transform: translateX(26px);
}

/* Enhanced Delete Button Styles */
.user-profile-content .biometric-section .delete-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #dc3545;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    padding: 0;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
    position: relative;
    overflow: hidden;
}

.user-profile-content .biometric-section .delete-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.user-profile-content .biometric-section .delete-btn:hover {
    background: #c82333;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.5);
}

.user-profile-content .biometric-section .delete-btn:hover::before {
    transform: translateX(100%);
}

.user-profile-content .biometric-section .delete-btn:active {
    transform: scale(0.95);
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
}

.user-profile-content .biometric-section .delete-btn i {
    font-size: 0.85rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

/* Additional visual cues for delete button */
.user-profile-content .biometric-section .delete-btn::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #ff6b6b;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user-profile-content .biometric-section .delete-btn:hover::after {
    opacity: 1;
}

/* Pulse animation for delete button on hover */
@keyframes deletePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.user-profile-content .biometric-section .delete-btn:hover {
    animation: deletePulse 1s infinite;
}

/* Enhanced tooltip for delete button */
.user-profile-content .biometric-section .delete-btn[data-bs-toggle="tooltip"]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(220, 53, 69, 0.95);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 8px;
    pointer-events: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.user-profile-content .biometric-section .delete-btn[data-bs-toggle="tooltip"]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(220, 53, 69, 0.95);
    margin-bottom: 3px;
    pointer-events: none;
}

/* User Profile Widget Button Styles - Marlboro Brand */
.user-profile-content .btn-primary {
    background: linear-gradient(#ee2424, #4e090a);
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 35px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.user-profile-content .btn-primary:hover {
    background: linear-gradient(#4e090a, #ee2424);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    color: #ffffff;
}

.user-profile-content .btn-outline-primary {
    background: transparent;
    border: 2px solid #ee2424;
    border-radius: 30px;
    color: #ee2424;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 35px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.user-profile-content .btn-outline-primary:hover {
    background: #ee2424;
    color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}

/* User Profile Widget Phone Number Input Styles - Marlboro Brand */
.user-profile-content .inputnumber {
    letter-spacing: 10px;
    font-weight: 600;
    text-align: left !important;
}

.user-profile-content input.left {
    background-color: #ffffff;
    border-right: 0px;
    border-radius: 0px 0px 0px 0px;
    font-weight: 600;
    text-align: center;
}

.user-profile-content input.right {
    border-radius: 0px 0px 0px 0px;
    text-align: left !important;
}

/* User Profile Widget OTP Input Styles - Marlboro Brand */
.user-profile-content input[type="tel"][placeholder="Please enter the OTP code"] {
    text-align: left !important;
    width: 100% !important;
    display: block !important;
}

/* User Profile Widget OTP Input Placeholder */
.user-profile-content input[type="tel"][placeholder="Please enter the OTP code"]::placeholder {
    text-align: left !important;
    color: #6c757d !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}

/* User Profile Widget Form Group Spacing */
.user-profile-content .form-group {
    margin-bottom: 1.5rem !important;
}

.user-profile-content .form-label {
    margin-bottom: 0.75rem !important;
    display: block !important;
}

/* User Profile Widget Phone Number Container */
.user-profile-content .row.mx-0 {
    justify-content: flex-start !important;
}

.user-profile-content .col-2,
.user-profile-content .col-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* User Profile Widget Eye Toggle Button Styling for Marlboro Brand */
.user-profile-content .eye-toggle-btn {
    background: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    border-radius: 4px;
    padding: 0.375rem 0.75rem !important;
    width: 50px !important; /* width tetap, tidak min-width */
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0; /* mencegah button menyusut */
    z-index: 0; /* prevent button from appearing above popups */
}

.user-profile-content .eye-toggle-btn:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
}

.user-profile-content .eye-toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.user-profile-content .input-group-append .btn,
.user-profile-content .input-group-prepend .btn {
    z-index: 0; /* prevent buttons from appearing above popups */
}

/* Profile Widget Sections */
.user-profile-content .profile-section {
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.user-profile-content .profile-section-header {
    padding: 0.5rem;
}

.user-profile-content .profile-section-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.user-profile-content .biometric-section .profile-section-title {
    margin-bottom: 0.5rem;
}

/* Form Actions */
.user-profile-content .password-save-container {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.user-profile-content .password-save-btn {
    width: 75%;
}

.user-profile-content .form-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.user-profile-content .form-actions .btn {
    flex: 1;
}

/* Phone Number Grid */
.user-profile-content .phone-input-row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.user-profile-content .phone-code-col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin-bottom: 0.5rem;
    padding-right: 0;
}

.user-profile-content .phone-number-col {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-bottom: 0.5rem;
    padding-left: 0;
}

/* Form Groups */
.user-profile-content .form-group-sm {
    margin-bottom: 0.5rem;
}

/* Text Styles */
.user-profile-content .biometric-description {
    font-size: 0.875rem;
}

.user-profile-content .loading-text,
.user-profile-content .no-devices-text {
    text-align: center;
}

/* Biometric Toggle */
.user-profile-content .biometric-toggle {
    margin-bottom: 0;
}

/* Delete Button */
.user-profile-content .biometric-delete-btn {
    padding: 0;
}

/*#endregion User Profile Widget END*/
