.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.btn-outline-success {
  border: 2px solid #28a745 !important;
  background-color: #e9f7e9 !important;
}

.btn-outline-danger {
  border: 2px solid #dc3545 !important;
  background-color: #f8d7da !important;
}

.book-card.border-success {
  box-shadow: 0px 0px 10px #28a745 !important;
  border: 2px solid #28a745 !important;
}

.book-card.border-success {
  border: 3px solid #28a745;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.5);
}

button.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.25rem;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1300px;
  object-fit: cover;
  z-index: -1;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#splash-screen img {
  /*max-width: 100%;*/
  max-height: 100%;
  /*object-fit: contain;*/
}

/* Header Toolbar Styling */

.fc-toolbar {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
}

.fc-toolbar-title {
  font-family: 'Amiko', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* Buttons */

.fc-button {
  background-color: #8d9ed5;
  color: #fff;
  border: none;
}

.fc-button:hover {
  background-color: #6c78a3;
}

/* Calendar Background */

.fc-view-harness {
  background-color: #f5f6f8;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Event Styling */

.fc-event {
  background-color: #8d9ed5 !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 5px;
}

/* Highlight Today */

.fc-day-today {
  background-color: rgba(141, 158, 213, 0.2) !important;
  border: 1px solid #8d9ed5;
}

/* Non-current Month Days */

.fc-day-other {
  color: rgba(0, 0, 0, 0.3);
}

.image-slider-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
}

.image-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-image {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.slider-image:nth-child(2) {
  width: 450px;
  height: 450px;
}

.slider-control {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.left-control {
  left: 10px;
}

.right-control {
  right: 10px;
}

.slider-control:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.image-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.image-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-image {
  flex: 0 0 auto;
  height: 300px;
  width: auto;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.left-control {
  left: 10px;
}

.right-control {
  right: 10px;
}

#carouselControls {
}

#carousel-1 {
}

.carousel-narrow {
  width: 50%;
}

.carousel-item {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  max-height: 300px;
  object-fit: contain;
  margin: 0 10px;
}

#password-reset-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#password-reset-modal div {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

/* Reset default browser styles */

#rating-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  margin: 10px auto;
  cursor: pointer;
}

/* Chrome, Safari, Edge, and Opera - Slider Track */

#rating-slider::-webkit-slider-runnable-track {
  height: 10px;
  width: 50%;
  background: linear-gradient(90deg, rgb(190,190,190) 0%, rgb(190,190,190) 100%);
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Firefox - Slider Track */

#rating-slider::-moz-range-track {
  height: 10px;
  width: 50%;
  background: linear-gradient(90deg, rgb(190,190,190) 0%, rgb(190,190,190) 100%);
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Internet Explorer and Edge - Slider Track */

#rating-slider::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Internet Explorer and Edge - Track Fill */

#rating-slider::-ms-fill-lower {
  background: #007bff;
  border-radius: 5px;
}

#rating-slider::-ms-fill-upper {
  background: #00d4ff;
  border-radius: 5px;
}

/* Slider Thumb - Chrome, Safari, Edge, and Opera */

#rating-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #007bff;
  border: 2px solid #007bff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Slider Thumb - Firefox */

#rating-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #003063;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Slider Thumb - Internet Explorer */

#rating-slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #003063;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Slider Thumb Hover Effect */

#rating-slider::-webkit-slider-thumb:hover {
  background: #003063;
}

.table-container {
  overflow-x: auto;
  max-width: 100%;
}

.hist-table {
  width: 100%;
  table-layout: auto;
}

.table th, .table td {
  padding: 8px 8px;
  text-align: left;
  vertical-align: top;
}

.table th {
  background: #f1f1f1;
  border-bottom: 2px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}

.hist-container {
  margin: 0 auto;
  padding: 20px;
  max-width: 90%;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.dash-container {
  margin: 0 auto;
  /*padding: 20px;*/
  max-width: 90%;
  background: #f8f9fa;
  /*border: 1px solid #ddd;*/
  border-radius: 8px;
}

.table-container {
  overflow-x: auto;
  max-width: 100%;
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.table th, .table td {
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

.table th {
  background: #f1f1f1;
  border-bottom: 2px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f9f9f9;
}

/* Default table font size */

.table {
  font-size: 1rem;
}

/* Reduce font size on small screens */

@media (max-width: 576px) {
  .hist-table {
    font-size: 0.8rem;
  }
}

/* Further reduce font size on extra-small screens */

@media (max-width: 400px) {
  .hist-table {
    font-size: 0.6rem;
  }
}

head {
}

.no-hover .answer-btn:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.hover-off .answer-btn:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
  filter: none !important;
}

.answer-btn:focus, .answer-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.answer-btn:active {
  box-shadow: none !important;
}

.answer-btn {
  min-height: 70px;
  font-size: 18px;
  white-space: normal;
  background-color: #ffffff !important;
  color: #212529 !important;
  border: 2px solid #dee2e6 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: none !important;
}

.answer-btn {
  min-height: 70px;
  font-size: 18px;
  white-space: normal;
  background-color: #ffffff !important;
  color: #212529 !important;
  border: 2px solid #dee2e6 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .answer-btn:hover {
    background-color: #f8f9fa !important;
    border-color: #adb5bd !important;
  }
}

.answer-btn.selected {
  background-color: #212529 !important;
  color: #ffffff !important;
  border-color: #212529 !important;
}

