@import '_content/SSSharedComponents/SSSharedComponents.bundle.scp.css';

/* _content/YESOnboarding/Components/EmbededComponents/ProfileComponent.razor.rz.scp.css */
.hdr-text[b-9e3z5onetq] {
    color: var(--Dark-Blue, #446981);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* _content/YESOnboarding/Components/Generic/Settings/Leave.razor.rz.scp.css */
#divButton1[b-sexq5ryta3] {
    display: none;
}

#divButton2[b-sexq5ryta3] {
    display: block;
}

#divErrorTop[b-sexq5ryta3] {
    display: none;
}

#divErrorBottom[b-sexq5ryta3] {
    display: block;
}

@media only screen and (min-width: 750px) {
    #divButton1[b-sexq5ryta3] {
        display: block;
    }

    #divButton2[b-sexq5ryta3] {
        display: none;
    }

    #divErrorTop[b-sexq5ryta3] {
        display: block;
    }

    #divErrorBottom[b-sexq5ryta3] {
        display: none;
    }
}

.hidden-div[b-sexq5ryta3] {
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 20px;
}

.book-pager-flipper[b-sexq5ryta3] {
    border-radius: 25px;
    border-left: 30px solid rgb(228, 243, 255);
    background-color: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 5px;
}

.otp[b-sexq5ryta3] {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
}

.image-container-small[b-sexq5ryta3] {
    width: 32px;
    height: 32px;
    max-width: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.dxbs-out-of-range-warn[b-sexq5ryta3] {
    display: none !important;
}

.list-group-item[b-sexq5ryta3] {
    margin-left: 10px !important;
}

/* Leave Company Setup Scroll:*/
.bootPopupLeaveSetup[b-sexq5ryta3] {
    height: 85vh;
    overflow-y: auto;
    background-color: #FFFFFF;
}

    .bootPopupLeaveSetup[b-sexq5ryta3]::-webkit-scrollbar {
        width: 8px;
    }

    .bootPopupLeaveSetup[b-sexq5ryta3]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .bootPopupLeaveSetup[b-sexq5ryta3]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.profile-image-style[b-sexq5ryta3] {
    border: 1px solid grey;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.InfoIcons[b-sexq5ryta3] {
    font-size: 25px;
    cursor: pointer;
}

.stat-element[b-sexq5ryta3] {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-container[b-sexq5ryta3] {
    border-radius: 8px;
    margin-bottom: 10px;
    height: 50px;
    width: 200px;
}
/* _content/YESOnboarding/Components/Pages/Home.razor.rz.scp.css */

/* _content/YESOnboarding/Components/Pages/PayrollSelectionUC.razor.rz.scp.css */


.selection-shadow[b-bz380o7ywf] {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.item-container[b-bz380o7ywf] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 16px;
}
.prl-logo[b-bz380o7ywf] {
    height:300px;
    max-height: 50%;
}
/* _content/YESOnboarding/Components/Pages/SimplePayUsercontrol.razor.rz.scp.css */
.loader[b-odam0ff5am] {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3-b-odam0ff5am 1s infinite linear;
}

@keyframes l3-b-odam0ff5am {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}
/* _content/YESOnboarding/Components/Pages/YESEmployeesControl.razor.rz.scp.css */

.proile-img[b-tnc66kzs37] {
    border: 1px solid grey;
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    margin-right: auto;
    border-radius: 100%;
    vertical-align: middle;
}
.grow:hover[b-tnc66kzs37] {
    transform: scale(1.4);
    cursor: pointer;
}
