body {
  margin: 0;
  font-family: "Geist", sans-serif;
  cursor: default;
  overflow: hidden;
  background-color: #000;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

iframe {
  border: none;
}

.active_window {
  /* opacity: 1; */
  z-index: 1000;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.5));
}

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  width: 160px;
  border: 2px solid #fff;
  margin: 3px 3px;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.active_button {
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2) inset;
}

.button_icon {
  height: 32px;
  margin: 0 8px 0 4px;
}

.dragging {
  cursor: grabbing !important;
}

.externalLinkIcon {
  margin-bottom: -2px;
  height: 16px;
}

.icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: center;
  justify-content: center;
  /* border: solid 2px #000; */
  margin: 10px;
}

.icon_ease {
  transition: left 0.1s ease, top 0.1s ease;
}

.icon:hover:not(.icon_dragging) {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.icon_img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.icon_title {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 50px;
  text-align: center;
}

.icon_dragging {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}

.hidden {
  visibility: hidden;
}

.overlay {
  position: absolute;
  top: 26px;
  left: 0px;
  z-index: 10;
  background: transparent;
  /* background-color: #000; */
  visibility: visible;
}

.reg {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.scaling {
  cursor: nwse-resize;
}

.scale_control {
  position: absolute;
  height: 24px;
  bottom: 0px;
  right: 0px;
  opacity: 0.2;
  /* z-index: 20; */
}

.scale_control:hover {
  opacity: 0.4;
  cursor: nwse-resize;
}

.startButton_active {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2) inset;
  background-color: rgba(0, 0, 0, 0.1);
}

.startMenuItem {
  display: flex;
  height: 50px;
  width: 300px;
  align-items: center;
  justify-content: space-between;
}

.startMenuItem:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.startMenuItemP {
  padding-left: 16px;
}

.window {
  position: absolute;
  border: solid 2px #000;
  background-color: #f5f5f6;
  user-select: none;
  overflow: hidden;
}

.window.content {
  width: 100%;
  height: 100%;
}

.window_control {
  height: 100%;
}

.window_control:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.window_icon {
  height: 20px;
  width: 20px;
  margin: 2px;
}

.window_ids {
  height: 100%;
  display: flex;
}

.window_top_bar {
  display: flex;
  justify-content: space-between;
  height: 24px;
  width: 100%;
  border: solid 2px #000;
  margin: -2px;
}

.window_top_bar:hover:not(.window_top_bar_dragging) {
  cursor: grab;
}

.window_title {
  margin: 1px 0 0 4px;
}

#biosScreen {
  position: absolute;
  color: #fff;
  font-family: "Geist Mono", monospace;
  padding: 64px;
}

#clock {
  text-align: center;
}

#desktop {
  /* display: flex; */
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /* width: 100%;
  height: 100%; */
}

#icons {
  /* display: flex; */
  /* flex-direction: column; */
}

#mobileLanding {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ffd6e7;
  z-index: 20;
}

#mobileLandingFace {
  width: 60vw;
}

#mobileLandingFooter {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding-bottom: 20px;
  /* height: 100px; */
}

#mobileLandingFooterLogo {
  height: 40px;
  margin-right: 10px;
}

#mobileLandingFooterText {
  margin: 0;
}

#mobileLandingTextContainer {
  width: 80vw;
}

#onOff {
  padding-right: 10px;
  height: 32px;
}

#powerButton {
  display: flex;
  padding: 0 16px;
  border: 2px solid #fff;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#powerButton:hover {
  cursor: pointer;
}

#powerButtonImg {
  width: 32px;
}

#shutdown {
  border-top: solid 2px rgba(0, 0, 0, 0.1);
}

#skipStartup {
  color: #444;
  font-size: 12px;
  padding-top: 10px;
}

#start {
  display: flex;
  flex-direction: row;
  width: 96px;
  /* border-right: solid 2px #000; */
}

#start:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#startButton {
  height: 40px;
  /* margin-top: 4px; */
  margin: auto;
}

#startItems {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#startMenu {
  background-color: #fff;
  display: flex;
  font-size: 20px;
  /* width: 400px; */
  height: 400px;
  position: absolute;
  bottom: 50px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  z-index: 1001;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.5));
}

#startTitle {
  display: flex;
  background-color: #000;
  color: #fff;
  width: 48px;
  font-weight: bold;
}

#startTitleP {
  position: relative;
  writing-mode: vertical-rl;
  margin: 20px 0px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

#startupFooter {
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 20px;
}

#startupLoader {
  width: 192px;
  height: 12px;
  outline: 2px solid #fff;
  border: 4px solid #000;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

#startupLoaderBar {
  height: 12px;
  width: 160px;
  background-color: #fff;
  position: absolute;
  left: -164px;
  /* margin-top: 2px; */
}

#startupLogo {
  width: 200px;
}

#startupScreen {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#switchOnScreen {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#systemtray {
  display: block;
  width: 150px;
  margin-left: auto;
  /* border-left: solid 2px #000; */
}

#taskbar {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 50px;
  background-color: #fff;
  border-top: solid 2px #000;
  z-index: 2000;
}

#tasks {
  display: flex;
  flex-direction: row;
}

::selection {
  background-color: #ffde17;
  color: black;
}
