@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-p494p5xfj7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p494p5xfj7] {
    flex: 1;
}



.top-row[b-p494p5xfj7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p494p5xfj7]  a, .top-row[b-p494p5xfj7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p494p5xfj7]  a:hover, .top-row[b-p494p5xfj7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p494p5xfj7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p494p5xfj7] {
        justify-content: space-between;
    }

    .top-row[b-p494p5xfj7]  a, .top-row[b-p494p5xfj7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p494p5xfj7] {
        flex-direction: row;
    }

    .sidebar[b-p494p5xfj7] {
        width: 500px;
        height: 100vh;
        position: sticky;
        padding: 50px;
    }

    .top-row[b-p494p5xfj7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p494p5xfj7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p494p5xfj7], article[b-p494p5xfj7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p494p5xfj7] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p494p5xfj7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/HeaderMenu.razor.rz.scp.css */
.header-container[b-k9q6p4dmzi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d6681;
    border-bottom: solid 1px darkgray;
    padding: 0 5px 0 40px;
    height: 3.5rem !important;
    color: white;
    font-size: 0.9rem;
}

.brand-area[b-k9q6p4dmzi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-area img[b-k9q6p4dmzi] { transition: width .2s ease, height .2s ease; }

.brand-name[b-k9q6p4dmzi] {
    font-size: clamp(1rem, 2.2vw, 1.0rem);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.right-area[b-k9q6p4dmzi] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.welcome-message h4[b-k9q6p4dmzi] {
    font-size: clamp(0.7rem, 1.2vw, 0.95rem);
    font-weight: 400;
    color: white;
    letter-spacing: .5px;
    animation: fadeIn 1s ease-out;
    text-align: right;
    margin: 0;
    line-height: 1.1;
}

.menu-actions[b-k9q6p4dmzi] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.membership-status[b-k9q6p4dmzi] {
    font-size: .75rem;
}

.logout-link[b-k9q6p4dmzi] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    font-size: .85rem;
}

.logout-link:hover[b-k9q6p4dmzi] { color: #fff; }

/* Tablet adjustments */
@media (max-width: 992px) {
    .header-container[b-k9q6p4dmzi] { padding-left: 40px; font-size: 0.85rem; }
    .brand-name[b-k9q6p4dmzi] { font-size: clamp(.95rem, 4.5vw, 1.0rem); }
    .welcome-message h4[b-k9q6p4dmzi] { font-size: clamp(.65rem, 2.5vw, .85rem); }
    /* Slightly smaller logo on tablets */
    .brand-area img[b-k9q6p4dmzi] { width:38px; height:41px; }
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .header-container[b-k9q6p4dmzi] { height: 3.5rem !important; font-size: 0.8rem; }
    .logout-link[b-k9q6p4dmzi] { height: 2.4rem; line-height: 2.4rem; font-size: .75rem; }
    .membership-status[b-k9q6p4dmzi] { font-size: .7rem; }
    /* Smaller logo on mobile */
    .brand-area img[b-k9q6p4dmzi] { width:32px; height:35px; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j6w4j7hjuf] {
    position: relative;
    display: flex;
    flex-direction: row;
}

.content-row[b-j6w4j7hjuf] {
    height: calc(100vh - 4.5rem);
}

main[b-j6w4j7hjuf] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Body scroll only inside article */
.scrollable-article[b-j6w4j7hjuf] {
    padding: 5px 5px 0 5px;
    height: 100%;
    overflow-y: auto;
}

#blazor-error-ui[b-j6w4j7hjuf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-j6w4j7hjuf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Match reduced header height on small devices */
@media (max-width: 600px) {
    .content-row[b-j6w4j7hjuf] {
        height: calc(100vh - 3.5rem);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Keep existing colors; implement unified hamburger + responsive behavior */
.menu-toggle[b-lk5ut51s94] {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 3000;
    background: #2d6681;
    color: #fff;
    border: none;
    padding: .45rem .4rem;
    border-radius: 4px;
    font-size: 1.15rem;
    cursor: pointer;
}

/* Reduce height so it doesn't add header height to page total */
.side-menu[b-lk5ut51s94] {
    width: 210px;
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    color: #fff;
    height: calc(100vh - 4.5rem);
    position: relative;
    top: 0;
    transition: width .15s ease, transform .25s ease-in-out;
    overflow: hidden;
    font-size: 0.8rem;
}

    .side-menu.closed[b-lk5ut51s94] {
        width: 0;
        min-width: 0;
    }

        .side-menu.closed .logo-row[b-lk5ut51s94], .side-menu.closed .nav-scrollable[b-lk5ut51s94] {
            display: none;
        }
/* logo-row removed in markup; keep height reference if reinstated */
.logo-row[b-lk5ut51s94] {
    height: 4.5rem !important;
    background: #2d6681;
}

.navbar-brand[b-lk5ut51s94] {
    font-weight: bold;
    font-size: 1.05rem;
    color: #fff;
}

.nav-item.parent[b-lk5ut51s94] {
    font-size: .85rem;
    padding: .45rem .65rem;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 2px;
    background: linear-gradient(135deg, #092c44, #60b7d6);
}

.nav-item.child[b-lk5ut51s94] {
    font-size: .8rem;
    padding: .35rem .6rem;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 3px;
}

.nav-item[b-lk5ut51s94]  .nav-link {
    color: #fff;
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 .9rem;
    border-radius: inherit;
    font-size: .82rem;
}

    .nav-item[b-lk5ut51s94]  .nav-link:hover {
        color: #fff;
        box-shadow: 0 4px 12px rgba(15,76,117,.25);
        border-color: rgba(255,255,255,.5);
    }

.nav-item[b-lk5ut51s94]  a.active {
    background: linear-gradient(135deg, #092c44, #60b7d6);
    color: #fff;
    box-shadow: 0 4px 12px rgba(15,76,117,.35);
    border-color: rgba(255,255,255,.5);
}

.drop-down a[b-lk5ut51s94] {
    background: none;
    padding-left: 2rem;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.15);
    margin-bottom: 3px;
    font-size: .78rem;
}

    .drop-down a:hover[b-lk5ut51s94] {
        background: linear-gradient(135deg, #092c44, #60b7d6);
        color: #fff !important;
        box-shadow: 0 4px 12px rgba(15,76,117,.2);
        border-color: rgba(255,255,255,.4);
    }

.activate[b-lk5ut51s94] {
    display: none;
}

    .activate:checked ~ .drop-down[b-lk5ut51s94] {
        max-height: 900px;
    }

.drop-down[b-lk5ut51s94] {
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease;
}

.nav-scrollable[b-lk5ut51s94] {
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-text[b-lk5ut51s94] {
    margin-left: 3px;
}

/* Mobile: off-canvas; account for header height so no double scroll */
@media (max-width: 992px) {
    .side-menu[b-lk5ut51s94] {
        position: fixed;
        left: 0;
        top: 3.5rem;
        transform: translateX(0);
        width: 210px;
        height: calc(100vh - 4.5rem);
        z-index: 2500;
        font-size: 0.78rem;
    }

        .side-menu.closed[b-lk5ut51s94] {
            transform: translateX(-100%);
            width: 210px;
        }

    .nav-item.parent[b-lk5ut51s94] {
        font-size: .8rem;
    }

    .nav-item.child[b-lk5ut51s94] {
        font-size: .75rem;
    }

    .nav-item[b-lk5ut51s94]  .nav-link {
        height: 2.4rem;
        font-size: .75rem;
    }
}
/* /Components/Pages/Analytics/AccountReport.razor.rz.scp.css */
/* /Components/Pages/Announcements/AnnouncementDetails.razor.rz.scp.css */
[b-6qzlt49glt] table {
    min-width: 100%;
}

[b-6qzlt49glt] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-6qzlt49glt] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-6qzlt49glt] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Dashboard/AdminDashboard.razor.rz.scp.css */
.dashboard-container[b-k7i0t3aywj] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    gap: 20px;
}

.dashboard-filters[b-k7i0t3aywj] {
    margin-bottom: 0;
}

.dashboard-grid[b-k7i0t3aywj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    gap: 20px;
    padding-inline: 16px;
    overflow: auto;
}

.switch[b-k7i0t3aywj] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    cursor: pointer;
}

.fy-dropdown[b-k7i0t3aywj] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.table[b-k7i0t3aywj] {
    font-size: 0.9rem;
    margin-bottom: 0;
    width: 100%;
}

.table-bordered[b-k7i0t3aywj] {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.table thead th[b-k7i0t3aywj] {
    background-color: #f4f6f9;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.tile-header > .header-right[b-k7i0t3aywj] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    align-items: center;
}
/* /Components/Pages/Dashboard/ChartComponent.razor.rz.scp.css */
[b-b14ctn6k65] .rz-chart-container {
    padding: 4px !important;
}

[b-b14ctn6k65] .rz-chart svg {
    overflow: visible !important;
}

[b-b14ctn6k65] .rz-axis.rz-category-axis {
    font-size: 10px !important;
}

[b-b14ctn6k65] .rz-axis.rz-value-axis {
    font-size: 10px !important;
}

[b-b14ctn6k65] .rz-legend.rz-legend-bottom {
    font-size: 8px !important;
    color: #212121 !important;
    justify-content: start !important;
    max-height: 40px !important;
    overflow: hidden !important;
}

[b-b14ctn6k65] .rz-legend-items {
    margin: 0 !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
}

[b-b14ctn6k65] .rz-legend-item {
    gap: 2px !important;
    padding: 0 !important;
}

[b-b14ctn6k65] .rz-legend-item-color {
    width: 8px !important;
    height: 8px !important;
}

[b-b14ctn6k65] .rz-donut-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    fill: #212121 !important;
}

[b-b14ctn6k65] .rz-series-data-label {
    font-size: 8px !important;
    font-weight: 400 !important;    
    transform: translateY(1px) !important;
}

.Chartperiod[b-b14ctn6k65] {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%; /* full height of chart container */
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center if needed */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: 0.9;
    font-size: 10px;
    color: #9e9e9e;
    padding-right: 2px;
}
/* /Components/Pages/Dashboard/ChartZoomDialog.razor.rz.scp.css */
[b-pvovt2xwtx] .rz-chart-container {
    padding: 16px !important;
}

[b-pvovt2xwtx] .rz-axis.rz-category-axis {
    font-size: 15px !important;
}

[b-pvovt2xwtx] .rz-axis.rz-value-axis {
    font-size: 15px !important;
}

[b-pvovt2xwtx] .rz-legend.rz-legend-bottom {
    font-size: 14px !important;
    color: black !important;
}

[b-pvovt2xwtx] .rz-legend-items {
    margin: 0 !important;
    gap: 10px !important;
}

[b-pvovt2xwtx] .rz-donut-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    fill: black !important;
}

[b-pvovt2xwtx] .rz-series-data-label {
    font-size: 15px !important;
}
/* /Components/Pages/Dashboard/DashboardChart.razor.rz.scp.css */
/* Add any DashboardChart specific styles here if needed */
/* /Components/Pages/Dashboard/SuperAdminDashboard.razor.rz.scp.css */
.dashboard-container[b-b9b4pb2esu] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    gap: 20px;
}

.dashboard-grid[b-b9b4pb2esu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    gap: 20px;
    padding-inline: 16px;
    overflow: auto;
}
/* /Components/Pages/Dashboard/TileComponent.razor.rz.scp.css */
.tile-bodyform > *[b-1eoig2q0nw] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}


.rz-chart[b-1eoig2q0nw] {
    flex: 1;
    min-height: 0;
    width: 100%;
}

.zoom-btn[b-1eoig2q0nw] {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .zoom-btn svg[b-1eoig2q0nw] {
        width: 16px;
        height: 16px;
        stroke: #000;
        stroke-width: 2;
    }

    .zoom-btn:hover svg[b-1eoig2q0nw] {
        stroke: #222;
    }
/* /Components/Pages/Masters/AppSettingDetails.razor.rz.scp.css */
[b-sm4u32sl4c] table {
    min-width: 100%;
}

[b-sm4u32sl4c] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sm4u32sl4c] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sm4u32sl4c] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Masters/MasterGridDetails.razor.rz.scp.css */
[b-05fy9sjfgy] table {
    min-width: 100%;
}

