@media (min-width: 1200px) {
    .modal-xxl {
        max-width: calc(100vw - 10%) !important;
    }
}


.modal-body-xl {
    max-height: calc(100vh - 200px) !important;
    overflow-y: auto;
}

.unSelect:hover {
    cursor: pointer;
    /* background: #e9ecef; */
    border: 1px solid red !important;
}

.select:hover {
    cursor: pointer;
    /*   background: #e9ecef; */
    border: 1px solid green !important;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option {
    color: #444 !important;
    font-size: 13px !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #d9d9d9;
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.minimalTable td,
.minimalTable th {
    padding: 4px 6px !important;
    font-size: 13px;
}

.minimalTable input,
.minimalTable select,
.minimalTable textarea {
    padding: 4px 6px !important;
    font-size: 12px;
}