@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  background-color: hsl(214, 28%, 5%);
  color: hsl(0, 0%, 95%);
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background: #000000;
}

.hover-focus1 {
  transition 0.15s ease-in-out;
}
.hover-focus1:hover:not(.selectedTab) {
  background-color: rgba(226, 226, 226, 0.15) !important;
}

.hover-focus2 {
  transition 0.15s ease-in-out;
}
.hover-focus2:hover:not(.selectedTab) {
  background-color: rgba(226, 226, 226, 0.25) !important;
}

#tab-view {
  width: 80vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
}
#tab-view.full-width {
  width: 100vw;
}
#tab-view .tab-frame {
  height: 97%;
  width: 98%;
  background-color: white;
  border-radius: 8px;
  border: none;
  outline: none;
}

/*# sourceMappingURL=tabview.css.map */
