/* _content/frontEndLogin/Components/AddPermissionModal.razor.rz.scp.css */
.add-permission-modal[b-1t5xkncef2] {
    padding: 0;
}

.modal-description[b-1t5xkncef2] {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.permissions-list[b-1t5xkncef2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 50vh;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.permission-item[b-1t5xkncef2] {
    padding: 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.2s;
    background: white;
    cursor: pointer;
}

.permission-item:hover[b-1t5xkncef2] {
    border-color: #418eec;
    background: #f9fafb;
    box-shadow: 0 2px 8px rgba(65, 142, 236, 0.1);
}

.permission-item:active[b-1t5xkncef2] {
    transform: scale(0.98);
}

.permission-info[b-1t5xkncef2] {
    margin-left: 0.5rem;
}

.permission-name[b-1t5xkncef2] {
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.permission-description[b-1t5xkncef2] {
    font-size: 13px;
    color: #6b7280;
}

.empty-state[b-1t5xkncef2] {
    padding: 3rem;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.empty-state p[b-1t5xkncef2] {
    margin: 0;
}

/* Match button styles */
[b-1t5xkncef2] .mud-button-root {
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
    text-transform: none !important;
    min-width: auto !important;
}

[b-1t5xkncef2] .mud-button-filled-primary {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    color: white !important;
    border: none !important;
}

[b-1t5xkncef2] .mud-button-filled-primary:hover:not(:disabled) {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3) !important;
}

[b-1t5xkncef2] .mud-button-filled-primary:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

[b-1t5xkncef2] .mud-button-text {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: none !important;
}

[b-1t5xkncef2] .mud-button-text:hover {
    background: #e5e7eb !important;
}

/* Match dialog container styles */
[b-1t5xkncef2] .mud-dialog {
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    background: white !important;
    max-width: 85vw !important;
    width: 90% !important;
}

[b-1t5xkncef2] .mud-dialog-content {
    padding: 1.5rem !important;
}

[b-1t5xkncef2] .mud-dialog-title {
    padding: 1.5rem 1.5rem 0 1.5rem !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    border-bottom: 1px solid #e5e7eb !important;
    margin-bottom: 0 !important;
}

[b-1t5xkncef2] .mud-dialog-actions {
    padding: 1.5rem !important;
    border-top: 1px solid #e5e7eb !important;
    gap: 1rem !important;
    margin-top: 0 !important;
}

/* _content/frontEndLogin/Components/AddUserToRoleModal.razor.rz.scp.css */
.add-user-modal[b-wvk6rzctk0] {
    padding: 0;
}

.modal-description[b-wvk6rzctk0] {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.form-group[b-wvk6rzctk0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-wvk6rzctk0] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-wvk6rzctk0] {
    color: #ef4444;
}

.user-select-item[b-wvk6rzctk0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-email[b-wvk6rzctk0] {
    font-weight: 500;
    font-size: 14px;
    color: #1f2937;
}

.user-connection[b-wvk6rzctk0] {
    font-size: 12px;
    color: #6b7280;
}

.empty-state[b-wvk6rzctk0] {
    padding: 3rem;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.empty-state p[b-wvk6rzctk0] {
    margin: 0;
}

/* Match button styles */
[b-wvk6rzctk0] .mud-button-root {
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
    font-family: inherit !important;
    text-transform: none !important;
    min-width: auto !important;
}

[b-wvk6rzctk0] .mud-button-filled-primary {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    color: white !important;
    border: none !important;
}

[b-wvk6rzctk0] .mud-button-filled-primary:hover:not(:disabled) {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3) !important;
}

[b-wvk6rzctk0] .mud-button-filled-primary:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

[b-wvk6rzctk0] .mud-button-text {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: none !important;
}

[b-wvk6rzctk0] .mud-button-text:hover {
    background: #e5e7eb !important;
}

/* Match dialog container styles */
[b-wvk6rzctk0] .mud-dialog {
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    background: white !important;
    max-width: 85vw !important;
    width: 90% !important;
}

[b-wvk6rzctk0] .mud-dialog-content {
    padding: 1.5rem !important;
}

[b-wvk6rzctk0] .mud-dialog-title {
    padding: 1.5rem 1.5rem 0 1.5rem !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    border-bottom: 1px solid #e5e7eb !important;
    margin-bottom: 0 !important;
}

[b-wvk6rzctk0] .mud-dialog-actions {
    padding: 1.5rem !important;
    border-top: 1px solid #e5e7eb !important;
    gap: 1rem !important;
    margin-top: 0 !important;
}

/* Style MudSelect to match form inputs */
[b-wvk6rzctk0] .mud-input-control {
    margin: 0 !important;
}

[b-wvk6rzctk0] .mud-input {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 0.75rem !important;
    font-size: 14px !important;
    transition: all 0.2s !important;
    background: white !important;
}

[b-wvk6rzctk0] .mud-input:hover {
    border-color: #418eec !important;
}

[b-wvk6rzctk0] .mud-input:focus-within {
    border-color: #418eec !important;
    box-shadow: 0 0 0 3px rgba(65, 142, 236, 0.1) !important;
}

[b-wvk6rzctk0] .mud-select {
    border-radius: 8px !important;
}

[b-wvk6rzctk0] .mud-select .mud-input-adornment {
    padding: 0.75rem !important;
}

/* _content/frontEndLogin/Components/Charts/ApiUsageHorizontalBarChart.razor.rz.scp.css */
.chart-card[b-05n7qt9vfg] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
}

.chart-card-third[b-05n7qt9vfg] {
    grid-column: span 4;
}

.chart-card-third .chart-title[b-05n7qt9vfg] {
    flex-shrink: 0;
}

.chart-card-third .custom-horizontal-bar-chart[b-05n7qt9vfg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.chart-title[b-05n7qt9vfg] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.custom-horizontal-bar-chart[b-05n7qt9vfg] {
    padding: 1rem 0;
}

.horizontal-bar-item[b-05n7qt9vfg] {
    margin-bottom: 1rem;
}

.horizontal-bar-label[b-05n7qt9vfg] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.horizontal-bar-wrapper[b-05n7qt9vfg] {
    position: relative;
    width: 100%;
    height: 24px;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
}

.horizontal-bar[b-05n7qt9vfg] {
    height: 100%;
    border-radius: 12px;
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.horizontal-bar-success[b-05n7qt9vfg] {
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.horizontal-bar-value[b-05n7qt9vfg] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    z-index: 1;
}

@media (max-width: 1200px) {
    .chart-card-third[b-05n7qt9vfg] {
        grid-column: span 12;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .chart-card-third[b-05n7qt9vfg] {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .chart-card-third[b-05n7qt9vfg] {
        grid-column: span 12;
    }
}

/* _content/frontEndLogin/Components/Charts/AuthenticationMethodsPieChart.razor.rz.scp.css */
.chart-card[b-qrbicj1u3k] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
}

.chart-card-third[b-qrbicj1u3k] {
    grid-column: span 4;
}

.chart-card-third .chart-title[b-qrbicj1u3k] {
    flex-shrink: 0;
}

.chart-card-third .custom-pie-chart[b-qrbicj1u3k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.chart-title[b-qrbicj1u3k] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.custom-pie-chart[b-qrbicj1u3k] {
    padding: 1rem 0;
    overflow: visible;
    position: relative;
}

.pie-chart-container[b-qrbicj1u3k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    overflow: visible;
    position: relative;
}

.pie-chart-wrapper[b-qrbicj1u3k] {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    overflow: visible;
}

.pie-chart[b-qrbicj1u3k] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    overflow: visible;
}

.pie-chart svg[b-qrbicj1u3k] {
    width: 100%;
    height: 100%;
}

.pie-segment-group[b-qrbicj1u3k] {
    cursor: pointer;
}

.pie-chart svg path[b-qrbicj1u3k] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.pie-segment[b-qrbicj1u3k] {
    transition: all 0.3s ease;
    position: relative;
}

.pie-segment:hover[b-qrbicj1u3k] {
    opacity: 0.85;
    filter: brightness(1.15);
    stroke-width: 4;
}

.pie-legend[b-qrbicj1u3k] {
    width: 100%;
}

.pie-legend-item[b-qrbicj1u3k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 13px;
}

.pie-legend-color[b-qrbicj1u3k] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
}

.pie-legend-label[b-qrbicj1u3k] {
    flex: 1;
    color: #374151;
    font-weight: 500;
}

.pie-legend-value[b-qrbicj1u3k] {
    color: #6b7280;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .chart-card-third[b-qrbicj1u3k] {
        grid-column: span 12;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .chart-card-third[b-qrbicj1u3k] {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .chart-card-third[b-qrbicj1u3k] {
        grid-column: span 12;
    }
}

/* _content/frontEndLogin/Components/Charts/DeviceDistributionBarChart.razor.rz.scp.css */
.chart-card[b-9sltdrmnle] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
}

.chart-card-third[b-9sltdrmnle] {
    grid-column: span 4;
}

.chart-card-third .chart-title[b-9sltdrmnle] {
    flex-shrink: 0;
}

.chart-card-third .custom-bar-chart-small[b-9sltdrmnle] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.chart-title[b-9sltdrmnle] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.custom-bar-chart-small[b-9sltdrmnle] {
    width: 100%;
    padding: 0.5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* Allow scrolling if content is too wide */
    overflow-x: auto; 
    overflow-y: hidden;
}

.bar-chart-container-small[b-9sltdrmnle] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex: 1;
    min-height: 320px;
    /* Ensure bars don't get narrower than 60px */
    min-width: min-content; 
    gap: 1rem;
    padding: 0.5rem 1rem; /* Added horizontal padding for scroll breathing room */
}

.bar-item-small[b-9sltdrmnle] {
    /* Set a minimum width so bars don't vanish or squash */
    min-width: 60px; 
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.bar-wrapper-small[b-9sltdrmnle] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.bar-small[b-9sltdrmnle] {
    width: 75%;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
    min-height: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: pointer;
}

.bar-device[b-9sltdrmnle] {
    position: relative;
}

.bar-device[b-9sltdrmnle]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    border-radius: 6px 6px 0 0;
    pointer-events: none;
}

.bar-small:hover[b-9sltdrmnle] {
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bar-label-small[b-9sltdrmnle] {
    margin-top: 0.75rem;
    font-size: 13px;
    color: #374151;
    font-weight: 600;
    text-align: center;
}

.bar-value-small[b-9sltdrmnle] {
    margin-top: 0.5rem;
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1200px) {
    .chart-card-third[b-9sltdrmnle] {
        grid-column: span 12;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .chart-card-third[b-9sltdrmnle] {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .chart-card-third[b-9sltdrmnle] {
        grid-column: span 12;
    }
}

/* _content/frontEndLogin/Components/Charts/RecentActivityGrid.razor.rz.scp.css */
.activity-card[b-sljm2nqvvg] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.activity-header[b-sljm2nqvvg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.activity-header h3[b-sljm2nqvvg] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.refresh-btn[b-sljm2nqvvg] {
    background: transparent;
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

.refresh-btn i[b-sljm2nqvvg] {
    font-size: 18px;
    display: inline-flex;
}

.refresh-btn:hover[b-sljm2nqvvg] {
    border-color: #05172e;
    color: #05172e;
}

.activity-table-container[b-sljm2nqvvg] {
    flex: 1;
    overflow: auto;
}

.user-cell[b-sljm2nqvvg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-sljm2nqvvg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

/* _content/frontEndLogin/Components/Charts/UserGrowthBarChart.razor.rz.scp.css */
.chart-card[b-o2c5l0l4jp] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: visible;
    position: relative;
}

.chart-card-full[b-o2c5l0l4jp] {
    grid-column: span 12;
}

.chart-title[b-o2c5l0l4jp] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.custom-bar-chart[b-o2c5l0l4jp] {
    width: 100%;
    padding: 1rem 0;
    overflow: visible;
    position: relative;
}

.bar-chart-container[b-o2c5l0l4jp] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 300px;
    gap: 0.5rem;
    overflow: visible;
    position: relative;
}

.bar-item[b-o2c5l0l4jp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: visible;
    position: relative;
}

.bar-wrapper[b-o2c5l0l4jp] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    overflow: visible;
    position: relative;
}

.bar[b-o2c5l0l4jp] {
    width: 80%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    min-height: 4px;
    position: relative;
    cursor: pointer;
}

.bar-primary[b-o2c5l0l4jp] {
    background: linear-gradient(180deg, #05172e 0%, #418eec 100%);
    box-shadow: 0 2px 8px rgba(5, 23, 46, 0.2);
}

.bar-primary[b-o2c5l0l4jp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    border-radius: 4px 4px 0 0;
    pointer-events: none;
}

.bar:hover[b-o2c5l0l4jp] {
    opacity: 0.85;
    transform: translateY(-2px);
}

.bar-label[b-o2c5l0l4jp] {
    margin-top: 0.5rem;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.bar-value[b-o2c5l0l4jp] {
    margin-top: 0.25rem;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 600;
}

@media (max-width: 768px) {
    .chart-card-full[b-o2c5l0l4jp] {
        grid-column: span 12;
    }
}

/* _content/frontEndLogin/Components/CreateAppModal.razor.rz.scp.css */
.modal-overlay[b-risfj86v7q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-risfj86v7q 0.2s ease;
}

@keyframes fadeIn-b-risfj86v7q {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-risfj86v7q] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    min-height: 500px;
    max-height: 95vh;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-risfj86v7q 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-risfj86v7q {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-risfj86v7q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-risfj86v7q] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-risfj86v7q] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-risfj86v7q] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-risfj86v7q] {
    font-size: 24px;
}

.modal-body[b-risfj86v7q] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.modal-body[b-risfj86v7q]  form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.form-grid[b-risfj86v7q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.form-row[b-risfj86v7q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-risfj86v7q] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-risfj86v7q] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-risfj86v7q] {
    color: #ef4444;
}

.form-input[b-risfj86v7q] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-risfj86v7q] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.form-input.error[b-risfj86v7q] {
    border-color: #ef4444;
}

.form-input.error:focus[b-risfj86v7q] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Custom Select Dropdown */
.custom-select[b-risfj86v7q] {
    position: relative;
    width: 100%;
}

.select-toggle[b-risfj86v7q] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
    color: #374151;
}

.select-toggle:hover[b-risfj86v7q] {
    border-color: #05172e;
}

.select-toggle:focus[b-risfj86v7q] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.select-toggle.error[b-risfj86v7q] {
    border-color: #ef4444;
}

.select-toggle i[b-risfj86v7q] {
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.2s;
}

.select-menu[b-risfj86v7q] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFadeIn-b-risfj86v7q 0.2s ease;
    max-height: 200px;
    overflow-y: auto;
}

@keyframes dropdownFadeIn-b-risfj86v7q {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-item[b-risfj86v7q] {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.select-item:last-child[b-risfj86v7q] {
    border-bottom: none;
}

.select-item:hover[b-risfj86v7q] {
    background: #f9fafb;
    color: #05172e;
}

.select-item.active[b-risfj86v7q] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.select-item.active:hover[b-risfj86v7q] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    opacity: 0.9;
}

.modal-footer[b-risfj86v7q] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
    flex-shrink: 0;
}

.btn[b-risfj86v7q] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-risfj86v7q] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-risfj86v7q] {
    background: #e5e7eb;
}

