$white_color: #ffffff;
$shadow_border: 1px 2px 5px 0px rgba(227, 218, 227, 1);
.bfe-editor.default_2 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    .sub-header {
        box-shadow: inset 0 0 0 0.1rem #e3e3e3;
        box-shadow: $shadow_border;
        padding: 10px;
        margin: 10px 0px;
        border-radius: 5px;
        .editor-button,
        .fus-view-page {
            color: $white_color;
            padding: 5px 10px;
            border-radius: 5px;
            margin-right: 10px;
            a {
                color: $white_color;
                text-decoration: none;
                margin-right: 0px;
                span {
                    color: $white_color;
                }
            }
        }
    }
    .image_loader {
        box-shadow: $shadow_border;
        border: 0px;
    }
    .wrapper {
        .column {
            label {
                font-size: 16px;
                margin: 10px 0px;
            }
        }
        .fus_post_title {
            height: 50px;
        }
        textarea,#fus_post_title,
        select, .fe_custom_field input {
            border-radius: 5px;
            box-shadow: $shadow_border;
            background-color: $white_color;
            border: 0px;
            min-height: 30px;
            font-size: 16px;
            //min-width: 300px;
            padding-left: 10px;
        }
        textarea{
            width: 100%;
        }
        .EditorJS-editor {
            box-shadow: $shadow_border;
            border: 0px;
            border-radius: 5px;
        }
        .ss-main .ss-single-selected,
        .ss-main .ss-multi-selected {
            box-shadow: $shadow_border;
            border: 0px;
        }
        .fus_post_title {
            padding: 5px 10px;
            font-size: 25px;
            height: 50px;
            border-radius: 5px;
            width: 100%;
        }
    }
    .EditorJS-editor {
        padding: 10px 0px;
        .ce-block__content,
        .ce-toolbar__content {
            max-width: calc(100% - 105px) !important;
        }
        .cdx-block {
            max-width: 100% !important;
        }
    }
}

#fus-message-wrap {
    border-radius: 5px;
}
