@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-qh6uac1aei] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f4f6f8;
}

/* App Bar */
[b-qh6uac1aei] .mud-appbar {
    background-color: #fff !important;
    border-bottom: 1px solid #e5e7eb;
    height: 64px;
    padding: 0 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

    [b-qh6uac1aei] .mud-appbar .mud-toolbar {
        min-height: 64px;
        padding: 0;
    }

/* Main Content */
[b-qh6uac1aei] .mud-main-content {
    margin-left: 280px !important;
    padding-top: 64px;
    background-color: #f4f6f8;
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

/* Container */
[b-qh6uac1aei] .mud-container {
    padding: 24px !important;
    max-width: none !important;
}

    [b-qh6uac1aei] .mud-container > * {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        padding: 24px;
        margin-bottom: 24px;
    }

/* Footer */
.footer[b-qh6uac1aei] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 280px;
    background-color: #f4f6f8;
    border-top: 1px solid #e5e7eb;
    padding: 16px 24px;
    z-index: 1000;
}

.footer-content[b-qh6uac1aei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #98a6ad;
    font-size: 14px;
}

.footer-left[b-qh6uac1aei] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-right[b-qh6uac1aei] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-link[b-qh6uac1aei] {
    color: #98a6ad !important;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out;
}

    .footer-link:hover[b-qh6uac1aei] {
        color: var(--mud-palette-primary) !important;
    }

/* Menu Colors */
[b-qh6uac1aei] .mud-drawer {
    background-color: #313a46;
    color: #8391a2;
}

/* Responsive */
@media (max-width: 960px) {
    [b-qh6uac1aei] .mud-main-content {
        margin-left: 0 !important;
    }

    .footer[b-qh6uac1aei] {
        left: 0;
    }
}

@media (max-width: 600px) {
    .footer-content[b-qh6uac1aei] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-right[b-qh6uac1aei] {
        gap: 16px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-0x2883fcsu] {
    height: 100vh;
    width: 280px !important;
    background-color: #2A2D32;
    position: fixed;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .nav-container[b-0x2883fcsu] {
        width: 70vw; /* Điều chỉnh giá trị này nếu cần */
    }
}


[b-0x2883fcsu] .mud-drawer {
    width: 280px !important;
    height: 100vh !important;
    position: fixed;
    background-color: #2A2D32 !important;
    border-right: none !important;
}

[b-0x2883fcsu] .mud-drawer-content {
    width: 280px !important;
    height: 100vh !important;
}

.mud-navmenu[b-0x2883fcsu] {
    background-color: #2A2D32 !important;
    color: #b2b7bf !important;
    padding: 0;
    height: 100%;
}

/* Logo Section */
.menu-header[b-0x2883fcsu] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .menu-header[b-0x2883fcsu]  .mud-typography {
        color: #fff !important;
        font-size: 1.25rem;
        font-weight: 500;
    }

/* Profile Section */
.profile-section[b-0x2883fcsu] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.user-info[b-0x2883fcsu] {
    margin-left: 12px;
}

.user-name[b-0x2883fcsu] {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.user-role[b-0x2883fcsu] {
    color: #9299A4;
    font-size: 12px;
}

/* Menu Sections */
.menu-section[b-0x2883fcsu] {
    color: #9299A4;
    font-size: 11px;
    font-weight: 600;
    padding: 1.5rem 1.5rem 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Nav Links */
[b-0x2883fcsu] .mud-nav-link {
    color: #b2b7bf !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 13px;
    height: 42px;
    border-radius: 0;
    transition: all 0.2s ease;
}

    [b-0x2883fcsu] .mud-nav-link:hover {
        background-color: rgba(255,255,255,0.05) !important;
        color: #fff !important;
    }

    [b-0x2883fcsu] .mud-nav-link.active {
        background-color: rgba(255,255,255,0.05) !important;
        color: #fff !important;
        border-left: 2px solid #3B82F6;
    }

    [b-0x2883fcsu] .mud-nav-link .mud-nav-link-icon {
        color: #9299A4 !important;
        margin-right: 12px;
    }

    [b-0x2883fcsu] .mud-nav-link:hover .mud-nav-link-icon,
    [b-0x2883fcsu] .mud-nav-link.active .mud-nav-link-icon {
        color: #fff !important;
    }

/* For nested menu items */
[b-0x2883fcsu] .mud-nav-group .mud-nav-link {
    padding-left: 3.5rem !important;
}
.company-logo[b-0x2883fcsu] {
    width: 50%; /* Thu nhỏ theo 50% chiều rộng của vùng chứa cha */
    height: auto; /* Giữ nguyên tỷ lệ khung hình */
}
/* /Pages/Auth/Login.razor.rz.scp.css */
/* Reset styles */
[b-o4yxocf8lx] body, [b-o4yxocf8lx] html {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

/* Container chính */
.login-page[b-o4yxocf8lx] {
    min-height: 100vh;
    width: 100vw;
    position: relative;
    background: linear-gradient(rgba(10, 10, 40, 0.5), rgba(10, 10, 40, 0.5)), url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header */
.header-content[b-o4yxocf8lx] {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 1;
    width: 90%;
    box-sizing: border-box;
}

.company-logo[b-o4yxocf8lx] {
    height: 80px;
    width: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.department-info[b-o4yxocf8lx] {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}

.department-name[b-o4yxocf8lx] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}

.department-unit[b-o4yxocf8lx] {
    font-size: 1rem;
    opacity: 0.95;
}

/* Container form login */
.login-container[b-o4yxocf8lx] {
    width: 50%;
    max-width: 600px;
    padding: 2rem;
    box-sizing: border-box;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Card đăng nhập */
.login-card[b-o4yxocf8lx] {
    padding: 2rem;
}

/* Form elements */
.login-title[b-o4yxocf8lx], .login-subtitle[b-o4yxocf8lx] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.login-subtitle[b-o4yxocf8lx] {
    color: #666;
    margin-bottom: 1.5rem;
}

.login-input[b-o4yxocf8lx] {
    margin-bottom: 1rem;
}

[b-o4yxocf8lx] .mud-input.mud-input-outlined {
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 1rem;
}

/* Nút đăng nhập */
.login-button[b-o4yxocf8lx] {
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #4A47B1;
    color: white;
    text-transform: none;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(74, 71, 177, 0.2);
}

    .login-button:hover[b-o4yxocf8lx] {
        background-color: #3f3d9a;
    }

/* Text và Divider */
.divider-text[b-o4yxocf8lx], .register-text[b-o4yxocf8lx] {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

[b-o4yxocf8lx] .register-text .mud-link {
    color: #4A47B1;
    font-weight: 500;
}

/* Responsive styles */
@media (max-width: 768px) {
    .header-content[b-o4yxocf8lx] {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .login-container[b-o4yxocf8lx] {
        width: 80%;
        padding: 1rem;
    }

    .login-card[b-o4yxocf8lx] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .header-content[b-o4yxocf8lx] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .company-logo[b-o4yxocf8lx] {
        height: 70px;
    }

    .login-container[b-o4yxocf8lx] {
        width: 90%;
    }
}
/* /Pages/BaoCaoLayout_THPT.razor.rz.scp.css */
/*.bao-cao-container {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 1rem auto;
    max-width: 1200px;
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    text-align: center;
}

.document-icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #555;
}

.page-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}

.page-subtitle {
    font-size: 1rem;
    color: #666;
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 0.5rem;
}

.step-item {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0.25rem;
}

    .step-item:hover {
        background-color: #e9ecef;
    }

    .step-item.active {
        background-color: #6c5ce7;
        color: white;
    }

.step-icon {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.step-number {
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-family: 'Roboto';
    font-size: x-large;
}

.step-title {
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Roboto';
    font-size: large;
}

.content-container {
    min-height: 400px;
    margin-bottom: 1.5rem;
}

.buttons-container {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-back {
    background-color: #f1f2f6;
    color: #333;
    border: 1px solid #ddd;
}

.btn-save {
    background-color: #f1f2f6;
    color: #333;
    border: 1px solid #ddd;
}

.btn-next {
    background-color: #3498db;
    color: white;
    border: none;
}

.btn-icon {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
    }

    .step-item {
        margin-bottom: 0.5rem;
        width: 100%;
    }
}
*/


.steps-container[b-5nvfb8o5b6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 0.5rem;
}

.step-item[b-5nvfb8o5b6] {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0.25rem;
}

    .step-item:hover[b-5nvfb8o5b6] {
        background-color: #e9ecef;
    }

    .step-item.active[b-5nvfb8o5b6] {
        background-color: #594ae2;
        color: white;
    }

.step-number[b-5nvfb8o5b6] {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.step-title[b-5nvfb8o5b6] {
    font-size: 0.875rem;
    text-align: center;
}

.content-container[b-5nvfb8o5b6] {
    min-height: 400px;
    margin-bottom: 1.5rem;
}

.buttons-container[b-5nvfb8o5b6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-back[b-5nvfb8o5b6] {
    background-color: #f1f2f6;
    color: #333;
    border: 1px solid #ddd;
}

.btn-save[b-5nvfb8o5b6] {
    background-color: #f1f2f6;
    color: #333;
    border: 1px solid #ddd;
}

.btn-next[b-5nvfb8o5b6] {
    background-color: #594ae2;
    color: white;
    border: none;
}

/* Các style khác từ file CSS chung */
.section-card[b-5nvfb8o5b6] {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.section-header[b-5nvfb8o5b6] {
    padding: 1rem;
    color: white;
    font-weight: bold;
}

.section-basic[b-5nvfb8o5b6] {
    background-color: #6c5ce7;
}

.section-contact[b-5nvfb8o5b6] {
    background-color: #a29bfe;
}

.section-staff[b-5nvfb8o5b6] {
    background-color: #ff6b81;
}

.section-student[b-5nvfb8o5b6] {
    background-color: #ff7f50;
}

.form-field[b-5nvfb8o5b6] {
    margin-bottom: 1rem;
}

.form-field-label[b-5nvfb8o5b6] {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.required-marker[b-5nvfb8o5b6]::after {
    content: " *";
    color: #e74c3c;
}

.form-help-text[b-5nvfb8o5b6] {
    color: #7f8c8d;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.input-validation-error[b-5nvfb8o5b6] {
    color: #e74c3c;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.status-badge[b-5nvfb8o5b6] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.badge-draft[b-5nvfb8o5b6] {
    background-color: #f39c12;
}

.badge-submitted[b-5nvfb8o5b6] {
    background-color: #2ecc71;
}

.badge-locked[b-5nvfb8o5b6] {
    background-color: #95a5a6;
}
/* /Pages/BC_1_ThongTinDonVi/BCThongTinDonVi.razor.rz.scp.css */
.border-none[b-w6p809f5bz] {
    border: none !important;
}

.primary-text[b-w6p809f5bz] {
    color: var(--mud-palette-primary);
}

.mud-card[b-w6p809f5bz] {
    transition: all 0.3s ease;
}

.mud-paper[b-w6p809f5bz] {
    transition: all 0.3s ease;
}

    .mud-paper:hover[b-w6p809f5bz] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.mud-theme-primary[b-w6p809f5bz] {
    background-color: var(--mud-palette-primary-lighten);
    color: var(--mud-palette-primary-darken);
}

.mud-theme-secondary[b-w6p809f5bz] {
    background-color: var(--mud-palette-secondary-lighten);
    color: var(--mud-palette-secondary-darken);
}

.mud-theme-tertiary[b-w6p809f5bz] {
    background-color: var(--mud-palette-tertiary-lighten);
    color: var(--mud-palette-tertiary-darken);
}

.mud-theme-info[b-w6p809f5bz] {
    background-color: var(--mud-palette-info-lighten);
    color: var(--mud-palette-info-darken);
}
/* /Pages/BC_2_NhomMonDonVi/BCNhomMonDonVi.razor.rz.scp.css */
.header-gradient[b-t65mvu4bfw] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 100%);
    padding: 1.5rem;
}

/* Định dạng header của bảng */
.table-header[b-t65mvu4bfw] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    color: var(--mud-palette-primary-darken);
    font-weight: 500;
}

/* Badges thay thế MudChip */
.status-badge[b-t65mvu4bfw] {
    display: inline-flex;
    align-items: center;
    border-radius: 16px;
    padding: 0.1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.success-badge[b-t65mvu4bfw] {
    background-color: rgba(var(--mud-palette-success-rgb), 0.1);
    color: var(--mud-palette-success);
    border: 1px solid var(--mud-palette-success-lighten);
}

.warning-badge[b-t65mvu4bfw] {
    background-color: rgba(var(--mud-palette-warning-rgb), 0.1);
    color: var(--mud-palette-warning-darken);
    border: 1px solid var(--mud-palette-warning-lighten);
}

.subject-badge[b-t65mvu4bfw] {
    display: inline-block;
    border-radius: 16px;
    padding: 0.15rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.primary-badge[b-t65mvu4bfw] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    color: var(--mud-palette-primary-darken);
    border: 1px solid var(--mud-palette-primary-lighten);
}

.secondary-badge[b-t65mvu4bfw] {
    background-color: rgba(var(--mud-palette-secondary-rgb), 0.1);
    color: var(--mud-palette-secondary-darken);
    border: 1px solid var(--mud-palette-secondary-lighten);
}

/* Bo góc cho bảng */
.nhom-mon-table[b-t65mvu4bfw] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

/* Cải thiện UI hiển thị trên màn hình nhỏ */
@media (max-width: 600px) {
    .header-gradient[b-t65mvu4bfw] {
        padding: 1rem;
    }

    .subject-badge[b-t65mvu4bfw] {
        max-width: 120px;
    }
}
/* /Pages/BC_7_InBaoCao/InBaoCao.razor.rz.scp.css */
/* /Pages/ManageUsers/ManageUsersForm.razor.rz.scp.css */
.users-table .mud-table-container[b-lb85opyhdm] {
    border-radius: 0;
}

.users-table .mud-table-head[b-lb85opyhdm] {
    background-color: #f8f9fa;
}

    .users-table .mud-table-head .mud-table-cell[b-lb85opyhdm] {
        font-weight: 600;
        color: #495057;
    }

.users-table .mud-table-body .mud-table-row:hover[b-lb85opyhdm] {
    background-color: rgba(89, 74, 226, 0.04);
}
.mud-table[b-lb85opyhdm] {
    font-size: 13px;
}

.mud-table-cell[b-lb85opyhdm] {
    font-size: 13px;
}

.mud-input[b-lb85opyhdm] {
    font-size: 13px;
}

.mud-input-label[b-lb85opyhdm] {
    font-size: 13px;
}

.mud-select[b-lb85opyhdm] {
    font-size: 13px;
}

.mud-chip[b-lb85opyhdm] {
    font-size: 12px;
}
/* /Pages/Profile/ChangePasswordForm.razor.rz.scp.css */
.password-modal-container[b-t2t101h40t] {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.password-modal[b-t2t101h40t] {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.password-header[b-t2t101h40t] {
    background-color: #6200ee;
    color: white;
    padding: 16px;
    text-align: center;
}

    .password-header[b-t2t101h40t]  .mud-icon-root {
        color: white;
    }

    .password-header[b-t2t101h40t]  .mud-typography {
        color: white;
    }

.form-content[b-t2t101h40t] {
    padding: 16px;
}

.action-buttons[b-t2t101h40t] {
    display: flex;
    padding: 16px;
    background-color: #f5f5f5;
    justify-content: flex-end;
}

.cancel-button[b-t2t101h40t] {
    margin-right: 8px;
    background-color: #e0e0e0;
    color: #424242;
}

.save-button[b-t2t101h40t] {
    min-width: 120px;
}

/* Thu nhỏ input fields */
[b-t2t101h40t] .mud-input-control {
    width: 100%;
}

[b-t2t101h40t] .mud-input.mud-input-outlined {
    height: 48px;
    background-color: #f5f5f5;
}

[b-t2t101h40t] .mud-input-outlined-border {
    border-color: #e0e0e0;
}

[b-t2t101h40t] .mud-input-slot {
    font-size: 14px;
}

[b-t2t101h40t] .mud-input-label {
    font-size: 14px;
}

[b-t2t101h40t] .mud-input-adornment {
    color: #757575;
}
/* /Pages/Profile/Profile.razor.rz.scp.css */
/* Profile.razor.css */
.profile-header[b-i8juruxc1o] {
    background: linear-gradient(135deg, #313a46 0%, #4a525d 100%);
    padding: 1rem;
    color: white;
    border-radius: 8px 8px 0 0;
}

.avatar-section[b-i8juruxc1o] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.user-name[b-i8juruxc1o] {
    color: #313a46;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.user-username[b-i8juruxc1o] {
    color: #8391a2;
    font-size: 0.9rem;
}

.section-title[b-i8juruxc1o] {
    color: #313a46;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eef2f7;
    margin-bottom: 1.5rem;
}

.info-list .mud-list-item[b-i8juruxc1o] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

    .info-list .mud-list-item:hover[b-i8juruxc1o] {
        background-color: #f8f9fa;
        transform: translateX(4px);
    }

    .info-list .mud-list-item .mud-icon-root[b-i8juruxc1o] {
        color: #727cf5;
        font-size: 1.25rem;
    }

    .info-list .mud-list-item strong[b-i8juruxc1o] {
        color: #313a46;
        font-weight: 600;
        display: inline-block;
        min-width: 140px;
        margin-right: 1rem;
    }

    .info-list .mud-list-item .mud-typography[b-i8juruxc1o] {
        color: #6c757d;
    }

.action-buttons[b-i8juruxc1o] {
    padding-top: 2rem;
    border-top: 1px solid #eef2f7;
    margin-top: 2rem;
}

    .action-buttons .mud-button[b-i8juruxc1o] {
        min-width: 180px;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.3px;
        border-radius: 6px;
        padding: 0.5rem 1.5rem;
    }

.edit-button[b-i8juruxc1o] {
    background-color: #727cf5 !important;
    box-shadow: 0 2px 6px rgba(114, 124, 245, 0.25);
}

    .edit-button:hover[b-i8juruxc1o] {
        background-color: #5965f3 !important;
        box-shadow: 0 4px 12px rgba(114, 124, 245, 0.35);
    }

.password-button[b-i8juruxc1o] {
    color: #fa6767 !important;
    border-color: #fa6767 !important;
}

    .password-button:hover[b-i8juruxc1o] {
        background-color: rgba(250, 103, 103, 0.08) !important;
    }
