/*
    Stylesheet Name : Yes Whitelisting 2025
    Created on      : November  03, 2025, 09:03:10 AM
    Last edited on  : November  14, 2025, 11:58:29 PM
    Author          : YTL Digital Design [AL]
*/


.layer-body main.layer-main {
    border: 0;
    margin: 0;
    padding: 0;
}

.layer-section {
    padding: 60px 0;
}

.layer-box {
    background-color: #FFF;
    border-radius: 16px;
    padding: 24px;
}

.layer-boxHeader {
    margin: 0 0 40px;
}

.layer-boxHeader h3 {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18;
    line-height: 26px;
    color: #000;
}

.layer-boxHeader p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B6B6B;
}

.layer-box h3 {}

.layer-box h4 {}

.layer-buttons {}

.layer-box .layer-sidebarLeft {
    background-image: url('../images/img-login-sidebarleft-v2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 700px;
    padding: 20px;
}

.layer-box .layer-sidebarLeft .layer-sidebarLeftContent {
    margin: auto 0 0;
}

.layer-sidebarLeftContent .layer-numberedContent {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
}

.layer-numberedContent .panel-number {
    background-color: #FFF;
    border-radius: 100%;
    color: #FF0084;
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
}

.layer-numberedContent .layer-numberContent h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 800;
    color: #fff;
}

.layer-numberedContent .layer-numberContent p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.layer-numberedContent .layer-numberContent a {
    color: #2F3BF5;
}

