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

/* /Components/Tooltip/HelpTooltip.razor.rz.scp.css */
.help-tooltip[b-4lmsq0dx8i] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    width: 15px;
    height: 15px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    color: #6b7280;
    font-size: 13px;
    line-height: 1;
}

    .help-tooltip .tooltip-box[b-4lmsq0dx8i] {
        visibility: hidden;
        opacity: 0;
        width: 250px;
        background-color: #1f2937;
        color: gray;
        text-align: left;
        border-radius: 0.5rem;
        padding: 10px;
        position: absolute;
        z-index: 9999;
        white-space: normal;
        top: 125%;
        left: 0;
        transition: opacity 0.3s;
        font-size: 0.85rem;
    }

        .help-tooltip .tooltip-box[b-4lmsq0dx8i]::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #1f2937 transparent;
        }

    .help-tooltip:hover .tooltip-box[b-4lmsq0dx8i] {
        visibility: visible;
        opacity: 1;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-na7lh83f0a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi[b-i0fybb60hw] {
    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-i0fybb60hw] {
    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-i0fybb60hw] {
    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-i0fybb60hw] {
    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-i0fybb60hw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-i0fybb60hw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-i0fybb60hw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Accounting/Income/IncomeStatement.razor.rz.scp.css */
.month-container[b-m2eu55efcq] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(0,0,0,.04);
    text-align: center !important;
}

.calendar-container[b-m2eu55efcq] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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



span[b-m2eu55efcq] {
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-family: 'Poppins';
}

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

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

.date-change-btn[b-m2eu55efcq] {
    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-m2eu55efcq] {
        background: #000000;
    }

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

.date-filter-btn[b-m2eu55efcq] {
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px;
    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-m2eu55efcq] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-m2eu55efcq] {
    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-m2eu55efcq] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 30px 15px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
}

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

    .calendar .day-number.other-month[b-m2eu55efcq] {
        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-m2eu55efcq] {
        border-right: none;
    }

.contract-mark[b-m2eu55efcq] {
    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-m2eu55efcq] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }

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

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

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

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

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

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

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

    .month-filter-div[b-m2eu55efcq] {
        margin-top: 20px;
    }
}
/* /Pages/Accounting/Income/PrintableIncomeStatement.razor.rz.scp.css */

.header[b-gznzys78j6] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-align: center !important;
}

.expenses-grid[b-gznzys78j6] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 1px;
}

.unip-logo[b-gznzys78j6] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 70px;
}

.expenses-header[b-gznzys78j6] {
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
}


.expense-item[b-gznzys78j6] {
    display: contents;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 10px !important;
}

    .expense-item > div[b-gznzys78j6] {
        padding: 0px;
    }

        .expense-item > div:first-child[b-gznzys78j6] {
            text-align: left;
        }

        .expense-item > div:not(:first-child)[b-gznzys78j6] {
            text-align: right;
        }

.total-row[b-gznzys78j6] {
    font-weight: bold;
    background-color: #e6e6e6;
    font-family: 'Poppins' !important;
}

.subtotal-row[b-gznzys78j6] {
    font-family: 'Poppins' !important;
}

.indent[b-gznzys78j6] {
    padding-left: 40px !important;
}
/* /Pages/Accounting/Income/ViewIncomeStatement.razor.rz.scp.css */
span[b-i9i2nqm10t] {
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-family: 'Poppins';
}


.unip-logo[b-i9i2nqm10t] 
{
    display: flex;
    justify-content: center;
    height: 80px;
    margin-bottom: 15px;
}
/* /Pages/Announcements/AllAnnouncement.razor.rz.scp.css */
body[b-nfo3c9qzup] {
}


.announcement-div[b-nfo3c9qzup] {

}

span[b-nfo3c9qzup] {
    font-family: Poppins;
    font-size: 14px;
}
/* /Pages/Announcements/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-qcoytj0moo] {
}

.ann-sidebar[b-qcoytj0moo] {
}

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

.ann-title[b-qcoytj0moo] {
    color: #1D2630;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.8px;
}

.ann-date[b-qcoytj0moo] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.3px;
}

/*CARD*/

