:root{--background:#f0f2f5;--foreground:#171717;--primary-color:#1677ff;direction:rtl}@media (prefers-color-scheme:dark){:root{--background:#141414;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:var(--font-vazirmatn),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.custom-sidebar-menu .ant-menu-item,.custom-sidebar-menu .ant-menu-submenu-title{margin-block:4px!important;border-radius:8px!important;width:calc(100% - 16px)!important;margin-inline:8px!important;transition:all .2s ease-in-out}.custom-sidebar-menu .ant-menu-item-selected{background-color:#e6f4ff!important;color:var(--primary-color)!important;font-weight:600!important}.custom-sidebar-menu .ant-menu-title-content{margin-right:8px}.custom-sidebar-menu .ant-menu-item-selected:after{display:none!important}.custom-sidebar-menu .ant-menu-item:hover:not(.ant-menu-item-selected){background-color:rgba(0,0,0,.02)!important;color:inherit!important}