.nav-icon {
  width: 30px;
  text-align: center;
}

.close {
  background: transparent;
  border: none;
  font-size: 23px;
}

.modal {
  z-index: 1000000;
}

.dropzone.dz-clickable {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_length select {
  border: 1px solid gainsboro;
  border-radius: 5px;
}

.dataTables_wrapper {
  transform: scale(0.99);
}

.dark-logo-wrapper,.logo-wrapper {
  height: 30px;
}
.dark-logo-wrapper .img-fluid,.logo-wrapper .img-fluid {
  height: 100%;
  object-fit: contain;
}
/*.nav-submenu a*/
/*{*/
/*  position: relative;*/
/*}*/
/*.nav-submenu a::after {*/
/*  content: '';*/
/*  width: 10px;*/
/*  height: 1px;*/
/*  background: red;*/
/*  position: absolute;*/
/*  right: 9px;*/
/*  top: 100px;*/
/*}*/
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a::after, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5::after {
  content: "\f355" !important;
  font-family: "Font Awesome 6 Pro"!important;
  font-size: 12px!important;
}
body *{
  letter-spacing: 0 !important;
}

.btn *,.pointer-events_none *{
  pointer-events: none;
}

.dark-only .swal-icon--success__hide-corners {
  background-color: #111727!important;
}

.dark-only .swal-icon--success::after,.dark-only .swal-icon--success::before {
  background: #111727!important;
}

.ui-datepicker-today .ui-state-default {
  border: 1px solid #94cdea;
}

#ui-datepicker-div
{
  z-index: 20000000!important;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}

.ui-datepicker-rtl .ui-datepicker-next,.ui-datepicker-rtl .ui-datepicker-prev {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 7px !important;
}

.fa-spin{
  --fa-animation-duration: 400ms;
}

.checkbox input[type="checkbox"]:checked + label::before {
  font-family: "Font Awesome 6 Pro"!important;
  content: "\f00c"!important;
  text-align: center;
  line-height: 1.2;
  font-size: 14px!important;
}

.select2-search__field::placeholder
{
  font-family: "anjoman", sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   border: none!important;
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  margin-left: 0!important;
  margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 12px;
}
.select2-container--default .select2-results__option--selected
{
  position: relative;
}
.select2-container--default .select2-results__option--selected::after {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 12px;
  top: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice
{
  margin-left: 0;
}
.select2.select2-container.select2-container--default
{
  width: 100% !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px;
}
.icon-bg.far {
  font-size: 90px;
}

.status_color {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 3px;
}

.dashboard-card-profile
{
  font-size: 40px;
}