/*
Template Name: Hyperion - The platform of the management of the legal transfer fo the first franc
Author: Digitech
Website: https://digitechgroupci.com/
Contact: support@digitechgroupci.com
File: Custom Css File
*/

.pl-1{
    padding-left: 10px !important;
}

.pl-2{
    padding-left: 20px !important;
}

.pl-3{
    padding-left: 30px !important;
}

.mt-1{
    margin: 10px !important;
}

.mt-2{
    margin: 20px !important;
}

.mt-3{
    margin: 30px !important;
}

label.form-label{
    color: #212529 !important;
}

.scrollspy-example{
    height: 70vh !important;
}
.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Prend la largeur complète du conteneur */
    max-width: 600px; /* Limite la largeur pour un rendu équilibré */
    margin: auto; /* Centre le stepper dans le conteneur */
    padding: 10px 0;
}

.step {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}

.step.active {
    background-color: #d90000;
    color: #fff;
}

.line {
    flex-grow: 1;
    height: 4px;
    background-color: #e0e0e0;
    margin: 0 15px;
    transition: background-color 0.3s ease;
}

.line.active  {
    background-color: #d90000;
}
