/* Add react-bootstrap component overrides below by targeting
   components based on their classNames
 */

body {
  background: #f9f9f9;
}

.dropdown-menu {
  overflow: hidden;
  font-size: 0.875rem;
  padding: 0;
  margin: 1rem 0 1rem 0;
  background: #f9f9f9;
  border: none;
  outline: none;
  border-radius: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 20px rgba(0, 0, 0, 0.2);
  min-width: 52px;
}

.dropdown-item {
  padding: 0.125rem 1rem;
  margin: 0;
}

.dropdown-item.audience-nav-dropdown-item {
  margin: 0 !important;
  padding: 0 !important;
}

.dropdown-item:first-child {
  margin-top: 1rem;
}
.dropdown-item:last-child {
  margin-bottom: 1rem;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background: #d9d9d9;
  color: #000;
}

.modal-xl {
  max-width: 80rem;
}

@media (max-width: 81rem) {
  .modal-xl {
    margin: 0.5rem !important;
  }
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal-content {
  border: none;
  background: #f9f9f9;
  border-radius: 15px;
}

.modal-header {
  border-bottom: none;
}

.fonts-loaded .modal-title {
  font-family: "mabry-medium";
  font-weight: regular;
}

.toast {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.toast-header {
  border: none;
  background: none;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}

.toast-body {
  color: #000;
  padding: 0;
  margin: 0;
}

.close {
  text-shadow: none;
  color: #000;
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.carousel {
  margin-bottom: calc(2rem + 12px);
  display: flex;
}

.carousel-indicators {
  top: calc(100% + 1rem);
}

.carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 2.5px solid #e0e0e0;
}

.carousel-indicators .active {
  background: #000;
}

.carousel-inner {
  order: 2;
}

.carousel-control-prev {
  order: 1;
}

.carousel-control-next {
  order: 3;
}

.carousel-control-prev,
.carousel-control-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.carousel-control-next-icon {
  background-image: url(/images/carousel-next.svg);
  width: 11.11px;
  height: 18px;
}
.carousel-control-prev-icon {
  background-image: url(/images/carousel-prev.svg);
  width: 11.11px;
  height: 18px;
}

@media (max-width: 50em) {
  .carousel-control-prev,
  .carousel-control-next {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
