.topbar-section .sidebar-wrapper{background:#1a3a52;flex-direction:column;gap:0;width:240px;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.topbar-section .sidebar-wrapper .sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;height:80px;padding:1rem;display:flex}.topbar-section .sidebar-wrapper .sidebar-header .aurora-logo{background:#fff;border-radius:10px;width:auto;height:52px;padding:.35rem .6rem}.topbar-section .sidebar-wrapper .sidebar-header .aurora-logo .logo-image{object-fit:contain;width:auto;max-width:180px;height:100%}.topbar-section .sidebar-wrapper .sidebar-content{scroll-behavior:smooth;flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.topbar-section .sidebar-wrapper .sidebar-content::-webkit-scrollbar{display:none}.topbar-section .sidebar-wrapper .sidebar-content ul{flex-direction:column;gap:.5rem;width:100%;margin:0;padding:1rem 0;display:flex}.topbar-section .sidebar-wrapper .sidebar-content ul li{border-left:4px solid #0000;list-style:none;transition:all .3s}.topbar-section .sidebar-wrapper .sidebar-content ul li a{color:#d1d5db;justify-content:flex-start;align-items:center;gap:.7rem;width:100%;padding:.75rem 1rem;font-size:16px;font-weight:400;display:flex}.topbar-section .sidebar-wrapper .sidebar-content ul li:hover{background:#2a8c9633;border-left-color:#2a8c96;transform:translate(3px)}.topbar-section .sidebar-wrapper .sidebar-content ul li:hover a{color:#fff}.topbar-section .sidebar-wrapper .sidebar-content ul li:hover a svg path{fill:#fff}.topbar-section .sidebar-wrapper .sidebar-content ul li.active{background:#2a8c9633;border-left-color:#2a8c96}.topbar-section .sidebar-wrapper .sidebar-content ul li.active a{color:#fff}.topbar-section .sidebar-wrapper .sidebar-content ul li.active a svg path{fill:#fff}.topbar-section .topbar-wrapper{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;width:calc(100% - 240px);height:80px;padding:1rem;display:flex;position:fixed;top:0;left:240px}.topbar-section .topbar-wrapper .topbar-content{justify-content:flex-start;align-items:center;gap:1.5rem;display:flex}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper{justify-content:flex-start;align-items:center;gap:.5rem;display:flex;position:relative}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-img{border-radius:50%;width:40px;height:40px}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-img img{object-fit:cover;border-radius:50%;width:100%;height:100%}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper h2{color:#2c3e50;font-size:14px;font-weight:500}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper button{cursor:pointer;background:0 0;border:none;outline:none}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-dropdown{z-index:50;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:120px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 2px 8px #0000001a}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-dropdown ul{margin:0;padding:0;list-style:none}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-dropdown ul li{cursor:pointer;color:#2c3e50;padding:8px 12px;font-size:14px;font-weight:400}.topbar-section .topbar-wrapper .topbar-content .profile-wrapper .profile-dropdown ul li:hover{background:#f5f5f5}
