.filter-container {
  gap: 12px;
}

.filter-btn {
  height: 40px;
  padding: 12px 16px;
  white-space: nowrap;
  font-size: 1rem;
  border: 0.5px solid var(--bs-accent-one) !important;
}

.filter-btn:hover {
  border: 1px solid var(--bs-accent-one);
  background-color: var(--secondary-100) !important;
}

.filter-btn:active,
.filter-btn:focus {
  border: 1px solid var(--bs-accent-one) !important;
  background-color: var(--secondary-100) !important;
}

.filter-color-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
}

.reset-filter-btn {
  padding-bottom: 2px;
  white-space: nowrap;
  font-weight: 600;
  border: none;
  border-bottom: 0.5px solid var(--bs-secondary);
}

.filter-options {
  top: 3rem;
  min-width: 300px;
  max-height: 360px;
  width: max-content;
  border-radius: 12px;
  box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.05),
    4px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.filter-sub {
  margin-bottom: 12px;
}

.intensity-filter,
.duration-filter {
  border-right: 1px solid var(--bs-gray-disabled);
}

.week-card {
  border: 1.2px solid var(--bs-gray-disabled);
  background-color: var(--bs-bg-one);
  padding: 4px;
  gap: 12px;
  flex: 1 0 0;
  height: 88px;
}

.week-card.active {
  background: #eef0ed;
}

.week-card.active .h5-lg {
  font-family: "Manrope-SemiBold";
  font-weight: 500;
}

.week-card.active .week-card-inner {
  background: #eef0ed;
}

.week-card-inner {
  min-width: 127px;
  background: white;
  padding: 12px 0px 16px 0px;
  align-self: stretch;
}

.time-seperator p {
  color: var(--gray-300);
}

.week-grid .week-card:first-of-type {
  border-radius: 16px 0px 0px 0px;
  border-left: 0;
}

.week-grid .week-card:last-of-type {
  border-radius: 0px 16px 0px 0px;
  border-right: 0;
}

.day-time-grid {
  border-right: 1.2px solid var(--bs-gray-disabled);
}

.morningSwiper,
.afternoonSwiper,
.eveningSwiper {
  border: 1.2px solid var(--bs-gray-disabled);
  border-right: none;
  background-color: var(--bs-bg-one);
}

.day-time-grid a {
  width: 100%;
}

.weekSwiper {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.evening-grid.time-grid {
  border-radius: 0px 0px 16px 16px;
}

.timetable-wrapper {
  overflow: hidden !important;
}

.swiper-button-next {
  display: flex;
  width: 32px;
  height: 88px;
  top: 22px;
  right: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 0px 16px 0px 0px;
  background: var(--brand-300);
  z-index: 1;
}

.swiper-button-next::after {
  content: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.87524 1.75L8.12524 8L1.87524 14.25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 12.5px;
  position: absolute;
  top: 15%;
}

.swiper-button-prev::after {
  content: url('data:image/svg+xml,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.125 1.75L1.875 8L8.125 14.25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 12.5px;
  position: absolute;
  top: 15%;
}

.swiper-button-prev {
  display: flex;
  width: 32px;
  top: 22px;
  height: 88px;
  left: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px 0px 0px 0px;
  background: var(--brand-300);
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

#mobile-filter .modal-dialog {
  max-width: 100%;
}

#mobile-filter .modal-header {
  height: 50px;
  border-bottom: 0.5px solid var(--bs-accent-one);
}

#mobile-filter .modal-content {
  border-radius: 12px;
  padding: 12px 16px 16px 16px;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.05),
    4px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.tab-content {
  padding: 8px 12px 0px 12px;
  max-height: 350px;
}

.mobile-filter-menu .nav-link {
  border-bottom: 1px solid var(--bs-gray-disabled);
  padding: 16px 12px;
  min-width: 200px;
  align-self: stretch;
}

.mobile-filter-menu .nav-link:hover,
.mobile-filter-menu .nav-link:focus {
  color: var(--bs-primary);
}

.mobile-filter-menu .nav-link.active {
  background: white !important;
  color: var(--bs-primary);
  font-family: "Manrope-Bold";
  font-weight: 700;
}

.modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
}

.swiper-slide {
  height: 100%;
}

.form-check-input {
  border-color: var(--gray-400);
  border-radius: 2px !important;
}

.time-seperator p {
  font-size: 18px !important;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input {
  height: 20px;
  width: 20px;
}

.form-check-input:checked {
  background-color: var(--brand-300);
  border-color: var(--brand-300);
}

.week-card-inner .date-month-font-size {
  font-size: 19px !important;
}

@media (max-width: 1024px) {
  .filter-container {
    gap: 8px;
  }
}

@media (max-width: 904px) {
  .time-seperator {
    width: 100vw;
    position: sticky;
    left: 0;
  }

  .weekSwiper {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .week-grid .week-card:first-of-type,
  .week-grid .week-card:last-of-type,
  .evening-grid.time-grid {
    border-radius: 0px;
  }

  .day-time-grid,
  .week-card {
    width: 117px;
  }

  .week-card-inner {
    min-width: auto;
  }

  .week-card-inner .date-month-font-size {
    font-size: 17px !important;
  }

  .time-grid-card {
    min-width: auto;
    padding: 16px 8px 20px 8px;
  }

  .timetable-wrapper::-webkit-scrollbar {
    display: none;
  }

  .timetable-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .week-card.active .h5-lg {
    font-family: "Manrope-Bold";
    font-weight: 700;
  }

  .swiper-slide {
    width: max-content !important;
  }

  .time-seperator p {
    font-size: 16px !important;
  }

  .form-check-input {
    height: 16.5px;
    width: 16.5px;
  }
}

@media (max-width: 599px) {
  .c1-sm {
    font-size: 12px;
  }

  .week-card-inner .date-month-font-size {
    font-size: 15px !important;
  }

  .time-seperator p {
    font-size: 14px !important;
  }

  .mobile-filter-menu .nav-link {
    min-width: 120px;
  }
}