@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-i88z04kgqe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i88z04kgqe] {
    flex: 1;
}

.sidebar[b-i88z04kgqe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i88z04kgqe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i88z04kgqe]  a, .top-row[b-i88z04kgqe]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i88z04kgqe]  a:hover, .top-row[b-i88z04kgqe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i88z04kgqe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i88z04kgqe] {
        justify-content: space-between;
    }

    .top-row[b-i88z04kgqe]  a, .top-row[b-i88z04kgqe]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i88z04kgqe] {
        flex-direction: row;
    }

    .sidebar[b-i88z04kgqe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i88z04kgqe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i88z04kgqe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i88z04kgqe], article[b-i88z04kgqe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* ── Drawer & overlay ── */
.sidebar-drawer[b-i88z04kgqe] {
    background: var(--bs-primary);
    color: #fff;
    width: 220px;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    transition: transform .25s ease-in-out;
    z-index: 1040;
}

@media (max-width: 767.98px) {
    .sidebar-drawer[b-i88z04kgqe] {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
    }

        .sidebar-drawer.open[b-i88z04kgqe] {
            transform: translateX(0);
        }

    .drawer-overlay[b-i88z04kgqe] {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.4);
        z-index: 1030;
    }
}

@media (min-width: 768px) {
    .sidebar-drawer[b-i88z04kgqe] {
        position: relative;
        transform: none !important;
    }
}

/* ── Top bar ── */
.top-row[b-i88z04kgqe] {
    min-height: 64px;
}

.page-title[b-i88z04kgqe] {
    font-size: 1.25rem;
}

@media (max-width: 420px) {
    .page-title[b-i88z04kgqe] {
        font-size: 1rem;
    }
}

/* ── Bottom nav (mobile) ── */
.bottom-nav[b-i88z04kgqe] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: var(--bs-white);
    border-top: 1px solid #dee2e6;
    z-index: 1030;
}

    .bottom-nav .nav-item[b-i88z04kgqe] {
        flex: 1 1 0;
        text-align: center;
        padding: .5rem 0;
        font-size: .75rem;
        color: var(--bs-secondary);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .15rem;
    }

        .bottom-nav .nav-item i[b-i88z04kgqe] {
            font-size: 1.25rem;
        }

        .bottom-nav .nav-item.active[b-i88z04kgqe],
        .bottom-nav .nav-item:hover[b-i88z04kgqe] {
            color: var(--bs-primary);
        }
/* ——— mobile tab bar ——— */
.mobile-tabbar[b-i88z04kgqe] {
    position: fixed;
    inset-block-end: 0; /* bottom */
    inset-inline: 0; /* left & right */
    height: 68px;
    background: #1a2d58 !important; /* blue */
    color: white !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    box-shadow: 0 -2px 8px rgba(0,0,0,.2);
    padding-bottom: env(safe-area-inset-bottom, 0); /* iOS safe‑area */
    z-index: 1030;
    cursor:pointer;
}
/* hover / focus */
    .mobile-tabbar:hover[b-i88z04kgqe],
    .mobile-tabbar:focus[b-i88z04kgqe] {
        background-color: rgba(255, 255, 255, 0.15); /* Slight light overlay on hover */
        color: #fff !important;
        text-decoration: none;
    }
    .mobile-tabbar .tab-item[b-i88z04kgqe] {
        text-decoration: none;
        color: inherit;
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        font-size: .70rem;
    }

        .mobile-tabbar .tab-item i[b-i88z04kgqe] {
            font-size: 1.45rem;
            line-height: 1;
        }

        .mobile-tabbar .tab-item.active i[b-i88z04kgqe],
        .mobile-tabbar .tab-item.active span[b-i88z04kgqe] {
            color: #ffffff;
            font-weight: 600; /* makes icon/label brighter */
        }

        .mobile-tabbar .tab-item:active[b-i88z04kgqe] { /* subtle tap feedback */
            opacity: .7;
        }
        .mobile-tabbar .tab-item:hover[b-i88z04kgqe] {
            background-color: rgba(255, 255, 255, 0.15); /* Light highlight */
            border-radius: 12px;
            color: #fff;
            cursor: pointer;
            transition: background-color 0.2s ease-in-out;
        }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-08xhd0ixcu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-08xhd0ixcu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-08xhd0ixcu] {
    font-size: 1.1rem;
}

