.search-bar{z-index:25;width:100vw;height:100vh;position:fixed;top:0;left:0}.dark .search-bar{background-color:rgba(0,0,0,.7)}.expandableSearch_bar{width:0;display:none}.expandableSearch_bar_expand{display:block;animation:expandAnimation .2s ease-in-out forwards;height:52px;display:flex;align-items:center}.expandableSearch_expand{width:100vw;position:absolute!important;z-index:2;left:0;top:0}@keyframes expandAnimation{0%{width:0}to{width:100vw}}.text-hover{transition:transform .3s ease}.text-hover:hover{transform:scale(1.2);cursor:pointer}