@import "https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Tajawal,sans-serif;overflow-x:hidden}body{text-align:left;direction:ltr;min-height:100vh;font-family:Tajawal,sans-serif}.main{text-align:right;direction:rtl;background-color:#fff;flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{background-color:#008fcc;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{transition:all 1 ease;background:#30c1ff}::-webkit-scrollbar-thumb:hover{transition:all 1 ease;background:#00567a}@media (max-width:640px){html,body{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}}
