@import url("../colors.css");
@import url("fonts.css");
main {
  margin-top: 2rem;
  font-family: "Shabnam";
  padding: 0 2rem;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .show {
  width: 60%;
  height: 40rem;
}

main .show img {
  height: 100%;
  border-radius: 0.5rem;
}

main .cb, main .top-right, main .bottom-left, main .cTops {
  width: 9%;
  background-color: var(--color-main-green);
  overflow-y: scroll;
  padding: 0.25rem;
  height: 100%;
}

main .cb img, main .top-right img, main .bottom-left img, main .cTops img {
  width: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
}

main .cb .swiper-slide:not(:last-child), main .top-right .swiper-slide:not(:last-child), main .bottom-left .swiper-slide:not(:last-child), main .cTops .swiper-slide:not(:last-child) {
  margin-bottom: 0.5rem;
}

main .cbSelected, main .topRightSelected, main .bottomLeftSelected, main .cTopsSelected {
  border: 5px solid #000;
}
/*# sourceMappingURL=index.css.map */