* {
  box-sizing: border-box;
  font-family: HelveticaNowDisplay, sans-serif;
}

body {
  margin: 0;
}

.sidebar-title {
  color: #848484;
  margin-top: 30%;
  font-size: .9em;
  font-weight: bold;
}

#container {
  width: 100%;
}

#sidebar {
  float: left;
  width: 18%;
  height: 100%;
  padding: 2%;
  position: relative;
}

#close {
  position: absolute;
  top: 94%;
  left: 57%;
}

#close:hover {
  cursor: pointer;
}

#logo {
  position: absolute;
  top: 2%;
  right: 10%;
}

#content {
  float: right;
  background-color: #f5f9fc;
  width: 82%;
  padding: 0 40px;
}

@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  html, body, #root, #container, #content {
    height: 100%;
    min-height: 100% !important;
  }
}

@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  #sidebar {
    width: 33%;
  }

  #content {
    width: 67%;
  }
}

@media only screen and (height >= 1000px) {
  #sidebar {
    width: 23%;
  }

  #content {
    width: 77%;
  }
}

@media only screen and (width <= 768px) {
  #logo {
    display: none;
  }

  .sidebar-title {
    margin-top: 0;
  }

  #sidebar {
    width: 100%;
    height: auto;
  }

  #content {
    width: 100%;
    overflow-y: scroll;
  }

  html, body, #root, #container, #content {
    height: 100%;
    min-height: 100% !important;
  }
}

@media (width >= 770px) {
  #content {
    background-color: #f5f9fc;
    height: 100vh;
    overflow-y: scroll;
  }

  #container {
    height: 100vh;
    display: flex;
  }
}
/*# sourceMappingURL=index.233902e1.css.map */
