#range_filter_dd {
    margin-top: 1rem;
}

#filter_search {
    margin-top: 1rem;
}

.bottom-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.3rem;
}

.dataTables_info, .dataTables_length, .dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

button.dt-button {
    font-size: 0.75rem;
}

#dtable_filter {
    padding-right: 0;
}

#dtable_filter, label {
    font-size: 0.8rem;
}

.form-control-sm {
    font-size: 0.8rem;
}

.page-length-layout {
    padding-top: 0.5rem;
}

.page-item {
    font-size: 0.8rem;
}

@media screen and (max-width: 1200px) {
    .bottom-layout {
        flex-direction: column;
    }

    div.dt-buttons {
        text-align: start;
    }

    #dtable_filter {
        float: left;
    }

    .page-item {
        font-size: 0.7rem;
    }

    #dtable_paginate {
        padding: 0;
    }
}


/*column filter*/
.dataTables_scroll {
   display: flex;
    flex-direction: column;
}

.dataTables_scrollHead {
    order: 1
}

.dataTables_scrollBody {
    order: 3;
    font-weight: 400;
    line-height: 1.43;
    font-size: 0.929688rem;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.87);
}

.dataTables_scrollFoot {
    order: 2
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}