@font-face { 
  font-family: WinXP;
  src: url('/resources/win.woff');
}
@font-face {
  font-family: DefaultSerif;
  src: url('/resources/noto-sans.woff2');
}
@font-face {
  font-family: MSGothic;
  src: url('/resources/ms-gothic.ttf');
}
:fullscreen, ::backdrop {
  background-color: #5B7DDB;
  background-image: url('/resources/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
* {
  cursor: url('/resources/cursor.png'), auto !important;

}
body, html {
  overscroll-behavior: none;
}
.scanlines:after {
  content: " ";
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(#AAA 50%, transparent 50%);
  background-size: 100% 2px;
  background-repeat: repeat;
  opacity: 0.25;
  z-index: 9999999999999999;
  pointer-events: none;
}
body {
  display: block;
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #5B7DDB;
  background-image: url('/resources/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* font-family: 'DefaultSerif', Helvetica, Arial Narrow, sans-serif; */
  font-family: MS Gothic, MSGothic, Tahoma, monospace;
  font-size: 10pt;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background-color: #0055EA;
  color: #FFF;
}
i {
  opacity: 0.60;
}
li {
  margin: 5px;
}
.window {
  max-width: calc(100vw - 4px);
  max-height: calc(100vh - 4px);
}
.btn_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#BCD4F6, #6982EE);
  padding: 0;
  margin: 5px;
  border-radius: 3px;
  border: solid 1px #003C74;
}
.btn_wrap:active {
  background: linear-gradient(#FA7, #C50);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  background-color: #F2F2ED;
  color: #000;
  border-radius: 3px;
  margin: 2px;
  padding: none;
  min-width: 75px;
  font-size: 10pt;
  font-family: MS Gothic, MSGothic;
}
.button > span {
  width: 90%;
  text-align: center;
  border-radius: 3px;
  margin: 2px;
  user-select: none;
}
.button:hover {
  background: #F2F2ED;
}
.button > span:hover {
  outline: dotted 1px #333;
}
#login {
  display: block;
  margin: 0;
  height: 100vh;
  width: 100vw;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #5B7DDB;
}
#taskbar {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #0055EA;
  height: 35px;
  width: 100vw;
  box-shadow: 0 2px 3px #3888E9 inset;
  border-top: none;
}
#startBtnWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  width: 100px;
  background-color: #198C19;
  color: #FFF;
  font-size: 15pt;
  font-weight: bolder;
  font-style: italic;
  font-family: Tahoma, monospace;
  position: relative;
  bottom: 0;
  left: 0;
  border: solid 1px #0E410E;
  border-top: none;
  border-right: none;
  box-shadow: 0 0 3px #000 inset;
  user-select: none;
  cursor: pointer;
}
#startBtnWrap:hover {
  filter: brightness(115%);
}
#startBtnWrap:after {
  content: " ";
  display: inline-block;
  height: inherit;
  width: 10px;
  background-color: inherit;
  border-right: solid 1px #0E410E;
  border-radius: 50%;
  float: right;
  position: absolute;
  left: calc(100% - 5px);
  top: 0;
  box-shadow: -3px 0 3px #0E410E inset;
}
#startIco {
  display: inline-block;
  height: 15pt;
  width: 15pt;
  margin-right: 5px;
  user-select: none;
}
#startMenu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 35px;
  z-index: 500;
  width: 350px;
  height: 500px;
  max-height: 100vh;
  max-width: 100vw;
  /* background-color: #0055EA; */
  background: linear-gradient(#0055EA, #3888E9, #3888E9, #3888E9, #3888E9, #3888E9, #3888E9, #0055EA);
  box-shadow: 0 2px 3px #3888E9 inset,  0 -1px 2px #333 inset;
  border: solid 2px #0055EA;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  
}
#startMenuAccountBackdrop {
  height: 100px;
  width: auto;
  
}
#startMenuAccountBackdropInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  padding-bottom: 30px;
  height: calc(100% - 40px);
}
#startMenuAccountPicture {
  height: 50px;
  width: 50px;
  border: solid 2px #FFF;
  border-radius: 3%;
  box-shadow: 1px 1px 4px #0055EA;
}
#startMenuAccountName {
  margin-left: 10px;
  font-size: 16pt;
  font-family: Tahoma;
  color: #FFF;
  text-shadow: 1px 1px 4px #0055EA;
  user-select: none;
  pointer-events: none;
}
#startMenuContent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 125px);
  width: calc(100% - 2px);
  background-color: #87ABD7;
}
#leftSideOfStartMenu {
  background-color: #FFF;
  height: 100%;
  width: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
