.view-header p {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}

.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: 16px;
  font-weight: 600;
  color: #767676;
  padding: 12px 15px;
}
.chart-table table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.chart-table table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.chart-detail-div {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 25px 0px;
}
.chart-detail-div .tags a {
  background-color: #f3f4f6;
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 30px;
  font-weight: 400;
}
.chart-detail-div .field__label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.chart-detail-div .field__items {
  display: flex;
  gap: 10px;
}
.chart-detail-div .field__items .field__item {
  margin-bottom: 5px;
}
.chart-detail-div .chart-img {
  padding: 40px 20px;
}
/*# sourceMappingURL=newsroom-chart-of-the-day.css.map */
