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

/* /Components/Containers/CameraFeed.razor.rz.scp.css */
.overlay-mask[b-hn9ce5quxd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .overlay-mask[b-hn9ce5quxd]::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        mask: radial-gradient(circle at center, transparent 45%, black 45%);
    }

.progress-ring[b-hn9ce5quxd] {
    width: 100%;
    height: 100%;
    transform: rotate(90deg) scaleX(-1);
    position: relative;
}

.progress-ring__bg[b-hn9ce5quxd] {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 6;
}

.progress-ring__circle[b-hn9ce5quxd] {
    fill: transparent;
    stroke: limegreen;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 590.62, 590.62; 
}
/* /Components/Containers/CameraScanner.razor.rz.scp.css */
body[b-0i65t6a1dk] {
}

.title[b-0i65t6a1dk] {
    font-size: 15px;
    margin: 0;
    padding-bottom: 20px;
}

.camera-wrapper[b-0i65t6a1dk] {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: auto;
}

video[b-0i65t6a1dk], canvas[b-0i65t6a1dk] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transform: scaleX(-1);
}

.target-area-error[b-0i65t6a1dk], .target-area-success[b-0i65t6a1dk] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    border-radius: 8px;
}

.target-area-success[b-0i65t6a1dk] {
    border: 2px solid limegreen;
    box-shadow: 0 0 10px limegreen;
}

.target-area-error[b-0i65t6a1dk] {
    border: 2px solid red;
    box-shadow: 0 0 10px red;
}


.scan-line-error[b-0i65t6a1dk], .scan-line-success[b-0i65t6a1dk] {
    position: absolute;
    width: 100%;
    height: 2px;
    pointer-events: none;
    z-index: 20;
}

.scan-line-down[b-0i65t6a1dk] {
    animation: scanDown-b-0i65t6a1dk 2s linear infinite;
}

.scan-line-up[b-0i65t6a1dk] {
    animation: scanUp-b-0i65t6a1dk 2s linear infinite;
}

.scan-line-success[b-0i65t6a1dk] {
    background-color: limegreen;
}

.scan-line-error[b-0i65t6a1dk] {
    background-color: red;
}


@keyframes scanDown-b-0i65t6a1dk {
    0%, 100% {
        top: 0%;
        opacity: 0.2;
    }

    50% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes scanUp-b-0i65t6a1dk {
    0%, 100% {
        top: 100%;
        opacity: 0.2;
    }

    50% {
        top: 0%;
        opacity: 1;
    }
}

.scan-box-error[b-0i65t6a1dk], .scan-box-success[b-0i65t6a1dk] {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: scanBox-b-0i65t6a1dk 2s ease-in-out infinite alternate;
}

.scan-box-error[b-0i65t6a1dk] {
    background-color: rgba(255,0,0, 0.2);
}

.scan-box-success[b-0i65t6a1dk] {
    background-color: rgba(0, 255,0, 0.2);
}

@keyframes scanBox-b-0i65t6a1dk {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.3;
    }
}


.retry-scanner-text[b-0i65t6a1dk] {
    color: limegreen;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/* Medium screen */
@media (max-width: 768px) {
    .retry-scanner-text[b-0i65t6a1dk] {
        font-size: 30px;
    }
}

/* Small screen */
@media (max-width: 480px) {
    .retry-scanner-text[b-0i65t6a1dk] {
        font-size: 20px;
    }
}
/* /Components/Filter/CalendarFilter.razor.rz.scp.css */
.calendar-container[b-uwsqjfqcq6] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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

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

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

.calendar-div .header[b-uwsqjfqcq6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 1rem;
    padding: 0 44px;
}

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

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

.date-filter-btn[b-uwsqjfqcq6] {
    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-uwsqjfqcq6] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-uwsqjfqcq6] {
    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-uwsqjfqcq6] {
    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;
    min-height: 70px;
}

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

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

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

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

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

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

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

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

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

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

    .month-filter-div[b-uwsqjfqcq6] {
        margin-top: 20px;
    }
}
/* /Components/RightSidebar/NotificationSidebar.razor.rz.scp.css */
.ann-sidebar[b-ki8gxwxgp1] {
}

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

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

