.tox-textarea {
  direction: rtl !important;
}
.customOverflow scrollbar,.customOverflow::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
}
.customOverflow{
  scrollbar-width:none;

width: 100%;
overflow: auto;
}
.customOverflow  ul.nav{
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0
}
.customOverflow  ul.nav li{
  flex-shrink: 0
}
.customOverflow  ul.nav li .nav-link{
padding: 1rem !important
}
