@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/Bo/Common/ListLoader.razor.rz.scp.css */
.sr-table-skeleton[b-6b2rdyzrt3] {
    padding: 0; 
    gap: 0; 
    border-radius: 12px;
    overflow: hidden;
    margin-top: 2rem;
}

.sr-skel-row[b-6b2rdyzrt3] {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.sr-table-skeleton .sr-skel-row:last-child[b-6b2rdyzrt3] {
    border-bottom: none;
}

.sr-skel-title[b-6b2rdyzrt3] {
    height: 12px;
    border-radius: 999px;
    background: var(--c-neutral-150, #e5e5e5);
}

.sr-skel-badge[b-6b2rdyzrt3] {
    height: 22px;
    width: 110px;
    border-radius: 999px;
    background: var(--c-neutral-150, #e5e5e5);
}

.sr-skel-icon[b-6b2rdyzrt3] {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--c-neutral-150, #e5e5e5);
}

.sr-skel-vr[b-6b2rdyzrt3] {
    width: 1px;
    height: 18px;
    margin: 0 10px;
    background: rgba(0,0,0,.10);
}

@media (prefers-reduced-motion: reduce) {
    .shimmer[b-6b2rdyzrt3]::before {
        animation: none;
    }
}

.shimmer[b-6b2rdyzrt3] {
    position: relative;
    overflow: hidden;
}

    .shimmer[b-6b2rdyzrt3]::before {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-100%);
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
        animation: sr-shimmer-b-6b2rdyzrt3 1.2s ease-in-out infinite;
    }

@keyframes sr-shimmer-b-6b2rdyzrt3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* /Pages/Bo/Monitoring/DashBoard/DashCard.razor.rz.scp.css */
.card[b-o46of1wqnw] {
    position: relative;
    overflow: hidden;
    /* Optional: give the card a border/background so you can see the boundaries */
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    min-height: 200px;
    min-width:35%;
    padding:1em;
}
.card-title[b-o46of1wqnw]{
    font-weight:bold;
    font-size:2em;
    text-align:center;
}
/* 2. The Radzen Button - Forced to perfect circle */
[b-o46of1wqnw] .CardHelpButton {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    /* Force Dimensions */
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important; /* CRITICAL: Radzen sets a default min-height */
    max-height: 24px !important; /* Safety cap */

    border-radius: 50% !important;
    /* Reset Internal Spacing */
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important; /* Prevents font-height from pushing the box */
    /* Center Content */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    background-color: #5E7288!important;
}

    /* Ensure the icon doesn't have offset margins */
    [b-o46of1wqnw] .CardHelpButton .rz-button-icon-left {
        font-size: 14px !important;
        margin: 0 !important;
        width: 14px !important;
        height: 14px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

/* Correct the hover selector to match the class casing */
.CardHelpButton:hover[b-o46of1wqnw] {
    transform: scale(1.1);
}

    /* Ensure the hover interaction uses the same consistent class name */
    .CardHelpButton:hover + .CardHelpLayer[b-o46of1wqnw],
    .CardHelpLayer:hover[b-o46of1wqnw] {
        opacity: 1;
        pointer-events: auto;
    }



/* 3. The Help Layer (Invisible initially) */
.CardHelpLayer[b-o46of1wqnw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Dark semi-transparent overlay */
    color: white;
    z-index: 5; /* Sits above the card content, but below the button */
    /* Make it invisible */
    opacity: 0;
    pointer-events: none; /* Prevents the invisible layer from blocking clicks on the card */
    /* Smooth fade effect */
    transition: opacity 0.3s ease-in-out;
    /* Center the help content (Optional) */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}


/* /Pages/Bo/Monitoring/DashBoard/DashKpiGrid.razor.rz.scp.css */
.dashkpi-wrapper[b-2a3k5plmbs] {
    display: flex;
    gap: 40px 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.dashkpi-title[b-2a3k5plmbs] {
    font-size: 14px;
    text-align: center;
    height: 15px;
    opacity: 0.9;
}

.dashkpi-footer[b-2a3k5plmbs] {
    font-size: 10px;
    text-align: center;
    height: 15px;
    color: #ddd;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.dashkpi-value[b-2a3k5plmbs] {
    font-weight: bold;
    text-align: center;
    height: 15px;
    display: flex;
    align-items: center;
}


/* Color Logic Classes */
.note-green[b-2a3k5plmbs] {
    color: #4ade80 !important; /* Bright Emerald */
    font-weight: bold;
}

.note-red[b-2a3k5plmbs] {
    color: #f87171 !important; /* Soft Coral Red */
    font-weight: bold;
}

.note-grey[b-2a3k5plmbs] {
    color: #cbd5e1 !important; /* Light Slate Grey */
    opacity: 0.8;
}




.dashkpi-card[b-2a3k5plmbs] {
    height: 150px;
    width: 150px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: var(--rz-primary);
    position: relative;
    transition: filter 0.3s ease;
    cursor: pointer;
}

    .dashkpi-card.has-description:hover[b-2a3k5plmbs] {
        background: #222;
    }

.card-content[b-2a3k5plmbs] {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content-hover[b-2a3k5plmbs] {
    opacity: 0;
    pointer-events: none;
}

.dashkpi-card.has-description:hover .content-default[b-2a3k5plmbs] {
    opacity: 0;
}

.dashkpi-card.has-description:hover .content-hover[b-2a3k5plmbs] {
    opacity: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7cjzxae9xh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7cjzxae9xh] {
    flex: 1;
}

.sidebar[b-7cjzxae9xh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7cjzxae9xh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7cjzxae9xh]  a, .top-row .btn-link[b-7cjzxae9xh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7cjzxae9xh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7cjzxae9xh] {
        display: none;
    }

    .top-row.auth[b-7cjzxae9xh] {
        justify-content: space-between;
    }

    .top-row a[b-7cjzxae9xh], .top-row .btn-link[b-7cjzxae9xh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7cjzxae9xh] {
        flex-direction: row;
    }

    .sidebar[b-7cjzxae9xh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7cjzxae9xh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7cjzxae9xh], article[b-7cjzxae9xh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Public/DataGrid/ColumnPickerSideBar/ColumnPickerSideBar.razor.rz.scp.css */
.cps-overlay[b-ns6iezuzo4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1118;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

    .cps-overlay.active[b-ns6iezuzo4] {
        opacity: 1;
        visibility: visible;
    }

.cps-sidebar[b-ns6iezuzo4] {
    position: absolute;
    top: 0;
    right: -355px; /*a bit more for box shadow overflow*/
    width: 350px;
    height: 100%;
    background: var(--rz-base-background-color, #fff);
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1129;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

    .cps-sidebar.active[b-ns6iezuzo4] {
        right: 0;
    }

.cps-header[b-ns6iezuzo4] {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--rz-border-color);
}

.cps-content[b-ns6iezuzo4] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cps-item[b-ns6iezuzo4] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: .875rem;
}

.cps-footer[b-ns6iezuzo4] {
    padding: 1rem;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    border-top: 1px solid var(--rz-border-color);
}
/* /Shared/Public/DataGrid/LightTable.razor.rz.scp.css */
/* This targets the wrapping div we added in the .razor file */
.light-table-wrapper[b-kdlhyrsu13]  .rz-data-grid {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: white !important;
}

/* 1. RESET BORDERS AND SPACING */
.light-table-wrapper[b-kdlhyrsu13]  .rz-grid-table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

/* 2. OVERRIDE THE BUBBLE ROWS */
.light-table-wrapper[b-kdlhyrsu13]  .rz-data-row {
    background: white !important;
    box-shadow: none !important; /* Kills the global shadow */
    border-radius: 0 !important;
}

    /* 3. KILL THE ROUNDED CORNERS (Specificity fix) */
    .light-table-wrapper[b-kdlhyrsu13]  .rz-data-row td:first-child,
    .light-table-wrapper[b-kdlhyrsu13]  .rz-grid-table thead th:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .light-table-wrapper[b-kdlhyrsu13]  .rz-data-row td:last-child,
    .light-table-wrapper[b-kdlhyrsu13]  .rz-grid-table thead th:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

/* 4. THE HEADER (Flat line style) */
.light-table-wrapper[b-kdlhyrsu13]  .rz-grid-table thead tr {
    background: white !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #333 !important; /* The dark underline */
}

/* 5. TEXT & PADDING */
.light-table-wrapper[b-kdlhyrsu13]  .rz-data-row td {
    padding: 10px 8px !important;
    border: none !important;
}

.light-table-wrapper[b-kdlhyrsu13]  .rz-column-title {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

/* Vertical line reset if they exist */
.light-table-wrapper[b-kdlhyrsu13]  th div span:first-child {
    border-left: none !important;
}
/* /Shared/Public/FilterSideBar.razor.rz.scp.css */


.fsb-banner[b-a0t9mq1e5f] {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    width: auto; 
    flex-wrap: nowrap; 
    align-items: center;
}

.fsb-topRow[b-a0t9mq1e5f] {
    width: 100%;
    display: flex;
}

.fsb-bannerLeft[b-a0t9mq1e5f] {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-wrap: wrap;
    gap: 4px;
}

.fsb-bannerRight[b-a0t9mq1e5f] {
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
}
.fsb-pinned-item[b-a0t9mq1e5f]{
    margin-right:1em;
}
.fsb-pinnedFilters[b-a0t9mq1e5f] {
    display: flex;
    align-items: center;
    gap: 2em;
}

.fsb-chipHolder[b-a0t9mq1e5f] {
    height: 2em;
}
/* Overlay Backdrop */
.fsb-overlay[b-a0t9mq1e5f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 1118;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

    .fsb-overlay.active[b-a0t9mq1e5f] {
        opacity: 1;
        visibility: visible;
    }

/* Sidebar Drawer */
.fsb-sidebar[b-a0t9mq1e5f] {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: var(--rz-base-background-color, #fff);
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1129;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

    .fsb-sidebar.active[b-a0t9mq1e5f] {
        right: 0;
    }

/* Layout */
.fsb-header[b-a0t9mq1e5f] {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fsb-content[b-a0t9mq1e5f] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.fsb-footer[b-a0t9mq1e5f] {
    padding: 1rem;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.fsb-item[b-a0t9mq1e5f] {
    margin-bottom: 1.5rem;
}

.fsb-separator[b-a0t9mq1e5f] {
    border: none;
    border-top:   none;
    margin: 2rem 0 ;
}

.fsb-category-label[b-a0t9mq1e5f] {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--rz-text-secondary-color, #6c757d);
    margin-bottom: 0.75rem;
    text-align: center;
}

.fsb-item[b-a0t9mq1e5f]  .rz-calendar,
.fsb-item[b-a0t9mq1e5f]  .rz-datepicker {
    background-color: #F7F8F8 !important; 
    color: var(--rz-input-value-color);
}

/*.fsb-item ::deep .rz-calendar:hover,
.fsb-item ::deep .rz-datepicker:hover {
    border-color: var(--rz-primary, #3d6fb8);
}
    */

    .fsb-item[b-a0t9mq1e5f]  .rz-calendar .rz-inputtext,
    .fsb-item[b-a0t9mq1e5f]  .rz-datepicker .rz-inputtext {
        background-color: #F7F8F8 !important;
    }
/*
.fsb-item ::deep .rz-calendar .rz-calendar-button,
.fsb-item ::deep .rz-calendar .rz-datepicker-trigger,
.fsb-item ::deep .rz-datepicker .rz-calendar-button,
.fsb-item ::deep .rz-datepicker .rz-datepicker-trigger {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 16px 16px 0;
    color: var(--rz-text-secondary-color, #6c757d);
    cursor: pointer;
    height: 32px;
}*/
/* /Shared/Public/SlidingTabs.razor.rz.scp.css */
.tabs-container[b-ecclfldp3g] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

/* The Segmented Bar */
.tabs-header-track[b-ecclfldp3g] {
    position: relative;
    display: flex;
    align-items: center;
    background: #E2E8F0; /* Track color */
    border-radius: 30px; /* Pill shape */
    padding: 4px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.tabs-btn[b-ecclfldp3g] {
    flex: 1;
    position: relative;
    z-index: 2; /* Ensure text is above the selector */
    background: none;
    border: none;
    padding: 10px 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: #64748b;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .tabs-btn.active[b-ecclfldp3g] {
        color: #ffffff;
    }

/* The Sliding Pill */
.tabs-selector[b-ecclfldp3g] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    background: var(--rz-primary); /* Highlight color */
    border-radius: 26px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}


/* Content Viewport */
.tabs-viewport[b-ecclfldp3g] {
    width: 100%;
    overflow-x: hidden; /* Clips the sliding panes horizontally */
    overflow-y: auto; /* Allows vertical scrolling if a tab has a lot of content */
}

.tabs-content-track[b-ecclfldp3g] {
    display: flex;
    width: 100%; /* Anchors the track width to the viewport */
    flex-wrap: nowrap; /* CRITICAL: Forces children to stay in a single horizontal line */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

