@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

body:not(.elementor-editor-active) #form-upgrade-success {
  display: none;
}

.option-select {
  margin-top: 10px;
  pointer-events: none !important;
}

/*# sourceMappingURL=main.css.map */
