html{scrollbar-gutter:stable}html,body{max-width:100vw;margin:0;padding:0;overflow-x:hidden}html body{width:auto!important}.dashboard-layout{min-height:100vh;display:flex}.dashboard-sidebar{background:#0f172a;flex-direction:column;width:240px;min-width:240px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-user-link{color:#ffffffd9;text-decoration:none;display:block}.sidebar-user-link:hover{text-decoration:underline}.sidebar-tenant-link{color:#ffffffa6;text-decoration:none}.sidebar-tenant-link:hover{text-decoration:underline}.dashboard-content{background:#f8fafc;flex:1;min-height:280px;margin-left:240px;padding:24px}.mobile-header{display:none}.mobile-header-button{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;font-size:20px;display:flex}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}@media screen and (max-width:767px){.dashboard-layout>.dashboard-sidebar{display:none}.mobile-header{z-index:100;color:#fff;background:#0f172a;align-items:center;gap:12px;height:48px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.dashboard-content{margin-left:0;padding:64px 16px 16px}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}}
