form.cfdb7-input input[type="text"]{
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form.cfdb7-input input[type="text"]:focus{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0;
}
.cfdb7-data table thead{
    background-color: #425CC7;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.pure-table td:nth-child(1), .pure-table th:nth-child(1) {
    border-left: 0;
}
.pure-table td:last-child, .pure-table td:last-child {
    border-right: 0;
}
.cfdb7-data table.pure-table td{
    color: #333;
}
.cfdb7-data table {
    width: 100%;
    /* border-radius: 15px; */
    border: 0;
    overflow: hidden;
    /* box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15); */
}    
form.cfdb7-input input[type="submit"]{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #6c7ae0;
    border-color: #6c7ae0;
}
form.cfdb7-input input[type="submit"]:hover {
    color: #fff;
    background-color: #6c7ae0;
    border-color: #6c7ae0;
}
.cfdb7-pagination a{
    display: inline-block;
    text-decoration: none;
}
.cfdb7-pagination a.active li{
    background: #ccc;
}
.cfdb7-pagination li{
    list-style: none;
    text-align: center;
    border-radius: 30px;
    border: 1px solid red;
    width: 35px;
    margin: 0;
}
.pure-table a{
    text-decoration: none;
    color: #333;
}
