  .form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
  }
  .form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle {
    outline: 0;
  }

  .nav li i {
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
}
  
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.title-block {
  background-color: #f1f1f1;
  padding: 25px 0;
  border-top: 4px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
}

.brands {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands img {
  max-width: 90%;
  max-height: 90px;
}

.modal .modal-body figure img {
  width: 230px;
}

.modal .modal-body .btn-close {
  display: none;
  float: right;
}

main table > tbody > tr > td {
  font-size: 14px;
}
main table > thead > tr > th,
main table > tfoot > tr > th {
  font-size: .95em;
}