.container-loader {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.container-loader.active {
  opacity: 1;
  visibility: visible;
}

@keyframes ldio-hc2dbaigoyo {
  0% {
    transform: scale(0.85);
  }
  5% {
    transform: scale(1);
  }
  39% {
    transform: scale(0.75);
  }
  45% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.8);
  }
}
.ldio-hc2dbaigoyo > div {
  animation: ldio-hc2dbaigoyo 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 100px 100px;
}

.ldio-hc2dbaigoyo > div div {
  top: 72px;
  left: 60px;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #e83687;
  transform: rotate(45deg);
}

.ldio-hc2dbaigoyo > div div:after,
.ldio-hc2dbaigoyo > div div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background: #e83687;
}

.ldio-hc2dbaigoyo > div div:before {
  left: -52px;
  border-radius: 50% 0 0 50%;
}

.ldio-hc2dbaigoyo > div div:after {
  top: -52px;
  border-radius: 50% 50% 0 0;
}

.loadingio-spinner-heart-c67gi33n1yh {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.ldio-hc2dbaigoyo {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-hc2dbaigoyo div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */
