.active > .page-link, .page-link.active {
    z-index: 3;
    background-color: var(--theme-default) !important;
    border-color: var(--theme-default) !important;
    color: #fff;
}

.table th {
  color: #404040;
  font-weight: 500 !important;
}

.font-timah {
  color: #3d5c74 !important;
}

.swal2-container button {
  color: #fff !important;
}

.btn-icon {
    width: 45px;
    height: 45px;
    padding: 0;
}

.w-120px {
  width: 120px;
}

.select2-container .select2-selection--single {
    border-color: #efefef;
    border-radius: .25rem !important;
    height: 27px !important;
    padding: 10px;
}

.badge {
    font-size: 14px !important;
}