
.no-support-screen .app-root {
  width: 100% !important;
  margin-left: 0px !important;
}

@media screen and (min-width: 900px) {
  .no-support-screen .app-root {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-height: 500px) and (min-width: 900px) {
  .no-support-screen .app-root {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
  }
}

.no-support-screen no-support {
  display: none;
}

.no-support-screen no-support {
  display: block;
}

