*,
*::before,
*::after {
  box-sizing: border-box;
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}



body {
  background-image: url('whitcloud2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  font-family: "Poppins", Arial;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  /* color: #788487; */
  color: #000;
  text-align: left;
  background-color: #fff;
}



[tabindex="-1"]:focus {
  outline: 0 !important;
}



abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}



a {
  color: #505cfd;
  text-decoration: none;
  background-color: transparent;
}



a:hover {
  color: #0416fc;
  text-decoration: none;
}



a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}



a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}



a:not([href]):not([tabindex]):focus {
  outline: 0;
}



svg {
  overflow: hidden;
  vertical-align: middle;
}



button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}



input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}



input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}



[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}



[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



[hidden] {
  display: none !important;
}



.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}



select.form-control[size],
select.form-control[multiple] {
  height: auto;
}



input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}



.text-muted {
  font-family: 'Courier New', Courier, monospace;
  /* Terminal-style font */
  /*font-weight: bold;*/
  /* Bold */
  font-style: italic;
  /* Italic */
  color: white !important;
  /* Optional: terminal green look */

}



a:not(.btn) {
  text-decoration: underline;
}



abbr[title]::after {
  content: " (" attr(title) ")";
}



body {
  min-width: 992px !important;
}



.container {
  min-width: 992px !important;
}



a {
  transition: all 0.3s ease-in-out;
}



a:hover,
a:focus {
  outline: 0;
}



pre[class*="language-"] {
  background: #f8f8f8;
  margin-top: 0;
  margin-bottom: 1rem;
}



body {
  overflow-x: hidden;
}



.page-loader {
  /* background: #fff; */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
}



.page-loader-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}



.footer {
  background: rgba(0, 0, 0, 0.2);
  /* semi-transparent black */
  backdrop-filter: blur(10px);
  /* adjust the '10px' for more or less blur */
  -webkit-backdrop-filter: blur(10px);
  /* flex-shrink: 0; */
}



.dashboard-link {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  text-decoration: none;
  z-index: 9999;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.fx-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  width: 23px;
  height: 23px;
  background: rgba(0, 0, 0, 0.21);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: auto;
  /* clickable! */
  transition: background 0.3s;
  /* No hover/active styles by request */
  box-shadow: 0 2px 8px #0002;
}

.fx-btn span {
  font-family: 'Times New Roman', Cambria, 'Cambria Math', 'Georgia', serif;
  font-size: 0.500rem;
  font-style: italic;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.93);
  font-weight: 500;
  user-select: none;
  pointer-events: none;
}





html,
body {
  margin: 0;
  height: 100%;
}


body {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "footer";
  grid-template-rows: 1fr 80px;
}


footer {
  grid-area: footer;
}


.footer-bar {
  text-align: center;
  font-size: 0.75rem;
  padding: 22px 0;
  width: 100vw;
  position: relative;
  left: 0;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.text-muted {
  text-align: center;
  width: 100%;
}




body:after,
.off-canvas-sidebar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}



body:after {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 1px;
  width: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  top: -1px;
  visibility: hidden;
  z-index: 9998;
  content: "";
  opacity: 0;
  cursor: url("../images/close.png"), pointer;
}

/* 
.centerMe🙏   {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.whitcloud-logo {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(95vw, 500px);
  /* Responsive max size */
  max-width: 95vw;
  z-index: 9999;
  pointer-events: none;
}

/* 
.whitcloud-cloud {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 400px;
  z-index: 2;
  pointer-events: none;
} */

.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* <--- Center everything in the column! */
  width: 100%;
}

/* .cloud-svg {
  width: 100%;
  max-height: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cloud-svg svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
} */

.cloud-svg {
  width: 100%;
  /* fill the logo area */
  max-width: 325px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cloud-svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.cloud-svg svg {
  filter: drop-shadow(0 0 12px #fff7);
  animation: cloudPulse 1.5s infinite alternate;
}

@keyframes cloudPulse {
  0% {
    filter: drop-shadow(0 0 8px rgba(101, 101, 101, 0.55));
  }

  100% {
    filter: drop-shadow(0 0 15px #fff7);
  }
}



/* container for the three bars */
.lds-whitworth {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -140px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  z-index: 1;
  /* no display:flex: we’ll position absolutely */
}



/* bars (exactly your old animation) */
.lds-whitworth .bar {
  display: inline-block;
  position: absolute;
  left: 8px;
  /* starting X offset */
  width: 16px;
  animation: lds-whitworth 2.7s cubic-bezier(1, 0.5, 0.5, 0) infinite;
  /*              lds-bar-phase 2.7s infinite; */
  will-change: filter, opacity, transform, top, height;
}

.lds-whitworth .bar:nth-child(1) {
  left: 0.8px;
  animation-delay: -0.0s;
}

.lds-whitworth .bar:nth-child(2) {
  left: 3px;
  animation-delay: -0.32s;
}

.lds-whitworth .bar:nth-child(3) {
  left: 5px;
  animation-delay: -0.64s;
}

/* @keyframes lds-bar-phase {
  0% {
    filter: blur(4px);
    opacity: 0.2;
  }
  50% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
 */
 @keyframes lds-whitworth {
   0% {
     top: 20px;
     height: 4px;
     opacity: 0.0;
     filter: blur(5px);
/*      transform: scaleY(1.7); */
   }
   7% {
     opacity: 1;
     filter: blur(0px);
/*      transform: scaleY(1); */
   }
   35% {
     opacity: 1;
     filter: blur(0px);
     transform: scaleY(1);
   }


   73% {
     opacity: 0.25;
     filter: blur(5px);
     transform: scaleY(1.7);
   }
   83% {
     top: 64px;
     height: 8px;
     opacity: 0.1;
     filter: blur(15px);
     transform: scaleY(1.7);
   }
   100% {
     top: 66px;
     height: 10px;
     opacity: 0.5;
     filter: blur(30px);
     transform: scaleY(1.0);
   }
}
/* @keyframes lds-whitworth {
  0% {
    top: 64px;
    height: 8px;
  }

  100%,
  50% {
    top: 32px;
    height: 24px;
  }
}
 */
.lds-heart {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transform-origin: 5px 10px;
}


[type="date"] {
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}


[type="date"]::-webkit-inner-spin-button {
  display: none;
}


[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

