@media print {
    body {
        background: #fff;
        color: #000;
    }

    .mic-btn, .toolbar, .tx-del, .modal {
        display: none !important;
    }

    .sheet {
        box-shadow: none;
        background: #fff;
    }
}
