@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* /Components/DataGrid/DataGrid.razor.rz.scp.css */
.vt-toolbar[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .5rem;
    margin-top: 2px
}

.vt-left[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-left: 5px
}

.vt-right[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    gap: .5rem;
    position: relative;
    margin-right: 5px
}

.vt-search-wrap[b-fdkw65kpnw] {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 280px;
    max-width: 420px;
    width: 32vw
}

.vt-search[b-fdkw65kpnw] {
    padding: .45rem .9rem .45rem 2.0rem;
    border: 1px solid #cfd4dc;
    border-radius: 20px;
    width: 100%;
    outline: none
}

    .vt-search:focus[b-fdkw65kpnw] {
        border-color: var(--mud-palette-primary)
    }

.vt-search-icon[b-fdkw65kpnw] {
    position: absolute;
    left: .6rem;
    color: #6b7280;
    display: inline-flex;
    align-items: center
}

.vt-search-clear[b-fdkw65kpnw] {
    position: absolute;
    right: .35rem;
    background: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    border-radius: 6px;
    padding: .15rem
}

    .vt-search-clear:hover[b-fdkw65kpnw] {
        background: #f1f3f5
    }

.vt-btn[b-fdkw65kpnw] {
    padding: .35rem .6rem;
    border: 1px solid var(--mud-palette-primary);
    background: #fff;
    color: var(--mud-palette-primary);
    border-radius: 6px;
    cursor: pointer
}

    .vt-btn:hover[b-fdkw65kpnw] {
        background: color-mix(in srgb,var(--mud-palette-primary) 10%,#fff)
    }

    .vt-btn.small[b-fdkw65kpnw] {
        padding: .25rem .5rem;
        font-size: .85rem
    }

    .vt-btn.link[b-fdkw65kpnw] {
        background: transparent;
        border-color: transparent;
        color: var(--mud-palette-primary)
    }

.vt-columns-menu[b-fdkw65kpnw] {
    position: absolute;
    top: 2.2rem;
    right: 0;
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    padding: .25rem .25rem .5rem .25rem;
    min-width: 240px;
    z-index: 10
}

.vt-menu-header[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .6rem;
    border-bottom: 1px solid #f0f2f5
}

.vt-menu-title[b-fdkw65kpnw] {
    font-weight: 600;
    color: #111827
}

.vt-icon-btn[b-fdkw65kpnw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
    border-radius: 8px;
    cursor: pointer
}

    .vt-icon-btn:hover[b-fdkw65kpnw] {
        background: color-mix(in srgb,var(--mud-palette-primary) 10%,#fff)
    }

.vt-menu-body[b-fdkw65kpnw] {
    max-height: 50vh;
    overflow: auto;
    padding: .25rem
}

.vt-col-option[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .45rem;
    border-radius: 8px
}

    .vt-col-option:hover[b-fdkw65kpnw] {
        background: #f7f7f8
    }

.vt-table[b-fdkw65kpnw] {
    position: relative;
    overflow: hidden;
    background: #fff
}

.vt-scroll[b-fdkw65kpnw] {
    overflow: auto;
    scrollbar-gutter: stable both-edges;
    position: relative
}

.vt-header[b-fdkw65kpnw] {
    display: grid;
    grid-template-columns: var(--vt-cols);
    position: sticky;
    top: 0;
    z-index: 2;
    background: color-mix(in srgb,var(--mud-palette-primary) 10%, white);
    width: fit-content;
    min-width: 100%
}

.vt-th[b-fdkw65kpnw] {
    padding: .6rem .8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .25rem;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.15;
    min-width: 0;
    background-color: color-mix(in srgb, var(--mud-palette-primary) 10%, white);
}

    .vt-th span[b-fdkw65kpnw] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
        min-width: 0;
        flex: 1 1 0
    }

    .vt-th .vt-sort[b-fdkw65kpnw] {
        align-self: flex-start;
        margin-top: 2px;
        flex: 0 0 auto
    }

.vt-sort[b-fdkw65kpnw] {
    opacity: .8
}

.vt-sort-hint[b-fdkw65kpnw] {
    opacity: 0;
    transition: opacity .15s ease
}

.vt-th:hover .vt-sort-hint[b-fdkw65kpnw] {
    opacity: .4
}

.vt-body[b-fdkw65kpnw] {
    display: block;
    overflow: visible;
    min-height: 0;
    width: fit-content;
    min-width: 100%
}

.vt-row[b-fdkw65kpnw] {
    display: grid;
    grid-template-columns: var(--vt-cols);
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    min-height: 36px;
    cursor: pointer;
    transition: all .2s ease;
    width: fit-content;
    min-width: 100%
}

.vt-content-row[b-fdkw65kpnw] {
    animation: vt-content-fade-in-b-fdkw65kpnw .4s ease-out
}

.vt-row:nth-child(odd)[b-fdkw65kpnw] {
    background: #fcfcfd
}

.vt-row:hover[b-fdkw65kpnw] {
    background: color-mix(in srgb,var(--mud-palette-primary) 8%, white);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05)
}

