:root {
    --negro: #000000;
    --gris: #6B7280;
    --blanco: #FFFFFF;
    --primario: #EF0000;
    --primario-shadow: rgba(239, 0, 0, 0.18);
    --primarioalfa: #EF000022;
    --input: #F5F7FA;
    --icono: #f3f4f6;
}

.gray {
    color: var(--gray);
}

body {
    color: var(--gris);
    background: var(--icono);
    background-size: cover !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    ;
    overflow-x: hidden;
}

.container {
    position: relative;
}

.cursor {
    cursor: pointer;
}

.contenido {
    display: flex;
    min-height: 100vh;
}

.contenido-auth {
    padding: 80px;
}

.cabecera {
    padding: 0px;
    top: 0px;
    z-index: 100;
}

.cabecera,
.cabecera-auth {
    background-color: var(--blanco);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.55);
    position: sticky;
}

.card {
    border-radius: 16px;
}

.card.transparente {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card.sombra {
    border: none;
    box-shadow: 0px 25px 50px -12px #00000040;
}

.fondo-albany {
    background: linear-gradient(180deg, #EF0000 0%, #C20000 100%);
    color: var(--blanco);
}

#change-language {
    position: absolute;
    top: 10px;
    right: 20px;
}

#change-language .btn {
    color: var(--amarillo);
    font-size: 1rem;
}

#change-language .language_active {
    color: #fff;
}

/* ----------------------- */
a {
    text-decoration: none;
    color: var(--negro);
    cursor: pointer !important;
}

a:hover,
a:focus,
a:active {
    color: var(--negro);
}

.link-gris {
    color: var(--gris);
    text-decoration: underline;
}

.link-primario {
    color: var(--primario);
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

.text-black {
    color: var(--negro);
}

.text-gris {
    color: var(--gris);
}

/* BOTONES */
.btn,
.btn:hover {
    display: flex;
    width: auto;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none !important;
}

.btn-sm,
.btn-sm:hover {
    font-size: 1rem !important;
    padding: 8px !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primario) !important;
    border: none !important;
    color: #FFF;
}

.btn-primary:disabled {
    background-color: var(--gray);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    border-radius: 8px;
    background-color: var(--blanco) !important;
    color: var(--negro);
    border: 1px solid var(--negro);
    gap: 10px;
}

.btn-secondary u {
    text-decoration: none;
    padding: 5px 25px;
}

.btn-third,
.btn-third:hover {
    background-color: var(--blanco) !important;
    border: none !important;
    color: var(--negro);
    font-weight: 500;
}

.btn-third u {
    text-decoration: none;
    padding: 5px 25px;
}

.btn-fourth,
.btn-fourth:hover,
.btn-fourth:focus {
    background-color: var(--amarillo) !important;
    border: none !important;
    color: var(--blanco);
    font-weight: 500;
}

.btn-fourth u {
    text-decoration: none;
    padding: 5px 25px;
}

.btn-group {
    padding: 7px 10px;
}

.btn-outline-primary {
    background-color: var(--primario) !important;
}

.btn-outline-secondary {
    background-color: transparent !important;
    border-color: var(--gray) !important;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    color: var(--primario) !important;
}

/* SWAL VENTANTAS DE ALERTA */
.swal2-styled {
    display: flex;
    width: auto;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: none !important;
}

.swal2-confirm {
    background-color: var(--primario) !important;
    border: 1px solid var(--primario) !important;
    color: var(--blanco) !important;
}

.swal2-cancel {
    background-color: var(--blanco) !important;
    border: 1px solid var(--primario) !important;
    color: var(--primario) !important;
}

.swal2-deny {
    background-color: var(--amarillo) !important;
    border: 1px solid var(--amarillo) !important;
    color: var(--blanco) !important;
}

.swal2-confirm:focus,
.swal2-cancel:focus,
.swal2-deny:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Icono de ojos */
.row-eye {
    justify-content: right;
}

.sd-imageneye {
    width: max-content;
    height: 28px;
    position: absolute;
    padding-top: 15px;
    padding-right: 20px;
}