#leftSideOfStartMenu::-webkit-scrollbar {
  width: 0px;
  display: none;
  background: transparent; /* make scrollbar transparent */
}
#rightSideOfStartMenu {
  background-color: #D3E5FA;
  height: 100%;
  width: calc(50% - 2px);
  margin-left: 2px;
}
#rightSideOfStartMenu hr {
  width: 80%;
  height: 1px;
  border: none;
  background-color: #AAC;
  margin: auto;
}
#startMenuFooter {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FFF;
}
.winBody::-webkit-scrollbar, .winBody ::-webkit-scrollbar {
     width: 20px;
}
.winBody::-webkit-scrollbar-track, .winBody ::-webkit-scrollbar-track {
  border-radius: 0;
  background: linear-gradient(90deg, #DDD, #FEFEFB);
}
 
.winBody::-webkit-scrollbar-thumb, .winBody ::-webkit-scrollbar-thumb {
  background: #C3D3FD; 
  border: solid 1px #EEE;
  border-radius: 2%;
  box-shadow: 0 0 1px #7C9FD3, 0 0 5px rgba(126, 159, 211, 0.5) inset;
}
.winBody::-webkit-scrollbar-button:single-button, .winBody ::-webkit-scrollbar-button:single-button {
  background: #C3D3FD;
  width: calc(100% - 2px);
  border: solid 1px #EEE;
  border-radius: 2%;
  box-shadow: 0 0 5px rgba(126, 159, 211, 0.5) inset;
  min-height: 20px;
}
.winBody::-webkit-scrollbar-button:hover, .winBody ::-webkit-scrollbar-button:hover {
  background: #7C9FD3;
  
}
.scrollbarHidden::-webkit-scrollbar, .scrollbarHidden ::-webkit-scrollbar {
  display: none;
  width: 0;
}
.scrollbarHidden {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.menuSysOption {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(90% - 10px);
  padding: 3px;
  margin: 2px;
  border: solid 1px transparent;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer;
}
.menuSysOption:hover {
  border: solid 1px #3888E9;
}
.menuIcon {
  display: inline;
  width: 21px;
  height: 20px;
  margin: 2px;
}
.startItemApp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px;
  cursor: pointer;
  background-color: inherit;
  color: #000;
  font-family: Tahoma, Helvetica, monospace;
  font-size: 12px;
  margin: 3px;
}
.startItemApp:hover {
  background-color: #2E69D1;
  color: #FFF;
}
.systemStartItemApp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px;
  cursor: pointer;
  background-color: inherit;
  color: #111;
  font-family: Tahoma, Helvetica, monospace;
  font-size: 10px;
  margin: 1px;
  border-radius: 2px;
}
.systemStartItemApp:hover {
  background-color: #2E69D1;
  color: #FFF;
}
.startItemIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
}
.systemStartItemIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  filter: drop-shadow(1px 1px 2px #000);
}
.startItemSystem {
  
}
#activeApplications {
  padding-left: 15px;
  display: inline-block;
  width: 80%;
}
.taskbarAppBtn {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 15px;
  width: 100px;
  overflow: hidden;
  background-color: #3287F1;
  box-shadow: 1px 1px 2px #60ACFF inset, -1px -1px 2px #3287F1 inset;
  border: solid 1px #3287F1;
  border-radius: 5px;
  margin-left: 3px;
  padding: 7px;
  user-select: none;
  cursor: pointer;
  font-family: Tahoma, Helvetica, monospace;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.taskbarAppBtnActive {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 17px;
  width: 100px;
  overflow: hidden;
  background-color: #1f69ec;
  box-shadow: 0px 0px 2px #111 inset, -1px 0 1px #000;
  border: none;
  border-radius: 5px;
  margin-left: 3px;
  padding: 7px;
  user-select: none;
  cursor: pointer;
  font-family: Tahoma, Helvetica, monospace;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.taskbarAppBtnActive:after { 
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #3287F1;
}
.taskbarAppBtn:after {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  background: linear-gradient(90deg, transparent, transparent, transparent, #3287F1);
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #3287F1;
}
#desktopGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  height: 10vw;
  max-height: 75px;
}
.cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 10vw;
  height: 10vw;
  max-height: 75px;
  background-color: transparent;
  font-family: Tahoma, Helvetica, monospace;
  overflow: hidden;
}
.shortcuts:focus-within {
  outline: dotted 1px #000;
  background-color: rgba(0, 85, 234, 0.3);
}
.shortcuts {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 95%;
  width: 95%;
  max-width: 75px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
}
.dragging {
  cursor: default;
}
.dtAppIco {
  display: inline-block;
  width: 50px;
  max-width: 50%;
  cursor: pointer;
  border-radius: 2px;
}
.dtAppBtnTxt {
  display: block;
  width: 100%;
  cursor: default;
  /* word-break: break-all; */
  color: #FFF;
}
*::-webkit-resizer {
  cursor: nwse-resize;
}
#dateTime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: #2197EF;
  padding-left: 10px;
  width: 75px;
  box-shadow: 0 2px 3px #3888E9 inset;
}
#dateTime:before {
  content: "<";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 7pt;
  font-family: Tahoma, Helvetica, monospace;
  font-weight: bold;
  color: #FFF;
  height: 10pt;
  width: 10pt;
  border-radius: 50%;
  border: solid 1px #0055EA;
  position: absolute;
  left: -5pt;
  top: calc(50% - 5pt);
  background: linear-gradient(45deg, #70BFDE, #0B72E9)
}
#dateTime p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 10pt;
  width: inherit;
  color: #FFF;
  font-family: Tahoma, Helvetica, monospace;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  user-select: none;
  cursor: default;
}
.windowCtrls > img:hover {
  opacity: 1;
  filter: contrast(200%);
  box-shadow: 0 0 2px #FFF;
}
.windowCtrls:lastChild:hover {
  box-shadow: 0 0 2px #F33;
}
.alertPromptImg {
  float: left;
  margin: 5px;
  height: 30px;
  user-select: none;
}
#desktopPeek {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 10px;
  height: 35px;
}
#desktopPeek:hover + #windowsEnv > .window {
  transition: opacity 1s linear;
  filter: blur(2px);
  opacity: 0.2;
}
#accessibilityOverlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000005;
  pointer-events: none;
  background-color: #000;
  opacity: 0;
  transition: all 250ms linear;
}