.wand-swipe{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.wand-swipe__container{height:100%}.wand-swipe__container.center,.wand-swipe__container.left,.wand-swipe__container.right{display:-webkit-box;display:-webkit-flex;display:flex}.wand-swipe__container.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.wand-swipe__container.left{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.wand-swipe__container.right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.wand-swipe__container .wand-swipe-item{float:left;height:100%}.wand-swipe__indicators{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;left:50%;bottom:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wand-swipe__indicators.wand-swipe__indicators-vertical{left:10px;top:50%;bottom:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wand-swipe__indicators.wand-swipe__indicators-vertical .wand-swipe__indicator:not(:last-child){margin-bottom:6px}.wand-swipe__indicator{border-radius:100%;background-color:#e3e3e4;width:6px;height:6px}.wand-swipe__indicator:not(:last-child){margin-right:6px}.wand-swipe__indicator.wand-swipe__indicator-active{background-color:#3f86ff}