.btn-primary[b-risfj86v7q] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-risfj86v7q] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 23, 46, 0.3);
}

.btn-primary:disabled[b-risfj86v7q] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .modal-container[b-risfj86v7q] {
        width: 95%;
        max-height: 95vh;
        border-radius: 8px;
    }

    .modal-header[b-risfj86v7q] {
        padding: 1rem 1.25rem;
    }

    .modal-header h2[b-risfj86v7q] {
        font-size: 20px;
    }

    .modal-body[b-risfj86v7q] {
        padding: 1.25rem;
    }

    .form-row[b-risfj86v7q] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-risfj86v7q] {
        flex-direction: column-reverse;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .modal-footer .btn[b-risfj86v7q] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .modal-container[b-risfj86v7q] {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        height: 100vh;
    }

    .modal-header[b-risfj86v7q] {
        padding: 1rem;
    }

    .modal-header h2[b-risfj86v7q] {
        font-size: 18px;
    }

    .modal-body[b-risfj86v7q] {
        padding: 1rem;
        overflow-y: auto;
    }

    .form-input[b-risfj86v7q],
    .form-select[b-risfj86v7q],
    .select-toggle[b-risfj86v7q] {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* _content/frontEndLogin/Components/CreateRoleModal.razor.rz.scp.css */
.modal-overlay[b-cmxebolscv] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-cmxebolscv 0.2s ease;
}

@keyframes fadeIn-b-cmxebolscv {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-cmxebolscv] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-cmxebolscv 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-cmxebolscv {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-cmxebolscv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-cmxebolscv] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-cmxebolscv] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-cmxebolscv] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-cmxebolscv] {
    font-size: 24px;
}

.modal-body[b-cmxebolscv] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.form-grid[b-cmxebolscv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row[b-cmxebolscv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-cmxebolscv] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-cmxebolscv] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-cmxebolscv] {
    color: #ef4444;
}

.form-input[b-cmxebolscv] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-cmxebolscv] {
    outline: none;
    border-color: #418eec;
    box-shadow: 0 0 0 3px rgba(65, 142, 236, 0.1);
}

textarea.form-input[b-cmxebolscv] {
    resize: vertical;
    min-height: 100px;
}

.modal-footer[b-cmxebolscv] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 1rem;
}

.btn[b-cmxebolscv] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-cmxebolscv] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-cmxebolscv] {
    background: #e5e7eb;
}

.btn-primary[b-cmxebolscv] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-cmxebolscv] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.btn-primary:disabled[b-cmxebolscv] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Custom Select Dropdown */
.custom-select[b-cmxebolscv] {
    position: relative;
    width: 100%;
}

.select-toggle[b-cmxebolscv] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
    color: #374151;
}

.select-toggle:hover[b-cmxebolscv] {
    border-color: #418eec;
}

.select-toggle:focus[b-cmxebolscv] {
    outline: none;
    border-color: #418eec;
    box-shadow: 0 0 0 3px rgba(65, 142, 236, 0.1);
}

.select-toggle i[b-cmxebolscv] {
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.2s;
}

.select-menu[b-cmxebolscv] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFadeIn-b-cmxebolscv 0.2s ease;
    max-height: 200px;
    overflow-y: auto;
}

@keyframes dropdownFadeIn-b-cmxebolscv {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-item[b-cmxebolscv] {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.select-item:last-child[b-cmxebolscv] {
    border-bottom: none;
}

.select-item:hover[b-cmxebolscv] {
    background: #f9fafb;
    color: #418eec;
}

.select-item.active[b-cmxebolscv] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.select-item.active:hover[b-cmxebolscv] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .modal-container[b-cmxebolscv] {
        width: 95%;
        max-height: 95vh;
        border-radius: 8px;
    }

    .modal-header[b-cmxebolscv] {
        padding: 1rem 1.25rem;
    }

    .modal-header h2[b-cmxebolscv] {
        font-size: 20px;
    }

    .modal-body[b-cmxebolscv] {
        padding: 1.25rem;
    }

    .form-row[b-cmxebolscv] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-cmxebolscv] {
        flex-direction: column-reverse;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .modal-footer .btn[b-cmxebolscv] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .modal-container[b-cmxebolscv] {
        width: 95%;
        max-height: 95vh;
    }
}

/* _content/frontEndLogin/Components/CreateUserModal.razor.rz.scp.css */
.modal-overlay[b-ip8qqg40yo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-ip8qqg40yo 0.2s ease;
}

@keyframes fadeIn-b-ip8qqg40yo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-ip8qqg40yo] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-ip8qqg40yo 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-ip8qqg40yo {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-ip8qqg40yo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-ip8qqg40yo] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-ip8qqg40yo] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-ip8qqg40yo] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-ip8qqg40yo] {
    font-size: 24px;
}

.modal-body[b-ip8qqg40yo] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.form-grid[b-ip8qqg40yo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row[b-ip8qqg40yo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-ip8qqg40yo] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group-half[b-ip8qqg40yo] {
    width: 100%;
}

.form-label[b-ip8qqg40yo] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-ip8qqg40yo] {
    color: #ef4444;
}

.form-input[b-ip8qqg40yo] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-ip8qqg40yo] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.form-input.error[b-ip8qqg40yo] {
    border-color: #ef4444;
}

.form-input.error:focus[b-ip8qqg40yo] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.input-with-icon[b-ip8qqg40yo] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon .form-input[b-ip8qqg40yo] {
    padding-right: 3rem;
}

.input-icon-btn[b-ip8qqg40yo] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.input-icon-btn:hover[b-ip8qqg40yo] {
    background: #f3f4f6;
    color: #1f2937;
}

.input-icon-btn i[b-ip8qqg40yo] {
    font-size: 20px;
}

.form-hint[b-ip8qqg40yo] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 0.25rem;
}

.password-strength-container[b-ip8qqg40yo] {
    margin-top: 0.5rem;
}

.password-strength-bar[b-ip8qqg40yo] {
    width: 100%;
    height: 4px;
    background-color: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.password-strength-fill[b-ip8qqg40yo] {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
    border-radius: 2px;
}

.password-strength-text[b-ip8qqg40yo] {
    font-size: 12px;
    font-weight: 500;
    margin-top: 0.25rem;
}

.field-error[b-ip8qqg40yo] {
    font-size: 12px;
    color: #ef4444;
    margin-top: 0.25rem;
}

/* Custom Select Dropdown */
.custom-select[b-ip8qqg40yo] {
    position: relative;
    width: 100%;
}

.select-toggle[b-ip8qqg40yo] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
    color: #374151;
}

.select-toggle:hover[b-ip8qqg40yo] {
    border-color: #05172e;
}

.select-toggle:focus[b-ip8qqg40yo] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.select-toggle.error[b-ip8qqg40yo] {
    border-color: #ef4444;
}

.select-toggle i[b-ip8qqg40yo] {
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.2s;
}

.select-menu[b-ip8qqg40yo] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFadeIn-b-ip8qqg40yo 0.2s ease;
    max-height: 200px;
    overflow-y: auto;
}

@keyframes dropdownFadeIn-b-ip8qqg40yo {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-item[b-ip8qqg40yo] {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.select-item:last-child[b-ip8qqg40yo] {
    border-bottom: none;
}

.select-item:hover[b-ip8qqg40yo] {
    background: #f9fafb;
    color: #05172e;
}

.select-item.active[b-ip8qqg40yo] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.select-item.active:hover[b-ip8qqg40yo] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    opacity: 0.9;
}

.select-item .checkbox-label[b-ip8qqg40yo] {
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.select-item.active .checkbox-label[b-ip8qqg40yo] {
    color: white;
}

.select-item .checkbox-input[b-ip8qqg40yo] {
    margin-right: 0.5rem;
}

.select-item.active .checkbox-input[b-ip8qqg40yo] {
    accent-color: white;
}

/* Checkbox */
.checkbox-label[b-ip8qqg40yo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #374151;
}

.checkbox-input[b-ip8qqg40yo] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #05172e;
}

.modal-footer[b-ip8qqg40yo] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 1rem;
}

.btn[b-ip8qqg40yo] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-ip8qqg40yo] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-ip8qqg40yo] {
    background: #e5e7eb;
}

.btn-primary[b-ip8qqg40yo] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-ip8qqg40yo] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 23, 46, 0.3);
}

.btn-primary:disabled[b-ip8qqg40yo] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .modal-container[b-ip8qqg40yo] {
        width: 95%;
        max-height: 95vh;
        border-radius: 8px;
    }

    .modal-header[b-ip8qqg40yo] {
        padding: 1rem 1.25rem;
    }

    .modal-header h2[b-ip8qqg40yo] {
        font-size: 20px;
    }

    .modal-body[b-ip8qqg40yo] {
        padding: 1.25rem;
    }

    .form-row[b-ip8qqg40yo] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-ip8qqg40yo] {
        flex-direction: column-reverse;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .modal-footer .btn[b-ip8qqg40yo] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .modal-container[b-ip8qqg40yo] {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        height: 100vh;
    }

    .modal-header[b-ip8qqg40yo] {
        padding: 1rem;
    }

    .modal-header h2[b-ip8qqg40yo] {
        font-size: 18px;
    }

    .modal-body[b-ip8qqg40yo] {
        padding: 1rem;
        overflow-y: auto;
    }

    .form-input[b-ip8qqg40yo],
    .form-select[b-ip8qqg40yo],
    .select-toggle[b-ip8qqg40yo],
    .input-with-icon input[b-ip8qqg40yo] {
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .password-strength-container[b-ip8qqg40yo] {
        margin-top: 0.5rem;
    }
}
/* _content/frontEndLogin/Components/DeleteConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-ku9mppnutk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-ku9mppnutk 0.2s ease;
}

@keyframes fadeIn-b-ku9mppnutk {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-ku9mppnutk] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-ku9mppnutk 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-ku9mppnutk {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-ku9mppnutk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-ku9mppnutk] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-ku9mppnutk] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-ku9mppnutk] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-ku9mppnutk] {
    font-size: 24px;
}

.modal-body[b-ku9mppnutk] {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.warning-icon[b-ku9mppnutk] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.warning-icon i[b-ku9mppnutk] {
    font-size: 36px;
    color: #ef4444;
}

.warning-message[b-ku9mppnutk] {
    width: 100%;
}

.warning-text[b-ku9mppnutk] {
    font-size: 16px;
    color: #374151;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.warning-text strong[b-ku9mppnutk] {
    color: #1f2937;
    font-weight: 600;
}

.item-name[b-ku9mppnutk] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0.5rem 0 1rem 0;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.warning-note[b-ku9mppnutk] {
    font-size: 14px;
    color: #ef4444;
    font-weight: 500;
    margin: 1rem 0 0 0;
}

.modal-footer[b-ku9mppnutk] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-ku9mppnutk] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-ku9mppnutk] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-ku9mppnutk] {
    background: #e5e7eb;
}

.btn-danger[b-ku9mppnutk] {
    background: #ef4444;
    color: white;
}

.btn-danger:hover[b-ku9mppnutk] {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

@media (max-width: 640px) {
    .modal-container[b-ku9mppnutk] {
        width: 95%;
        max-width: 95%;
    }

    .modal-body[b-ku9mppnutk] {
        padding: 1.5rem 1rem;
    }

    .warning-icon[b-ku9mppnutk] {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }

    .warning-icon i[b-ku9mppnutk] {
        font-size: 32px;
    }

    .warning-text[b-ku9mppnutk] {
        font-size: 14px;
    }

    .item-name[b-ku9mppnutk] {
        font-size: 16px;
    }

    .modal-footer[b-ku9mppnutk] {
        flex-direction: column;
    }

    .btn[b-ku9mppnutk] {
        width: 100%;
    }
}

/* _content/frontEndLogin/Components/EditAppModal.razor.rz.scp.css */
.modal-overlay[b-c766q956io] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-c766q956io 0.2s ease;
}

