@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Components/CardContainer/QRContainer.razor.rz.scp.css */
body[b-6gwsv6lw5t] {
}


.qr-poster[b-6gwsv6lw5t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: white;
    text-align: center;
    width: 400px;
    font-family: sans-serif;
    position: relative;
    background-color: transparent;
}

.bg-vector[b-6gwsv6lw5t] {
    position: absolute;
    top: 50%;
    left: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    height: 50%;
    background-color: #ffa631;
    z-index: -2;
    overflow: hidden;
}
    .bg-vector img[b-6gwsv6lw5t]{
        width: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.05;
        z-index: -1;
    }

.bg-top[b-6gwsv6lw5t] {
    position: absolute;
    inset: 0;
    z-index: -5;
    height: 100%;
    width: 100%;
    background-color: white;
    background-image: linear-gradient(to right, #8080800a 1px, transparent 1px), linear-gradient(to bottom, #8080800a 1px, transparent 1px);
    background-size: 14px 24px;
}

.qr-container[b-6gwsv6lw5t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    background-color: black;
    width: fit-content;
}

.qr-code[b-6gwsv6lw5t] {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
}
/* /Components/Dialog/SeviceDialog/CreatePackageDialog.razor.rz.scp.css */
.service-list[b-k86vvw2edi] {
    width: 100%;
    border-collapse: collapse;
}

    .service-list th[b-k86vvw2edi] {
        background-color: #f1f5f9;
        font-weight: 600;
        text-align: left;
        padding: 1rem;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #64748b;
        border-bottom: 1px solid #e2e8f0;
    }

    .service-list td[b-k86vvw2edi] {
        padding: 1rem;
        border-bottom: 1px solid #e2e8f0;
        font-size: 0.95rem;
    }

    .service-list tr:last-child td[b-k86vvw2edi] {
        border-bottom: none;
    }

    .service-list tr:hover[b-k86vvw2edi] {
        background-color: #f8fafc;
    }

.service-name[b-k86vvw2edi] {
    font-weight: 500;
    color: #334155;
}

.sessions[b-k86vvw2edi] {
    color: #475569;
}

.action-btn[b-k86vvw2edi] {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0.5rem;
    border: none;
}

.edit-btn[b-k86vvw2edi] {
    background-color: #3b82f6;
    color: white;
}

    .edit-btn:hover[b-k86vvw2edi] {
        background-color: #2563eb;
    }

.delete-btn[b-k86vvw2edi] {
    background-color: #f43f5e;
    color: white;
}

    .delete-btn:hover[b-k86vvw2edi] {
        background-color: #e11d48;
    }

/* /Components/Dialog/SeviceDialog/UpdatePackageDialog.razor.rz.scp.css */
.service-list[b-k09rd9mm85] {
    width: 100%;
    border-collapse: collapse;
}

    .service-list th[b-k09rd9mm85] {
        background-color: #f1f5f9;
        font-weight: 600;
        text-align: left;
        padding: 1rem;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #64748b;
        border-bottom: 1px solid #e2e8f0;
    }

    .service-list td[b-k09rd9mm85] {
        padding: 1rem;
        border-bottom: 1px solid #e2e8f0;
        font-size: 0.95rem;
    }

    .service-list tr:last-child td[b-k09rd9mm85] {
        border-bottom: none;
    }

    .service-list tr:hover[b-k09rd9mm85] {
        background-color: #f8fafc;
    }

.service-name[b-k09rd9mm85] {
    font-weight: 500;
    color: #334155;
}

.sessions[b-k09rd9mm85] {
    color: #475569;
}

.action-btn[b-k09rd9mm85] {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0.5rem;
    border: none;
}

.edit-btn[b-k09rd9mm85] {
    background-color: #3b82f6;
    color: white;
}

    .edit-btn:hover[b-k09rd9mm85] {
        background-color: #2563eb;
    }

.delete-btn[b-k09rd9mm85] {
    background-color: #f43f5e;
    color: white;
}

    .delete-btn:hover[b-k09rd9mm85] {
        background-color: #e11d48;
    }
/* /Components/Dialog/UserDialog/Employee/ShiftScheduleCalendar.razor.rz.scp.css */
.calendar-div .legend[b-sms2wgj1j8] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

.legend .shift[b-sms2wgj1j8],
.legend .off[b-sms2wgj1j8] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.legend .legend-box[b-sms2wgj1j8] {
    width: 10px;
    height: 10px;
}

.legend .shift .legend-box[b-sms2wgj1j8] {
    background: #15e8a9;
}

.legend .off .legend-box[b-sms2wgj1j8] {
    background: #9C27B0;
}

.calendar-div .header[b-sms2wgj1j8] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

    .calendar-div .header i[b-sms2wgj1j8] {
        cursor: pointer;
    }

.curr-month-text[b-sms2wgj1j8] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    font-weight: 500;
}

