@charset "utf-8";

/* ui-grid */
.ui-grid .ui-grid-row {
  display: flex;
  flex-direction: row;
}

.ui-grid .ui-grid-row:not(:first-child) {
  margin-top: 16px;
}

.ui-grid .ui-grid-item {
  flex: 1;
}

/* ui-swiper */
.ui-swiper {
  height: 100%;
  overflow: hidden;
}

.ui-swiper .ui-swiper-items {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.ui-swiper .ui-swiper-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: normal;
}

.ui-swiper .thumb {
  position: absolute;
  height: 10px;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

.ui-swiper .thumb .dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.ui-swiper .thumb .dot:not(:first-child) {
  margin-left: 10px;
}

.ui-swiper .thumb .dot.active {
  background-color: #fff;
}
