#data-match.show-match {
    visibility: visible;
    opacity: 1;
    display: block;
}
#data-match {
    position: relative;
    top: 0;
    width: 100%;
    background: transparent;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .5s;
    overflow: hidden;
    display: none;
}
#data-match ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
#data-match ul li {
    padding: 5px 15px;
}
#data-match ul li a,
#data-match ul li span {
    color: #fff;
}
#form-search input {
    color: #fff;
    padding: 0 !important;
}
#form-search input:focus {
    border-bottom: 1px solid #FF8800;
}