#aspnetForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;

    footer {
        margin-top: auto;
    }
}
		
.btn-color, .search-filter-keywords button.selected.btn-color {
    background-color: #01689B;
    color: rgb(255, 255, 255);
}

.ac-s-container>.ac-s-input-container.focus {
    outline: 2px solid #01689B;
}

.ac-s-input-container.focus+.ac-s-result ul {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px;
    border-left: 2px solid #01689B;
    border-right: 2px solid #01689B;
    border-bottom: 2px solid #01689B;
}