/* /Clients/Actions/Components/ClientBillingAdminManager.razor.rz.scp.css */
/* ========================================
   MAIN CONTAINER & LAYOUT
   ======================================== */

.billing-admin-container[b-fhv2v5oahg] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem;
}

.header-section[b-fhv2v5oahg] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* ========================================
   STRATEGY SECTION
   ======================================== */

.strategy-section[b-fhv2v5oahg] {
    border-left: 4px solid #a4aba9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    padding: 1rem;
}

.strategy-section:hover[b-fhv2v5oahg] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.strategy-section .card[b-fhv2v5oahg] {
    border: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.strategy-section .card:hover[b-fhv2v5oahg] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.strategy-section .card-header[b-fhv2v5oahg] {
    border-bottom: 2px solid #dee2e6;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.strategy-summary .badge[b-fhv2v5oahg] {
    font-size: 0.75rem;
}

/* ========================================
   PRODUCT SECTION
   ======================================== */

.product-section[b-fhv2v5oahg] {
    background: #fff;
    transition: background-color 0.2s ease;
}

.product-section:hover[b-fhv2v5oahg] {
    background: #f8f9fa;
}

.product-section:last-child[b-fhv2v5oahg] {
    border-bottom: none !important;
}

.product-header[b-fhv2v5oahg] {
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}

.product-meta .badge[b-fhv2v5oahg] {
    font-size: 0.7rem;
}

/* ========================================
   BUDGET & SUMMARY
   ======================================== */

.budget-summary[b-fhv2v5oahg] {
    text-align: right;
}

.current-budget .fs-5[b-fhv2v5oahg] {
    font-size: 1.1rem !important;
}

/* ========================================
   TABLE STYLES
   ======================================== */

.table th[b-fhv2v5oahg] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #343a40 !important;
    color: white;
    border-color: #454d55;
}

.table td[b-fhv2v5oahg] {
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding: 1rem 0.75rem;
}

/* ========================================
   ROW STATES & INTERACTIONS
   ======================================== */

.period-row[b-fhv2v5oahg] {
    transition: background-color 0.2s ease;
}

.period-row:hover[b-fhv2v5oahg] {
    background-color: rgba(0,123,255,0.05) !important;
}

.row-active[b-fhv2v5oahg] {
    background-color: rgba(25, 135, 84, 0.1);
    border-left: 4px solid #198754;
}

.row-completed[b-fhv2v5oahg] {
    background-color: rgba(108, 117, 125, 0.1);
    border-left: 4px solid #6c757d;
}

.row-pending[b-fhv2v5oahg] {
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
}

/* ========================================
   FORM CONTROLS & INPUTS
   ======================================== */

.form-control:focus[b-fhv2v5oahg],
.form-control-sm:focus[b-fhv2v5oahg] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.input-group-text[b-fhv2v5oahg] {
    background-color: #f8f9fa;
    border-color: #ced4da;
    font-weight: 600;
}

.date-range[b-fhv2v5oahg] {
    min-width: 180px;
}

.date-range .form-control-sm[b-fhv2v5oahg] {
    font-size: 0.8rem;
}

.final-amount[b-fhv2v5oahg] {
    min-width: 120px;
}

/* ========================================
   STATUS RADIO GROUP
   ======================================== */

.status-radio-group[b-fhv2v5oahg] {
    min-width: 200px;
}

.status-radio-group .form-check[b-fhv2v5oahg] {
    margin-bottom: 0;
}

.status-radio-group .form-check-input[b-fhv2v5oahg] {
    margin-top: 0.125rem;
}

.status-radio-group .form-check-label[b-fhv2v5oahg] {
    margin-left: 0.25rem;
    cursor: pointer;
}

/* ========================================
   BUTTONS & BADGES
   ======================================== */

.btn-group-sm .btn[b-fhv2v5oahg] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.badge[b-fhv2v5oahg] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}
/* /Clients/Actions/Components/MyProductsGrid.razor.rz.scp.css */
.strategy-name-container[b-7xhpykv5sr] {
    min-height: 30px;
}

.strategy-name-display[b-7xhpykv5sr] {
    transition: background-color 0.2s ease;
    padding: 2px 4px;
    border-radius: 3px;
}

.strategy-name-display:hover[b-7xhpykv5sr] {
    background-color: #f8f9fa;
}