/* Icono de ojos */

/* Descripción contraseña */
.password-list {
    display: grid;
    line-height: 14px;
}

/* Descripción contraseña */

/**/
.thumbs-wrapper {
    display: none;
}

/**/
.modal-header {
    padding: 10px 20px !important;
}

/* FORMULARIOS */
.form-label {
    margin-bottom: 5px;
}

.sd-input {
    font-size: 0.9rem;
    color: var(--gris);
    background-color: var(--input);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;

}

.sd-input:focus {
    border: 1px solid var(--primarioalfa);
    box-shadow: none !important;
}

.sd-input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

/* ========== LOGIN PAGE ========== */
.login-page {
    min-height: 100vh;
    background: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card-wrapper {
    width: 100%;
    max-width: 440px;
    margin: 20px;
}

.login-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.login-card-header {
    background: #EF0000;
    padding: 36px 32px 32px;
}

.login-logo-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.login-card-body {
    padding: 32px;
}

.login-input {
    width: 100%;
    height: 48px;
    padding: 10px 10px 10px 42px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #f5f7fa !important;
    font-size: 14px !important;
    color: #111827 !important;
    box-shadow: none !important;
}

.login-input:focus {
    background: #f5f7fa !important;
    outline: 2px solid #EF0000 !important;
    outline-offset: -2px;
}

.login-input::placeholder {
    color: #9ca3af !important;
}

.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover,
.login-input:-webkit-autofill:focus,
.login-input:-webkit-autofill-active {
    -webkit-box-shadow: 0 0 0 1000px #f5f7fa inset !important;
    -webkit-text-fill-color: #111827 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.login-input-wrong {
    outline: 2px solid #dc2626 !important;
    outline-offset: -2px;
}

.login-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 2;
}

.login-input-password {
    padding-right: 44px !important;
}

.login-eye-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.login-eye-btn:hover svg {
    stroke: #374151;
}

.login-sso-btn {
    height: 48px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #EF0000;
    color: #374151;
    cursor: pointer;
    transition: background 0.2s ease;
}

.login-sso-btn:hover {
    background: #fef2f2;
}

.login-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.login-divider::before,
.login-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.login-submit-btn {
    height: 52px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #EF0000 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(239, 0, 0, 0.25) !important;
}

.login-submit-btn:hover {
    background: #cc0000 !important;
    box-shadow: 0 4px 12px rgba(239, 0, 0, 0.35) !important;
}
    letter-spacing: 0.5px;
}

.login-divider::before,
.login-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.login-submit-btn {
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-submit-btn:hover {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

.copyright {
    color: var(--gris);
    font-size: 0.8rem;
}

.dashboard {
    background-color: var(--primario) !important;
    border: 0px none !important;
    color: var(--blanco) !important;
}

.icon-circle {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.icon-box {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    flex-shrink: 0;
    background-color: var(--icono);
}

.fw-semibold {
    font-weight: 600;
}

.fw-bolder {
    font-weight: 800;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.sidebar {
    width: 280px;
    min-width: 280px;
    background: var(--blanco);
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.content {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
}

.sidebar-link {
    border-radius: 20px;
    color: var(--negro) !important;
    padding: 10px 20px;
}

.sidebar-link:hover,
.sidebar-link.active {
    color: var(--blanco) !important;
    box-shadow: 0 8px 24px var(--primario-shadow) !important;
    border-radius: 20px;
    background-color: var(--primario) !important;
}

.sidebar-link:hover,
.sidebar-link:hover p,
.sidebar-link.active,
.sidebar-link.active p {
    color: var(--blanco) !important;
}

.sidebar-link:hover img,
.sidebar-link.active img {
    filter: brightness(0) invert(1);
}

.logo-sidebar {
    border-radius: 20px;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    border-color: #f0f0f0;
}

.table > tbody > tr:hover {
    background-color: #fafafa;
}

.progress-bar {
    border-radius: 10px;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.notification-card {
    transition: all 0.2s ease;
}

.notification-card:hover {
    background-color: #fafafa;
}

.quick-access-card {
    transition: all 0.2s ease;
    cursor: pointer;
}

.quick-access-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* ========== USER MENU DROPDOWN ========== */
.user-menu-wrapper {
    position: relative;
}

.user-menu-trigger {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 12px;
    transition: background 0.2s;
}

.user-menu-trigger:hover {
    background: #f3f4f6;
}

.user-menu-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--primario);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.user-menu-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primario);
    background: #f3f4f6;
}

.user-menu-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 360px;
    max-width: 90vw;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    z-index: 1000;
    animation: userMenuFadeIn 0.2s ease;
}

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

.user-menu-header {
    background: var(--primario);
    padding: 24px;
}

.user-menu-header-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

.user-menu-role-badge {
    display: inline-block;
    background: #fff;
    color: var(--primario);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 20px;
    margin-top: 6px;
}

.user-menu-students {
    padding: 16px 20px;
    background: #f9fafb;
}

.user-menu-students-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--gris);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.user-menu-student-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 4px;
}

