.header-top-bar {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-bottom: 1px solid #e9ecef;
}

.header-top-bar a {
    color: #495057;
    text-decoration: none;
    margin-right: 1.5rem;
}

.header-top-bar a:hover {
    color: #000;
}

.header-main-bar {
    background-color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
}

.header-main-bar h2 {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    margin-bottom: 0;
    outline: 0;
    position: relative;
}
.image-checkbox-checked {
    border: 4px solid #4783B0;
}
.image-checkbox-checked {
    border-color: #4783B0;
}
.image-checkbox .form-check-input {
    display: none;
}
.image-checkbox .fa-check-circle {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.5rem;
    color: #28a745;
    background-color: white;
    border-radius: 50%;
}

.image-checkbox .form-check-input:checked + .form-check-label .fa-check-circle {
    display: block;
}
.ost-service-tile {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 106px;
}

/* Dark Mode Styles */
@media (prefers-color-scheme: dark) {
  /* Prevent browser from distorting images in dark mode */
  img, picture, video, svg {
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  /* Ensure the service tiles have a light background to remain visible */
  .image-checkbox.shadow.rounded-2 {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: .25rem; 
  }
}
