.custom-header{background-color:#092635;margin:0;padding:0;color:#eee7da;height:6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.custom-brand{cursor:pointer}.custom-navbar{background-color:#092635}.custom-navbar-toggler{background-color:white;border:1px solid white;color:#092635;border-radius:.25rem;transition:background-color .3s ease,color .3s ease}.custom-nav .nav-link{color:white;transition:all .3s ease;position:relative}.custom-nav .nav-link:hover{background-color:transparent;color:#fff;text-shadow:0 0 8px rgba(255,255,255,.8)}.custom-nav .nav-link.active{color:white}.custom-nav .nav-link:before{content:"";position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:white;visibility:hidden;transform:scaleX(0);transition:transform .3s ease-in-out,background-color .3s ease-in-out}.custom-nav .dropdown-toggle.logs-active:before,.custom-nav .nav-link.active:before{visibility:visible;transform:scaleX(1)}.custom-nav .dropdown-toggle.show{color:white}.custom-nav .dropdown-toggle.logs-active{color:white;border-bottom:2px solid white}.custom-nav .dropdown-item.active,.custom-nav .dropdown-item:hover{background-color:#092635;color:white}.custom-nav .dropdown-item,.custom-nav .dropdown-menu{background-color:white;color:#092635}.custom-logout .logout-btn{text-align:center;margin-bottom:4px}.custom-logout .logout-email{max-width:250px;text-align:center;white-space:nowrap;overflow:visible}@media (max-width:768px){.custom-header{height:auto;flex-direction:column}.custom-navbar-toggler{margin-top:1rem}.custom-nav{width:100%;display:flex;justify-content:center;gap:.5rem}.custom-nav .nav-link{padding:.5rem}.custom-logout{margin-top:1.5rem}.custom-brand img{width:3em!important}}@media (min-width:768px) and (max-width:1000px){.custom-header{height:auto;flex-direction:column}.custom-navbar-toggler{margin-top:1rem}.custom-nav{width:100%;display:flex;justify-content:center;gap:.5rem}.custom-nav .nav-link{padding:.5rem}.custom-logout{margin-top:1.5rem}}@media (max-width:480px){.custom-brand img{width:2em!important}.custom-nav{flex-direction:column}.custom-logout .logout-btn button{width:2.5rem;height:2.5rem}}