[b-05fy9sjfgy] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-05fy9sjfgy] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-05fy9sjfgy] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Member/MemberDashBoard.razor.rz.scp.css */
.dashboard-container[b-q0be9hpc7z] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 10px 10px;
    justify-content: flex-start;
    align-items: flex-start;
}


.table[b-q0be9hpc7z] {
    font-size: 0.9rem;
    margin-bottom: 0;
    width: 100%;
}

.table-bordered[b-q0be9hpc7z] {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.table thead th[b-q0be9hpc7z] {
    background-color: #f4f6f9;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}



/* Dropdown */
.fy-dropdown[b-q0be9hpc7z] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .fy-dropdown label[b-q0be9hpc7z] {
        font-weight: 500;
        margin-right: 8px;
        color: #0f4c75;
    }

.form-select.form-select-sm[b-q0be9hpc7z] {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 0.9rem;
    transition: box-shadow 0.2s ease;
}

.form-select:focus[b-q0be9hpc7z] {
    border-color: #00BFFF;
    box-shadow: 0 0 6px rgba(0, 191, 255, 0.5);
}
/* /Components/Pages/Member/MemberDetails.razor.rz.scp.css */
[b-sdbl76k9m0] table {
    min-width: 100%;
}

[b-sdbl76k9m0] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sdbl76k9m0] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sdbl76k9m0] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Member/MemberInfoDetails.razor.rz.scp.css */
[b-u3bdpf3msy] table {
    min-width: 100%;
}

