@font-face {
  font-family: Virgil;
  src: url(https://excalidraw.com/Virgil.woff2);
}

@font-face {
  font-family: Cascadia;
  src: url(https://excalidraw.com/Cascadia.woff2);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overflow-x: hidden;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

html {
  height: 100%;
}

svg {
  fill: #f18d00;
}

@media (max-width: 768px) {
  .home-logo {
    margin-top: 5px;
    margin-left: 5px;
    height: 40px;
  }
  .home-logo img {
    height: 40px;
  }
  #root {
    height: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  #root {
    height: calc(100%);
  }
  .home-logo {
    position: fixed;
    left: 16px;
    bottom: 36px;
    z-index: 9;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bsrXIM {
  border-bottom: 5px solid #efefef;
}

.iFtsaB {
  max-height: calc(100vh - 162px);
}

.css-yyosdl {
  margin-top: 65px;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*# sourceMappingURL=main.e6172837.css.map*/