.strategy-name-display .fa-edit[b-7xhpykv5sr] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.strategy-name-display:hover .fa-edit[b-7xhpykv5sr] {
    opacity: 1;
}

.strategy-name-container .input-group[b-7xhpykv5sr] {
    max-width: 300px;
}
/* /Clients/BusinessUnitClients/Components/BusinessUnitClientActionDropdown.razor.rz.scp.css */
.dropdown-submenu[b-ia2ldk28c5] {
    position: relative;
}

.dropdown-submenu .dropdown-menu[b-ia2ldk28c5] {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 320px;
    max-width: 380px;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0.375rem;
    display: none;
    z-index: 1001;
}

.dropdown-submenu:hover .dropdown-menu[b-ia2ldk28c5] {
    display: block !important;
}

/* Enhanced hover states for submenu and header interaction */
.dropdown-submenu:hover .dropdown-header[b-ia2ldk28c5],
.dropdown-submenu .dropdown-menu:hover ~ .dropdown-header[b-ia2ldk28c5] {
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-800);
}

.dropdown-submenu .dropdown-item[b-ia2ldk28c5] {
    padding: 0.75rem 1rem;
    white-space: normal;
    line-height: 1.3;
}

.dropdown-submenu .dropdown-item:hover[b-ia2ldk28c5] {
    background-color: rgba(108, 117, 125, .3);
}

.dropdown-submenu .dropdown-item.disabled[b-ia2ldk28c5] {
    opacity: 0.5;
    pointer-events: none;
}

/* Business Unit Client Details Styling */
.buc-details-container[b-ia2ldk28c5] {
    width: 100%;
}

/* Inactive business unit client styling */
.dropdown-submenu .dropdown-item.inactive-item[b-ia2ldk28c5] {
    opacity: 0.7;
}

.dropdown-submenu .dropdown-item.inactive-item:hover[b-ia2ldk28c5] {
    opacity: 0.9;
    background-color: rgba(108, 117, 125, .2);
}

