@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/Registration/RegistrationSolutions.razor.rz.scp.css */
.scrollable-content[b-spzh4fmxsc]::-webkit-scrollbar {
    width: 2px;
}

.scrollable-content[b-spzh4fmxsc]::-webkit-scrollbar-thumb {
    background-color: rgba(47, 164, 152);
    border-radius: 4px;
}

.scrollable-content[b-spzh4fmxsc]::-webkit-scrollbar-track {
    background: transparent;
}

.badge-solution[b-spzh4fmxsc] {
    font-size: x-small;
    background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}
/* _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/Onboarding.razor.rz.scp.css */
.registration[b-o7ft5llgnh] {
    flex: 1;
    padding: 15px;
    border-radius: 16px;
    position: relative;
    overflow-x: visible;
    height: fit-content;
    width: 50vw;
    max-width: 670px;
}

.progress-container[b-o7ft5llgnh] {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
    width: 350px;
}

    .progress-container[b-o7ft5llgnh]::before {
        content: ""; /* Mandatory with ::before */
        background: var(--line-border-empty);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

#progress[b-o7ft5llgnh] {
    background: var(--line-border-fill);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.circle[b-o7ft5llgnh] {
    background: var(--line-border-empty);
    color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

    .circle.active[b-o7ft5llgnh] {
        background: var(--line-border-fill);
        border: none;
    }

:root[b-o7ft5llgnh] {
    --line-border-fill: radial-gradient(circle, rgba(203,227,247,1) 8%, rgba(190,219,241,1) 28%, rgba(131,163,187,1) 90%);
    --line-border-empty: radial-gradient(circle, rgba(211, 210, 210, 1) 8%, rgba(230, 230, 230, 1) 28%, rgba(239, 239, 239, 1) 90%);
}

.main-div[b-o7ft5llgnh] {
    display: flex;
    position: relative;
    height: 100vh; /* Set the container height to viewport height */
}

.elipse-main[b-o7ft5llgnh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Set the container height to viewport height */
    overflow: hidden;
}

.actual-elipse[b-o7ft5llgnh] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(70, 232, 215, 0.80);
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 100% 0 0 100% / 50%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-text[b-o7ft5llgnh] {
    max-width: 80%; /* Adjust the maximum width of the text */
    padding: 20px;
}



.middle-container[b-o7ft5llgnh] {
    margin: auto;
    max-width: 90% !important;
    border-radius: 16px;
}

@media only screen and (min-width: 480px) {
    .middle-container[b-o7ft5llgnh] {
        margin: auto;
    }
}

.otp[b-o7ft5llgnh] {
    display: inline-block !important;
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
}

.danita-elipse-container[b-o7ft5llgnh] {
    position: absolute;
    width: 40vw;
    height: 50vh !important;
    z-index: 3;
    right: 0;
    top: 0;
    overflow: visible;
}

.danita-elipse[b-o7ft5llgnh] {
    position: absolute;
    background: rgba(70, 232, 215, 0.80);
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    width: 40vw;
    height: 120vh;
    border-radius: 100% 0 0 100% / 50%;
    right: 0px;
    top: -80px;
}

@media only screen and (max-width: 480px) {
    .nav-signup[b-o7ft5llgnh] {
        display: none !important;
    }

    .progo-content[b-o7ft5llgnh] {
        padding: unset !important;
    }

    .registration[b-o7ft5llgnh] {
        flex: 1;
        padding: 15px;
        border-radius: 16px;
        position: relative;
        overflow-x: visible;
        height: 100%;
        width: 100%;
    }
}

.hide-on-login[b-o7ft5llgnh], .login-hide[b-o7ft5llgnh] {
    display: none !important;
}
/* _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;
}
