@import url("/css/faall.css");
@import url("/css/font-awesome.min.css");
@import url("/css/fadumped.css");

@font-face {
  font-family: 'Anurati';
  src: url("/fonts/Anurati.otf");
}

@font-face {
  font-family: 'Proxima';
  src: url("/fonts/Proxima.ttf");
}

.grid-stack {
  background: #43cef133;
}

@keyframes logMeInMBFingerAnim {
  0% {
    text-shadow: 0 0 0px #57b1bf;
  }

  50% {
    text-shadow: 0 0 15px #57b1bf;
  }

  0% {
    text-shadow: 0 0 0px #57b1bf;
  }
}

.grid-stack-item-content {
  background-color: #3e4d4869;
  color: #bfd9da;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  transition: all 2s;
}

.grid-stack-item-content:hover {
  color: #00f6ff;
  text-shadow: 0 0 5px cyan;
  transition: all 2s;
}

.grid-stack-item-content:hover {
  overflow-y: auto !important;
}

.grid-stack-item-content:hover::-webkit-scrollbar-thumb {
  background-color: #1c3385de !important;
  border-radius: 10px !important;
  box-shadow: -1px 1px 4px 0px rgb(0 255 218 / 69%) !important;
  z-index: 10 !important;
  transition: all 1s !important;
}

.grid-stack-item-content:hover::-webkit-scrollbar {
  background-color: #17022b8a !important;
}

.grid-stack-item-content::-webkit-scrollbar {
  width: 7px !important;
  background-color: #17022b8a !important;
}

.grid-stack-item-content::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 0px 0px rgb(0 255 218 / 69%) !important;
  z-index: 10 !important;
  transition: all 1s !important;
}

.sub {
  background-color: #8fbec62b;
  border-radius: 4px;
}

:root {
  --outerLight: hsl(194deg 83% 1%);
  --fg: #134a5d;
  --shade1: hsl(198deg 75% 21%);
  --shade2: #00ffd9;
  --shade3: #07ffa1;
  --shade4: hsl(185deg 21% 4%);
  --dur1: 4s;
  --dur2: 6s;
  --shade2Dispersion: 2em;
  --haloShadowWidth: 0%;
}

.preloader {
  animation: largePopOut var(--dur1) linear;
  border-radius: 50%;
  box-shadow:
    0.15em 0.15em 0.15em var(--shade4) inset,
    -0.15em -0.15em 0.15em var(--shade1) inset,
    1em 1em var(--shade2Dispersion) var(--shade1),
    -1em -1em 2em var(--shade4);
  margin-bottom: 3em;
  position: relative;
  width: 16em;
  height: 16em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

[v-cloak] {
  display: none;
}

.smItemImg {
  max-width: 80%;
  max-height: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 9%;
}

.smItemImg:hover {
  cursor: pointer;
}

.desktopDragEntered {
  background-color: #04ffff47 !important;
  width: 60% !important;
  transition: all 1s;
  border-radius: 5em;
}

.smItemBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#shortcutsContainerDropPreview {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
  margin-bottom: auto;
  opacity: 0.4;
  display: none;
  filter: drop-shadow(0 0 2.75rem green);
}

#shortcutsContainerDropPreview.show {
  display: block;
}

.smItemTxt {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5%;
  text-align: center;
  word-break: break-word;
  margin-top: 0.4em;
  overflow: hidden;
  color: #f8df63;
  background-color: #0819318c;
  border-radius: 5px;
}

.smGroup {
  min-height: 80%;
  border-radius: 0.3em;
}

.preloader__square {
  animation: smallPopOut1 var(--dur1) linear, popInOut var(--dur2) var(--dur1) linear infinite;
  border-radius: 0.2em;
  box-shadow:
    0.15em 0.15em 0.15em var(--shade4) inset,
    -0.15em -0.15em 0.15em var(--shade1) inset,
    0.25em 0.25em 0.2em var(--shade1),
    -1.7em -0.1em 2.2em var(--shade4);
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  width: 3em;
  height: 3em;
  opacity: 0.25;
}

.preloader__square:nth-child(n + 1):nth-child(-n + 4) {
  left: 6.5em;
}

.preloader__square:nth-child(n + 1) {
  top: 6.5em;
}

