

.ck-editor__editable_inline ul li {
    list-style-type: disc !important;
    padding-left: 0.5em !important;
    margin-left: 24px !important;
    /* color: black!important; */
}

.ck-editor__editable_inline ol li {
    padding-left: 0.5em !important;
    margin-left: 20px !important;
    color: black !important;
}



.ck .todo-list input {
    padding: 0;
}

.ck .todo-list__checkmark:after {
    height: 6px !important;
}

.ck .todo-list__checkmark {
    padding: 0;
}

.ck.ck-content.ck-editor__editable {
    min-height: 300px;
}

.ck h2 {
    color: inherit;
    background: inherit;
}

.ck-content a {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-decoration-thickness: 2px;
}

/* form .aligned .ck ul li {
    list-style: inherit;
}

form .aligned .ck ul {
    margin-left: 1.5em;
    padding-left: inherit;
} */

.ck-word-count {
    display: flex;
    margin-top: 10px;
}

.ck-word-count__words {
    margin-right: 10px;
}

.ck.ck-editor {
    position: relative;
    width: 100%;
}

.ck-editor-container {
    width: 100%;
}


/*
.ck.fullscreen-mode .ck.ck-content.ck-editor__editable,
.ck.fullscreen-mode .ck.ck-editor__main {
    height: 100% !important;
    resize: none !important;
}

.ck.ck-editor.fullscreen-mode {
    display: flex;
    flex-direction: column;
}

.ck.ck-editor.fullscreen-style-activated {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
} */
