/* RESET LIMPIO */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f5ff;
}

/* BOTONES */
.btn-lila {
    background-color: #A855F7 !important;
    border-color: #A855F7 !important;
    color: #fff !important;
    border-radius: 999px;
    transition: 0.2s;
}

    .btn-lila:hover {
        background-color: #7E22CE !important;
        border-color: #7E22CE !important;
    }

/* TARJETAS */
.card-lila {
    border: none !important;
    border-radius: 1rem !important;
    box-shadow: 0 8px 20px rgba(126, 34, 206, 0.08) !important;
    background-color: #fff !important;
}

    .card-lila .card-header {
        background: transparent !important;
        border-bottom: none !important;
        font-weight: 600 !important;
        font-size: 1.1rem !important;
        color: #7E22CE !important;
    }

/* BADGE */
.badge-lila {
    background-color: #E9D5FF !important;
    color: #7E22CE !important;
    font-weight: 600 !important;
}

/* NAVBAR */
.navbar-lila {
    background: linear-gradient(90deg, #7E22CE, #A855F7) !important;
}

    .navbar-lila .nav-link {
        color: #fff !important;
        font-weight: 500 !important;
    }

        .navbar-lila .nav-link:hover,
        .navbar-lila .nav-link.active {
            color: #FFE4FE !important;
            text-decoration: underline !important;
        }

/* TABLAS */
table th {
    color: #7E22CE !important;
    font-weight: 600 !important;
}
