.convRow{
    display: none;
}

.convRow.rnVisible{
    display: block;
}

rnconv-form-builder{
    width: 100%;
}

.continueBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.convFooter{
    display: flex;
    justify-content: space-between;
}

.continueBtn{
    height: 33.5px;
}

.convRowContainer{
    transition: height .5s ease-in-out;
}

.convMessage{
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.convMessage.rnVisible{
    opacity: 1;
}