span.menu-title.have-badge {
    display: flex !important;
    justify-content: space-between !important;
}

.menu-title.have-badge span {
    background: #5e62783b !important;
    width: 20px;
    height: 20px;
    color: var(--bs-gray-700);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

span.menu-icon.custom-icon.dlendo-icon svg {
    width: 23px;
}

span.menu-icon.custom-icon.dlendo-icon svg path {
    fill: var(--bs-gray-500) !important;
}

img.lozad.custom-icon.page-icon {
    width: 18px;
    border-radius: 900px;
}

span.menu-bullet.custom-icon.page-icon {
    display: flex;
    justify-content: center;
    align-content: center;
}

a.menu-link.custom-icon.page-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.custom-collaped {
    margin-left: 0 !important;
}

.secmenu {
    background: #000;
    width: calc(100% - 60px);
    margin: 0px 30px;
    bottom: 30px;
    position: absolute;
    height: 100px;
    border-radius: 8px;
}

.dt-buttons.btn-group.flex-wrap {
    display: none !important;
}

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

.actionstable button {
    width: 50px;
    height: 50px;
    padding: 0 !important;
}

.actionstable button i {
    font-size: 22px;
}
