.filter-form:focus,
input[type="date"]:focus,
input[type="date"]:active {
  box-shadow: none !important;
}

#loading {
  display: block;
  text-align: center;
  background: #bb2d3b;
  border-radius: 50%;
  border: 50px solid #bb2d3b;
  width: 20px;
  height: 20px;
  animation: load 0.7s ease-out infinite;
}

.loadingContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.calendar-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensures the icon doesn't interfere with input */
}

.img-news-2 {
  transform: translate(-1px, 80px) scale(1.5);
}
input[type="date"]:hover,
input[type="date"]:focus-visible {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}

/* Custom styles for Slick Carousel */
.gallery-arrow {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
}

.gallery-arrow.mod-prev {
  top: 50%;
  left: 2%;
}

.gallery-arrow.mod-next {
  top: 50%;
  right: 2%;
}
.custom-margin {
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .custom-margin {
    padding: 15px;
  }
}
#workshopImage {
  width: 350px;
  height: 350px;
}

#workshopTypePlaceholder {
  top: 50%;
  transform: translatey(-50%);
  left: -3%;
  z-index: 99;
}
.img-wrapper {
  cursor: pointer;
}
.img-wrapper::after {
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  display: block;
}

#imgViewer::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}
#imgViewer::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1200px) {
  #workshopImage {
    width: 300px;
    height: 300px;
  }

  
}

@media screen and (max-width: 991px) {
  .gallery-arrow.mod-prev {
    top: 50%;
    left: -2%;
  }

  .gallery-arrow.mod-next {
    top: 50%;
    right: -2%;
  }
  .img-news-2 {
    transform: translate(0px, 0px) scale(1);
  }
  #nextus{
  font-size: 17px!important;
  }  
  #nextuslogo{
    width:100px!important;
  }
  
}
#nextuslogo{
  padding-bottom: 5px;
}
#instructor-description{
  font-size: 18px;
  line-height: 34px;
}
