body {
  overflow-y: scroll;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9e9e9 !important;
}

.list-group-item {
  padding: 0.5rem 1rem !important;
}
.list-group-item.active {
  background: #3f6791 !important;
  color: white !important;
  border-color: unset !important;
}

.select2 .selection span {
  font-size: 0.875rem;
  padding-left: 0px;
}

.select2-selection__arrow {
  top: 2px !important;
}

.layout-fixed .main-sidebar-custom .sidebar {
  height: calc(100% - 4rem + 1px);
}

.bootstrap-datetimepicker-widget table tr th, .bootstrap-datetimepicker-widget table tr td {
  border: 0;
}

a {
  color: white;
}
a:hover {
  color: white !important;
  text-decoration: underline;
}

.card {
  color: #adb5bd !important;
}
.card .card-header {
  padding: 0.5rem 1rem !important;
  color: white !important;
}

.table thead {
  background-color: #2b3238;
  color: white !important;
}
