.toast-container > .debug > .toast-header > svg {
    fill: var(--bs-secondary);
}

.toast-container > .info > .toast-header > svg {
    fill: var(--bs-primary);
}

.toast-container > .success > .toast-header > svg {
    fill: var(--bs-success);
}

.toast-container > .warning > .toast-header > svg {
    fill: var(--bs-warning);
}

.toast-container > .error > .toast-header > svg {
    fill: var(--bs-danger);
}

.navbar {
    --bs-navbar-padding-y: 0.3rem;
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
    padding-bottom: 1.2em;
}

#site-icon {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.w-fit {
    width: fit-content;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}
