.modern-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;box-shadow:0 2px 8px #00000005}.dark-style .modern-navbar{border-bottom-color:#ffffff0d;box-shadow:0 2px 8px #0000001a}.modern-search-wrapper{max-width:500px;padding:0 1rem;position:relative;display:flex;align-items:center;flex:1}.modern-search-wrapper .input-group{transition:all .2s ease;border-radius:8px;padding:.375rem .75rem;position:relative;display:flex;align-items:center;width:100%;flex-wrap:nowrap}.modern-search-wrapper .input-group .twitter-typeahead{flex:1;display:flex!important;align-items:center}.modern-search-wrapper .input-group .twitter-typeahead .modern-search-input{flex:1}.navbar-nav-right{display:flex;align-items:center;justify-content:space-between}.navbar-nav-right>.navbar-nav{display:flex;flex-direction:row;align-items:center}.modern-search-wrapper .input-group:focus-within{background-color:rgba(var(--bs-primary-rgb),.05);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb),.1)}.modern-search-input{font-size:.9375rem;padding:.5rem .75rem;transition:all .2s ease;width:100%;min-width:0}.modern-search-input:focus{outline:none;box-shadow:none;background-color:transparent!important}.modern-search-input::placeholder{color:var(--bs-gray-500);font-weight:400}.modern-search-wrapper .twitter-typeahead,.modern-search-wrapper .tt-hint{width:100%!important;height:auto!important;position:relative!important}.modern-search-wrapper .input-group-text{padding:.5rem}.modern-search-wrapper .input-group-text:first-child{padding-left:0}.modern-search-wrapper .input-group-text:last-child{padding-right:0}.modern-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:all .2s ease;position:relative}.modern-icon-btn:hover{background-color:rgba(var(--bs-primary-rgb),.08);transform:translateY(-1px)}.modern-icon-btn:active{transform:translateY(0)}.navbar-divider{width:1px;height:24px;background-color:#00000014;margin:0 .5rem}.dark-style .navbar-divider{background-color:#ffffff14}.modern-dropdown{border-radius:12px;box-shadow:0 8px 24px #0000001f;border:1px solid rgba(0,0,0,.05);padding:.5rem;margin-top:.5rem;min-width:200px}.dark-style .modern-dropdown{box-shadow:0 8px 24px #0000004d;border-color:#ffffff0d}.modern-dropdown .dropdown-item{border-radius:8px;padding:.625rem 1rem;transition:all .2s ease;margin-bottom:.25rem;font-size:.9375rem}.modern-dropdown .dropdown-item:last-child{margin-bottom:0}.modern-dropdown .dropdown-item:hover{background-color:rgba(var(--bs-primary-rgb),.08);transform:translate(4px)}.modern-dropdown .dropdown-item.active{background-color:rgba(var(--bs-primary-rgb),.12);color:var(--bs-primary);font-weight:500}.modern-dropdown .dropdown-header{padding:.5rem 1rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.5px}.modern-dropdown .dropdown-divider{margin:.5rem 0;opacity:.1}.user-info{line-height:1.3;max-width:150px}.user-info span{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info small{font-size:.75rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar{transition:all .2s ease}.dropdown-user:hover .avatar{box-shadow:0 4px 12px rgba(var(--bs-primary-rgb),.3);transform:scale(1.05)}.avatar-initial{font-weight:600;font-size:.875rem;letter-spacing:.5px}.badge.rounded-pill{font-size:.625rem;padding:.25rem .4rem;font-weight:600;min-width:18px;height:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.navbar-nav.gap-1{gap:.25rem}.nav-link,.dropdown-toggle,.dropdown-item{transition:all .2s ease}@media (max-width: 767.98px){.modern-search-wrapper{max-width:100%;padding:0 .5rem}.modern-icon-btn{width:36px;height:36px}.navbar-divider,.user-info{display:none}.modern-dropdown{min-width:280px}}@media (min-width: 768px) and (max-width: 991.98px){.modern-search-wrapper{max-width:300px}}.modern-search-wrapper kbd{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#0000000f;color:var(--bs-body-color)}.dark-style .modern-search-wrapper kbd{background-color:#00000040;border-color:#ffffff0d;box-shadow:0 1px 2px #00000026;color:#fff}.modern-icon-btn:focus,.modern-search-input:focus{outline:2px solid rgba(var(--bs-primary-rgb),.3);outline-offset:2px}[data-bs-toggle=tooltip]{cursor:pointer}.layout-menu-toggle .nav-link{transition:all .2s ease}.layout-menu-toggle .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),.08);border-radius:8px}.dropdown-user .dropdown-toggle:after{display:none}.dropdown-menu{animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modern-dropdown::-webkit-scrollbar{width:6px}.modern-dropdown::-webkit-scrollbar-track{background:transparent}.modern-dropdown::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.dark-style .modern-dropdown::-webkit-scrollbar-thumb{background:#fff3}.modern-dropdown::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark-style .modern-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modern-icon-btn.loading{pointer-events:none;opacity:.6}.modern-icon-btn.loading i{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-item .nav-link.active{color:var(--bs-primary);font-weight:500}.navbar-nav .badge-dot{width:8px;height:8px;border-radius:50%;position:absolute;top:8px;right:8px;border:2px solid var(--bs-navbar-bg)}.dropdown-item.text-danger:hover{background-color:rgba(var(--bs-danger-rgb),.08);color:var(--bs-danger)}.modern-icon-btn:active,.dropdown-item:active{transform:scale(.96)}.dropdown-item i{width:20px;text-align:center}.navbar-nav .nav-item{display:flex;align-items:center}.theme-semi-dark .modern-navbar{background:#fffc;-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%)}.theme-semi-dark.dark-style .modern-navbar{background:#1e1e2fe6;-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%)}.layout-menu{display:flex;flex-direction:column;height:100vh;position:relative}.layout-menu .menu-inner{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:120px!important}.menu-user-profile{position:fixed;bottom:0;left:0;width:17.06rem;z-index:1000;background:inherit!important;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px #00000026;transition:all .3s ease}.bg-menu-theme .menu-user-profile,.layout-menu.bg-menu-theme .menu-user-profile{background:inherit!important}.user-profile-card{width:100%}.user-profile-toggle{display:block;text-decoration:none;cursor:pointer;transition:all .3s ease;border-radius:0;position:relative}.user-profile-toggle:hover{background:rgba(var(--bs-primary-rgb),.05)}.user-profile-toggle:after{display:none!important}.user-profile-card .avatar{transition:all .2s ease}.user-profile-toggle:hover .avatar{transform:scale(1.05);box-shadow:0 4px 12px rgba(var(--bs-primary-rgb),.3)}.user-profile-card .user-info h6{font-size:.9375rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;color:#fff!important}.user-profile-card .user-info small{font-size:.8125rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ffffffb3!important}.user-profile-card .bx-chevron-up{transition:transform .3s ease;color:var(--bs-gray-600)}.user-profile-toggle[aria-expanded=true] .bx-chevron-up{transform:rotate(180deg)}.menu-user-profile .dropdown-menu{position:relative!important;transform:none!important;margin:0!important;border-radius:0!important;border:none!important;border-top:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;background:inherit!important;width:100%!important;max-width:100%!important;padding:.5rem!important}.menu-user-profile .dropdown-item{border-radius:8px;padding:.75rem 1rem;transition:all .2s ease;margin-bottom:.25rem;color:#fff!important}.menu-user-profile .dropdown-item:last-child{margin-bottom:0}.menu-user-profile .dropdown-item:hover{background-color:rgba(var(--bs-primary-rgb),.08);transform:translate(4px);color:#fff!important}.menu-user-profile .dropdown-item.text-danger{color:#ff4c51!important}.menu-user-profile .dropdown-item.text-danger:hover{background-color:rgba(var(--bs-danger-rgb),.08);color:#ff4c51!important}.layout-menu-collapsed .menu-user-profile,.layout-menu.menu-collapsed .menu-user-profile{width:80px}.layout-menu-collapsed .user-info,.layout-menu-collapsed .bx-chevron-up,.layout-menu.menu-collapsed .user-info,.layout-menu.menu-collapsed .bx-chevron-up{display:none!important}.layout-menu-collapsed .user-profile-toggle .d-flex,.layout-menu.menu-collapsed .user-profile-toggle .d-flex{justify-content:center;padding:1rem!important}.layout-menu-collapsed .menu-user-profile .dropdown-menu,.layout-menu.menu-collapsed .menu-user-profile .dropdown-menu{position:absolute!important;bottom:0!important;left:100%!important;margin-left:.5rem!important;width:240px!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.05)!important;box-shadow:0 8px 24px #0000001f!important}.dark-style .layout-menu-collapsed .menu-user-profile .dropdown-menu,.dark-style .layout-menu.menu-collapsed .menu-user-profile .dropdown-menu{box-shadow:0 8px 24px #0000004d!important;border-color:#ffffff0d!important}[dir=rtl] .menu-user-profile{left:auto;right:0}[dir=rtl] .layout-menu-collapsed .menu-user-profile .dropdown-menu,[dir=rtl] .layout-menu.menu-collapsed .menu-user-profile .dropdown-menu{left:auto!important;right:100%!important;margin-left:0!important;margin-right:.5rem!important}.user-profile-card .avatar-lg{width:42px;height:42px}.user-profile-card .avatar-lg .avatar-initial{font-size:1rem;font-weight:600;letter-spacing:.5px}.layout-menu,.menu-user-profile{transition:width .3s ease}.menu-user-profile .dropdown-divider{margin:.5rem 0;opacity:.1}.menu-user-profile .dropdown-item i{width:20px;text-align:center;font-size:1.125rem}@media (max-width: 1199.98px){.layout-menu .menu-inner{padding-bottom:90px!important}.user-profile-card .user-info h6{font-size:.875rem}.user-profile-card .user-info small{font-size:.75rem}}.menu-user-profile .dropdown-menu{animation:slideUpFadeIn .3s ease}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-profile-toggle{position:relative;overflow:hidden}.user-profile-toggle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--bs-primary-rgb),.05),transparent);transition:left .5s ease}.user-profile-toggle:hover:before{left:100%}.user-profile-card .avatar-online:before{border:2px solid var(--bs-menu-bg)}.dark-style .user-profile-toggle:hover{background:rgba(var(--bs-primary-rgb),.08)}.user-profile-toggle[aria-expanded=true]{background:rgba(var(--bs-primary-rgb),.05)}.dark-style .user-profile-toggle[aria-expanded=true]{background:rgba(var(--bs-primary-rgb),.08)}.modern-search-results,.navbar-search-suggestion,.tt-menu{position:absolute;top:100%;left:0;right:0;width:100%!important;margin-top:.5rem;background:var(--bs-body-bg);border-radius:12px;box-shadow:0 8px 24px #0000001f;border:1px solid rgba(0,0,0,.05);padding:.5rem 0;max-height:400px;overflow-y:auto;z-index:1050}.modern-search-wrapper .twitter-typeahead{width:100%!important;display:block!important}.modern-search-wrapper .tt-menu,.modern-search-wrapper .navbar-search-suggestion{min-width:100%;max-width:100%}.dark-style .modern-search-results,.dark-style .navbar-search-suggestion,.dark-style .tt-menu{box-shadow:0 8px 24px #0000004d;border-color:#ffffff0d}.search-result-item{display:block;padding:.75rem 1rem;border-radius:8px;margin:0 .5rem .25rem;transition:all .2s ease;color:inherit;text-decoration:none}.search-result-item:hover,.search-result-item.active{background-color:rgba(var(--bs-primary-rgb),.08);transform:translate(4px)}.search-result-item:last-child{margin-bottom:0}.search-item-content{line-height:1.4}.search-item-title{font-size:.9375rem;font-weight:500;color:var(--bs-body-color)}.search-item-subtitle{font-size:.8125rem;color:var(--bs-text-muted)}.search-icon-wrapper{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background-color:rgba(var(--bs-primary-rgb),.08)}.search-avatar-wrapper img,.search-avatar-wrapper .avatar{border-radius:50%}.suggestions-header{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.5rem}.dark-style .suggestions-header{border-bottom-color:#ffffff0d}.not-found{text-align:center;padding:2rem 1rem}.not-found p{color:var(--bs-text-muted);font-size:.9375rem}.modern-search-results::-webkit-scrollbar{width:6px}.modern-search-results::-webkit-scrollbar-track{background:transparent}.modern-search-results::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.dark-style .modern-search-results::-webkit-scrollbar-thumb{background:#fff3}.modern-search-results::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark-style .modern-search-results::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.search-loading{text-align:center;padding:2rem 1rem;color:var(--bs-text-muted)}.search-loading i{animation:spin 1s linear infinite}.search-empty{text-align:center;padding:2rem 1rem}.search-empty i{font-size:3rem;color:var(--bs-text-muted);opacity:.5;margin-bottom:1rem}.search-empty p{color:var(--bs-text-muted);margin-bottom:0}@media (max-width: 767.98px){.modern-search-results{max-height:300px}.search-result-item{padding:.625rem .875rem}}.layout-menu .menu-inner .menu-item .menu-link{transition:background-color .2s ease;border-radius:6px;margin:2px 12px;position:relative}.layout-menu .menu-inner .menu-item .menu-link:hover{background-color:rgba(var(--bs-primary-rgb),.06)}.layout-menu .menu-inner .menu-item.active>.menu-link{background-color:rgba(var(--bs-primary-rgb),.1)}.layout-menu .menu-inner .menu-item.open>.menu-link{background-color:rgba(var(--bs-primary-rgb),.06)}.layout-menu .menu-inner .menu-item .menu-sub .menu-item .menu-link{margin:2px 12px 2px 20px}.layout-menu .menu-inner .menu-item .menu-link i{transition:transform .2s ease}.layout-menu .menu-inner .menu-item .menu-link:hover i{transform:scale(1.05)}.layout-menu .menu-inner .menu-header{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:1rem 1.5rem .5rem;margin-top:.5rem;opacity:.7}.layout-menu .menu-inner::-webkit-scrollbar{width:6px}.layout-menu .menu-inner::-webkit-scrollbar-track{background:transparent}.layout-menu .menu-inner::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.layout-menu .menu-inner::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.layout-menu.menu-collapsed .menu-inner .menu-item .menu-link:hover{background-color:rgba(var(--bs-primary-rgb),.08)}
