.editor-area {
    position: relative;
    background: #1b2e4b;
    border-radius: 8px;
    padding: 24px;
}

input[type="file"] {
    display: block;
}
.imageThumb {
    width: 100%;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
    margin-bottom: 5px;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 250px;
}
.remove {
    display: block;
    background: #8a0202;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    padding: 5px;
}
.remove:hover {
    background: white;
    color: black;
}

.preview {

}

.no-display {
    display: none!important;
}
.custom-file-upload {
    display: block;
    cursor: pointer;
    background: #1b2e4b;
    padding: 11px;
    border-radius: 5px;
}