@keyframes fadeIn-b-c766q956io {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container-large[b-c766q956io] {
    background: white;
    border-radius: 12px;
    width: 95%;
    max-width: 1400px;
    height: 90vh;
    min-height: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-c766q956io 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-c766q956io {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-c766q956io] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.modal-header h3[b-c766q956io] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-c766q956io] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-c766q956io] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-c766q956io] {
    font-size: 24px;
}

.modal-body[b-c766q956io] {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.modal-tabs[b-c766q956io] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal-tab-panel[b-c766q956io] {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
}

.tab-content[b-c766q956io] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 0.5rem;
    margin-top: 1rem;
}

.tab-header[b-c766q956io] {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.tab-header h4[b-c766q956io] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.form-grid[b-c766q956io] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-c766q956io] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row-2col[b-c766q956io] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-row-3col[b-c766q956io] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.form-group[b-c766q956io] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-c766q956io] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-c766q956io] {
    color: #ef4444;
}

.form-input[b-c766q956io] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-c766q956io] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.form-input[readonly][b-c766q956io] {
    background-color: #f9fafb;
    cursor: not-allowed;
}

textarea.form-input[b-c766q956io] {
    resize: vertical;
    min-height: 80px;
}

.form-hint[b-c766q956io] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 0.25rem;
}

.form-check[b-c766q956io] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-c766q956io] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #05172e;
}

.form-check-label[b-c766q956io] {
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.form-section-divider[b-c766q956io] {
    margin: 1.5rem 0 1rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.form-section-divider h5[b-c766q956io] {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

/* Custom Select Dropdown */
.custom-select[b-c766q956io] {
    position: relative;
    width: 100%;
}

.select-toggle[b-c766q956io] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
    color: #374151;
}

.select-toggle:hover[b-c766q956io] {
    border-color: #05172e;
}

.select-toggle:focus[b-c766q956io] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.select-toggle i[b-c766q956io] {
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.2s;
}

.select-menu[b-c766q956io] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFadeIn-b-c766q956io 0.2s ease;
    max-height: 200px;
    overflow-y: auto;
}

@keyframes dropdownFadeIn-b-c766q956io {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-item[b-c766q956io] {
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.select-item:last-child[b-c766q956io] {
    border-bottom: none;
}

.select-item:hover[b-c766q956io] {
    background: #f9fafb;
    color: #05172e;
}

.select-item.active[b-c766q956io] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.select-item.active:hover[b-c766q956io] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    opacity: 0.9;
}

/* Color Input */
.color-input-wrapper[b-c766q956io] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.color-picker[b-c766q956io] {
    width: 50px;
    height: 40px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    padding: 2px;
}

.color-text-input[b-c766q956io] {
    flex: 1;
}

.modal-footer[b-c766q956io] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
    flex-shrink: 0;
}

.btn[b-c766q956io] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-c766q956io] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-c766q956io] {
    background: #e5e7eb;
}

.btn-primary[b-c766q956io] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-c766q956io] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 23, 46, 0.3);
}

.btn-primary:disabled[b-c766q956io] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Secret Input Styles */
.secret-input-wrapper[b-c766q956io] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.secret-input[b-c766q956io] {
    padding-right: 3rem;
}

.secret-actions[b-c766q956io] {
    position: absolute;
    right: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.btn-secret-copy[b-c766q956io],
.btn-secret-toggle[b-c766q956io] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn-secret-copy:hover[b-c766q956io],
.btn-secret-toggle:hover[b-c766q956io] {
    background: #f3f4f6;
    color: #1f2937;
}

.btn-secret-copy:disabled[b-c766q956io],
.btn-secret-toggle:disabled[b-c766q956io] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secret-copy i[b-c766q956io],
.btn-secret-toggle i[b-c766q956io] {
    font-size: 20px;
}

.secret-generate-wrapper[b-c766q956io] {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
}

.btn-generate-secret[b-c766q956io] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: 1.5px solid #418eec;
    background: white;
    color: #418eec;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-generate-secret:hover[b-c766q956io] {
    background: #418eec;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.btn-generate-secret i[b-c766q956io] {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .form-row-2col[b-c766q956io],
    .form-row-3col[b-c766q956io] {
        grid-template-columns: 1fr;
    }
    
    .modal-container-large[b-c766q956io] {
        width: 98%;
        height: 95vh;
    }
}

@media (max-width: 768px) {
    .modal-container-large[b-c766q956io] {
        width: 95%;
        height: 95vh;
        border-radius: 8px;
    }

    .modal-header[b-c766q956io] {
        padding: 1rem 1.25rem;
    }

    .modal-header h2[b-c766q956io] {
        font-size: 20px;
    }

    .modal-body[b-c766q956io] {
        padding: 1.25rem;
    }

    .form-row-2col[b-c766q956io],
    .form-row-3col[b-c766q956io] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-c766q956io] {
        flex-direction: column-reverse;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .modal-footer .btn[b-c766q956io] {
        width: 100%;
        justify-content: center;
    }

    .color-input-wrapper[b-c766q956io] {
        flex-direction: column;
        align-items: stretch;
    }

    .color-picker[b-c766q956io] {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .modal-container-large[b-c766q956io] {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }

    .modal-header[b-c766q956io] {
        padding: 1rem;
    }

    .modal-header h2[b-c766q956io] {
        font-size: 18px;
    }

    .modal-body[b-c766q956io] {
        padding: 1rem;
        overflow-y: auto;
    }

    .form-input[b-c766q956io],
    .form-select[b-c766q956io],
    .select-toggle[b-c766q956io],
    .secret-input[b-c766q956io] {
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .color-input-wrapper[b-c766q956io] {
        flex-direction: column;
        align-items: stretch;
    }

    .color-picker[b-c766q956io] {
        width: 100%;
    }
}

/* _content/frontEndLogin/Components/EditRoleModal.razor.rz.scp.css */
.modal-overlay[b-17i5jlzno7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-17i5jlzno7 0.2s ease;
}

@keyframes fadeIn-b-17i5jlzno7 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-17i5jlzno7] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    height: 85vh;
    min-height: 600px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-17i5jlzno7 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-17i5jlzno7 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-17i5jlzno7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-17i5jlzno7] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-17i5jlzno7] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-17i5jlzno7] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-17i5jlzno7] {
    font-size: 24px;
}

.modal-body[b-17i5jlzno7] {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.form-grid[b-17i5jlzno7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row[b-17i5jlzno7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-17i5jlzno7] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-17i5jlzno7] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-17i5jlzno7] {
    color: #ef4444;
}

.form-input[b-17i5jlzno7] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-17i5jlzno7] {
    outline: none;
    border-color: #418eec;
    box-shadow: 0 0 0 3px rgba(65, 142, 236, 0.1);
}

textarea.form-input[b-17i5jlzno7] {
    resize: vertical;
    min-height: 100px;
}

.modal-footer[b-17i5jlzno7] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-17i5jlzno7] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-17i5jlzno7] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-17i5jlzno7] {
    background: #e5e7eb;
}

.btn-primary[b-17i5jlzno7] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-17i5jlzno7] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.btn-primary:disabled[b-17i5jlzno7] {
    opacity: 0.5;
    cursor: not-allowed;
}

.tab-content[b-17i5jlzno7] {
    padding: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.modal-tabs[b-17i5jlzno7] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 0;
}

[b-17i5jlzno7] .modal-tab-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    overflow-y: auto;
}