.curr-year-text[b-sms2wgj1j8] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 300;
}

.calendar .days[b-sms2wgj1j8] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-sms2wgj1j8] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-sms2wgj1j8] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
}

.day[b-sms2wgj1j8] {
    position: sticky;
    top: 0;
}

.calendar .day-number:nth-of-type(7n + 7)[b-sms2wgj1j8] {
    border-right: 0;
}

.calendar .day-number.shift[b-sms2wgj1j8] {
    color: #ffffff !important;
    background-color: #15e8a9 !important;
}

.calendar .day-number.day-off[b-sms2wgj1j8] {
    color: #ffffff !important;
    background-color: #9C27B0 !important;
}

.calendar .day-number.other-month[b-sms2wgj1j8] {
    color: #98a0a6a3 !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}


.calendar .day-number:last-child[b-sms2wgj1j8] {
    border-right: none;
}

.day-number:hover[b-sms2wgj1j8] {
    background: rgba(255, 166, 48, 0.1);
}

.contract-mark[b-sms2wgj1j8] {
    background: #f1f6ff;
    font-size: 12px;
    font-weight: 400;
    color: #4786FF;
    margin-top: 13px;
    padding: 8px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 4px solid #4786FF;
    text-align: start;
}

    .contract-mark:hover[b-sms2wgj1j8] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ij9mhx85hl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ij9mhx85hl] {
    flex: 1;
}

.sidebar[b-ij9mhx85hl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ij9mhx85hl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ij9mhx85hl]  a, .top-row[b-ij9mhx85hl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ij9mhx85hl]  a:hover, .top-row[b-ij9mhx85hl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ij9mhx85hl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ij9mhx85hl] {
        justify-content: space-between;
    }

    .top-row[b-ij9mhx85hl]  a, .top-row[b-ij9mhx85hl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ij9mhx85hl] {
        flex-direction: row;
    }

    .sidebar[b-ij9mhx85hl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ij9mhx85hl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ij9mhx85hl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ij9mhx85hl], article[b-ij9mhx85hl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9i4yiwxis6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9i4yiwxis6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9i4yiwxis6] {
    font-size: 1.1rem;
}

.bi[b-9i4yiwxis6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9i4yiwxis6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9i4yiwxis6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9i4yiwxis6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9i4yiwxis6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9i4yiwxis6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9i4yiwxis6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9i4yiwxis6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9i4yiwxis6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9i4yiwxis6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9i4yiwxis6] {
        display: none;
    }

    .collapse[b-9i4yiwxis6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9i4yiwxis6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/ForgotPassword.razor.rz.scp.css */

.background[b-c5x5uqwcyo] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.85) url('./images/bg_imgs/hero_bg.jpg');
    background-blend-mode: overlay; /* Blends the color overlay with the image */
    background-size: cover;
    background-position: center;
}

.container[b-c5x5uqwcyo] {
    width: 100%;
    max-width: 500px;
}

.right-panel[b-c5x5uqwcyo] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 35px 40px;
    font-family: 'Poppins';
}

    .right-panel .logo[b-c5x5uqwcyo] {
        width: 48px;
        height: 43px;
        object-fit: contain;
        position: absolute;
        top: 18px;
        right: 28px;
    }

    .right-panel h2[b-c5x5uqwcyo] {
        font-size: 19px;
        margin-bottom: 2px;
        margin-top: 7px;
    }

    .right-panel p[b-c5x5uqwcyo] {
        font-size: 14px;
        margin-bottom: 0px;
        width: 100%;
    }

