:root{--background:#f0f2f5;--foreground:#171717;--primary-color:#1677ff;direction:rtl}@media (prefers-color-scheme:dark){:root{--background:#141414;--foreground:#ededed}}html,body{max-width:100vw;height:100%;overflow-x:hidden}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;margin:0;padding:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-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{transition:all .2s ease-in-out;border-radius:8px!important;width:calc(100% - 16px)!important;margin-block:4px!important;margin-inline:8px!important}.custom-sidebar-menu .ant-menu-item-selected{color:var(--primary-color)!important;background-color:#e6f4ff!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){color:inherit!important;background-color:#00000005!important}