  #course-filters {
    /* display: flex; */
    margin-bottom: 20px;
    /* background-color:  #B5E3d8; */
    padding: 20px;
}

.parent-stream-filter,
.child-stream-filter {
    flex: 1;
    margin-right: 20px;
}

#course-filters h4 {
    margin-bottom: 10px;
}

#course-filters label {
    /* display: block; 
    margin-bottom: 5px; */
    font-size: 13px;
}

#course-filters input {
    margin-bottom: 5px;
}

/* New styles for the "No results" message */
#no-results {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

/* New styles for the selected filters display */
#selected-filters {
    margin-bottom: 20px;
    /* padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px; */
}

#selected-filters h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

#selected-filters ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#selected-filters li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    /* padding: 5px 10px; */
    /* background-color: #e0e0e0; */
    border-radius: 3px;
}

.checkbox-wrapper {
    position: relative;
    padding: 5px 0;
  }

  .checkbox-wrapper input[type="checkbox"] {
    margin-right: 5px;
  }

  .checkbox-wrapper input[type="checkbox" i] {
     transform: scale(1);
}

  /* Ensure the checkboxes are visible */
  input[type="checkbox"] {
    opacity: 1;
    position: static;
  }

  /* Style for labels */
  .checkbox-wrapper label {
    display: inline-block;
    cursor: pointer;
  }

  /* Focus styles */
  .checkbox-wrapper.focused,
  .date-range-filter.focused {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
  }

  .date-range-filter input[type="date"]:focus,
  .checkbox-wrapper input[type="checkbox"]:focus {
    outline: none;
  }
  
  .date-range-filter input[type="date"],
  .checkbox-wrapper input[type="checkbox"] {
    margin-bottom: 5px;
  }

  #pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#pagination-controls button {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    color: black;
}

#pagination-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#pagination-controls .page-number {
    margin: 0 2px;
}

#pagination-controls .page-number.active {
    background-color: #ba0c2f;
    color: white;
}

#showing-tally {
    text-align: center;
    margin-top: 13px;
    /* font-style: italic; */
    font-size: 14px;
}

input[type="checkbox"].btn-check {
  position: absolute !important;
  clip: rect(0,0,0,0) !important;
  pointer-events: none !important;
}

p {
  margin-bottom: 0rem;
}

span.bg-danger {
  background-color: #ba0c2f !important;
}

label.btn-outline-danger {
    --bs-btn-color: #ba0c2f !important;
    --bs-btn-border-color:#ba0c2f !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ba0c2f !important;
    --bs-btn-hover-border-color: #ba0c2f !important;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ba0c2f !important;
    --bs-btn-active-border-color: #ba0c2f !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ba0c2f !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ba0c2f !important;
    --bs-gradient: none;
    font-weight: bold;

}

span.bg-info {
  background-color: #007D8A !important;
}

label.btn-outline-info {
  --bs-btn-color: #007D8A !important;
  --bs-btn-border-color:#007D8A !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007D8A !important;
  --bs-btn-hover-border-color: #007D8A !important;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007D8A !important;
  --bs-btn-active-border-color:#007D8A !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #007D8A !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007D8A !important;
  --bs-gradient: none;
  font-weight: bold;
}