/*Icones Lucide https://lucide.dev/ */
.Icones-MainMenu {
    color: hsla(0, 0%, 31%, 0.459);
    /* Change the color */
    width: 32px;
    /* Set the width */
    height: 32px;
    /* Set the height */
    stroke-width: 1.5px;
    /* Adjust the stroke width */
    margin-right: 15px;
}
.crux-legend{
    font-size: .775em;
}

.crux-value{
    font-size: .875em;
    font-weight: 700;
}

.card-1 {
    display: block;
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



/* Cards */
.card {
    border: none;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    margin-bottom: 20px;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}

.card-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
}

.card-body {
    padding: 20px;
}

/* KPI Cards */
.kpi-card {
    transition: transform 0.3s ease;
}

.kpi-card:hover {
    transform: translateY(-5px);
}

.kpi-card h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2rem;
}

.kpi-card h5 {
    font-size: 1rem;
    color: #6c757d;
}

/* Badges */
.badge {
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 500;
}
