.centered{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-circle{
    height: 40px;
    width: 40px;
    padding: 0 !important;
}

.datatables thead tr{
    color: var(--kt-text-gray-400) !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}
table .dropdown-menu {
    /*position: relative !important;*/
}

.btn:not(.disabled) .text-loading{
    display: none;
}

.btn.disabled .text{
    display: none;
}

.btn.disabled .text-loading{
    display: block;
}

.mw-100px{
    min-width: 100px;
}

.pointer{
    cursor: pointer !important;
}
.eea-datatable tbody tr td {
    padding: 4px 8px !important;
}
.end-40px{
    right: 40px;
}
.c-border-1{
    border: 1px solid #c3c0c0 !important;
}