/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

/*grace adding font for homepage*/
@font-face {
    font-family: "DSOpiumNew";
    src: url('../fonts/DS_OpiumNew_0.woff') format('woff'), url('../fonts/DS_OpiumNew_0.woff2') format('woff2'), url('../fonts/DS_OpiumNew_0.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "DSOpiumNewBold";
    src: url('../fonts/DS_OpiumNew-Bold_0.woff') format('woff'), url('../fonts/DS_OpiumNew-Bold_0.woff2') format('woff2'), url('../fonts/DS_OpiumNew-Bold_0.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeueCyr-Light_0.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light_0.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Light_0.otf') format('opentype');
    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: #033e5c;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    line-height: 1;
}

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: 14px;
    line-height: 1.5;
    color: #000000;
    border-radius: 0px;
    border: 3px solid #c97c70;
    padding: 10px 5px;
    font-weight: 600;
    outline: none;
}

    input.radio {
        margin-top: 6px;
        width: 15px;
        height: 15px;
        border: 1px solid #000000;
    }

::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: transparent;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 6px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
    border: 2px solid #c97c70 !important;
}

.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: #254377;
    }


.second-btn {
    background: transparent;
    border-radius: 25px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px;
    width: fit-content;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
    border: 2px solid #c97c70 !important;
    padding: 10px;
}

.third-btn {
    /*   background: linear-gradient(#ACE0F6, #77B7D2); */
    background: white;
    border: none;
    border-radius: 15px;
    color: #042D47;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 30px;
    width: fit-content;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
    border: 2px solid grey;
    border-radius: 25px;
}

.fourth-btn {
    border: none;
    border-radius: 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 30px;
    width: fit-content;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 25px;
}

.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, .fourth-btn:hover {
    color: #ffffff;
    box-shadow: transparent
}

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-image: url("../img/parl_bg2.jpg");
    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-image: url("../img/parl_bg1.jpg");
    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;
}

.bgcolorLogo {
    background-image: url("../img/parl_bg2.jpg");
    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-image: url("../img/parl_bg2.jpg");
    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: #033e5c;
    background-image: url("../img/bubbleD.png"), linear-gradient(#00273a, #033e5c);
    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: transparent;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.modal-content {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: white 1px solid;
    background-color: #033e5c;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    padding-top: 0px;
}

.modal-header {
    padding-bottom: 0px;
}

.modal-header .close {
    padding: 0rem 0.5rem;
}
/************* 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: 0;
        right: 5px;
        font-size: 36px !important;
    }

.header {
    padding: 10px 0;
    margin: auto;
    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 top, rgba(255,255,255,0.9), rgba(255,255,255,0));
    width: 100%;
    margin-right: -20px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #02184a;
}


.homepage .bannerhomepg p, .homepage .bannerhomepg h5 {
    padding: 0 15px;
}

.homepage .bannerhomepg h5 {
    font-family: "DSOpiumNew";
    font-size: 30px;
}

.homepage .bannerhomepg p {
    font-size: 16px;
    font-family: 'HelveticaNeue';
}


.homepage .bannerhomepg .active span p {
    font-size: 16px;
}

.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; */
    border-radius: 0px;
}

.homepage .inactive img {
    height: 250px;
    object-position: center top;
    object-fit: cover;
    border-radius: 0px;
}

.homepage .inactive {
    cursor: none;
    filter: brightness(0.5);
}

.triangle {
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #001bc9 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

    .triangle .zz {
        font-size: 1.2rem !important;
        font-family: 'HelveticaNeue';
    }

    .triangle .number {
        position: absolute;
        padding: 0.4rem 0rem 0rem 2.3rem;
    }

/* 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: transparent;
    position: absolute;
    margin-top: 12px;
    margin-left: -20px;
    margin-left: -50%;
    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: -85%;
    width: 90%;
    height: .3em;
    z-index: 0;
    border-radius: 90px;
}

.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-image: linear-gradient(to right, #607DC6, rgba(255,0,0,0));
}

.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: transparent;
    background-image: linear-gradient(to right, #0A43AB, rgba(255,0,0,0));
}
/* 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: 11px;
        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: 24px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #ffffff;
    font-size: 20px;
    background-position-x: 0px;
    padding-left: 30px;
    width: 280px;
    min-width: 260px;
    overflow: hidden;
    text-align: left;
}

.divInner {
    position: sticky;
    left: 0;
}

.divBorder {
    background-image: linear-gradient(to left, #c97c70 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 4 digit START==========*/
.partitioned-four-digit {
    letter-spacing: 35px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #ffffff !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, #c97c70 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-image: url("../img/parl_bg2.jpg");
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* 
.phasetwopage.bgcolorleaf.leaf2{
    background-image: url("../img/marl_bg2.jpg");
    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;
    }

    .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: 12px;
    }

    .overlay .arrow-burgermenu {
        margin-top: 30px;
        margin-left: 50px;
    }

        .overlay .arrow-burgermenu img {
            transform: rotate(-50deg);
        }

    .overlay .arrow-stepprogress p {
        text-align: center;
        margin-top: 35px;
    }

    .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) {
    .bgcolorWelcome {
        background-image: url("../img/bubbleD.png"), linear-gradient(#00273a, #033e5c);
    }

    .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%;
    }

    .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;
    }
}


