html {
    background-color: #f1f1f1;
    -ms-overflow-style: none;
}

html,
body,
#root {
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:active {
    text-decoration: none;
}

/* .ql-doc */

/* .ql-doc:before {
    font-family: 'Material Icons';
    content: '\e415';
    font-size: 18px
} */

/* .ql-reference:before { */
/* font-family: 'Material Icons'; */
/* content: 'Reference'; */
/* font-size: 18px */
/* } */

.ql-price i {
    font-size: 18px
}

.ql-priceContent {
    color: #122632;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
        0 2px 1px -1px rgba(0, 0, 0, 0.12),
        0 1px 1px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
        0 2px 1px -1px rgba(0, 0, 0, 0.12),
        0 1px 1px 0 rgba(0, 0, 0, 0.14);
    padding: 10px 16px;
    margin: 0 0px 15px;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: 0;
    margin-right: 0.3em !important;
    /* text-align: 0 */
}

.ql-editor ul>li {
    list-style: disc !important;
}

.ql-editor ol>li,
.ql-editor ul>li {
    padding-left: 0 !important
}

.ql-editor ul>li::before {
    width: 9px;
    content: none !important
}

.portal ul>li::before {
    margin-left: 6px !important;
    margin-right: 18px !important;
    width: 0 !important;
}

.CodeMirror {
    height: auto !important;
    overflow-x: auto !important;
}

.CodeMirror-scroll {
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}
/*# sourceMappingURL=main.7dfbdea5.css.map*/