.dashboard-sidebar{width:260px;background-color:#fff;height:100vh;display:flex;flex-direction:column;border-right:1px solid #f0f0f0;position:fixed;transition:transform .3s ease;z-index:50}@media(max-width:900px){.dashboard-sidebar{transform:translateX(-100%)}.dashboard-sidebar--expanded{transform:translateX(0)}}@media(max-width:600px){.dashboard-sidebar{transform:translateX(-100%)}.dashboard-sidebar--expanded{transform:translateX(0)}}.dashboard-sidebar__toggle{display:none;position:fixed;top:50%;left:.5rem;z-index:60;padding:.5rem;background-color:#fff;border-radius:.5rem;border:1px solid #f0f0f0;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:768px){.dashboard-sidebar__toggle{display:flex;align-items:center;justify-content:center}}.dashboard-sidebar__toggle:hover{background-color:#f3f4f6}.dashboard-sidebar__toggle--expanded{left:280px}.dashboard-sidebar__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:40}@media(max-width:900px){.dashboard-sidebar__overlay{display:block}}@media(max-width:600px){.dashboard-sidebar__overlay{display:block}}.dashboard-sidebar__header{padding:1.5rem 1.5rem .8rem}.dashboard-sidebar__header-logo img{width:80px}.dashboard-sidebar__nav{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:.75rem;overflow-y:auto}.dashboard-sidebar__upgrade-container{padding:.75rem;margin-top:.5rem}.dashboard-sidebar__upgrade-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem .5rem 1.5rem;border-radius:2rem;border:none;background-color:#6052cc;color:#fff;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;width:100%;height:2.75rem}.dashboard-sidebar__upgrade-btn span{white-space:nowrap;flex:1;text-align:center}.dashboard-sidebar__upgrade-btn .icon-container{display:flex;align-items:center;justify-content:center;background-color:#4f42b5;border-radius:50%;width:2rem;height:2rem}@media(max-width:600px){.dashboard-sidebar__upgrade-btn .icon-container{margin-bottom:0!important}}.dashboard-sidebar__upgrade-btn:hover{background-color:#5546c9}.dashboard-sidebar__language-section{padding:0 0 1rem;border-bottom:1px solid #f5f5f5}.dashboard-sidebar__footer{padding:1rem .75rem;border-top:1px solid #f0f0f0}.dashboard-sidebar__footer-user{display:flex;align-items:center;padding:.75rem;color:#6b7280}.dashboard-sidebar__footer-user:hover{cursor:pointer}.dashboard-sidebar__footer-user-bottom-container{display:flex;flex-direction:column;justify-content:center;align-items:start}.dashboard-sidebar__footer-user-text{margin-left:.5rem;font-weight:500;font-size:.6rem}.dashboard-sidebar__footer-user-type-text{margin-left:.5rem;font-size:.7rem}.dashboard-sidebar__footer-user-type-text:first-letter{text-transform:capitalize}.dashboard-sidebar__footer-user-arrow{margin-left:auto}.sidebar-link__item{position:relative}.sidebar-link__item-button{width:100%;display:flex;align-items:center;padding:.825rem .75rem;color:#3a3946;font-weight:500;border-radius:1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:all .2s ease}.sidebar-link__item-button:hover{background-color:#f3f4f6}.sidebar-link__item-button--active{color:#6052cc;background-color:#eef2ff;margin-top:3px;margin-bottom:3px}.sidebar-link__item-button:hover:not(.sidebar-link__item-button--active){background-color:#f3f4f6}.sidebar-link__item-icon{width:20px;height:20px;margin-right:.75rem}.sidebar-link__item-text{flex:1}.sidebar-link__item-text a{color:inherit;text-decoration:none;display:block}.sidebar-link__item-arrow{width:16px;height:16px;color:#3a3946;transition:transform .2s ease}.sidebar-link__item-arrow--expanded{transform:rotate(90deg)}.sidebar-link__children{padding-left:2.25rem;margin-top:.25rem}