[b-u3bdpf3msy] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-u3bdpf3msy] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-u3bdpf3msy] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Member/MembershipDetails.razor.rz.scp.css */
[b-gjw5ktij3u] table {
    min-width: 100%;
}

[b-gjw5ktij3u] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-gjw5ktij3u] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-gjw5ktij3u] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Member/RegisterMember.razor.rz.scp.css */
.login-container[b-11b35vvqsc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    padding:20px;
}

/* Card with subtle border and shadow so it's visually separated */
.login-card[b-11b35vvqsc] {
 width:100%;
 max-width:500px; /* widen card so two columns fit */
 background-color: #ffffff;
 border-radius:12px;
 border:1px solid rgba(0,0,0,0.06); /* restored border */
 box-shadow:08px20px rgba(0,0,0,0.06);
 overflow: hidden;
}

.login-header[b-11b35vvqsc] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    padding: 18px16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 30px;
}

.login-header .logo[b-11b35vvqsc] {
 width:120px;
 border-radius:10px;
}

.login-body[b-11b35vvqsc] {
 padding:20px;
}

.form-control:focus[b-11b35vvqsc] {
 border-color: #00BFFF;
 box-shadow:08px rgba(0,191,255,0.12);
}

/* two-column grid for form fields */
.form-grid[b-11b35vvqsc] {
 display: grid;
 grid-template-columns: repeat(2,1fr);
 gap:12px;
 align-items: start;
}

