@charset "utf-8";

.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 999999; background-color: rgba(37, 44, 51, 0.5); }

.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0px 0px -75px; border-radius: 50%; border-width: 3px; border-style: solid; border-color: rgb(0, 250, 170) transparent transparent; border-image: initial; animation: 2s linear 0s infinite normal none running spin; }

.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div::before { position: absolute; content: ""; inset: 5px; border-radius: 50%; border-width: 3px; border-style: solid; border-color: rgb(247, 0, 68) transparent transparent; border-image: initial; animation: 3s linear 0s infinite normal none running spin; }

.kV5quXZxAx2jAk1eYRo10K5LdPTgcdoD div::after { position: absolute; content: ""; inset: 15px; border-radius: 50%; border-width: 3px; border-style: solid; border-color: rgb(0, 250, 170) transparent transparent; border-image: initial; animation: 1.5s linear 0s infinite normal none running spin; }

@-webkit-keyframes spn { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

div#main-form { background: rgb(255, 255, 255); }
