.bfe-editor.default {
    font-family: "Roboto", Tahoma;
    background-color: $white;
    width: 100%;
    border-radius: 5px;
    .hidden-fields {
        display: none;
    }
    .fus-form-block-header,
    .wrapper {
        max-width: $editor-max-width;
        margin: 0 auto;
        .sub-header,
        .column {
            display: flex;
            //justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            padding-right: 15px;
            padding-left: 15px;
            &:not(:first-child) {
                margin-top: 10px;
            }
            .cdxcarousel-caption {
                display: none;
            }
            &.top {
                height: 50px;
                box-shadow:
                    0 6px 17px -2px rgba(0, 0, 0, 0.02),
                    0 2px 2px -1px rgba(0, 0, 0, 0.04);
            }
            &.sticky {
                position: fixed;
                bottom: 0;
                transition: all 0.3s ease-out;
                z-index: 9000;
            }
            .editor-button {
                white-space: nowrap;
                background: $white;
                border: $button-border;
                color: $black;
                box-shadow: $button-shadow;
                text-decoration: none;
                text-shadow: none;
                height: 34px;
                line-height: 34px;
                font-size: 15px;
                padding: 0 12px;
                border-radius: 4px;
                font-weight: 400;
                font-family: Arial;
                border-radius: 5px;
                transition: all 0.1s ease-out;
                margin-right: 10px;
                cursor: pointer;
                &:hover {
                    box-shadow: none;
                }
                &.big {
                    padding: 0 20px;
                }
                img {
                    width: 20px;
                }
                &.hide {
                    display: none;
                }
                a{
                    border: 0px !important;
                }
            }
            .fus-view-page {
                display: flex;
                background: none;
                padding: 0px;
                border: 0px;
                a {
                    padding: 6px;
                    height: inherit;
                }
                .fus-button-text {
                    display: none;
                }
                .button-icon {
                    display: block;
                }
                &.hide {
                    display: none;
                }
            }
            .fus-wrap {
                width: 100%;
            }
            .EditorJS-editor {
                border: 1px solid rgba(0, 0, 0, 0.15);
                border-radius: 5px;
                padding: 5px;
            }
            .fe_custom_field {
                margin: 15px 0px;
                input {
                    border: 1px solid rgba(0, 0, 0, 0.15);
                    border-radius: 5px;
                    background: white;
                    font-size: 16px;
                    // min-width: 300px;
                    padding-left: 10px;
                }
            }
            p {
                margin: 0;
                font-size: 13px;
                line-height: 1.5;
                color: black;
            }
            a {
                color: $black;
                font-size: 13px;
                &:link,
                &:hover {
                    text-decoration: none;
                }
            }
            label {
                font-family: "Open Sans", sans-serif;
                font-size: 16px;
                display: block;
                margin-top: 10px;
                margin-bottom: 5px;
            }
            #fus_post_title {
                border: none;
                color: $black;
                width: 100%;
                margin: 0 0 12px;
                resize: none;
                border: 0;
                outline: 0 !important;
                font-size: 36px;
                line-height: 1.3em;
                font-weight: 500;
                &::placeholder {
                    color: grey;
                }
                &:focus {
                    border: none;
                    outline-color: transparent;
                }
            }
            .file-field{
                width: 100%;
            }
            .select-wrap {
                position: relative;
                margin: 10px;
                &.category {
                    margin-right: 15px;
                }
                select {
                    color: $black;
                    cursor: pointer;
                    border: $button-border;
                    box-shadow: $button-shadow;
                    background-color: $white;
                    &#bfe-category {
                        padding: 0 0;
                    }
                    &#bfe-tags {
                        padding: 0 0;
                    }
                }
                .ss-multi-selected,
                .ss-single-selected {
                    min-width: 200px;
                }
                .ss-main .ss-multi-selected .ss-values .ss-value {
                    background-color: $white;
                    border: $button-border;
                    box-shadow: $button-shadow;
                    color: $black;
                    line-height: 1;
                }
                .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
                    font-size: 9px;
                    margin: 0;
                    opacity: 0.7;
                }
                .ss-content {
                    .ss-search {
                        margin: 0px;
                        padding: 3px 3px 3px;
                        input {
                            margin: 0;
                        }
                        .ss-addable {
                            margin: 0 0 0 5px;
                        }
                    }
                }
            }

            .image_loader {
                border: $button-border;
                background-color: $white;
                height: 70px;
                width: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                align-items: center;
                transition: all 0.1s ease-out;
                box-shadow: $button-shadow;
                border-radius: 5px;
                margin-right: 10px;
                position: relative;
                cursor: pointer;
                overflow: hidden;
                margin-right: 15px;
                color: $black;
                &:hover {
                    opacity: 0.7;
                }
                #img_inp {
                    width: 0.1px;
                    height: 0.1px;
                    opacity: 0;
                    overflow: hidden;
                    position: absolute;
                    z-index: -1;
                }
                label.thumbnail {
                    cursor: pointer;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0;
                    display: flex;
                    margin: 0;
                    .button-icon {
                        width: 40px;
                    }
                }
                #post_thumbnail_image {
                    display: none;
                    width: 100%;
                    height: 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-size: cover !important;
                    transition: all 0.4s ease-out;
                }
                .bfe-remove-image {
                    width: 20px;
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    cursor: pointer;
                    display: none;
                    transition: all 0.4s ease-out;
                    &:hover {
                        opacity: 0.7;
                    }
                }
                &.chosen {
                    #post_thumbnail_image {
                        display: block;
                        height: 100%;
                    }
                    .button-icon {
                        display: none;
                    }
                    .bfe-remove-image {
                        display: block;
                    }
                }
            }
        }
        .fe_custom_field {
            width: 100%;
        }
    }
    .EditorJS-editor {
        // padding-right: 35px;
        // padding-left: 30px;
        max-width: $editor-max-width;
        margin: 10px auto;
        width: 100%;
    }
    .ce-toolbar__settings-btn {
        background: white;
        .icon--dots {
            width: 15px;
            height: 15px;
            color: $black;
        }
    }
    .editor-textarea {
        display: none;
    }
    .ce-toolbar__plus {
        background: white;
        .icon--plus {
            color: $black;
        }
    }
    .md-editor {
        width: 100%;
        margin: 10px 0px;
    }
    .EditorJS-editor {
    }
    .fe_wp_image_wrap {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        .image_loader {
            padding: 5px 13px 0px;
            border-radius: 3px;
            border: 1px solid rgba(201, 201, 204, 0.48);
            font-size: 14.9px;
            background: #fff;
            -webkit-box-shadow: 0 2px 2px 0 rgba(18, 30, 57, 0.04);
            box-shadow: 0 2px 2px 0 rgba(18, 30, 57, 0.04);
            color: #707684;
            text-align: center;
            cursor: pointer;
            width: 100%;
            &:hover {
                background: #fbfcfe;
                -webkit-box-shadow: 0 1px 3px 0 rgba(18, 30, 57, 0.08);
                box-shadow: 0 1px 3px 0 rgba(18, 30, 57, 0.08);
            }
            &:after {
                content: "";
                background-image: url("../assets/img/cloud-computing.png");
                background-size: cover;
                width: 30px;
                height: 27px;
                display: inline-block;
            }
        }
        img {
            padding: 14px 0;
            max-width: 30%;
        }
    }
}
