#tbl_custom_fields td{
    /* text-align: center; */
    font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border:none;
}

#tbl_custom_fields{
    border: 1px solid #c3c4c7;
}

#tbl_custom_fields tr{
    cursor:pointer;
    font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wppm_custom_fields_result{
    text-align: center;
}

#wppm_field_description,#wppm_field_options, #wppm_edit_field_options, #wppm_edit_field_description{
    height:80px;
    width:100%;
}

#wppm_add_custom_field_btn{
    margin-bottom: 5px;
}

.wppm_custom_field_label{
    font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px dashed;
}

.wppm_custom_field{
    margin-bottom: 15px;
}

.wppm_custom_field_title{
    margin-bottom: 10px;
}

#wppm_attach_file_cf{
    color:#301db7 !important;
    cursor:pointer;
    font-weight: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wppm-sortable-handle,.wppm-sortable-edit,.wppm-sortable-delete,.wppm-sortable-clone{
    cursor: pointer;
    width: 25px;
}

.wppm-sortable-label{
    width: 220px;
}

.wppm-flex-container {
    display: flex;
    border-radius: 5px;
    max-width: 320px;
    height: 35px;
}

.wppm-title{
    font:18px "OpenSans-Light",Helvetica,Arial,sans-serif;
}

.wppm-flex-container > div {
    margin: 5px 0 5px 5px;
    padding: 3px;
    font-size: 12px;
}

.wppm_bootstrap .ui-state-default{
    background-color: #fff !important;
    color:#000 !important;
    border: none !important;
    background : none !important;
  }