.ui-autocomplete {
    max-height: 200px;
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    overflow-y: scroll;
}

.form-group .alert.alert-danger a.fc-error-message {
    color: #cf1a43 !important;
}