@import url(./fonts.css);
@import url(../libs/css/select2.min.css);

.brand-logo {
  min-height: 75px;
  padding: 12px 16px;
  background-color: #182344;
}

.brand-logo img {
  max-width: 150px;
  width: 100%;
}

.brand-logo .close-btn i {
  font-size: 30px;
  color: #fff;
}

.app-header .navbar {
  min-height: 75px;
  padding: 0;
}

.app-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 8px 16px;
  line-height: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  z-index: 2;
}

.sidebar-nav .simplebar-content-wrapper {
  overflow: hidden !important;
}

.sidebar-nav .simplebar-content {
  padding: 0 !important;
}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item > .sidebar-link.active {
  border-radius: 0;
  background-color: #091023;
  color: #fff;
}

.nav-small-cap {
  padding: 7px 15px;
}

.login-logo {
  filter: invert(1);
  max-width: 200px;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
  padding: 15px;
}

body
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
body
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  border-radius: var(--bs-border-radius);
}

body .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--single {
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
  height: auto;
  line-height: 1.5;
}

body
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--selected {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -2px;
  right: 20px;
}

.left-sidebar .scroll-sidebar {
  overflow: hidden;
}

#delete-user-modal .delete-user-icon {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 10px;
}
