.rowLine {
    position: relative;
    display: flex;
    min-height: 25px;
    margin-top: 3px;
}
.blockElement {
    position: relative;
    flex-grow: 1
}


.block {
    display: flex;
    min-height: 25px;
    position: relative;
    margin: 5px;
    flex-grow: 1
}
.goAdminPanel {

    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 52px;
    background-color: #995433;
    padding: 0;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 99999;
    display: flex;
    justify-content: center;
    line-height: 28px;
    font-size: 10px;

}

.textarea {
    width: 100%;
    min-width: 50px;
    min-height: 20px;
    float: left;
    margin: 1px
}

.textarea {
    width: 100%;
    min-height: 20px;
    float: left;

    margin: 1px
}

.add_wysiwyg {
    color: white;
    cursor: pointer;   position: fixed;
    right: 25px;
    bottom: 80px;
    background-color: #f47c3c;
    padding: 0;
    font-size: 25px;
    border-radius: 50%;

    width: 38px;
    height: 38px;
    text-align: center;
    z-index: 99999;
    display: flex;
    justify-content: center;
}

.add_wysiwyg:hover {
    color: white;
    background-color: #f5722d;
}