@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/CleanLayout.razor.rz.scp.css */
.page[b-7toeufj24t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7toeufj24t] {
    flex: 1;
}

.sidebar[b-7toeufj24t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7toeufj24t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7toeufj24t]  a, .top-row[b-7toeufj24t]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7toeufj24t]  a:hover, .top-row[b-7toeufj24t]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7toeufj24t]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7toeufj24t] {
        justify-content: space-between;
    }

    .top-row[b-7toeufj24t]  a, .top-row[b-7toeufj24t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7toeufj24t] {
        flex-direction: row;
    }

    .sidebar[b-7toeufj24t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7toeufj24t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7toeufj24t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7toeufj24t], article[b-7toeufj24t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7toeufj24t] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7toeufj24t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Assets/Avatar/Page_Avatar.razor.rz.scp.css */
body[b-ns0b1orb2z] {}

.avatar-edit-container[b-ns0b1orb2z] {
    width: 100%;
}

.back-navigation[b-ns0b1orb2z] {
    font-size: 0.9rem;
}

.back-navigation a:hover[b-ns0b1orb2z] {
    color: var(--bs-primary) !important;
}

.content-body[b-ns0b1orb2z] {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Image Upload Section */
.image-section[b-ns0b1orb2z] {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.image-compartment[b-ns0b1orb2z] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.image-preview[b-ns0b1orb2z] {
    min-height: 200px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
}

.avatar-image[b-ns0b1orb2z] {
    max-height: 280px;
    max-width: 100%;
    object-fit: contain;
}

.no-image-placeholder[b-ns0b1orb2z] {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

/* Animations Section */
.animations-section[b-ns0b1orb2z] {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.animation-thumb[b-ns0b1orb2z] {
    width: 160px;
    aspect-ratio: 9/16;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.no-thumb[b-ns0b1orb2z] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
}

.animation-info[b-ns0b1orb2z] {
    line-height: 1.2;
}

.animation-name[b-ns0b1orb2z] {
    font-weight: 500;
    margin-top: 0.25rem;
}

.animation-preview[b-ns0b1orb2z] {
    max-height: 200px;
    max-width: 100%;
    object-fit: contain;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .avatar-edit-container[b-ns0b1orb2z] {
        padding: 10px;
    }

    .image-compartment[b-ns0b1orb2z] {
        margin-bottom: 1rem;
    }

    .image-preview[b-ns0b1orb2z] {
        min-height: 150px;
        max-height: 200px;
    }

    .avatar-image[b-ns0b1orb2z] {
        max-height: 180px;
    }
}

/* Form Styling */
.form-label[b-ns0b1orb2z] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-danger[b-ns0b1orb2z] {
    font-size: 0.875rem;
}

/* Card Styling */
.card-header[b-ns0b1orb2z] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.card-header h4[b-ns0b1orb2z] {
    color: #495057;
}

/* Button Spacing */
.btn+.btn[b-ns0b1orb2z] {
    margin-left: 0.5rem;
}

/* Table Styling */
.table th[b-ns0b1orb2z] {
    font-weight: 600;
    font-size: 0.9rem;
}

.table td[b-ns0b1orb2z] {
    vertical-align: middle;
}

/* Modal Styling */
.modal-body .alert[b-ns0b1orb2z] {
    margin-bottom: 1rem;
}

.current-thumb[b-ns0b1orb2z],
.new-thumb[b-ns0b1orb2z] {
    margin-bottom: 1rem;
}

.current-thumb h6[b-ns0b1orb2z],
.new-thumb h6[b-ns0b1orb2z] {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Loading States */
.d-flex.justify-content-center.align-items-center[b-ns0b1orb2z] {
    min-height: 100px;
}

/* Utility Classes */
.cursor-pointer[b-ns0b1orb2z] {
    cursor: pointer;
}

/* Badge Styling */
.badge[b-ns0b1orb2z] {
    font-size: 0.75rem;
}
/* /Pages/Assets/Modules/Module_TableCharacters.razor.rz.scp.css */
/* Main Container - 100% width, scrollable, 60vh height */
.characters-container[b-qn9nbjepfh] {
    width: 100%;
    /*height: 60vh;*/
    overflow-x: auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

/* Title Section */
.title-section[b-qn9nbjepfh] {
    flex-shrink: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #007bff;
    margin-bottom: 1rem;
}

    .title-section h3[b-qn9nbjepfh] {
        margin: 0;
        font-weight: 600;
        font-size: 1.5rem;
    }

/* Action Bar */
.action-bar[b-qn9nbjepfh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.action-left[b-qn9nbjepfh] {
    display: flex;
    align-items: center;
}

.action-right[b-qn9nbjepfh] {
    display: flex;
    align-items: center;
}

.search-container[b-qn9nbjepfh] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-input[b-qn9nbjepfh] {
    min-width: 250px;
    border-radius: 4px;
}

/* Table Section */
.table-section[b-qn9nbjepfh] {
    flex: 1;
    overflow-y: auto;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table[b-qn9nbjepfh] {
    margin-bottom: 0;
}

    .table thead th[b-qn9nbjepfh] {
        position: sticky;
        top: 0;
        border-bottom: 2px solid #495057;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 0.025em;
    }

.option-container[b-qn9nbjepfh] {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

.table tbody tr:hover[b-qn9nbjepfh] {
    transform: translateY(-1px);
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Character Thumbnail */
.character-thumbnail[b-qn9nbjepfh] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: transform 0.2s ease;
}

    .character-thumbnail:hover[b-qn9nbjepfh] {
        transform: scale(1.1);
        border-color: #007bff;
    }

.no-image[b-qn9nbjepfh] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    font-size: 0.75rem;
    text-align: center;
}

/* ID & Name Cell */
.id-name-cell[b-qn9nbjepfh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.character-name[b-qn9nbjepfh] {
    font-weight: 600;
    font-size: 0.95rem;
}

/* Description Cell */
.description-cell[b-qn9nbjepfh] {
    max-width: 300px;
    word-wrap: break-word;
    line-height: 1.4;
}

/* Pagination Section */
.pagination-section[b-qn9nbjepfh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .characters-container[b-qn9nbjepfh] {
        padding: 0.5rem;
        gap: 0.75rem;
    }

    .action-bar[b-qn9nbjepfh] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .search-container[b-qn9nbjepfh] {
        justify-content: stretch;
    }

    .search-input[b-qn9nbjepfh] {
        min-width: unset;
        flex: 1;
    }

    .table-section[b-qn9nbjepfh] {
        font-size: 0.875rem;
    }

    .character-thumbnail[b-qn9nbjepfh],
    .no-image[b-qn9nbjepfh] {
        width: 40px;
        height: 40px;
    }

    .description-cell[b-qn9nbjepfh] {
        max-width: 200px;
        font-size: 0.8rem;
    }
}

/* Loading State */
.table tbody td[b-qn9nbjepfh] {
    vertical-align: middle;
}

/* Small thumbnail for delete modal */
.character-thumbnail-small[b-qn9nbjepfh] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid #e9ecef;
}

.no-image-small[b-qn9nbjepfh] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    border-radius: 6px;
    font-size: 0.65rem;
    text-align: center;
}

/* Custom Scrollbar */
.characters-container[b-qn9nbjepfh]::-webkit-scrollbar,
.table-section[b-qn9nbjepfh]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.characters-container[b-qn9nbjepfh]::-webkit-scrollbar-track,
.table-section[b-qn9nbjepfh]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.characters-container[b-qn9nbjepfh]::-webkit-scrollbar-thumb,
.table-section[b-qn9nbjepfh]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .characters-container[b-qn9nbjepfh]::-webkit-scrollbar-thumb:hover,
    .table-section[b-qn9nbjepfh]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/* /Pages/Assets/Modules/Module_TableVoiceAi.razor.rz.scp.css */
/* Container Styling */
.voices-container[b-4p5ft6kbv2] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.option-container[b-4p5ft6kbv2] {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

/* Title Section */
.title-section[b-4p5ft6kbv2] {
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.title-section h3[b-4p5ft6kbv2] {
    font-weight: 600;
    margin: 0;
    font-size: 1.5rem;
}

/* Action Bar */
.action-bar[b-4p5ft6kbv2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.action-left[b-4p5ft6kbv2] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.action-right[b-4p5ft6kbv2] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-container[b-4p5ft6kbv2] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-input[b-4p5ft6kbv2] {
    min-width: 250px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.search-input:focus[b-4p5ft6kbv2] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Table Section */
.table-section[b-4p5ft6kbv2] {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}

.table[b-4p5ft6kbv2] {
    margin-bottom: 0;
}

.table th[b-4p5ft6kbv2] {
    font-weight: 600;
    border: none;
    padding: 12px 8px;
    vertical-align: middle;
    text-align: center;
}

.table td[b-4p5ft6kbv2] {
    padding: 12px 8px;
    vertical-align: middle;
    border-color: #e9ecef;
}

.table-hover tbody tr:hover[b-4p5ft6kbv2] {
}

/* Audio Player Styling */
.audio-player[b-4p5ft6kbv2] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-control[b-4p5ft6kbv2] {
    width: 100%;
    max-width: 200px;
    height: 32px;
}

.no-audio[b-4p5ft6kbv2] {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    font-size: 0.875rem;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* ID & Name Cell */
.id-name-cell[b-4p5ft6kbv2] {
    text-align: left;
}

.voice-name[b-4p5ft6kbv2] {
    font-weight: 600;
    margin-top: 2px;
    font-size: 0.95rem;
}

/* Voice Info Cell */
.voice-info[b-4p5ft6kbv2] {
    text-align: left;
}

.voice-gender[b-4p5ft6kbv2] {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Elwyn Code Cell */
.elwyn-code-cell[b-4p5ft6kbv2] {
    text-align: center;
}

.elwyn-code-cell code[b-4p5ft6kbv2] {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.875rem;
    border: 1px solid #e9ecef;
}

/* Voice Service Cell */
.voice-service[b-4p5ft6kbv2] {
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
}

/* Badge Styling */
.badge[b-4p5ft6kbv2] {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
}

/* Current Sample Section in Upload Modal */
.current-sample[b-4p5ft6kbv2] {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.current-sample h6[b-4p5ft6kbv2] {
    margin-bottom: 10px;
    font-weight: 600;
}

/* Pagination Section */
.pagination-section[b-4p5ft6kbv2] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
}

/* Modal Enhancements */
.modal-dialog.modal-lg[b-4p5ft6kbv2] {
    max-width: 800px;
}

.modal-header[b-4p5ft6kbv2] {
}

.modal-footer[b-4p5ft6kbv2] {
}

/* Form Enhancements */
.form-label[b-4p5ft6kbv2] {
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control:focus[b-4p5ft6kbv2],
.form-select:focus[b-4p5ft6kbv2] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.text-danger[b-4p5ft6kbv2] {
    font-size: 0.875rem;
    margin-top: 2px;
}

/* Alert Enhancements */
.alert[b-4p5ft6kbv2] {
    border-radius: 6px;
    border: none;
    padding: 12px 15px;
}

.alert-info[b-4p5ft6kbv2] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.alert-success[b-4p5ft6kbv2] {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger[b-4p5ft6kbv2] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Button Enhancements */
.btn[b-4p5ft6kbv2] {
    border-radius: 4px;
    font-weight: 500;
    padding: 6px 12px;
}

.btn-sm[b-4p5ft6kbv2] {
    padding: 4px 8px;
    font-size: 0.875rem;
}

/* Dropdown Menu */
.dropdown-menu[b-4p5ft6kbv2] {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
}

.dropdown-item[b-4p5ft6kbv2] {
    padding: 8px 16px;
    font-size: 0.875rem;
}

.dropdown-item:hover[b-4p5ft6kbv2] {
    background-color: #f8f9fa;
}

.dropdown-item.text-danger:hover[b-4p5ft6kbv2] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Tooltip Cursor */
.cursor-pointer[b-4p5ft6kbv2] {
    cursor: help;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .search-input[b-4p5ft6kbv2] {
        min-width: 200px;
    }

    .audio-control[b-4p5ft6kbv2] {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    .action-bar[b-4p5ft6kbv2] {
        flex-direction: column;
        gap: 15px;
    }

    .action-left[b-4p5ft6kbv2],
    .action-right[b-4p5ft6kbv2] {
        width: 100%;
        justify-content: center;
    }

    .search-container[b-4p5ft6kbv2] {
        width: 100%;
        justify-content: center;
    }

    .search-input[b-4p5ft6kbv2] {
        flex: 1;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .voices-container[b-4p5ft6kbv2] {
        padding: 15px;
    }

    .table-section[b-4p5ft6kbv2] {
        overflow-x: auto;
    }

    .table[b-4p5ft6kbv2] {
        min-width: 800px;
    }

    .search-input[b-4p5ft6kbv2] {
        min-width: 180px;
    }

    .audio-control[b-4p5ft6kbv2] {
        max-width: 120px;
        height: 28px;
    }
}

@media (max-width: 576px) {
    .voices-container[b-4p5ft6kbv2] {
        padding: 10px;
    }

    .title-section h3[b-4p5ft6kbv2] {
        font-size: 1.3rem;
    }

    .action-bar[b-4p5ft6kbv2] {
        padding: 10px;
    }

    .table th[b-4p5ft6kbv2],
    .table td[b-4p5ft6kbv2] {
        padding: 8px 4px;
        font-size: 0.875rem;
    }

    .modal-dialog.modal-lg[b-4p5ft6kbv2] {
        max-width: 95%;
        margin: 10px auto;
    }
}

/* Loading States */
.spinner-border-sm[b-4p5ft6kbv2] {
    width: 1rem;
    height: 1rem;
}

/* File Input Styling */
.form-control[type="file"][b-4p5ft6kbv2] {
    padding: 6px 12px;
}

.form-control[type="file"]:focus[b-4p5ft6kbv2] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Table Responsive Enhancements */
.table-responsive[b-4p5ft6kbv2] {
    border-radius: 6px;
}

.table-bordered[b-4p5ft6kbv2] {
    border: 1px solid #e9ecef;
}

.table-bordered th[b-4p5ft6kbv2],
.table-bordered td[b-4p5ft6kbv2] {
    border: 1px solid #e9ecef;
}

/* Voice Service Specific Colors */
.voice-service[b-4p5ft6kbv2] {
    position: relative;
}

.voice-service[b-4p5ft6kbv2]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #28a745;
    /* Default green for known services */
    border-radius: 2px;
}

/* Animation for loading states */
@keyframes pulse-b-4p5ft6kbv2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.loading-pulse[b-4p5ft6kbv2] {
    animation: pulse-b-4p5ft6kbv2 1.5s ease-in-out infinite;
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Shop/Page_Invoice.razor.rz.scp.css */
@media print {
    .no-print[b-948gvtyq60], .no-print *[b-948gvtyq60] {
        display: none !important;
    }

    .pagebreak[b-948gvtyq60] {
        page-break-before: always;
    }

    .invoice-container[b-948gvtyq60] {
        min-width: 100%;
        max-width: unset;
    }
}

.invoice-container[b-948gvtyq60] {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 14px;
}

.header[b-948gvtyq60] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header h1[b-948gvtyq60] {
        font-size: 36px;
        margin: 0;
        letter-spacing: 2px;
    }

    .header img[b-948gvtyq60] {
        max-width: 150px;
        object-fit: contain;
    }

.invoice-details[b-948gvtyq60] {
    margin-top: 20px;
}

.bill-to[b-948gvtyq60],
.company-details[b-948gvtyq60] {
    margin-top: 20px;
    width: 50%;
}

    .invoice-details p[b-948gvtyq60],
    .bill-to p[b-948gvtyq60],
    .company-details p[b-948gvtyq60] {
        margin: 5px 0;
    }

.company-bill[b-948gvtyq60] {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 8px;
}


table[b-948gvtyq60] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th[b-948gvtyq60],
td[b-948gvtyq60] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-948gvtyq60] {
    background-color: #f4f4f4;
}

.summary[b-948gvtyq60] {
    margin-top: 20px;
    text-align: right;
}

    .summary p[b-948gvtyq60] {
        margin: 5px 0;
    }

.grand-total[b-948gvtyq60] {
    font-weight: bold;
    font-size: 18px;
}
/* /Pages/User/Details/Components/Component_OpenApiAccess.razor.rz.scp.css */
.access-details[b-wgrbwoxyoj] {
    padding: 1rem;
    background-color: var(--bs-body-bg);
    border-radius: 0.375rem;
}

.modify-access-container[b-wgrbwoxyoj] {
    margin-bottom: 1rem;
}

.loading-container[b-wgrbwoxyoj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
}

.error-container[b-wgrbwoxyoj],
.empty-container[b-wgrbwoxyoj] {
    padding: 1rem 0;
}

.table[b-wgrbwoxyoj] {
    margin-bottom: 0;
}

.table th[b-wgrbwoxyoj] {
    width: 200px;
}

.table td[b-wgrbwoxyoj] {
    vertical-align: middle;
}

[b-wgrbwoxyoj] .badge {
    font-size: 0.875rem;
    padding: 0.5em 0.75em;
}

[b-wgrbwoxyoj] .validation-message {
    font-size: 0.875rem;
    color: var(--bs-danger);
    margin-top: 0.25rem;
}

[b-wgrbwoxyoj] .form-group {
    margin-bottom: 1rem;
}

[b-wgrbwoxyoj] .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

[b-wgrbwoxyoj] .form-control {
    border-radius: 0.375rem;
}

[b-wgrbwoxyoj] .validation-summary-errors {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: var(--bs-danger-bg-subtle);
    border-radius: 0.375rem;
    color: var(--bs-danger);
}

[b-wgrbwoxyoj] .validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}
/* /Pages/User/Details/Components/Component_OpenApiAccessLogs.razor.rz.scp.css */
.logs-container[b-5rpgtfcg9y] {
    padding: 1rem;
}

.filter-section[b-5rpgtfcg9y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.date-inputs[b-5rpgtfcg9y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.input-group[b-5rpgtfcg9y] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-group label[b-5rpgtfcg9y] {
    font-weight: 500;
    margin-bottom: 0;
}

    .input-group input[b-5rpgtfcg9y] {
        width: 100%;
    }

.loading-container[b-5rpgtfcg9y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    justify-content: center;
    min-height: 600px;
}

.error-container[b-5rpgtfcg9y],
.empty-container[b-5rpgtfcg9y] {
    margin: 1rem 0;
}

.table-responsive[b-5rpgtfcg9y] {
    margin-top: 1rem;
}

.table[b-5rpgtfcg9y] {
    margin-bottom: 0;
}

.table th[b-5rpgtfcg9y] {
    white-space: nowrap;
}

.table td[b-5rpgtfcg9y] {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .filter-section[b-5rpgtfcg9y] {
        flex-direction: column;
        align-items: stretch;
    }

    .date-inputs[b-5rpgtfcg9y] {
        flex-direction: column;
    }
}
/* /Pages/User/Details/Page_UserDetail.razor.rz.scp.css */
.loading-container[b-uf1lho20t1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
}

.error-container[b-uf1lho20t1] {
    padding: 1rem;
}

.user-details-container[b-uf1lho20t1] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.table th[b-uf1lho20t1] {
    width: 200px;
}
/* /Pages/User/Page_UserManage.razor.rz.scp.css */
.flex-body[b-g0zx1stxo4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-container[b-g0zx1stxo4] {
    width: 100%;
    max-width: 400px;
}

[b-g0zx1stxo4] .table {
    margin-bottom: 0;
}

[b-g0zx1stxo4] .pagination {
    margin-bottom: 0;
    justify-content: center;
}
