    
    ::-webkit-scrollbar {
      width: 8px !important;
      }
    
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0px #000 !important;
      background: #f0f0f0 !important;
      border-radius: 0px !important;
    }
    ::-webkit-scrollbar-thumb {
      border-radius: 4px !important;
      background-color: #ff3333 !important;
      -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5) !important;
      border: 0px solid white !important;
    }
    ::-webkit-scrollbar-thumb:hover{
      background-color: #ff6b6b !important;  
    }



    .t400 .t400__submit_size_sm {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}



    
    


