.success {
    color: #25cc87;
    padding: 6px 0;
    margin-bottom: 14px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.reply {
    background-color: #ff2e2e;
    color: #fff;
    position: fixed;
    top: 30px;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%);
    min-width: 300px;
    min-height: 42px;
    padding: 10px 0;
    font: inherit;
    text-align: center;
    display: none;
    border: none;
    border-radius: 5px;
}

.reply.reply_success{
    background-color: #53ce48 !important;
}