/* Inactive section header styling */
.dropdown-submenu .dropdown-header[b-ia2ldk28c5] {
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Dropdown header styling for non-clickable items */
.dropdown-item-text.dropdown-header[b-ia2ldk28c5] {
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: var(--bs-gray-700);
    background-color: var(--bs-gray-100);
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.15s ease-in-out;
}

.buc-header[b-ia2ldk28c5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.buc-name[b-ia2ldk28c5] {
    flex-grow: 1;
    margin-right: 0.5rem;
    color: var(--bs-dropdown-link-color);
    font-size: 0.9rem;
}

.buc-badges[b-ia2ldk28c5] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

/* Ensure submenu doesn't cause parent dropdown to close */
.dropdown-submenu .dropdown-menu:hover[b-ia2ldk28c5] {
    display: block !important;
}

/* Improved hover states */
.dropdown-submenu .dropdown-item:hover .buc-name[b-ia2ldk28c5] {
    color: var(--bs-dropdown-link-hover-color);
}

/* Responsive adjustments for smaller screens */
.dropdown-submenu .dropdown-menu[b-ia2ldk28c5] {
    max-height: 400px;
    overflow-y: auto;
}
/* /Clients/Forecasting/Components/ForecastManager.razor.rz.scp.css */
.forecast-manager[b-r5wyspo6hn] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.layer-header[b-r5wyspo6hn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.layer-header h4[b-r5wyspo6hn] {
    margin: 0;
}

.layer-body[b-r5wyspo6hn] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.tab-content[b-r5wyspo6hn] {
    padding-top: 1rem;
}

.font-monospace[b-r5wyspo6hn] {
    font-family: 'Courier New', monospace;
}

.badge-xs[b-r5wyspo6hn] {
    font-size: 0.75rem;
}
/* /Manage/CloudTheoryPrograms/Components/ProgramForm.razor.rz.scp.css */
.business-units-container[b-v8zfl4abpn] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
}
/* /Manage/FinanceAccountRecords/Components/LinkLegacyFARSliderContent.razor.rz.scp.css */
/* Add table cell border styling for all four sides */
body .bordered-table th[b-173gq10nuq], .bordered-table td[b-173gq10nuq] {
    border: 1px solid #ccc;
    padding: 8px;
}

.bordered-table[b-173gq10nuq] {
    border-collapse: collapse;
    width: 100%;
}
/* /Manage/MasterProducts/Components/DealerMarginBulkUpload.razor.rz.scp.css */
.dealer-margin-bulk-upload[b-31a8lr0olx] {
    max-width: 1200px;
    margin: 0 auto;
}

.file-upload-area[b-31a8lr0olx] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background-color: #f8f9fa;
}

.file-upload-area:hover[b-31a8lr0olx] {
    border-color: #adb5bd;
    background-color: #e9ecef;
}

.upload-instructions[b-31a8lr0olx] {
    max-width: 600px;
    margin: 0 auto;
}

.preview-section[b-31a8lr0olx] {
    max-height: 600px;
    overflow-y: auto;
}

.summary-info .card[b-31a8lr0olx] {
    border-width: 2px;
}
/* /Ops/Billing/Components/AuditAssignedSalesPeoplePage.razor.rz.scp.css */
/* AuditAssignedSalesPeoplePage Styles */

.audit-sales-people-container[b-g4c5u8ui1h] {
    min-height: 100vh;
}

.audit-sales-people-table[b-g4c5u8ui1h] {
    font-size: 0.9rem;
}

.audit-sales-people-table th[b-g4c5u8ui1h] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

.audit-sales-people-table td[b-g4c5u8ui1h] {
    vertical-align: middle;
}

.dealer-id-cell[b-g4c5u8ui1h] {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
}

.action-buttons .btn[b-g4c5u8ui1h] {
    margin-right: 0.25rem;
}

.action-buttons .btn:last-child[b-g4c5u8ui1h] {
    margin-right: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .audit-sales-people-table[b-g4c5u8ui1h] {
        font-size: 0.8rem;
    }
    
    .action-buttons .btn[b-g4c5u8ui1h] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
}
/* /Ops/Billing/Components/AuditFARsPage.razor.rz.scp.css */
.reporting-suite-container[b-pse4cwhrj9] {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.4;
}

.reporting-suite-container strong[b-pse4cwhrj9] {
    color: #0066cc;
    font-weight: bold;
}

.reporting-suite-container br[b-pse4cwhrj9] {
    line-height: 0.5;
}

#contentContainer-wrapper[b-pse4cwhrj9] { 
    overflow: hidden; 
}
/* /Ops/Billing/Components/BillingPage.razor.rz.scp.css */
/* Modern Billing Page Styles */

/* Card hover effects */
.card[b-58tbybu60d] {
    transition: all 0.3s ease;
}

.card:hover[b-58tbybu60d] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Header gradient backgrounds */
.card-header.bg-primary[b-58tbybu60d] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}

.card-header.bg-secondary[b-58tbybu60d] {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important;
}

.card-header.bg-info[b-58tbybu60d] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
}

.card-header.bg-warning[b-58tbybu60d] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
}

.card-header.bg-success[b-58tbybu60d] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
}

.card-header.bg-danger[b-58tbybu60d] {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%) !important;
}

/* Icon containers */
.bg-light.rounded-circle[b-58tbybu60d] {
    transition: all 0.3s ease;
}

.card:hover .bg-light.rounded-circle[b-58tbybu60d] {
    transform: scale(1.1);
}

/* Button enhancements */
.btn[b-58tbybu60d] {
    transition: all 0.2s ease;
    border-radius: 8px;
    font-weight: 500;
}

.btn:hover[b-58tbybu60d] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Status badges */
.badge[b-58tbybu60d] {
    font-size: 0.75em;
    padding: 0.5em 0.75em;
    border-radius: 6px;
    font-weight: 500;
}

/* Billing action rows */
.border-bottom:last-child[b-58tbybu60d] {
    border-bottom: none !important;
}

/* Responsive button groups */
@media (max-width: 768px) {
    .btn-group[b-58tbybu60d] {
        display: flex;
        flex-direction: column;
    }
    
    .btn-group .btn[b-58tbybu60d] {
        border-radius: 8px !important;
        margin-bottom: 0.25rem;
    }
    
    .btn-group .btn:last-child[b-58tbybu60d] {
        margin-bottom: 0;
    }
}

/* Loading states */
.disable-onclick:disabled[b-58tbybu60d] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Enhanced spacing for billing actions */
.billing-actions-row[b-58tbybu60d] {
    padding: 1.5rem 1rem;
}

