 .custom_data_from {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
}

.fgroup {
    padding: 5px 10px;
    width: 200px;
    margin-top: 10px;
}

.fgroup:last-child {
    align-self: end;
}

.fgroup label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

input.fcontorl {
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

input.fbtn {
    border: 0;
    background: #222;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.custom_data_form_wrap h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.custom_data {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    margin-top: 40px;
    border: 1px solid #bbb;
}


.custom_data .item h4 {
    margin-bottom: 0px;
}

.csd_show_custom_data {
    max-height: 500px;
    overflow: scroll;
    margin-bottom: 40px;
}
.csd_no_data {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.custom_data_table h6{
    font-size: 16px;
}
/*.search_csv_data{*/
/*    overflow-x: scroll;*/
/*    max-height: 500px;*/
/*}*/
/* th.keywords {*/
/*     width: 200px;*/
/* }*/
 .search_csv_data{
     overflow-x: scroll;
     max-height: 500px;
 }
.custom_data_table{
    display: none;

}

 div#DataTables_Table_0_wrapper .custom_data_table{
     display: block;
 }

 div#DataTables_Table_0_filter {
     display: none;
 }