body {
  font-family: sans-serif;
}

.direct_buttons {
  right: 10px;
  display: flex;
  margin-left: 10px;
}

.top {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 5rem;
  background-color: #005EA0;
}

.mainbg {
  background-color: #005EA0 !important;
  color: white !important;
}

.modal-content {
  border: none !important;
}

select + .select2-container {
  /* width: 100% !important; */
  max-width: 100% !important;
}



.cardHeader select + .select2-container, .modal select + .select2-container, .form-group select + .select2-container{
  width: 100% !important;
}


.card-header .actionBox select + .select2-container {
  width: 160px !important;
}

select.media_name + .select2-container,select.media_name {
  width: auto !important;
  min-width: 140px;
}

.form-check-input {
  margin-left: 0;
}/*# sourceMappingURL=main.css.map */
