@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.js-form-managed-file {
  position: relative;
}
.js-form-managed-file input[type=file] + .varicon {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  transform: translateY(-50%);
}

.throbber-added {
  position: relative;
  padding-right: 50px;
}

.btn .ajax-throbber {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn .ajax-throbber::before {
  background-image: url("../../images/icons/refresh-white.svg") !important;
}

.ajax-spinner {
  position: fixed;
  color: #333333;
  background: white;
  border-radius: 50%;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  opacity: 1;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 999;
}
.ajax-spinner .spinner-border {
  margin: auto;
}
/*# sourceMappingURL=ajax.component.css.map */
