#Search{ position: relative; width: 98vw; margin: auto; } #SearchBox{ display: flex; align-content: center; justify-content: center; margin: 10px 0; } #SearchResults { width: 100%; } #SearchBox select, #SearchBox button, #SearchBox input { border-color: var(--primary-color); border-style: solid; border-width: 0; border-bottom-width: 2px; border-top-width: 2px; padding: 2px 5px; font-size: 12pt; } #Searchbox-Manganame { border-bottom-left-radius: 2px; border-top-left-radius: 2px; border-left-width: 2px !important; min-width: 300px; max-width: 50vw; } #Searchbox-connector { width: max-content; } #Searchbox-language { width: 90px; } #Searchbox-button { border-bottom-right-radius: 2px; border-top-right-radius: 2px; border-right-width: 2px !important; width: 90px; } #closeSearch { position: absolute; top: 0; right: 0; width: 30px; height: 30px; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(20deg) brightness(103%) contrast(101%); }