/* elements with the "full" class span both columns and center their content */
.form-grid .full[b-11b35vvqsc] {
 grid-column:1 / -1;
 display: flex;
 justify-content: center;
 align-items: center;
}

.form-label[b-11b35vvqsc] {
 display: block;
 margin-bottom:6px;
 font-weight:500;
}

.btn-primary[b-11b35vvqsc] {
 background: linear-gradient(135deg, #0f4c75, #78cceb);
 border:0;
 color: #fff;
 font-weight:500;
 transition: all0.3s ease;
 padding:0.65rem1rem;
 min-height:40px;
 font-size:1rem;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width:200px; /* keep fixed width to avoid stretching */
 box-shadow:04px12px rgba(15,76,117,0.12);
}

.btn-primary:hover[b-11b35vvqsc] {
 background: linear-gradient(135deg, #0d3f64, #60b7d6);
 transform: translateY(-1px);
}

.footer[b-11b35vvqsc] {
 background-color: #f4f6f9;
 padding:15px;
 font-size:0.9rem;
 color: #555;
}

.form-check-label[b-11b35vvqsc] {
 margin-left:0.25rem;
}

a[b-11b35vvqsc] {
 color: #0081B8;
 text-decoration: none;
}

a:hover[b-11b35vvqsc] {
 text-decoration: underline;
 color: #9400B3;
}

/* responsive: collapse to single column on very small screens */
@media (max-width:576px) {
 .form-grid[b-11b35vvqsc] {
 grid-template-columns:1fr;
 }
 .login-card[b-11b35vvqsc] {
 max-width:350px;
 }
}

/* inline field: keep label and control on one line */
.inline-field[b-11b35vvqsc]{
 display: flex;
 align-items: center;
 gap:8px;
}
.inline-field .form-label[b-11b35vvqsc]{
 margin-bottom:0;
 white-space: nowrap; /* keep label on single line */
 font-size:0.95rem;
 width:50%; /* reserve space for the label */
 overflow: hidden;
 text-overflow: ellipsis;
}
.inline-field .form-control[b-11b35vvqsc]{
 flex:11 auto; /* allow input to grow and shrink */
 min-width:0; /* required so flex children can shrink properly */
}
/* /Components/Pages/Payment/PaymentOption.razor.rz.scp.css */
.pay-btn[b-wggyg2yu56] {
    display: flex;
    align-items: center;
    justify-content: center;
}


.dashboard-container[b-wggyg2yu56] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 10px;
}


.dashboard-tile[b-wggyg2yu56] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

    .dashboard-tile:hover[b-wggyg2yu56] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(15, 76, 117, 0.25);
    }


