﻿html,
body {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    color: #333;
}

#top-container {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 30px;
    font-weight: bold;
}

#editor-toolbar {
    width: 1350px;
    background-color: #FCFCFC;
    margin: 0 auto;
}

#content {
    height: calc(100% - 40px);
    background-color: rgb(245, 245, 245);
    overflow-y: scroll;
    position: relative;
}

#editor-container {
    width: 90%;
    margin: 80px auto 150px auto;
    background-color: #fff;
    padding: 20px 50px 50px 50px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
    height: 700px;
    overflow-y: scroll;
}

/*        #title-container {
            padding: 20px 0;
            border-bottom: 1px solid #e8e8e8;
        }

            #title-container input {
                font-size: 30px;
                border: 0;
                outline: none;
                width: 100%;
                line-height: 1;
            }*/

#editor-text-area {
    min-height: 900px;
    margin-top: 20px;
}

#input-ec48dc81 {
    font-feature-settings: "tnum";
    background-color: var(--w-e-toolbar-bg-color);
    border: 1px solid var(--w-e-modal-button-border-color);
    border-radius: 4px;
    color: var(--w-e-toolbar-color);
    font-variant: tabular-nums;
    padding: 4.5px 11px;
    transition: all .3s;
    width: 100%;
    margin: 10px 0;
}

#modalcontent {
}

#chatbox {
    width: 100%;
    height: 300px;
    overflow: scroll;
    background-color: #fbf6f0;
    display: none;
    margin-bottom: 10px;
    padding: 5%;
    line-height: 30px;
}
