.voisis-modal {
    display: none;
    position: fixed;
    z-index: 4000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../img/ajax-loader.gif') 50% 50% no-repeat;
}
body{
    color:black;
}
body.voisis-loading {
    overflow: hidden;
}
.ql-formats button{
    color:#444 !important;
}
.ql-snow.ql-toolbar button:hover .ql-stroke{
    
    stroke:#a50202 !important;
}

.ql-formats button:hover{
    color:#a50202 !important;
    stroke:#a50202 !important;
}
.ql-color-gray,.ql-color-grey{
    color:#777;
}

.ql-color-voisistemp{
    color:#888;
    font-style: italic;
    /* font-family:'Courier New', Courier, monospace*/
}

body.voisis-loading .voisis-modal {
    display: block;
}

.ui-icon-closethick{
   color:white;
   background: rgb(185, 1, 1) url('../img/close.png') cover;
}

#notification {
    position: fixed;
    left: 0;
    bottom: 0;
    padding:7px;
    font-size: 14px;
    width:75vw !important;
    background:none;
}

input
{
    color: #222 ;
    background:#FFF ;
}
@media screen  and (max-width: 370px) {
    #voisis-button-autotext,#voisis-button-vocab{
        display:none !important;
    }
    #notification{
       display:none;
    }
    #voisis-bottom-img{
        max-width:none !important;
    }
}
.ql-container{
    
    letter-spacing:0.03rem !important;
    line-height:1.2rem !important; 
}
/*
#theme-toggle{
    display: none;
    pointer-events: none;
}
*/