.inputWrapper {
    width: fit-content;
    margin-bottom: 20px;
}

.newLine {
    margin: 2px;
}

.newLine::before {
    content: "\21E8";
}

.hidden {
    display: none;
}

.emoteSetId {
    min-width: calc(80% - 4px);
}

.selected {
    text-decoration: underline;
}

label {
    cursor: pointer;
}

button {
    width: 200px;
}

.output {
    width: 100%;
    overflow: visible;
}