
fieldset.tes_day_filter legend {
  display: none;
}
fieldset.tes_day_filter {
  display: flex;
  order: 2;
  width: 100%;


  /* border-bottom: 1px solid #EEE; */
  border-bottom: 1px solid var(--primary);
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px -6px; */
  box-shadow: rgb(149 157 165 / 20%) 0px 15px 10px -15px;
  /* -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
       box-shadow: 0 8px 6px -6px black; */
}
fieldset.tes_day_filter > .fieldset-wrapper {
  width: 100%; /* mobile horz. scroll */
}
fieldset.tes_day_filter .fieldset-wrapper > div {
  display: flex;
}
fieldset.tes_day_filter .form-item {
  padding: 0.5rem 1rem;
  /* background: var(--primary); */
  background: #ededed;
  /* border: 1px solid white; */
  /* border-radius: 7px; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 3px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 0.9rem;


  position: relative;
  overflow: hidden;

  flex: 0 0 auto;
}
fieldset.tes_day_filter input {
  margin-left: -999rem;
  display: none;
}
fieldset.tes_day_filter .form-item:hover,
fieldset.tes_day_filter .selected {
  background: var(--primary);
  color: #FFF;
}

.tes-legend,
#edit-field-day-value {
  display: flex;
  overflow-x: auto;
  margin-right: -15px; /* mobile horz. overscroll */
}

.tes-legend {
  background: #f8f8f8;
  padding: 1rem !important;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.tes-legend li {
  flex-grow: 1;
  flex-basis: 100%;
}
.tes-legend .icon {
  display: block;
}


/*
 * Format
 */

.tes_format_filter.form-radios {
  width: 100%;
  display: flex;
}
.tes_format_filter .form-item {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.tes_format_filter .form-radio {
  margin-right: 0.5rem;
}
.tes_format_filter.fieldgroup {
  margin-bottom: 1rem;
}


.tes-card {
  border: 0 !important;
  border-bottom: 1px solid #EEE !important;
  padding-bottom: 1rem;
}
.tes-title {
  font-weight: 900;
  flex-grow: 1;
  margin-bottom: 0;
}
.tes-time {
  font-weight: bold;
}
.tes-details {
  flex-grow: 1;
}



/*
 * Exposed Filter - Format
 */
.form-item-field-format-target-id label,
.form-item-field-college-target-id label{
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.form-item-field-format-target-id{
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  align-items: center;
}
.form-item-field-college-target-id {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  max-width: 250px;
}

/* 
 * Checkbox Forms
 */

 .fieldgroup legend {
  font-size: 1rem;
 }

 .fieldgroup .form-checkboxes{
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 0.25rem 1rem;
    margin-bottom: 1rem;
 }

 .fieldgroup .js-form-type-checkbox {
  display: flex;
  flex-flow: row nowrap;
  gap:0.5rem
 }

/*
 * Events
 */
.event-schedule-view .card-header {
  display: flex;
  align-items: center;
  color: var(--primary);
  flex-direction: column; /* mobile */
  background: white;
  border: 0 !important;
}

@media (min-width: 991px) {
  .tes-legend {
    width: 100%;
  }
}

.event-schedule-view .tes-header-detail {
  flex-grow: 1;
  width: 100%;
}
.event-schedule-view .card-footer {
  align-items: center;
  background: white;
  border: 0;
}
.event-schedule-view .views-field {
  padding: .75rem 1.25rem;
}
.event-schedule-view .views-field-title {
  font-weight: 900;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  /* border-bottom: 1px solid var(--primary); */
}



.title--actions {
  display: flex;
  align-items: baseline;
}
.title--actions h1 {
  flex-grow: 1;
}
.tes-icons > span {
  cursor:help;
}