@media (max-width:576px){.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")!important}}.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")!important}.header{width:100%;padding:0 2em;display:flex;justify-content:space-between;align-items:center;gap:.5em;background-color:var(--primary-color,#24232C);position:sticky;top:0;z-index:20;box-sizing:border-box}.header img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;padding:1em;background-color:#24232C;border-radius:100%}.header .rightMenuBar{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;padding:.4em 1.4em;gap:.5em;border-radius:100px;background-color:#fafafa}.header .rightMenuBar svg{color:#24232C}.header .centerMenuBar{width:-moz-fit-content;width:fit-content}.header .centerMenuBar,.header .centerMenuBar p{display:flex;justify-content:center;align-items:center}.header .centerMenuBar p{padding:0 .6em;cursor:pointer;color:#e5e6eb;gap:.5em;position:relative;height:100px}.header .centerMenuBar p:hover{text-decoration:underline;text-decoration-line:#e5e6eb}.header .centerMenuBar p .dropdownMenu-sts{position:absolute;top:5em;right:1em;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fafafa;width:200px}.logo-img{width:60px;height:60px}@media (min-width:576px){.logo-img{width:80px;height:80px}}@media (min-width:768px){.logo-img{width:80px;height:80px}}.mobile-menu{background-color:#fff;height:100%;width:60%;position:fixed;top:0;right:-100%;transition:right .3s ease-in-out;z-index:9999;box-shadow:4px 0 10px rgba(0,0,0,.1);padding:1rem}.mobile-menu.open{right:0}.mobile-menu-item{padding:10px;font-size:18px;color:#333;text-decoration:none;width:100%;text-align:left;transition:all .3s;display:flex;align-items:center}.mobile-menu-item:hover{background-color:#f0f0f0;cursor:pointer}.mobile-menu-item i{margin-right:10px}.mobile-menu .close-btn{position:absolute;top:10px;right:10px;font-size:25px;color:#333;cursor:pointer;background:none;border:none}.mobile-menu .mobile-menu-item.btn-light{background-color:#007bff;color:#fff;border-radius:30px;margin-top:20px;text-align:center}.mobile-menu .mobile-menu-item.btn-light:hover{background-color:#0056b3}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:700;margin-bottom:20px}.mobile-menu-header span{cursor:pointer}.header .centerMenuBar p .dropdownMenu-sts span{padding:1em;width:100%;height:-moz-fit-content;height:fit-content;color:#24232C;display:flex;justify-content:space-between;align-items:center}.header .centerMenuBar p .dropdownMenu-sts span:hover{background-color:#e5e6eb}@media (max-width:820px){.header img{display:none}.header .centerMenuBar p{font-size:.8em;height:75px}.header .rightMenuBar button svg{font-size:.6em}}@media (max-width:590px){.header{flex-direction:column-reverse;gap:0;padding-top:1em}.header img{display:none}.header .centerMenuBar p{height:60px}.header .centerMenuBar p .dropdownMenu-sts{top:3rem}.header .rightMenuBar{width:90%;justify-content:space-between}}.notification-container{position:relative}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:-10px;width:320px;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000}.notification-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;border-bottom:1px solid #eee}.notification-header h6{font-weight:600;color:#333}.notification-body{max-height:400px;overflow-y:auto}.notification-item{padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease}.cursor-pointer{cursor:pointer!important}.notification-item:hover{background-color:#f8f9fa}.notification-text{font-size:14px;color:#333;margin:0}.notification-indicator{width:3px;height:100%;border-radius:2px;margin-right:8px}.notification-indicator.increase{background-color:#28a745}.notification-indicator.decrease{background-color:#dc3545}.notification-footer{padding:12px;text-align:center;border-top:1px solid #eee}.notification-footer button{font-size:14px;font-weight:500}.notification-badge{position:absolute;top:-8px;right:-8px;background-color:#dc3545;color:white;border-radius:50%;padding:.25rem .5rem;font-size:.75rem;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center}.notification-icon{font-size:1.5rem;color:#6c757d}.notification-modal .modal-content{border-radius:12px;border:none;box-shadow:0 2px 10px rgba(0,0,0,.1)}.notification-modal .modal-header{border-bottom:1px solid #eee;padding:1rem 1.5rem}.notification-modal .modal-title{font-size:1.1rem;font-weight:600}.nav-item-link{color:var(--color-dark-2);transition:color .3s ease;text-decoration:none;position:relative;padding:.5rem 1rem}.nav-item-link:hover{color:#dc143c}.nav-item-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--color-blue-1);transition:all .3s ease;transform:translateX(-50%)}.nav-item-link:hover:after{width:100%}