.acp-toast-container {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
z-index: 999999;
pointer-events: none;
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 420px;
}
@media (max-width: 600px) {
.acp-toast-container {
bottom: 14px;
width: 94%;
}
}