.parent-nav{
	font-weight: 600;
	color: rgba(0, 0, 0, .7);
}

.avatar img {
	object-fit: cover;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

table.dataTable tbody > tr.selected {
    background-color: #31cc8c;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #31cc8c;
    background-color: #31cc8c;
}
 
.card .table td, .card .table th {
    padding-right: .5rem;
} 
.table th, .table td {
    /* padding: .4rem; */
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
}
.table td, .table th {
    font-size: .7rem;
    white-space: nowrap;
}
.focused .form-control {
    border-color : #31cc8c;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #31cc8c;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #31cc8c;
    background-color: #31cc8c;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.dt-buttons{
    padding-left: 0;
}