.card-drops {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.card-drops span.dropdown-toggle::after {
  content: none;
}

.card-drops ul {
  margin-bottom: 0;
  padding-left: 0.6rem !important;
}

.card-drops ul li {
  list-style: none;
}

.date-schedule a {
  color: #000;
}

.date-schedule .dropdown-toggle i {
  font-size: 0.7rem;
}

.date-schedule .card-header {
  padding: 0.7rem;
  min-height: 44px;
}

.date-schedule h5 {
  font-size: 1rem !important;
  text-wrap: nowrap;
}

.absent {
  color: #ff0000;
}

.input-group-date {
  font-size: 0.8rem;
  margin-right: 0.2rem;
}

.input-group-date #myLocalDate {
  width: 84%;
}

.charts .card-body {
  height: 300px;
  /* Adjust height to fit the chart properly */
}

.charts canvas {
  display: block;
  max-width: 100%;
  /* Ensure canvas does not exceed container width */
  height: auto;
}

.charts .card-header {
  display: flex;
  align-items: center;
  padding: 0.7rem;
  justify-content: space-between;
}

.charts .card-header h3 {
  font-size: 1rem !important;
  text-wrap: nowrap;
  font-weight: 600;
}

.charts .card-header .multiple-dropdowns {
  display: flex;
}

.charts .card-header::after {
  content: none;
}

.charts .card-header .multiple-dropdowns .dropdown-toggle {
  font-size: 0.8rem !important;
  padding: 0rem 0.3rem;
}

.small-box {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-box h3 {
  margin-bottom: 0;
}

/* last table */
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
