@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}img.navbar-frame-icon{border:2px solid #f2f8ff!important;border-radius:4px!important;background-color:#f2f8ff!important;padding:5px!important;width:30px;height:30px}header{position:absolute!important;left:0!important;right:0!important}header.header-sticky{animation:slideDown .6s ease forwards!important}header.header-sticky,header.header-unsticky{position:fixed!important;z-index:2000!important}header.header-unsticky{animation:slideUp .4s ease forwards!important}@media (min-width:992px){body,html{height:auto!important}}