@font-face {
  font-family: "avant";
  src: local("avant"), url("/fonts/avant.otf") format("opentype"),
    url("/fonts/avant.woff2") format("woff2"), url("/fonts/avant.woff") format("woff"),
    url("/fonts/avant.ttf") format("truetype");
}

root {
  display: block;
}

body {
  background-color: #000;
  background-repeat: repeat-x;
  background-position: top;
  font-family: "nunito";
}

*,
*:before,
*:after {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}

#canvas {
  position: fixed;
  background-color: #000;
}

canvas {
  image-rendering: optimizeSpeed;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  -ms-touch-action: none;
}

.ani_hack {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /* mobile webkit */
}

/***************FONTS*******************/

.check-fonts {
  position: fixed;
  opacity: 0;
}

.check-font-1 {
  font-family: "diogenesregular";
}

input,
select {
  padding: 10px;
  font-size: 15px;
  border: 2px solid #f57b20;
}

input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input::placeholder {
  color: #000;
  opacity: 1;
}

.error-label {
  font-size: 12px;
  color: red;
  margin-bottom: 20px;
}

.swal2-popup {
  background: #000 !important;
}

.swal2-popup h2 {
  color: #fff;
}

input {
  font-family: "avant" !important;
}
