.globitochat {
    width: 100%;
    font-size: 1em;
    font-family: 'Indivisa Text Sans';
    color: #1e1e1e;
    text-align: justify;
    background: linear-gradient(120deg, #f6f6f6 11%, #f6f6f6 106%);
    --m: conic-gradient(from -30deg at bottom, #0000, #000 1deg 60deg, #0000 61deg) bottom / 100% 50% no-repeat, conic-gradient(at 20px 20px, #000 75%, #0000 0) -10px -10px padding-box, radial-gradient(50% 50%, #000 98%, #0000) 0 0 / 20px 20px space padding-box;
    padding: 5%;
    border-bottom: 20px solid #0000;
    -webkit-mask: var(--m);
    mask: var(--m);
}


