#toast-container>.toast-success {
    background-color: #51A351;
}

#toast-container > .toast-warning {
    background-color: #d97706;
    color: #fff;
    opacity: 1;
}

#toast-container > .toast-error {
    background-color: #d9534f;
    color: #fff;
    opacity: 1;
}

#toast-container > .toast-warning .toast-message,
#toast-container > .toast-error .toast-message {
    color: #fff;
    font-weight: 700;
}

.flash_message_position {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flash_message_position_stay {
    background-color: #51a351;
}

#toast-container.flash_message_position>.toast-success {
    background-image: none !important;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background: #fff;
    width: 470px;
    height: 184px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
    color: #000;
    opacity: 1 !important;
    padding: 0 !important;
    border: none;
}

#toast-container.flash_message_position .toast-message {
    padding-top: 36.8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

#toast-container.flash_message_position .toast-title {
    padding: 0;
    margin: 10px 0 auto;
    font-size: 14.4px;
    line-height: 19.2px;
    font-weight: 400;
}

#toast-container.flash_message_position .toast-close-button {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 52px;
    width: 100%;
    background-color: #FD781D;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
    right: 0;
    top: 0;
    text-shadow: none;
    opacity: 1;
}

@media (max-width: 767px) {
    #toast-container.flash_message_position>.toast-success {
        width: 267px;
        height: 122px;
        top: 51%;
        justify-content: flex-end;
    }

    #toast-container.flash_message_position .toast-message {
        padding-top: 19px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin: 0;
    }

    #toast-container.flash_message_position .toast-title {
        padding: 0;
        margin: 0 0 auto;
        font-size: 12px;
        line-height: 19.2px;
        font-weight: 400;
    }

    #toast-container.flash_message_position .toast-close-button {
        padding-bottom: 0;
        margin-bottom: 0;
        height: 40px;
        width: 100%;
        background-color: #FD781D;
        font-size: 16px;
        line-height: 16px;
    }
}
