//TextGlobalMessage
section.section-input-send-text {
--height-toolbar: 15%;
height: 100%;
.ql-toolbar{
height: var(--height-toolbar);
background: whitesmoke;
}
div.input-send-text{
height: calc(100% - var(--height-toolbar));
overflow: auto;
color: whitesmoke;
font-size: 1rem;
.ql-editor.ql-blank::before {
.ql-tooltip {
top: 40% !important;
left: 20% !important;
background-color: #333333;
@media only screen and (max-width: 800px), only screen and (max-height: 800px) {
--height-toolbar: 30%;
.ql-toolbar {