.btn,
a.btn {
    border-color: transparent;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.btn-sso {
    border: 1px solid #E8E9ED;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    padding: 15px 30px 15px 10px;
}

.btn-sso.no-icon {
    padding-right: 10px;
}

.btn-sso:hover,
.btn-sso:focus {
    border-width: 1px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    background-color: #FF0084;
    color: #FFF;
}

.btn-sso:disabled {
    background-color: #F4F2F3;
    border-color: #E8E9ED;
    color: #888;
}

.btn-sso img {
    height: 52px;
    margin: 0 15px 0 0;
    width: 52px;
}

.btn-sso:focus,
.btn-sso:active,
.btn-sso:active:focus {
    border: 0;
    border-radius: 45px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .layer-numberedContent .panel-number {
        flex-basis: 42px;
        font-size: 18px;
        height: 42px;
        margin-right: 15px;
        width: 42px;
    }
}


/* StandardForm */
.layer-box .standardForm {}

.layer-box .standardForm .form-group {
    margin-bottom: 30px;
}

.layer-box .standardForm .form-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.layer-box .standardForm .form-control {
    border: 1px solid #E8E9ED;
    /* border-bottom-color: #C9D7EF; */
    font-size: 16px;
    padding: 16px;
    box-shadow: 0px 2px 0px 0px rgba(148, 176, 224, 0.8) !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(148, 176, 224, 0.8) !important;
}

.layer-box .standardForm .btn {}

.layer-verifyNumbers {}

.layer-verifiedNumbers {
    margin-top: 60px;
}

.layer-numberInfo {
    border-bottom: 1px solid #E8E9ED;
    margin: 0 0 24px;
    padding: 0 0 24px;
}

.layer-numberInfo:last-child {
    /* margin-bottom: 0; */
}

.layer-numberInfo h4 {
    margin-bottom: 16px;
}

.layer-numberInfo p {
    margin-bottom: 0;
}

.layer-numberInfo .layer-verifyNumberInfo {
    margin: 0 0 30px;
    padding-left: 50px;
    position: relative;
}

.layer-numberInfo .layer-verifyNumberInfo:before {
    background-image: url('../images/sprite-icon-verify-number-info.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 0;
    top: calc(50% - (32px/2));
}

.layer-numberInfo.verify-yes .layer-verifyNumberInfo:before {
    background-position: 0 -32px;
}

.layer-numberInfo.verify-no .layer-verifyNumberInfo:before {
    background-position: 0 -64px;
}

.layer-numberInfo.verified-yes .layer-verifyNumberInfo:before {
    background-position: 0 -96px;
}

.layer-numberInfo.verified-no .layer-verifyNumberInfo:before {
    background-position: 0 -96px;
}

.layer-numberInfo .form-check-switch-boolean {}

.layer-numberInfo .form-check-switch-boolean.is-checked-true {}

.layer-numberInfo .form-check-switch-boolean.is-checked-false {}

.layer-numberInfo .form-check-switch-boolean .form-check-label,
.layer-numberInfo .form-check-switch-boolean.is-checked-true .form-check-label,
.layer-numberInfo .form-check-switch-boolean.is-checked-false .form-check-label {
    background-color: transparent;
    color: #000;
}

.layer-numberInfo .form-check-switch-boolean.is-checked-true .form-check-label[data-boolean="true"] {
    background-color: #2F3BF5;
    color: #FFF;
}

.layer-numberInfo .form-check-switch-boolean.is-checked-false .form-check-label[data-boolean="false"] {
    background-color: #EF5348;
    color: #FFF;
}


.form-check-switch-boolean {
    display: flex;
    justify-content: start;
}

.form-check-switch-boolean .form-check-switch-boolean-content {
    display: flex;
    flex: 0 0 120px;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    /* padding: 5px; */
    position: relative;
    overflow: hidden;
    width: 100%;


    border: 1px solid #E8E9ED;
    border-radius: 140px;
    padding: 5px 5px;
}

.form-check-switch-boolean .form-check-label {
    border-radius: 140px;
    display: inline-block;
    min-width: 55px;
    padding: 4px 5px;
    text-align: center;
    transition: all 100ms ease-in-out;
}

.form-check-switch-boolean .form-check-label.right {}

.form-check-switch-boolean .form-check-input {
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-color: #E8E9ED !important;
    margin: 0;
    left: -9999px;
    position: absolute;
    z-index: -1;
    height: 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .layer-numberInfo .layer-verifyNumberInfo {
        margin-bottom: 0;
    }

    .form-check-switch-boolean {
        justify-content: end;
    }

}

@media only screen and (max-device-width: 992px) {

    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 570px;
        padding: 20px 20px 0;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    /* .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    }     */

}

@media only screen and (max-width: 768px) {
    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2-mob.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 570px;
        padding: 20px 20px 0;
    }

    .layer-numberedContent .layer-numberContent p {
        display: none;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    /* .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    } */
    .b-right {
        border-right: 2px solid #fff;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
    .layer-box {
        background-color: #FFF;
        border-radius: 16px;
        padding: 0;
    }

    .layer-box .layer-sidebarLeft {
        background-image: url('../images/img-login-sidebarleft-v2-mob.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        min-height: 400px;
        padding: 20px 20px 0;
    }

    .layer-numberedContent .layer-numberContent p {
        display: none;
    }

    .layer-sidebarLeftContent .layer-numberedContent {
        display: flex;
        flex-direction: column;
        margin: 0 0 0px;
    }

    .layer-numberContent {
        padding-top: 15px;
    }

    .layer-numberedContent .layer-numberContent h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .b-right {
        border-right: 2px solid #fff;
    }
}

[v-cloak] {
    display: none;
}

.form-check-switch-boolean.is-locked {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.layer-numberInfo.is-locked {
    position: relative;
}

.layer-numberInfo.is-locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.lock-tooltip {
    position: relative;
    display: inline-block;
}

.lock-tooltip .tooltip-text {
    visibility: hidden;
    width: 280px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: 1.4;
}

.lock-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.lock-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

span.btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 0.9px solid #747474;
    border-radius: 50px;
}

.pink-dark{
    background-color: #AD005A !important;
}


.layer-box .standardForm .btn{
    display: flex;
    gap: 5px;
    justify-content: center;
}



.gray-outline-btn{
    border: 1px solid #E8E9ED;
    background-color: transparent;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #888888;
}


.pink-btn{
    border: 1px solid #FF0084;
    font-family: Montserrat;
    background-color: #FF0084;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff; 
}

.gray-outline-btn:hover{
    border: 1px solid #E8E9ED;
    color: #888888;
}

.pink-btn:hover{
    border: 1px solid #FF0084;
    color: #fff; 
    background-color: #FF0084;
}


#confirmationModal .modal-dialog{
    max-width: 560px;
}

#confirmationModal .modal-title{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#confirmationModal .modal-body p{
     font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    padding: 10px;
    color: #6B6B6B;
}