﻿.customer-info {
    background-color: white;
    color: black;
}

    .customer-info > .toast-title {
        color: black;
    }

    .customer-info > .toast-message {
        color: black;
        font-size: 14px;
        line-height: normal;
    }

        .customer-info > .toast-message > div > a {
            color: black;
            background-color: #a0cb37;
            color: white;
            height: 25px;
            padding: 5px 15px 5px 15px;
            line-height: 25px;
            text-align: center;
            border-radius: 2px;
        }

    .customer-info > button {
        color: black;
    }

#toast-container > div {
    margin: 15px;
    padding: 15px 25px 15px 45px;
    opacity: 0.9;
    width: 400px;
}

.customer-info > .toast-message > img {
    margin-top: 5px;
    position: absolute;
    max-width: 35px;
    left: 5px;
    top: 5px;
}

.customer-info .toast-message > hr {
    margin: 10px 0 10px 0;
}


.toast-BottomrightOrFullwidth {
    bottom: 12px;
    right: 12px;
}

/* Auf kleinen Bildschirmen die volle Breite nutzen */
@media (max-width: 576px) {
    .toast-BottomrightOrFullwidth {
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
    }

    #toast-container > div {
        width: 100%;
        margin: 0;
        padding: 15px 25px 15px 45px;
        padding: 15px 45px 15px 45px;
    }
}