.billing-actions-row:not(:last-child)[b-58tbybu60d] {
    border-bottom: 1px solid #dee2e6;
}

/* Period card special styling */
.period-info[b-58tbybu60d] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

/* Status indicators */
.status-indicator[b-58tbybu60d] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

.status-indicator.success[b-58tbybu60d] {
    background-color: #28a745;
}

.status-indicator.warning[b-58tbybu60d] {
    background-color: #ffc107;
}

.status-indicator.danger[b-58tbybu60d] {
    background-color: #dc3545;
}

.status-indicator.secondary[b-58tbybu60d] {
    background-color: #6c757d;
}

/* Animation for page load */
@keyframes fadeInUp-b-58tbybu60d {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card[b-58tbybu60d] {
    animation: fadeInUp-b-58tbybu60d 0.6s ease-out;
}

.card:nth-child(1)[b-58tbybu60d] { animation-delay: 0.1s; }
.card:nth-child(2)[b-58tbybu60d] { animation-delay: 0.2s; }
.card:nth-child(3)[b-58tbybu60d] { animation-delay: 0.3s; }
.card:nth-child(4)[b-58tbybu60d] { animation-delay: 0.4s; }

/* Enhanced table-like layout for billing actions */
.billing-file-row[b-58tbybu60d] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.billing-file-row:last-child[b-58tbybu60d] {
    border-bottom: none;
}

@media (max-width: 992px) {
    .billing-file-row[b-58tbybu60d] {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }
}

/* Enhanced form styling */
.form-floating > .form-control[b-58tbybu60d] {
    border-radius: 8px;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.form-floating > .form-control:focus[b-58tbybu60d] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* /Shared/Account/Components/Pages/SendCode.razor.rz.scp.css */
body[b-lzlyfzdh9b] {
}
/* /Shared/Account/Components/Pages/VerifyPhoneNumber.razor.rz.scp.css */
body[b-pra15z31zg] {
}
/* /Shared/Charts/Components/ReusableDonutChart.razor.rz.scp.css */
/* Flex layout for chart and custom legend */
.donut-chart-legend-flex[b-07inyx1e4g] {
    display: flex;
    flex-direction: row;
    align-items: center; /* Center legend vertically with chart */
    gap: 24px;
}

.donut-chart-container[b-07inyx1e4g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0;
}

/* Style the built-in Telerik ChartTitle */
.k-chart-title[b-07inyx1e4g] {
    font-size: 1.13rem !important;
    font-weight: 600 !important;
    color: #23272f !important;
    margin-top: 0 !important;
    margin-bottom: -8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    text-align: center !important;
    width: 100%;
}

/* Remove top margin/padding from Telerik chart to bring it closer to the title */
.donut-chart-container .k-chart[b-07inyx1e4g],
.donut-chart-container .telerik-blazor.k-chart[b-07inyx1e4g] {
    --kendo-chart-computed-title-height: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.donut-chart-container .k-chart > svg[b-07inyx1e4g] {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.donut-chart-container .k-chart > div[b-07inyx1e4g] {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.donut-chart-container .k-chart-title[b-07inyx1e4g] {
    /* No need to hide, now used for title */
}

.donut-chart-container .k-chart > *[b-07inyx1e4g] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.custom-donut-legend[b-07inyx1e4g] {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-top: 0; /* Move legend closer to chart */
}

.custom-legend-dot[b-07inyx1e4g] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.no-bullets[b-07inyx1e4g] {
    list-style-type: none;
    padding-left: 0;
}
/* /Shared/Charts/Components/ReusableFilledLineChart.razor.rz.scp.css */
.chart-title[b-nys21m43on] {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    margin-left: 0;
    text-align: left;
    gap: 0.7rem;
}

.chart-title-icon[b-nys21m43on] {
    font-size: 2rem;
    margin-right: 0.5rem;
    color: #3b5998;
    display: flex;
    align-items: center;
}
/* /Shared/Charts/Components/ReusableLineChart.razor.rz.scp.css */
.line-chart-header[b-6kkx83x8i5] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
}

.line-chart-title-group[b-6kkx83x8i5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

.line-chart-legend-group[b-6kkx83x8i5] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 32px;
    font-size: 1.1rem;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 2px;
    width: 100%;
}

.line-chart-legend-item[b-6kkx83x8i5] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.legend-dot[b-6kkx83x8i5] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.legend-dot-blue[b-6kkx83x8i5] {
    background: #2563eb;
}

.legend-dot-red[b-6kkx83x8i5] {
    background: #ef4444;
}

.legend-dot-green[b-6kkx83x8i5] {
    background: #22c55e;
}

.legend-bold[b-6kkx83x8i5] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-left: 2px;
    margin-right: 16px;
}

.legend-badge[b-6kkx83x8i5] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    margin-left: 6px;
    vertical-align: middle;
}

.legend-badge-red[b-6kkx83x8i5] {
    background: #fee2e2;
    color: #b91c1c;
}

.legend-badge-green[b-6kkx83x8i5] {
    background: #d1fae5;
    color: #065f46;
}

.main-title[b-6kkx83x8i5] {
    font-size: 2.25rem;
    font-weight: 600;
    color: #222b45;
    letter-spacing: -1px;
    margin-bottom: 0;
    line-height: 1.1;
}

.subtitle[b-6kkx83x8i5] {
    font-size: 1.15rem;
    color: #7b8190;
    margin-top: 4px;
    font-weight: 400;
    line-height: 1.3;
}
/* /Shared/EntitySettings/Components/EntitySettingsEditor.razor.rz.scp.css */
.entity-settings-editor[b-ydarms12dt] {
    min-height: 400px;
}

.card[b-ydarms12dt] {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header[b-ydarms12dt] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.form-label[b-ydarms12dt] {
    font-weight: 600;
    color: #495057;
}

.form-control:focus[b-ydarms12dt], .form-select:focus[b-ydarms12dt] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.alert[b-ydarms12dt] {
    border: none;
    border-radius: 8px;
}

.btn[b-ydarms12dt] {
    border-radius: 6px;
}

.form-check-input:focus[b-ydarms12dt] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
/* /Shared/RangeSliders/Components/NumberRangeSlider.razor.rz.scp.css */
.range-slider-container[b-yvn1g5bjvf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.range-value-display[b-yvn1g5bjvf] {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.25rem;
}

.custom-range-slider .k-draghandle[b-yvn1g5bjvf] {
    background-color: #fff;
    border: 3px solid #1976d2;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
    width: 28px;
    height: 28px;
    top: -12px;
    transition: border 0.2s, box-shadow 0.2s;
}

.custom-range-slider .k-draghandle.k-state-focused[b-yvn1g5bjvf],
.custom-range-slider .k-draghandle.k-state-active[b-yvn1g5bjvf] {
    border: 3px solid #1565c0;
    box-shadow: 0 0 0 4px rgba(25, 118, 210, 0.15);
}

.custom-range-slider .k-slider-track[b-yvn1g5bjvf] {
    background-color: #e3e7ee;
    height: 8px;
}

.custom-range-slider .k-slider-selection[b-yvn1g5bjvf] {
    background-color: #1976d2;
    height: 8px;
}

.custom-range-slider .k-slider-tick[b-yvn1g5bjvf] {
    color: #8a94a6;
}

.custom-range-slider .k-slider-label[b-yvn1g5bjvf] {
    color: #8a94a6;
    font-size: 1.1em;
    font-weight: 500;
}
/* /Shared/Widgets/Components/BigNumberWidget.razor.rz.scp.css */
.big-number-widget[b-gequpw4k6c] {
    padding: 1rem;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 220px;
}

.title[b-gequpw4k6c] {
    font-size: 1rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.title-icon[b-gequpw4k6c] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.value-row[b-gequpw4k6c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.value[b-gequpw4k6c] {
    font-size: 2rem;
    font-weight: bold;
}

.change-indicator[b-gequpw4k6c] {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
}

.change-indicator .icon[b-gequpw4k6c] {
    margin-right: 0.25rem;
}

.positive[b-gequpw4k6c] {
    background-color: #E6F9F0; /* light green */
    color: #1E7E34; /* dark green text */
}

.negative[b-gequpw4k6c] {
    background-color: #FDECEC; /* light red */
    color: #C82333; /* dark red text */
}

.off-indicator[b-gequpw4k6c] {
    background-color: #F0F0F0;
    color: #333;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 0.5rem;
}
