.filter {
    gap: 10px;
}
.filter input {
    flex: 1;
    width: 100%;
    height: 51px;
    border-radius: 10px;
    border: 1px solid #323232;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
.filter button {
    width: 137px;
    height: 51px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.375px;
}

.list_table tbody td span {
    display: inline-block;
    text-transform: capitalize;
}
.list_table tbody td span:first-child {
    margin-right: 10px;
}
.list_table tbody td:before {
    width: 120px;
}




@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .filter input {
        height: 44px;
        border-radius: 10px;
        padding: 0 16px;
        font-size: 14px;
    }
    .filter button {
        width: 110px;
        height: 44px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
    .filter button {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
}