* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  color: #ffffff;
}
html #root,
body #root {
  width: 100%;
  height: 100%;
}
html .ant-message-notice-content,
body .ant-message-notice-content {
  background-color: #222222;
  color: #ffffff;
}
p {
  margin-bottom: 0px;
}
@font-face {
  font-family: "Poppins";
  src: url(../assets/Poppins.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../assets/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../assets/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Net-Azonix";
  src: url(../assets/Net-Azonix.ttf);
}
@font-face {
  font-family: "Manrope-Medium";
  src: url(../816019219d026d1bd357.otf);
}
p,
title,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
strong,
ul,
li,
ol,
dl,
dt,
dd,
video,
audio,
table,
th,
td,
form,
button,
textarea,
select,
option,
span,
header,
footer,
nav,
article,
div {
  font-family: "Poppins" !important;
}
img {
  -webkit-user-drag: none !important;
}
.fallBackElement {
  width: 100vw;
  height: 100vh;
  background-color: #000013;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fallBackElement .load-row {
  margin-top: -20vh;
}
.fallBackElement .load-row span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #B266F0;
  margin: 0 3px;
  border-radius: 50px;
  animation: up-down6 0.5s ease-in infinite alternate;
}
.fallBackElement .load-row span:nth-child(1) {
  opacity: 1;
}
.fallBackElement .load-row span:nth-child(2) {
  background: '';
  animation-delay: 0.16s;
  opacity: 0.8;
}
.fallBackElement .load-row span:nth-child(3) {
  background: #B266F0;
  animation-delay: 0.32s;
  opacity: 0.5;
}
.fallBackElement .load-row span:nth-child(4) {
  background: #B266F0;
  animation-delay: 0.48s;
  opacity: 0.3;
}
a {
  text-decoration: none;
}
@keyframes up-down6 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

