/*purgecss start ignore*/

#nuxt-loading{
  will-change:opacity
}

#nuxt-loading>div{
  will-change:transform
}

body{
  width:100%;
  max-height:100vh;
  overflow:hidden;
  font-family:"Inter","sans-serif";
  background-color:#121429;
  margin:0;
  line-height:1.5
}

input[type=number]{
  -webkit-appearance:textfield;
          appearance:textfield
}

#__nuxt :after,#__nuxt :before{
  box-sizing:border-box
}

#__layout,#__nuxt{
  width:100%;
  min-height:100vh
}

#__nuxt{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
          text-size-adjust:100%
}

#__nuxt b{
  font-weight:bolder
}

#__nuxt *,#__nuxt :after,#__nuxt :before{
  box-sizing:border-box;
  border:0 solid
}

svg{
  display:block;
  vertical-align:middle
}

.font-openSans{
  font-family:Open Sans,sans-serif
}

a{
  color:#2172e5
}

head{
  display:none
}

.container{
  width:95%;
  margin-left:auto;
  margin-right:auto
}

.defaultLayout{
  width:100%;
  height:-webkit-max-content;
  height:max-content;
  min-height:100vh
}

.routerContainer{
  width:100%;
  height:100%
}

header{
  position:fixed;
  width:100%
}

/*purgecss end ignore*/