.tile-header[b-wggyg2yu56] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    color: #fff;
    padding: 10px;
    border-radius: 12px 12px 0 0;
}

    .tile-header h3[b-wggyg2yu56] {
        margin: 0;
        font-size: 1.05rem;
    }


.tile-body[b-wggyg2yu56] {
    padding: 8px;
    overflow: auto;
}


.tile-bodyForm[b-wggyg2yu56] {
    padding: 16px;
}


.payment-card[b-wggyg2yu56] {
    min-width: 450px;
    max-width: 600px;
    width: 100%;
}


.details-grid[b-wggyg2yu56] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px 20px;
    width: 100%;
}


    .details-grid .label[b-wggyg2yu56] {
        font-weight: 600;
        color: #0f4c75;
        white-space: nowrap;
    }

    .details-grid .value[b-wggyg2yu56] {
        color: #333;
        word-break: break-word;
    }


.table[b-wggyg2yu56] {
    font-size: 0.9rem;
    margin-bottom: 0;
}

    .table thead th[b-wggyg2yu56] {
        background-color: #f4f6f9;
        font-weight: 600;
    }
/* /Components/Pages/Payment/PaymentResponse.razor.rz.scp.css */
.dashboard-container[b-st1a3fo3rs] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 10px;
}


.dashboard-tile[b-st1a3fo3rs] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    width: 100%;
    max-width: 600px;
}

    .dashboard-tile:hover[b-st1a3fo3rs] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(15, 76, 117, 0.25);
    }

.tile-header[b-st1a3fo3rs] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    color: #fff;
    padding: 12px;
    border-radius: 12px 12px 0 0;
}

    .tile-header h3[b-st1a3fo3rs] {
        margin: 0;
        font-size: 1.1rem;
    }


.tile-bodyForm[b-st1a3fo3rs] {
    padding: 20px;
}


.details-grid[b-st1a3fo3rs] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 12px 20px;
    width: 100%;
}


    .details-grid .label[b-st1a3fo3rs] {
        font-weight: 600;
        color: #0f4c75;
        white-space: nowrap;
    }


    .details-grid .value[b-st1a3fo3rs] {
        color: #333;
        word-break: break-word;
    }


.error-text[b-st1a3fo3rs] {
    color: #d9534f;
}
/* /Components/Pages/Security/AccessGroupDetails.razor.rz.scp.css */
[b-i0uct88atq] table {
    min-width: 100%;
}

[b-i0uct88atq] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-i0uct88atq] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-i0uct88atq] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/AuditLogDetails.razor.rz.scp.css */
[b-sqwhi08nxq] table {
    min-width: 100%;
}

