@charset "utf-8";

.hidden {
    display: none !important;
}

video {
    width: 100%;
    height: auto;
}

div.reaction {
    text-align: center;
}

.reaction img {
    width: 24px;
    height: auto;
}

#reaction_message {
    color: red;
}

div.share {
    float: right;
    margin: 24px 8px 36px 0px;
    width: 48px;
    height: 48px;
    background-color: red;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

div.playback {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    text-align: center;
}

.playback button {
    margin: 2px 1px;
    padding: 2px;
    cursor: pointer;
}

.playback button.selected {
    font-weight: bold;
}

.title,
.description,
.duration,
.owner {
    text-align: center;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    margin: 8px;
    padding: 16px;
    border-radius: 8px;
    background-color: white;
}

.modal-content p {
    margin: 0px;
    padding: 0px;
}

.modal-message {
    padding: 8px;
    font-size: 16px;
}

.modal-validate {
    color: red;
}

#modal-keyword {
    font-size: 24px;
    font-weight: bold;
    width: 56px;
}

button#reaction-end-modal {
    background-color: lightpink;
    font-size: 16px;
    padding: 4px;
}