.toast{
    width: 15rem !important;
}
.caixa-toast {
    right: 15rem !important;
    top: 6rem !important;
}

@media (max-width: 600px) {
    .caixa-toast {
        right: 15rem;
        top: 6rem;
    }
}

#toast_message {
    position: fixed;
    z-index: 11;
}

#toast_header {
    color: #525457;
}

#toast_message #toast_header {
    background-color: #ffffffd9;
}

#toast_message #text_toast {
    color: #ffffff;
}

#toast_message.danger #text_toast {
    background-color: #c52121!important;
}

#toast_message.success #text_toast {
    background-color: #26611e!important;
}