.preloader__square:nth-child(2) {
  animation: smallPopOut2 var(--dur1) linear, move2 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(3) {
  animation: smallPopOut3 var(--dur1) linear, move3 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(4) {
  animation: smallPopOut4 var(--dur1) linear, move4 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(5) {
  animation: smallPopOut4 var(--dur1) linear, move3 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(6) {
  animation: smallPopOut4 var(--dur1) linear, move3 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(7) {
  animation: smallPopOut4 var(--dur1) linear, move4 var(--dur2) var(--dur1) linear infinite;
}

.preloader__square:nth-child(8) {
  animation: smallPopOut4 var(--dur1) linear, move3 var(--dur2) var(--dur1) linear infinite;
}

.status {
  animation: fadeIn var(--dur1) linear forwards;
  text-align: center;
}

.status__dot {
  animation: appear1 var(--dur1) var(--dur1) steps(1, start) infinite;
  display: inline-block;
}

.status__dot:nth-child(2) {
  animation: appear2 var(--dur1) var(--dur1) steps(1, start) infinite;
}

.status__dot:nth-child(3) {
  animation: appear3 var(--dur1) var(--dur1) steps(1, start) infinite;
}

/* Animations */
@keyframes largePopOut {
  from, 20% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
  }

  40% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0em 0em 2em var(--shade1),
      -2em -2em 4em var(--shade4);
  }

  60%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      1em 1em 3.5em var(--shade1),
      -1em -1em 2em var(--shade4);
  }
}

@keyframes smallPopOut1 {
  from, 40% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
  }

  60% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
  }

  80%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
  }
}

@keyframes smallPopOut2 {
  from, 45% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
  }

  65% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
  }

  85%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
  }
}

@keyframes smallPopOut3 {
  from, 50% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
  }

  70% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
  }

  90%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
  }
}

@keyframes smallPopOut4 {
  from, 55% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
  }

  75% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
  }

  95%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
  }
}

@keyframes popInOut {
  from {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
    transform: translate(0, 0);
  }

  4% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(0, 0);
  }

  8% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(0, 0);
  }

  12%, 16% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(4em, 0);
  }

  20% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(4em, 0);
  }

  24%, 25% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
    transform: translate(4em, 0);
  }

  29% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(4em, 0);
  }

  33% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(4em, 0);
  }

  37%, 41% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(4em, 4em);
  }

  45% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(4em, 4em);
  }

  49%, 50% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
    transform: translate(4em, 4em);
  }

  54% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(4em, 4em);
  }

  58% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(4em, 4em);
  }

  62%, 66% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(0, 4em);
  }

  70% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(0, 4em);
  }

  74%, 75% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
    transform: translate(0, 4em);
  }

  79% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(0, 4em);
  }

  83% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(0, 4em);
  }

  87%, 91% {
    box-shadow:
      0 0 0 var(--shade4) inset,
      0 0 0 var(--shade1) inset,
      0 0 0 var(--shade1),
      0 0 0 var(--shade4);
    transform: translate(0, 0);
  }

  95% {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.2em 0.2em 0.2em var(--shade1),
      -0.2em -0.2em 1em var(--shade4);
    transform: translate(0, 0);
  }

  99%, to {
    box-shadow:
      0.15em 0.15em 0.15em var(--shade4) inset,
      -0.15em -0.15em 0.15em var(--shade1) inset,
      0.25em 0.25em 0.2em var(--shade1),
      -0.25em -0.25em 0.2em var(--shade4);
    transform: translate(0, 0);
  }
}

@keyframes move2 {
  from, 8% {
    transform: translate(0, 0);
    width: 3em;
    height: 3em;
  }

  12% {
    transform: translate(-4em, 0);
    width: 7em;
    height: 3em;
  }

  16%, 83% {
    transform: translate(-4em, 0);
    width: 3em;
    height: 3em;
  }

  87% {
    transform: translate(-4em, 0);
    width: 3em;
    height: 7em;
  }

  91%, to {
    transform: translate(-4em, 4em);
    width: 3em;
    height: 3em;
  }
}

@keyframes move3 {
  from, 33% {
    transform: translate(0, 0);
    height: 3em;
  }

  37% {
    transform: translate(0, -4em);
    height: 7em;
  }

  41%, to {
    transform: translate(0, -4em);
    height: 3em;
  }
}

@keyframes move4 {
  from, 58% {
    transform: translate(0, 0);
    width: 3em;
  }

  62% {
    transform: translate(0, 0);
    width: 7em;
  }

  66%, to {
    transform: translate(4em, 0);
    width: 3em;
  }
}

@keyframes fadeIn {
  from, 67% {
    opacity: 0;
  }

  83.3%, to {
    opacity: 1;
  }
}

@keyframes appear1 {
  from {
    visibility: hidden;
  }

  33%, to {
    visibility: visible;
  }
}

@keyframes appear2 {
  from, 33% {
    visibility: hidden;
  }

  67%, to {
    visibility: visible;
  }
}

