.fb_iframe_widget > span {
    height: 20px !important;
}
.copy-link-btn{
  background: #c5000bd1;
    border: 0px;
  border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 6px;
    color: #fff;
        vertical-align: middle;
    font-weight: bold;
}
/* CSS cho rank với số lượng màu text-shadow tương ứng */
.user-rank, .user-title {
  text-transform: capitalize;
}
.rank-info {
    text-align: center;
    text-transform: capitalize;
}
.rank-0 {
    color: #ff0000; /* Đỏ */
    text-shadow: 1px 1px 2px #000; /* Bóng đen */
}

.rank-1 {
    color: #ff7f00; /* Cam */
    text-shadow: 1px 1px 2px #ff0000; /* Bóng đỏ */
}

.rank-2 {
    color: #ffff00; /* Vàng */
    text-shadow: 1px 1px 2px red, 1px -1px 2px blue; /* Bóng đỏ, xanh dương */
}

.rank-3 {
    color: #00ff00; /* Xanh lá */
    text-shadow: 1px 1px 2px #ff0000, 1px -1px 2px blue, -1px 1px 2px purple; /* Đỏ, xanh dương, tím */
}

.rank-4 {
    color: #0000ff; /* Xanh dương */
    text-shadow: 1px 1px 2px red, 1px -1px 2px blue, -1px 1px 2px purple, -1px -1px 2px green; /* Đỏ, xanh dương, tím, xanh lá */
}

.rank-5 {
    color: #4b0082; /* Chàm */
    text-shadow: 1px 1px 2px red, 1px -1px 2px blue, -1px 1px 2px purple, -1px -1px 2px green, 2px 2px 2px orange; /* Đỏ, xanh dương, tím, xanh lá, cam */
}

.rank-6 {
    color: #8f00ff; /* Tím */
    text-shadow: 1px 1px 2px red, 1px -1px 2px blue, -1px 1px 2px purple, -1px -1px 2px green, 2px 2px 2px orange, -2px -2px 2px yellow; /* Đỏ, xanh dương, tím, xanh lá, cam, vàng */
}

li.if-login.user-avatar-menu a b {
    color: #fff;
    margin-left: 3px;
}

.cmt-in {
    position: absolute;
    top: 15px;
    right: 10px;
    font-weight: 700;
}
.user-rank .progress-bar {
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
form#commentform img.user-vip {
    position: absolute;
    top: -35%;
    margin: auto;
    right: 0;
    left: 0;
    width: 30px;
}
form#commentform  img.avatar {
    border-radius: 100%;
    border: 1px solid #cccccc;
    padding: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    float: none;
}
.comment-author.vcard img.user-vip {
    position: absolute;
    top: -20%;
    margin: auto;
    right: 0;
    left: 0;
    width: 20px;
}
.cmt-avatar {
    position: relative;
}
div.comment-respond {
    margin-top: 20px;
}
/* CSS file for Novel plugin */
div#custom_html-11 a.uk-button.uk-button-secondary {
    padding: 0px 8px;
    font-size: 9px;
    line-height: 24px;
}
.vip {
  font-size: 11px;
      position: relative;
      color: white;
      font-weight: bold;
      background-color: #ffb600;
      padding: 5px 10px;
      border-radius: 3px;
      overflow: hidden;
}

.vip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Bắt đầu ngoài phần tử */
    width: 200%; /* Đủ rộng để phủ kín phần tử */
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.5) 50%, transparent 100%);
    /* animation: shimmer 2s infinite; */
}

@keyframes shimmer {
    0% {
        left: -50%;
    }
    100% {
        left: 50%;
    }
}

.hot {
    background-color: #ff2853;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 2px 6px 3px;
}
.new {
    border-radius: 5px;
    background-color: #56ccf2;
    margin-right: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 2px 6px 3px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hot {
  animation: blink 0.8s infinite;
  margin-right: 10px;
}

#tim-truyen
.trang-thai {
    position: absolute;
    top: 5px;
    left: 5px;
}
#tim-truyen .trang-thai>a {
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    background: #2271b1;
    padding: 3px 5px;
}
li.menu-avatar img.avatar, li.if-login.user-avatar-menu a img, img.avatar.avatar-200 {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
a.uk-button.uk-button-secondary {
    padding: 0 10px;
    font-size: 11px;
    margin-right: 3px;
}

@media (max-width: 768px) {
  .uk-modal-title {
      font-size: 22px;}
}
.tm-page.dark .tm-headerbar-top.tm-headerbar-default {
    background-color: #18191a !important;
}
.tm-page.dark div#footer {
    background-color: #242526;
    border-color: #e4e6eb;
}
.tm-page.dark .uk-dropnav-dropbar {
    background-color: #242526;
  }

