@charset "utf-8";

* { -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; }

body, html { margin: 0px; padding: 0px; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif; overflow: hidden; height: 100%; width: 100%; background-color: transparent; }

fieldset { margin: 0px; padding: 15px 20px; border: none; }

button:focus, input:focus, select:focus, textarea:focus { outline: 0px; }

:focus { border: none; outline: 0px; }

textarea { border: none; overflow: auto; outline: 0px; box-shadow: none; resize: none; }

.no-selection { user-select: none; }

@-webkit-keyframes pop { 
  0% { transform: scale(0); }
  70% { transform: scale(1.8); }
  80% { transform: scale(0.6); }
  100% { transform: scale(1); }
}

@keyframes pop { 
  0% { transform: scale(0); }
  70% { transform: scale(1.8); }
  80% { transform: scale(0.6); }
  100% { transform: scale(1); }
}