
.is-admin.swiper-js-container .wp-block .backend-slide {
  display:none;
}

.is-admin.swiper-js-container .wp-block:first-child .backend-slide {
  display:block;
}

.backend-slide.is-selected {
  
  display: none;
}

.block-editor-ue-slider {
  background-color: #000000a8;
  color: white;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* basic */
.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  /* display: flex; */
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  cursor: grab;
  /* -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; */
}

.swiper-scrollbar {
  display: none;
}

.swiper-slide img {
  display: block;

  object-fit: cover;
  object-position: top;
}

/* plugin pagination */
.swiper-plugin-pagination {
  /* display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 0.5rem;
  transform: translateY(-50%); */

  /* &__item {
    display: block;
    margin: 100% 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    border-radius: 50% !important;
    border: none;
    background: #fff;
    transition: background ease 0.2s;
    cursor: pointer;
  }

  &__item.is-active {
    background: #333;
  } */
}

.swiper-plugin-pagination  {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.swiper-plugin-pagination__item {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5);
  cursor: pointer;
  
}

.swiper-plugin-pagination__item {
  background-color: rgba(60, 60, 60, 0.5);
}

.swiper-plugin-pagination__item {
  height: 6px;
}

.swiper-plugin-pagination__item.is-active {
  background-color: #000;
}

/* image lazyload */
.swiper-lazy {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all ease 300ms;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-lazy-preloader::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.88);
  border-radius: 50%;
  border-bottom-color: transparent;
  transform-origin: 50%;
  animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
