.ql-formats button {
    position: relative
}
    .ql-formats button:hover:after,
    .ql-formats button:active:after,
    .ql-formats button:focus:after {
        position: absolute;
        background: black;
        color: white;
        padding: .5em;
        border-radius: .5em;
        left: -50%;
        top: 100%;
        width: max-content;
        z-index: 1;
        font-family: inherit;
    }

.ql-formats span:hover:after,
.ql-formats span:active:after,
.ql-formats span:focus:after {
    position: absolute;
    background: black;
    color: white;
    padding: .5em;
    border-radius: .5em;
    left: -50%;
    top: 100%;
    width: max-content;
    font-family: inherit;
    z-index: 1;
}

/* Quill Tooltips */
.ql-bold:hover:after,
.ql-bold:active:after,
.ql-bold:focus:after {
    content: 'Bold';
}
​
.ql-italic:hover:after,
.ql-italic:active:after,
.ql-italic:focus:after {
    content: 'Italic';
}

.ql-underline:hover:after,
.ql-underline:active:after,
.ql-underline:focus:after {
    content: 'Underline';
}

.ql-strike:hover:after,
.ql-strike:active:after,
.ql-strike:focus:after {
    content: 'Strike';
}

.ql-blockquote:hover:after,
.ql-blockquote:active:after,
.ql-blockquote:focus:after {
    content: 'Blockquote';
}

.ql-code-block:hover:after,
.ql-code-block:active:after,
.ql-code-block:focus:after {
    content: 'Code Block';
}

.ql-list:hover:after,
.ql-list:active:after,
.ql-list:focus:after {
    content: 'List';
}

.ql-picker:hover:after,
.ql-picker:active:after,
.ql-picker:focus:after {
    content: 'Font Size';
}

.ql-bold:hover:after,
.ql-bold:active:after,
.ql-bold:focus:after {
    content: 'Bold';
}

.ql-link:hover:after,
.ql-link:active:after,
.ql-link:focus:after {
    content: 'Link';
}

.ql-color:hover:after,
.ql-color:active:after,
.ql-color:focus:after {
    content: 'Font Color';
}

.ql-background:hover:after,
.ql-background:active:after,
.ql-background:focus:after {
    content: 'Background Color';
}

.ql-font:hover:after,
.ql-font:active:after,
.ql-font:focus:after {
    content: 'Font';
}

.ql-align:hover:after,
.ql-align:active:after,
.ql-align:focus:after {
    content: 'Align';
}

.ql-clean:hover:after,
.ql-clean:active:after,
.ql-clean:focus:after {
    content: 'Clean Formatting';
}

.ql-formats .fa-paperclip:hover:after,
.ql-formats .fa-paperclip:active:after,
.ql-formats .fa-paperclip:focus:after {
    content: 'Upload File';
}

#divChatSection ol,
#divChatSection ul {
    padding-left: 1.5em;
}

    #divChatSection ol > li,
    #divChatSection ul > li {
        list-style-type: none;
    }

        #divChatSection ul > li::before {
            content: '\2022';
        }

    #divChatSection ul[data-checked=true],
    #divChatSection ul[data-checked=false] {
        pointer-events: none;
    }

        #divChatSection ul[data-checked=true] > li *,
        #divChatSection ul[data-checked=false] > li * {
            pointer-events: all;
        }

        #divChatSection ul[data-checked=true] > li::before,
        #divChatSection ul[data-checked=false] > li::before {
            color: #777;
            cursor: pointer;
            pointer-events: all;
        }

        #divChatSection ul[data-checked=true] > li::before {
            content: '\2611';
        }

        #divChatSection ul[data-checked=false] > li::before {
            content: '\2610';
        }

#divChatSection li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

#divChatSection li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

#divChatSection li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

#divChatSection ol li:not(.ql-direction-rtl),
#divChatSection ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}

#divChatSection ol li.ql-direction-rtl,
#divChatSection ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

