.ajax-loader {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: none;
}
.ajax-pre-loader {
    width: 15%;
    display: none;
}
.ajax-loader > img {
    position: relative;
    top: 45%;
}
[data-bs-theme="dark"] .form-control {
    color: #dddddd;
}
[data-bs-theme="dark"] .form-select {
    color: #dddddd;
}
.btn-primary:disabled {
    background-color: #0074ca;
    opacity: 0.9;
}
[data-bs-theme=dark] .table>:not(caption)>*>* {
    color: #d1d1d1 !important;
}
.login-section-form-col {
    background-color: rgba(255, 255, 255, .8);
}
[data-bs-theme=dark] {
    --bs-body-color: #eee;
}
[data-bs-theme=dark] .data-table-card-table thead tr th {
    background-color: #4189dd !important;
}
.text-red {
    color: red;
}
.page-content {
    padding-left: calc(280px + .75rem) !important;
}
.data-table-card-table tbody tr .dropdown .dropdown-menu .dropdown-item {
    color: var(--bs-body-color) !important;
}