@media (max-width: 767px) {
  #tcu-logo {
    width: 65px;
    height: 65px;
  }
}

#custom-section {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #table-font {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #table-font {
    font-size: 15px;
  }
}

#custom-input {
  margin-bottom: 20px;
}

#title-h4 {
  font-size: 1.5rem;
  color: #89d1de;
  margin-bottom: 20px;
}

#title-h5 {
  color: rgb(93,198,217);
  font-weight: 400!important;
}

.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%;
}

#date-bluegreen {
  color: rgb(78,164,176);
}

#custom-button {
  margin-right: 8px;
  padding: 3px 12px;
  border-radius: 8px;
}

