#kt_aside .menu-title:hover {
  color: #a5add6 !important;
}

#kt_content {
  background-color: #e6f2ff !important;
}

/* Move to styling preset */
module[name="form"] .form-control,
module[name="form"] .note-editor {
  border: 2px solid #003293;
}
module[name="form"] .form-control:read-write,
module[name="form"] .note-editor {
  background-color: white;
}
module[name="form"] .form-check-input {
  border: 2px solid #003293;
}
module[name="form"] .form-label {
  font-size: 1.2em;
  margin-top: 12px;
}
/* ------------------ */

.form-filter {
  border: none !important;
}

.form-border {
  border: 1px solid #363636 !important;
  padding: 10px 20px;
}

.form-banner {
  background-color: #003293 !important;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  padding-top: 5px;
  padding-left: 9px;
  min-height: 40px;
}

input[name="compose_subject"] {
  width: 83%;
  margin: 20px 0 20px 90px;
}

/* for when select 2's have no default, to prevent it from looking wierd  */
.select2-selection {
  min-height: 43px;
}

/* for the datatables module, which adds a bootstrap 4 class instead of 5 */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.dash-nav .nav-pills {
  border: none !important;
  padding-bottom: 15px;
}

.insurance_section select,
.insurance_section .card-header,
.insurance_section label {
  display: none;
}
.insurance_section .card-body {
  padding: 10px;
}

.dz-clickable {
  margin-top: 15px;
}

.nav-pills[href="#Internal_Notes_1"] {
  display: none;
}