@keyframes appear3 {
  from, 67% {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}
.streamTxt {
  position: absolute;
  padding-left: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: stream 20s infinite linear;
}

@keyframes stream {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-130%);
  }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  :root {
    --fg: #e3e4e8;
    --shade1: #23252a;
    --shade2: #3e424c;
    --shade3: #4a4e5a;
    --shade4: #686e7e;
    --haloShadowWidth: 0%;
  }
}

body.bootLoading {
  font-size: calc(16px + (32 - 16)*(100vw - 320px)/(2560 - 320));
}

body {
  background-color: black;
  overflow: hidden;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  height: 100%;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

#qrContainerWP {
  background: #1e6bcb61;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  let: 0;
  overflow: hidden;
  display: none;
}

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #84f4f7;
  border-radius: .1875em;
  background: #122329bd !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 6%);
  color: #9dffd2 !important;
  font-size: 1.425em !important;
  font-weight: bold !important;
}

#qrContainerOuterOuter {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -20%);
}

#QrIntentTitle {
  font-family: 'Anurati';
  text-align: center;
  font-size: xxx-large;
  color: #00f3ff;
  text-shadow: 0 0 9px black;
}

#qrContainerOuter {}

#qrContainer {
  border-radius: 1em;
  padding: 1em;
  background: #e6f5f5;
  box-shadow: 2px 6px 9px 2px #02beff;
}
#qrContainer img
{
      max-width: 99%;
}

.windowNativePopUp {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: white;
  overflow: hidden;
  background-color: #1e3446;
  min-height: 7.4rem;
  z-index: 1000;
  width: 90%;
  max-width: 30em;
  max-height: 90%;
  top: 40%;
  animation: backInDown 3s 1, blinkBorderPopUp 4s infinite;
}

.popUpBlinker {
  -webkit-animation: blinkBorderPopUp 4s infinite;
}

.magicError {
  color: rgb(245, 218, 230);
}

.popUpTitle {
  position: absolute;
  top: 0;
  /* height: 1em; */
  width: 100%;
  color: white;
  overflow: hidden;
  color: #bbfff2;
  background-color: #2296f2;
  z-index: 3;
  font-weight: bold;
}

.popUpButtons {
  position: relative;
  overflow: hidden;
  left: 0px;
  right: 0;
}

.popUpInfoHolder {
  position: relative;
  width: 90%;
  left: 0px;
  top: 30%;
  bottom: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  color: #1aaeae;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #06e530;
  background-color: #1e3e3e;
  border-color: #07fffa #07fffa #07fffa;
}

.dropdown-menu {
  background-color: #b40086e6;
}

.dropdown-item {
  color: #03e8ec;
}

a {
  color: #f300ff;
}

.explode {
  -webkit-animation: leaves 0.7s;
  /* Chrome, Safari, Opera */
  animation: leaves 0.7s;
  animation-fill-mode: forwards;
}

@keyframes leaves {
  0% {
    transform: scale(1.0);
  }

  20% {
    transform: rotate(45deg) scale(1.5);
  }

  100% {
    transform: scale(1000.0);
  }
}

.buttonStdMin {
  background-color: DodgerBlue;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin: 0.9em;
  outline: 0;
  height: 2rem;
  padding: 4px 16px;
  border-radius: 0.3em;
  bottom: 0;
}

.swal2-confirm:hover {
  background-color: RoyalBlue;
  -webkit-animation: blinkBorderBtn 3s infinite;
}

.buttonStdMin:hover {
  background-color: RoyalBlue;
  -webkit-animation: blinkBorderBtn 3s infinite;
}

.buttonStdMin:active {
  background-color: Green;
}

.buttonStd {
  background-color: DodgerBlue;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin: 0.5em;
  outline: 0;
  padding: 0.6em;
}

p {
  margin: 0;
  padding: 0;
}

.buttonStdGreen {
  background-color: green;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  margin: 0.5em;
  outline: 0;
}

#uicontainer {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.uicontainerShow {
  -webkit-animation: animate 1s;
  /* Chrome, Safari, Opera */
  animation: animate 1s;
  animation-fill-mode: forwards;
}

.txtRO {
  background-color: transparent;
  border: none;
  color: #1bffee;
  padding: 2px 2px;
  font-size: 16px;
  cursor: pointer;
}

.txtRO:focus {
  outline-width: 0;
  cursor: pointer;
}