#divChatSection ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

    #divChatSection ol li:before {
        content: counter(list-0, decimal) '. ';
    }

    #divChatSection ol li.ql-indent-1 {
        counter-increment: list-1;
    }

        #divChatSection ol li.ql-indent-1:before {
            content: counter(list-1, lower-alpha) '. ';
        }

    #divChatSection ol li.ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-2 {
        counter-increment: list-2;
    }

        #divChatSection ol li.ql-indent-2:before {
            content: counter(list-2, lower-roman) '. ';
        }

    #divChatSection ol li.ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-3 {
        counter-increment: list-3;
    }

        #divChatSection ol li.ql-indent-3:before {
            content: counter(list-3, decimal) '. ';
        }

    #divChatSection ol li.ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-4 {
        counter-increment: list-4;
    }

        #divChatSection ol li.ql-indent-4:before {
            content: counter(list-4, lower-alpha) '. ';
        }

    #divChatSection ol li.ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-5 {
        counter-increment: list-5;
    }

        #divChatSection ol li.ql-indent-5:before {
            content: counter(list-5, lower-roman) '. ';
        }

    #divChatSection ol li.ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-6 {
        counter-increment: list-6;
    }

        #divChatSection ol li.ql-indent-6:before {
            content: counter(list-6, decimal) '. ';
        }

    #divChatSection ol li.ql-indent-6 {
        counter-reset: list-7 list-8 list-9;
    }

    #divChatSection ol li.ql-indent-7 {
        counter-increment: list-7;
    }

        #divChatSection ol li.ql-indent-7:before {
            content: counter(list-7, lower-alpha) '. ';
        }

    #divChatSection ol li.ql-indent-7 {
        counter-reset: list-8 list-9;
    }

    #divChatSection ol li.ql-indent-8 {
        counter-increment: list-8;
    }

        #divChatSection ol li.ql-indent-8:before {
            content: counter(list-8, lower-roman) '. ';
        }

    #divChatSection ol li.ql-indent-8 {
        counter-reset: list-9;
    }

    #divChatSection ol li.ql-indent-9 {
        counter-increment: list-9;
    }

        #divChatSection ol li.ql-indent-9:before {
            content: counter(list-9, decimal) '. ';
        }

#divChatSection .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

#divChatSection li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

#divChatSection .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

#divChatSection li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

#divChatSection .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

#divChatSection li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

#divChatSection .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

#divChatSection li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

#divChatSection .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

#divChatSection li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

#divChatSection .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

#divChatSection li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

#divChatSection .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

#divChatSection li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

#divChatSection .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

#divChatSection li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

#divChatSection .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

#divChatSection li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

#divChatSection .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

#divChatSection li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

#divChatSection .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

#divChatSection li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

#divChatSection .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

#divChatSection li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

#divChatSection .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

#divChatSection li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

#divChatSection .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

#divChatSection li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

#divChatSection .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

#divChatSection li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

#divChatSection .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

#divChatSection li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

#divChatSection .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

#divChatSection li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

#divChatSection .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

#divChatSection li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

#divChatSection .ql-video {
    display: block;
    max-width: 100%;
}

    #divChatSection .ql-video.ql-align-center {
        margin: 0 auto;
    }

    #divChatSection .ql-video.ql-align-right {
        margin: 0 0 0 auto;
    }

#divChatSection .ql-bg-black {
    background-color: #000;
}

#divChatSection .ql-bg-red {
    background-color: #e60000;
}

#divChatSection .ql-bg-orange {
    background-color: #f90;
}

#divChatSection .ql-bg-yellow {
    background-color: #ff0;
}

#divChatSection .ql-bg-green {
    background-color: #008a00;
}

#divChatSection .ql-bg-blue {
    background-color: #06c;
}

#divChatSection .ql-bg-purple {
    background-color: #93f;
}

#divChatSection .ql-color-white {
    color: #fff;
}

#divChatSection .ql-color-red {
    color: #e60000;
}

#divChatSection .ql-color-orange {
    color: #f90;
}

#divChatSection .ql-color-yellow {
    color: #ff0;
}

#divChatSection .ql-color-green {
    color: #008a00;
}

#divChatSection .ql-color-blue {
    color: #06c;
}

#divChatSection .ql-color-purple {
    color: #93f;
}

#divChatSection .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

#divChatSection .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

#divChatSection .ql-size-small {
    font-size: 0.75em;
}

#divChatSection .ql-size-large {
    font-size: 1.5em;
}

#divChatSection .ql-size-huge {
    font-size: 2.5em;
}

#divChatSection .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

#divChatSection .ql-align-center {
    text-align: center;
}

#divChatSection .ql-align-justify {
    text-align: justify;
}

#divChatSection .ql-align-right {
    text-align: right;
}
