/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #078D60;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #078D60;
}


body {
  background-position: center;
  background-size: cover;
}

* {
  margin: 0px;
}
.gold-btn {
  background: #078D60; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: larger;
}

.gold-btn {
  background: #078D60; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: larger;
  /* box-shadow: 0px 0px 5px 2px #ff7f08c5; */

  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 3px;
}

.gold-label {
  background: #078D60; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: large;
  /* box-shadow: 1px 1px #ff7f08c5, 2px 2px #ff7f08c5, 2px 3px #ff7f08c5; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.bg-gold {
  background: #078D60; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #078D60, #078D60, #078D60);
}

.homepage {
  height: 95vh;
}

.login {
  height: 85vh;
}

.text-gold {
  color: #078D60;
}

.input-1 {
  border: 2px solid #078D60;
  border-left: 5px solid #078D60;

  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: large;
}

.checkzone:checked {
  background-color: #078D60;
  color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

marquee {
  background: #078D60; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #078D60,
    #078D60,
    #078D60
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff3f3f #f16c43,
    #ff3f3f
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  font-size: large;
  margin: 15px auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.lt-container {
  position: relative;
}

.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;
  }
}

.bg-yellow{
    background: hsla(161, 94%, 31%, 1);

background: radial-gradient(circle, hsla(161, 94%, 31%, 1) 0%, hsla(157, 75%, 12%, 1) 100%);

background: -moz-radial-gradient(circle, hsla(161, 94%, 31%, 1) 0%, hsla(157, 75%, 12%, 1) 100%);

background: -webkit-radial-gradient(circle, hsla(161, 94%, 31%, 1) 0%, hsla(157, 75%, 12%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#05996A", endColorstr="#083725", GradientType=1 );
}



.btn-outline-warning{
    color:#078D60 !important;
    border:1px solid #078D60 !important;
}

.btn-warning,.btng{
  background: hsla(57, 86%, 80%, 1);

background: radial-gradient(circle, hsla(57, 86%, 80%, 1) 0%, hsla(42, 48%, 36%, 1) 100%);

background: -moz-radial-gradient(circle, hsla(57, 86%, 80%, 1) 0%, hsla(42, 48%, 36%, 1) 100%);

background: -webkit-radial-gradient(circle, hsla(57, 86%, 80%, 1) 0%, hsla(42, 48%, 36%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F8F4A2", endColorstr="#876D30", GradientType=1 );
border:0px;
color:black !important;

    
}

.alert-danger{
    background-color:#FDEDED !important;
    border:0px;
}

.wrapper {
  overflow: hidden;
}

.sliding-background {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/sliding-background-wwf.jpg") repeat-x;
  height: 560px;
  width: 5076px;
  animation: slide 60s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}


.goldtext{
    color:#C7B96F;
}
