.histats-counter {
    margin-top: 3vh;
}

.modal-warning {
    color: red;
}

#singo_msg_etc {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    margin-top: 12px;
    padding: 0 12px;
    border: 1px solid #3a3a3a;
    background: #1f1f1f;
    color: #f1f1f1;
}

#singo_msg_etc::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.foreign-login-wrap {
    max-width: 420px;
    margin: 10vh auto;
    padding: 32px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.foreign-login-wrap h1 {
    margin: 0 0 8px;
}

.foreign-login-wrap p {
    margin: 0 0 16px;
    color: #666;
}

.foreign-login-wrap a {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
}

.login-register-button {
    background-color: #2e304c;
}

.focus-retriever-wrap {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

.focus-retriever-wrap input {
    position: absolute;
    left: -300px;
}

#password {
    text-security: circle;
    -moz-text-security: circle;
    -webkit-text-security: disc;
}

.mobile-detail .rhkd_bottom {
    padding-top: 10%;
}

.mobile-detail #container .rhkd_bottom .img_row {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 2px);
    max-width: 100%;
}

.mobile-detail #container .rhkd_bottom .img_row img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.mobile-detail .comment-rate .reply-link,
.mobile-detail .comment-rate .like-link,
.mobile-detail .comment-rate > i {
    font-size: 12px !important;
}

.mobile-detail .comment-rate .reply-link {
    opacity: 0.9;
}

.comment-form-error {
    display: none;
    margin-top: 8px;
    color: #f87171;
    font-size: 13px;
}

.comment-form-actions-end {
    justify-content: flex-end;
}

.profile-pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.3s ease;
}

.profile-pic img {
    position: absolute;
    z-index: 0;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
}

.profile-pic input {
    display: none;
}

.profile-pic .-label {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.profile-pic:hover .-label {
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
}

.profile-pic span {
    display: inline-flex;
    height: 1em;
    padding: 0;
    font-size: 12px;
}

.desktop-detail .episode {
    border-bottom: 1px solid #343434;
}

.desktop-detail .season-row {
    margin-bottom: 20px;
    padding: 10px;
}

.desktop-detail .season-row h3 {
    color: #fff;
}

.desktop-detail .row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.desktop-detail .col-6 {
    width: 50%;
    padding: 10px;
}

.desktop-detail .col-md-3 {
    width: 20%;
    padding: 10px;
}

.desktop-detail .episode-link {
    display: block;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0) 0%, #181818 10%);
    color: #d6d6d6;
    text-align: center;
    text-decoration: none;
}

.desktop-detail .episode-link:hover {
    background-color: #0a0a0a;
}

body:has(.desktop-detail) #app,
body:has(.desktop-detail) #container {
    min-width: unset !important;
}

.desktop-detail .video-remote {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.desktop-detail .video-remote.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s linear;
}

.desktop-detail .comment-rate .reply-link {
    opacity: 0.9;
}

.desktop-detail .comment-rate .reply-link,
.desktop-detail .comment-rate .like-link,
.desktop-detail .comment-rate > i {
    font-size: 12px !important;
}

.desktop-sportstv .menu_frame {
    max-width: 240px;
    flex-grow: 1;
}
