.btn-success{
    background:  #20C997 !important;
}
.btn-primary{
    background:  #20C997 !important;
}

*::-webkit-scrollbar {
    width: 10px;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
  }
  
  *::-webkit-scrollbar-thumb {
    background: rgba(0, 238, 255, 0.229);
  }
  