.txtInput {
  background-color: #283638;
  border-radius: 3px;
  border: none;
  color: white;
  padding: 2px 7px;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

txtInputDark {
  background-color: #d1edf1;
  border-radius: 3px;
  border: none;
  color: #033b59;
  padding: 2px 7px;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.txtInputDark:hover {
  color: #10fc7f;
  background-color: #53666c;
  box-shadow: 0 0 5px #9ecaed;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.txtInputBright {
  background-color: #d1edf1;
  border-radius: 3px;
  border: none;
  color: #033b59;
  padding: 2px 7px;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.txtInputBright:hover {
  color: #10fc7f;
  background-color: #53666c;
  box-shadow: 0 0 5px #9ecaed;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.nrInputBright {
  background-color: #d1edf1;
  border-radius: 3px;
  border: none;
  color: #033b59;
  padding: 2px 7px;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.nrInputBright:hover {
  color: #10fc7f;
  background-color: #53666c;
  box-shadow: 0 0 5px #9ecaed;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

fieldset.groupbox-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em !important;
  margin: 1.2em 1.2em 1.2em 1.2em !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.groupbox-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0px 10px 0px 10px;
  border-bottom: none;
  color: #0cff00ed;
}

.txtInput:hover {
  color: #ffffff;
  background-color: #0a5c73;
  box-shadow: 0 0 5px #9ecaed;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.smallPill
{
  max-width: 24em;
  max-height: 18em;
}
#clockContainer {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: 28%; */
  top: 55%;
  background: #0f3854;
  background: radial-gradient(ellipse at center, #0a2e38 0%, #00000000 var(--haloShadowWidth));
  background-size: 100%;
  animation: animate 4s;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  transition: all 1.4s;
  transition-delay: 2.0s;
}
.clockShadow
{
  padding-bottom: 8em;
    background: radial-gradient(ellipse at center, #104756 0%, #00000000 var(--haloShadowWidth)) !important;
  transition: all 4s !important;
}

#clock {
  font-family: 'Share Tech Mono', monospace;
  color: #ffffff;
  text-align: center;
  color: #daf6ff;
  text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgba(10, 175, 230, 0);
}

.time {
  letter-spacing: 0.05em;
  font-size: 80px;
  padding: 5px 0;
}

.date {
  letter-spacing: 0.1em;
  font-size: 24px;
}

.text {
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 20px 0 0;
}

.logoContainer:hover {
  cursor: pointer;
  top: -20%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 600px;
  background: url('/images/g2.gif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation-fill-mode: both;
  -webkit-transition: background-image 5000ms linear;
  transition: background-image 5000ms linear;
}

#titleContainer {
  opacity: 0;
  text-align: center;
  color: #080808d1;
  z-index: 1;
  position: relative;
  top: 1.0em;
  padding-left: 0.7em;
  font-size: 5em;
  font-family: Anurati;
  text-shadow: 0 0 50px rgba(10, 175, 230, 1), 0 0 29px rgba(10, 175, 230, 0);
  /*  -webkit-animation: animate 2s;
        animation: animate 2s;*/
}

.animateFadeIn {
  animation: animateLogoPos 5s !important;
  transition: all 2.25s ease-in !important;
  transition-delay: 500ms !important;
}

.logoContainer {
  display: block;
  box-shadow: inset 0 0 7px 4px #00fbff;
  display: none;
  z-index: 2;
  position: absolute;
  top: -20%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 60px;
  background: url('/images/g1.gif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation-fill-mode: both;
  -webkit-transition: background-image 5000ms ease-in-out;
  transition: background-image 5000ms ease-in-out;
  border-radius: 91000em;
}

@keyframes animateLogoPos {
  0% {
    top: -120%;
    -webkit-transform: rotate(0deg);
  }

  100% {
    top: -20%;
    -webkit-transform: rotate(360deg);
  }
}

::-webkit-scrollbar {
  width: 15px;
  background-color: rgb(0, 161, 255);
  box-shadow: rgb(22, 77, 110) 0px 0px 1px 6px inset;
}

::-webkit-scrollbar-corner {
  background: rgb(174 240 255);
  box-shadow: inset 0 0 3px 5px rgb(22 77 110);
}

::-webkit-scrollbar-thumb {
  background-color: #1c3385;
  border-radius: 10px;
  box-shadow: -1px 1px 4px 2px rgb(0 255 218 / 69%) !important;
  z-index: 10;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1c3385;
  border-radius: 10px;
  box-shadow: -1px 1px 4px 2px rgb(0 255 218 / 69%) !important;
  z-index: 10;
}

.closeBtn {
  transition: 1s;
}

.maxBtn {
  transition: 1s;
}

.minBtn {
  transition: 1s;
}

.closeBtn:hover {
  filter: drop-shadow(0px 9px 13px #f16160);
  transition: 1s;
}

.maxBtn:hover {
  filter: drop-shadow(0px 9px 13px #bcffc1);
  transition: 1s;
}

.minBtn:hover {
  filter: drop-shadow(0px 9px 13px #faebb4);
  transition: 1s;
}

::-webkit-scrollbar-thumb:active {
  background-color: #1c3385;
  border-radius: 10px;
  box-shadow: -1px 1px 6px 3px rgb(0 255 218 / 79%) !important;
  z-index: 10;
}

@keyframes animate {
  0% {
    width: 0%;
    opacity: 0;
  }

  30% {
    width: 20%;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.buttonStd:hover {
  background-color: RoyalBlue;
}

.buttonStdGreen:hover {
  background-color: #01b201;
}

html,
body {
  a {
    color: white;
    padding-top: 20px;
    font-size: 10px;
    opacity: 0.6;
    position: relative;
    top: 10px;
    transition: all .3s !important;
    font-weight: 100;
    text-decoration: none;

    &:hover {
      opacity: 1;
    }

    i.l {
      margin-right: 3px;
    }
  }

  height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  overflow-x: hidden
}

label {
  color: #d7faffdb;
  ;
}

.fieldInvalid {
  background-color: #e6004b !important;
  background-image: url(../images/wrong.png);
  display: inline-block;
  background-size: 1.5em 1.5em;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.6em;
}

.fieldGreen {
  background-color: green !important;
}

.fieldValid {
  background-color: green !important;
  background-image: url(../images/ok.png);
  display: inline-block;
  background-size: 1.5em 1.5em;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1.6em;
}

.noselect {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

#UI {
  transition: all 0.3s linear !important;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  background-color: white;
  overflow-y: hidden;
}

#output {
  transition: all 0.3s linear !important;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  position: fixed;
  height: 30%;
  position: fixed;
  overflow: hidden;
  -webkit-transition: background-color 1000ms ease-in-out;
  -ms-transition: background-color 1000ms ease-in-out;
  transition: background-color 1000ms ease-in-out;
}

.transparentOutput {
  background-color: transparent;
}

.visibleOutput {
  background-color: #134345ad;
}

@-webkit-keyframes blink {
  0% {
    border-color: #00ffde;
  }

  80% {
    border-color: #48ff00;
  }

  100% {
    border-color: #00ffde;
  }
}

@-moz-keyframes blink {
  0% {
    border-color: #00ffde;
  }

  80% {
    border-color: #48ff00;
  }

  100% {
    border-color: #00ffde;
  }
}

@-ms-keyframes blink {
  0% {
    border-color: #00ffde;
  }

  80% {
    border-color: #48ff00;
  }

  100% {
    border-color: #00ffde;
  }
}

.actionsPending {
  border: 2px solid #09ff00;
  -webkit-animation: blink 3s infinite;
  -moz-animation: blink 3s infinite;
  -ms-animation: blink 3s infinite;
}

#UI {}

.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,700,500,400italic,500italic,700italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,700,500,400italic,500italic,700italic,300italic);

body {
  overflow: hidden;
  font-family: 'Fira Sans', sans-serif;

  a {
    color: white;
    padding-top: 20px;
    font-size: 10px;
    opacity: 0.6;
    position: relative;
    top: 10px;
    transition: all .3s !important;
    font-weight: 100;
    text-decoration: none;

    &:hover {
      opacity: 1;
    }

    i.l {
      margin-right: 3px;
    }
  }
}

.bubble {
  position: absolute;
  left: 53%;
  top: 3%;
  z-index: 100;
  background: #240926b5;
  border: 1px solid #de00ff;
  max-width: 250px;
  padding: 10px;
  font-family: arial;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 6px;
  opacity: 0;
  transition: all .3s !important;
  overflow-wrap: anywhere;
}

.bubble .mbSubDesc {
  color: rgba(127, 255, 208, 0.6);
  font-size: x-small;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(69, 54, 66, 0.49);
  border-radius: 10px;
}

.bubble:after,
.bubble:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bubble:after {
  border-color: rgba(255, 255, 204, 0);
  border-right-color: #FFFFCC;
  border-width: 15px;
  margin-top: -15px;
}

.bubble:before {
  border-color: rgba(255, 204, 0, 0);
  border-right-color: #ff0090;
  border-width: 16px;
  margin-top: -16px;
}

.inPreviewImg {
  max-width: 100%;
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.startBtn {}

.moveable {
  position: absolute !important;
}

.static {
  position: relative !important;
}

.tbItem {
  position: relative;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  z-index: 2;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  user-drag: none;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.tbItem.inMove {
  z-index: 1000;
  opacity: 0.8;
  cursor: pointer;
}

.tbItem:active {
  cursor: pointer;
}

.tbItem:hover {
  cursor: pointer;
  background-color: rgba(2, 255, 250, 0.19);
  -webkit-transition: background-color 200ms linear !important;
  -ms-transition: background-color 200ms linear !important;
  transition: background-color 200ms linear !important;
}

.hasApps {
  border-right: 5px solid #00ffaf
}

.activeApp {
  border-right: 5px solid #00fff5;
  background-color: #00edff5c;
}

.elemPreviewsContainer {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: absolute;
  transition: top 1s ease-in-out;
  transition: left 200ms linear !important;
  transition: opacity 1s ease-in-out;
  transition: box-shadow 1s linear !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 0px 0px 0px rgba(12, 154, 208, 0.76);
  width: 8.1em;
  background-color: rgb(11 109 188);
  color: white;
  border-radius: 3px;
  max-height: 50%;
  max-width: 20%;
  overflow-y: hidden;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  left: 100%;
  top: 0px;
}

.shown {
  box-shadow: -4px -1px 15px 5px rgba(12, 154, 208, 0.76);
}

.elemPreviewsContainer div {
  margin: 0.1em;
}

.elemPreview {
  color: white;
  background-color: rgba(28, 42, 120, 0.92);
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  width: 8em;
  height: 5em;
  border: solid thin rgba(161, 62, 218, 0.7);
  border-radius: 10px;
}

.elemPreview:hover {
  box-shadow: 0px 1px 9px 4px rgba(7, 208, 62, 0.88);
}

#outputTxtContainer {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #03ba03;
  transition: opacity 1s;
  padding-left: 1em;
  height: 90%;
}

.hide1s {
  opacity: 0;
  transition: opacity 50ms;
}

#logMinimizer {
  z-index: 4;
  position: absolute;
  top: 0;
  width: 1em;
  right: 9%;
}

.inputSN {}

#logMinimizerImg {
  position: absolute;
  width: 9em;
  opacity: 0.15;
  transition: all 2s;
}

#logMinimizerImg:hover {
  opacity: 0.55;
}

#logMinimizerImg:hover {
  opacity: 1.0;
}

#desktop {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1;
  background-color: black;
  background-size: cover;
  background-repeat:no-repeat;

  transition: background 5000ms ease-in 1000ms;
  transition-delay: 3000ms;
}

.rotated90 {
  transform: rotate(90deg);
  /* Equal to rotateZ(45deg) */
}

.rotated180 {
  transform: rotateX(180deg);
}

#shortcutsContainer {
  top: 3em;
  opacity:0;
  background-color: transparent;
  z-index: 1;
  position: relative;
  padding-bottom: 3em;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 3em;
  height: 90%;
  width: 100%;
  transition: all 3s;
  transition-timing-function: cubic-bezier(0.24, 1.13, 1, 0.7)
}
#shortcutsContainer.show
{
  opacity:1;
}

#statusDiodes {
  position: absolute;
  z-index: 200;
  left: 15%;
  top: 0;
  background-color: #1d325694;
  border-radius: 15px;
  border: 2px dotted #1c5c0e;
  border-top: none;
  box-shadow: 0 0 14px 0px #6f6161;
  transition: all 3s cubic-bezier(0.04, 0.47, 0.27, 1.12) 15s;

}

#statusDiodes.hovered {
  pointer-events: none;
  opacity: 0.05;
  transition-delay: 0s;
}

.draggableShortcut {}

.windowTitleText {
  min-height: 1.7em;
  margin-left: calc(5% + 2em);
  margin-right: calc(5% + 2em);
  max-width: 70%;
  /*margin-left:2.5em;
  margin-right:5.5em;*/
}

#s-rectBox {
  position: absolute;
  z-index: 3090;
  border: 2px dashed #cbd3e3;
}

.taskbarIconContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.taskbarIconImg {
  max-width: 100% !important;
  max-height: 3.1em !important;
}

.shortcutImg {
  position: relative;
  max-width: 100%;
  max-height: 70%;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.shortcutTxt {
  margin-left: -2em;
  margin-right: -2em;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: small;
  text-align: center;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  text-shadow: 0 0 3px black;
  transition: all 1s;
}

.draggableShortcut.shortcutTxt {
  transition: all 1s;
}

.draggableShortcut:hover .shortcutTxt {
  text-shadow: 0 0 3px cyan;
  transition: all 0.3s;
  color: #102c3b;
}

.draggableShortcut img {
  filter: drop-shadow(0 0 0 cyan);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.draggableShortcut:hover img {
  filter: drop-shadow(0 0 1.4em cyan);
  transition: all 1s;
  transition-timing-function: ease-out
}

.selectionArea {}

.windowTopMenuElement {
  position: relative;
  display: inline-block;
  float: center;
  padding: 2px;
  cursor: pointer;
  z-index: 10;
}

.version {
  color: #11ba54;
}

.diode {
  position: relative;
  display: inline-block;
  float: center;
  padding: 10px;
}

.emergencyTitle {
  font-family: Proxima !important;
  left: 0px;
  top: 0;
  position: fixed;
  z-index: 9;
  padding-top: 1em;
  padding-left: 3em;
}

.selection {
  background: rgba(46, 115, 252, 0.11);
  border-radius: 0.1em;
  border: 2px solid rgba(98, 155, 255, 0.81);
}

.MBcommittingState {}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
}

@-webkit-keyframes blinkBorderWin {
  0% {
    border-color: #b3e6ff;
  }

  50% {
    border-color: #006699;
  }

  100% {
    border-color: #b3e6ff;
  }
}

@-webkit-keyframes blinkBorder {
  0% {
    border-color: #003800;
  }

  25% {
    border-color: #2196F3;
  }

  75% {
    border-color: #3bff3b;
  }

  80% {
    border-color: #ff00f0;
  }

  100% {
    border-color: #003800;
  }
}

@-webkit-keyframes blinkBorderPopUp {
  0% {
    box-shadow: 0 0 3px 2px #00d7ff3d;
  }

  80% {
    box-shadow: 0 0 10px 6px #04d8ff;
  }

  100% {
    box-shadow: 0 0 3px 2px #00d7ff3d;
  }
}

@-webkit-keyframes blinkBorderBtn {
  0% {
    box-shadow: 0 0 3px 2px #00000000;
  }

  80% {
    box-shadow: 0 0 10px 6px #04d8ff;
  }

  100% {
    box-shadow: 0 0 3px 2px #00d7ff3d;
  }
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}



.neonicBorder {
  border: 3px groove green;
}

.fa {
  font-family: FontAwesome, "Font Awesome 5 Pro" !important;
}

.windowBody {
  width: 100%;
  height: calc(100% - 1.73em);
  background-color: #1f2125;
  position: absolute;
  overflow: auto;
  transition: opacity 1s;
}

.curtainInnerAnimBox {
  position: absolute;
  top: 80%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 7em;
  height: 7em;
}

.curtainArea {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10000;
  background-color: #002442f7;
}

.windowC {
  position: absolute;
  z-index: 9;
  background-color: transparent;
  text-align: center;
  border: 3px groove #0691c3;
  border-radius: 3px;
}

.windowIconDiv {
  position: absolute;
  left: 0.5em;
  height: 1.3em;
}

.windowIconImg {
  max-height: 100%;
  background-color: #0a153b;
  border-radius: 3px;
}

.windowTitleToolbar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2196f3;
}

.shadowContainer {
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}

.animatedResize {
  transition: all 0.3s linear !important;
}

#windowTitle {
  cursor: move !important;
  background-color: #2196F3;
  color: #fff;
  overflow: hidden;
  z-index: 10000 !important;
}

