.oneTimeSubscription {
  margin-top: -3.5rem;
}

.oneTimeSubscription .swiper-pagination {
  
  gap: 5px;
  display: flex;
  position: unset;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.oneTimeSubscription .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 0 !important;
}

.oneTimeSubscription .swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--color-primary-second);
}

.term-subscription {
  max-height: 24rem;
  overflow-y: scroll;
  padding-bottom: 140px;
}

.term-requests {
  max-height: 75vh;
  overflow-y: scroll;
  padding-bottom: 100px;
}

.div-fix-subs {
  position: fixed;
  left: 33.4%;
  right: 33.4%;
  bottom: 6.25rem;
}