navbar-vertical .navbar-nav .nav-link {
    white-space: break-spaces !important;
}
.text-ellipsis {
    width: 100%;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block !important;
}

#sidebarCollapse .nav-item {
    width: -webkit-fill-available;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.5rem) !important;
    border-width: 2px !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
    border-width: 2px !important;
}

.form-select:not([multiple]):not([size]) {
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
}

.form-select.is-valid:not([multiple]):not([size]) {
    border-color: #0c8;
    padding-right: calc(1.3em + 1.5rem);
    background-repeat: no-repeat;
    background-position: right calc(0.325em + 0.375rem) center;
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
    border-width: 2px !important;
}

select.is-valid + .select2-container--krajee-bs5 .select2-selection--single, .has-success.select2-container--krajee-bs5 .select2-dropdown, .has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #0c8;
    padding-right: calc(1.3em + 1.5rem);
    background-repeat: no-repeat;
    background-position: right calc(0.325em + 0.375rem) center;
    border-width: 2px !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
    height: 46px;
    padding: 0.65rem 1.5rem 0.375rem 0.5rem;
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
}

select.is-invalid + .select2-container--krajee-bs5 .select2-selection--single {
    border-color: #f36;
    border-width: 2px !important;
    background-size: calc(0.65em + 0.75rem) calc(0.65em + 0.3rem) !important;
}

.select2-container--bootstrap .select2-selection--single {
    border: 1px solid #e7eaf0 !important;
    border-radius: 0.375rem !important;
    padding: 1.4rem 1.25rem !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    margin-top: -8px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
    margin-top: -4px !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection {
    border-color: #0c8 !important;
    border-width: 2px !important;
    box-shadow: none !important;
}

.select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap .select2-dropdown {
    border-color: #5c60f5 !important;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, .08), 0 0 0 3px rgba(92, 96, 245, .25) !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: rgba(92, 96, 245, 0.1) !important;
    color: rgba(92, 96, 245, 1) !important;
}

.select2-container .select2-results__option[aria-selected=true] {
    background: rgba(92, 96, 245, 1) !important;
    color: white !important;
}

.select2-container--krajee-bs5 .select2-results > .select2-results__options {
    max-height: 320px;
}

.tg-backdrop.tg-backdrop-animate {
    z-index: 9999;
}

.smaller {
    font-size: 11px;
    font-weight: 600;
}

card.light.border .card-header.border-bottom {
    border-color: rgba(25, 27, 47, 0.08) !important;
}

.card.light.border {
    border-color: rgba(25, 27, 47, 0.08) !important;
}

.ui-widget-header {
    background: white;
    border: 1px solid #f8f8f8;
}

.ui-datepicker-month {
    border: 1px solid #f8f8f8;
}

.ui-datepicker-year {
    border: 1px solid #f8f8f8;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
    border: 1px solid #f8f8f8;
}

.ui-state-default:not(.ui-state-active):hover {
    background: rgba(92, 118, 245, 0.1) !important;
    color: rgba(92, 118, 245, 1);
    border: 1px solid #f8f8f8;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    border: none;
    background: #f8f8f8;
}

.ui-datepicker-calendar tr {
    border: none !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid #16192C;
    padding: 12px 8px;
    border-radius: 10px;
}

.ui-datepicker-header.ui-widget-header {
    margin-bottom: 12px;
}

.ui-datepicker-calendar thead {
    margin-bottom: 8px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: rgba(126, 129, 248, 1);
    font-weight: 500;
    border: 1px solid #7e81f8;
    color: #ffffff;
}

.select2-container--krajee-bs5 li.select2-results__option{
    color: #f96333;
    background-color: #ffeae4;
}