@keyframes color-change {
  0% {
    color: #75ff00
  }

  50% {
    color: #f300ff
  }

  100% {
    color: #75ff00
  }
}

.swal2-content pre {
  animation: color-change 5s infinite;
}

.swal2-html-container {
  background-color: #08232091;
  border-radius: 4px;
  box-shadow: 0em 0em 13px 1px #08232091;
  display: -webkit-inline-box !important;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
  background-color: #00fffe21;
}

.swal2-header.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
  background-color: #0b262c99;
  border-radius: 0.5em;
  margin-bottom: 1.4em;
  text-shadow: #000404;
}

@keyframes swal-header-color-change {
  0% {
    text-shadow: 0 0 14px #000404;
  }

  55% {
    text-shadow: 0 0 14px #2c9898;
  }

  90% {
    text-shadow: 0 0 14px #00ffff;
  }

  93% {
    text-shadow: 0 0 14px #000404;
  }

  96% {
    text-shadow: 0 0 14px #00ffff;
  }

  100% {
    text-shadow: 0 0 14px #000404;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.swal2-title.swal2-title {
  animation-delay: 500ms;
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  font-family: Anurati;
  color: #00ffff;
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  animation: swal-header-color-change 4s infinite;
}

#windowsContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.scrollY {
  overflow-y: scroll;
}

