@font-face {
  font-family: 'Open Sans';
  src: url(/00455ac7fd116dc89f1c.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/00455ac7fd116dc89f1c.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/795cc07fa9ba6038615a.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/ef9bd491e39a180b81a9.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/2f287770f082d34dcd94.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.appWrapper, #root, body, html{
  font-size: 10px;
  height: 100%;
}
.appWrapper {
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1 {
    margin: 0;
    padding: 0;
}
span{
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

textarea{
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

button{
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

input{
  font-family: 'Open Sans', sans-serif;
  outline: none;
  font-size: 16px;
}
a:focus { outline: none; }

a:active { outline: none; }

button:focus { outline: none; }

button:active { outline: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
  height: 50px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.show-ie-error{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
}

.show-ie-error img {
  width: 100%;
  height: 100%;
}

