/* Your app styles here */
.swiper-custom {
  position: relative;
  height: 100%;
}

.swiper-container {
  height: 100%;
}

.swiper-slide {
  background: #fff;
}

.swiper-slide span {
  text-align: center;
  display: block;
  margin: 20px;
  font-size: 21px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #aaa;
  border-radius: 0 0 0 0;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  border-color: #007aff;
}
