.form-editor {
    background: #ebebeb;
}

.form-editor .editor-container {
    margin: 0 auto 0 auto;
    width: 210mm;
}

.form-editor .mce-content-body {
    padding: 115px 0;
    padding-right: 20mm;
    padding-left: 20mm;
    width: 210mm;
    min-height: 297mm;
    outline: 0;
    border: 0.5px solid #ccc;
    margin: 20px auto;
    background-color: white;
    word-break: break-word;
}

.form-editor .page {
    border: 0.5px solid #ccc;
    margin: 20px auto;
    height: 1123px;
    background-color: white;
    word-break: break-word;
}

.form-editor .document-name {
    background: white;
    height: 50px;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 0.5px solid #ccc;
    display: flex;
}

.form-editor .document-name input {
    margin-right: 10px;
    background: transparent;
    border: 0px;
    padding: 2px 6px;
    border-radius: 4px;
    flex: 1;
}

.form-editor .document-name input:focus {
    outline: 1px solid #aaaaaa !important; 
}

.form-editor .document-name input:hover {
    outline: 1px solid #cccc !important; 
}

.form-editor .document-name .btn {
    margin-right: 5px;
}

.form-editor .menu-editor-document{
    width: 100%;
    border: 0.5px solid #ccc;
}

.form-editor .menu-editor-document .tox-editor-header {
    border: 0 !important;
    border-radius:0 !important;
}

.form-editor .menu-editor-document .tox-menubar {
    border-bottom: 2.5px solid #ccc;
}

.form-editor .div-save {
    position: fixed;
    bottom: 4vh; 
    left: 5vw;
}   

.form-editor .div-save i {
    font-size: 20px;
}

.form-editor .div-save .btn {
    padding: 10px;
}