.select2-selection__rendered {
  line-height: 33px !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
  border-radius: 20px;
  width: 100%;
}

.select2-selection__arrow {
  height: 36px !important;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  /* top: 1.25rem; */
  top: calc(50% - 100px);
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #000000;
  text-align: center;
}

.carousel-inner {
  max-height: calc(100vh - 112px);
  overflow: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #c8102e;
}

/*# sourceMappingURL=style.css.map */