/* tiangle */


.corner {
    width: 0;
    height: 0;
    border-top: 150px solid blue;
    border-bottom: 150px solid transparent;
    border-left: 150px solid transparent;
    position: absolute;
    right: 0;
}

    .corner span {
        position: absolute;
        top: -110px;
        width: 100px;
        left: -100px;
        text-align: center;
        font-size: 16px;
        font-family: arial;
        transform: rotate(0deg);
        display: block;
    }

.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: #c97c70;
}

/* User Profile Widget Error Block Styling for Parliament Brand */
.user-profile-content .error-block {
    margin-top: 0.5rem;
}

.user-profile-content .error-block p {
    margin: 0;
    font-size: 12px;
    color: #c97c70;
}

/* User Profile Widget Password Strength Styling for Parliament 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 Parliament Brand */
.user-profile-content .progress-bar.bg-danger-custom {
    background-color: #c97c70;
}

.user-profile-content .progress-bar.bg-warning-custom {
    background-color: #dae0e5;
}

.user-profile-content .progress-bar.bg-info-custom {
    background-color: #607DC6;
}

.user-profile-content .progress-bar.bg-success-custom {
    background-color: #0A43AB;
}

/* Password Widget Additional Styles for Parliament 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: #dae0e5;
}

.passwordWidget .forgot-password-link {
    color: #c97c70;
    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: #c97c70;
}

/* Password Strength Indicator Colors for Parliament Brand */
.passwordWidget .progress-bar.bg-danger-custom {
    background-color: #c97c70;
}

.passwordWidget .progress-bar.bg-warning-custom {
    background-color: #dae0e5;
}

.passwordWidget .progress-bar.bg-info-custom {
    background-color: #607DC6;
}

.passwordWidget .progress-bar.bg-success-custom {
    background-color: #0A43AB;
}

.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;
}

.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: #6c757d !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: #6c757d !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: #6c757d;
    padding: 2rem 1rem;
    background: #f8f9fa;
    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 - Parliament Brand */
.user-profile-content .btn-primary {
    background: linear-gradient(#1175B6, #0A43AB);
    border: none;
    border-radius: 15px;
    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(#0A43AB, #1175B6);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    color: #ffffff;
}

.user-profile-content .btn-outline-primary {
    background: transparent;
    border: 2px solid #1175B6;
    border-radius: 15px;
    color: #1175B6;
    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: #1175B6;
    color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}

/* User Profile Widget Phone Number Input Styles - Parliament 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: 5px 0px 0px 5px;
    font-weight: 600;
    text-align: center;
}

.user-profile-content input.right {
    border-radius: 0px 5px 5px 0px;
    text-align: left !important;
}

/* User Profile Widget OTP Input Styles - Parliament 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 Parliament 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*/