.bi[b-08xhd0ixcu] {
    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-08xhd0ixcu] {
    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-08xhd0ixcu] {
    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-08xhd0ixcu] {
    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-08xhd0ixcu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-08xhd0ixcu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-08xhd0ixcu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-08xhd0ixcu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-08xhd0ixcu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-08xhd0ixcu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-08xhd0ixcu] {
        display: none;
    }

    .collapse[b-08xhd0ixcu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-08xhd0ixcu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* base style for every link */
.sidebar-link[b-08xhd0ixcu] {
    color: #ffffff !important;              /* Makes text white */
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 8px;
}

    /* hover / focus */
    .sidebar-link:hover[b-08xhd0ixcu],
    .sidebar-link:focus[b-08xhd0ixcu] {
        background-color: rgba(255, 255, 255, 0.15);
        opacity: 1;
        text-decoration: none;
    }

    /* active route = NavLink adds .active automatically */
    .sidebar-link.active[b-08xhd0ixcu] {
        background-color: #ffffff;
        color: white; /* Bootstrap primary */
        font-weight: 600;
    }

        .sidebar-link.active i[b-08xhd0ixcu] {
            color: white;
        }

    /* keep icons inheriting link color */
    .sidebar-link i[b-08xhd0ixcu] {
        font-size: 1.1rem;
        line-height: 1;
    }
/* /Pages/Accounts.razor.rz.scp.css */
.pcl-container[b-6xwbgw9ahr] {
    font-family: 'Segoe UI', sans-serif;
    padding: 1rem;
    background-color: #f7f7f7;
}

.pcl-header[b-6xwbgw9ahr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1rem;
}

.pcl-logo[b-6xwbgw9ahr] {
    width: 120px;
    height: auto;
}

.pcl-title[b-6xwbgw9ahr] {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.25;
}

    .pcl-title h2[b-6xwbgw9ahr] {
        font-weight: 700;
        font-size: 1.25rem;
        margin: 0 0 .25rem;
    }

.preview-grid[b-6xwbgw9ahr] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}
/* FILE‑UPLOAD BOX */
.file-upload-box[b-6xwbgw9ahr] {
    width: 180px; /* your box size */
    height: 160px;
    border: 2px dashed #6c757d;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centre content vertically */
    text-align: center;
    overflow: hidden; /* hide anything that spills */
}

/* IMAGE PREVIEW – scaled to fit */
.uploaded-thumb[b-6xwbgw9ahr] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keep aspect ratio, fit inside */
    border-radius: 4px;
    background: #fff;
}

/* FILE CHIP – truncate long names */
.uploaded-file[b-6xwbgw9ahr] {
    max-width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.thumb[b-6xwbgw9ahr] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

/* generic file chip */
.file-chip[b-6xwbgw9ahr] {
    max-width: 90px;
    padding: .25rem .5rem;
    background: #f1f3f5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.upload-list[b-6xwbgw9ahr] {
    max-height: 120px;
    overflow-y: auto;
    font-size: .875rem;
    text-align: left; /* align file names left */
    max-width: 100%;
}

    .upload-list li[b-6xwbgw9ahr] {
        white-space: nowrap; /* Prevent line break */
        overflow: hidden; /* Hide overflowed text */
        text-overflow: ellipsis; /* Show ellipsis (…) */
        display: block; /* Ensure block display for ellipsis to work */
        width: 100%; /* Adjust as needed */
    }

.file-upload-box small[b-6xwbgw9ahr] {
    color: #6c757d;
}

.file-upload-box a[b-6xwbgw9ahr] {
    text-decoration: none;
    color: #0d6efd;
}

/* optional hover highlight */
.file-upload-box:hover[b-6xwbgw9ahr] {
    background: #f8f9fa;
}

@media (max-width: 575.98px) {
    .pcl-header[b-6xwbgw9ahr] {
        flex-direction: column;
        gap: 1rem;
    }

    .pcl-logo[b-6xwbgw9ahr] {
        width: 100px;
    }

    .file-upload-box[b-6xwbgw9ahr] {
        width: 100%;
    }

    .form-grid-2[b-6xwbgw9ahr] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: 50px;
    }
}

.upload-label[b-6xwbgw9ahr] {
    display: block;
    cursor: pointer;
}