.vt-row-link[b-fdkw65kpnw] {
    color: inherit;
    text-decoration: none
}

    .vt-row-link:visited[b-fdkw65kpnw] {
        color: inherit
    }

@keyframes vt-content-fade-in-b-fdkw65kpnw {
    from {
        opacity: 0;
        transform: translateY(4px)
    }

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

.vt-td[b-fdkw65kpnw] {
    padding: .6rem .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .vt-td.num[b-fdkw65kpnw] {
        text-align: right
    }

    .vt-td.date[b-fdkw65kpnw] {
        color: #374151
    }

.vt-no-data[b-fdkw65kpnw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
    text-align: center
}

.vt-no-data-content[b-fdkw65kpnw] {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

.vt-no-data-icon[b-fdkw65kpnw] {
    color: #9ca3af;
    opacity: .7;
    margin-bottom: .5rem
}

.vt-no-data-message h3[b-fdkw65kpnw] {
    margin: 0 0 .5rem 0;
    color: #374151;
    font-size: 1.25rem;
    font-weight: 600
}

.vt-no-data-message p[b-fdkw65kpnw] {
    margin: 0;
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.5
}

.vt-progress-line[b-fdkw65kpnw] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg,transparent,var(--mud-palette-primary),transparent);
    background-size: 200% 100%;
    animation: vt-slide-b-fdkw65kpnw 1.1s linear infinite;
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    transform: translateZ(0);
    will-change: background-position;
}

@keyframes vt-slide-b-fdkw65kpnw {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.vt-overlay[b-fdkw65kpnw] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 5
}

.vt-skeleton[b-fdkw65kpnw] {
    opacity: .7;
    background: transparent;
    animation: vt-skeleton-fade-in-b-fdkw65kpnw .3s ease-out
}

.vt-skeleton-line[b-fdkw65kpnw] {
    height: 16px;
    background: linear-gradient(110deg,#f0f2f5 8%,#e6e8eb 18%,#f0f2f5 33%);
    background-size: 200% 100%;
    animation: vt-skeleton-wave-b-fdkw65kpnw 1.8s ease-in-out infinite;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

    .vt-skeleton-line[b-fdkw65kpnw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);
        animation: vt-skeleton-shimmer-b-fdkw65kpnw 2.5s ease-in-out infinite
    }

.vt-skeleton-multiline[b-fdkw65kpnw] {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.vt-skeleton:nth-child(1) .vt-skeleton-line[b-fdkw65kpnw] {
    animation-delay: 0ms
}

.vt-skeleton:nth-child(2) .vt-skeleton-line[b-fdkw65kpnw] {
    animation-delay: 150ms
}

.vt-skeleton:nth-child(3) .vt-skeleton-line[b-fdkw65kpnw] {
    animation-delay: 450ms
}

.vt-skeleton:nth-child(4) .vt-skeleton-line[b-fdkw65kpnw] {
    animation-delay: 450ms
}

.vt-skeleton:nth-child(5) .vt-skeleton-line[b-fdkw65kpnw] {
    animation-delay: 600ms
}

@keyframes vt-skeleton-wave-b-fdkw65kpnw {
    0% {
        background-position: -200% 0;
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(1px)
    }

    100% {
        background-position: 200% 0;
        transform: translateX(0)
    }
}

@keyframes vt-skeleton-shimmer-b-fdkw65kpnw {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}

@keyframes vt-skeleton-fade-in-b-fdkw65kpnw {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: .7;
        transform: translateY(0)
    }
}
/* /Components/Input/CustomDatePicker.razor.rz.scp.css */
.datepicker-overlay[b-0wfzfhdp1u] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    cursor: default;
}

.debounced-datepicker-container[b-0wfzfhdp1u] {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* /Components/Pricing/DynamicPricingGrid.razor.rz.scp.css */
.pricing-compact[b-coudub6ht6] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
}

.header[b-coudub6ht6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e7eb;
}

.header-left[b-coudub6ht6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.compact-btn[b-coudub6ht6] {
    height: 30px;
    padding: 0 12px;
    text-transform: none;
    font-size: 13px;
    border-radius: 6px;
}

/* Dimension chips */
.dimensions-chips[b-coudub6ht6] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.dim-chip[b-coudub6ht6] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px 5px 10px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: all 0.15s;
}

.dim-chip:hover[b-coudub6ht6] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chip-num[b-coudub6ht6] {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.5px;
}

.chip-select[b-coudub6ht6]  .mud-input-root {
    margin: 0 !important;
}

.chip-select[b-coudub6ht6]  .mud-select {
    min-width: 130px;
    font-size: 13px;
    font-weight: 500;
}

.chip-select[b-coudub6ht6]  .mud-input-slot {
    padding: 0 4px;
}

.chip-autocomplete[b-coudub6ht6]  .mud-input-root {
    margin: 0 !important;
}

.chip-remove[b-coudub6ht6] {
    width: 24px;
    height: 24px;
    padding: 0;
    color: #6b7280;
}

.chip-remove:hover[b-coudub6ht6] {
    background: #fee2e2 !important;
    color: #dc2626 !important;
}

/* Grid area */
.grid-area[b-coudub6ht6] {
    padding: 14px;
}

.grid-compact[b-coudub6ht6] {
    max-height: 600px;
    overflow: auto;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.grid-compact table[b-coudub6ht6] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
}

.grid-compact th[b-coudub6ht6] {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 6px 8px;
    background: #f8f9fa;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #e5e7eb;
    font-weight: 600;
    font-size: 11px;
    color: #374151;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.grid-compact th:first-child[b-coudub6ht6] {
    position: sticky;
    left: 0;
    z-index: 15;
}

.grid-compact td[b-coudub6ht6] {
    padding: 4px 6px;
    border-bottom: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
    vertical-align: middle;
    text-align:center !important;
}

.grid-compact td:first-child[b-coudub6ht6] {
    position: sticky;
    left: 0;
    background: white;
    z-index: 5;
    font-weight: 500;
    color: #374151;
    font-size: 12px;
}

.grid-compact tbody tr:hover[b-coudub6ht6] {
    background: #f9fafb;
}

.grid-compact tbody tr:hover td:first-child[b-coudub6ht6] {
    background: #f9fafb;
}

.grid-compact tfoot td[b-coudub6ht6] {
    padding: 6px 8px;
    border-top: 1px solid #d1d5db;
    background: #fafafa;
}

/* Axis cells */
.axis-cell[b-coudub6ht6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    min-height: 26px;
    padding: 2px 4px;
}

.axis-label[b-coudub6ht6] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.axis-label-error[b-coudub6ht6] {
    color: var(--mud-palette-error);
    display: flex;
    align-items: center;
}

.axis-edit-field[b-coudub6ht6] {
    flex: 1;
    min-width: 100px;
    max-width: 120px;
}

.axis-edit-field[b-coudub6ht6]  .mud-input-root {
    margin: 0 !important;
}

.axis-edit-field[b-coudub6ht6]  .mud-input {
    padding: 2px 6px !important;
    font-size: 12px;
}

.axis-delete-wrapper[b-coudub6ht6] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.axis-cell:hover .axis-delete-wrapper[b-coudub6ht6],
.axis-cell:focus-within .axis-delete-wrapper[b-coudub6ht6] {
    opacity: 1;
}

.axis-cell .delete-btn[b-coudub6ht6] {
    width: 20px;
    height: 20px;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
    opacity: 0.6;
    transition: all 0.2s;
}

    .axis-cell .delete-btn:hover[b-coudub6ht6] {
        opacity: 1 !important;
        transform: scale(1.15);
        background: rgba(239, 68, 68, 0.1) !important;
    }

.axis-edit-wrapper[b-coudub6ht6] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.axis-cell:hover .axis-edit-wrapper[b-coudub6ht6],
.axis-cell:focus-within .axis-edit-wrapper[b-coudub6ht6] {
    opacity: 1;
}

.axis-cell .edit-btn[b-coudub6ht6] {
    width: 16px;
    height: 16px;
    padding: 0;
    min-width: 16px;
    min-height: 16px;
    transition: all 0.2s;
}

    .axis-cell .edit-btn:hover[b-coudub6ht6] {
        opacity: 1 !important;
        transform: scale(1.15);
        background: rgba(59, 130, 246, 0.1) !important;
        color: #3b82f6 !important;
    }

/* Price cells */
.cell-wrapper[b-coudub6ht6] {
    min-width: 85px;
}

.cell-input[b-coudub6ht6]  .mud-input-root {
    margin: 0 !important;
}

.cell-input[b-coudub6ht6]  .mud-input {
    padding: 4px 6px !important;
    font-size: 12px;
    text-align: center !important;
    min-height: 26px;
}

.cell-input[b-coudub6ht6]  .mud-input-outlined {
    border-radius: 4px;
}

.cell-input[b-coudub6ht6]  .mud-input-outlined input {
    text-align: center !important;
}

.cell-input.has-error[b-coudub6ht6]  .mud-input-outlined,
.cell-input.has-error[b-coudub6ht6]  fieldset {
    border: 2px solid var(--mud-palette-error) !important;
    background-color: #fff5f5 !important;
}

.cell-input.has-error[b-coudub6ht6]  .mud-input,
.cell-input.has-error[b-coudub6ht6]  input {
    background-color: #fff5f5 !important;
    text-align: center !important;
}

/* Add row button */
.add-row-btn[b-coudub6ht6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--mud-palette-primary);
    cursor: pointer;
    transition: background 0.15s;
}