.user-menu-student-item:last-child {
    margin-bottom: 0;
}

.user-menu-student-item.active {
    background: var(--primario);
}

.user-menu-student-item:not(.active):hover {
    background: #f3f4f6;
}

.user-menu-body {
    padding: 8px;
}

.user-menu-link {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

.user-menu-link:hover {
    background: #f9fafb;
}

.user-menu-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.user-menu-icon-primary {
    background: #fee2e2;
    color: var(--primario);
}

.user-menu-icon-secondary {
    background: #f3f4f6;
    color: #6b7280;
}

.user-menu-icon-danger {
    background: #fee2e2;
    color: #dc2626;
}

.user-menu-icon-primary .user-menu-svg-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(7461%) hue-rotate(0deg) brightness(89%) contrast(119%);
}

.user-menu-badge-pill {
    background: var(--primario);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-menu-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 16px;
}

.user-menu-logout:hover {
    background: #fee2e2 !important;
}

.user-menu-logout:hover p:first-child {
    color: #dc2626 !important;
}

/* ========== ENROLLMENT CARD ========== */
.enrollment-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
}

.enrollment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}

.enrollment-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.enrollment-label {
    font-size: 13px;
    font-weight: 400;
    color: #9ca3af;
}

.enrollment-value {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.enrollment-badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
}

.enrollment-badge-active {
    background: #22c55e;
    color: #fff;
}

@media (max-width: 576px) {
    .enrollment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ========== INVOICE TABLE (Administration) ========== */
.invoice-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
}

/* Filter bar - Segmented control */
.invoice-filters {
    display: flex;
    gap: 6px;
    padding: 4px;
    background: #f3f4f6;
    border-radius: 14px;
}

