﻿.glassmorphism-background {
    background: rgba(1, 1, 1, 0.85);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.normago-notification-logo {
}

.normago-notification-error-header {
    font-weight: 400;
}

.normago-notification-error-header {
    color: var(--norma--danger);
    font-weight: 500;
}

.normago-notification-error-msg .normago-failure-msg {
    color: var(--norma-secondary--2) !important;
}

.normago-notification-copy-link {
    padding-block-start: 70px;
    color: var(--norma-secondary--2) !important;
    font-weight: 600;
}