.add-row-btn:hover[b-coudub6ht6] {
    background: rgba(37, 99, 235, 0.04);
}

.add-col-header[b-coudub6ht6] {
    background: #f8f9fa;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    padding: 6px 8px;
}

/* Tabs */
.tabs-compact[b-coudub6ht6]  .mud-tabs-toolbar {
    min-height: 40px;
    background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
    border-bottom: 2px solid #e2e8f0;
    padding: 4px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tabs-compact[b-coudub6ht6]  .mud-tab {
    min-height: 32px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    border-radius: 6px 6px 0 0;
    transition: all 0.2s ease;
    color: #64748b;
    background: transparent;
    margin-right: 2px;
    position: relative;
}

.tabs-compact[b-coudub6ht6]  .mud-tab:hover {
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
}

.tabs-compact[b-coudub6ht6]  .mud-tab.mud-tab-active {
    background: white;
    color: #1e40af;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid white;
    margin-bottom: -2px;
}

.tabs-compact[b-coudub6ht6]  .mud-tab.mud-tab-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    border-radius: 6px 6px 0 0;
}

.tabs-compact[b-coudub6ht6]  .mud-tabs-panels {
    background: white;
    border-radius: 0 0 6px 6px;
}

/* Tab content with edit/delete */
.tab-content-editable[b-coudub6ht6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 4px;
    min-width: 0;
}