.invoice-filter-btn {
    flex: 1;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.invoice-filter-btn:hover {
    color: #374151;
}

.invoice-filter-btn.active {
    background: #fff;
    font-weight: 600;
    color: #111827;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
}

/* Table wrapper */
.invoice-table-wrapper {
    overflow-x: auto;
}

/* Base table */
.invoice-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

/* Header */
.invoice-table thead {
    background: #f9fafb;
}

.invoice-table thead th {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}

.invoice-table thead th.col-amount {
    text-align: right;
}

.invoice-table thead th.col-actions {
    text-align: right;
}

/* Column widths */
.invoice-table .col-number { width: 16%; }
.invoice-table .col-desc { width: 28%; }
.invoice-table .col-date { width: 12%; }
.invoice-table .col-due { width: 13%; }
.invoice-table .col-amount { width: 10%; text-align: right; }
.invoice-table .col-status { width: 12%; }
.invoice-table .col-actions { width: 9%; text-align: right; }

/* Rows */
.invoice-row {
    transition: background 0.15s ease;
    border-bottom: 1px solid #f3f4f6;
}

.invoice-row:last-child {
    border-bottom: none;
}

.invoice-row:hover {
    background: #fafafa;
}

/* Cells */
.invoice-row td {
    padding: 16px 20px;
    vertical-align: middle;
    color: #374151;
}

.invoice-name {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

.invoice-desc {
    color: #6b7280;
    line-height: 1.5;
    display: block;
}

.invoice-desc-sub {
    display: block;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 2px;
}

.invoice-amount {
    font-weight: 700;
    color: #111827;
    font-size: 14px;
}

.cell-amount {
    text-align: right;
}

.cell-actions {
    text-align: right;
}

/* Badges */
.invoice-badge {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.badge-paid {
    background: #22c55e;
    color: #fff;
}

.badge-pending {
    background: #f3f4f6;
    color: #374151;
}

.badge-overdue {
    background: #fef2f2;
    color: #dc2626;
}

/* Download link */
.invoice-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.15s ease;
}

.invoice-download-link:hover {
    color: var(--primario);
    background: #fef2f2;
}

.invoice-download-link svg {
    width: 16px;
    height: 16px;
}

/* ========== INVOICE RESPONSIVE ========== */
@media (max-width: 768px) {
    .invoice-table thead {
        display: none;
    }

    .invoice-table,
    .invoice-table tbody,
    .invoice-row {
        display: block;
    }

    .invoice-row {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 12px;
        background: #fff;
    }

    .invoice-row td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f3f4f6;
        text-align: right;
    }

    .invoice-row td:last-child {
        border-bottom: none;
        padding-bottom: 4px;
    }

    .invoice-row td::before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 12px;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .cell-amount {
        text-align: right;
    }

    .cell-actions {
        text-align: right;
    }

    .invoice-row td.cell-actions {
        padding-top: 12px;
        padding-bottom: 0;
    }

    .invoice-download-link {
        width: auto;
        height: auto;
        padding: 8px 16px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        gap: 6px;
        font-size: 13px;
        font-weight: 500;
        color: #374151;
    }

    .invoice-download-link:hover {
        background: #fef2f2;
        border-color: var(--primario);
        color: var(--primario);
    }

    .invoice-download-link svg {
        width: 16px;
        height: 16px;
    }
}

/* ========== DASHBOARD PAGE ========== */
.icon-circle.bg-success img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(84%) saturate(362%) hue-rotate(92deg) brightness(92%) contrast(89%);
}

.icon-circle.bg-primary img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(94%) saturate(748%) hue-rotate(202deg) brightness(94%) contrast(101%);
}

.icon-circle.bg-warning img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(62%) saturate(624%) hue-rotate(358deg) brightness(104%) contrast(96%);
}

.icon-circle.bg-danger img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(7461%) hue-rotate(0deg) brightness(89%) contrast(119%);
}

.dashboard-session-item {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px;
    transition: box-shadow 0.2s ease;
}

.dashboard-session-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.dashboard-quick-access .quick-access-card {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px;
}

.dashboard-quick-access .quick-access-card:hover {
    border-color: var(--primario) !important;
    box-shadow: 0 4px 16px var(--primario-shadow);
}

.dashboard-info-card .info-row {
    border-bottom: 1px solid #f3f4f6;
    padding: 10px 0;
}

.dashboard-info-card .info-row:last-child {
    border-bottom: none;
}

.dashboard-info-card .info-label {
    font-size: 13px;
    color: #9ca3af;
}

.dashboard-info-card .info-value {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.dashboard-economics-card .eco-row {
    border-bottom: 1px solid #f3f4f6;
    padding: 8px 0;
}

.dashboard-economics-card .eco-row:last-child {
    border-bottom: none;
}

.dashboard-notification-item {
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 8px;
    transition: background 0.2s ease;
}

.dashboard-notification-item:hover {
    background: #fafafa;
}

.dashboard-quick-access .icon-box img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(7461%) hue-rotate(0deg) brightness(89%) contrast(119%);
}

.dashboard-quick-access .fw-semibold {
    font-size: 15px;
}

.dashboard-quick-access .text-muted {
    font-size: 13px;
}