/* popover-content css*/
.note-popover.popover .popover-content a,
.note-popover.popover .popover-content button {
    background-color: aliceblue;
}
.note-popover.popover .popover-content span {
width: auto;
height: fit-content;
}


/* figure img, figure figcaption {
    pointer-events: none; 
} */
.custom-figure {
    display: block;
    margin: 0;
    text-align: center;
    width: fit-content;
    border: 1px solid black;
    pointer-events: none; 
}

.custom-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 5px;
}

.custom-figure p {
    font-size: 0.9em;
    margin-top: 5px;
    width: fit-content;
    height: fit-content;
    pointer-events: none; 
}
.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 12px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}



/* Ck Editor */
.ck.ck-editor__main>.ck-editor__editable{
    height: 400px;
}

.image-align-left {
    float: left;
    margin-right: 10px;
}

.image-align-right {
    float: right;
    margin-left: 10px;
}
.ck-content h1{
    font-size: 2.125rem;
}
.ck-content h2{
    font-size: 1.875rem;
}
.ck-content h3{
    font-size: 1.5rem;
}
.ck-content h4{
    font-size: 1.25rem;
}
.textarea-max-height {
    max-height: 500px;
    overflow-y: auto;
}