.table td {
    vertical-align: middle;
}

.table thead th {
    border-bottom: 1px solid #ddd;
}

.dm-table {
    background-color: #fff;
    border-radius: 10px;
}

.dm-table th {
    border: none;
    background-color: #fff;
    color: #626178;
}

.dm-table td, .table th {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
}

.dm-table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
}

.dm-table .btn-sm {
    font-size: 0.8rem;
}

.dm-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.dm-table tbody tr:nth-child(odd) {
    background-color: #f8fafb;
}

.dm-card {
    box-shadow: none;
}

.dm-card .card-header div:first-of-type {
    font-size: 1.1rem;
    font-weight: 600;
}

.dm-card .card-header div:nth-child(1) {
    font-weight: bold;
    font-size: 1.1rem
}

.dm-card .card-header {
    border: none;
}

.dm-card .card-header div:nth-child(2) {
    text-align: right;
}

.dm-card .card-header div:nth-child(2) .btn {
    font-size: 0.8rem;
}

.alert p {
    margin-bottom: 0;
}

.main-header.navbar {
    z-index: 1040 !important;
}

[class*="sidebar-dark-"] {
    background-color: #1e1e2d;
}