form[b-c5x5uqwcyo] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-c5x5uqwcyo] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[type="email"][b-c5x5uqwcyo],
input[type="password"][b-c5x5uqwcyo] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

    input[type="email"]:focus[b-c5x5uqwcyo] {
        border: 1px solid #594ae2;
    }

.options[b-c5x5uqwcyo] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

    .options a[b-c5x5uqwcyo] {
        font-size: 12px;
        color: #3b82f6;
        text-decoration: none;
        cursor: pointer;
        transition: .3s ease;
    }

        .options a:hover[b-c5x5uqwcyo] {
            color: #2B6CD5;
        }

button[type="submit"][b-c5x5uqwcyo] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #ED8017;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

    button[type="submit"]:hover[b-c5x5uqwcyo] {
        transform: scale(1.01);
    }

.right-panel p[b-c5x5uqwcyo] {
    font-size: 12px;
}

    .right-panel p a[b-c5x5uqwcyo] {
        color: #3b82f6;
        text-decoration: none;
    }

@media only screen and (max-width: 600px) {
    .container[b-c5x5uqwcyo] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-panel[b-c5x5uqwcyo] {
        padding: 23px 30px 35px 30px;
    }

    .background[b-c5x5uqwcyo] {
        background-position: right;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */

.background[b-cm19ue7x7e] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.85) url('./images/bg_imgs/hero_bg.jpg');
    background-blend-mode: overlay; /* Blends the color overlay with the image */
    background-size: cover;
    background-position: center;
}

.container[b-cm19ue7x7e] {
    width: 100%;
    max-width: 500px;
}

.right-panel[b-cm19ue7x7e] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 35px 40px;
    font-family: 'Poppins';
}

.right-panel .logo[b-cm19ue7x7e] {
    width: 48px;
    height: 43px;
    object-fit: contain;
    position: absolute;
    top: 18px;
    right: 28px;
}

.right-panel h2[b-cm19ue7x7e] {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 7px;
}

.right-panel p[b-cm19ue7x7e] {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
}

form[b-cm19ue7x7e] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-cm19ue7x7e] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[type="email"][b-cm19ue7x7e],
input[type="password"][b-cm19ue7x7e] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

input[type="email"]:focus[b-cm19ue7x7e] {
    border: 1px solid #594ae2;
}

.options[b-cm19ue7x7e] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

.options a[b-cm19ue7x7e] {
    font-size: 12px;
    color: #3b82f6;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

.options a:hover[b-cm19ue7x7e] {
    color: #2B6CD5;
}

button[type="submit"][b-cm19ue7x7e] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #ED8017;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

button[type="submit"]:hover[b-cm19ue7x7e] {
    transform: scale(1.01);
}

.right-panel p[b-cm19ue7x7e] {
    font-size: 12px;
}

.right-panel p a[b-cm19ue7x7e] {
    color: #3b82f6;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .container[b-cm19ue7x7e] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-panel[b-cm19ue7x7e] {
        padding: 23px 30px 35px 30px;
    }

    .background[b-cm19ue7x7e] {
        background-position: right;
    }
}
/* /Pages/Auth/Register.razor.rz.scp.css */
.background[b-k29ndkg3yf] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.85) url('./images/bg_imgs/hero_bg.jpg');
    background-blend-mode: overlay; /* Blends the color overlay with the image */
    background-size: cover;
    background-position: center;
}

.register-container[b-k29ndkg3yf] {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.right-panel[b-k29ndkg3yf] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 35px 40px;
    font-family: 'Poppins';
}

    .right-panel .logo[b-k29ndkg3yf] {
        width: 48px;
        height: 43px;
        object-fit: contain;
        position: absolute;
        top: 18px;
        right: 28px;
    }

.right-panel h2[b-k29ndkg3yf] {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 7px;
}

