/* site.css */
.alert-error {
    --bs-alert-bg: #dc3545;
    --bs-alert-border-color: #dc3545;
    --bs-alert-color: #fff;
    background-color: var(--bs-alert-bg);
    border-color: var(--bs-alert-border-color);
    color: var(--bs-alert-color);
}

.create-company-infobox::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #dfe3e6;
}

.create-company-infobox::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-top-color: rgba(0,0,0,.15);
    filter: blur(1px);
}

.app-brand-text { display: none !important; }