.tab-container[b-ki8gxwxgp1] {
    display: flex;
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 4px;
    font-family: sans-serif;
    width: fit-content;
    margin-bottom: 16px;
}

.tab[b-ki8gxwxgp1] {
    padding: 8px 12px;
    border-radius: 8px;
    margin: 0 2px;
    cursor: pointer;
    color: #525753;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out .5s;
    position: relative;
}

    .tab:hover[b-ki8gxwxgp1] {
        background-color: #eaeaea;
    }

    .tab.active[b-ki8gxwxgp1] {
        background-color: white;
        color: black;
        box-shadow: 0 0 0 1px #ddd;
    }

.badge[b-ki8gxwxgp1] {
    background-color: #F3373F;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
}

.tab-content[b-ki8gxwxgp1] {
    margin-top: 8px;
}

/*CARD*/

.notif-card[b-ki8gxwxgp1] {
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
    background: white;
    position: relative;
}

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

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

.orange-chip[b-ki8gxwxgp1] {
    background: #f6b243;
}

.red-chip[b-ki8gxwxgp1] {
    background: #ea3e3e;
}

.yellow-chip[b-ki8gxwxgp1] {
    background: #a3a307;
}

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

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

.notif-desc[b-ki8gxwxgp1] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}
/* /Components/Tooltip/HelpTooltip.razor.rz.scp.css */
.help-tooltip[b-c3clhy189w] {
    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-c3clhy189w] {
        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-c3clhy189w]::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-c3clhy189w] {
        visibility: visible;
        opacity: 1;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-grjdin0mo3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-uzpb0kvbff] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-uzpb0kvbff] {
        /* 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-y7fmuw4pv4] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(0,0,0,.04);
    text-align: center !important;
}

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

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



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

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

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

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

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

.date-filter-btn[b-y7fmuw4pv4] {
    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-y7fmuw4pv4] {
        background: #4F5C71;
        color: #D7DEE8;
    }

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

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

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

.calendar .day-name[b-y7fmuw4pv4] {
    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-y7fmuw4pv4] {
    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-y7fmuw4pv4] {
        border-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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


.unip-logo[b-8sllsvpiqa] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 70px;
}
.expenses-header[b-8sllsvpiqa] {
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
}


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

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

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

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

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

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

.indent[b-8sllsvpiqa] {
    padding-left: 40px !important;
}
/* /Pages/Accounting/Income/ViewIncomeStatement.razor.rz.scp.css */
/* /Pages/Announcement/AllAnnouncement.razor.rz.scp.css */
body[b-8p372o9sfi] {
}


.announcement-div[b-8p372o9sfi] {

}

span[b-8p372o9sfi] {
    font-family: Poppins;
    font-size: 14px;
}
/* /Pages/Announcement/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-9ae0ouy7z6] {
}

.ann-sidebar[b-9ae0ouy7z6] {
}

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

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

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

/*CARD*/

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

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

.ann-blue-chip[b-9ae0ouy7z6] {
    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-9ae0ouy7z6] {
    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-9ae0ouy7z6] {
    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-9ae0ouy7z6] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.options[b-v58lw1cfbo] {
    text-align: center;
    width: 100%;
    margin-top: -5px;
}

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

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

button[type="submit"][b-v58lw1cfbo] {
    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-v58lw1cfbo] {
    transform: scale(1.01);
}

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

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

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

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

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

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

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

.right-panel[b-acbtzlfs4r] {
    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-acbtzlfs4r]{
    width: 37px;
    position: absolute;
    top: 12px;
    right: 20px;
}

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

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

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

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

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

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

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

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

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

button[type="submit"][b-acbtzlfs4r] {
    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-acbtzlfs4r] {
    transform: scale(1.01);
}

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

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

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

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

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

.right-panel[b-45jvx3mc3c] {
    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-45jvx3mc3c] {
    width: 37px;
    position: absolute;
    top: 12px;
    right: 20px;
}

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

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

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

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

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

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

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

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

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

button[type="submit"][b-45jvx3mc3c] {
    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-45jvx3mc3c] {
    transform: scale(1.01);
}

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

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

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

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

    .background[b-45jvx3mc3c] {
        background-position: right;
    }
}
/* /Pages/DesignPage/SalesPoint/POS.razor.rz.scp.css */