.location-info[b-6xwbgw9ahr] {
    background: white;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

label.required[b-6xwbgw9ahr]::after {
    content: " *";
    color: #dc3545; /* Bootstrap red */
}

.form-grid[b-6xwbgw9ahr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.form-grid-2[b-6xwbgw9ahr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}


.form-group[b-6xwbgw9ahr] {
    display: flex;
    flex-direction: column;
}

.form-control[b-6xwbgw9ahr] {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

/* Medium and up (tablet, desktop) */
@media (min-width: 768px) {
    .pcl-header[b-6xwbgw9ahr] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pcl-title[b-6xwbgw9ahr] {
        flex: 1;
        text-align: center;
    }

    .file-upload-box[b-6xwbgw9ahr] {
        width: 200px;
    }

    .form-grid[b-6xwbgw9ahr] {
        flex-direction: row;
    }

    .form-group[b-6xwbgw9ahr] {
        flex: 1;
    }
}

.file-upload-box:hover[b-6xwbgw9ahr],
.file-upload-box.dragover[b-6xwbgw9ahr] {
    background: #f8f9fa; /* light gray */
}

.upload-label small[b-6xwbgw9ahr] {
    color: #6c757d;
}


.file-upload-box.dragover[b-6xwbgw9ahr] {
    background: #f8f9fa;
}

.upload-label small[b-6xwbgw9ahr] {
    color: #6c757d;
}

.align-center[b-6xwbgw9ahr] {
    align-items: center;
}

.form-grid[b-6xwbgw9ahr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}
/*
.form-group {
    flex: 1 1 200px;
}*/

.btn[b-6xwbgw9ahr] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border: none;
    border-radius: 4px;
}

.btn-primary[b-6xwbgw9ahr] {
    background-color: #002d72;
    color: white;
}

.btn-danger[b-6xwbgw9ahr] {
    background-color: #dc3545;
    color: white;
}

@media (max-width: 767.98px) {

    .w-25[b-6xwbgw9ahr] {
        width: 100% !important;
    }

    .w-30[b-6xwbgw9ahr] {
        width: 100% !important;
    }

    .w-40[b-6xwbgw9ahr] {
        width: 100% !important;
    }

    .w-50[b-6xwbgw9ahr] {
        width: 100% !important;
    }
}
/* certificate css*/
.certification-section[b-6xwbgw9ahr] {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
}

.certify-text[b-6xwbgw9ahr] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.certification-grid[b-6xwbgw9ahr] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

.form-group[b-6xwbgw9ahr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.signature-box[b-6xwbgw9ahr] {
    border: 2px dashed #bbb;
    border-radius: 6px;
    height: 120px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    color: #555;
    font-style: italic;
}

.upload-btn-wrapper[b-6xwbgw9ahr] {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .signature-area[b-6xwbgw9ahr] {
        flex-direction: column;
    }

    .form-actions[b-6xwbgw9ahr] {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-btn[b-6xwbgw9ahr],
    .cancel-btn[b-6xwbgw9ahr] {
        width: 100%;
    }
}
/* /Pages/ArchiveList.razor.rz.scp.css */
/* Make avatar circles shrink to 32 px on very small screens */
@media (max-width: 420px) {
    .table img.rounded-circle[b-szx3dhd9k1] {
        width: 32px !important;
        height: 32px !important;
    }
}
w-50[b-szx3dhd9k1]
{
    width: 100% !important;
}
@media (max-width: 575.98px) {
    .btn-fluid-xs[b-szx3dhd9k1] {
        width: 100% !important;
    }
}


.table-responsive[b-szx3dhd9k1] {
    overflow-x: auto;
}
.flag[b-szx3dhd9k1] {
    height: 1rem;
    margin: auto;
    border: 1px solid var(--neutral-layer-3);
}
.custom-datagrid-container[b-szx3dhd9k1] {
    border: 1px solid #d0d7de;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9fafb;
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.fluent-datagrid .country-name[b-szx3dhd9k1] {
    font-weight: bold;
    color: #0078d4;
}

@media (max-width: 767.98px) {

    .w-25[b-szx3dhd9k1] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
    .w-30[b-szx3dhd9k1] {
        width: 100% !important;
    }
    .w-40[b-szx3dhd9k1] {
        width: 100% !important;
    }
    .w-50[b-szx3dhd9k1] {
        width: 100% !important;
    }
}
.equal-width-table[b-szx3dhd9k1] {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}

    .equal-width-table th[b-szx3dhd9k1],
    .equal-width-table td[b-szx3dhd9k1] {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
@media (max-width: 575.98px) {
    .equal-width-table th[b-szx3dhd9k1],
    .equal-width-table td[b-szx3dhd9k1] {
        font-size: .875rem;
    }
}
@media (max-width: 575.98px) {
    /* 1. Make the TABLE a block so it can scroll horizontally   */
    .table-scrollable[b-szx3dhd9k1] {
        display: block;
        overflow-x: auto; /* finger‑swipe or scrollbar */
        -webkit-overflow-scrolling: touch;
    }

        /* 2. Keep header row full‑width and sticky at the top        */
        .table-scrollable thead[b-szx3dhd9k1] {
            display: table; /* restore table layout   */
            width: 100%; /* stretch to wrapper     */
        }

    /* 3. Make “Actions” the sticky column                        */
    .sticky-actions[b-szx3dhd9k1] {
        position: sticky;
        right: 0; /* stick to right edge    */
        background: #fff; /* hide scrolling cells   */
        z-index: 2; /* stay above neighbours  */
    }

        /* 4. Prevent sticky cell from shrinking                      */
        .sticky-actions[b-szx3dhd9k1],
        .sticky-actions > *[b-szx3dhd9k1] { /* td, th, or its content */
            white-space: nowrap;
        }
    .w-25[b-szx3dhd9k1] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .w-30[b-szx3dhd9k1] {
        width: 100% !important;
    }

    .w-40[b-szx3dhd9k1] {
        width: 100% !important;
    }

    .w-50[b-szx3dhd9k1] {
        width: 100% !important;
    }
}

.w-30[b-szx3dhd9k1]
{
    width:30% !important;
}
.w-20[b-szx3dhd9k1]
{
    width:20%
}
.w-10[b-szx3dhd9k1]
{
    width:10%;
}
.w-15[b-szx3dhd9k1] {
    width: 15%;
}
.w-5[b-szx3dhd9k1]
{
    width:5%;
}
.table-fixed[b-szx3dhd9k1] {
    table-layout: fixed;
    width: 100%;
}

    .table-fixed th[b-szx3dhd9k1],
    .table-fixed td[b-szx3dhd9k1] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .table-fixed th:nth-child(1)[b-szx3dhd9k1],
        .table-fixed td:nth-child(1)[b-szx3dhd9k1] {
            width: 30%;
        }

        .table-fixed th:nth-child(2)[b-szx3dhd9k1],
        .table-fixed td:nth-child(2)[b-szx3dhd9k1] {
            width: 35%;
        }

        .table-fixed th:nth-child(3)[b-szx3dhd9k1],
        .table-fixed td:nth-child(3)[b-szx3dhd9k1] {
            width: 35%;
        }

@media (max-width: 575.98px) {
    .table-scrollable[b-szx3dhd9k1] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-scrollable thead[b-szx3dhd9k1] {
            display: table;
            width: 100%;
        }

    .sticky-actions[b-szx3dhd9k1] {
        position: sticky;
        right: 0;
        background: #fff;
        z-index: 2;
    }

        .sticky-actions[b-szx3dhd9k1],
        .sticky-actions > *[b-szx3dhd9k1] {
            white-space: nowrap;
        }

    .w-25[b-szx3dhd9k1], .w-30[b-szx3dhd9k1], .w-40[b-szx3dhd9k1], .w-50[b-szx3dhd9k1] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
}
/* /Pages/ConcilorForm.razor.rz.scp.css */
.pcl-container[b-j28987xlhh] {
    font-family: 'Segoe UI', sans-serif;
    padding: 1rem;
    background-color: #f7f7f7;
}

.pcl-header[b-j28987xlhh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1rem;
}

.pcl-logo[b-j28987xlhh] {
    width: 120px;
    height: auto;
}

.pcl-title[b-j28987xlhh] {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.25;
}

    .pcl-title h2[b-j28987xlhh] {
        font-weight: 700;
        font-size: 1.25rem;
        margin: 0 0 .25rem;
    }

.preview-grid[b-j28987xlhh] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}
/* FILE‑UPLOAD BOX */
.file-upload-box[b-j28987xlhh] {
    width: 180px; /* your box size */
    height: 160px;
    border: 2px dashed #6c757d;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centre content vertically */
    text-align: center;
    overflow: hidden; /* hide anything that spills */
}

/* IMAGE PREVIEW – scaled to fit */
.uploaded-thumb[b-j28987xlhh] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keep aspect ratio, fit inside */
    border-radius: 4px;
    background: #fff;
}

/* FILE CHIP – truncate long names */
.uploaded-file[b-j28987xlhh] {
    max-width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.thumb[b-j28987xlhh] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

/* generic file chip */
.file-chip[b-j28987xlhh] {
    max-width: 90px;
    padding: .25rem .5rem;
    background: #f1f3f5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.upload-list[b-j28987xlhh] {
    max-height: 120px;
    overflow-y: auto;
    font-size: .875rem;
    text-align: left; /* align file names left */
    max-width: 100%;
}
    .upload-list li[b-j28987xlhh] {
        white-space: nowrap; /* Prevent line break */
        overflow: hidden; /* Hide overflowed text */
        text-overflow: ellipsis; /* Show ellipsis (…) */
        display: block; /* Ensure block display for ellipsis to work */
        width: 100%; /* Adjust as needed */
    }
    .file-upload-box small[b-j28987xlhh] {
        color: #6c757d;
    }

    .file-upload-box a[b-j28987xlhh] {
        text-decoration: none;
        color: #0d6efd;
    }

    /* optional hover highlight */
    .file-upload-box:hover[b-j28987xlhh] {
        background: #f8f9fa;
    }

@media (max-width: 575.98px) {
    .pcl-header[b-j28987xlhh] {
        flex-direction: column;
        gap: 1rem;
    }

    .pcl-logo[b-j28987xlhh] {
        width: 100px;
    }

    .file-upload-box[b-j28987xlhh] {
        width: 100%;
    }
    .form-grid-2[b-j28987xlhh] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: 50px;
    }
}
.upload-label[b-j28987xlhh] {
    display: block;
    cursor: pointer;
}

.location-info[b-j28987xlhh] {
    background: white;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

label.required[b-j28987xlhh]::after {
    content: " *";
    color: #dc3545; /* Bootstrap red */
}

.form-grid[b-j28987xlhh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
.form-grid-2[b-j28987xlhh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}


    .form-group[b-j28987xlhh] {
        display: flex;
        flex-direction: column;
    }

    .form-control[b-j28987xlhh] {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1rem;
    }

    /* Medium and up (tablet, desktop) */
    @media (min-width: 768px) {
        .pcl-header[b-j28987xlhh] {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .pcl-title[b-j28987xlhh] {
            flex: 1;
            text-align: center;
        }

        .file-upload-box[b-j28987xlhh] {
            width: 200px;
        }

        .form-grid[b-j28987xlhh] {
            flex-direction: row;
        }

        .form-group[b-j28987xlhh] {
            flex: 1;
        }
    }

    .file-upload-box:hover[b-j28987xlhh],
    .file-upload-box.dragover[b-j28987xlhh] {
        background: #f8f9fa; /* light gray */
    }

    .upload-label small[b-j28987xlhh] {
        color: #6c757d;
    }


    .file-upload-box.dragover[b-j28987xlhh] {
        background: #f8f9fa;
    }

    .upload-label small[b-j28987xlhh] {
        color: #6c757d;
    }

    .align-center[b-j28987xlhh] {
        align-items: center;
    }

    .form-grid[b-j28987xlhh] {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    /*
.form-group {
    flex: 1 1 200px;
}*/

    .btn[b-j28987xlhh] {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border: none;
        border-radius: 4px;
    }

    .btn-primary[b-j28987xlhh] {
        background-color: #002d72;
        color: white;
    }

    .btn-danger[b-j28987xlhh] {
        background-color: #dc3545;
        color: white;
    }

    @media (max-width: 767.98px) {

        .w-25[b-j28987xlhh] {
            width: 100% !important;
        }

        .w-30[b-j28987xlhh] {
            width: 100% !important;
        }

        .w-40[b-j28987xlhh] {
            width: 100% !important;
        }

        .w-50[b-j28987xlhh] {
            width: 100% !important;
        }
    }
    /* certificate css*/
    .certification-section[b-j28987xlhh] {
        padding: 1.5rem;
        background: #fff;
        border-radius: 10px;
    }

    .certify-text[b-j28987xlhh] {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .certification-grid[b-j28987xlhh] {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: flex-start;
    }

    .form-group[b-j28987xlhh] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        flex: 1;
    }

    .signature-box[b-j28987xlhh] {
        border: 2px dashed #bbb;
        border-radius: 6px;
        height: 120px;
        min-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fafafa;
        color: #555;
        font-style: italic;
    }

    .upload-btn-wrapper[b-j28987xlhh] {
        margin-top: 1rem;
    }

    @media (max-width: 768px) {
        .signature-area[b-j28987xlhh] {
            flex-direction: column;
        }

        .form-actions[b-j28987xlhh] {
            flex-direction: column;
            align-items: stretch;
        }

        .submit-btn[b-j28987xlhh],
        .cancel-btn[b-j28987xlhh] {
            width: 100%;
        }
    }
/* /Pages/CouncilorList.razor.rz.scp.css */
/* Make avatar circles shrink to 32 px on very small screens */
@media (max-width: 420px) {
    .table img.rounded-circle[b-onw3vuxzxl] {
        width: 32px !important;
        height: 32px !important;
    }
}
w-50[b-onw3vuxzxl]
{
    width: 100% !important;
}
@media (max-width: 575.98px) {
    .btn-fluid-xs[b-onw3vuxzxl] {
        width: 100% !important;
    }
}


.table-responsive[b-onw3vuxzxl] {
    overflow-x: auto;
}
.flag[b-onw3vuxzxl] {
    height: 1rem;
    margin: auto;
    border: 1px solid var(--neutral-layer-3);
}


@media (max-width: 767.98px) {

    .w-25[b-onw3vuxzxl] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
    .w-30[b-onw3vuxzxl] {
        width: 100% !important;
    }
    .w-40[b-onw3vuxzxl] {
        width: 100% !important;
    }
    .w-50[b-onw3vuxzxl] {
        width: 100% !important;
    }
}
.equal-width-table[b-onw3vuxzxl] {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}

    .equal-width-table th[b-onw3vuxzxl],
    .equal-width-table td[b-onw3vuxzxl] {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
@media (max-width: 575.98px) {
    .equal-width-table th[b-onw3vuxzxl],
    .equal-width-table td[b-onw3vuxzxl] {
        font-size: .875rem;
    }
}
@media (max-width: 575.98px) {
    /* 1. Make the TABLE a block so it can scroll horizontally   */
    .table-scrollable[b-onw3vuxzxl] {
        display: block;
        overflow-x: auto; /* finger‑swipe or scrollbar */
        -webkit-overflow-scrolling: touch;
    }

        /* 2. Keep header row full‑width and sticky at the top        */
        .table-scrollable thead[b-onw3vuxzxl] {
            display: table; /* restore table layout   */
            width: 100%; /* stretch to wrapper     */
        }

    /* 3. Make “Actions” the sticky column                        */
    .sticky-actions[b-onw3vuxzxl] {
        position: sticky;
        right: 0; /* stick to right edge    */
        background: #fff; /* hide scrolling cells   */
        z-index: 2; /* stay above neighbours  */
    }

        /* 4. Prevent sticky cell from shrinking                      */
        .sticky-actions[b-onw3vuxzxl],
        .sticky-actions > *[b-onw3vuxzxl] { /* td, th, or its content */
            white-space: nowrap;
        }
    .w-25[b-onw3vuxzxl] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .w-30[b-onw3vuxzxl] {
        width: 100% !important;
    }

    .w-40[b-onw3vuxzxl] {
        width: 100% !important;
    }

    .w-50[b-onw3vuxzxl] {
        width: 100% !important;
    }
}

.w-30[b-onw3vuxzxl]
{
    width:30% !important;
}
.w-20[b-onw3vuxzxl]
{
    width:20%
}
.w-10[b-onw3vuxzxl]
{
    width:10%;
}
.w-15[b-onw3vuxzxl] {
    width: 15%;
}
.w-5[b-onw3vuxzxl]
{
    width:5%;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-cey2e12udx] {
    display: flex;
    min-height: 100vh;
}

.login-left[b-cey2e12udx] {
    flex: 1;
    background: url('/images/pcl-bg.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcl-logo-large[b-cey2e12udx] {
    max-width: 60%;
    background: rgba(255,255,255,0.8);
    border-radius: 16px;
    padding: 2rem;
}

.login-right[b-cey2e12udx] {
    flex: 1;
    background: #f7f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.pcl-logo-small[b-cey2e12udx] {
    width: 100px;
    margin-bottom: 1rem;
}

.system-title[b-cey2e12udx] {
    font-size: 2rem;
    font-weight: bold;
    color: #0a2342;
    margin-bottom: 2rem;
    text-align: center;
}

.login-form-container[b-cey2e12udx] {
    width: 100%;
    max-width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 2rem;
}

.login-title[b-cey2e12udx] {
    font-weight: bold;
    color: #0a2342;
    margin-bottom: 1.5rem;
}

.form-group[b-cey2e12udx] {
    margin-bottom: 1rem;
}

.form-control[b-cey2e12udx] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
}

.password-wrapper[b-cey2e12udx] {
    position: relative;
}

.toggle-password[b-cey2e12udx] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.form-check[b-cey2e12udx] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-check-input[b-cey2e12udx] {
    margin-right: 0.5rem;
}

.login-btn[b-cey2e12udx] {
    width: 100%;
    background: #0a2342;
    color: white;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: 6px;
    border: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: background 0.2s;
}

.login-btn:hover[b-cey2e12udx] {
    background: #16335b;
}

@media (max-width: 900px) {
    .login-container[b-cey2e12udx] {
        flex-direction: column;
        padding: 2rem 0;
    }

    .login-left[b-cey2e12udx] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 600px) {
    .login-container[b-cey2e12udx] {
        flex-direction: column;
        padding: 1rem 0.5rem;
    }

    .login-left[b-cey2e12udx] {
        display: none;
    }

    .login-right[b-cey2e12udx] {
        width: 100%;
    }

    .pcl-logo-small[b-cey2e12udx] {
        display: block;
        width: 120px;
        margin: 0 auto 1rem auto;
    }

    .login-form-container[b-cey2e12udx] {
        max-width: 100%;
        padding: 1.2rem 0.5rem;
    }

    .system-title[b-cey2e12udx] {
        font-size: 1.2rem;
        text-align: center;
    }
}
/* /Pages/UserForm.razor.rz.scp.css */
.pcl-container[b-0omh0ih19t] {
    font-family: 'Segoe UI', sans-serif;
    padding: 1rem;
    background-color: #f7f7f7;
}

.pcl-header[b-0omh0ih19t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1rem;
}

.pcl-logo[b-0omh0ih19t] {
    width: 120px;
    height: auto;
}

.pcl-title[b-0omh0ih19t] {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.25;
}

    .pcl-title h2[b-0omh0ih19t] {
        font-weight: 700;
        font-size: 1.25rem;
        margin: 0 0 .25rem;
    }

.preview-grid[b-0omh0ih19t] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}
/* FILE‑UPLOAD BOX */
.file-upload-box[b-0omh0ih19t] {
    width: 180px; /* your box size */
    height: 160px;
    border: 2px dashed #6c757d;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centre content vertically */
    text-align: center;
    overflow: hidden; /* hide anything that spills */
}

/* IMAGE PREVIEW – scaled to fit */
.uploaded-thumb[b-0omh0ih19t] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keep aspect ratio, fit inside */
    border-radius: 4px;
    background: #fff;
}

/* FILE CHIP – truncate long names */
.uploaded-file[b-0omh0ih19t] {
    max-width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.thumb[b-0omh0ih19t] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

/* generic file chip */
.file-chip[b-0omh0ih19t] {
    max-width: 90px;
    padding: .25rem .5rem;
    background: #f1f3f5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.upload-list[b-0omh0ih19t] {
    max-height: 120px;
    overflow-y: auto;
    font-size: .875rem;
    text-align: left; /* align file names left */
    max-width: 100%;
}
    .upload-list li[b-0omh0ih19t] {
        white-space: nowrap; /* Prevent line break */
        overflow: hidden; /* Hide overflowed text */
        text-overflow: ellipsis; /* Show ellipsis (…) */
        display: block; /* Ensure block display for ellipsis to work */
        width: 100%; /* Adjust as needed */
    }
    .file-upload-box small[b-0omh0ih19t] {
        color: #6c757d;
    }

    .file-upload-box a[b-0omh0ih19t] {
        text-decoration: none;
        color: #0d6efd;
    }

    /* optional hover highlight */
    .file-upload-box:hover[b-0omh0ih19t] {
        background: #f8f9fa;
    }

@media (max-width: 575.98px) {
    .pcl-header[b-0omh0ih19t] {
        flex-direction: column;
        gap: 1rem;
    }

    .pcl-logo[b-0omh0ih19t] {
        width: 100px;
    }

    .file-upload-box[b-0omh0ih19t] {
        width: 100%;
    }
    .form-grid-2[b-0omh0ih19t] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: 30px;
    }
}
.upload-label[b-0omh0ih19t] {
    display: block;
    cursor: pointer;
}

.location-info[b-0omh0ih19t] {
    background: white;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

label.required[b-0omh0ih19t]::after {
    content: " *";
    color: #dc3545; /* Bootstrap red */
}

.form-grid[b-0omh0ih19t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
.form-grid-2[b-0omh0ih19t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}


    .form-group[b-0omh0ih19t] {
        display: flex;
        flex-direction: column;
    }

    .form-control[b-0omh0ih19t] {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1rem;
    }

    /* Medium and up (tablet, desktop) */
    @media (min-width: 768px) {
        .pcl-header[b-0omh0ih19t] {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .pcl-title[b-0omh0ih19t] {
            flex: 1;
            text-align: center;
        }

        .file-upload-box[b-0omh0ih19t] {
            width: 200px;
        }

        .form-grid[b-0omh0ih19t] {
            flex-direction: row;
        }

        .form-group[b-0omh0ih19t] {
            flex: 1;
        }
    }

    .file-upload-box:hover[b-0omh0ih19t],
    .file-upload-box.dragover[b-0omh0ih19t] {
        background: #f8f9fa; /* light gray */
    }

    .upload-label small[b-0omh0ih19t] {
        color: #6c757d;
    }


    .file-upload-box.dragover[b-0omh0ih19t] {
        background: #f8f9fa;
    }

    .upload-label small[b-0omh0ih19t] {
        color: #6c757d;
    }

    .align-center[b-0omh0ih19t] {
        align-items: center;
    }

    .form-grid[b-0omh0ih19t] {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    /*
.form-group {
    flex: 1 1 200px;
}*/

    .btn[b-0omh0ih19t] {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border: none;
        border-radius: 4px;
    }

    .btn-primary[b-0omh0ih19t] {
        background-color: #002d72;
        color: white;
    }

    .btn-danger[b-0omh0ih19t] {
        background-color: #dc3545;
        color: white;
    }

    @media (max-width: 767.98px) {

        .w-25[b-0omh0ih19t] {
            width: 100% !important;
        }

        .w-30[b-0omh0ih19t] {
            width: 100% !important;
        }

        .w-40[b-0omh0ih19t] {
            width: 100% !important;
        }

        .w-50[b-0omh0ih19t] {
            width: 100% !important;
        }
    }
    /* certificate css*/
    .certification-section[b-0omh0ih19t] {
        padding: 1.5rem;
        background: #fff;
        border-radius: 10px;
    }

    .certify-text[b-0omh0ih19t] {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .certification-grid[b-0omh0ih19t] {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: flex-start;
    }

    .form-group[b-0omh0ih19t] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        flex: 1;
    }

    .signature-box[b-0omh0ih19t] {
        border: 2px dashed #bbb;
        border-radius: 6px;
        height: 120px;
        min-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fafafa;
        color: #555;
        font-style: italic;
    }

    .upload-btn-wrapper[b-0omh0ih19t] {
        margin-top: 1rem;
    }

    @media (max-width: 768px) {
        .signature-area[b-0omh0ih19t] {
            flex-direction: column;
        }

        .form-actions[b-0omh0ih19t] {
            flex-direction: column;
            align-items: stretch;
        }

        .submit-btn[b-0omh0ih19t],
        .cancel-btn[b-0omh0ih19t] {
            width: 100%;
        }
    }
/* /Pages/UserManagement.razor.rz.scp.css */
/* Make avatar circles shrink to 32 px on very small screens */
@media (max-width: 420px) {
    .table img.rounded-circle[b-8o8vz730gh] {
        width: 32px !important;
        height: 32px !important;
    }
}

w-50[b-8o8vz730gh] {
    width: 100% !important;
}

@media (max-width: 575.98px) {
    .btn-fluid-xs[b-8o8vz730gh] {
        width: 100% !important;
    }
}


.table-responsive[b-8o8vz730gh] {
    overflow-x: auto;
}

.flag[b-8o8vz730gh] {
    height: 1rem;
    margin: auto;
    border: 1px solid var(--neutral-layer-3);
}

.custom-datagrid-container[b-8o8vz730gh] {
    border: 1px solid #d0d7de;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9fafb;
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.fluent-datagrid .country-name[b-8o8vz730gh] {
    font-weight: bold;
    color: #0078d4;
}

@media (max-width: 767.98px) {

    .w-25[b-8o8vz730gh] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .w-30[b-8o8vz730gh] {
        width: 100% !important;
    }

    .w-40[b-8o8vz730gh] {
        width: 100% !important;
    }

    .w-50[b-8o8vz730gh] {
        width: 100% !important;
    }
}

.equal-width-table[b-8o8vz730gh] {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}

    .equal-width-table th[b-8o8vz730gh],
    .equal-width-table td[b-8o8vz730gh] {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

@media (max-width: 575.98px) {
    .equal-width-table th[b-8o8vz730gh],
    .equal-width-table td[b-8o8vz730gh] {
        font-size: .875rem;
    }
}

@media (max-width: 575.98px) {
    /* 1. Make the TABLE a block so it can scroll horizontally   */
    .table-scrollable[b-8o8vz730gh] {
        display: block;
        overflow-x: auto; /* finger‑swipe or scrollbar */
        -webkit-overflow-scrolling: touch;
    }

        /* 2. Keep header row full‑width and sticky at the top        */
        .table-scrollable thead[b-8o8vz730gh] {
            display: table; /* restore table layout   */
            width: 100%; /* stretch to wrapper     */
        }

    /* 3. Make “Actions” the sticky column                        */
    .sticky-actions[b-8o8vz730gh] {
        position: sticky;
        right: 0; /* stick to right edge    */
        background: #fff; /* hide scrolling cells   */
        z-index: 2; /* stay above neighbours  */
    }

        /* 4. Prevent sticky cell from shrinking                      */
        .sticky-actions[b-8o8vz730gh],
        .sticky-actions > *[b-8o8vz730gh] { /* td, th, or its content */
            white-space: nowrap;
        }

    .w-25[b-8o8vz730gh] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .w-30[b-8o8vz730gh] {
        width: 100% !important;
    }

    .w-40[b-8o8vz730gh] {
        width: 100% !important;
    }

    .w-50[b-8o8vz730gh] {
        width: 100% !important;
    }
}

.w-30[b-8o8vz730gh] {
    width: 30% !important;
}

.w-20[b-8o8vz730gh] {
    width: 20%
}

.w-10[b-8o8vz730gh] {
    width: 10%;
}

.w-15[b-8o8vz730gh] {
    width: 15%;
}

.w-5[b-8o8vz730gh] {
    width: 5%;
}

.table-fixed[b-8o8vz730gh] {
    table-layout: fixed;
    width: 100%;
}

    .table-fixed th[b-8o8vz730gh],
    .table-fixed td[b-8o8vz730gh] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .table-fixed th:nth-child(1)[b-8o8vz730gh],
        .table-fixed td:nth-child(1)[b-8o8vz730gh] {
            width: 30%;
        }

        .table-fixed th:nth-child(2)[b-8o8vz730gh],
        .table-fixed td:nth-child(2)[b-8o8vz730gh] {
            width: 35%;
        }

        .table-fixed th:nth-child(3)[b-8o8vz730gh],
        .table-fixed td:nth-child(3)[b-8o8vz730gh] {
            width: 35%;
        }

@media (max-width: 575.98px) {
    .table-scrollable[b-8o8vz730gh] {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-scrollable thead[b-8o8vz730gh] {
            display: table;
            width: 100%;
        }

    .sticky-actions[b-8o8vz730gh] {
        position: sticky;
        right: 0;
        background: #fff;
        z-index: 2;
    }

        .sticky-actions[b-8o8vz730gh],
        .sticky-actions > *[b-8o8vz730gh] {
            white-space: nowrap;
        }

    .w-25[b-8o8vz730gh], .w-30[b-8o8vz730gh], .w-40[b-8o8vz730gh], .w-50[b-8o8vz730gh] {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
}
