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

/* /Authorization/UnauthorizePage.razor.rz.scp.css */
.container[b-1oyfjgj6vi] {
    text-align: center;
    max-width: 500px;
    animation: slideIn-b-1oyfjgj6vi 0.6s ease-out;
}

.forbidden-img[b-1oyfjgj6vi] {
    width: 100%;
}

    .forbidden-img img[b-1oyfjgj6vi] {
        width: 100%;
    }

    .logo[b-1oyfjgj6vi]{
        width: 100px;

    }

    .logo img[b-1oyfjgj6vi]{
        width: 100%;
   
    }

@keyframes slideIn-b-1oyfjgj6vi {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-code[b-1oyfjgj6vi] {
    font-size: 72px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-title[b-1oyfjgj6vi] {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 300;
}

.error-message[b-1oyfjgj6vi] {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 30px;
}

.lock-icon[b-1oyfjgj6vi] {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .lock-icon[b-1oyfjgj6vi]::before {
        content: '🔒';
        font-size: 36px;
        color: white;
    }

.btn-home[b-1oyfjgj6vi] {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .btn-home:hover[b-1oyfjgj6vi] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

.contact-info[b-1oyfjgj6vi] {
    margin-top: 30px;
    border-top: 1px solid #ecf0f1;
    font-size: 14px;
    color: #95a5a6;
}

@media (max-width: 480px) {
    .container[b-1oyfjgj6vi] {
        padding: 40px 20px;
    }


    .error-code[b-1oyfjgj6vi] {
        font-size: 56px;
    }

    .error-title[b-1oyfjgj6vi] {
        font-size: 24px;
    }
}
/* /Components/Dashboard/ExpiredStock.razor.rz.scp.css */
.title[b-902ldvzmao] {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.running-low-parent[b-902ldvzmao] {
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 99;
}

.stock-div[b-902ldvzmao] {
    font-family: 'Poppins', sans-serif;
    padding: 38px 30px 25px 30px;
    width: 250px;
    cursor: pointer;
    animation: MoveUpDown-b-902ldvzmao 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
    border-radius: 10px;
    background: rgba(6, 4, 50, 0.50) !important;
    backdrop-filter: blur(3.0px);
    -webkit-backdrop-filter: blur(3.9px);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgb(255 255 255 / 20%) 0px 5px 15px;
    border: 1px solid #ffffff;
}

@keyframes MoveUpDown-b-902ldvzmao {
    0%, 100% {
        transform: translateY(); /* Use translateY for smoother motion */
    }

    50% {
        transform: translateY(10px); /* Move down */
    }
}

.stock-div img[b-902ldvzmao] {
    width: 50px;
    position: absolute;
    top: 5px;
    right: 70px;
    transform: translate(-50%, -50%);
}

.list-div[b-902ldvzmao] {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: start;
}

.stock-div ul li[b-902ldvzmao] {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-bottom: 5px;
    color: #fff;
}

button[b-902ldvzmao] {
    margin-top: 15px;
    background: transparent;
    color: #ffdfdf;
    padding: 6px;
    font-weight: 500;
    width: 100%;
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #ffdfdf;
}

@media only screen and (max-width: 1280px) {
    .running-low-parent[b-902ldvzmao] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/Dashboard/LowOnStock.razor.rz.scp.css */
.title[b-n3envy95ap] {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.running-low-parent[b-n3envy95ap] {
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 99;
}

.stock-div[b-n3envy95ap] {
    font-family: 'Poppins', sans-serif;
    padding: 38px 30px 25px 30px;
    width: 250px;
    cursor: pointer;
    animation: MoveUpDown-b-n3envy95ap 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
    border-radius: 10px;
    background: rgba(6, 4, 50, 0.50) !important;
    backdrop-filter: blur(3.9px);
    -webkit-backdrop-filter: blur(3.9px);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgb(255 255 255 / 20%) 0px 5px 15px;
    border: 1px solid #ffffff;
}

@keyframes MoveUpDown-b-n3envy95ap {
    0%, 100% {
        transform: translateY(0); /* Use translateY for smoother motion */
    }

    50% {
        transform: translateY(10px); /* Move down */
    }
}

.stock-div img[b-n3envy95ap] {
    width: 50px;
    position: absolute;
    top: 5px;
    right: 70px;
    transform: translate(-50%, -50%);
}

.list-div[b-n3envy95ap] {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: start;
}

.stock-div ul li[b-n3envy95ap] {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-bottom: 5px;
    color: #fff;
}

button[b-n3envy95ap] {
    margin-top: 15px;
    background: transparent;
    color: #ffdfdf;
    padding: 6px;
    font-weight: 400;
    width: 100%;
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #ffdfdf;
}


@media only screen and (max-width: 1280px) {
    .running-low-parent[b-n3envy95ap] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/Dashboard/OverOnStock.razor.rz.scp.css */
.title[b-nx2xiyuqvx] {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.running-low-parent[b-nx2xiyuqvx] {
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 99;
}

.stock-div[b-nx2xiyuqvx] {
    font-family: 'Poppins', sans-serif;
    padding: 38px 30px 25px 30px;
    width: 250px;
    cursor: pointer;
    animation: MoveUpDown-b-nx2xiyuqvx 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
    border-radius: 10px;
    background: rgba(6, 4, 50, 0.50) !important;
    backdrop-filter: blur(3.9px);
    -webkit-backdrop-filter: blur(3.9px);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgb(255 255 255 / 20%) 0px 5px 15px;
    border: 1px solid #ffffff;
}

@keyframes MoveUpDown-b-nx2xiyuqvx {
    0%, 100% {
        transform: translateY(0); /* Use translateY for smoother motion */
    }

    50% {
        transform: translateY(10px); /* Move down */
    }
}

.stock-div img[b-nx2xiyuqvx] {
    width: 50px;
    position: absolute;
    top: 5px;
    right: 70px;
    transform: translate(-50%, -50%);
}

.list-div[b-nx2xiyuqvx] {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: start;
}

.stock-div ul li[b-nx2xiyuqvx] {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-bottom: 5px;
    color: #fff;
}

button[b-nx2xiyuqvx] {
    margin-top: 15px;
    background: transparent;
    color: #ffdfdf;
    padding: 6px;
    font-weight: 400;
    width: 100%;
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #ffdfdf;
}


@media only screen and (max-width: 1280px) {
    .running-low-parent[b-nx2xiyuqvx] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/NavBar/NotificationRightSidebar.razor.rz.scp.css */
.ann-sidebar[b-epd9ityz9n] {
}

.ann-title[b-epd9ityz9n] {
    color: #f3f4f6 !important; /* Light gray or near-white */
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.8px;
}

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

.notification-wrapper[b-epd9ityz9n] {
    padding: 16px 24px;
}

.tab-container[b-epd9ityz9n] {
    display: flex;
    background-color: #202946;
    border: 1px solid #C9C9C9;
    border-radius: 12px;
    padding: 6px;
    gap: 8px;
    font-family: 'Poppins';
    margin-bottom: 16px;
    width: 100%;
    overflow-x: auto; 
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; 
}


.tab-item[b-epd9ityz9n] {
    position:relative;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: transparent;
    color: #c4cde6;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center; 
    gap: 6px; 
    white-space: nowrap;
}

.tab-item.active[b-epd9ityz9n] {
    background-color: #003C61;
    color: white;
    font-weight: 500;
}


.badge[b-epd9ityz9n] {
    display: inline-block;
    background-color: #dc2626;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 4px;
    margin-left: 2px;
    border-radius: 999px;
    vertical-align: text-top; 
    position: absolute;
    top: -2px;
    right: -8px;
    line-height: 1;
}



.no-items-found[b-epd9ityz9n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #cbd5e1;
    padding: 40px 0;
    font-family: 'Poppins';
    font-size: 14px;
    opacity: 0.8;
}



/* Additions: Announcement/Stock Card Style */
.ann-card[b-epd9ityz9n] {
    background: #202946;
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

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

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

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

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

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

.ann-branch-name[b-epd9ityz9n] {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ann-desc[b-epd9ityz9n] {
    color: #d1d5db;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9hogt5icnl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9hogt5icnl] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-803u5b2en7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-803u5b2en7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AccessPackage/SingleAccessPackage.razor.rz.scp.css */
.title[b-fi4qrtuja4] {
    font-size: 16px;
    font-weight: 500;
}

.header[b-fi4qrtuja4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access-list[b-fi4qrtuja4] {
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    background-color: #fff; /* prevent overlap artifacts */
    padding: 16px;
    overflow: auto;
}

.access-selection[b-fi4qrtuja4] {
    overflow-y: auto;
    height: fit-content;
    padding: 16px;
}

.access-group[b-fi4qrtuja4] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.parent-access[b-fi4qrtuja4] {
    margin-bottom: 10px;
}

.children-container[b-fi4qrtuja4] {
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 15px;
}

.child-access[b-fi4qrtuja4] {
    margin-bottom: 8px;
}

    .child-access .checkbox-label[b-fi4qrtuja4] {
        font-weight: normal;
    }

.level-1[b-fi4qrtuja4] {
    margin-left: 0;
}

.level-2[b-fi4qrtuja4] {
    margin-left: 10px;
}

.level-3[b-fi4qrtuja4] {
    margin-left: 20px;
}

.selected-permissions[b-fi4qrtuja4] {
    width: 100%;
    position: sticky;
    top: 0;
}

    .selected-permissions h4[b-fi4qrtuja4] {
        margin: 0 0 10px 0;
        color: #2c5f7c;
    }

.selected-tree[b-fi4qrtuja4] {
    font-family: 'Poppins';
}

.selected-group[b-fi4qrtuja4] {
    margin-bottom: 12px;
}

.selected-parent[b-fi4qrtuja4] {
    font-weight: bold;
    color: #2c5f7c;
    margin-bottom: 6px;
}

    .selected-parent.unselected[b-fi4qrtuja4] {
        color: #6c757d;
        font-style: italic;
    }

.selected-child[b-fi4qrtuja4] {
    margin-left: 20px;
    font-size: 12px;
    color: #495057;
}

    .selected-child i[b-fi4qrtuja4] {
        margin-right: 5px;
    }

    .selected-child.level-1[b-fi4qrtuja4] {
        margin-left: 20px;
    }

    .selected-child.level-2[b-fi4qrtuja4] {
        margin-left: 40px;
    }

    .selected-child.level-3[b-fi4qrtuja4] {
        margin-left: 60px;
    }

    .selected-child.level-4[b-fi4qrtuja4] {
        margin-left: 80px;
    }

.selected-standalone[b-fi4qrtuja4] {
    margin-bottom: 4px;
    color: #28a745;
    font-weight: 500;
}

.selected-permissions li[b-fi4qrtuja4] {
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #34495e;
}


/* Alternative simpler tree styling */
.tree-branch[b-fi4qrtuja4] {
    position: relative;
    padding-left: 20px;
}

    .tree-branch[b-fi4qrtuja4]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ccc;
    }

    .tree-branch[b-fi4qrtuja4]::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 12px;
        width: 8px;
        height: 1px;
        background-color: #ccc;
    }

    .tree-branch:last-child[b-fi4qrtuja4]::before {
        height: 12px;
    }

.tree-node[b-fi4qrtuja4] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
/* /Pages/Announcement/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-46dwnjefvk] {
}

.ann-sidebar[b-46dwnjefvk] {
}

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

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

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

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

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

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

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

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

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

.ann-desc[b-46dwnjefvk] {
    color: #d1d5db;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Pages/Auth/Login.razor.rz.scp.css */

.background[b-90008jdppi] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgba(6, 4, 52, 0.7), rgba(6, 4, 52, 0.85)), /* Overlay color and opacity */
    url('images/bg_imgs/background.jpg');
    background-size: cover;
    background-position: center;
}

.container[b-90008jdppi] {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.right-panel[b-90008jdppi] {
    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;
    border: 2px solid #010204;
}

    .right-panel .logo[b-90008jdppi] {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0px;
        right: 50%;
        transform: translate(50%, -50%);
    }

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

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

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

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

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

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

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

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

.options a:hover[b-90008jdppi] {
    color: #2B6CD5;
}
.right-panel p[b-90008jdppi] {
    font-size: 12px;
}

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

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

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

    .background[b-90008jdppi] {
        background-position: right;
    }
}
/* /Pages/Branch/BranchDetailsRightSidebar.razor.rz.scp.css */
body[b-v4t2g1ry0w] {
}

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

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


/*CARD*/
.br-card[b-v4t2g1ry0w] {
    background: #202946;
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
}

.br-card:hover[b-v4t2g1ry0w] {
    box-shadow: #e2e6ed 0px 3px 8px;
}
.br-card-name[b-v4t2g1ry0w] {
    color: #9ca3af !important;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.3px;
}
.br-card-title[b-v4t2g1ry0w] {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e2e6ed !important;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.br-card-desc[b-v4t2g1ry0w] {
    color: #d1d5db;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Pages/Branch/RenewalCalendar.razor.rz.scp.css */
.calendar-container[b-a5qeaehkzb] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

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

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

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

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

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

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

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

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

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

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

.calendar .day-name[b-a5qeaehkzb] {
    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-a5qeaehkzb] {
    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: 90px;
}

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

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

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

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

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

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

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

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

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

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

    .month-filter-div[b-a5qeaehkzb] {
        margin-top: 20px;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
.error-container[b-82t132uugd] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

img[b-82t132uugd] {
    mix-blend-mode: multiply;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.error-content[b-82t132uugd] {
    text-align: center;
    padding: 2rem;
}

.error-subtitle[b-82t132uugd] {
    font-size: 2rem;
    color: #e74c3c;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

.error-message[b-82t132uugd] {
    color: #666;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
}

.btn-primary[b-82t132uugd] {
    display: inline-block;
    padding: 10px;
    background-color: #060434;
    color: white;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-82t132uugd] {
        background-color: #2980b9;
    }
/* /Pages/Ticket/AllTickets.razor.rz.scp.css */
.main-container[b-e6hu2yc4rv] {
    margin-top: 10px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .main-container .add-ticket[b-e6hu2yc4rv] {
        border-radius: 7px;
        padding: 7px 13px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px;
        background: #465EF7;
        width: 150px;
        display: flex;
    }

        .main-container .add-ticket i[b-e6hu2yc4rv] {
            font-size: 17px;
            margin-right: 10px;
            margin-top: 5px;
        }

        .main-container .add-ticket:hover[b-e6hu2yc4rv] {
            background: #416F9A;
        }

.box-1[b-e6hu2yc4rv] {
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 10px;

}

    .box-1 button[b-e6hu2yc4rv] {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .box-1 button.active[b-e6hu2yc4rv] {
            background: #e2f5ff;
            color: #465EF7 !important;
        }

        .box-1 button:hover[b-e6hu2yc4rv] {
            color: #0A8DD1;
        }

.box-2[b-e6hu2yc4rv] {
    width: 100%;
}

    .box-2 .ticket-cont[b-e6hu2yc4rv] {
        border: 1px solid #E7EAEE;
        padding: 20px 25px 20px 25px;
        background: #fff;
        border-radius: 12px;
        width: 100%;
        cursor: pointer;
        transition: .2s ease;
    }

.ticket-cont.resolved[b-e6hu2yc4rv] {
    border: 2px solid #59ffa0 !important;
}

.ticket-cont.acknowledged[b-e6hu2yc4rv] {
    border: 2px solid #59ffa0 !important;
}


.box-2 .ticket-cont:hover[b-e6hu2yc4rv] {
    transform: scale(1.03);
}

.box-2 .ticket-cont .view:hover[b-e6hu2yc4rv] {
    color: #3355c8;
}

.box-2 .ticket-cont .severity-cont[b-e6hu2yc4rv] {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 5px;
}

    /* Status badge styles */
    .box-2 .ticket-cont .severity-cont.pending[b-e6hu2yc4rv] {
        background: #fff5e6;
        color: #f0ad4e;
    }

    .box-2 .ticket-cont .severity-cont.inprogress[b-e6hu2yc4rv] {
        background: #e6f7ff;
        color: #5bc0de;
    }

    .box-2 .ticket-cont .severity-cont.resolved[b-e6hu2yc4rv] {
        background: #e6ffed;
        color: #5cb85c;
    }

    .box-2 .ticket-cont .severity-cont.acknowledged[b-e6hu2yc4rv] {
        background: #e6ffed;
        color: #5cb85c;
    }


.box-2 .ticket-cont i[b-e6hu2yc4rv] {
    font-size: 17px;
    color: #32b8ff;
}

.box-2 .ticket-cont h2[b-e6hu2yc4rv] {
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #32b8ff;
    /*text-decoration: underline;*/
}

.box-2 .ticket-cont span[b-e6hu2yc4rv] {
    display: flex;
    color: #333;
    font-size: 13px;
    margin-bottom: -7px;
    white-space: nowrap;
}

.box-2 .ticket-cont p[b-e6hu2yc4rv] {
    margin-left: 5px;
    font-weight: 300;
    display: flex;
    color: #6d747a;
}

.box-2 .ticket-cont .assign-btn[b-e6hu2yc4rv] {
    border-radius: 7px;
    padding: 4px 13px;
    color: #333;
    border: 1px solid #ccd0d5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

    .box-2 .ticket-cont .assign-btn i[b-e6hu2yc4rv] {
        margin-top: 5px;
        color: #333;
        margin-right: 8px;
    }

    .box-2 .ticket-cont .assign-btn:hover[b-e6hu2yc4rv] {
        background: #f2f2f2;
    }

.completed-div[b-e6hu2yc4rv] {
    margin-top: 12px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    border-radius: 7px;
    background: #EAFAF1;
    border: 1px solid #adffd0;
    color: #4AD384;
}

.search-container[b-e6hu2yc4rv] {
    margin-left: auto;
    min-width: 200px;
}
/* /Pages/UserManagement/HQAccessModal.razor.rz.scp.css */
body[b-n15tsyqbeu] {
}
.title[b-n15tsyqbeu] {
    font-size: 16px;
    font-weight: 500;
}

.header[b-n15tsyqbeu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access-list[b-n15tsyqbeu] {
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    background-color: #fff; /* prevent overlap artifacts */
    padding: 16px;
    overflow: auto;
}

.access-selection[b-n15tsyqbeu] {
    overflow-y: auto;
    height: fit-content;
    padding: 16px;
}

.access-group[b-n15tsyqbeu] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.parent-access[b-n15tsyqbeu] {
    margin-bottom: 10px;
}

.children-container[b-n15tsyqbeu] {
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 15px;
}

.child-access[b-n15tsyqbeu] {
    margin-bottom: 8px;
}

    .child-access .checkbox-label[b-n15tsyqbeu] {
        font-weight: normal;
    }

.level-1[b-n15tsyqbeu] {
    margin-left: 0;
}

.level-2[b-n15tsyqbeu] {
    margin-left: 10px;
}

.level-3[b-n15tsyqbeu] {
    margin-left: 20px;
}

.selected-permissions[b-n15tsyqbeu] {
    width: 100%;
    position: sticky;
    top: 0;
}

    .selected-permissions h4[b-n15tsyqbeu] {
        margin: 0 0 10px 0;
        color: #2c5f7c;
    }

.selected-tree[b-n15tsyqbeu] {
    font-family: 'Poppins';
}

.selected-group[b-n15tsyqbeu] {
    margin-bottom: 12px;
}

.selected-parent[b-n15tsyqbeu] {
    font-weight: bold;
    color: #2c5f7c;
    margin-bottom: 6px;
}

    .selected-parent.unselected[b-n15tsyqbeu] {
        color: #6c757d;
        font-style: italic;
    }

.selected-child[b-n15tsyqbeu] {
    margin-left: 20px;
    font-size: 12px;
    color: #495057;
}

    .selected-child i[b-n15tsyqbeu] {
        margin-right: 5px;
    }

    .selected-child.level-1[b-n15tsyqbeu] {
        margin-left: 20px;
    }

    .selected-child.level-2[b-n15tsyqbeu] {
        margin-left: 40px;
    }

    .selected-child.level-3[b-n15tsyqbeu] {
        margin-left: 60px;
    }

    .selected-child.level-4[b-n15tsyqbeu] {
        margin-left: 80px;
    }

.selected-standalone[b-n15tsyqbeu] {
    margin-bottom: 4px;
    color: #28a745;
    font-weight: 500;
}

.selected-permissions li[b-n15tsyqbeu] {
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #34495e;
}


/* Alternative simpler tree styling */
.tree-branch[b-n15tsyqbeu] {
    position: relative;
    padding-left: 20px;
}

    .tree-branch[b-n15tsyqbeu]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ccc;
    }

    .tree-branch[b-n15tsyqbeu]::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 12px;
        width: 8px;
        height: 1px;
        background-color: #ccc;
    }

    .tree-branch:last-child[b-n15tsyqbeu]::before {
        height: 12px;
    }

.tree-node[b-n15tsyqbeu] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
/* /Pages/Warehouse/WarehousePreparation/ViewProductBatch.razor.rz.scp.css */
.barcode-section[b-6e0z3t8p36] {
    text-align: center;
    padding: 10px;
}

    .barcode-section img[b-6e0z3t8p36] {
        width: 100%;
        height: 100px;
    }

    .barcode-section .date[b-6e0z3t8p36] {
        padding: 0 10px;
        display: flex; 
        justify-content: space-between;
        font-weight: 600;
        font-family: 'Poppins';
    }


.content[b-6e0z3t8p36] {
    width: 100%;
    padding: 20px;
    border: 1px solid black;
}

.content-section:not(:last-child)[b-6e0z3t8p36] {
    margin-bottom: 10px;
}
