@charset "UTF-8";

.theme_dark #output {
    text-shadow: none;
    /*font-family: var(--font-bold);*/
}

.theme_dark .output_lines {
    padding: 5px 10px;

    border-radius: 8px;
    background-color: rgba(0,0,0,0.7);

    width: max-content;
    max-width: 100%;
    overflow-wrap: break-word;
}


.theme_dark .highlighted_message {
    background-color: rgba(109, 31, 119, 0.7);
}

.theme_dark .highlighted_cheer {
    background-color: rgba(133, 70, 34, 0.7);
}

.theme_dark .highlighted_sub {
    background-color: rgba(69, 141, 35, 0.7);
}

.theme_dark #tool_bar {
    padding: 5px 20px;
    border-radius: 8px;

    top: 3px;
    left: 8px;

}