@font-face {
  font-family: "Pixel Game";
  src: url("https://static-dev.zypher.game/fonts/pixeloid_sans/PixelGame.otf")
    format("truetype");
}

@font-face {
  font-family: "Pixel Game Extrude";
  src: url("https://static-dev.zypher.game/fonts/pixeloid_sans/PixelGameExtrude.otf")
    format("truetype");
}

@font-face {
  font-family: "PixeloidSans";
  src: url("https://static-dev.zypher.game/fonts/pixeloid_sans/PixeloidSans.ttf")
    format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "PixeloidSans";
  src: url("https://static-dev.zypher.game/fonts/pixeloid_sans/PixeloidSans-Bold.ttf")
    format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Pacifico";
  src: url("/fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "PoetsenOne";
  src: url("/fonts/PoetsenOne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Kanit";
  src: url("/fonts/Kanit/Kanit-ExtraBold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Kanit";
  src: url("/fonts/Kanit/Kanit-Regular.ttf") format("truetype");
  font-weight: 400;
}

html {
  color: #444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "PixeloidSans", Arial, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body,
button,
input,
select,
textarea {
  font:
    14px/1.5 "PixeloidSans",
    "Helvetica",
    "Helvetica Neue";
}

input,
select,
textarea {
  color: #fff;
  font-size: 100%;
}

input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: inherit;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: "";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

i {
  font-style: normal;
}

ins,
a {
  text-decoration: none;
}

.fn-clear {
  zoom: 1;
}

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

html body {
  background-color: #10253e;
}

body .fn-hide {
  display: none;
}

body .fn-left,
body .fn-right {
  display: inline;
}

body .fn-left {
  float: left;
}

body .fn-right {
  float: right;
}

body .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: none;
}

body [data-reach-dialog-overlay] {
  z-index: 9999;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

body .ant-notification {
  z-index: 999999;
}

#rootLoading {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #rootLoading {
    svg {
      transform: scale(0.7);
    }
  }
}
