table tbody td.action-table-data a .feather-slash {
    width: 14px;
    height: 14px;
}

table tbody td.action-table-data a .feather-check-square {
    width: 14px;
    height: 14px;
}


/* reset */

.reset-btn {
    background-color: transparent !important;
    color: #FF0000 !important;
    border: 1px solid #FF0000;
}

.reset-btn:hover {
    background-color: #FF0000 !important;
    color: #ffffff !important;
}

.input-blocks .reset-btn .feather-rotate-ccw {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.form-btn-right {
    float: right;
}

.scrollTable td {
    border: 1px solid #000;
    /* Border style and color */
}

.borderTable td {
    border: 1px solid #000;
    /* Border style and color */
}

table tbody td.action-table-data a .feather-credit-card {
    width: 14px;
    height: 14px;
}

.pagination-links {
    float: right;
}