@font-face {
  font-family: 'United Sans';
  src: url('./assets/fonts/United Sans Reg Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
    font-family: 'United Sans';
    overflow: hidden;
}
.loading-text {
    display: flex;
    overflow: hidden;
    height: 100vh;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "Ubuntu Mono", monospace;
}
.middle-logo {
  display: none;
  align-items: center;
  justify-content: center;
  height: 80vh;
  font-size: 7rem;
}
.middle-logo .main-span {
  cursor: text;
  padding: 1.5rem 3rem 0.5rem 3rem;
  border-bottom: 1px solid white;
}

span {
  cursor: text;
}
.dashboard {
  display: block;
  height: 100vh;
  width: 100vw;
  background-image: radial-gradient(rgba(255, 255, 255, 0.135) 1px, transparent 1px);
  background-size: 20px 20px;
}

.dashboard .top {
  display: flex;
  height: 67vh;
}

.dashboard .top .left-box,  .dashboard .top .right-box{
  width: 20vw;
}

.dashboard .top .middle-box {
  width: 60vw;
  height: 62vh;
  border: 1px solid white;
  border-radius: 0.2rem;
  background-color: black;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
}

.middle-box::-webkit-scrollbar {
  width: 6px;
}
.middle-box::-webkit-scrollbar-track {
  background: rgba(233, 233, 233, 0.695);;
}
.middle-box::-webkit-scrollbar-thumb {
  background: #555;
}

.input-box {
  background-color: inherit;
  color: white;
  border: none;
  outline: none;
  caret-color: rgb(198, 198, 198);
  font-size: 1rem;
}

.dashboard .bottom {
  display: flex;
  height: 30vh;
}

.bottom-left, .bottom-right {
  width: 49vw;
}

.left-box {
  padding: 0.5rem;
}

.top-nav {
  display: flex;
  width: 100vw;
}

.top_nav_item {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid white;
}

#left-box-top {
  width: 19vw;
  margin-right: 0.7rem;
}
#middle-box-top {
  width: 58vw;
}

#right-box-top {
  width: 18vw;
  margin-left: 1rem;
}

#time {
  text-align: center;
  font-size: 3rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#time span {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.basics {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px white solid;
}
.basics div, .cpu-details div{
  display: flex;
  flex-direction: column;
}
.grayed {
  opacity: 50%;
}
.end-lines {
  position: relative;
  padding: 0.5em 1em;
}
.end-lines::before, .end-lines::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 15px;
    bottom: -8px;
    background: white;
}
.end-lines::before {
  left: 0;
}
.end-lines::after {
  right: 0;
}
.cpu {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.cpu-top, .memory-top, .memory-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.cpu-graph {
  margin-top: 0.7rem;
  padding: 0 1rem 0.5rem 1rem;
  border-bottom: 1px dotted white;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.cpu-top-graph, .cpu-bottom-graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fakeGraph {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}
.cpu-details {
  display: flex;
  justify-content: space-evenly;
  padding-top: 1rem;
}
.dot-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fake-memory-dots {
  display: flex;
  flex-direction: column;
}
.fake-memory-dots span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fake_dot_col {
  display: flex;
  justify-content: space-evenly;
  width: 23rem;
  font-size: smaller;
  height: 0.56rem;
}
.memory {
  border-bottom: 1px solid white;
}
.network-status {
  padding: 0 1rem;
}
.network-status-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.network-top-details {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  font-size: 17px;
}
.world-location, .network-graph {
  padding: 0.5rem 1rem 0 1rem;
}
.world-location-top, .network-graph-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.font-small {
  font-size: small
}
#earth-container {
  margin-top: -83px;
  height: 24rem;
  border-bottom: 1px solid white;
  position: relative;
  z-index: -999;
}
.flipped {
  transform: scaleY(-1);
}
.file-explorer {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  align-items: flex-start;
}
.file-explorer::-webkit-scrollbar {
  width: 6px;
}
.file-explorer::-webkit-scrollbar-track {
  background: #555;
}
.file-explorer::-webkit-scrollbar-thumb {
  background: rgba(233, 233, 233, 0.695);
}
.folder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem !important;
  margin: 0.5rem 1rem;
}
.folder:hover {
  cursor: pointer;
}
.icon-selected {
  background-color: #4e4e4e;
}
.folder-icon, .arrow-icon {
  filter: invert(1) brightness(2);
}
.keyboard {
  display: flex;
  flex-direction: column;
}
.row-1, .row-2, .row-3, .row-4, .row-5 {
  display: flex;
}
.keyboard-key {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.super-key {
  display: flex;
  flex-direction: column;
}
.super-left {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.arrow-icon {
  width: 2rem;
  margin: 0 10px;
}