@import url(/xen/font/Montserrat.css);
@import url(/xen/font/Inter.css);
@import url(/xen/font/IBMPlexSans.css);

@keyframes delNotif {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(250px);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

body,
html {
  width: 100vw;
  height: 100vh;
}

body {
  overflow: hidden;
  font-family: "IBM PLEX SANS", sans-serif;
  margin: 0;
  transition: 0s;
  font-weight: 300;
  background: black;
}

* {
  box-sizing: border-box;
  cursor: url("/xen/cursors/default_24.svg"), auto;
  font-family: "IBM PLEX SANS", sans-serif;
}

input {
  cursor: url("/xen/cursors/text_24.svg"), auto;
}

.os-launchpad {
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  z-index: 400;
  transition: 0.2s ease-in-out;
  justify-content: center;
  align-items: flex-start;
  background: rgb(0 0 0 / 60%);
}

.os-header-lp {
  font-size: 40px;
  position: absolute;
  text-align: left;
}

.os-launchpad-applet {
  margin: 17px;
  transition: 0.202s ease-out;
  cursor:
    url("/xen/cursors/pointer_24.svg") 6 6,
    pointer;
}

.os-launchpad-applet,
.os-launchpad-applet-img {
  border-radius: 4px;
  width: 104px;
  height: 100px;
}

.os-launchpad-applet-title {
  text-align: center;
  margin-left: 1px;
}

.os-launchpad-applet:hover {
  width: 99px;
  height: 96px;
  margin: 19px;
}

.os-launchpad-applet:active {
  width: 97px;
  height: 94px;
  margin: 20px;
}

.os-body {
  min-height: 100vh;
  min-width: 100vh;
  position: absolute;
  width: 100%;
  background: url(../img/xen-maybe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.os-launchpad-applet-wrapper {
  background-color: #ffffff5e;
  display: flex;
  width: 80%;
  height: 60%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-shadow: 1px 0px 15px 8px rgb(134 134 134 / 33%);
  border-radius: 8px;
  border: 0.7px solid rgb(181 181 181 / 77%);
}

.os-launchpad-infobrick {
  position: absolute;
  background: #ddd;
  width: 500px;
  height: 173px;
  margin-top: 115px;
  border-radius: 4px;
  display: none;
}

.os-launchpad-stat {
  background: #ddd;
  margin-top: 15px;
  margin-left: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  filter: grayscale(1);
}

.os-launchpad-underbar {
  background: #ddd;
  text-align: left;
  font-size: 10px;
}

.os-launchpad-clBlock {
  background: red;
  width: 20px;
  height: 20px;
}

.os-launchpad-progbar-a {
  background: red;
  height: 10px;
  width: 266px;
  margin-top: 6px;
  border-radius: 2px 2px 2px 2px;
  margin-right: 10px;
}

.os-launchpad-progbar-b {
  background: #000;
  height: 10px;
  width: 54px;
  position: absolute;
  margin-top: 27px;
  border-radius: 2px 1px 1px 2px;
}
.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
}

#eAlgTest {
  width: 30px;
  height: 34px;
  background: #000;
  position: absolute;
  display: none;
}

.os-notification-1 {
  width: 276px;
  height: 68px;
  right: 0px;
  top: 42px;
  margin-right: 20px;
  position: absolute;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(8px);
  filter: drop-shadow(black 2px 4px 6px);
  box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 0px 200px inset;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  animation-name: slideInRight;
  animation-duration: 0.55s;
  animation-fill-mode: both;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor:
    url("/xen/cursors/pointer_24.svg") 6 6,
    pointer;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border-width: 0.01px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.42);
  border-image: initial;
}
.os-notification-1:active {
  filter: brightness(0.5);
}
.os-notification-title {
  color: white;
  padding-left: 19px;
  position: absolute;
  margin-top: 13px;
  margin-left: 50px;
  margin-bottom: 38px;
}
.os-notification-title:active {
  content: "";
}
.os-notification-icon {
  height: 20px;
  position: absolute;
  width: 50px;
}

.os-notification-icon svg {
  width: 66px;
  height: 19px;
  margin-left: 10px;
}
.os-notification-description {
  display: block;
  position: relative;
  font-size: 10.5px;
  width: 208px;
  margin-left: 69px;
  margin-top: 13px;
  color: white;
}

.os-notification-dismiss {
  content: "";
}

