.ombraMenu {
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.18);
}

[data-theme="dark"] .ombraMenu {
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.38);
}

[data-theme="light"] .bg-dark,
[data-theme="light"] .bg-black,
[data-theme="light"] .bg-white,
[data-theme="light"] .bg-light,
[data-theme="light"] .card,
[data-theme="light"] .modal-content,
[data-theme="light"] .list-group-item {
    background-color: var(--gts-bg-card) !important;
    color: var(--gts-text) !important;
    border-color: var(--gts-border) !important;
}

[data-theme="dark"] .bg-dark,
[data-theme="dark"] .bg-black,
[data-theme="dark"] .bg-white,
[data-theme="dark"] .bg-light,
[data-theme="dark"] .card,
[data-theme="dark"] .modal-content,
[data-theme="dark"] .list-group-item {
    background-color: var(--gts-bg-card) !important;
    color: var(--gts-text) !important;
    border-color: var(--gts-border) !important;
}

[data-theme="light"] .text-white,
[data-theme="light"] .text-light,
[data-theme="light"] .text-black,
[data-theme="light"] .text-muted,
[data-theme="light"] .small,
[data-theme="light"] .form-text {
    color: inherit !important;
}

[data-theme="dark"] .text-black,
[data-theme="dark"] .text-white,
[data-theme="dark"] .text-light,
[data-theme="dark"] .text-muted,
[data-theme="dark"] .small,
[data-theme="dark"] .form-text {
    color: inherit !important;
}

[data-theme="light"] .border,
[data-theme="dark"] .border {
    border-color: var(--gts-border) !important;
}