.App { text-align: center; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } *{ transition: all 0.3s; } .rtl{ direction: rtl; } /* width */ ::-webkit-scrollbar { width: 5px; background: #dbdbdb; } /* Track */ ::-webkit-scrollbar-track { border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #df1452; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #b30000; }