
html {
  scroll-behavior: smooth; /* برای اسکرول نرم در حالت عادی */
}

* {
  direction: rtl;
}


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #CCCCCC #FAFAFA;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #FAFAFA;
}

*::-webkit-scrollbar-track:hover {
  background-color: #FAFAFA;
}

*::-webkit-scrollbar-track:active {
  background-color: #FAFAFA;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #CCCCCC;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #CCCCCC;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #CCCCCC;
}