.topnav{position:fixed;background:#f9f7f7;padding:25px 0;margin-right:0;left:var(--sidebar-width-collapsed);top:0;right:0;width:auto;height:100px;z-index:10;transition:left .3s ease-in-out;display:flex;justify-content:center;align-items:center}.topnav.shifted{left:var(--sidebar-width-open)}.topnav.normal{left:var(--sidebar-width-collapsed)}.topnav nav{display:flex;justify-content:space-between;align-items:center;width:100vw;gap:10px;margin-left:6.5%}.topnav.shifted nav{margin-left:8%}.active-icon{color:#ff8538!important;transition:.2s ease}.topnav nav ul{list-style:none;display:flex;justify-content:center;align-items:center;margin:0 2% 0 0;padding:0}.topnav nav ul li a{color:#333;text-decoration:none;font-size:20px;margin-left:5%}.nav-link,.topnav nav ul li a:hover{color:#ff8538}.nav-link:hover{color:#e25c12}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#d64900;text-shadow:1px 1px 1px rgba(255,133,56,.3)}.toggle-button{border-radius:50%;transition:color .3s ease,border-color .3s ease}.toggle-button,.topnav.shifted nav .toggle-button{background:none;padding:10px;font-size:18px;font-weight:900;cursor:pointer;z-index:1001}.topnav.shifted nav .toggle-button{border:none;color:#111;transition:color .3s ease}.topnav.shifted nav .toggle-button:hover{color:#ff8538}.toggle-button:hover{color:#ff8538;border-color:#ff8538}.profile{position:relative}.profile-popup{background-color:#fff;width:200px;height:220px;position:absolute;top:60px;right:0;justify-content:space-evenly;border-radius:20px;color:#333;box-shadow:1px 1px 10px #ccc}.profile-popup,.profile-popup li{display:flex;align-items:center;flex-direction:column}.profile-popup li{width:80%;height:100%;justify-content:center}.profile-popup1{background-color:#fff;width:350px;height:auto;position:absolute;top:60px;right:0;align-items:center;flex-direction:column;border-radius:20px;color:#333;box-shadow:1px 1px 10px #ccc}.profile-popup1,.profile-popup1 li{display:flex;justify-content:flex-start}.profile-popup1 li{width:100%;align-items:flex-start;flex-direction:row;padding:10px 15px}.list-body{max-height:300px;overflow-y:auto;overflow-x:hidden;width:100%}.list-body::-webkit-scrollbar{width:6px}.list-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}.list-body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}.profile-img{width:30%;height:auto;border:1px solid #a8a8a8;border-radius:30%}.profile-row{width:100%;height:100%;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-evenly}.profile-row span{padding:5px 10px;cursor:pointer}.profile-row span:hover{border:1px solid rgba(255,133,56,.4);border-radius:10px;background:rgba(255,133,56,.15)}@media (max-width:480px){.topnav{position:fixed;background:#fff;padding:15px 0;margin-right:0;margin-left:50%;top:0;right:0;width:80%;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:margin-left .5s ease,width .5s ease;display:flex;justify-content:center;align-items:center}.topnav.shifted{margin-left:5%;width:100%}.topnav nav{margin-left:17%}.topnav.shifted nav{margin-left:8%}}.modal-container{position:fixed;top:50px;right:0;width:auto;height:auto;display:flex;justify-content:flex-end;z-index:999;background:#fff;border:1px solid #f5f5f5}.modal-overlay{top:0;left:0;width:100%;height:100%;z-index:998}.modal-content{background:#fff;width:30%;height:100%;box-shadow:-2px 0 10px rgba(0,0,0,.2);transform:translateX(100%);animation:slideIn .3s forwards;z-index:999;overflow-y:auto;padding:20px}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.text-secondary-light:hover{color:#ff8538}.item-text{color:#464646}.search-container{position:relative;width:220px}.search-input{width:100%;padding:8px 12px 8px 35px;border:1px solid #eee7e7;border-radius:5px;background:#eae8e8;outline:none;font-size:14px}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:8px;color:#8486a7;pointer-events:none}.notification-modal{position:absolute;top:40px;right:0;max-height:600px;width:330px;background:#fff;border-radius:12px;box-shadow:0 4px 18px rgba(0,0,0,.08);z-index:50;overflow:hidden;animation:fadeSlide .2s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notif-header{display:flex;justify-content:space-between;padding:14px 16px;font-size:14px;border-bottom:1px solid #f0f0f0;font-weight:600}.notif-list{max-height:260px;overflow-y:auto;scrollbar-width:none}.notif-list::-webkit-scrollbar{width:0}.notif-list:hover{scrollbar-width:thin}.notif-list:hover::-webkit-scrollbar{width:5px}.notif-list:hover::-webkit-scrollbar-thumb{background:#f8f5f5;border-radius:10px}.notif-list:hover::-webkit-scrollbar-thumb:hover{background:#dfdbdb}.notif-item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer}.notif-item:hover{background:#fafafa}.notif-avatar{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.notif-title{position:relative}.notif-clear,.notif-title{height:50px;display:flex;justify-content:center;align-items:center}.notif-clear{position:absolute;right:15px;font-size:12px;cursor:pointer;font-weight:100}.notif-icon{width:38px;height:38px;border-radius:50%;color:#707793;display:flex;align-items:center;justify-content:center;font-size:20px}.notif-content{font-size:13px;color:#555;line-height:1.3}.notif-user{font-weight:600;margin-bottom:2px}.notif-footer{text-align:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;background:#fff}.notif-btn{background:#ff6c2f;color:#fff7f1}.notif-btn:hover{background:#e6612a}.theme-settings-panel{position:fixed;top:0;right:0;width:320px;height:100vh;background:#fff;box-shadow:-3px 0 12px rgba(0,0,0,.12);z-index:1050;animation:slideIn .3s ease forwards;overflow-y:auto}.theme-settings-panel.closing{animation:slideOut .3s ease forwards}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.theme-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#ff6c2f;color:#fff;font-weight:600}.theme-header h5{color:#fff!important}.close-icon{cursor:pointer;font-size:1.2rem}.theme-body{padding:20px;max-height:calc(100vh - 70px);overflow-y:auto}.theme-body::-webkit-scrollbar{width:6px}.theme-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.theme-section{margin-bottom:22px}.theme-title{font-weight:600;margin-bottom:10px;color:#333}.radio-label{display:flex;align-items:center;font-size:14px;cursor:pointer;margin-bottom:8px;position:relative;padding-left:28px}.radio-label input{position:absolute;opacity:0;cursor:pointer}.radio-label:before{left:0;transform:translateY(-50%);width:18px;height:18px;border:2px solid #ccc;background:#fff}.radio-label:after,.radio-label:before{content:"";position:absolute;top:50%;border-radius:50%}.radio-label:after{left:5px;transform:translateY(-50%) scale(0);width:8px;height:8px;background:#ff6c2f;transition:transform .15s ease}.radio-label input:checked+:after,.radio-label input:checked:after{transform:translateY(-50%) scale(1)}.reset-btn{width:100%;background:#ff6c2f;color:#fff;padding:10px;border:none;border-radius:10px;font-weight:600;cursor:pointer;margin-top:10px}.reset-btn:hover{background:#e65c26}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:999}.activity-panel{width:320px;height:100vh;overflow-y:auto}.activity-body{padding:20px}.activity-item{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #eee}.activity-item:last-of-type{border-bottom:none}.activity-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;color:#fff}.activity-icon.status{background:#4caf50}.activity-icon.app{background:#ff9800}.activity-icon.user{background:#e0e0e0;padding:2px}.avatar-sm{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.activity-content p{margin:0;line-height:1.8}.activity-title{font-weight:600;font-size:.95rem}.activity-desc{font-size:.85rem;color:#555;margin-top:4px}.activity-project{font-size:.85rem;color:#777;margin-top:2px}.activity-time{font-size:.75rem;color:#555;margin-top:6px}.activity-note{font-size:.78rem;color:#777;margin-top:4px}.tag{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.68rem;font-weight:600;margin-left:4px}.tag.completed{background:#4caf50;color:#fff}.tag.latest{background:#ff9800;color:#fff}.download-btn{background:#f5f5f5;color:#333;border:1px solid #ddd;padding:5px 12px;border-radius:4px;font-size:.82rem;cursor:pointer;margin-top:8px}.download-btn:hover{background:#eaeaea}.photo-grid{display:flex;gap:6px;margin:8px 0}.photo-grid img{width:56px;height:56px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.profile-modal .gray,.profile-modal .gray *{color:#6c757d!important}