.os-dock-tooltip {
  width: 123px;
  height: auto;
  transition: 0.2s;
  background: rgb(11 11 11 / 46%);
  position: absolute;
  bottom: 66px;
  border: solid rgb(175 175 175 / 44%);
  border-width: 0.01em;
  border-radius: 7px;
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(5px);
}
.os-dock-tooltip:active {
  transition: 0.2s;
  background: rgb(11 11 11 / 46%);
  border: 0.01px solid rgb(83 83 83);
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
}
.os-dock-tooltip-inner {
  content: "";
}
/* .os-dock-point{
  width: 0;
    height: 0;
    margin-top: 36px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #20202030;
    position: absolute;
} */
.os-dock-tooltip-inner ul {
  color: white;
  list-style: none;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  font-size: 13px;
}

.taskBarOptions {
  background: #a8a8a836;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(6px);
  position: absolute;
  width: 270px;
  height: 178px;
  top: 38px;
  left: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 42px 2px rgb(45 45 45 / 56%);
  -moz-box-shadow: 10px 10px 42px 2px rgba(66, 66, 66, 0.5);
  box-shadow: 10px 10px 42px 2px rgb(0 0 0 / 50%);
  border: 0.7px solid #b5b5b54a;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  padding-top: 8px;
  padding-left: 12px;
}
.taskBarOption {
  padding-bottom: 2px;
}
hr {
  width: 279px;
  margin-left: -12px;
  border: 0.5px solid rgb(181 181 181 / 38%);
}

.os-lockscreen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  z-index: 3000;
  background-color: #fff;
  transition: 0s ease-in-out;
}
.Lock-UserImg {
  background: black;
  width: 142px;
  height: 142px;
  transition: 0.4s;
  /* margin: -93px; */
  border: 4px solid #00ffc2;
  border-radius: 209px;
  /* position: absolute; */
  top: 30vh;
  left: 30vh;
  margin-left: -340px;
  margin-top: -76px;
  margin-bottom: -126px;
  -webkit-box-shadow: -5px 11px 107px -26px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: -5px 11px 107px -26px rgba(0, 0, 0, 0.74);
  box-shadow: -5px 11px 107px -26px rgba(0, 0, 0, 0.74);
}

.lock-pw {
  background: whitesmoke;
  outline: transparent;
  border: 1px solid #80808047;
  width: 193px;
  height: 24px;
  margin-left: 31px;
  font-family: "IBM PLEX SANS";
  font-size: 20px;
  border-radius: 4px;
  transition: 0.2s;
}
#WelcomeBackUser {
  font-size: 17px;
  margin-right: 42px;
}
#lock-pw {
  content: "";
}
.miscInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 8px;
  margin-bottom: 3px;
  font-size: 10px;
  color: #adadad;
}

.miniPlayer {
  background: #a8a8a836;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(6px);
  position: absolute;
  width: 270px;
  height: 113px;
  top: 36px;
  right: 12px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 42px 2px rgb(45 45 45 / 56%);
  -moz-box-shadow: 10px 10px 42px 2px rgba(66, 66, 66, 0.5);
  box-shadow: 10px 10px 42px 2px rgb(0 0 0 / 50%);
  border: 0.7px solid #b5b5b54a;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  padding-top: 9px;
  padding-left: 15px;
}

.start-search {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  transition: 0.1s ease;
}

.start-input {
  width: calc(100% - 35px);
  float: right;
  outline: none;
  background: #ffffff0f;
  padding: 10px;
  box-sizing: border-box;
  border: 0;
  color: white;
  padding-left: 15px;
}

.start-search {
  width: calc(100% - 20px);
  color: white;
  visibility: hidden;
  padding: 5px;
  box-shadow: 0 0 1rem 0 rgb(0 0 0/20%);
}

.start-back {
  width: 35px;
  color: white;
  height: 37px;
  padding: 7px 0;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff0f;
  border: 0;
  cursor:
    url("/xen/cursors/pointer_24.svg") 6 6,
    pointer;
  border-right: 1px solid rgb(0, 0, 0, 0.1);
}

.start-back svg {
  width: 2em;
  height: 2em;
  pointer-events: none;
  vertical-align: -0.125em;
}

.start-go {
  width: 35px;
  color: white;
  padding: 7px 0;
  position: absolute;
  top: 10px;
  cursor:
    url("/xen/cursors/pointer_24.svg") 6 6,
    pointer;
  right: 10px;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff0f;
  border: 0;
}

.start-go svg {
  width: 2em;
  pointer-events: none;
  height: 2em;
  vertical-align: -0.125em;
}

.start-results .start-app {
  margin: 6px auto;
  width: 100%;
}

.start-results .start-app:hover {
  transform: scale(1.01);
  background: rgb(255, 255, 255, 0.05);
}

.os-prompt {
  position: absolute;
  z-index: 204094049;
  background: #2626263b;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.09, 1.83);
  display: none;
  /*     opacity: 0; */
}

.os-prompt-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  background: #00000052;
  color: #ffffffe6;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  width: 436px;
  height: 190px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(20px);
}