.ann-card[b-qcoytj0moo] {
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
}

.ann-card:hover[b-qcoytj0moo] {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

.ann-orange-chip[b-qcoytj0moo] {
    background: #f6b243;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-red-chip[b-qcoytj0moo] {
    background: #ea3e3e;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-card-date[b-qcoytj0moo] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

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

.ann-desc[b-qcoytj0moo] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}
/* /Pages/Auth/Login.razor.rz.scp.css */

.background[b-zoo49hhzwm] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgba(169, 25, 29, .7), rgba(169, 25, 29, 0.6)), /* Overlay color and opacity */
    url('images/bg_imgs/geri-sakti-CYrYxz-uvE4-unsplash.jpg');
    background-size: cover;
    background-position: center;
}

.container[b-zoo49hhzwm] {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right-panel[b-zoo49hhzwm] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 35px 40px;
    font-family: 'Poppins';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.right-panel .logo[b-zoo49hhzwm]{
    width: 37px;
    position: absolute;
    top: 12px;
    right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
    .container[b-zoo49hhzwm]{
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-panel[b-zoo49hhzwm] {
        padding: 23px 30px 35px 30px;
    }
    .background[b-zoo49hhzwm] {
        background-position: right;
    }
}
/* /Pages/Auth/Register.razor.rz.scp.css */

.background[b-h18lxpgd5b] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgba(169, 25, 29, .7), rgba(169, 25, 29, 0.6)), /* Overlay color and opacity */
    url('images/bg_imgs/geri-sakti-CYrYxz-uvE4-unsplash.jpg');
    background-size: cover;
    background-position: center;
}

.container[b-h18lxpgd5b] {
    width: 100%;
    max-width: 700px;
}

.right-panel[b-h18lxpgd5b] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 28px 40px;
    font-family: 'Poppins';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.right-panel .logo[b-h18lxpgd5b] {
    width: 37px;
    position: absolute;
    top: 12px;
    right: 20px;
}

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

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

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

label[b-h18lxpgd5b] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
    white-space: nowrap;
}

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

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

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

select[b-h18lxpgd5b] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

