::-webkit-scrollbar, ::-webkit-scrollbar-track {
    background-color: #fff
  }
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px
  }
  
  ::-webkit-scrollbar-thumb:hover {
    border: none;
    border-radius: 0
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #e73a40;
    border: 3px solid #fff;
    border-radius: 5px
  }
  


  ::-webkit-scrollbar {
    width: 10px;
    height: 3px;
  }
  ::-webkit-scrollbar, ::-webkit-scrollbar-track {
    background-color: #fff0;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #e73a4075;
    border: none;
    border-radius: 5px;
  }
  .disabled {
    opacity: .35!important;
    pointer-events: none!important;
  }