.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #e7e6e6;
    width: 100%;
}

.search_input {
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar > .search_input {
    padding: 0 10px;
    transition: width 0.4s linear;
    width: 80%;
}

.searchbar > .search_icon {
    background: white;
    color: #8fb5ca;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.dataTables_filter {
    display: none;
}

#datatable1_wrapper {
    display: none;
}