html {
  font-size: 14.4px;
}

body {
  background-color: #fafafa !important;
}

#footer {
  margin-top: 80px;
}

.bg-custom {
  background-color: #3867d6;
  border-bottom: 1px solid #f5f5f5;
  min-height: 51.38px !important;
}

.navbar-brand-container {
  background-color: #fff;
  padding-left: 15px;
  margin: -16px 0 -16px -16px;
  height: 51px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .navbar-brand-container {
    height: 57px;
  }
}

.navbar-brand > img {
  height: 35px !important;
}

@media (max-width: 768px) {
  .header-label {
    display: none;
  }

  #navbarNav {
    margin-top: 24px;
  }
}

.card {
  border-radius: 12px;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-control,
.custom-select {
  border-radius: 8px;
}

.btn {
  border-radius: 8px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.accordion .card .card-header {
  border: 0;
  padding: 0;
}

.accordion .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
}

.accordion .card .card-header .btn-header-link:after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  float: right;
  color: #222;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
  content: '\f106';
}

.accordion .card .collapsing {
  line-height: 30px;
}

.accordion .card .collapse {
  border: 0;
}

.accordion .card .collapse.show {
  line-height: 30px;
}

table > thead > tr > th,
table > tbody > tr > td {
  font-size: 14.4px;
}

.dataTables_scroll {
  margin-bottom: 16px;
}

.ecrf_icon {
  cursor: pointer;
  color: #007bffd1;
  font-size: 2rem;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.datepicker td,
.datepicker th {
  padding: 5px;
}

.alert {
  border-radius: 8px;
}

#calendar a {
  color: #343a40;
}

#calendar .fc-button-primary {
  border-radius: 8px;
  /* background-color: #ced4da;
  border: #ced4da;
  color: #343a40; */
}

#calendar .fc-scrollgrid {
  width: 100%;
  border-radius: 5px;
}

#calendar .fc-day-today {
  background-color: #f1f1f1;
}

#calendar .fc-highlight {
  background-color: #cfe2ff;
  opacity: 0.5;
}

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.input-focus {
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.swal2-actions button {
  border-radius: 8px !important;
}