.tab-content-editable > span[b-coudub6ht6] {
    flex-shrink: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.tab-edit-field[b-coudub6ht6]  .mud-input-root {
    margin: 0 !important;
}

.tab-edit-field[b-coudub6ht6]  .mud-input {
    padding: 4px 8px !important;
    font-size: 12px;
    font-weight: 600;
    min-height: 28px;
}

.tab-edit-field[b-coudub6ht6]  .mud-input-outlined {
    border-radius: 4px;
}

/* Tab button visibility */
.tab-button-hidden[b-coudub6ht6] {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, width 0.2s ease;
}

.tab-content-editable:hover .tab-button-hidden[b-coudub6ht6] {
    opacity: 1;
    width: auto;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.metric-card[b-toawjuzzyd] {
    background: linear-gradient(135deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100%);
    border: 1px solid var(--mud-palette-lines);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-radius: 16px !important;
}

    .metric-card:hover[b-toawjuzzyd] {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

.metric-number[b-toawjuzzyd] {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

.metric-icon[b-toawjuzzyd] {
    background: rgba(var(--mud-palette-primary-rgb), 0.1);
    border-radius: 12px;
    padding: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-action-card[b-toawjuzzyd] {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid var(--mud-palette-lines);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: 20px !important;
    transition: all 0.3s ease;
}

    .quick-action-card:hover[b-toawjuzzyd] {
        box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }

.quick-action-btn[b-toawjuzzyd] {
    border-radius: 16px !important;
    padding: 16px 24px !important;
    transition: all 0.2s ease;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-weight: 500 !important;
    height: 60px;
}

    .quick-action-btn:hover[b-toawjuzzyd] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }

.activity-card[b-toawjuzzyd] {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid var(--mud-palette-lines);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: 20px !important;
}

.status-card[b-toawjuzzyd] {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid var(--mud-palette-lines);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: 20px !important;
}

.dashboard-header[b-toawjuzzyd] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    border-radius: 24px;
    color: white;
    margin-bottom: 2rem;
}

.animated-counter[b-toawjuzzyd] {
    animation: countUp 1s ease-out;
}

@@keyframes countUp {
    from[b-toawjuzzyd] {
        transform: scale(0.8);
        opacity: 0;
    }

    to[b-toawjuzzyd] {
        transform: scale(1);
        opacity: 1;
    }
}

.status-indicator[b-toawjuzzyd] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mud-palette-success);
    animation: pulse 2s infinite;
}

@@keyframes pulse {
    0%[b-toawjuzzyd] {
        box-shadow: 0 0 0 0 rgba(var(--mud-palette-success-rgb), 0.7);
    }

    70%[b-toawjuzzyd] {
        box-shadow: 0 0 0 10px rgba(var(--mud-palette-success-rgb), 0);
    }

    100%[b-toawjuzzyd] {
        box-shadow: 0 0 0 0 rgba(var(--mud-palette-success-rgb), 0);
    }
}
/* /Pages/Settings/Sales/PriceLevels.razor.rz.scp.css */
/* Price Level Item Styling */
[b-gzua4f2370] .price-level-item {
    border: 2px solid transparent;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    cursor: pointer;
}

/* Hover Effect */
[b-gzua4f2370] .price-level-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Selected State */
[b-gzua4f2370] .price-level-item.selected-price-level {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05) !important;
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 2px 8px rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

/* Selected State Hover */
[b-gzua4f2370] .price-level-item.selected-price-level:hover {
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 4px 16px rgba(var(--mud-palette-primary-rgb), 0.2) !important;
}

/* Chevron hover effect */
[b-gzua4f2370] .chevron-hover {
    opacity: 0;
    transition: opacity 0.2s ease;
}

[b-gzua4f2370] .price-level-item:hover .chevron-hover {
    opacity: 1;
}

/* Price Levels List Container */
[b-gzua4f2370] .price-levels-list {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    padding-right: 8px;
}

/* Scrollbar Styling */
[b-gzua4f2370] .price-levels-list::-webkit-scrollbar {
    width: 6px;
}

[b-gzua4f2370] .price-levels-list::-webkit-scrollbar-track {
    background: var(--mud-palette-background-grey);
    border-radius: 3px;
}

[b-gzua4f2370] .price-levels-list::-webkit-scrollbar-thumb {
    background: var(--mud-palette-lines-default);
    border-radius: 3px;
}

[b-gzua4f2370] .price-levels-list::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-divider);
}

