.dataup-app .du-header-icon-only {
    align-items: center;
    display: inline-flex;
    flex: 0 0 32px !important;
    justify-content: center;
    min-width: 32px !important;
    width: 32px !important;
}

.dataup-app .du-header-icon-only .fa {
    margin: 0;
}

.dataup-app .du-activity-action {
    white-space: nowrap;
}

.dataup-app .du-account-danger {
    background: rgba(190, 45, 52, 0.08);
    border: 1px solid rgba(215, 68, 74, 0.5);
    border-left: 4px solid #d7444a;
    border-radius: 6px;
    margin-top: 22px;
    padding: 18px;
}

.dataup-app .du-account-danger__heading {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.dataup-app .du-account-danger__heading > .fa {
    color: #d7444a;
    font-size: 22px;
    margin-top: 2px;
}

.dataup-app .du-account-danger h3 {
    color: var(--theme-text, #20384a);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.dataup-app .du-account-danger p {
    color: var(--theme-text-muted, #526b79);
    margin-bottom: 0;
}

.dataup-app .du-account-danger label {
    color: var(--theme-text, #20384a);
}

.dataup-app .du-account-danger .help-block {
    margin-bottom: 12px;
    margin-top: 6px;
}

.dataup-app .du-account-danger__button {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    margin-top: 4px;
}

html[data-theme="dark"] .dataup-app .du-account-danger {
    background: rgba(215, 68, 74, 0.1);
    border-color: rgba(235, 104, 109, 0.48);
    border-left-color: #eb686d;
}

html[data-theme="dark"] .dataup-app .du-account-danger__heading > .fa {
    color: #ff8589;
}

@media (max-width: 767px) {
    .dataup-app .du-userbar__actions {
        align-items: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    .dataup-app .du-userbar__actions > .du-button--header,
    .dataup-app .du-userbar__actions > notification-center,
    .dataup-app .du-userbar__actions > notification-center > .dropdown,
    .dataup-app .du-userbar__actions > notification-center .du-notification-trigger {
        flex: 0 0 32px !important;
        width: 32px !important;
        min-width: 32px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
    }

    .dataup-app .du-userbar__actions > .du-button--header,
    .dataup-app .du-userbar__actions > notification-center .du-notification-trigger {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
    }

    .dataup-app .du-userbar__actions > .du-button--header > .fa,
    .dataup-app .du-userbar__actions > notification-center .du-notification-trigger > .fa {
        font-size: 15px !important;
        line-height: 1 !important;
        margin: 0 !important;
    }

    .dataup-app .du-userbar__actions > .du-preference-switchers {
        align-items: center !important;
        display: flex !important;
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        grid-column: auto !important;
        height: 34px !important;
        margin: 0 !important;
        width: auto !important;
    }

    .dataup-app .du-preference-switchers .du-language-switcher {
        display: grid !important;
        flex: 0 0 98px !important;
        gap: 4px !important;
        grid-template-columns: repeat(3, 30px) !important;
        height: 34px !important;
        min-width: 98px !important;
        width: 98px !important;
    }

    .dataup-app .du-preference-switchers .du-language-switcher__flag {
        height: 34px !important;
        min-height: 34px !important;
        min-width: 30px !important;
        padding: 2px !important;
        width: 30px !important;
    }

    .dataup-app .du-preference-switchers theme-toggle,
    .dataup-app .du-preference-switchers .du-theme-toggle {
        flex: 0 0 94px !important;
        height: 34px !important;
        min-height: 34px !important;
        min-width: 94px !important;
        width: 94px !important;
    }

    .dataup-app .du-preference-switchers .du-theme-toggle {
        gap: 5px !important;
        padding: 0 7px !important;
    }

    .dataup-app .du-preference-switchers .du-theme-toggle__icon {
        font-size: 14px !important;
    }

    .dataup-app .du-preference-switchers .du-theme-toggle__label {
        font-size: 10px !important;
        line-height: 1.1 !important;
    }

    .dataup-app .du-userbar__actions > .du-activity-action {
        flex: 0 0 auto !important;
        gap: 4px !important;
        height: 34px !important;
        min-height: 34px !important;
        min-width: 0 !important;
        padding: 0 8px !important;
        width: auto !important;
    }

    .dataup-app .du-userbar__actions > .du-activity-action > span:first-of-type {
        font-size: 10px !important;
    }

    .dataup-app .du-userbar__actions > .du-activity-action .label {
        align-items: center;
        display: inline-flex;
        font-size: 9px !important;
        height: 18px;
        justify-content: center;
        min-height: 18px;
        min-width: 18px;
        padding: 1px 4px;
    }

    .dataup-app .du-account-danger {
        padding: 14px;
    }

    .dataup-app .du-account-danger__button {
        justify-content: center;
        width: 100%;
    }
}
