/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff8008;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff8008;
}

.body {
  background: -moz-radial-gradient(#00ffea 0%, #00e1e1 100%);
  background: -webkit-radial-gradient(#00ffea 0%, #00e1e1 100%);
  background: radial-gradient(#00ffea 0%, #00e1e1 100%);
}

* {
  margin: 0px;
}

.homepage {
  height: 100vh;
}

.login {
  height: 100vh;
}

.lt-container {
  position: relative;
}
.bg-primary {
  background-color: #0db3bc !important;
  border: 0px;
}

.text-primary {
  color: #0db3bc !important;
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.384);
  font-weight: 650;

  opacity: 1; /* Firefox */
}
input:focus {
  outline: none !important;
}
input {
  color: rgba(0, 0, 0, 0.678) !important;
}
.input-icon {
  background-color: #0f6368 !important;
  color: white;
  font-weight: bolder;
  /* color: #00efe5; */
}

.lt-badge {
  position: absolute;
  bottom: 0;
  margin-bottom: -5px;
  left: 0;
  right: 0;
  font-size: 14.5px;
}

.sidebar {
  background-image: url("background.jpg");
  background-position: center;
  background-size: cover;
}

#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: +999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: +999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  width: 100px;
}

.bottom-button {
  background-color: #2234ae;
  background-image: linear-gradient(to bottom, #1c70e4 0%, #002a4c 74%);

  border: 1px solid rgba(256, 256, 256, 0.1);
  color: #ff8f12;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  padding: 5px;
}

.bottom-button-link {
  flex-grow: 1;
}

.bottom-button img {
  height: 30px;
}

.ac-profile {
  border: 2px solid #ff8f12;
}

/* CSS */
.button-41 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #00d775, #00bd68);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial,
    sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow 0.2s;
}

/* CSS */
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ff7e31, #e6030e);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial,
    sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow 0.2s;
}

#installInstructions {
  display: none;
}
@media (display-mode: browser) {
  #installInstructions {
    display: block;
  }
}
