/* ---------------------RESETTER--------------------- */
* {
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
}
.x-so-dev-appbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-so-dev-appbar .x-so-dev-btns {
  display: flex;
  gap: 10px;
  margin-left: 40px;
}
.x-so-dev-appbar .x-so-dev-btns > div {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 2px 4px;
  cursor: pointer;
}
body {
  /* overflow: scroll; */
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  overscroll-behavior: none;
  line-height: 1;
  background: #494c51;
  -ms-overflow-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
}
body::-webkit-scrollbar {
  width: 0;
}
*::-webkit-scrollbar {
  width: 0px;
}
body,
div,
span,
object,
h1,
h2,
p,
a,
img,
ul,
li,
footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  color: #222;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body * {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}
li {
  list-style: none;
}
/* ---------------------RESETTER--------------------- */

/* --------------------VARIABLES-------------------- */
:root {
  --primary-color: #ffff00;
  --ui-color: #55bba5;
  --secondary-color: #0085b0;
  --inactive-color: #a9a9a9;
  --light-grey-txt: rgb(255 255 255 / 73%);
  --btn-border: 6px;
}
/* --------------------VARIABLES-------------------- */
.main_wrapper {
  padding-bottom: 88px;
}
.container {
  box-sizing: border-box;
  height: 100%;
  width: 1100px;
  /* overflow: scroll; */
  margin: 0 auto;
  /* min-width: 1000px; */
}
.currency {
  font-weight: 100 !important;
  font-size: 14px !important;
}
