.buscador-dt {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.botones-dt {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 10px 0;
}
.text-sw-purple {
    color: #7a2981;
}
.sw-bg-primary {
    background-color: #ffd75b;
}
.sw-bg-secondary {
    background-color: #7a2981;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #000;
}
