@font-face {
  font-family: "IQOS";
  font-weight: 400;
  src: local("IQOS"),
    /* url("/fonts/iqosw04bold.otf") format("opentype"), */ url("/fonts/iqosw04regular.ttf") format("truetype");
}

@font-face {
  font-family: "IQOS Bold";
  font-weight: 700;
  src: local("IQOS"),
  url("/fonts/iqosw04bold.otf") format("opentype");
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "IQOS", sans-serif;
}

body div#__next {
  height: 100vh;
}

a {
  color: #00B8B8;
  text-decoration: none;
  cursor: pointer !important;
}

::selection {
  background: #00D1D2;
  color: #fff;
  text-shadow: none;
}

.top {
  color: black;
}

.parent {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

@media (max-width: 500px) {
  .parent {

  }
}

.box {
  max-width: 1313px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1353px) {
  .box {
    max-width: none;
    width: auto;
    /*margin: auto 20px;*/
    padding: 0;
  }
}

.content {
  margin-top: 88px;
  margin-bottom: 50px;
}

img {
  margin-left: 0 !important;
}

.MuiSkeleton-root::after {
  animation: animation-wiooy9 .8s linear 0.5s infinite;
}

.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #00C6C7 !important;
  color: #B4B4B4;
  border-width: 1px;
  /*border-radius: 8px 8px 0 0;*/
}

.MuiMenu-paper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.MuiMenu-paper::-webkit-scrollbar {
  display: none;
}

/*legend > span {*/
/*  display: none;*/
/*  !*width: 0 !important;*!*/
/*}*/

legend > span {
  /*display: none !important;*/
  /*width: 0 !important;*/
}

[data-rsbs-overlay], [data-rsbs-backdrop], [data-rsbs-root]:after {
  z-index: 99999 !important;
}

[data-rsbs-header] {
  box-shadow: none !important;
}

button {
  text-transform: none !important;
}