/* MAAIDNI scrollbar - Start */
::-webkit-scrollbar {
height: 5px;
width: 10px;
background-color: transparent; /* لون الخلفية */
}
html > ::-webkit-scrollbar {
width: 10px; /* عرض الشريط */
}
::-webkit-scrollbar-thumb {
background: #ff0000; /* لون الشريط الذي يتحرك */
border-radius: 20px; /* الاستدارة */
}
::-webkit-scrollbar-track-piece {
background-color: transparent; /* لون الخلفية */
}
/* MAAIDNI scrollbar - End */