.vanillatoasts-toast {
    background-color: rgba(31, 34, 81, 0.74);
}

.vanillatoasts-icon {
    position: absolute;
    top: 15px;
    left: 230px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: rgba(31, 34, 81, 0);
}