/* ------------------------------- Form Builder for the full width theme --------------------------------- */

.full_width .builderComponentSidebar {
    box-shadow: none;
    border: none;
    max-height: inherit;
}

.full_width .builderComponentSidebar.selected {
    box-shadow: none;
    border: none;
}

.full_width .form-bulder {
    background-color: var(--bg-level-2);
}

.full_width .formPreview {
    max-width: var(--line-width);
    margin: 2em auto;
    background-color: var(--primary-background);
    padding: 2em;
    box-shadow: 1px 1px 20px rgba(0,0,0,.05);
}

.full_width.editMessageTemplate .formPreview {
        max-width: 600px;
}