.header-container{position:-webkit-sticky;position:sticky;top:0;background-color:var(--bs-body-bg);z-index:100}header{padding-top:10px;padding-bottom:10px}@media(max-width:768px){header .logo{width:93px;height:15px}}header .big-btn{width:auto;padding:9px 24px;font-size:16px!important}@media(max-width:768px){header .big-btn{font-size:14px!important}}.user-dropdown .dropdown-menu.show{left:-120px!important}.user-dropdown .dropdown-menu.light{background-color:var(--secondary)}.sunny-icon-enter{animation:sunrise .3s ease-out forwards}.sunny-icon-exit{animation:sunset .3s ease-out forwards}.moon-icon-enter{animation:moonrise .3s ease-out forwards}.moon-icon-exit{animation:moonset .3s ease-out forwards}@keyframes sunrise{0%{transform:translateY(100px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes sunset{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(100px) scale(.8);opacity:0}}@keyframes moonrise{0%{transform:translateY(-100px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes moonset{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100px) scale(.8);opacity:0}}