select:focus[b-h18lxpgd5b] {
    border: 1px solid #594ae2;
}

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

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

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

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

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

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

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

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

    .background[b-h18lxpgd5b] {
        background-position: right;
    }
}
/* /Pages/Customer/SingleCustomerCard.razor.rz.scp.css */
.header[b-r1zopnpyzz] {
    font-size: 18px !important;
    color: #163b6e !important;
    font-family: 'Poppins' !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.card[b-r1zopnpyzz] {
    padding: 20px !important;
    height: 100%;
    border-radius: 15px;
}

span[b-r1zopnpyzz] {
    color: #878585 !important;
}
/* /Pages/Expense/SingleExpense.razor.rz.scp.css */
table[b-wi540m18sf] {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #DCE0E9;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Poppins' !important;
}

td[b-wi540m18sf] {
    padding: 7px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    letter-spacing: -.4px !important;
    color: #8899BF !important;
    font-size: 13px !important;
}

th[b-wi540m18sf] {
    padding: 12px;
    color: #EEF1F6 !important;
    font-size: 12px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    background: #384C67;
    letter-spacing: .3px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

tr:hover[b-wi540m18sf] {
    background-color: #f5f5f5;
}
/* /Pages/Products/AddProduct.razor.rz.scp.css */

.mud-input.mud-input-outlined .mud-input-outlined-border[b-qvq5asx2zl] {
    border-color: #E1E5E9 !important;
    border-radius: 10px !important;
    font-size: 13px !important;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol[b-qvq5asx2zl] {
    font-size: 13px !important;
    letter-spacing: .5px !important;
    font-family: 'Poppins' !important;
    background-color: white;
    color: #7482A3;
}

.mud-input > textarea.mud-input-root-outlined.mud-input-root-margin-dense[b-qvq5asx2zl], .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense[b-qvq5asx2zl], div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-qvq5asx2zl] {
    font-size: 14px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.bread-add-btn[b-qvq5asx2zl] {
    border-radius: 4px;
    background: #F3373F;
    padding: 11px 15px;
    color: white;
    font-family: 'Poppins' !important;
    cursor: pointer;
    transition: .3s ease;
    font-size: 12px;
}

.bread-add-btn:hover[b-qvq5asx2zl] {
    background: #BF2229;
}

.mud-button-filled.mud-button-filled-warning[b-qvq5asx2zl] {
    box-shadow: none !important;
    background-color: #384C67 !important;
}

.table td[b-qvq5asx2zl] {
    white-space: nowrap !important;
}

tr td[b-qvq5asx2zl] {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.sort-div[b-qvq5asx2zl], .search-div[b-qvq5asx2zl] {
    width: 280px;
}

    .search-div .mud-icon-root.mud-svg-icon[b-qvq5asx2zl] {
        color: white !important;
    }

.tbl-parent[b-qvq5asx2zl] {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #DCE0E9;
}

    .tbl-parent th:first-child[b-qvq5asx2zl] {
        border-top-left-radius: 0px !important;
    }

    .tbl-parent th:last-child[b-qvq5asx2zl] {
        border-top-right-radius: 0px !important;
    }

    .tbl-parent th[b-qvq5asx2zl] {
        font-family: 'Poppins' !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
        padding-bottom: 17px !important;
        padding-top: 17px !important;
        letter-spacing: .3px !important;
        text-transform: uppercase !important;
        color: #EEF1F6 !important;
        font-size: 12px !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
        background: #384C67;
    }

    .tbl-parent td[b-qvq5asx2zl] {
        font-family: 'Poppins' !important;
        font-weight: 400 !important;
        letter-spacing: -.4px !important;
        color: #8899BF !important;
        font-size: 13px !important;
    }

table.dataTable.no-footer[b-qvq5asx2zl] {
    border-bottom: 0px !important;
}

table.dataTable > tbody > tr.child[b-qvq5asx2zl] {
    text-align: center !important;
}

tr:last-child td:first-child[b-qvq5asx2zl] {
    border-bottom-left-radius: 0px !important;
}

tr:last-child td:last-child[b-qvq5asx2zl] {
    border-bottom-right-radius: 0px;
}

table.dataTable tbody th[b-qvq5asx2zl], table.dataTable tbody td[b-qvq5asx2zl] {
    border-bottom: 1px solid #DCE0E9;
}

table.dataTable > tbody > tr.child span.dtr-title[b-qvq5asx2zl] {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    letter-spacing: .1px !important;
    text-transform: uppercase !important;
    color: #53657B !important;
    font-size: 13px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li[b-qvq5asx2zl] {
    border: 0px !important;
}

@@media only screen and (max-width: 600px) {
    table[b-qvq5asx2zl] {
        border: 0;
    }

    .table td[b-qvq5asx2zl] {
        white-space: normal !important;
    }

    tr td[b-qvq5asx2zl] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    table thead[b-qvq5asx2zl] {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr[b-qvq5asx2zl] {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td[b-qvq5asx2zl] {
        border-bottom: 1px solid #ddd;
        display: block;
        color: #536B89 !important;
        text-align: right;
        font-size: 12px !important;
        text-transform: uppercase;
        letter-spacing: .1px !important;
    }

        table td[b-qvq5asx2zl]::before {
            content: attr(data-title);
            float: left;
            text-transform: uppercase;
            padding-right: 15px;
            font-weight: 500 !important;
            letter-spacing: .3px !important;
            font-size: 12px !important;
            color: #536B89 !important;
        }

        table td:last-child[b-qvq5asx2zl] {
            border-bottom: 0;
        }

    .tbl-parent[b-qvq5asx2zl] {
        border-radius: 12px;
    }

    .sort-div[b-qvq5asx2zl], .search-div[b-qvq5asx2zl] {
        width: 100%;
    }
}
/* /Pages/StockReturn/StockReturnReceipt.razor.rz.scp.css */


.header[b-hyuq0h4vel] {
    vertical-align: middle;
    flex-direction: column;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.header-title[b-hyuq0h4vel] {
    color: red;
    font-size: 24px
}

.pdf-container[b-hyuq0h4vel] {
    position: absolute;
    width: fit-content;
    min-width: 1000px;
    padding: 50px 40px;
    bottom: 10000px;
}

.logo[b-hyuq0h4vel] {
    display: flex;
    justify-content: end;
    height: 100px;
}

.po-title[b-hyuq0h4vel] {
    font-family: 'Poppins' !important;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}

.po-details[b-hyuq0h4vel] {
    font-size: 11px;
}

.po-details-col[b-hyuq0h4vel] {
    vertical-align: middle;
    flex-direction: column;
}

.po-details-col-title[b-hyuq0h4vel] {
    font-weight: 700;
}

/*.header {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
}*/

.order-header[b-hyuq0h4vel] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


.unip-logo[b-hyuq0h4vel] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 90px;
}

.expenses-grid[b-hyuq0h4vel] {
    display: grid;
    grid-template-columns: 2fr 0fr 0fr 2fr;
    gap: 7px;
}

.expense-item[b-hyuq0h4vel] {
    display: contents;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

    .expense-item > div[b-hyuq0h4vel] {
        padding: 0px;
    }

        .expense-item > div:first-child[b-hyuq0h4vel] {
            text-align: left;
        }

        .expense-item > div:not(:first-child)[b-hyuq0h4vel] {
            text-align: right;
        }



.table[b-hyuq0h4vel] {
    border: 1px solid #ddd;
}

    .table th[b-hyuq0h4vel] {
        background: #f3f2f2 !important;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd !important;
        font-family: 'Poppins' !important;
        font-weight: 500;
        letter-spacing: .2px;
        font-size: 12px;
        white-space: nowrap;
        text-align: center;
        padding: 10px !important;
    }

    .table td[b-hyuq0h4vel] {
        font-family: 'Poppins' !important;
        font-weight: 300;
        letter-spacing: .2px;
        font-size: 12px;
        border-left: 1px solid #ddd;
        text-align: center;
        padding: 10px !important;
    }

.label-header[b-hyuq0h4vel] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.label-value[b-hyuq0h4vel] {
    color: #4a4a4a !important;
    font-weight: 300;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.total-amount[b-hyuq0h4vel] {
    border: none;
}
/* /Pages/StockTransfer/StockTransferReceipt.razor.rz.scp.css */


.header[b-bxhp71dqdw] {
    vertical-align: middle;
    flex-direction: column;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.header-title[b-bxhp71dqdw] {
    color: red;
    font-size: 24px
}

.pdf-container[b-bxhp71dqdw] {
    position: absolute;
    width: fit-content;
    min-width: 1000px;
    padding: 50px 40px;
    bottom: 10000px;
}

.logo[b-bxhp71dqdw] {
    display: flex;
    justify-content: end;
    height: 100px;
}

.po-title[b-bxhp71dqdw] {
    font-family: 'Poppins' !important;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}

.po-details[b-bxhp71dqdw] {
    font-size: 11px;
}

.po-details-col[b-bxhp71dqdw] {
    vertical-align: middle;
    flex-direction: column;
}

.po-details-col-title[b-bxhp71dqdw] {
    font-weight: 700;
}

/*.header {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
}*/

.order-header[b-bxhp71dqdw] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


.unip-logo[b-bxhp71dqdw] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 90px;
}

.expenses-grid[b-bxhp71dqdw] {
    display: grid;
    grid-template-columns: 2fr 0fr 0fr 2fr;
    gap: 7px;
}

.expense-item[b-bxhp71dqdw] {
    display: contents;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

    .expense-item > div[b-bxhp71dqdw] {
        padding: 0px;
    }

        .expense-item > div:first-child[b-bxhp71dqdw] {
            text-align: left;
        }

        .expense-item > div:not(:first-child)[b-bxhp71dqdw] {
            text-align: right;
        }



.table[b-bxhp71dqdw] {
    border: 1px solid #ddd;
}

    .table th[b-bxhp71dqdw] {
        background: #f3f2f2 !important;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd !important;
        font-family: 'Poppins' !important;
        font-weight: 500;
        letter-spacing: .2px;
        font-size: 12px;
        white-space: nowrap;
        text-align: center;
        padding: 10px !important;
    }

    .table td[b-bxhp71dqdw] {
        font-family: 'Poppins' !important;
        font-weight: 300;
        letter-spacing: .2px;
        font-size: 12px;
        border-left: 1px solid #ddd;
        text-align: center;
        padding: 10px !important;
    }

.label-header[b-bxhp71dqdw] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.label-value[b-bxhp71dqdw] {
    color: #4a4a4a !important;
    font-weight: 300;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.total-amount[b-bxhp71dqdw] {
    border: none;
}
/* /Pages/UNIPurchaseOrder/PrintablePO.razor.rz.scp.css */


.header[b-9qziizh46u] {
    vertical-align: middle;
    flex-direction: column;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.header-title[b-9qziizh46u] {
    color: red;
    font-size: 24px
}

.pdf-container[b-9qziizh46u] {
    width: fit-content;
    min-width: 1000px;
    padding: 20px 40px;
    position: absolute;
    bottom: 10000px;
}

.logo[b-9qziizh46u] {
    display: flex;
    justify-content: end;
    height: 100px;
}

.po-title[b-9qziizh46u] {
    font-family: 'Poppins' !important;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}

.po-details[b-9qziizh46u] {
    font-size: 11px;
}

.po-details-col[b-9qziizh46u] {
    vertical-align: middle;
    flex-direction: column;
}

.po-details-col-title[b-9qziizh46u] {
    font-weight: 700;
}
/*.header {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
}*/
.order-header[b-9qziizh46u] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


.unip-logo[b-9qziizh46u] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 90px;
}

.expenses-grid[b-9qziizh46u] {
    display: grid;
    grid-template-columns: 2fr 0fr 0fr 2fr;
    gap: 7px;
}

.expense-item[b-9qziizh46u] {
    display: contents;
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

    .expense-item > div[b-9qziizh46u] {
        padding: 0px;
    }

        .expense-item > div:first-child[b-9qziizh46u] {
            text-align: left;
        }

        .expense-item > div:not(:first-child)[b-9qziizh46u] {
            text-align: right;
        }



.table[b-9qziizh46u] {
    border: 1px solid #ddd;
}

    .table th[b-9qziizh46u] {
        background: #f3f2f2 !important;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd !important;
        font-family: 'Poppins' !important;
        font-weight: 500;
        letter-spacing: .2px;
        font-size: 10px;
        white-space: nowrap;
        text-align: center;
        padding: 10px !important;
    }

    .table td[b-9qziizh46u] {
        font-family: 'Poppins' !important;
        font-weight: 300;
        letter-spacing: .2px;
        font-size: 10px;
        border-left: 1px solid #ddd;
        text-align: center;
        padding: 10px !important;
    }

.label-header[b-9qziizh46u] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 10px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.label-value[b-9qziizh46u] {
    color: #4a4a4a !important;
    font-weight: 300;
    font-size: 10px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

.total-amount[b-9qziizh46u] {
    border: none;
}
/* /Pages/UNIPurchaseOrder/UNIOrderingForm.razor.rz.scp.css */
body[b-3rte8apsxh] {
}


.notes[b-3rte8apsxh] {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

.input-text[b-3rte8apsxh] {
    color: #4a4a4a !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-family: Poppins !important;
}
/* /Utilities/Modal/SuccessPopUpDialog.razor.rz.scp.css */
.done-dialog[b-3kvw924j90] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.img-div[b-3kvw924j90] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

img[b-3kvw924j90] {
    width: 120px;
}

h5[b-3kvw924j90] {
    font-size: 17px;
    font-weight: 500;
    color: #0A1A28;
}

span[b-3kvw924j90] {
    font-size: 13px;
    font-weight: 400;
    color: #8a9499;
    letter-spacing: .5px;
}

.btn-div[b-3kvw924j90] {
    margin-top: 22px;
    text-align: center;
}

button[b-3kvw924j90] {
    border-radius: 8px;
    background: #43d297;
    color: #fff;
    width: 180px;
    height: 40px;
    font-size: 14px;
    transition: .3s ease;
}

    button:hover[b-3kvw924j90] {
        background: #28986a;
    }
