.sidebar-module__X50D5W__sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:250px;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0}.sidebar-module__X50D5W__logoContainer{align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;text-decoration:none;display:flex}.sidebar-module__X50D5W__logoText{color:#e85d04;font-size:1.5rem;font-weight:700}.sidebar-module__X50D5W__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-module__X50D5W__navItem{color:#64748b;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-module__X50D5W__navItem:hover,.sidebar-module__X50D5W__active{color:#e85d04;background-color:#fff6ee}.sidebar-module__X50D5W__icon{width:20px;height:20px}.sidebar-module__X50D5W__logout{margin-top:auto}@media (max-width:768px){.sidebar-module__X50D5W__sidebar{z-index:50;transition:left .3s;position:fixed;top:0;left:-250px}.sidebar-module__X50D5W__sidebar.sidebar-module__X50D5W__open{left:0}}
.dashboard-layout-module__H-qOqq__container{background-color:#f8fafc;min-height:100vh;display:flex}.dashboard-layout-module__H-qOqq__mainContent{flex-direction:column;flex:1;display:flex;overflow-x:hidden}.dashboard-layout-module__H-qOqq__header{z-index:10;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:flex-end;align-items:center;height:72px;padding:0 2rem;display:flex;position:sticky;top:0}.dashboard-layout-module__H-qOqq__searchBar{background-color:#f1f5f9;border-radius:.5rem;align-items:center;width:300px;margin-right:auto;padding:.5rem 1rem;display:flex}.dashboard-layout-module__H-qOqq__searchInput{color:#333;background:0 0;border:none;outline:none;width:100%;margin-left:.5rem}.dashboard-layout-module__H-qOqq__userInfo{align-items:center;gap:1rem;display:flex}.dashboard-layout-module__H-qOqq__avatar{background-color:#e2e8f0;border-radius:50%;width:40px;height:40px;overflow:hidden}.dashboard-layout-module__H-qOqq__pageContent{flex:1;padding:2rem}.dashboard-layout-module__H-qOqq__notificationContainer{align-items:center;display:flex;position:relative}.dashboard-layout-module__H-qOqq__notificationBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.dashboard-layout-module__H-qOqq__notificationBtn:hover{background-color:#f1f5f9}.dashboard-layout-module__H-qOqq__notificationDropdown{z-index:50;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:360px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dashboard-layout-module__H-qOqq__dropdownHeader{color:#111827;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;font-weight:600}.dashboard-layout-module__H-qOqq__dropdownContent{text-align:center;color:#64748b;padding:1.5rem 1rem;font-size:.875rem}.dashboard-layout-module__H-qOqq__notificationBadge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:translate(25%,-25%)}.dashboard-layout-module__H-qOqq__notificationList{flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.dashboard-layout-module__H-qOqq__notificationList::-webkit-scrollbar{width:4px}.dashboard-layout-module__H-qOqq__notificationList::-webkit-scrollbar-track{background:0 0}.dashboard-layout-module__H-qOqq__notificationList::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.dashboard-layout-module__H-qOqq__notificationList::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dashboard-layout-module__H-qOqq__notificationItem{cursor:pointer;text-align:left;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.75rem;padding:1rem;transition:background-color .2s;display:flex}.dashboard-layout-module__H-qOqq__notificationImage{object-fit:cover;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:40px;height:40px}.dashboard-layout-module__H-qOqq__notificationContent{flex:1}.dashboard-layout-module__H-qOqq__notificationItem:hover{background-color:#f8fafc}.dashboard-layout-module__H-qOqq__notificationItem.dashboard-layout-module__H-qOqq__unread{background-color:#fff6ee}.dashboard-layout-module__H-qOqq__notificationItem.dashboard-layout-module__H-qOqq__unread:hover{background-color:#ffe6d5}.dashboard-layout-module__H-qOqq__notificationTitle{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.dashboard-layout-module__H-qOqq__notificationMessage{color:#475569;margin-bottom:.5rem;font-size:.8125rem;line-height:1.4}.dashboard-layout-module__H-qOqq__notificationTime{color:#94a3b8;font-size:.75rem}.dashboard-layout-module__H-qOqq__dropdownFooter{text-align:center;background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:.75rem}.dashboard-layout-module__H-qOqq__viewAllBtn{color:#e85d04;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.dashboard-layout-module__H-qOqq__viewAllBtn:hover{text-decoration:underline}.dashboard-layout-module__H-qOqq__mobileOverlay{display:none}.dashboard-layout-module__H-qOqq__mobileMenuBtn{cursor:pointer;background:0 0;border:none;margin-right:1rem;padding:.5rem;display:none}@media (max-width:768px){.dashboard-layout-module__H-qOqq__searchBar{display:none}.dashboard-layout-module__H-qOqq__header{justify-content:flex-end;padding:0 1rem}.dashboard-layout-module__H-qOqq__mobileMenuBtn{margin-right:auto;display:flex}.dashboard-layout-module__H-qOqq__pageContent{padding:1rem}.dashboard-layout-module__H-qOqq__mobileOverlay{z-index:40;background-color:#00000080;display:block;position:fixed;inset:0}.dashboard-layout-module__H-qOqq__notificationDropdown{width:300px;right:-50px}}
