.toastify{
    background: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 8px;
    box-shadow: 0 1px 10px #0a0d120d;
    padding: 12px 38px 12px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toastify-icon{
    background: #ffffff;
    border: 1px solid #e9eaeb;
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 2px 0 #0a0d120d;
    border-radius: 9px;
    color: #00a56d;
    pointer-events: none;
    font-size: 19px;
    position: absolute;
    left: 8px;
}

.toastify-icon-danger{
    background: #fff;
    color: #f44c52;
}

.toastify-title{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #181d27;
}

.toastify-description{
    margin: 0;
    color: #535862;
    font-size: 13px;
}

.toastify-close{
    position: absolute;
    color: #9da3ae;
    right: 8px;
    top: 9px;
    font-size: 20px;
}

.toast-close{
    position: absolute;
    right: 8px;
    top: 9px;
    opacity: 0;
}