.custom-latast-table thead {
     background-image: linear-gradient(0deg, #2196F3 0%, #1565C0 100%);
    color:#fff;

}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
     background-image: linear-gradient(0deg, #2196F3 0%, #1565C0 100%);
    color: #fff;
}
.custom-latast-table thead tr td{

        padding: 5px !important;
        font-weight: 600;
        color:blue;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px;
}
.custom-latast-table tbody tr td {

        padding: 5px 10px !important;
        font-weight: 600;
        color:blue;
        font-size: 12px !important;
        border: 1px solid #000;
}
[class*=sidebar-dark-] {
    background-color: #0d122e;
}

.card-header {
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
    background-image: linear-gradient(0deg, #2196F3 0%, #1565C0 100%);
    border-bottom: 1px solid #2d0b64;
    color: #fff;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 0rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #b2b6b9;
}