.tab-header[b-17i5jlzno7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tab-header h4[b-17i5jlzno7] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.permissions-grid[b-17i5jlzno7],
.users-grid[b-17i5jlzno7] {
    width: 100%;
}

.empty-state[b-17i5jlzno7] {
    padding: 3rem;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.empty-state p[b-17i5jlzno7] {
    margin: 0;
}

@media (max-width: 640px) {
    .modal-container[b-17i5jlzno7] {
        width: 95%;
        max-height: 95vh;
        max-width: 100%;
    }

    .tab-header[b-17i5jlzno7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .tab-header h4[b-17i5jlzno7] {
        font-size: 16px;
    }
}

/* _content/frontEndLogin/Components/EditUserModal.razor.rz.scp.css */
.modal-overlay[b-kz5lgezm1z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-kz5lgezm1z 0.2s ease;
}

@keyframes fadeIn-b-kz5lgezm1z {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-kz5lgezm1z] {
    background: white;
    border-radius: 12px;
    width: 95%;
    max-width: 1600px;
    height: 85vh;
    min-height: 600px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-kz5lgezm1z 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp-b-kz5lgezm1z {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-kz5lgezm1z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-kz5lgezm1z] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.modal-close[b-kz5lgezm1z] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-kz5lgezm1z] {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close i[b-kz5lgezm1z] {
    font-size: 24px;
}

.modal-body[b-kz5lgezm1z] {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.form-grid[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row-2col[b-kz5lgezm1z] {
    flex-direction: row;
    gap: 1rem;
}

.form-row-2col .form-group[b-kz5lgezm1z] {
    flex: 1;
}

.form-group[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-kz5lgezm1z] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.required[b-kz5lgezm1z] {
    color: #ef4444;
}

.form-input[b-kz5lgezm1z] {
    padding: 0.75rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus[b-kz5lgezm1z] {
    outline: none;
    border-color: #418eec;
    box-shadow: 0 0 0 3px rgba(65, 142, 236, 0.1);
}

.form-input[readonly][b-kz5lgezm1z] {
    background-color: #f9fafb;
    cursor: not-allowed;
}

textarea.form-input[b-kz5lgezm1z] {
    resize: vertical;
    min-height: 100px;
}

.form-check[b-kz5lgezm1z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-kz5lgezm1z] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-label[b-kz5lgezm1z] {
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.modal-footer[b-kz5lgezm1z] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-kz5lgezm1z] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.btn-secondary[b-kz5lgezm1z] {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary:hover[b-kz5lgezm1z] {
    background: #e5e7eb;
}

.btn-primary[b-kz5lgezm1z] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-kz5lgezm1z] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.btn-primary:disabled[b-kz5lgezm1z] {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-tabs[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 0;
}

[b-kz5lgezm1z] .modal-tab-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    overflow-y: auto;
}

.tab-content[b-kz5lgezm1z] {
    padding: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.tab-header[b-kz5lgezm1z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tab-header h4[b-kz5lgezm1z] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.tab-header h5[b-kz5lgezm1z] {
    margin: 0 0 0.75rem 0;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
}

.devices-grid[b-kz5lgezm1z],
.history-grid[b-kz5lgezm1z],
.applications-grid[b-kz5lgezm1z],
.accounts-grid[b-kz5lgezm1z],
.roles-grid[b-kz5lgezm1z],
.permissions-grid[b-kz5lgezm1z] {
    width: 100%;
}

.empty-state[b-kz5lgezm1z] {
    padding: 3rem;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.empty-state p[b-kz5lgezm1z] {
    margin: 0;
}

.scopes-list[b-kz5lgezm1z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.permissions-roles-section[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.roles-subsection[b-kz5lgezm1z],
.permissions-subsection[b-kz5lgezm1z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 640px) {
    .modal-container[b-kz5lgezm1z] {
        width: 95%;
        max-height: 95vh;
        max-width: 100%;
    }

    .tab-header[b-kz5lgezm1z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .tab-header h4[b-kz5lgezm1z] {
        font-size: 16px;
    }

    .permissions-roles-section[b-kz5lgezm1z] {
        gap: 1.5rem;
    }

    .form-row-2col[b-kz5lgezm1z] {
        flex-direction: column;
    }
}

/* _content/frontEndLogin/Components/Layout/MainLayout.razor.rz.scp.css */
.mud-drawer-paper[b-pjkcdsdw5y],
.mud-drawer-content[b-pjkcdsdw5y],
.custom-drawer[b-pjkcdsdw5y],
.custom-drawer *[b-pjkcdsdw5y] {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
}

[b-pjkcdsdw5y] .mud-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

[b-pjkcdsdw5y] .mud-layout > div:last-child {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
}

/* Only apply these styles to Persistent drawers (desktop) */
[b-pjkcdsdw5y] .mud-drawer-persistent,
[b-pjkcdsdw5y] .mud-drawer-persistent.mud-drawer-open {
    position: relative !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    flex-shrink: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
}

[b-pjkcdsdw5y] .mud-drawer-mini,
[b-pjkcdsdw5y] .mud-drawer-mini.mud-drawer-open {
    width: calc(4vw + 8px) !important;
    min-width: calc(4vw + 8px) !important;
    max-width: calc(4vw + 8px) !important;
}

/* Only apply fixed positioning to Persistent drawer paper (desktop) */
[b-pjkcdsdw5y] .mud-drawer-persistent .mud-drawer-paper {
    position: relative !important;
    transform: none !important;
    width: calc(100% - 8px) !important;
    height: calc(100vh - 35px) !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Allow Temporary drawer (mobile) to use default MudBlazor behavior */
[b-pjkcdsdw5y] .mud-drawer-temporary .mud-drawer-paper {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
}

/* Force hide Temporary drawer when closed on mobile */
[b-pjkcdsdw5y] .mud-drawer-temporary:not(.mud-drawer-open) {
    transform: translateX(-100%) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
}

[b-pjkcdsdw5y] .mud-drawer-temporary.mud-drawer-open {
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
}

/* Additional mobile-specific rules */
@media (max-width: 960px) {
    [b-pjkcdsdw5y] .mud-drawer-temporary:not(.mud-drawer-open) {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    [b-pjkcdsdw5y] .mud-appbar {
        padding: 0.5rem 1rem;
    }

    [b-pjkcdsdw5y] .mud-appbar .mud-icon-button {
        padding: 8px;
    }

    .content-wrapper[b-pjkcdsdw5y] {
        padding: 0;
    }

    [b-pjkcdsdw5y] .mud-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 480px) {
    [b-pjkcdsdw5y] .mud-appbar {
        padding: 0.5rem 0.75rem;
    }

    [b-pjkcdsdw5y] .mud-appbar .mud-typography-h6 {
        font-size: 1rem;
    }

    [b-pjkcdsdw5y] .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }
}

/* Ensure touch-friendly targets on mobile */
@media (max-width: 768px) {
    [b-pjkcdsdw5y] .mud-button {
        min-height: 44px;
        padding: 10px 16px;
    }

    [b-pjkcdsdw5y] .mud-icon-button {
        min-width: 44px;
        min-height: 44px;
    }
}

[b-pjkcdsdw5y] .custom-drawer,
[b-pjkcdsdw5y] .custom-drawer .mud-drawer-paper,
[b-pjkcdsdw5y] .custom-drawer .mud-drawer-content,
[b-pjkcdsdw5y] .custom-drawer .mud-nav-menu,
[b-pjkcdsdw5y] .custom-drawer .mud-drawer-header,
[b-pjkcdsdw5y] .custom-drawer .mud-drawer-header .mud-stack {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    background-color: transparent !important;
    background-image: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
}

[b-pjkcdsdw5y] .mud-drawer-persistent .mud-drawer-paper,
[b-pjkcdsdw5y] .mud-drawer-persistent.mud-drawer-open .mud-drawer-paper {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    background-image: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
}

[b-pjkcdsdw5y] .mud-drawer-overlay {
    /* Only hide overlay on desktop (persistent drawer), show on mobile (temporary drawer) */
}

[b-pjkcdsdw5y] .mud-drawer-temporary .mud-drawer-overlay {
    display: block !important;
}

[b-pjkcdsdw5y] .mud-drawer-persistent .mud-drawer-overlay {
    display: none !important;
}

/* Main content for Persistent drawer (desktop) */
[b-pjkcdsdw5y] .mud-drawer-persistent ~ .mud-main-content {
    position: relative !important;
    flex: 1 1 auto !important;
    width: calc(100vw - 240px - 8px) !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    min-width: 0 !important;
    height: calc(100vh - 35px) !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    transform: none !important;
    transition: width 0.3s ease !important;
}

[b-pjkcdsdw5y] .mud-layout:has(.mud-drawer-mini) .mud-main-content {
    width: calc(100vw - 4vw - 8px) !important;
}

/* Main content for Temporary drawer (mobile) - use default MudBlazor behavior */
[b-pjkcdsdw5y] .mud-drawer-temporary ~ .mud-main-content {
    width: 100vw !important;
}

[b-pjkcdsdw5y] .app-bar,
[b-pjkcdsdw5y] .app-bar .mud-appbar,
[b-pjkcdsdw5y] .mud-appbar,
[b-pjkcdsdw5y] .mud-appbar-root {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    background-color: transparent !important;
    background-image: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    min-height: 35px !important;
    height: 35px !important;
}

.logout-container[b-pjkcdsdw5y] {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.logout-button[b-pjkcdsdw5y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    text-transform: none;
    white-space: nowrap;
}

.logout-button:hover[b-pjkcdsdw5y] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.logout-button:active[b-pjkcdsdw5y] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.logout-button i[b-pjkcdsdw5y] {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-button span[b-pjkcdsdw5y] {
    display: flex;
    align-items: center;
}

.app-bar-content[b-pjkcdsdw5y] {
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 0.25rem;
    height: 100%;
    justify-content: flex-start;
    margin-left: 0;
}

.app-bar-logo[b-pjkcdsdw5y] {
    height: 20px;
    width: auto;
    object-fit: contain;
}

#blazor-error-ui[b-pjkcdsdw5y] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-pjkcdsdw5y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.content-wrapper[b-pjkcdsdw5y] {
    padding: 1rem;
}

/* Drawer Content Wrapper */
[b-pjkcdsdw5y] .custom-drawer .mud-drawer-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

[b-pjkcdsdw5y] .custom-drawer .mud-drawer-header {
    display: none !important;
}

.drawer-content-wrapper[b-pjkcdsdw5y] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent !important;
}

.drawer-content-wrapper *[b-pjkcdsdw5y] {
    background: transparent !important;
}

.drawer-content-wrapper .nav-scrollable[b-pjkcdsdw5y],
.drawer-content-wrapper .nav-scrollable *[b-pjkcdsdw5y],
.drawer-content-wrapper .nav[b-pjkcdsdw5y],
.drawer-content-wrapper .nav *[b-pjkcdsdw5y],
.drawer-content-wrapper .nav-item[b-pjkcdsdw5y],
.drawer-content-wrapper .nav-item *[b-pjkcdsdw5y] {
    background: transparent !important;
}

/* Logo Header */
.drawer-logo-header[b-pjkcdsdw5y] {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: transparent !important;
}

.drawer-logo-img[b-pjkcdsdw5y] {
    height: 24px;
    width: auto;
    object-fit: contain;
    background: transparent !important;
}

.nav-scrollable[b-pjkcdsdw5y] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    background: transparent !important;
}

.nav-scrollable .nav[b-pjkcdsdw5y] {
    flex: 1;
    background: transparent !important;
}

.nav-item[b-pjkcdsdw5y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-pjkcdsdw5y] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-pjkcdsdw5y] {
    padding-bottom: 1rem;
}

.nav-item[b-pjkcdsdw5y]  .nav-link {
    color: #d7d7d7;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 3rem;
    width: 100%;
    transition: all 0.3s;
    padding: 0 0.75rem;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.nav-link-text[b-pjkcdsdw5y] {
    transition: opacity 0.3s, width 0.3s;
    white-space: nowrap;
    overflow: hidden;
    background: transparent !important;
}

.nav-item[b-pjkcdsdw5y]  .nav-link i {
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.nav-item[b-pjkcdsdw5y]  a.active {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.nav-item[b-pjkcdsdw5y]  .nav-link:hover {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

[b-pjkcdsdw5y] .custom-drawer .mud-drawer-content {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: 100% !important;
    max-height: 100% !important;
}

/* _content/frontEndLogin/Components/Layout/NavMenu.razor.rz.scp.css */
.navmenu-container[b-9fpkliewt7] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
}

.navbar-toggler[b-9fpkliewt7] {
    display: none;
}

.top-row[b-9fpkliewt7] {
    min-height: 3.5rem;
    background-color: transparent;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar-brand[b-9fpkliewt7] {
    font-size: 1.1rem;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-scrollable.collapsed .top-row[b-9fpkliewt7] {
    padding: 0.5rem;
    justify-content: center;
    min-height: 3.5rem;
}

.nav-scrollable.collapsed .navbar-brand[b-9fpkliewt7] {
    width: 100%;
    justify-content: center;
}

.nav-scrollable.collapsed .authsmith-logo-img[b-9fpkliewt7] {
    height: 32px;
}

.authsmith-logo-img[b-9fpkliewt7] {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s;
}

.nav-scrollable.collapsed .authsmith-logo-img[b-9fpkliewt7] {
    height: 32px;
}

.bi[b-9fpkliewt7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9fpkliewt7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9fpkliewt7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9fpkliewt7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9fpkliewt7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9fpkliewt7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9fpkliewt7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9fpkliewt7]  .nav-link {
        color: #d7d7d7;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 3rem;
        width: 100%;
        transition: all 0.3s;
        padding: 0 0.75rem;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .nav-scrollable.collapsed .nav-item[b-9fpkliewt7] {
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-scrollable.collapsed .nav-item[b-9fpkliewt7]  .nav-link {
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 auto 0.5rem auto;
        display: flex !important;
        text-align: center;
        gap: 0 !important;
        line-height: 40px !important;
    }

    .nav-link-text[b-9fpkliewt7] {
        transition: opacity 0.3s, width 0.3s;
        white-space: nowrap;
        overflow: hidden;
    }

    .nav-scrollable.collapsed .nav-link-text[b-9fpkliewt7] {
        opacity: 0;
        width: 0;
        margin: 0;
    }

    .nav-item[b-9fpkliewt7]  .nav-link i {
        font-size: 20px;
        flex-shrink: 0;
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-scrollable.collapsed .nav-item[b-9fpkliewt7]  .nav-link i {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        line-height: 1 !important;
        font-size: 20px !important;
    }

.nav-item[b-9fpkliewt7]  a.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.nav-item[b-9fpkliewt7]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.nav-scrollable[b-9fpkliewt7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9fpkliewt7] {
    display: block;
}

/* Mobile styles */
@media (max-width: 640px) {
    .nav-item[b-9fpkliewt7] {
        min-height: 48px;
    }

    .nav-item[b-9fpkliewt7]  a {
        padding: 12px 16px;
        font-size: 15px;
    }

    .nav-item[b-9fpkliewt7]  .nav-link i {
        font-size: 22px;
    }

    .top-row[b-9fpkliewt7] {
        padding: 0.75rem;
    }

    .authsmith-logo-img[b-9fpkliewt7] {
        height: 36px;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-9fpkliewt7] {
        display: none;
    }

    .nav-scrollable[b-9fpkliewt7] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        transition: all 0.3s;
    }

    .nav-scrollable.collapsed[b-9fpkliewt7] {
        width: 100%;
    }

    .nav-scrollable.collapsed .nav-item[b-9fpkliewt7] {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-scrollable .nav[b-9fpkliewt7] {
        flex: 1;
    }

    .nav-collapse-button[b-9fpkliewt7] {
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .collapse-btn[b-9fpkliewt7] {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        color: white;
        cursor: pointer;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        width: 40px;
        height: 40px;
    }

    .nav-scrollable.collapsed .nav-collapse-button[b-9fpkliewt7] {
        justify-content: center;
    }

    .collapse-btn:hover[b-9fpkliewt7] {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .collapse-btn i[b-9fpkliewt7] {
        font-size: 20px;
    }
}
/* _content/frontEndLogin/Components/LoginModal.razor.rz.scp.css */
.login-card[b-rehqp7wpd7] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp-b-rehqp7wpd7 0.6s ease-out;
    display: none;
    max-height: 90vh;
    overflow-y: auto;
}

.login-card.show[b-rehqp7wpd7] {
    display: block;
}

@keyframes slideUp-b-rehqp7wpd7 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-rehqp7wpd7] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    padding: 40px 30px;
    text-align: center;
    color: white;
}

.login-header h1[b-rehqp7wpd7] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-header p[b-rehqp7wpd7] {
    font-size: 14px;
    opacity: 0.9;
}

.login-body[b-rehqp7wpd7] {
    padding: 40px 30px;
}

.form-label[b-rehqp7wpd7] {
    font-weight: 500;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.form-control[b-rehqp7wpd7] {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.2s;
    width: 100%;
    height: 48px;
}

.form-control:focus[b-rehqp7wpd7] {
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.form-check[b-rehqp7wpd7] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.form-check-input[b-rehqp7wpd7] {
    margin-top: 0;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.form-check-label[b-rehqp7wpd7] {
    margin-bottom: 0;
    font-size: 14px;
    color: #374151;
}

.form-check-input:checked[b-rehqp7wpd7] {
    background-color: #05172e;
    border-color: #05172e;
}

.btn-primary[b-rehqp7wpd7] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    width: 100%;
    height: 48px;
    display: block;
    color: white;
    cursor: pointer;
}

.btn-primary:hover[b-rehqp7wpd7] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
}

.register-link[b-rehqp7wpd7] {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.register-link a[b-rehqp7wpd7] {
    color: #05172e;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s;
}

.register-link a:hover[b-rehqp7wpd7] {
    color: #764ba2;
    text-decoration: underline;
}

.mb-3 a:hover[b-rehqp7wpd7] {
    color: #764ba2;
    text-decoration: underline;
}

.text-danger[b-rehqp7wpd7] {
    font-size: 13px;
    margin-top: 4px;
}

.validation-summary-errors[b-rehqp7wpd7] {
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.validation-summary-errors ul[b-rehqp7wpd7] {
    margin: 0;
    padding-left: 20px;
}

.validation-summary-errors li[b-rehqp7wpd7] {
    color: #991b1b;
    margin-bottom: 4px;
}

.mb-3[b-rehqp7wpd7] {
    margin-bottom: 1rem;
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .login-card[b-rehqp7wpd7] {
        max-height: 85vh;
    }

    .login-header[b-rehqp7wpd7] {
        padding: 30px 25px;
    }

    .login-header h1[b-rehqp7wpd7] {
        font-size: 28px;
    }

    .login-body[b-rehqp7wpd7] {
        padding: 30px 25px;
    }

    .form-control[b-rehqp7wpd7] {
        font-size: 14px;
        padding: 11px 14px;
        height: 46px;
    }

    .btn-primary[b-rehqp7wpd7] {
        font-size: 14px;
        padding: 12px 14px;
        height: 46px;
    }
}

/* Mobile Styles (max-width: 768px) */
@media (max-width: 768px) {
    .login-card[b-rehqp7wpd7] {
        border-radius: 16px;
        max-height: 90vh;
        margin: 0;
    }

    .login-header[b-rehqp7wpd7] {
        padding: 25px 20px;
    }

    .login-header h1[b-rehqp7wpd7] {
        font-size: 24px;
    }

    .login-header p[b-rehqp7wpd7] {
        font-size: 13px;
    }

    .login-body[b-rehqp7wpd7] {
        padding: 25px 20px;
    }

    .form-label[b-rehqp7wpd7] {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-control[b-rehqp7wpd7] {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 12px 14px;
        height: 44px;
    }

    .btn-primary[b-rehqp7wpd7] {
        font-size: 15px;
        padding: 12px 14px;
        height: 44px;
    }

    .form-check[b-rehqp7wpd7] {
        margin: 20px 0;
    }

    .form-check-label[b-rehqp7wpd7] {
        font-size: 13px;
    }

    .register-link[b-rehqp7wpd7] {
        margin-top: 20px;
        padding-top: 20px;
    }

    .register-link a[b-rehqp7wpd7] {
        font-size: 13px;
    }

    .mb-3[b-rehqp7wpd7] {
        margin-bottom: 1rem !important;
    }
}

/* Small Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
    .login-header[b-rehqp7wpd7] {
        padding: 20px 15px;
    }

    .login-header h1[b-rehqp7wpd7] {
        font-size: 22px;
    }

    .login-body[b-rehqp7wpd7] {
        padding: 20px 15px;
    }

    .form-control[b-rehqp7wpd7] {
        font-size: 16px;
        padding: 11px 12px;
        height: 42px;
    }

    .btn-primary[b-rehqp7wpd7] {
        font-size: 14px;
        padding: 11px 12px;
        height: 42px;
    }
}

/* _content/frontEndLogin/Components/Pages/QuickDeploy/Login.razor.rz.scp.css */
:root[b-jfw0y69qpe] {
    /* Dynamic Brand Colors */
    --auth-primary: #818cf8;       
    --auth-bg: #020617;            
    --auth-card-bg: rgba(255, 255, 255, 0.03);
    --auth-text: #ffffff;
    --auth-border: rgba(255, 255, 255, 0.1);
    --auth-input-bg: rgba(255, 255, 255, 0.05);
    --auth-primary-hover: #6366f1;
}

/* --- Base Layout --- */
body[b-jfw0y69qpe] {
    background-color: var(--auth-bg);
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.auth-container[b-jfw0y69qpe] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Mesh gradient now uses the background variable as the base */
    background: radial-gradient(circle at 20% 20%, #1e1b4b 0%, transparent 40%),
                radial-gradient(circle at 80% 80%, #312e81 0%, transparent 40%),
                var(--auth-bg);
    z-index: 1;
}

/* --- Glassmorphism Card --- */
@keyframes float-b-jfw0y69qpe {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.login-card[b-jfw0y69qpe] {
    width: 100%;
    max-width: 400px;
    background: var(--auth-card-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--auth-border);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    color: var(--auth-text);
    animation: float-b-jfw0y69qpe 6s ease-in-out infinite;
}

/* --- Header & Typography --- */
.logo-wrapper[b-jfw0y69qpe] {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-img[b-jfw0y69qpe] {
    height: 60px;
    width: auto;
    border-radius: 12px;
}

.login-header[b-jfw0y69qpe] {
    color: var(--auth-text);
    text-align: center;
    margin-bottom: 32px;
}

.login-header h1[b-jfw0y69qpe] {
    color: var(--auth-text);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.login-header p[b-jfw0y69qpe] {
    font-size: 14px;
    margin-top: 8px;
}

/* --- Form Elements --- */
.form-group[b-jfw0y69qpe] {
    margin-bottom: 20px;
}

.form-group label[b-jfw0y69qpe] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.input-control[b-jfw0y69qpe] {
    width: 100%;
    padding: 12px 16px;
    background: var(--auth-input-bg);
    border: 1px solid var(--auth-border);
    border-radius: 12px;
    color: var(--auth-text);
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
}

.input-control:focus[b-jfw0y69qpe] {
    border-color: var(--auth-primary);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.2);
}


.btn-submit[b-jfw0y69qpe] {
    width: 100%;
    padding: 14px;
    background: var(--auth-primary);
    color: var(--auth-text);
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.btn-submit:hover:not(:disabled)[b-jfw0y69qpe] {
    background: var(--auth-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(129, 140, 248, 0.3);
}


/* --- Divider Section --- */
.social-divider[b-jfw0y69qpe] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    /* Use the variable but force a bit more visibility */
    color: var(--auth-text);
    opacity: 0.5; 
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%; /* Ensure it spans the card width */
}

.social-divider[b-jfw0y69qpe]::before,
.social-divider[b-jfw0y69qpe]::after {
    content: "";
    flex: 1;
    /* Changed from var(--auth-border) to a slightly stronger line */
    border-bottom: 1px solid var(--auth-text);
    opacity: 0.2; /* This keeps it subtle but visible */
}

.social-divider span[b-jfw0y69qpe] {
    padding: 0 15px;
    transition: all 0.4s ease;
    text-shadow: 0 0 0px var(--auth-primary);
}
.social-divider:hover span[b-jfw0y69qpe],
.login-card:has(.social-login-stack:hover) .social-divider span[b-jfw0y69qpe] {
    color: #fff; /* Force pure white for the text center */
    opacity: 1;
    
    /* Layer 1: Sharp Glow | Layer 2: Medium Spread | Layer 3: Wide Aura */
    text-shadow: 
        0 0 5px #fff, 
        0 0 10px var(--auth-primary), 
        0 0 20px var(--auth-primary),
        0 0 40px var(--auth-primary);
        
    transition: all 0.2s ease-out; /* Faster "pop" when hovering */
}
/* --- Social Buttons Stack --- */
.social-login-stack[b-jfw0y69qpe] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
    width: 100%;
}

.btn-social[b-jfw0y69qpe] {
    display: grid !important;
    /* Column 1: fixed width for icon | Column 2: auto width for text */
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 24px; /* Slightly more padding for a cleaner look */
    background: var(--auth-input-bg);
    border: 1px solid var(--auth-border);
    border-radius: 12px;
    color: var(--auth-text);
    font-weight: 500;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.btn-social:hover[b-jfw0y69qpe] {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--auth-primary);
    transform: translateY(-1px);
}

.icon-wrapper[b-jfw0y69qpe] {
   grid-column: 2; /* Keeps text centered, but we'll adjust the icon below */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* THE MAGIC FIX: Absolute center alignment */
.btn-social[b-jfw0y69qpe] {
    display: flex !important;
    justify-content: flex-start; /* Align to start so we can control padding */
    padding-left: 18%; /* Adjust this % until it looks perfectly centered to you */
}

.icon-wrapper[b-jfw0y69qpe] {
    width: 24px;
    margin-right: 12px; /* This replaces the 'gap' */
    display: flex;
    justify-content: center;
}
.icon-wrapper img[b-jfw0y69qpe] {
    width: 24px;   /* Force exact width */
    height: 24px;  /* Force exact height */
    display: block;
    object-fit: contain;
}

.icon-wrapper img[b-jfw0y69qpe] {
    width: 24px;   /* Force exact width */
    height: 24px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* Apply this only when the background is dark */
.invert-icon img[b-jfw0y69qpe] {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-tag[b-jfw0y69qpe] {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid var(--auth-border);
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.login-header p[b-jfw0y69qpe], 
.form-group label[b-jfw0y69qpe], 
.footer-tag[b-jfw0y69qpe] {
    color: var(--auth-text);
    opacity: 0.7; /* This makes it look "muted" regardless of the color chosen */
}
@keyframes glow-pulse-b-jfw0y69qpe {
    0% { text-shadow: 0 0 10px var(--auth-primary), 0 0 20px var(--auth-primary); }
    50% { text-shadow: 0 0 15px var(--auth-primary), 0 0 35px var(--auth-primary), 0 0 50px var(--auth-primary); }
    100% { text-shadow: 0 0 10px var(--auth-primary), 0 0 20px var(--auth-primary); }
}

/* Apply the pulse only when hovering */
.social-divider:hover span[b-jfw0y69qpe],
.login-card:has(.social-login-stack:hover) .social-divider span[b-jfw0y69qpe] {
    color: #fff;
    opacity: 1;
    
    /* Layered Glow for Maximum Luminescence */
    text-shadow: 
        0 0 10px #fff,                /* The white-hot core */
        0 0 20px var(--auth-primary), /* Inner colored glow */
        0 0 40px var(--auth-primary), /* Mid-range aura */
        0 0 60px var(--auth-primary); /* Extreme distance light bleed */

    /* The Secret Sauce: Boosts the actual pixel brightness */
    filter: brightness(1.5) contrast(1.2);
    
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-divider:hover[b-jfw0y69qpe]::before,
.social-divider:hover[b-jfw0y69qpe]::after,
.login-card:has(.social-login-stack:hover) .social-divider[b-jfw0y69qpe]::before,
.login-card:has(.social-login-stack:hover) .social-divider[b-jfw0y69qpe]::after {
    border-bottom: 2px solid var(--auth-primary); /* Thicker line for more light */
    opacity: 1;
    
    /* This creates the "Neon Tube" effect on the lines */
    box-shadow: 0 0 15px var(--auth-primary);
    filter: brightness(1.2);
    
    transition: all 0.3s ease;
}
/* Skeleton Base */
.skeleton[b-jfw0y69qpe] {
    background: #1e293b; /* Match your card background slightly lighter */
    background: linear-gradient(
        90deg, 
        #1e293b 25%, 
        #334155 50%, 
        #1e293b 75%
    );
    background-size: 200% 100%;
    animation: skeleton-loading-b-jfw0y69qpe 1.5s infinite;
    border-radius: 8px;
    margin-bottom: 1rem;
}

@keyframes skeleton-loading-b-jfw0y69qpe {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Specific Sizes */
.skeleton-logo[b-jfw0y69qpe] { width: 80px; height: 80px; margin: 0 auto 2rem; border-radius: 50%; }
.skeleton-text-header[b-jfw0y69qpe] { width: 60%; height: 24px; margin: 0 auto 2rem; }
.skeleton-input[b-jfw0y69qpe] { width: 100%; height: 45px; }
.skeleton-button[b-jfw0y69qpe] { width: 100%; height: 50px; margin-top: 1rem; background: #312e81; opacity: 0.5; }
.skeleton-social[b-jfw0y69qpe] { width: 100%; height: 40px; margin-bottom: 0.5rem; }

.skeleton-container[b-jfw0y69qpe] {
    padding: 2rem;
    max-width: 400px;
    margin: auto;
    text-align: center;
}
/* _content/frontEndLogin/Components/Pages/QuickDeploy/SignUp.razor.rz.scp.css */
/* Authsmith Theme Configuration */
:root[b-1vymxiog38] {
    /* Your exact configuration settings */
    --auth-primary: #818cf8;       
    --auth-primary-hover: #6366f1;
    --auth-bg: #020617;            
    --auth-card-bg: rgba(255, 255, 255, 0.03);
    --auth-text: #ffffff;
    --auth-border: rgba(255, 255, 255, 0.1);
    --auth-input-bg: rgba(255, 255, 255, 0.05);
    
    /* Functional Variables */
    --card-blur: 15px;
    --card-radius: 24px;
}
/* Fullscreen Container */
.auth-container[b-1vymxiog38] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Mesh gradient now uses the background variable as the base */
    background: radial-gradient(circle at 20% 20%, #1e1b4b 0%, transparent 40%),
                radial-gradient(circle at 80% 80%, #312e81 0%, transparent 40%),
                var(--auth-bg);
    z-index: 1;
}
.logo-wrapper[b-1vymxiog38] {
    display: flex;
    justify-content: center; /* Horizontally centers the img in the flex container */
    width: 100%;
    margin-bottom: 30px;
}

/* Ensure the Header Text is centered */
.login-header[b-1vymxiog38] {
    width: 100%;
    text-align: center; /* Centers the H1 and P tags */
    margin-bottom: 32px;
}

/* Optional: Ensure the Image itself behaves correctly */
.logo-img[b-1vymxiog38] {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: auto;
    border-radius: 12px;
}
/* Glassmorphism Card */
.login-card[b-1vymxiog38] {
    width: 100%;
    max-width: 400px;
    background: var(--auth-card-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--auth-border);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    color: var(--auth-text);
    animation: float-b-1vymxiog38 6s ease-in-out infinite;
}


/* Form Headings */
.login-header h1[b-1vymxiog38] {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: var(--auth-text);
}

.login-header p[b-1vymxiog38] {
    color: var(--auth-text);
    opacity: 0.7; 
    font-size: 14px;
    margin-top: 8px;
}

/* Input Fields */
.form-group label[b-1vymxiog38] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.input-control[b-1vymxiog38] {
    width: 100%;
    padding: 12px 16px;
    background: var(--auth-input-bg);
    border: 1px solid var(--auth-border);
    border-radius: 12px;
    color: var(--auth-text);
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.input-control:focus[b-1vymxiog38] {
    border-color: var(--auth-primary);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(129, 140, 241, 0.2);
}

/* Submit Button */
.btn-submit[b-1vymxiog38] {
    width: 100%;
    padding: 14px;
    background: var(--auth-primary);
    color: var(--auth-text);
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.btn-submit:hover:not(:disabled)[b-1vymxiog38] {
    background: var(--auth-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(129, 140, 248, 0.3);
}

.footer-tag[b-1vymxiog38] {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid var(--auth-border);
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
}
.form-group label[b-1vymxiog38], 
.footer-tag[b-1vymxiog38] {
    color: var(--auth-text);
    opacity: 0.7; /* This makes it look "muted" regardless of the color chosen */
}
label[b-1vymxiog38]{
     color: var(--auth-text);
     opacity: 0.7; /* This makes it look "muted" regardless of the color chosen */
}
p[b-1vymxiog38]{
     color: var(--auth-text);
     opacity: 0.7; 
}
@keyframes float-b-1vymxiog38 {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
/* Tablet & Mobile Tweaks */
@media (max-width: 480px) {
    .login-card[b-1vymxiog38] {
        padding: 30px 20px;
        margin: 15px;
    }
}
/* Skeleton Base */
.skeleton[b-1vymxiog38] {
    background: #1e293b; /* Match your card background slightly lighter */
    background: linear-gradient(
        90deg, 
        #1e293b 25%, 
        #334155 50%, 
        #1e293b 75%
    );
    background-size: 200% 100%;
    animation: skeleton-loading-b-1vymxiog38 1.5s infinite;
    border-radius: 8px;
    margin-bottom: 1rem;
}

@keyframes skeleton-loading-b-1vymxiog38 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Specific Sizes */
.skeleton-logo[b-1vymxiog38] { width: 80px; height: 80px; margin: 0 auto 2rem; border-radius: 50%; }
.skeleton-text-header[b-1vymxiog38] { width: 60%; height: 24px; margin: 0 auto 2rem; }
.skeleton-input[b-1vymxiog38] { width: 100%; height: 45px; }
.skeleton-button[b-1vymxiog38] { width: 100%; height: 50px; margin-top: 1rem; background: #312e81; opacity: 0.5; }
.skeleton-social[b-1vymxiog38] { width: 100%; height: 40px; margin-bottom: 0.5rem; }

.skeleton-container[b-1vymxiog38] {
    padding: 2rem;
    max-width: 400px;
    margin: auto;
    text-align: center;
}
/* _content/frontEndLogin/Components/Pages/Support.razor.rz.scp.css */
.support-container[b-b1nkk88spu] {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.support-header h1[b-b1nkk88spu] {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 30px;
}

.search-box[b-b1nkk88spu] {
    position: relative;
    max-width: 600px;
    margin: 0 auto 60px;
}

.search-box input[b-b1nkk88spu] {
    width: 100%;
    padding: 16px 20px 16px 50px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-size: 1.1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.search-box i[b-b1nkk88spu] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.2rem;
}

.support-grid[b-b1nkk88spu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.support-card[b-b1nkk88spu] {
    background: white;
    padding: 30px;
    border-radius: 16px;
    text-align: left;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.support-card:hover[b-b1nkk88spu] {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
}

.support-icon[b-b1nkk88spu] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Category Colors */
.billing[b-b1nkk88spu] { background: #eff6ff; color: #3b82f6; }
.account[b-b1nkk88spu] { background: #fdf2f8; color: #db2777; }
.technical[b-b1nkk88spu] { background: #f0fdf4; color: #16a34a; }

.support-card h3[b-b1nkk88spu] { margin-bottom: 15px; font-size: 1.25rem; }

.support-card ul[b-b1nkk88spu] { list-style: none; padding: 0; }
.support-card li[b-b1nkk88spu] { margin-bottom: 10px; }
.support-card a[b-b1nkk88spu] { color: #64748b; text-decoration: none; transition: color 0.2s; }
.support-card a:hover[b-b1nkk88spu] { color: #3b82f6; text-decoration: underline; }

.contact-footer[b-b1nkk88spu] {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
}
/* _content/frontEndLogin/Components/Pages/UserManagement.razor.rz.scp.css */
.user-management-wrapper[b-sewrrl55va] {
    padding: 2rem;
    background: #f9fafb;
    min-height: 100vh;
}

.page-header[b-sewrrl55va] {
    margin-bottom: 2rem;
}

.page-header h1[b-sewrrl55va] {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.users-section[b-sewrrl55va],
.roles-section[b-sewrrl55va] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.section-header[b-sewrrl55va] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.section-header h2[b-sewrrl55va] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.header-actions[b-sewrrl55va] {
    display: flex;
    gap: 1rem;
}

.search-bar[b-sewrrl55va] {
    margin-bottom: 1.5rem;
}

.search-input[b-sewrrl55va] {
    width: 100%;
    max-width: 500px;
}

.users-grid[b-sewrrl55va] {
    margin-top: 1rem;
}

/* MudBlazor Theme Overrides for User Management */
.user-management-wrapper[b-sewrrl55va]  .mud-tabs {
    background: white;
    border-radius: 12px 12px 0 0;
    padding: 0 1rem;
}

.user-management-wrapper[b-sewrrl55va]  .mud-tab {
    color: #6b7280;
    font-weight: 500;
}

.user-management-wrapper[b-sewrrl55va]  .mud-tab.mud-tab-active {
    color: #418eec;
    font-weight: 600;
}

.user-management-wrapper[b-sewrrl55va]  .mud-tab-slider {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
}

.user-management-wrapper[b-sewrrl55va]  .mud-button-filled.mud-primary {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.user-management-wrapper[b-sewrrl55va]  .mud-button-filled.mud-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.user-management-wrapper[b-sewrrl55va]  .mud-button-outlined.mud-primary {
    border-color: #418eec;
    color: #418eec;
}

.user-management-wrapper[b-sewrrl55va]  .mud-button-outlined.mud-primary:hover {
    background: rgba(65, 142, 236, 0.1);
    border-color: #418eec;
}

.user-management-wrapper[b-sewrrl55va]  .mud-icon-button.mud-primary {
    color: #418eec;
}

.user-management-wrapper[b-sewrrl55va]  .mud-icon-button.mud-primary:hover {
    background: rgba(65, 142, 236, 0.1);
    color: #05172e;
}

.user-management-wrapper[b-sewrrl55va]  .mud-icon-button.mud-error {
    color: #ef4444;
}

.user-management-wrapper[b-sewrrl55va]  .mud-icon-button.mud-error:hover {
    background: rgba(239, 68, 68, 0.1);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .user-management-wrapper[b-sewrrl55va] {
        padding: 1rem;
    }

    .page-header h1[b-sewrrl55va] {
        font-size: 24px;
    }

    .users-section[b-sewrrl55va],
    .roles-section[b-sewrrl55va] {
        padding: 1rem;
        border-radius: 8px;
    }

    .section-header[b-sewrrl55va] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-header h2[b-sewrrl55va] {
        font-size: 18px;
    }

    .header-actions[b-sewrrl55va] {
        width: 100%;
        flex-direction: column;
        gap: 0.75rem;
    }

    .header-actions[b-sewrrl55va]  .mud-button {
        width: 100%;
        justify-content: center;
    }

    .search-bar[b-sewrrl55va] {
        margin-bottom: 1rem;
    }

    .search-input[b-sewrrl55va] {
        max-width: 100%;
    }

    /* Make tabs scrollable on mobile */
    .user-management-wrapper[b-sewrrl55va]  .mud-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .user-management-wrapper[b-sewrrl55va]  .mud-tab {
        min-width: 100px;
        font-size: 14px;
        padding: 12px 16px;
    }

    /* Make data grids scrollable on mobile */
    .users-grid[b-sewrrl55va]  .mud-table-container,
    .roles-grid[b-sewrrl55va]  .mud-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .users-grid[b-sewrrl55va]  .mud-table,
    .roles-grid[b-sewrrl55va]  .mud-table {
        min-width: 700px;
    }

    .users-grid[b-sewrrl55va]  .mud-table-cell,
    .roles-grid[b-sewrrl55va]  .mud-table-cell {
        padding: 8px 12px;
        font-size: 14px;
    }

    .users-grid[b-sewrrl55va]  .mud-table-head,
    .roles-grid[b-sewrrl55va]  .mud-table-head {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .user-management-wrapper[b-sewrrl55va] {
        padding: 0.75rem;
    }

    .page-header h1[b-sewrrl55va] {
        font-size: 20px;
    }

    .users-section[b-sewrrl55va],
    .roles-section[b-sewrrl55va] {
        padding: 0.75rem;
    }

    .section-header h2[b-sewrrl55va] {
        font-size: 16px;
    }

    .user-management-wrapper[b-sewrrl55va]  .mud-tab {
        font-size: 13px;
        padding: 10px 12px;
    }
}
/* _content/frontEndLogin/Components/RegisterModal.razor.rz.scp.css */
.register-card[b-850tavlpnm] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp-b-850tavlpnm 0.6s ease-out;
    display: none;
    max-height: 95vh;
    overflow-y: auto;
    min-height: fit-content;
}

.register-card.show[b-850tavlpnm] {
    display: block;
}

@keyframes slideUp-b-850tavlpnm {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.register-header[b-850tavlpnm] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    padding: 40px 30px;
    text-align: center;
    color: white;
}

.register-header h1[b-850tavlpnm] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.register-header p[b-850tavlpnm] {
    font-size: 14px;
    opacity: 0.9;
}

.register-body[b-850tavlpnm] {
    padding: 40px 30px;
}

.form-label[b-850tavlpnm] {
    font-weight: 500;
    color: #374151;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.form-control[b-850tavlpnm] {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.2s;
    width: 100%;
    height: 48px;
}

.form-control:focus[b-850tavlpnm] {
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.form-select[b-850tavlpnm] {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.2s;
    width: 100%;
    height: 48px;
}

.form-select:focus[b-850tavlpnm] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.form-text[b-850tavlpnm] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.password-input-wrapper[b-850tavlpnm] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrapper .form-control[b-850tavlpnm] {
    padding-right: 3rem;
}

.password-toggle-btn[b-850tavlpnm] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.password-toggle-btn:hover[b-850tavlpnm] {
    background: #f3f4f6;
    color: #1f2937;
}

.password-toggle-btn i[b-850tavlpnm] {
    font-size: 20px;
}

.password-strength-container[b-850tavlpnm] {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    min-height: 30px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.password-strength-bar[b-850tavlpnm] {
    width: 100%;
    height: 4px;
    background-color: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.password-strength-fill[b-850tavlpnm] {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
    border-radius: 2px;
}

.password-strength-text[b-850tavlpnm] {
    font-size: 12px;
    font-weight: 500;
    margin-top: 0.25rem;
    min-height: 16px;
    display: block;
}

.row[b-850tavlpnm] {
    display: flex;
    gap: 15px;
}

.col-md-6[b-850tavlpnm] {
    flex: 1;
}

.btn-primary[b-850tavlpnm] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    border: none;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    width: 100%;
    height: 48px;
    display: block;
    color: white;
    cursor: pointer;
}

.btn-primary:hover[b-850tavlpnm] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
}

.text-danger[b-850tavlpnm] {
    font-size: 13px;
    margin-top: 4px;
}

.validation-summary-errors[b-850tavlpnm] {
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.validation-summary-errors ul[b-850tavlpnm] {
    margin: 0;
    padding-left: 20px;
}

.validation-summary-errors li[b-850tavlpnm] {
    color: #991b1b;
    margin-bottom: 4px;
}

.mb-3[b-850tavlpnm] {
    margin-bottom: 1rem;
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .register-card[b-850tavlpnm] {
        max-height: 85vh;
    }

    .register-header[b-850tavlpnm] {
        padding: 30px 25px;
    }

    .register-header h1[b-850tavlpnm] {
        font-size: 28px;
    }

    .register-body[b-850tavlpnm] {
        padding: 30px 25px;
    }

    .form-control[b-850tavlpnm], .form-select[b-850tavlpnm] {
        font-size: 14px;
        padding: 11px 14px;
        height: 46px;
    }

    .btn-primary[b-850tavlpnm] {
        font-size: 14px;
        padding: 12px 14px;
        height: 46px;
    }
}

/* Mobile Styles (max-width: 768px) */
@media (max-width: 768px) {
    .register-card[b-850tavlpnm] {
        border-radius: 16px;
        max-height: 90vh;
        margin: 0;
    }

    .register-header[b-850tavlpnm] {
        padding: 25px 20px;
    }

    .register-header h1[b-850tavlpnm] {
        font-size: 24px;
    }

    .register-header p[b-850tavlpnm] {
        font-size: 13px;
    }

    .register-body[b-850tavlpnm] {
        padding: 25px 20px;
    }

    .form-label[b-850tavlpnm] {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-control[b-850tavlpnm], .form-select[b-850tavlpnm] {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 12px 14px;
        height: 44px;
    }

    .btn-primary[b-850tavlpnm] {
        font-size: 15px;
        padding: 12px 14px;
        height: 44px;
    }

    .row[b-850tavlpnm] {
        flex-direction: column;
        gap: 0;
    }

    .col-md-6[b-850tavlpnm] {
        width: 100%;
    }

    .mb-3[b-850tavlpnm] {
        margin-bottom: 1rem !important;
    }
}

/* Small Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
    .register-header[b-850tavlpnm] {
        padding: 20px 15px;
    }

    .register-header h1[b-850tavlpnm] {
        font-size: 22px;
    }

    .register-body[b-850tavlpnm] {
        padding: 20px 15px;
    }

    .form-control[b-850tavlpnm], .form-select[b-850tavlpnm] {
        font-size: 16px;
        padding: 11px 12px;
        height: 42px;
    }

    .btn-primary[b-850tavlpnm] {
        font-size: 14px;
        padding: 11px 12px;
        height: 42px;
    }
}

/* _content/frontEndLogin/Pages/AccountSettings.razor.rz.scp.css */
.account-settings-wrapper[b-i52duyku78] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 2rem;
    background: #f9fafb;
    min-height: 100vh;
}

.page-header[b-i52duyku78] {
    margin-bottom: 2rem;
}

.page-header h1[b-i52duyku78] {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.client-info-section[b-i52duyku78] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.info-card h2[b-i52duyku78] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.info-grid[b-i52duyku78] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.info-item[b-i52duyku78] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label[b-i52duyku78] {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-i52duyku78] {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    word-break: break-all;
    font-family: inherit;
}

.loading-state[b-i52duyku78],
.error-state[b-i52duyku78] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
    grid-column: 1 / -1;
    justify-content: center;
    color: #6b7280;
}

.error-state[b-i52duyku78] {
    color: #ef4444;
}

.error-state i[b-i52duyku78] {
    font-size: 24px;
}

/* MudBlazor Theme Overrides */
.account-settings-wrapper[b-i52duyku78]  .mud-tabs {
    background: white;
    border-radius: 12px 12px 0 0;
    padding: 0 1rem;
}

.account-settings-wrapper[b-i52duyku78]  .mud-tab {
    color: #6b7280;
    font-weight: 500;
}

.account-settings-wrapper[b-i52duyku78]  .mud-tab.mud-tab-active {
    color: #418eec;
    font-weight: 600;
}

.account-settings-wrapper[b-i52duyku78]  .mud-tab-slider {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .account-settings-wrapper[b-i52duyku78] {
        padding: 1rem;
    }

    .page-header h1[b-i52duyku78] {
        font-size: 24px;
    }

    .client-info-section[b-i52duyku78] {
        padding: 1rem;
        border-radius: 8px;
    }

    .info-card h2[b-i52duyku78] {
        font-size: 18px;
    }

    .info-grid[b-i52duyku78] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .info-value[b-i52duyku78] {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .account-settings-wrapper[b-i52duyku78] {
        padding: 0.75rem;
    }

    .page-header h1[b-i52duyku78] {
        font-size: 20px;
    }

    .client-info-section[b-i52duyku78] {
        padding: 0.75rem;
    }

    .info-card h2[b-i52duyku78] {
        font-size: 16px;
    }
}
/* _content/frontEndLogin/Pages/AppManagement.razor.rz.scp.css */
.app-management-wrapper[b-vz6qmtibeu] {
    padding: 2rem;
    background: #f9fafb;
    min-height: 100vh;
}

.page-header[b-vz6qmtibeu] {
    margin-bottom: 2rem;
}

.page-header h1[b-vz6qmtibeu] {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.apps-section[b-vz6qmtibeu] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.section-header[b-vz6qmtibeu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.section-header h2[b-vz6qmtibeu] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.header-actions[b-vz6qmtibeu] {
    display: flex;
    gap: 1rem;
}

.apps-grid[b-vz6qmtibeu] {
    margin-top: 1rem;
}

/* MudBlazor Theme Overrides for App Management */
.app-management-wrapper[b-vz6qmtibeu]  .mud-button-filled.mud-primary {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%);
    color: white;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-button-filled.mud-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 142, 236, 0.3);
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-button-outlined.mud-primary {
    border-color: #418eec;
    color: #418eec;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-button-outlined.mud-primary:hover {
    background: rgba(65, 142, 236, 0.1);
    border-color: #418eec;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-icon-button.mud-primary {
    color: #418eec;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-icon-button.mud-primary:hover {
    background: rgba(65, 142, 236, 0.1);
    color: #05172e;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-icon-button.mud-error {
    color: #ef4444;
}

.app-management-wrapper[b-vz6qmtibeu]  .mud-icon-button.mud-error:hover {
    background: rgba(239, 68, 68, 0.1);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .app-management-wrapper[b-vz6qmtibeu] {
        padding: 1rem;
    }

    .page-header h1[b-vz6qmtibeu] {
        font-size: 24px;
    }

    .apps-section[b-vz6qmtibeu] {
        padding: 1rem;
        border-radius: 8px;
    }

    .section-header[b-vz6qmtibeu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-header h2[b-vz6qmtibeu] {
        font-size: 18px;
    }

    .header-actions[b-vz6qmtibeu] {
        width: 100%;
        flex-direction: column;
        gap: 0.75rem;
    }

    .header-actions[b-vz6qmtibeu]  .mud-button {
        width: 100%;
        justify-content: center;
    }

    /* Make data grid scrollable on mobile */
    .apps-grid[b-vz6qmtibeu]  .mud-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .apps-grid[b-vz6qmtibeu]  .mud-table {
        min-width: 600px;
    }

    .apps-grid[b-vz6qmtibeu]  .mud-table-cell {
        padding: 8px 12px;
        font-size: 14px;
    }

    .apps-grid[b-vz6qmtibeu]  .mud-table-head {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .app-management-wrapper[b-vz6qmtibeu] {
        padding: 0.75rem;
    }

    .page-header h1[b-vz6qmtibeu] {
        font-size: 20px;
    }

    .apps-section[b-vz6qmtibeu] {
        padding: 0.75rem;
    }

    .section-header h2[b-vz6qmtibeu] {
        font-size: 16px;
    }
}
/* _content/frontEndLogin/Pages/Checkout.razor.rz.scp.css */
.checkout-container[b-w3upon45z3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 20px;
}

.card[b-w3upon45z3] {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: center;
    max-width: 450px;
    width: 100%;
}

.icon-circle[b-w3upon45z3] {
    width: 80px;
    height: 80px;
    background: #28a745; /* Success Green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.2);
}

.icon-circle.error[b-w3upon45z3] {
    background: #dc3545; /* Error Red */
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2);
}

.details-box[b-w3upon45z3] {
    background: #f7fafc;
    padding: 12px;
    border-radius: 8px;
    margin: 24px 0;
    font-size: 0.9rem;
    color: #4a5568;
}

.btn-primary[b-w3upon45z3] {
    display: inline-block;
    background: #4A90E2;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s;
}
.action-buttons[b-w3upon45z3] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

/* Secondary Button - Solid Grey/Blue */
.btn-secondary[b-w3upon45z3] {
    display: inline-block;
    background: #64748b;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-w3upon45z3] {
    background: #475569;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Outline Button - Transparent with Border */
.btn-outline[b-w3upon45z3] {
    display: inline-block;
    background: transparent;
    color: #64748b;
    padding: 10px 22px; /* Adjusted for border thickness */
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-outline:hover[b-w3upon45z3] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    transform: translateY(-2px);
}
.btn-primary:hover[b-w3upon45z3] { transform: translateY(-2px); }
/* _content/frontEndLogin/Pages/Dashboard.razor.rz.scp.css */
.dashboard-wrapper[b-svz3ty0g1y] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 2rem;
    width: 100%;
    margin: 0;
    background: #f9fafb;
    min-height: 100vh;
}

/* Header */
.dashboard-header[b-svz3ty0g1y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.dashboard-title[b-svz3ty0g1y] {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.dashboard-subtitle[b-svz3ty0g1y] {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

.period-select[b-svz3ty0g1y] {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 200px;
}

.period-select:focus[b-svz3ty0g1y] {
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
    outline: none;
}

/* Custom Dropdown */
.custom-dropdown[b-svz3ty0g1y] {
    position: relative;
    min-width: 200px;
    z-index: 1000;
}

.dropdown-backdrop[b-svz3ty0g1y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
}

.dropdown-toggle[b-svz3ty0g1y] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.dropdown-toggle:hover[b-svz3ty0g1y] {
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.dropdown-toggle:focus[b-svz3ty0g1y] {
    outline: none;
    border-color: #05172e;
    box-shadow: 0 0 0 3px rgba(5, 23, 46, 0.1);
}

.dropdown-toggle i[b-svz3ty0g1y] {
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.2s;
}

.dropdown-menu[b-svz3ty0g1y] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    animation: dropdownFadeIn-b-svz3ty0g1y 0.2s ease;
}

@keyframes dropdownFadeIn-b-svz3ty0g1y {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item[b-svz3ty0g1y] {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.dropdown-item:last-child[b-svz3ty0g1y] {
    border-bottom: none;
}

.dropdown-item:hover[b-svz3ty0g1y] {
    background: #f9fafb;
    color: #05172e;
}

.dropdown-item.active[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
}

.dropdown-item.active:hover[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    opacity: 0.9;
}

/* Metrics Grid */
.metrics-grid[b-svz3ty0g1y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-card[b-svz3ty0g1y] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.metric-card:hover[b-svz3ty0g1y] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.metric-icon[b-svz3ty0g1y] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
}

.metric-icon i[b-svz3ty0g1y] {
    font-size: 24px;
}

.metric-icon-primary[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
}

.metric-icon-success[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.metric-icon-info[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.metric-icon-warning[b-svz3ty0g1y] {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.metric-content[b-svz3ty0g1y] {
    flex: 1;
    min-width: 0;
}

.metric-label[b-svz3ty0g1y] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
}

.metric-value[b-svz3ty0g1y] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.metric-change[b-svz3ty0g1y] {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.metric-change.positive[b-svz3ty0g1y] {
    color: #10b981;
}

.metric-change.negative[b-svz3ty0g1y] {
    color: #ef4444;
}

.metric-chart[b-svz3ty0g1y] {
    margin-top: 0.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mini-chart-svg[b-svz3ty0g1y] {
    display: block;
    overflow: visible;
}

/* Charts Section */
.charts-section[b-svz3ty0g1y] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-svz3ty0g1y] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: visible;
    position: relative;
}

.chart-card-full[b-svz3ty0g1y] {
    grid-column: span 12;
}

.chart-card-third[b-svz3ty0g1y] {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
}

.chart-card-third .chart-title[b-svz3ty0g1y] {
    flex-shrink: 0;
}

.chart-card-third .custom-bar-chart-small[b-svz3ty0g1y],
.chart-card-third .custom-pie-chart[b-svz3ty0g1y],
.chart-card-third .custom-horizontal-bar-chart[b-svz3ty0g1y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.chart-title[b-svz3ty0g1y] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.chart-svg[b-svz3ty0g1y] {
    display: block;
    width: 100%;
    height: auto;
}

/* Custom Bar Chart */
.custom-bar-chart[b-svz3ty0g1y] {
    width: 100%;
    padding: 1rem 0;
    overflow: visible;
    position: relative;
}

.bar-chart-container[b-svz3ty0g1y] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 300px;
    gap: 0.5rem;
    overflow: visible;
    position: relative;
}

.bar-item[b-svz3ty0g1y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: visible;
    position: relative;
}

.bar-wrapper[b-svz3ty0g1y] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    overflow: visible;
    position: relative;
}

.bar[b-svz3ty0g1y] {
    width: 80%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    min-height: 4px;
    position: relative;
    cursor: pointer;
}


.bar-primary[b-svz3ty0g1y] {
    background: linear-gradient(180deg, #05172e 0%, #418eec 100%);
    box-shadow: 0 2px 8px rgba(5, 23, 46, 0.2);
}

.bar-primary[b-svz3ty0g1y]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    border-radius: 4px 4px 0 0;
    pointer-events: none;
}

.bar:hover[b-svz3ty0g1y] {
    opacity: 0.85;
    transform: translateY(-2px);
}

.bar-label[b-svz3ty0g1y] {
    margin-top: 0.5rem;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.bar-value[b-svz3ty0g1y] {
    margin-top: 0.25rem;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 600;
}

/* Custom Horizontal Bar Chart */
.custom-horizontal-bar-chart[b-svz3ty0g1y] {
    padding: 1rem 0;
}

.horizontal-bar-item[b-svz3ty0g1y] {
    margin-bottom: 1rem;
}

.horizontal-bar-label[b-svz3ty0g1y] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.horizontal-bar-wrapper[b-svz3ty0g1y] {
    position: relative;
    width: 100%;
    height: 24px;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
}

.horizontal-bar[b-svz3ty0g1y] {
    height: 100%;
    border-radius: 12px;
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.horizontal-bar-success[b-svz3ty0g1y] {
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.horizontal-bar-value[b-svz3ty0g1y] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    z-index: 1;
}

/* Custom Pie Chart */
.custom-pie-chart[b-svz3ty0g1y] {
    padding: 1rem 0;
}

.pie-chart-container[b-svz3ty0g1y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.pie-chart-wrapper[b-svz3ty0g1y] {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    overflow: visible;
}

.custom-pie-chart[b-svz3ty0g1y] {
    overflow: visible;
    position: relative;
}

.pie-chart-container[b-svz3ty0g1y] {
    overflow: visible;
    position: relative;
}

.pie-chart[b-svz3ty0g1y] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.pie-chart svg[b-svz3ty0g1y] {
    width: 100%;
    height: 100%;
}

.pie-segment-group[b-svz3ty0g1y] {
    cursor: pointer;
}

.pie-chart svg path[b-svz3ty0g1y] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.pie-segment[b-svz3ty0g1y] {
    transition: all 0.3s ease;
    position: relative;
}

.pie-segment:hover[b-svz3ty0g1y] {
    opacity: 0.85;
    filter: brightness(1.15);
    stroke-width: 4;
}

/* Pie chart tooltip using title element and custom styling */
.pie-segment[data-tooltip][b-svz3ty0g1y] {
    position: relative;
}

/* Use native SVG title for basic tooltip, but we'll enhance with CSS */
.pie-chart-wrapper[b-svz3ty0g1y] {
    position: relative;
    overflow: visible;
}

.pie-chart[b-svz3ty0g1y] {
    overflow: visible;
}


.tooltip-label[b-svz3ty0g1y] {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    opacity: 0.9;
    letter-spacing: 0.3px;
}

.tooltip-value[b-svz3ty0g1y] {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.pie-legend[b-svz3ty0g1y] {
    width: 100%;
}

.pie-legend-item[b-svz3ty0g1y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 13px;
}

.pie-legend-color[b-svz3ty0g1y] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
}

.pie-legend-label[b-svz3ty0g1y] {
    flex: 1;
    color: #374151;
    font-weight: 500;
}

.pie-legend-value[b-svz3ty0g1y] {
    color: #6b7280;
    font-weight: 600;
}

/* Custom Small Bar Chart */
.custom-bar-chart-small[b-svz3ty0g1y] {
    width: 100%;
    padding: 0.5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.bar-chart-container-small[b-svz3ty0g1y] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex: 1;
    min-height: 320px;
    gap: 1rem;
    padding: 0.5rem 0;
    overflow: visible;
    position: relative;
}

.bar-item-small[b-svz3ty0g1y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: visible;
    position: relative;
}

.bar-wrapper-small[b-svz3ty0g1y] {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.bar-small[b-svz3ty0g1y] {
    width: 75%;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
    min-height: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: pointer;
}


.bar-device[b-svz3ty0g1y] {
    position: relative;
}

.bar-device[b-svz3ty0g1y]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    border-radius: 6px 6px 0 0;
    pointer-events: none;
}

.bar-small:hover[b-svz3ty0g1y] {
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bar-label-small[b-svz3ty0g1y] {
    margin-top: 0.75rem;
    font-size: 13px;
    color: #374151;
    font-weight: 600;
    text-align: center;
}

.bar-value-small[b-svz3ty0g1y] {
    margin-top: 0.5rem;
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
    text-align: center;
}

/* Activity Card */
.bottom-section[b-svz3ty0g1y] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.activity-card[b-svz3ty0g1y] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.activity-header[b-svz3ty0g1y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.activity-header h3[b-svz3ty0g1y] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.refresh-btn[b-svz3ty0g1y] {
    background: transparent;
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

.refresh-btn i[b-svz3ty0g1y] {
    font-size: 18px;
    display: inline-flex;
}

.refresh-btn i[b-svz3ty0g1y] {
    font-size: 18px;
    display: inline-flex;
}

.refresh-btn:hover[b-svz3ty0g1y] {
    border-color: #05172e;
    color: #05172e;
}

.activity-table-container[b-svz3ty0g1y] {
    flex: 1;
    overflow: auto;
}

.activity-table[b-svz3ty0g1y] {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.activity-table thead[b-svz3ty0g1y] {
    background: #f9fafb;
}

.activity-table th[b-svz3ty0g1y] {
    text-align: left;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e7eb;
}

.activity-table td[b-svz3ty0g1y] {
    padding: 12px;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.activity-table tbody tr:hover[b-svz3ty0g1y] {
    background: #f9fafb;
}

.activity-table tbody tr:nth-child(even)[b-svz3ty0g1y] {
    background: #fafafa;
}

.activity-table tbody tr:nth-child(even):hover[b-svz3ty0g1y] {
    background: #f9fafb;
}

.user-cell[b-svz3ty0g1y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-svz3ty0g1y] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.status-badge[b-svz3ty0g1y] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.success[b-svz3ty0g1y] {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.failed[b-svz3ty0g1y] {
    background: #fee2e2;
    color: #991b1b;
}

/* Actions Card */
.actions-card[b-svz3ty0g1y] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.actions-card h3[b-svz3ty0g1y] {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem 0;
}

.actions-list[b-svz3ty0g1y] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

/* MudBlazor Button Glass Effect Styling */
.actions-list[b-svz3ty0g1y]  .mud-button.action-btn {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    color: #374151 !important;
    font-weight: 500;
    padding: 14px 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left !important;
    justify-content: flex-start !important;
    gap: 1rem;
    font-size: 14px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 
                0 1px 2px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    text-transform: none !important;
    min-height: auto !important;
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: left 0.5s;
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn:hover {
    background: linear-gradient(135deg, #418eec 0%, #05172e 100%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(5, 23, 46, 0.25),
                0 4px 8px rgba(0, 0, 0, 0.1);
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn:hover::before {
    left: 100%;
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn i {
    font-size: 20px;
    transition: transform 0.3s;
    z-index: 1;
    position: relative;
    margin-right: 0.5rem;
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn:hover i {
    transform: scale(1.1);
}

.actions-list[b-svz3ty0g1y]  .mud-button.action-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 23, 46, 0.2);
}

/* Responsive */
@media (max-width: 1200px) {
    .bottom-section[b-svz3ty0g1y] {
        grid-template-columns: 1fr;
    }

    .chart-card-third[b-svz3ty0g1y] {
        grid-column: span 12;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .chart-card-third[b-svz3ty0g1y] {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .dashboard-wrapper[b-svz3ty0g1y] {
        padding: 1rem;
    }

    .dashboard-header[b-svz3ty0g1y] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .dashboard-title[b-svz3ty0g1y] {
        font-size: 24px;
    }

    .dashboard-subtitle[b-svz3ty0g1y] {
        font-size: 14px;
    }

    .period-select[b-svz3ty0g1y] {
        width: 100%;
        min-width: auto;
    }

    .custom-dropdown[b-svz3ty0g1y] {
        width: 100%;
    }

    .metrics-grid[b-svz3ty0g1y] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .metric-card[b-svz3ty0g1y] {
        padding: 1rem;
    }

    .metric-value[b-svz3ty0g1y] {
        font-size: 24px;
    }

    .charts-section[b-svz3ty0g1y] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .chart-card-full[b-svz3ty0g1y],
    .chart-card-third[b-svz3ty0g1y] {
        grid-column: span 12;
        padding: 1rem;
    }

    .chart-header h3[b-svz3ty0g1y] {
        font-size: 16px;
    }

    .activity-table[b-svz3ty0g1y] {
        font-size: 12px;
    }

    .activity-table th[b-svz3ty0g1y],
    .activity-table td[b-svz3ty0g1y] {
        padding: 8px 4px;
    }

    /* Make activity table scrollable on mobile */
    .activity-table-wrapper[b-svz3ty0g1y] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .activity-table[b-svz3ty0g1y] {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .dashboard-wrapper[b-svz3ty0g1y] {
        padding: 0.75rem;
    }

    .dashboard-title[b-svz3ty0g1y] {
        font-size: 20px;
    }

    .metric-card[b-svz3ty0g1y] {
        padding: 0.75rem;
    }

    .metric-value[b-svz3ty0g1y] {
        font-size: 20px;
    }

    .chart-card-full[b-svz3ty0g1y],
    .chart-card-third[b-svz3ty0g1y] {
        padding: 0.75rem;
    }
}
.empty-state-container[b-svz3ty0g1y] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 20px;
    text-align: center;
}

.empty-state-content[b-svz3ty0g1y] {
    max-width: 500px;
    background: white;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.empty-state-icon[b-svz3ty0g1y] {
    position: relative;
    font-size: 80px;
    color: #418eec;
    margin-bottom: 24px;
    display: inline-block;
}

.empty-state-icon i[b-svz3ty0g1y] { font-size: 80px; position: relative; z-index: 2; }

/* Pulse Animation */
.icon-pulse[b-svz3ty0g1y] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(65, 142, 236, 0.1);
    border-radius: 50%;
    animation: pulse-b-svz3ty0g1y 2s infinite;
    z-index: 1;
}

@keyframes pulse-b-svz3ty0g1y {
    0% { transform: translate(-50%, -50%) scale(0.95); opacity: 1; }
    70% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(0.95); opacity: 0; }
}

.empty-state-title[b-svz3ty0g1y] {
    font-size: 2rem;
    font-weight: 700;
    color: #05172e;
    margin-bottom: 16px;
}

.empty-state-description[b-svz3ty0g1y] {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 32px;
}

.create-app-btn[b-svz3ty0g1y] {
    border-radius: 12px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
/* _content/frontEndLogin/Pages/PricingPage.razor.rz.scp.css */

        /* Pricing Section */
        .pricing-section[b-fc7c0rniw2] {
            padding: 100px 20px;
            background: #f9fafb;
        }

        .section-container[b-fc7c0rniw2] {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header[b-fc7c0rniw2] {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2[b-fc7c0rniw2] {
            font-size: 48px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 16px;
        }

        .section-header p[b-fc7c0rniw2] {
            font-size: 20px;
            color: #6b7280;
            max-width: 600px;
            margin: 0 auto;
        }

        .pricing-grid[b-fc7c0rniw2] {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 80px;
        }

        .pricing-card[b-fc7c0rniw2] {
            background: white;
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            border: 2px solid transparent;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .pricing-card:hover[b-fc7c0rniw2] {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }

        .pricing-card.featured[b-fc7c0rniw2] {
            border-color: #418eec;
        }

        .pricing-card.featured[b-fc7c0rniw2]::before {
            content: 'Most Popular';
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
            color: white;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }

        .pricing-title[b-fc7c0rniw2] {
            font-size: 24px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .pricing-price[b-fc7c0rniw2] {
            font-size: 48px;
            font-weight: 800;
            color: #418eec;
            margin: 20px 0;
        }

        .pricing-price span[b-fc7c0rniw2] {
            font-size: 18px;
            color: #6b7280;
            font-weight: 400;
        }

        .pricing-description[b-fc7c0rniw2] {
            color: #6b7280;
            margin-bottom: 30px;
            min-height: 40px;
        }

        .pricing-features[b-fc7c0rniw2] {
            list-style: none;
            margin-bottom: 30px;
            min-height: 380px;
        }

        .pricing-features li[b-fc7c0rniw2] {
            padding: 12px 0;
            border-bottom: 1px solid #f3f4f6;
            display: flex;
            align-items: center;
        }

        .pricing-features li:last-child[b-fc7c0rniw2] {
            border-bottom: none;
        }

        .pricing-features li[b-fc7c0rniw2]::before {
            content: '✓';
            color: #10b981;
            font-weight: bold;
            margin-right: 12px;
            font-size: 18px;
        }

        .pricing-features li.placeholder[b-fc7c0rniw2] {
            color: #9ca3af;
        }

        .pricing-features li.placeholder[b-fc7c0rniw2]::before {
            content: '—';
            color: #9ca3af;
            font-weight: normal;
            margin-right: 12px;
            font-size: 18px;
        }

        .btn-pricing[b-fc7c0rniw2] {
            width: 100%;
            padding: 14px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            display: block;
            text-align: center;
            transition: all 0.3s;
            border: 2px solid #418eec;
            margin-top: auto;
        }

        .btn-pricing.primary[b-fc7c0rniw2] {
            background: linear-gradient(135deg, #05172e 0%, #418eec 100%);
            color: white;
        }

        .btn-pricing.secondary[b-fc7c0rniw2] {
            background: transparent;
            color: #418eec;
        }

        .btn-pricing:hover[b-fc7c0rniw2] {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }

        .pricing-features li.placeholder[b-fc7c0rniw2] {
            color: #9ca3af;
        }

        .pricing-features li.placeholder[b-fc7c0rniw2]::before {
            content: '✖';
            color: #ef4444;
            font-weight: bold;
            margin-right: 12px;
            font-size: 18px;
        }