.hideY {
  overflow-y: scroll;
}

.resizable {
  width: 505px;
  height: 550px;
  position: absolute;
  top: 550px;
  left: 505px;
}

.resizable .resizers {
  width: 100%;
  height: 100%;
  border: 3px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.resizable .resizers .resizer {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*magic to turn square into circle*/
  border: 3px;
  position: absolute;
}

.resizable .resizers .resizer.top-left {
  left: -5px;
  top: -5px;
  cursor: nwse-resize;
  /*resizer cursor*/
}

.resizable .resizers .resizer.left {
  left: -5px;
  top: -5px;
  height: 101%;
  cursor: w-resize;
  /*resizer cursor*/
}

.resizable .resizers .resizer.right {
  right: -5px;
  top: -5px;
  height: 101%;
  cursor: w-resize;
  /*resizer cursor*/
}

.touchTransparent {
  pointer-events: none;
}

.resizable .resizers .resizer.top {
  width: 100%;
  top: -5px;
  cursor: n-resize;
  /*resizer cursor*/
}

.resizable .resizers .resizer.bottom {
  width: 100%;
  bottom: -5px;
  cursor: n-resize;
  /*resizer cursor*/
}

.hideBoot {
  visibility: hidden;
  opacity: 0;
  z-index: 0 !important;
  transition: visibility 0s 2s, opacity 2s linear;
}

.showBoot {
  visibility: visible;
  opacity: 1;
  z-index: 1 !important;
  transition: visibility 0s 2s, opacity 2s linear;
  background-image: linear-gradient(220deg, #000000, var(--outerLight));
}

#bootLoaderProgressTxt {
  font-family: 'Anurati';
  color: #35ebc1;
  text-shadow: 1px 17px 7px #57faf3;
  font-size: large;
}

.middle {
  top: -12px;
  left: -4rem;
  width: 9em;
  /* box-shadow: 1px 4px 7px 6px #03f0de; */
  transform: translate(-50%, -50%);
  background: transparent;
  position: absolute;
}

.loaderTitleBox {
  vertical-align: middle;
  position: unset;
  display: inline-grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 100px;
  height: 100px;
}

.loaderTitleBox>div {
  box-shadow: 0 0 6px 0px #00ccff;
  position: relative;
  width: 100%;
  height: 100%;
  background: #052a2ae3;
  transform: scale(0);
  transform-origin: center center;
  animation: loaderTitleBox 2s infinite linear;
}

.loaderTitleBox>div:nth-of-type(1), .loaderTitleBox>div:nth-of-type(5), .loaderTitleBox>div:nth-of-type(9) {
  animation-delay: 0.4s;
}

.loaderTitleBox>div:nth-of-type(4), .loaderTitleBox>div:nth-of-type(8) {
  animation-delay: 0.2s;
}

.loaderTitleBox>div:nth-of-type(2), .loaderTitleBox>div:nth-of-type(6) {
  animation-delay: 0.6s;
}

.loaderTitleBox>div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loaderTitleBox {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.bar {
  box-shadow: inset 0px -3px 2px 0px black;
  width: 10px;
  height: 70px;
  background: #287b23;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}

.bar1 {
  animation-delay: 0.1s;
}

.bar2 {
  animation-delay: 0.2s;
}

.bar3 {
  animation-delay: 0.3s;
}

.bar4 {
  animation-delay: 0.4s;
}

.bar5 {
  animation-delay: 0.5s;
}

.bar6 {
  animation-delay: 0.6s;
}

.bar7 {
  animation-delay: 0.7s;
}

.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: ;
  }

  50% {
    transform: scaleY(1);
    background: cyan;
  }

  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

#bootLoaderProgress {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resizable .resizers .resizer.top-right {
  right: -5px;
  top: -5px;
  cursor: nesw-resize;
}

.resizable .resizers .resizer.bottom-left {
  left: -5px;
  bottom: -5px;
  cursor: nesw-resize;
}

.resizable .resizers .resizer.bottom-right {
  right: -5px;
  bottom: -5px;
  cursor: nwse-resize;
}

.swal2-content.swal2-content {
  color: #00dc9f;
}

.swal2-popup.swal2-popup {
  background: #42ada324;
  box-shadow: -4px 1px 16px 0 black;
}

.swal2-footer.swal2-footer {
  color: #38cbc0;
}

.shortcutSelected {
  transition: .4s ease-out !important;
  background-color: rgba(0, 255, 238, 0.8);
  overflow: hidden;
  border-radius: 5px;
}
#qrDescription
{      color:white;
          text-shadow: 0 0 7px #000000;
}

.drag {
  background-color: #5fda73 !important;
  background-image: url(../images/dropfile.png);
  /* display: inline-block; */
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  border-style: dashed;
  border-width: 0.3em;
  border-color: #196b0d;
}
