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