﻿#sectionSearch_Input .container { display: flex; justify-content: center; align-items: center; }
#sectionSearch_Input .container .searchbox { display: flex; justify-content: space-between; align-items: center; max-width: 60%; padding: 0.5rem; margin-right: 0.5rem; border-bottom: 1px solid var(--color-text); }
#sectionSearch_Input .container .searchbox input { width: 90%; font-weight: 500; border: 0; outline: 0; background-color: transparent; }
#sectionSearch_Input .container .searchbox i { cursor: pointer; }

.resultcount { margin-left: 0.5rem; font-size: 1rem; font-weight: 500; }

#divBlank { height: 200px; }