﻿#toast-container.toast-bottom-center {
    margin-bottom: 48px;
}

#toast-container.toast-bottom-center > div {
    width: 358px !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24) !important;
}

#toast-container > div {
    opacity: unset;
    border-radius: 8px;
    padding: 8px 8px 8px 38px;
}

.toast-message {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#toast-container > div {
    background-position: 8px center;
}

#toast-container > .toast-success {
    background-color: var(--cores-semnticas-sucesso-sucesso-500, #38AF67);
    background-image: url(../../images/BRBCL/checkmark--filled.svg) !important;
}