@media only screen and (max-width: 500px) {
    #back-to-top {
        width: 40px;
        height: 40px;
    }

    #addModal_clients {
        padding-bottom: 60px;
    }
    #addModal_chantiers {
        padding-bottom: 60px;
    }
    #addModal_chefs {
        padding-bottom: 60px;
    }
    #addModal_conducteurs {
        padding-bottom: 60px;
    }
    #addModal_utilisateurs {
        padding-bottom: 60px;
    }
    #addModal_fournisseurs {
        padding-bottom: 60px;
    }
    #addModal_salaries {
        padding-bottom: 60px;
    }

    .row > * {
        padding-right: 0%;
        padding-left: 0%;
    }

    .panel-primary {
        padding: 15px;
    }
}

.nav.panel-tabs a:hover {
    color: var(--primary-bg-color);
}

.ms-choice span {
    overflow: hidden;
    width: 90%;
}

.form-select.select2 {
    height: 2.5rem !important;
}

