.app-sidebar .side-menu__icon {
    height: 1.8rem !important;
}
.form-label {
    font-size: small !important;
    font-weight: 400 !important;
}
.text-error {
    font-size: .875em;
    color: #dc3545;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0 !important;
}
.select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--input-border) !important;
}
.table td, .table th {
    padding: 0.5rem 0.75rem !important;
}
.avatar-xxs {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.spinner-grow {
    --bs-spinner-animation-speed: 5s !important;
}
.table-sm td, .table-sm th{
    font-size: .7rem !important;
    padding: 0.25rem 0.6rem !important;
}
