.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
table.dataTable td {
    border-top: 1px solid #f1f3f1;
}
.table > thead > tr > th {
    color: #0a0f33;
}
.table .toolbar {
    position: relative;
}
.toolbar-toggle {
    cursor: pointer;
    font-size: 36px;
    position: relative;
    top: -26px;
}
.table-controls {
    padding: 0;
    margin: 0;
    list-style: none;
}
.toolbar:hover .toolbar-dropdown {
    display: block;
}
.toolbar-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    padding: 5px 5px;
    border-radius: 4px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    max-height: 400px;
    height: auto;
    max-width: 111px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    display: none;
}
.table-controls>li {
    display: inline-block;
    margin: 0 4px;
    line-height: 1;
}
.table-controls>li>a {
    display: inline-block;
}
.table-controls>li>a i {
    margin: 0;
    color: #acb0c3;
    font-size: 18px;
    display: block;
}
.table > thead > tr > th:hover {
    color: #ee3d50;
}
.table-striped tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}
.product-list-img {
    background: transparent;
    border: none;
}
tbody {
    color: #515365;
}
.table tbody tr:hover {
    color: #6156ce;
}
.table tbody tr td {
    position: relative;
}
.label.label-success {
    padding-left: 5px;
}
.d-m-success {
    background-color: #18d17f;
    border: solid 2px #94f1c8;
    width: 8px;
    height: 8px;
}
.label.label-warning {
    padding-left: 5px;
}
.d-m-warning {
    background-color: #ffbb44;
    border: solid 2px #f1dc94;
    width: 8px;
    height: 8px;
}
.label.label-danger {
    padding-left: 5px;
}
.d-m-danger {
    background-color: #ee3d49;
    border: solid 2px #f19494;
    width: 8px;
    height: 8px;
}
.product-list-img img {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 12px;
    max-height: 100%;
}
 .page-item.active .page-link {
    background-color: #3b3f5c;
    border-color: #3b3f5c;
    color: #fff;
    border-radius: 1px;
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
 ul.pagination li a:hover:not(.active) {
    background-color: #3862f5;
    color: #fff;
    border-radius: 1px;
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
div ul.pagination li.previous i {
    vertical-align: middle;
}
.page-link:focus {
    box-shadow: none;
}
div ul.pagination li.next i {
    vertical-align: middle;
}
img.img-thumbnail.rounded-circle {
    width: 60px;
    height: 60px;
    border: 2px solid #f1f3f9;
}
.table .badge-success {
    border-radius: 30px;
    padding: 6px;
    width: 80px;
} 
.table .badge-danger {
    border-radius: 30px;
    padding: 6px;
    width: 80px;
}
.table .badge-primary {
    border-radius: 30px;
    padding: 6px;
    width: 80px;
}
.table .badge-warning {
    border-radius: 30px;
    padding: 6px;
    width: 80px;
}
.table-striped tbody tr:nth-of-type(odd) td {
    background-color: #f1f3f1!important;
}
.custom-dropdown .dropdown-menu {
    min-width: 8rem;
    left: -40px!important;
    cursor: pointer;
}

.custom-dropdown .dropdown-menu:before {
    position: absolute;
    content: '\e942';
    font-family: flaticon;
    left: auto;
    right: -20px;
    top: -20px;
    background-color: #1a73e9;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 9px;
}
.custom-dropdown a.dropdown-toggle i, .custom-dropdown-icon a.dropdown-toggle i {
    font-size: 17px;
    color: #1a73e9;
}
.table-responsive > .dataTables_wrapper .row:nth-child(2) > .col-sm-12:first-child { margin-top: 3.5rem; }
.style-2 .flaticon-close-fill {
    color: #d3d3d3;
}

.style-2 .flaticon-close-fill:hover {
    color: #e7515a;
}

.style-3 img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #f1f3f9;
    border: none;
}
.style-3 ul.table-controls li:nth-child(1) a i {
    color: #1a73e9;
    border: 1px solid #1a73e9;
}
.style-3 ul.table-controls li:nth-child(2) a i {
    color: #e7515a;
    border: 1px solid #e7515a;
}

.style-3 ul.table-controls li:nth-child(1) a i:hover {
    background-color: #1a73e9;
    color: #fff;
    border: 1px solid #1a73e9;
}
.style-3 ul.table-controls li:nth-child(2) a i:hover {
    background-color: #e7515a;
    color: #fff;
    border: 1px solid #e7515a;
}