table thead tr th, table tbody tr td {
    border: 1px solid #bbbfc2 !important;
}

.viewtableimage{
    width: 40px;
    height: 36px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px !important;
    margin-left: 15px;
    /*margin-top: 10px !important;*/
    display: inline-block;
    float: right;
}
.dataTables_wrapper .dt-buttons .btn {
    border-radius: 0.25rem !important;
}
button.btn-outline-secondary {
    margin-right: 5px;
}
.btn-outline-secondary {
    border-color: #7366fe !important;
    color: white !important;
    background-color: #7265fd !important;
    padding: 1px 4px 1px 8px;
}
.btn-outline-secondary i {
    font-size: 15px;
}
