.state {
    color: #888888;
    font-weight: bold;
}

.error {
    color: #ff2222;
    font-weight: bold;
}

.ok {
    color: #22ff22;
    font-weight: bold;
}

.warning {
    color: #ffc600;
    font-weight: bold;
}

.hint {
    color: #666666;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
}

input, textarea {
    width: 100%;
}

.description-box {
    padding-top: 30px;
}

.required {
    font-weight: bold;
}

.required label {
    font-weight: bold;
}

.optional {
    font-weight: bold;
    color: #888888;
}

.optional label {
    font-weight: bold;
    color: #888888;
}

input[type=file] {
    border: none;
    background: none;
    padding: 0;
}

input[disabled] {
    background-color: #aaaaaa;
}

input[type="checkbox"] {
    margin: 4px 6px;
}

label {
    display: inline;
    padding: 0;
}

ul {
    list-style: none;
}

.disabled[type="submit"] {
    background-color: #aaaaaa;
}

.speaker-avatar {
    max-width: 200px;
    max-height: 200px;
    margin: 14px 0px;
}

.talk-status {
    font-weight: bold;
}

.talk-status-1 {
    color: #005500;
}

.talk-status-2 {
    color: #550000;
}

.remove_speaker {
    color: #f00;
    width: fit-content;
}
.remove_speaker:hover {
    font-style: italic;
    cursor: pointer;
}

.tagify{
    border-radius: 5px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}