/* Focus state for accessibility */
[b-gzua4f2370] .price-level-item:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}
/* /Pages/Settings/Sales/ShippingMethod.razor.rz.scp.css */
/* Shipping Method Item Styling */
[b-rq44uo06lo] .shipping-method-item {
    border: 2px solid transparent;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    cursor: pointer;
}

/* Hover Effect */
[b-rq44uo06lo] .shipping-method-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Selected State */
[b-rq44uo06lo] .shipping-method-item.selected-shipping-method {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05) !important;
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 2px 8px rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

/* Selected State Hover */
[b-rq44uo06lo] .shipping-method-item.selected-shipping-method:hover {
    border-color: var(--mud-palette-primary) !important;
    box-shadow: 0 4px 16px rgba(var(--mud-palette-primary-rgb), 0.2) !important;
}

/* Chevron hover effect */
[b-rq44uo06lo] .chevron-hover {
    opacity: 0;
    transition: opacity 0.2s ease;
}

[b-rq44uo06lo] .shipping-method-item:hover .chevron-hover {
    opacity: 1;
}

/* Shipping Methods List Container */
[b-rq44uo06lo] .shipping-methods-list {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    padding-right: 8px;
}

/* Scrollbar Styling */
[b-rq44uo06lo] .shipping-methods-list::-webkit-scrollbar {
    width: 6px;
}

[b-rq44uo06lo] .shipping-methods-list::-webkit-scrollbar-track {
    background: var(--mud-palette-background-grey);
    border-radius: 3px;
}

[b-rq44uo06lo] .shipping-methods-list::-webkit-scrollbar-thumb {
    background: var(--mud-palette-lines-default);
    border-radius: 3px;
}

[b-rq44uo06lo] .shipping-methods-list::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-divider);
}

/* Focus state for accessibility */
[b-rq44uo06lo] .shipping-method-item:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

