.swal2-confirm:focus {
    outline: none !important;
    box-shadow: none !important;
}

.swal2-confirm {
    background-color: #1e3d73 !important;
    min-width: 100px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: smaller !important;
    font-weight: 500 !important;
    ;
}

.form-control {
    border-color: #1e3d73 !important;
    color: #1a1919 !important;
}


/* Styles for active and focused dropdown items */
.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #1e3d73 !important;
}

/* Styles for the dropdown toggle button */
.bootstrap-select .dropdown-toggle {
    min-height: 45px;
    background: #fff;
    border-color: #1e3d73;
}

/* Styles for the dropdown menu border */
.bootstrap-select .dropdown-menu {
    border-color: #1e3d73;
}


.multiselect {
    background-color: #fff;
    border: 1px solid #1e3d73;
    border-radius: 5px !important;
}

.multiselect__option--highlight {
    background-color: #1e3d73 !important;
    color: #fff !important;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 12px 30px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    background-color: #1e3d73;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(30, 61, 115, 0.3);
    white-space: nowrap;
    letter-spacing: 0.03em;
}

.iq-sidebar-menu .iq-menu li ul {
    padding-left: 10px !important;
}

.data-table-inner-th-table {
    font-size: 10px !important;
    font-weight: 700 !important;
}