.online-store-container[b-dpixaeb3wh] {
    font-family: 'Poppins' !important;
    margin: 0;
    padding: 0;
}

.navbar[b-dpixaeb3wh] {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.logo[b-dpixaeb3wh] {
    width: 150px;
    margin-right: 20px;
    margin-left: 10px;

}

.location[b-dpixaeb3wh] {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.location-icon[b-dpixaeb3wh] {
    margin-right: 5px;
}

.search-bar[b-dpixaeb3wh] {
    flex-grow: 1;
    margin-right: 5px;
}

.search-input[b-dpixaeb3wh] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.icons[b-dpixaeb3wh] {
    display: flex;
    align-items: center;
}

.icon[b-dpixaeb3wh] {
    margin-left: 20px;
    font-size: 20px;
}

.bell[b-dpixaeb3wh] {
    height: 38px !important;
}

    .icon img[b-dpixaeb3wh] {
        height: 30px;
    }

.user-section[b-dpixaeb3wh] {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.cart-icon[b-dpixaeb3wh] {
    margin-left: 15px;
    font-size: 24px;
}

.submenu[b-dpixaeb3wh] {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 15px 20px;
}

.submenu-item[b-dpixaeb3wh] {
    margin-right: 20px;
    align-items: center;
    font-size: 16px;
    font-weight: 550;
}

.menu[b-dpixaeb3wh]
{
    font-size: 22px;
    margin-top: 10px;
    margin-right: -10px;
}

.feedback-button[b-dpixaeb3wh], .help-button[b-dpixaeb3wh] {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
}

.feedback-button[b-dpixaeb3wh] {
    background-color: #0046be;
    color: white;
    border: none;
}

.help-button[b-dpixaeb3wh] {
    background-color: white;
    color: #0046be;
    border: 1px solid #0046be;
}

.footer[b-dpixaeb3wh] {
    color: #ffffff;
    width: 100% !important;
}

.footer-content[b-dpixaeb3wh] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 60px;
    background-color: #951c0f;
}

.footer-column[b-dpixaeb3wh] {
    flex: 1;
    margin-right: 20px;
}

.footer-column h3[b-dpixaeb3wh] {
    font-size: 16px;
    margin-bottom: 33px;
}

.footer-column ul[b-dpixaeb3wh] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li[b-dpixaeb3wh] {
    margin-bottom: 18px;
}

.footer-column ul li a[b-dpixaeb3wh] {
    color: #cccccc;
    text-decoration: none;
    font-size: 13px;
}

.footer-column ul li a:hover[b-dpixaeb3wh] {
    text-decoration: underline;
}

.footer-bottom[b-dpixaeb3wh] {
    margin-top: 10px;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

.copyright[b-dpixaeb3wh] {
    font-size: 15px;
    color: #4a4a4a;
}

.social-icons a[b-dpixaeb3wh] {
    color: #ffffff;
    margin-left: 15px;
    font-size: 20px;
    text-decoration: none;
}

.social-icons img[b-dpixaeb3wh] {
    width: 30px;
    height: 30px;
}

  

.container[b-dpixaeb3wh] {
    display: flex;

}

.sidebar[b-dpixaeb3wh] {
    background-color: #e3eefc;
    border-radius: 8px;
    padding: 20px 0px;
    margin-left: 20px;
    height: 100%;
}

.sidebar-item[b-dpixaeb3wh] {
    display: flex;
    color: #4a4a4a;
    justify-content: space-between;
    align-items: center;
    padding: 13px 30px;
}

.main-content[b-dpixaeb3wh] {
    flex: 1;
}

.banner[b-dpixaeb3wh] {
    background-image: url('images/media_icons/banner_img.png');
    color: white;
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

.banner-text h2[b-dpixaeb3wh] {
    margin: 0;
    font-size: 24px;
}

.banner-text p[b-dpixaeb3wh] {
    margin: 10px 0;
}

.learn-more-btn[b-dpixaeb3wh] {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.banner-images[b-dpixaeb3wh] {
    display: flex;
    gap: 10px;
}

    .banner-images img[b-dpixaeb3wh] {
        width: 100px;
        height: auto;
    }

.product-sections[b-dpixaeb3wh] {
    padding: 20px 0px 0px 0px;
    display: flex;
    gap: 20px;
}

.product-section[b-dpixaeb3wh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    background-color: #e3eefc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #4a4a4a;
}

.product-section h3[b-dpixaeb3wh] {
    margin-top: 0;
}

.product-section img[b-dpixaeb3wh] {
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-top: 10px;
}

.additional-sections[b-dpixaeb3wh] {
    display: flex;
    gap: 20px;
    margin: 0px 20px;
    padding: 15px 0px;

}

.section[b-dpixaeb3wh] {
    flex: 1;
    color: #cccccc;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    background-color: #e3eefc;
    height: 100%;
    color: #4a4a4a;
    width: 100%;
}

.section h3[b-dpixaeb3wh] {
    margin-top: 0;
    font-size: 18px;
    color: #003366;
}

.shop-now[b-dpixaeb3wh] {
    color: #0046be;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.section-content[b-dpixaeb3wh] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

    .section-content img[b-dpixaeb3wh] {
        max-width: 100%;
        height: auto;
    }

 .asus-banner[b-dpixaeb3wh] {
    background: url('images/media_icons/asus_banner.png');
    object-fit: cover;
    border-radius: 10px;
}

.asus-banner-text[b-dpixaeb3wh] {
    flex: 1;
}

    .asus-banner-text h2[b-dpixaeb3wh] {
        margin: 0;
        font-size: 24px;
    }

    .asus-banner-text p[b-dpixaeb3wh] {
        margin: 10px 0;
    }

.asus-banner-images[b-dpixaeb3wh] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .asus-banner-images img[b-dpixaeb3wh] {
        width: 80px;
        height: auto;
    }

.shop-now-btn[b-dpixaeb3wh] {
    background-color: #1e90ff;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.windows-logo[b-dpixaeb3wh] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: auto;
}
/* /Pages/SalesPoint/EndCash.razor.rz.scp.css */

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

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

.right-panel[b-fyxffk2n3w] {
    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-fyxffk2n3w] {
        width: 37px;
        position: absolute;
        top: 12px;
        right: 20px;
    }

    .right-panel h2[b-fyxffk2n3w] {
        font-size: 17px;
        margin-bottom: 2px;
        margin-top: 7px;
        letter-spacing: -.3px;
    }

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

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

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

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

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

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

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

button[type="submit"][b-fyxffk2n3w] {
    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-fyxffk2n3w] {
        transform: scale(1.01);
    }

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

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

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

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

    .background[b-fyxffk2n3w] {
        background-position: right;
    }
}
/* /Pages/SalesPoint/Package/PackageOrderSelection.razor.rz.scp.css */
.package-label[b-xrqyr2u9qw] {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    margin-right: 2px;
}

.package-text[b-xrqyr2u9qw] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: #df4140 !important;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: -1px !important;
}
/* /Pages/SalesPoint/SalesItem/Agent/ItemOrderSelection.razor.rz.scp.css */

.size-options[b-acdpg9sl4d] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.size-option[b-acdpg9sl4d] {
    width: 30px;
    height: 24px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

    .size-option.out-of-stock[b-acdpg9sl4d] {
        background-color: #a79a9a;
        opacity: 2;
    }

    .size-option:hover[b-acdpg9sl4d] {
        border: 1px solid #df4140; /* Highlight selected variant */
        background-color: white; /* Light background for selected */
        color: #df4140;
    }

.add-button[b-acdpg9sl4d] {
    position: absolute;
    padding: 8px;
    background-color: #2D4356;
    color: white;
    right: 5px;
    left: 5px;
    bottom: 4px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 12px;
}

.product-card[b-acdpg9sl4d] {
    overflow: hidden;
}

/*.product-image-container {
    position: relative;
}*/

.pre-order-options[b-acdpg9sl4d] {
    position: absolute;
    top: 5px;
    right: -100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: right 0.3s ease;
}


.variant-options[b-acdpg9sl4d] {
    z-index: 1001;
    height: 100%;
    transition: right 0.3s ease;
}

.product-image-container:hover .variant-options[b-acdpg9sl4d],
.pre-order-options.visible[b-acdpg9sl4d] {
    right: 0;
}

.variant-option[b-acdpg9sl4d] {
    background-color: white;
    color: #DF4140;
    margin: 2px;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

    .variant-option.out-of-stock[b-acdpg9sl4d] {
        opacity: 0.8;
        background-color: #414ffd;
    }

    .variant-option:hover[b-acdpg9sl4d] {
        background-color: #384C67;
        color: white;
    }


.action-buttons[b-acdpg9sl4d] {
    position: absolute;
    z-index: 1000;
    top: 0;
}

.package-label[b-acdpg9sl4d]{
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    margin-right: 2px;
}

.package-text[b-acdpg9sl4d] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: #df4140 !important;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: -1px !important;
}


.pre-order-button[b-acdpg9sl4d],
.reserve-button[b-acdpg9sl4d] {
    flex: 1;
    margin: 0 0px;
}

.action-buttons:not(:has(.pre-order-button)) .reserve-button[b-acdpg9sl4d] {
    flex: 0 0 100%;
}

/* /Pages/SalesPoint/SalesItem/Agent/ViewAgentCart.razor.rz.scp.css */
body[b-z76sbnu1g6] {
}

.ann-sidebar[b-z76sbnu1g6] {
}

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

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

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

/*CARD*/

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

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

.ann-blue-chip[b-z76sbnu1g6] {
    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-z76sbnu1g6] {
    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-z76sbnu1g6] {
    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-z76sbnu1g6] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

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

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

.discount-applied-container[b-gnd509uu7n] {
    display: flex;
    overflow: hidden;
    border: 2px dashed #25AE88;
    background-color: #EAF9F3;
    border-radius: 10px;
    position: relative;
}

.promo-code-container[b-gnd509uu7n] {
    display: flex;
    overflow: hidden;
    border: solid 1px #8f98a2;
    border-radius: 10px;
    position: relative;
}


.promo-code-input[b-gnd509uu7n] {
    border: none;
    outline: none;
    font-weight: 500 !important;
    color: #8f98a2 !important;
    font-size: 13px !important;
    font-family: 'Poppins' !important;
    letter-spacing: 0.7px !important;
    flex: 1;
}

.apply-button[b-gnd509uu7n] {
    position: absolute;
    height: 100%;
    right: 0px;
    border-radius: 2px;
    background-color: #384C67;
    cursor: pointer;
    letter-spacing: 1px;
    color: #F6F6F6;
    font-family: 'Poppins' !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.remove-discount[b-gnd509uu7n] {
    position: absolute;
    right: 8px;
    top: 5px;
}


/* The switch - the box around the slider */
.switch[b-gnd509uu7n] {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input[b-gnd509uu7n] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-gnd509uu7n] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(182, 182, 182);
    transition: .4s;
    border-radius: 10px;
}

    .slider[b-gnd509uu7n]:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        border-radius: 4px;
        left: 0.3em;
        bottom: 0.3em;
        transform: rotate(270deg);
        background-color: rgb(255, 255, 255);
        transition: .4s;
    }

.switch input:checked + .slider[b-gnd509uu7n] {
    background-color: #21cc4c;
}

.switch input:focus + .slider[b-gnd509uu7n] {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider[b-gnd509uu7n]:before {
    transform: translateX(1.5em);
}


table[b-gnd509uu7n] {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #DCE0E9;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Poppins' !important;
}

td[b-gnd509uu7n] {
    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-gnd509uu7n] {
    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-gnd509uu7n] {
    background-color: #f5f5f5;
}


.freebie-button[b-gnd509uu7n] {
    color: white !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    border-radius: 6px;
    padding: 5px 5px;
    background: #49b442;
    text-transform: uppercase;
}
/* /Pages/SalesPoint/StartingCash.razor.rz.scp.css */

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

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

.right-panel[b-nvb9yloy5x] {
    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-nvb9yloy5x] {
    width: 37px;
    position: absolute;
    top: 12px;
    right: 20px;
}

.right-panel h2[b-nvb9yloy5x] {
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 7px;
    letter-spacing: -.3px;
}

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

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

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

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

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

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

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

button[type="submit"][b-nvb9yloy5x] {
    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-nvb9yloy5x] {
    transform: scale(1.01);
}

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

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

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

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

    .background[b-nvb9yloy5x] {
        background-position: right;
    }
}
/* /Pages/SalesPoint/V2/ProductOrderSelectionV2.razor.rz.scp.css */

.size-options[b-3sn1on3vem] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.size-option[b-3sn1on3vem] {
    width: 30px;
    height: 24px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

    .size-option.out-of-stock[b-3sn1on3vem] {
        background-color: #a79a9a;
        opacity: 2;
    }

    .size-option:hover[b-3sn1on3vem] {
        border: 1px solid #df4140; /* Highlight selected variant */
        background-color: white; /* Light background for selected */
        color: #df4140;
    }

.add-button[b-3sn1on3vem] {
    position: absolute;
    padding: 8px;
    background-color: #2D4356;
    color: white;
    right: 5px;
    left: 5px;
    bottom: 4px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 12px;
}

.product-card[b-3sn1on3vem] {
    overflow: hidden;
}

/*.product-image-container {
    position: relative;
}*/

.pre-order-options[b-3sn1on3vem] {
    position: absolute;
    top: 5px;
    right: -100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: right 0.3s ease;
}


.variant-options[b-3sn1on3vem] {
    z-index: 1001;
    height: 100%;
    transition: right 0.3s ease;
}

.product-image-container:hover .variant-options[b-3sn1on3vem],
.pre-order-options.visible[b-3sn1on3vem] {
    right: 0;
}

.variant-option[b-3sn1on3vem] {
    background-color: white;
    color: #DF4140;
    margin: 2px;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

    .variant-option.out-of-stock[b-3sn1on3vem] {
        opacity: 0.8;
        background-color: #414ffd;
    }

    .variant-option:hover[b-3sn1on3vem] {
        background-color: #384C67;
        color: white;
    }


.action-buttons[b-3sn1on3vem] {
    position: absolute;
    z-index: 1000;
    top: 0;
}

.package-label[b-3sn1on3vem] {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    margin-right: 2px;
}

.package-text[b-3sn1on3vem] {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: #df4140 !important;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: -1px !important;
}


.pre-order-button[b-3sn1on3vem],
.reserve-button[b-3sn1on3vem] {
    flex: 1;
    margin: 0 0px;
}

.action-buttons:not(:has(.pre-order-button)) .reserve-button[b-3sn1on3vem] {
    flex: 0 0 100%;
}
/* /Pages/StockReturn/StockReturnReceipt.razor.rz.scp.css */


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

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

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

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

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

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

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

.po-details-col-title[b-y0g2at86bs] {
    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-y0g2at86bs] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


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

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

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

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

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

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



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

    .table th[b-y0g2at86bs] {
        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-y0g2at86bs] {
        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-y0g2at86bs] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

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

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


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

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

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

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

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

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

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

.po-details-col-title[b-rvmdh0sxx2] {
    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-rvmdh0sxx2] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


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

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

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

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

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

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



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

    .table th[b-rvmdh0sxx2] {
        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-rvmdh0sxx2] {
        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-rvmdh0sxx2] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 12px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

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

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


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

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

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

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

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

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

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

.po-details-col-title[b-m08s5sbmfd] {
    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-m08s5sbmfd] {
    color: #51575f !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
}


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

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

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

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

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

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



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

    .table th[b-m08s5sbmfd] {
        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-m08s5sbmfd] {
        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-m08s5sbmfd] {
    color: #4a4a4a !important;
    font-weight: 500;
    margin-right: 50px;
    font-size: 10px;
    font-family: 'Poppins' !important;
    white-space: normal !important;
}

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

.total-amount[b-m08s5sbmfd] {
    border: none;
}
/* /Pages/UNIPurchaseOrder/UNIOrderingForm.razor.rz.scp.css */
body[b-4bnjlql13w] {
}


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

.input-text[b-4bnjlql13w] {
    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-s8l8nmcxon] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

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

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

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

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

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

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

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