
#rich-text-editor- {
    display: none;
}

.list-group-item.active {
    background-color: #fd9644;
    color: #fff;
}

.step-form .btn {
    /* position: absolute; */
    top: 10px;
    right: 10px;
}

/* Add any custom styles here */
.rich-text-editor {
    min-height: 1000px;
}
.toolbar button {
    margin-right: 5px;
}




.rich-text-editor {
    min-height: 1000px;
    border: 1px solid #ced4da;
    padding: 10px;
    position: relative;
}
.rich-text-editor.dragover {
    border-color: #fd9644;
    background-color: #e9f5ff;
}
.rich-text-editor img {
    max-width: 100%;
    height: auto;
    cursor: move;
}
.toolbar button {
    margin-right: 5px;
}

.btn-toolbar{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: first baseline;
}





#rich-text-editor- {
        display: none;
    }
    