.bg-gradient-lus {
    background-color: #000000;
    background-image: linear-gradient(180deg, #000000 10%, #000000  100%);
    background-size: cover;
  }
.text-lus{
    color: #f4781e !important;
}
.btn-lus{
    color: #fff !important;
    background-color: #f4781e !important;
    border-color: #f4781e !important;
}
.text-gray-800 {
color: #91bf38 !important;
}
label{
    color: #91bf38 !important;
}
sup{
    color: red!important ;
}
 .validationIcon {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    max-height: 20px;
    max-width: 20px;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
  canvas{
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
  }
.float_audio {
  position: fixed;
  /* width: 60px;
  height: 60px; */
  bottom: 40px;
  right: 40px;
  /* background-color: #25d366; */
  /* color: #FFF; */
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}  

.float_download {
  position: fixed;
  /* width: 60px;
  height: 60px; */
  bottom: 40px;
  left: 40px;
  /* background-color: #25d366; */
  /* color: #FFF; */
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
  color: #f4781e !important;
}
  