.right-panel p[b-k29ndkg3yf] {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
}

form[b-k29ndkg3yf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-k29ndkg3yf] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[type="email"][b-k29ndkg3yf],
input[type="password"][b-k29ndkg3yf] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

input[type="email"]:focus[b-k29ndkg3yf] {
    border: 1px solid #594ae2;
}

.options[b-k29ndkg3yf] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

.options a[b-k29ndkg3yf] {
    font-size: 12px;
    color: #3b82f6;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

.options a:hover[b-k29ndkg3yf] {
    color: #2B6CD5;
}

button[type="submit"][b-k29ndkg3yf] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #ED8017;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

button[type="submit"]:hover[b-k29ndkg3yf] {
    transform: scale(1.01);
}

.right-panel p[b-k29ndkg3yf] {
    font-size: 12px;
}

.right-panel p a[b-k29ndkg3yf] {
    color: #3b82f6;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .container[b-k29ndkg3yf] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-panel[b-k29ndkg3yf] {
        padding: 23px 30px 35px 30px;
    }

    .background[b-k29ndkg3yf] {
        background-position: right;
    }
}
/* /Pages/AuthPages/Announcement/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-4g4fj68egi] {
}

.ann-sidebar[b-4g4fj68egi] {
}

.close-icon[b-4g4fj68egi] {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #787E84;
    cursor: pointer;
}

.ann-title[b-4g4fj68egi] {
    color: #c4cde6 !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.8px;
}

.ann-date[b-4g4fj68egi] {
    color: #9ca3af !important;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.3px;
}
/*CARD*/
.ann-card[b-4g4fj68egi] {
    background: #782B01;
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
}

    .ann-card:hover[b-4g4fj68egi] {
        box-shadow: #e2e6ed 0px 3px 8px;
    }

.ann-yellow-chip[b-4g4fj68egi] {
    display: inline-block;
    background-color: #eab308;
    color: #000000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
}

.ann-blue-chip[b-4g4fj68egi] {
    background: #003C61;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 4px;
    margin-right: 7px;
}

.ann-card-date[b-4g4fj68egi] {
    color: #9ca3af;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

.ann-body-title[b-4g4fj68egi] {
    color: #e2e6ed;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 5px;
}

.ann-branch-name[b-4g4fj68egi] {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ann-desc[b-4g4fj68egi] {
    color: #d1d5db;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Pages/AuthPages/Appointment/AppointmentsCalendar.razor.rz.scp.css */
.calendar-container[b-35e7gztp3c] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

.calendar-container h3[b-35e7gztp3c] {
    text-align: center;
    margin-bottom: 20px;
}

.calendar-div[b-35e7gztp3c] {
    background: #fff;
    border-radius: 8px;
    padding-top: 35px;
}

.calendar[b-35e7gztp3c] {
    overflow: auto;
}

.calendar-div .header[b-35e7gztp3c] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 44px;
}

.date-change-btn[b-35e7gztp3c] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

.date-change-btn:hover[b-35e7gztp3c] {
    background: #000000;
}

.arrow-ico[b-35e7gztp3c] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-35e7gztp3c] {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px !important;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.date-filter-btn:hover[b-35e7gztp3c] {
    background: #4F5C71;
    color: #D7DEE8;
}

.curr-month-text[b-35e7gztp3c] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    font-weight: 500;
}

.curr-year-text[b-35e7gztp3c] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 300;
}

.calendar .days[b-35e7gztp3c] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-35e7gztp3c] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-35e7gztp3c] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
    height: 120px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
}

.day[b-35e7gztp3c] {
    position: sticky;
    top: 0;
}

.calendar .day-number:nth-of-type(7n + 7)[b-35e7gztp3c] {
    border-right: 0;
}

