
body[data-theme="dark"] .support-page .row-alert  {
    background-color: rgba(236, 58, 58, 0.2);
    color: var(--theme-dark-text-color);
}

body[data-theme="dark"] .support-page .row-alert > .row-alert-center span {
    background-color: var(--theme-dark-background-color);
}

body[data-theme="dark"] .checkbox-custom:before,
body[data-theme="dark"] .radio-custom:before {
    background-color: rgba(255,255,255, 0.1);
}

body[data-theme="dark"] .checkbox-custom:has(input:checked):before {
    background-color: rgba(78, 133, 15, 1);
}