.toast-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    top: 400px;
}

.toast {
    margin: 0 auto;
    opacity: 1;
    transition: opacity 0.5s linear;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(243, 10, 10, 0.908);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.toast-header {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    color: #090909;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .toast {
        --bs-toast-max-width: 500px !important;
    }
}

.checkFarbe {
    color: black;
}