.carousel .carousel-item.active h1,
.carousel .carousel-item.active .h1,
.carousel .carousel-item.active h2,
.carousel .carousel-item.active .h2,
.carousel .carousel-item.active h3,
.carousel .carousel-item.active .h3,
.carousel .carousel-item.active h4,
.carousel .carousel-item.active .h4,
.carousel .carousel-item.active h5,
.carousel .carousel-item.active .h5,
.carousel .carousel-item.active h6,
.carousel .carousel-item.active .h6,
.carousel .carousel-item.carousel-item-start h1,
.carousel .carousel-item.carousel-item-start .h1,
.carousel .carousel-item.carousel-item-start h2,
.carousel .carousel-item.carousel-item-start .h2,
.carousel .carousel-item.carousel-item-start h3,
.carousel .carousel-item.carousel-item-start .h3,
.carousel .carousel-item.carousel-item-start h4,
.carousel .carousel-item.carousel-item-start .h4,
.carousel .carousel-item.carousel-item-start h5,
.carousel .carousel-item.carousel-item-start .h5,
.carousel .carousel-item.carousel-item-start h6,
.carousel .carousel-item.carousel-item-start .h6 {
  color: var(--bs-body-color) !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:%230096d2;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:%230096d2;'%3E%3Cpath d='M10.707 6.293 16.414 12l-5.707 5.707-1.414-1.414L13.586 12 9.293 7.707z'%3E%3C/path%3E%3C/svg%3E") !important;
}

#notificationModal .modal-dialog {
  max-width: 1000px;
  width: 100%;
}

#notificationModal .modal-content {
  min-height: 700px;
}

#notificationModal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#notificationModal #carouselExample {
  width: 100%;
  flex: 1;
}

#notificationModal #carouselInner {
  padding-left: 150px;
  padding-right: 150px;
  max-height: 400px;
  overflow-y: auto;
}

#notificationModal .carousel-control-prev, #notificationModal .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width: 960px) {
  #notificationModal .modal-dialog {
    width: 80vw;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #notificationModal #carouselInner {
    padding-right: 15%;
    padding-left: 15%;
  }

  #notificationModal .carousel-control-prev {
    display: block;
  }

  #notificationModal .carousel-control-next {
    display: block;
  }

  #notificationModal .modal-content {
    max-height: 600px;
    height: 90vh;
    min-height: 0;
  }

  #notificationModal .modal-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


@media screen and (max-width: 500px) {
  #notificationModal .modal-header {
    padding-top: 3rem;
  }
}
