body {
    background: #fafbfe;
}

.table {
  color: #838C96;
}

.table td {
  padding: 15px;
}

.dataTables_filter, .dataTables_length {
  padding: 20px 0;
}

/* table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #5c6ec2;
} */

.card {
  border: none;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  margin-bottom: 24 px;
  border-radius: .5rem !important;
}

/* .container-fluid {
  max-width:100%;
} */

.nav-custom {
  max-width: 100%;
  background-color: #313A46;
}


.topnav {
  background: #fff;
}

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.card-profile {
  min-height: 280px;
}

/* .card {
  background-color: #00D0FF;
} */

.dropzone {
  border: 2px dashed #dee2e6;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px;
}

.select2-hidden-accessible {
  position: relative !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  margin-top: 0;
}

.select2-container .select2-selection--multiple {
  min-height: 32px;
}

.profile-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ced4da;
}

.disabled-links {
  color: #bac3ce;
  pointer-events: none;
  cursor: none;

}
.enabled-links {
  color: #ffffff;
  pointer-events: all;
  cursor: default;

}
    