:root{
    --color-green: #6eb644;
    --color-yellow: yellow;
    --color-orange: #f58808;
    --color-red: #c50404;
}


.line{
    border-top: 2px solid;
    margin: 2px 0; 
}

.ql-editor
{
    color:#3d4446;
    width: 100%;
    font-weight: 400;
    margin: 0 auto;
}

.ql-editor h1, h2, h3, h4 {
    font-family: "Poppins","Roboto","Open Sans","Helvetica",sans-serif;
    font-weight: 700;
    line-height: 1.2;
}


.ql-editor table
{
    
    width: 100%;
    border-radius: 0px;
    border: 2px solid #ececee;
    margin-top: 30px;
    padding: 5px;
    border-collapse: collapse;  
}

.ql-editor td, th {
    line-height: 1.2;
    border-bottom: 2px solid #ececee;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.income {
    width: 100%;
    height: auto;
}
.smallBlock {
    margin-bottom: 25px;
}

.quill_svg
{
    width: 100%;
    height: auto;
}

.quill_svg svg
{
    width: 100%;
    height: auto;
    max-height: 1000px
}
.ql-editor .logo{
    width: 200px;
    float: right;
}

.ql-snow .ql-editor img,
.ql-editor img {
    max-height: 1000px;
}

.quill_pagebreak {
    display: none;
}