[b-sqwhi08nxq] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-sqwhi08nxq] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-sqwhi08nxq] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/ForgotPassword.razor.rz.scp.css */


.login-container[b-w63v3c4ppg] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-w63v3c4ppg] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-w63v3c4ppg] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-w63v3c4ppg] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-w63v3c4ppg] {
    padding: 20px 20px;
}

.form-control:focus[b-w63v3c4ppg] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-w63v3c4ppg] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-w63v3c4ppg] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-w63v3c4ppg] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-w63v3c4ppg] {
    margin-left: 0.25rem;
}

a[b-w63v3c4ppg] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-w63v3c4ppg] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* /Components/Pages/Security/LogGridDetails.razor.rz.scp.css */
[b-5nya3k8now] table {
    min-width: 100%;
}

[b-5nya3k8now] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-5nya3k8now] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-5nya3k8now] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/Login.razor.rz.scp.css */


.login-container[b-12jiu3a29u] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-12jiu3a29u] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-12jiu3a29u] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-12jiu3a29u] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-12jiu3a29u] {
    padding: 20px 20px;
}

.form-control:focus[b-12jiu3a29u] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-12jiu3a29u] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-12jiu3a29u] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-12jiu3a29u] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-12jiu3a29u] {
    margin-left: 0.25rem;
}

a[b-12jiu3a29u] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-12jiu3a29u] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* /Components/Pages/Security/MenuDetails.razor.rz.scp.css */
[b-dhgfir5wnr] table {
    min-width: 100%;
}

[b-dhgfir5wnr] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-dhgfir5wnr] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-dhgfir5wnr] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/ResetPassword.razor.rz.scp.css */


.login-container[b-oi8jxhpgdb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-oi8jxhpgdb] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-oi8jxhpgdb] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-oi8jxhpgdb] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-oi8jxhpgdb] {
    padding: 20px 20px;
}

.form-control:focus[b-oi8jxhpgdb] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-oi8jxhpgdb] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-oi8jxhpgdb] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-oi8jxhpgdb] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-oi8jxhpgdb] {
    margin-left: 0.25rem;
}

a[b-oi8jxhpgdb] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-oi8jxhpgdb] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* /Components/Pages/Security/Signup.razor.rz.scp.css */


.login-container[b-wfxizitsi3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-wfxizitsi3] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-wfxizitsi3] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-wfxizitsi3] {
        width: 120px;
        border-radius: 10px;
    }

.login-body[b-wfxizitsi3] {
    padding: 20px 20px;
}

.form-control:focus[b-wfxizitsi3] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-wfxizitsi3] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    /* sizing for a taller button */
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    /* ensure content is vertically centered */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* subtle lift/shadow to match the header vibe */
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
}

    .btn-primary:hover[b-wfxizitsi3] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-wfxizitsi3] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-wfxizitsi3] {
    margin-left: 0.25rem;
}

a[b-wfxizitsi3] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-wfxizitsi3] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
/* /Components/Pages/Security/UserDetails.razor.rz.scp.css */
[b-2foqfjuvbl] table {
    min-width: 100%;
}

[b-2foqfjuvbl] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-2foqfjuvbl] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-2foqfjuvbl] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/UserRoleDetails.razor.rz.scp.css */
[b-yt241mn5uc] table {
    min-width: 100%;
}

[b-yt241mn5uc] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-yt241mn5uc] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-yt241mn5uc] tbody tr {
    height: 1.8rem;
}

/* /Components/Pages/Security/UserRoleSelection.razor.rz.scp.css */