.tm-page.dark  .uk-navbar-dropdown-dropbar a.el-link {
      color: #ebebeb;
  }
  .tm-page.dark  .uk-navbar-dropdown-dropbar a.el-link:hover {
        color: #f18121;
    }
.tm-page.dark .uk-section-primary {
        background: #333333;
        color: #f18121;
      }
.tm-page.dark .uk-tile-secondary {
  background-color: #242526;
  color: #ebebeb;
      }
.tm-page.dark .uk-navbar-container:not(.uk-navbar-transparent) {
          background: #242526;
      }
.tm-header-mobile .toggle-theme svg {
    width: 30px !important;
    height: 30px !important;
}
.tm-header-mobile li.menu-avatar img.avatar {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}
/* /////////////////////////////// */
.social-share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.social-share-btn img, .copy-link-btn img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
}
.social-share-btn img:hover, .copy-link-btn img:hover {
    opacity: 0.8;
}
.chapter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dots {
    flex-grow: 1;
    border-bottom: 1px dotted #000; /* Dòng chấm chấm */
    margin: 0 10px; /* Khoảng cách giữa các phần */
}
.uk-text-meta.time-ago{
  font-size: 10px;
  align-content: flex-end;
}
/* /////////////////////////////////////////// */
ul.uk-subnav {
    margin: 0;
}
.follow-count, .unread-count {
        margin-left: 5px;
        vertical-align: top;
        position: absolute;
        right: -8px;
        top: -8px;
        display: flex;
        height: 20px;
        width: 20px;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        font-size: 0.875rem;
        line-height: 2rem;
        font-weight: 600;
        color: #fff;
        background-color: #007bff;
}
.comment {
    margin-bottom: 35px;
}
.comment img.avatar {
    width: 56px;
    height: 56px;
    max-width: 56px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    padding: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    float: none;
}
b.fn a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    margin-right: 5px;
    color: #00B38F;
}
.comment-metadata {
    padding: 0 5px;
    font-size: 11px;
}
div#\#comment {
    max-width: 750px;
    margin: 7px auto 15px auto;
    padding: 5px 1px;
}
textarea#comment {
word-break: break-word;
    outline: 0;
    overflow-y: auto;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
  width: 100%;
}
input#submit {
    border: none;
    cursor: pointer;
    font-family: "Arial Hebrew", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    box-shadow: 1px 1px 3px -1px #bbb;
    border-radius: 3px;
    max-width: none;
    max-width: none;
    background-color: #07B290;
    color: #FFFFFF;
}
.reply {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
span.says, h3#reply-title, p.comment-form-comment label {
  display:none;
}
p.form-submit {
    text-align: right;
}
.comment-content {
    padding-bottom: 0px;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  margin-left: 25px;
}
.comment-text {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 17px;
    font-size: 16px;
}
.depth-1 .comment-header {
    /* background-color: #f7f7f7; */
    margin-left: -1px;
    padding: 10px 0 7px 42px;
}
.depth-1 .cmt-avatar {
    width: 70px;
    margin-right: -34px;
    position: relative;
}
.comments-list {
    padding: 35px 0;
}
.reply.uk-position-absolute {
    bottom: -10px;
    margin: auto;
    left: 10%;
  max-width: max-content;}
.reply.uk-position-absolute a {
    background-color: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    padding: 1px 20px 1px 16px;
}
.reply.uk-position-absolute a:hover::before {
    right: 100%;
    border-bottom: none;
}
.reply.uk-position-absolute a:hover {
    background-color: #07b290;
  color: #fff;
}
ul.children {
    list-style-type: none;
}
ul.children .children {
    padding-left: 0px !important;
}
