.mh-40r {
    max-height: 40rem;
}

.body-no-authorized {
    background-image: url('/img/estaticas/fondo-login.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.fila-seleccionada {
    animation: highlight-row 2s ease-in-out;
}

@keyframes highlight-row {
    0%, 100% {
        background-color: transparent;
    }

    50% {
        background-color: #FFECB3;
    }
}

.ocultar-fecha .mud-button-year {
    display: none;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.custom-p-bg {
    background: linear-gradient(135deg, #009fbd, #0080cc);
}

.custom-p-b {
    background: linear-gradient(135deg, #009fbd, #0080cc);
    transition: .3s;
}

    .custom-p-b:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 128, 204, 0.4);
    }

.metric-card {
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

    .metric-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    }

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

.avatar-gradient {
    color: white;
    background: linear-gradient(135deg, #009fbd, #0080cc);
    box-shadow: 0 4px 12px rgba(0, 159, 189, 0.3);
}