.login-container[b-c4jcehfm2r] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.login-card[b-c4jcehfm2r] {
    width: 100%;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-header[b-c4jcehfm2r] {
    background: linear-gradient(135deg, #0f4c75, #78cceb); /* dark-blue/tech vibe */
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Optional subtle neon glow behind the logo */


    .login-header .logo[b-c4jcehfm2r] {
        width: 100px;
        border-radius: 10px;
    }

.login-body[b-c4jcehfm2r] {
    padding: 20px 20px;
}

.form-control:focus[b-c4jcehfm2r] {
    border-color: #00BFFF;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

/* Button uses same gradient as the header */
.btn-primary[b-c4jcehfm2r] {
    background: linear-gradient(135deg, #0f4c75, #78cceb);
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.65rem 1rem;
    min-height: 40px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 4px 12px rgba(15, 76, 117, 0.18);
    border-radius: 8px;
}

    .btn-primary:hover[b-c4jcehfm2r] {
        /* slightly brighter / shifted gradient on hover */
        background: linear-gradient(135deg, #0d3f64, #60b7d6);
        transform: translateY(-1px);
    }

.footer[b-c4jcehfm2r] {
    background-color: #f4f6f9;
    padding: 15px;
    font-size: 0.9rem;
    color: #555;
}

.form-check-label[b-c4jcehfm2r] {
    margin-left: 0.25rem;
}

a[b-c4jcehfm2r] {
    color: #0081B8; /* slightly darker blue */
    text-decoration: none;
}

    a:hover[b-c4jcehfm2r] {
        text-decoration: underline;
        color: #9400B3; /* slightly darker purple for hover */
    }
.radio-group-container[b-c4jcehfm2r] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.radio-card[b-c4jcehfm2r] {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #f8f9fa;
}

    .radio-card:hover[b-c4jcehfm2r] {
        border-color: #0f4c75;
        background: linear-gradient(135deg, #e0f4fc, #d0ebf9);
    }

    .radio-card .radio-input[b-c4jcehfm2r] {
        display: none; /* hide the default radio button */
    }

    .radio-card .radio-content[b-c4jcehfm2r] {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .radio-card .radio-text[b-c4jcehfm2r] {
        font-weight: 500;
        color: #0f4c75;
    }

    /* Change text and icon color on checked */
    .radio-card .radio-input:checked + .radio-content[b-c4jcehfm2r],
    .radio-card:hover .radio-content[b-c4jcehfm2r] {
        color: #0f4c75; /* text stays same as hover */
    }

        .radio-card .radio-input:checked + .radio-content svg[b-c4jcehfm2r] {
            fill: #0f4c75; /* icon color same as hover */
        }
/* /Components/Shared/CustomNotification.razor.rz.scp.css */
.custom-notification[b-h777u7e1no] {
    display: flex;
    align-items: flex-start;
    width: 1005px; /* fixed width */
    height: 1005px; /* fixed height */
    padding: 24px 20px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    animation: slideDown-b-h777u7e1no 0.3s ease;
    color: white;
}

.notif-success[b-h777u7e1no] {
    background-color: #4caf50;
}

.notif-error[b-h777u7e1no] {
    background-color: #f44336;
}

.notif-warning[b-h777u7e1no] {
    background-color: #ff9800;
}

.notif-info[b-h777u7e1no] {
    background-color: #2196f3;
}

.notif-content[b-h777u7e1no] {
    flex: 1;
}

.notif-title[b-h777u7e1no] {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: -2px;
}

.notif-message[b-h777u7e1no] {
    font-size: 14px;
    word-break: break-word;
}

@keyframes slideDown-b-h777u7e1no {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Shared/Language.razor.rz.scp.css */
.language-dropdown[b-iprn2inpe2] {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

    .language-dropdown .dropdown-button[b-iprn2inpe2] {
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 2px;
    }

        .language-dropdown .dropdown-button img[b-iprn2inpe2] {
            width: 24px;
            height: 18px;
            vertical-align: middle;
            border-radius: 3px;
        }

    .language-dropdown .dropdown-content[b-iprn2inpe2] {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        min-width: 60px;
        z-index: 1000;
        padding: 5px 0;
    }

    .language-dropdown .dropdown-item[b-iprn2inpe2] {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px 10px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .language-dropdown .dropdown-item img.flag-icon[b-iprn2inpe2] {
            width: 24px;
            height: 24px;
            border-radius: 3px;
        }

        .language-dropdown .dropdown-item:hover[b-iprn2inpe2] {
            background-color: #f1f1f1;
            border-radius: 3px;
        }
/* /Components/Shared/Loader.razor.rz.scp.css */
