.remove-bookmark {
    padding: .5rem;
    cursor: pointer;
    display: none;
    align-items: center;
    transition: background .2s, color .2s;
    justify-content: center;
    border-radius: .1rem;
    margin: .1rem;
    font-size: 0.87rem;
    color: #d30505;
    white-space: nowrap;
    font-weight: 600;
}

.remove-bookmark i {
    margin-right: .2rem;
    color: #d30505;
    font-size: 1.2rem;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.player-loading {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: .4rem;
    background: #191919;
    border: .1rem solid #b1c9dd;
    padding: 7px 15px;
    color: #95b6d0;
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 1;
    transition: all .3s;
}

.container-avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.container-avatar .avatar {
    position: relative;
    width: 100px;
    height: 100px;
}

.container-avatar .avatar #avatar-src {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.container-avatar .avatar .upload-btn-avt {
    display: none;
    max-width: 40px;
    position: absolute;
    bottom: 30px;
    width: 28px;
    left: 39px;
    height: 28px;
    background-image: url(/assets/image/2297827.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.container-avatar .avatar .upload-btn-avt img {
    width: 100%;
    height: 100%;
    background-image: url(/assets/image/2297827.png);
}

.container-avatar .avatar .avatar-frame {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 120px;
    left: -11px;
    top: -13px;
}

.container-exp {
    width: 100%;
    height: 24px;
    background-color: #393838;
    position: relative;
    border-radius: 4px;
    border: 1px solid #0d4383;
}

.container-exp .exp {
    height: 100%;
    background-color: #0d4383;
    background: url(/assets/image/exp-background.jpg);
    background-size: cover;
    border-radius: 4px;
    z-index: 0;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

.container-exp .exp span {
    position: absolute;
    right: 5px;
    color: #c7b429;
    filter: drop-shadow(1px 1px 2px #ff4747);
    white-space: nowrap;
}

.container-exp .current-level {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-weight: 600;
    color: #ff0000;
    filter: drop-shadow(2px 2px 1px black);
    z-index: 1;
    display: flex;
    align-items: center;
}

.container-exp .next-level {
    position: absolute;
    right: 0;
    font-weight: 600;
    color: #ff0000;
    filter: drop-shadow(2px 2px 1px black);
    z-index: 1;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.icon-level {
    max-width: 24px;
    cursor: pointer;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border: none;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    height: 8px;
}

.icon-custom {
    max-width: 24px;
    cursor: pointer;
}

.dropdown-password {
    cursor: pointer;
    color: #8973ff;
}

.comment-list {
    margin-top: 5rem;
}

.editor-comment {
    position: relative;
    margin-bottom: 1em;
}

.editor-comment .comment-content {}

.editor-comment .comment-send {
    max-width: 48px;
    position: absolute;
    right: 5px;
    bottom: 1px;
}

.editor-comment .sub-comment-send {
    max-width: 48px;
    position: absolute;
    right: 5px;
    bottom: 1px;
}

.editor-comment .comment-emoij {
    max-width: 34px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    cursor: pointer;
}

.comment-item {
    display: flex;
    flex-direction: row;
    background-color: #474545;
    padding: 0px 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 15px;
}

.comment-item .comment-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
}

.comment-item .comment-avatar .avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
}

.comment-item .comment-avatar .frame {
    position: absolute;
    width: 74px;
    height: 74px;
    left: -7px;
    top: -10px;
    z-index: 1;
}

.comment-item .comment-avatar .users-ban {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: no-drop;
    z-index: 2;
}

.comment-item .comment-avatar .users-ban img {
    max-width: 30px;
}

.comment-item .comment-avatar .users-ban span {
    font-size: 13px;
    color: #f00;
    font-weight: 600;
    filter: drop-shadow(0px 0px 3px #fff);
}

.comment-item .comment-body {
    width: 100%;
    margin-left: 15px;
}

.comment-item .comment-body .comment-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.comment-item .comment-body .comment-info .comment-users {
    width: 100%;
    margin-bottom: 4px;
}

.comment-item .comment-body .comment-info .comment-users .username {
    font-weight: 600;
    color: #7277ff;
    filter: drop-shadow(1px 3px 2px black);
    cursor: pointer;
}

.comment-item .comment-body .comment-info .comment-users .episode_name {
    border: 1px solid #615fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
    background-color: #2c35a9;
    font-weight: 600;
    filter: drop-shadow(1px 2px 4px black);
}

.comment-item .comment-body .comment-info .comment-users .level {
    font-size: 11px;
    font-weight: 900;
    color: #df1b1b;
    background-color: #fff509;
    padding: 0 5px;
    border-radius: 4px;
    filter: drop-shadow(1px 2px 5px black);
}

.comment-item .comment-body .comment-info .comment-users .icon {
    max-width: 20px;
    cursor: pointer;
    filter: drop-shadow(3px 2px 2px black);
}

.comment-item .comment-body .comment-info .custom-icon .icon {
    max-width: 20px;
    cursor: pointer;
    filter: drop-shadow(3px 2px 2px black);
    margin-right: 5px;
    margin-bottom: 5px;
}

.comment-item .comment-body .comment-info .custom-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.comment-item .comment-body .comment-info .armorial {
    margin-right: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #27b71d;
}

.comment-item .comment-body .comment-message {
    word-break: break-all;
    margin-top: 5px;
}

.comment-item .comment-body .comment-time {
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    color: #ff7b52;
    filter: drop-shadow(1px 2px 2px black);
}

.comment-item .comment-body .action {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.comment-item .comment-body .action .comment-reply {
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    color: #fd4b07;
}

.comment-item .comment-body .action .comment-delete {
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    color: #fd0707;
}

.comment-item .sub-comment-list {
    width: 100%;
    border-left: 1px dotted #000;
    margin-top: 1rem;
    padding-left: 6px;
    padding-right: 5px;
}

.comment-item .sub-comment-list .comment-item {
    background-color: #353535;
}

.header-btn img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 6px #6f6f6f);
    border: 1px solid #524f59;
}

.order-comment {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #434343;
}

.order-comment .order-comment-item {
    cursor: pointer;
    font-weight: 400;
}

.order-comment .active {
    border-bottom: 2px solid #f00;
    font-weight: 800;
}

.comment-loading {
    display: flex;
    justify-content: center;
    background-color: #333;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #494949;
}