/* Registration Section */
#cma_registration {
    .registration-text-font{
        font-family: 'Roboto Slab', serif;
    }

    .registration-text-color{
        color: var(--couleur-principale);
    }

    .registration-text-font-and-color {
        font-family: "Roboto Slab", serif;
        color: var(--couleur-principale);
    }

    .progress-line {
        background: linear-gradient(
                to right,
                var(--couleur-principale) 0%,
                #e9ecef 0%
        );
    }

    .department-loader{
        width:100px;
        margin: auto;
    }
}

/* Disabled look */
.disabled-card .exam-card {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
    cursor: not-allowed;
}

/* Optional: override icon color */
.disabled-card .registration-text-color {
    color: #bbb !important;
}

.exam-pending-notif{
    font-size: 8pt;
}