.chart-day-filter {
  display: flex;
  gap: 15px;
  background-color: #005f60;
  padding: 20px;
  margin-bottom: 25px;
}
.chart-day-filter .js-form-wrapper {
  flex: 1 1 0%;
}
.chart-day-filter fieldset {
  border: 0px solid transparent;
  margin: 0px !important;
  padding: 0px;
}
.chart-day-filter label {
  color: #fff;
}
.chart-day-filter .fieldset-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  flex: 1 1 0%;
}
.chart-day-filter .form-actions {
  width: auto;
  flex: none;
}
.chart-day-filter .form-actions .btn-primary {
  min-width: 250px;
  margin: 0px;
  top: -17px;
  position: relative;
  background-color: #e37705;
}
.chart-day-filter .js-form-item {
  width: 100%;
}
.chart-day-filter .form-control {
  border: 0px;
  height: 42px;
}
@media (max-width: 768px) {
  .chart-day-filter {
    display: block;
  }
}

.chart-table table thead {
  border: 1px solid #e0e0e0;
}
.chart-table table thead tr th {
  background-color: #f9fafb;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #767676;
  padding: 12px 15px;
}
.chart-table table thead tr th.is-active a:after {
  display: none;
}
.chart-table table thead tr th a {
  color: #767676;
}
.chart-table table thead tr th a:after {
  content: "\f229";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  margin-left: 5px;
  color: #e37705;
}
.chart-table table thead tr th .tablesort--desc {
  background: none;
}
.chart-table table thead tr th .tablesort--desc:before {
  content: "\f229";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  color: #e37705;
}
.chart-table table thead tr th .tablesort--asc {
  background: none;
}
.chart-table table thead tr th .tablesort--asc:before {
  content: "\f235";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  color: #e37705;
}
.chart-table table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.chart-table table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}
/*# sourceMappingURL=abi-brief.css.map */
