
.speaking {
    font-style: italic;
    font-weight: bold;
}

.drag {
    background-color: green;
    border: 1px solid #ccc;
}

.enter {
    display: none;
}

.hidden {
    display: none;
}

.name {
    color: #2a6496;
    padding-right: 10px;
}

.bottom-15 {
    margin-bottom: 15px;
}

.item {
    padding-bottom: 10px;
}

.handle {
    cursor: move;
}

.logout {
    margin-top: 10px;
}

.error {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    color: #d43f3a;
}

[draggable] {
    user-select: none;
}