@font-face {
    font-family: 'avant';
    src: url('avant.eot');
    src: url('avant.eot?#iefix') format('embedded-opentype'), url('avant.woff2') format('woff2'), url('avant.woff') format('woff'), url('avant.ttf') format('truetype'), url('avant.svg#diogenesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

root {
    display: block;
}

body {
    background-color: #000;
    background-repeat: repeat-x;
    background-position: top;
    font-family: 'avant';
}

.check-font-1 {
    font-family: 'avant';
}

*,
*: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
}

@media (max-width: 480px) {
    #submiInfo {
        font-size: 15px;
    }
}