.ssTest *, .ssTest *:before, .ssTest *:after {
  transition: all 0s !important;
  transition-delay: 0s !important;
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}
.comps {
  padding: 10px;
  max-width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.appContainer {
  height: 100vh;
  width: 100vw;
  display: block;
}
.root {
  flex-grow: 1;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  display: block;
}
.emptyState{
  display: flex;
  flex-direction: column;
  align-items: center;justify-content: center;
  height:100%;
}
.smileIcon{
  width: 60px;
  margin-bottom: 30px
}
body {
  overflow: hidden;
}

html.isRem{font-size: 16px}
@media only screen and (min-width: 100em) {
  html.isRem {
    font-size: calc(100vw / 110);
  }
}

#check{
  height: 100px;
  width: 100px;
  display: block !important;
}

#root{
  display: block !important;
}