.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #878787;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  background-color: #878787;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #878787;
}
.flipdown.flipdown__theme-dark .rotor {
  color: #05c791;
  background-color: #FFF;
}
.flipdown.flipdown__theme-dark .rotor:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4.9px;
  border: 0.6px solid #05c791;
}
.flipdown.flipdown__theme-dark .rotor-top {
  color: #05c791;
  background-color: #FFF;
}
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #05c791;
  background-color: #FFF;
}
.flipdown.flipdown__theme-dark .rotor-bottom {
  color: #05c791;
  background-color: #FFF;
}
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #05c791;
  background-color: #FFF;
}

.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #05c791;
}
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor {
  color: #05c791;
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222;
}
.flipdown.flipdown__theme-light .rotor-top {
  color: #05c791;
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #05c791;
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor-bottom {
  color: #05c791;
  background-color: #05c791;
}
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #05c791;
  background-color: #05c791;
}

.flipdown {
  overflow: visible;
  height: 110px;
}
.flipdown .rotor-group {
  position: relative;
  float: left;
  margin-right: 13px;
}
.flipdown .rotor-group:last-child {
  padding-right: 0;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 98px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 98px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.flipdown .rotor {
  position: relative;
  float: left;
  width: 45px;
  height: 80px;
  margin: 0px 3px 0px 0px;
  border-radius: 10px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}
.flipdown .rotor:last-child {
  margin-right: 0;
}
.flipdown .rotor:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 46px;
  height: 40px;
  border-radius: 0px 0px 10px 10px;
}
.flipdown .rotor-top {
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 40px;
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 46px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}
.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}
.flipdown .rotor-leaf-front {
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

@media (max-width: 550px) {
  .flipdown {
    width: 312px;
    height: 70px;
  }
  .flipdown .rotor {
    font-size: 2rem;
    margin-right: 3px;
    width: 30px;
    height: 50px;
  }
  .flipdown .rotor:after {
    width: 30px;
    height: 25px;
  }
  .flipdown .rotor-leaf {
    width: 30px;
    height: 50px;
  }
  .flipdown .rotor-leaf-front {
    width: 30px;
    line-height: 50px;
    height: 25px;
  }
  .flipdown .rotor-leaf-rear {
    width: 30px;
    height: 25px;
  }
  .flipdown .rotor-top {
    width: 30px;
    line-height: 50px;
    height: 25px;
  }
  .flipdown .rotor-bottom {
    width: 30px;
    height: 25px;
  }
  .flipdown .rotor-group:last-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    left: 69px;
    bottom: 39px;
    height: 3px;
    width: 3px;
  }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
    bottom: 48px;
    height: 3px;
    width: 3px;
  }
  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }
}/*# sourceMappingURL=flipdown.css.map */