.dataTables_wrapper .dataTables_filter input {
    color: #495057;
    border: 1px solid #e9ecef !important;
    border-radius: 0.5rem;
}
.table> :not(caption)>*>*{
    padding: 0.5rem;
    border-bottom-width: 1px;
    border-color: #e9ecef;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 0.5rem;
    border-bottom-width: 1px;
    border-color: #e9ecef !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom-width: 1px;
    border-color: #e9ecef !important;
}

table.dataTable thead th, table.dataTable thead td{
    color: #8392ab!important;
    font-size: 0.8rem;
}
#DataTableLicenses_filter label{
    color: #8392ab!important;
    font-size: 0.7rem;
}
#DataTableLicenses_length label{
    color: #8392ab!important;
    font-size: 0.7rem;
}
.dataTables_info{
    color: #8392ab!important;
    font-size: 0.8rem;
}

/*PAGINATE*/
.dataTables_paginate span{
    margin-top: 1rem !important;
    vertical-align: bottom !important;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    display: inline-block !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .5em 1em !important;
    margin: 0 3px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50%!important;
    width: 36px !important;
    height: 36px !important;
    font-size: .875rem !important;
    margin-left: 0 !important;
    background: transparent !important;
    background-image: linear-gradient(310deg,#e9ecef,#e9ecef) !important;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    min-width: 3.3em !important;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate .ellipsis {
    display: inline-block !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .5em 1em !important;
    margin: 0 3px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50%!important;
    width: 36px !important;
    height: 36px !important;
    font-size: .875rem !important;
    margin-left: 0 !important;
}

.paginate_button.next, .paginate_button.previous{
    padding: .8em 1em !important;
}


#DataTableLicenses, #DataTableUsers, #DataTableRoles, #DataTablePermissions, #DataTableStores{
    cursor: pointer;
}