.calendar .day-number.other-month[b-35e7gztp3c] {
    color: rgba(#98a0a6, 0.6);
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.calendar .day-number:last-child[b-35e7gztp3c] {
    border-right: none;
}

.day-number:hover[b-35e7gztp3c] {
    background: rgba(255, 166, 48, 0.1);
}

.contract-mark[b-35e7gztp3c] {
    background: #f1f6ff;
    font-size: 12px;
    font-weight: 400;
    color: #4786FF;
    margin-top: 13px;
    padding: 8px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 4px solid #4786FF;
    text-align: start;
}

    .contract-mark:hover[b-35e7gztp3c] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }

.month-filter-div[b-35e7gztp3c] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

.month-filter-div .mud-input-control[b-35e7gztp3c] {
    margin-top: 0px !important;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-35e7gztp3c] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-35e7gztp3c] {
    width: 250px;
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .calendar-container[b-35e7gztp3c] {
        max-width: 100%;
        padding: 0 10px;
    }

    .curr-month-text[b-35e7gztp3c] {
        font-size: 16px;
    }

    .date-change-btn[b-35e7gztp3c] {
        font-size: 12px;
    }

    .month-filter-div[b-35e7gztp3c] {
        margin-top: 20px;
    }
}
/* /Pages/AuthPages/Appointment/DailyScheduleCalendar.razor.rz.scp.css */
.calendar-container[b-9cne68giqa] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

    .calendar-container h3[b-9cne68giqa] {
        text-align: center;
        margin-bottom: 20px;
    }

.calendar-div[b-9cne68giqa] {
    background: #fff;
    border-radius: 8px;
    padding-top: 35px;
}

.calendar[b-9cne68giqa] {
    overflow: auto;
}

.calendar-div .header[b-9cne68giqa] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 44px;
}

.date-change-btn[b-9cne68giqa] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

    .date-change-btn:hover[b-9cne68giqa] {
        background: #000000;
    }


.arrow-ico[b-9cne68giqa] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-9cne68giqa] {
    display: flex;
    align-items:center;
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px !important;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .date-filter-btn:hover[b-9cne68giqa] {
        background: #4F5C71;
        color: #D7DEE8;
    }

.month-filter-div[b-9cne68giqa] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

    .month-filter-div .mud-input-control[b-9cne68giqa] {
        margin-top: 0px !important;
    }

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-9cne68giqa] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-9cne68giqa] {
    width: 250px;
    font-size: 12px !important;
}

.calendar-table[b-9cne68giqa] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

    .calendar-table th[b-9cne68giqa],
    .calendar-table td[b-9cne68giqa] {
        border: 1px solid #ddd;
        text-align: center;
        padding: 10px;
    }

    .calendar-table th[b-9cne68giqa] {
        background: rgba(255, 166, 49, 0.3);
        text-transform: uppercase;
        font-weight: 600;
    }
.time-slot[b-9cne68giqa]{
    min-width: 200px;
}
/* /Pages/AuthPages/LeaveFiling/SingleLeaveFiling.razor.rz.scp.css */
.date-container[b-8kkfwpl1wb] {
}

.date-input[b-8kkfwpl1wb] {
    font-family: 'Poppins';
    font-size: 15px;
    border: 1px solid #E1E5E9;
    border-radius: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #8E9CAC;
}

.date-div[b-8kkfwpl1wb] {
    padding: 19px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #E1E5E9;
    background: #fafafa;
}

input[type="date"][b-8kkfwpl1wb]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.add-date-btn[b-8kkfwpl1wb] {
    font-family: 'Poppins';
    font-size: 13px;
    background: #101642;
    color: #fff !important;
    transition: .3s ease;
}

    .add-date-btn:hover[b-8kkfwpl1wb] {
        background: #070a1d;
    }

.label-text[b-8kkfwpl1wb] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    margin-bottom: 12px;
    width: 100%;
}

.date-text[b-8kkfwpl1wb] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.2px;
}

.date-remove-btn[b-8kkfwpl1wb] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ff6565;
}

.reject-container[b-8kkfwpl1wb] {
    border: 1px solid #ffd4d4;
    border-radius: 8px;
    padding: 14px;
    background: #fff1f1;
}

.reject-text[b-8kkfwpl1wb] {
    margin-bottom: 0px !important;
    color: #cd5d5d !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.reject[b-8kkfwpl1wb] {
    color: #cd5d5d !important;
}
/* /Pages/AuthPages/Payroll/WorkDaysCalendar.razor.rz.scp.css */
.calendar-div .legend[b-kcs6d5yeyw] {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}

