#emojikb-maindiv {
    z-index: 9999999;
}
.commentsHolder ul.commentsList h1 {
    position: relative;
    z-index: 99;
    font-size: 16px;
    text-align: center;
    padding: 80px;
}
.commentitem .commentContents .commentReactions > .reportComment.active {
    color: #ce4537;
    font-weight: 700;
}
.AddCommentHold .newCommentLeft .form-group span {
    position: absolute;
    width: 70px;
    text-align: center;
    right: -30px;
    top: -16px;
    background: #24282b;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
.markha span {
    display: block;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    color: #ff8e83;
    text-shadow: 0 0 25px #790000;
    font-weight: 700;
}
.markha {
    min-width: 135px;
    color: #fff;
    padding: 5px 2px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #232323;
    z-index: 99;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(3px);
}
.AddCommentHold .newCommentLeft .form-group:hover span {
    opacity: 1;
    visibility: visible;
}
.form-group label {
    margin-bottom: 0;
    margin-left: -7px;
}
.form-group {
    margin-bottom: 0;
    float: right;
    font-size: 12px;
    padding-top: 7px;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group label {
    position: relative;
    cursor: pointer;
    float: right;
}
.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ce4537;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 5px;
}
.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ce4537;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 5px;
}
div#addEmotions {
    float: left;
}
.commentitem .commentContents .commentReactions > span.like.likeBTn.active {
    color: #7bc700;
}
.commentitem .commentContents .commentReactions > span.like.disLikeBTn.active {
    color: red;
}
ul.commentReplies {
    list-style: none;
    padding: 2px 0 6px;
    margin: 0;
}
.commentitem .commentContents .commentReactions > .like em {
    position: absolute;
    top: -27px;
    width: 90px;
    text-align: center;
    right: -40px;
    opacity: 0;
    background: #323435;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 30px;
    transition: 0.3s all ease;
}
.commentitem .commentContents .commentReactions > .like:hover em {
    opacity: 1;
}
.commentitem .commentContents .commentReactions > .like em:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: #0000 #0000 #323435 #0000;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 0) rotate(180deg);
}
.commentitem {
    padding: 6px 0;
    display: flex;
}
.commentitem .commentAvatar {
    min-width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    border-radius: 50px;
    background: #1b1d1f;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
}
.commentitem .commentContents {
    display: inline-block;
    vertical-align: top;
    flex: 1 1 0%;
}
.commentitem .commentContents .innerComment {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: calc(100% - 50px);
}
.commentitem .commentContents .innerComment .bgInner {
    background: #dcdcde0d;
    padding: 10px 12px 6px;
    border-radius: 18px;
    display: inline-block;
}
.commentitem .commentContents .innerComment .bgInner p {
    display: block;
    font-weight: 700;
    line-height: 100%;
    font-size: 0.8125rem;
    margin-bottom: 4px;
    position: relative;
}
.commentitem .commentContents .innerComment .bgInner span.commentFlag {
    float: left;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.commentitem .commentContents .innerComment .bgInner span.commentFlag em {
    position: absolute;
    width: 150px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    background: #2d3033;
    color: #fff;
    padding: 3px 0;
    border-radius: 45px;
    top: -20px;
    right: -70px;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}
.commentitem .commentContents .innerComment .bgInner span.commentFlag i {
    font-size: 14px;
    display: block;
    position: relative;
}
.commentitem .commentContents .innerComment .bgInner span.commentFlag:hover em {
    opacity: 1;
    visibility: visible;
}
.commentitem .commentContents .innerComment .bgInner .commentText {
    font-size: 14px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 21px;
    text-align: initial;
}
.commentitem .commentContents .commentReactions {
    font-size: 13px;
    line-height: 100%;
    padding: 8px 0 0;
    user-select: none;
    position: relative;
    z-index: 9999;
}
.commentitem .commentContents .commentReactions > * {
    display: inline-block;
    color: #a9a9a9;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.commentitem .commentContents .commentReactions > * em {
    font-style: normal;
}
.commentitem .commentContents .commentReactions > * i {
    padding-left: 5px;
}
.commentitem .commentContents .commentReactions > time {
    cursor: default;
}
.commentitem .commentContents .commentReactions strong.sper {
    position: relative;
    display: inline-block;
    font-size: 10px;
}
.commentsHolder {
    position: relative;
    height: 100%;
}
.commentsHolder ul.commentsList {
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 426px;
    min-height: calc(100% - 80px);
}
ul.commentsList::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}
ul.commentsList::-webkit-scrollbar-thumb {
    background: #515258;
    border-radius: 00px;
}
ul.commentsList::-webkit-scrollbar-track {
    background: #1c1e27;
    box-shadow: inset 0 0 5px #0c0a1d08;
}
.AddCommentHold {
    position: relative;
    bottom: 0;
    z-index: 99999;
    margin: 6px 0 0;
    border-top: 1px solid #ffffff0f;
    padding-top: 7px;
}
.AddCommentHold .AddCommentAvatar {
    width: 36px;
    margin-left: 8px;
    max-height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.AddCommentHold .AddCommentAvatar i {
    height: 100%;
    width: 100%;
}
.AddCommentHold .newCommentInput {
    position: relative;
    background: #bdc4ec0f;
    border-radius: 8px;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 47px);
}
.AddCommentHold .newCommentInput input[type="text"] {
    display: block;
    position: relative;
    background: 0 0;
    border: 0;
    padding: 5px 10px;
    height: 33px;
    color: #fff;
    font-size: 12px;
    padding-left: 40px;
    width: 100%;
    position: relative;
}
.AddCommentHold .AddCommentAvatar a {
    font-size: 19px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: #1c1d20;
    height: 33px;
    line-height: 33px;
    color: #bbaeae;
}
.AddCommentHold .newCommentLeft {
    position: absolute;
    left: 24px;
    top: 7px;
}
.AddCommentHold .newCommentInput button.send {
    position: absolute;
    left: 3px;
    top: 0;
    height: 35px;
    background: 0 0;
    border: 0;
    color: #aaa;
    font-size: 17px;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(-90deg);
}
.AddCommentHold .newCommentLeft .add-emotions {
    height: 36px;
    text-align: center;
    width: 36px;
    line-height: 36px;
    font-size: 18px;
    cursor: pointer;
}
.commentsHolderHead {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ffffff0f;
    padding-bottom: 6px;
    position: relative;
    z-index: 999999;
}
.ordercommentsby {
    float: left;
}
.ordercommentsby > span {
    float: right;
    font-size: 13px;
    color: #716e6e;
    font-weight: 500;
    line-height: 26px;
}
.ordercommentsby .dropdown {
    float: left;
    margin-right: 10px;
}
.ordercommentsby .dropdown > ul {
    position: absolute;
    list-style: none;
    top: 100%;
    padding: 0;
    left: 0;
    width: 190px;
    background: #272525 !important;
    box-shadow: 0 0 20px #00000059;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.ordercommentsby .dropdown > span.current {
    display: block;
    padding: 4px 10px;
    cursor: pointer;
    color: #929292;
    border: 1px solid #92929245;
    border-radius: 45px;
    font-size: 11px;
    font-weight: 700;
}
.ordercommentsby .dropdown > ul li {
    display: table;
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s all ease;
}
.ordercommentsby .dropdown > ul li span {
    font-size: 13px;
    font-weight: 700;
}
.ordercommentsby .dropdown > ul li p {
    font-size: 12px;
    margin: 0;
}
.ordercommentsby .dropdown > ul li:nth-child(1) {
    border-bottom: 1px solid #dddddd0d;
}
.ordercommentsby .dropdown > ul li.active {
    background: #ff434c;
    color: #fff;
}
.playlist-area a.watchedDone {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    padding: 0;
    border-radius: 4px;
}
.commentitem .commentAvatar img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 45px;
}
