:root{
    --bs-body-bg: #edeff0;
}

.text-xm-primary {
    color: #616769 !important;
}

.text-xm-primary {
    color: #DCE4E8 !important;
}

.bg-xm-primary {
    background-color: #616769 !important;
    border-color: #616769 !important;
}

.bg-xm-primary {
    background-color: #DCE4E8 !important;
    border-color: #DCE4E8 !important;
}

.bg-hover-xm:hover {
    background-color: #616769 !important;
    color: #fff !important;
}

.active-xm.active > a {
    background-color: #616769 !important;
    border-color: #616769 !important;
}

.dataTable-input ,
.form-control , 
.form-select {
    border-width: 2px;
}

.dataTable-input:focus , 
.form-control:focus , 
.form-select:focus {
    box-shadow: none !important;
    border-color: #616769 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ddd;
}


.sidebar-item.active-xm.active > a {
    background: #616769;
    background: linear-gradient(-135deg, #616769 0%, #362d2d 100%);
}