.legend .present[b-kcs6d5yeyw],
.legend .absent[b-kcs6d5yeyw],
.legend .off[b-kcs6d5yeyw] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.legend .legend-box[b-kcs6d5yeyw] {
    width: 10px;
    height: 10px;
}

.legend .present .legend-box[b-kcs6d5yeyw] {
    background: #1E88E5;
}

.legend .absent .legend-box[b-kcs6d5yeyw] {
    background: #F44336;
}

.legend .off .legend-box[b-kcs6d5yeyw] {
    background: #9C27B0; 
}

.calendar-div .header[b-kcs6d5yeyw] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

    .calendar-div .header i[b-kcs6d5yeyw] {
        cursor: pointer;
    }

.curr-month-text[b-kcs6d5yeyw] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    font-weight: 500;
}

.curr-year-text[b-kcs6d5yeyw] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 300;
}

.calendar .days[b-kcs6d5yeyw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-kcs6d5yeyw] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-kcs6d5yeyw] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
}

.day[b-kcs6d5yeyw] {
    position: sticky;
    top: 0;
}

.calendar .day-number:nth-of-type(7n + 7)[b-kcs6d5yeyw] {
    border-right: 0;
}

.calendar .day-number.shift[b-kcs6d5yeyw] {
    color: #ffffff !important;
    background-color: #15e8a9 !important;
}

.calendar .day-number.absent[b-kcs6d5yeyw] {
    color: #ffffff !important;
    background-color: #F44336 !important;
    cursor: not-allowed;
}

.calendar .day-number.present[b-kcs6d5yeyw] {
    color: #ffffff !important;
    background-color: #1E88E5 !important;
    cursor: pointer;
}

.calendar .day-number.day-off[b-kcs6d5yeyw] {
    color: #ffffff !important;
    background-color: #9C27B0 !important;
    cursor: not-allowed;
}

.calendar .day-number.other-month[b-kcs6d5yeyw] {
    color: #98a0a6a3 !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}


.calendar .day-number:last-child[b-kcs6d5yeyw] {
    border-right: none;
}

.day-number:hover[b-kcs6d5yeyw] {
    background: rgba(255, 166, 48, 0.1);
}

.contract-mark[b-kcs6d5yeyw] {
    background: #f1f6ff;
    font-size: 12px;
    font-weight: 400;
    color: #4786FF;
    margin-top: 13px;
    padding: 8px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 4px solid #4786FF;
    text-align: start;
}

    .contract-mark:hover[b-kcs6d5yeyw] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }
/* /Pages/AuthPages/Referral/ReferralView.razor.rz.scp.css */
.tree-container[b-pyfjnnm0hv] {
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #f5f1e9;
    position: relative;
    touch-action: none;
    cursor: grab;
    border: 2px dashed #DCE0E9;
    padding: 20px;
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 16px 16px;
}

.zoom-wrapper[b-pyfjnnm0hv] {
    transition: transform 0.1s ease;
    transform-origin: center;
}

.tf-nc[b-pyfjnnm0hv] {
    background: white;
    border-radius: 15px;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2)
}

    .tf-nc span[b-pyfjnnm0hv] {
        color: #536B89 !important;
        font-family: 'Poppins';
        font-size: 13px;
        font-weight: 600;
    }

    .tf-nc[b-pyfjnnm0hv]:after,
    .tf-tree
    .tf-nc[b-pyfjnnm0hv]:before,
    .tf-tree
    .tf-node-content[b-pyfjnnm0hv]:after,
    .tf-tree .tf-node-content[b-pyfjnnm0hv]:before {
        border-left: 1px solid #e58b1b !important;
    }

.tf-tree li li[b-pyfjnnm0hv]:before {
    border-top: 1px solid #e58b1b !important;
}

.tf-tree .tf-nc[b-pyfjnnm0hv],
.tf-tree .tf-node-content[b-pyfjnnm0hv] {
    white-space: nowrap;
}
