html, app {
    font-family: 'Noto+Sans+TC', Helvetica, Arial, sans-serif;
    touch-action: manipulation;
}

.te-disconnect-msg {
    display: none;
    position: fixed !important;
    bottom: 16px;
    left: 16px;
    z-index: 5000;
}

.te-button-fab {
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.te-text-per-line {
    white-space: pre-wrap;
    word-break: break-all;
}

.te-text-per-line-remove-space {
    white-space: pre-line;
    word-break: break-word;
}

.te-text-transform-none {
    text-transform: none !important;
}
