.table {
    border: 0;
    margin: 0;
}

.search-table {
    border: 0;
    width: 100%;
    max-width: 800px;
    margin: 0;
}

.search {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    max-width: 800px;
    font-size: 17px;
}

.search-input {
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
}

.fa {
    background-color: transparent;
    color: cornflowerblue;
    border: 0;
    cursor: pointer;
}

.icon-button {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-color: transparent;
    color: cornflowerblue;
    border: 0;
    cursor: pointer;
}
    button i {
        font-size: 20px;
    }

.auto-complete-close-button {
    width: 50px;
    height: 45px;
    background: transparent;
    color: black;
    font-size: 12px;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auto-complete-button {
    width: 50px;
    height: 45px;
    background: transparent;
    color: black;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
