.red {
    color: var(--bs-red) !important;
}

.green {
    color: var(--bs-green) !important;
}

.nav {
    padding-top: 15px;
}

.badge {
    font-weight: normal;
}


.select2-selection__rendered {
    line-height: 30px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

.expired {
    color: var(--bs-red) !important;
}

.right {
    float: right;
}

.middle {
    vertical-align: middle;
}

.right-btn-spaced {
    margin-right: 10px;
}

.hidden {
    display: none;
}

.input-login {
    height: 56px;
}

.btn.right {
    margin-right: 15px;
}

.table {
    margin-top: 15px;
}