#_chuong_new ul
{
    list-style: none;
    padding: 0px;
    gap: 24px;
    column-count: 2;
}
#_chuong_new ul li:nth-child(n+2)
{
    margin-top:8px;
}
#_chuong_new ul li:hover a 
{
    color:#A064E8;
}
#_chuong_new 
{
    max-height: 450px;
    overflow: auto;
}
#_chuong_new::-webkit-scrollbar {
    display: none;               
}
#_chuong_new ul li
{
    padding:9px 16px;
    border-top:1px solid #F5F5F5;
}
#_chuong_new ul li:hover
{
    padding-left:24px;
    transition: all .3s linear;
}
#_chuong_new ul a 
{
    font-size: 18px;
}
#modal-list-chapter .uk-drop.uk-dropdown
{
    box-shadow: 3px 3px 6px 0px #00000014, -3px -3px 6px 0px #0000000F;
    border-radius: 12px;
    padding:16px;
}
#modal-list-chapter .uk-drop.uk-dropdown ul
{
    list-style: none;
    padding-left:0px;
}
#modal-list-chapter .filter-bar 
{
    background-color: #A064E814;  
    margin:24px -40px;
    padding:10px 40px;
}
#modal-list-chapter button:not(.uk-close) 
{
    all:unset;
    border:1px solid #E4E4E4;
    border-radius: 8px;
    padding:8px 16px;
    cursor: pointer;
}
.uk-modal-close-outside
{
    transform:translate(0,-100%) !important;
}
#modal-list-chapter .uk-modal-body
{
    padding:30px;
    width:960px;
    border-radius: 24px;
}
.text-gradient
{
    background: linear-gradient(90deg, #ce68b2 0, #6ea3fa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#modal-list-chapter .uk-modal-title{
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;

}
#modal-list-chapter,
#modal-setting
{
    padding-top:50px;
}
.gap-1 
{
    gap:4px;
}
.gap-2 
{
    gap:8px;
}
.gap-3 
{
    gap:12px;
}
.gap-4
{
    gap:16px;
}
.text-uppercase
{
    text-transform: uppercase !important;
}
.rounded-full
{
    border-radius: 100%;
}
.list-color > button 
{
    padding:5px;
    height:32px;
    width:32px;
    box-sizing: border-box;
    border-radius: 100%;
}
.list-color > button.active
{
    position: relative;
    background-color: transparent !important;
}
.list-color > button.active:before 
{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%);
    border-radius: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: 1;
}
.list-color > button.active:after 
{
    content:"";
    background-image:url(/wp-content/uploads/2025/07/Vector-31.png);
    position: absolute;
    z-index: 1;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 10px;
    height: 7px;
}
.list-color > button > div 
{
    height:22px;
    width:22px;
}
.button-setting.uk-button
{
    all:unset;
    padding:6px 8px;
    border-radius: 8px;
    border:1px solid #000000;
    line-height: 24px;
    position:relative;
}
.button-setting.uk-button.active 
{
    background: linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%);
    border:1px solid #CF67B1;
    color:white;

}
.whitespace-nowrap
{
    white-space: nowrap !important;
}
.size-setting-bar
{
    border-radius: 8px;
    background-color: #F5EFFD;
    gap: 16px;
    padding:8px 55px;
}
.size-setting-bar input 
{
    width:75px !important;
    border:none !important;
    background-color: transparent !important;
    height: 27px;
}
.cursor-pointer.uk-button
{
    cursor: pointer !important;
}
.all-unset
{
    all:unset !important;

}
#modal-setting .uk-modal-body
{
    box-shadow: 0px 0px 20px 0px #00000014;
    border-radius: 24px;
    padding:40px;
    width:482px;
}
.overflow-auto
{
    overflow: auto;
}

.container-font-list > div::-webkit-scrollbar {
    display: none;               
}
.container-font-list  > div 
{
    max-width: 60%;
}
.container-font-list > button 
{
    padding:0px 11px !important;
}
.box-setting img 
{
    height:248px;
    object-fit: cover;
}
.comment-item .avatar
{
    height:48px;
    width:48px;

}
.comment-item .post-img 
{
    width:54px;
    height:76px;
    object-fit: cover;
    border-radius: 4px;
}
.comment-item .content 
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.comment-item .uk-card-default 
{
    padding:12px;
    background-color:#F5EFFD;
    border:2px solid #A064E8;
    border-radius: 10px;
}
.comment-item >div 
{
    height:100%;
}
.comment-item .box-avatar
{
    position: relative;
    width: fit-content;
    z-index: 1;
    overflow: hidden;
    border: none;
    border-radius: 100%;
}
.comment-item .content 
{
    font-size: 18px;
}
.comment-item .box-avatar:before 
{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%);
    border-radius: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}
.top-comment .uk-slidenav > svg
{
    display: none;
}
.top-comment .uk-slidenav 
{
    background-color: #E4E4E4;
    color: white;
    height: 36px;
    width: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0px;
    transform: translate(50%, -50%);
}
.comment-item .uk-icon[uk-icon="ju_comment"]
{
    color:#CF66B0;
}
.comment-item .name 
{
    color:#A064E8;
}
.comment-item 
{
    width:30%;
}

.flex-shrink-0
{
    flex-shrink: 0;
}
.line-clamp-1
{
    
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.top-post-item
{
    padding:11px 0px;
}
.top-post-item:hover .title 
{
    background: linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.top-post-item .thumb img 
{
    width: 50px;
    height:67px;
    object-fit: cover;
}
.top-post-item .title
{
    font-weight: 700;
    color:#000000;
}
.top-post-item .author-name
{
    color:#CF66B0;
    font-size: 14px;
}
.top-comment-posts .top-post-item:nth-child(n+2)
{
    margin-top:12px;
}
.top-comment-posts .uk-icon[uk-icon="ju_up"]
{
    color:#6AC259;
}
.lich-su-bang-nguc .item 
{
    font-size: 18px;
}
.lich-su-bang-nguc .uk-text-sencondary
{
    color:#CF66B0;
}
.lich-su-bang-nguc .name 
{
    color:#A064E8;
}
.lich-su-bang-nguc .item:nth-child(n+2)
{
    margin-top:6px !important;
}
.bia-truyen-animate
{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transform: rotateY(-20deg);
    box-shadow: -10px 14px 25px rgba(0, 0, 0, 0.3);
}
.bia-truyen-animate:before
{
    background-image: url(/wp-content/uploads/2025/08/bia-sach.svg);
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 0 0 4px;
    content: "";
    height: 100%;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 20;
    transform: rotate(180deg);
}
.line-clamp-3 
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-2
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages,
.ju-comment-custom,
.ju-sidebar-truyen .el-content
  {
    /* background-image: url(/wp-content/uploads/2025/09/BG-CHATROOM-NENVANG-RAW.png) !important; */
    background-image: var(--chatroom-bg) !important;
}
/* .loading-truyen *
{
    display: none;
} */
.truyen-filter > div
{
    width:calc(50% - 24px);
}
.truyen-filter
{
    display: flex;
    flex-wrap: wrap;
    gap:24px;
}
.truyen-filter.the-loai > div{
    /* width:calc(25% - 24px); */
    width:auto;
}
.truyen-filter.author > div,
.truyen-filter.do-dai > div

{
    width:auto;
}
.truyen-filter.author,
.truyen-filter.the-loai

{
    max-height: 230px;
    overflow: auto;
}
.truyen-filter .filter-label
{
    font-size: 18px;
    cursor: pointer;
    display: flex;
    gap:5px;
    align-items: center;
}

.truyen-filter .radio-btn
{
    height:24px;
    width:24px;
    box-sizing: border-box;
    border-radius: 100%;
    border:2px solid #A4A6BB;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.truyen-filter .filter-label.active .radio-btn::before
{
    content:"";
    display: block;
    height:16px;
    width:16px;
    border-radius: 100%;
    background-color:#CF66B0;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.filter-label.active
{
    color:#CF66B0;
}
.filter-label.active .radio-btn
{
    border-color:#CF66B0;
}
#btn-filter-search 
{
    border-radius: 90px;
    font-size: 16px;
    padding: 0 20px;
    line-height: 41px;
}
.title-filter
{
    color:#CF66B0;
    font-weight: 700;
    font-size: 24px;
}
#post-slider-paralax .thumb
{
    border-radius: 4px;
    box-shadow: 0px 8px 15px 0px #00000026;
    height:180px;
    width:100%;
    object-fit: cover;
}
.post-content.uk-card-default
{
    background: linear-gradient(270deg, rgba(207, 103, 177, 0.1) 0%, rgba(110, 162, 249, 0.1) 100%);
    border-radius: 8px;
    margin-top:24px;
    padding: 12px 16px;
}
.post-content.content-paralax-slider .title
{
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post-content.content-paralax-slider .author 
{
    color:#CF66B0;
    margin:6px 0px;
    font-size: 19px;
}
.post-content.content-paralax-slider .editor
{
    font-size: 18px;
} 

.post-content.content-paralax-slider .uk-button
{
    margin:auto;
    border-radius: 90px;
} 
.post-content.content-paralax-slider .stats > span
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 18px;
}
.post-content.content-paralax-slider .stats .uk-icon 
{
    height: 20px;
    width:20px;
}

.post-content.content-paralax-slider .stats > span:first-child *
{
	color:#A064E8;
    fill:#A064E8;
}
.post-content.content-paralax-slider .stats > span:nth-child(2) *
{
	color:#6DA2F9;
    fill:#6DA2F9;
}
.post-content.content-paralax-slider .stats > span:nth-child(3) *
{
	color:#D90D0D;
    fill:#D90D0D;
}

.loading-truyen .sk-block,
.loading-truyen .title a,
.loading-truyen .tac-gia,
.loading-truyen .bien-tap,
.loading-truyen .danh-muc,
.loading-truyen .luot-xem,
.loading-truyen .luot-luu {
    background: #eee;
    color: transparent !important;
    border-radius: 4px;
    min-height: 14px;
}

.skeleton-list .skeleton 
{
    background: #eee;
    color: transparent !important;
    border-radius: 4px;
    min-height: 20px;
    width:100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #E4E4E4;
    animation: shimmer 1.5s infinite;
}
.skeleton-list .skeleton:nth-child(n+2)
{
    margin-top:16px;
}
.uk-navbar-left
{
    flex-wrap: nowrap;
    flex-shrink: 0;
}
.tm-header  .uk-search-icon 
{
    flex-shrink: 0;
    margin-right: 8px;
}
#chinh-sach-side .uk-offcanvas-bar
{
    padding:0px;
    width:332px;
}
.ju-comment-form > p 
{
    padding-left:16px;
}
.lich-su-bang-nguc 
{
    max-height:409px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f2f2f2; 
}

.story-slider-items .el-image 
{
    width:100%;
    height: 206px;
    object-fit: cover;
}
.story-slider-items .item 
{
    background: linear-gradient(270deg, rgba(207, 103, 177, 0.1) 0%, rgba(110, 162, 249, 0.1) 100%);
    border-radius: 8px;
    overflow: hidden;
}
.story-slider-items .item .qty-cont
{
    background: linear-gradient(0deg, rgba(207, 103, 177, 0.8) 0%, rgba(110, 162, 249, 0.8) 100%);
    transform: translatey(-100%);
    margin-bottom: -27px !important;
    padding: 3px 10px;
    font-size:14px;
    color:white;
}
.story-slider-items .item .qty-cont .uk-icon
{
    margin-right:6px;
}
.story-slider-items .item .qty-cont .uk-icon svg
{
    color:white;
    width:14px;
}
.story-slider-items .item .qty-cont .uk-icon *
{
    fill:white !important;
}
.story-slider-items .item .uk-card-default 
{
    padding:6px 10px;
}
.story-slider-items .item .category 
{
    font-size: 14px;
}
.story-slider-items .item .title 
{
    font-weight: 600;
}
.story-slider-items .item .tac-gia 
{
    color: #A064E8;
    font-size: 17px;
}
.story-slider-items .item .bien-tap
{
    color: #CF66B0;
    font-size: 15px;
}
.story-slider-items .item:hover .title
{
    background: linear-gradient(90deg, #ce68b2 0, #6ea3fa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.skeleton-card
{
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 400% 100%;
    animation: shimmer 1.5s infinite;
    height:250px;
    border-radius: 8px;
}
@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}
.loading-truyen .sk-block,
.loading-truyen .title a,
.loading-truyen .tac-gia,
.loading-truyen .bien-tap,
.loading-truyen .danh-muc,
.loading-truyen .luot-xem,
.loading-truyen .luot-luu {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 400% 100%;
    animation: shimmer 1.5s infinite;
}
  
@media(max-width:640px) {
    .lich-su-bang-nguc .item 
    {
        font-size: 16px;
    }
    .size-setting-bar
    {
        padding:8px 16px;
        justify-content: center;
    }
    #_chuong_new ul
    {
        column-count: 1;
    }
    .container-font-list  > div 
    {
        max-width: 50%;
    }
    .comment-item
    {
        width:100%;
    }
    .comment-item .uk-card-default
    {
        padding:12px;
    }
    .comment-item .name
    {
        font-size: 15px;
        font-weight: 600;
    }
    .comment-item .content
    {
        font-size: 16px;
    }
    .top-post-item .title
    {
        font-size: 15px;
    }
}
@media(max-width:959px)
{
    .uk-modal-full form .uk-search-input::placeholder
    {
        color:white;
    }
    .uk-modal-full .uk-search-input::placeholder
    {
        font-size: 16px !important;
        font-weight: 300;
        line-height: 24px !important;

    }
    .uk-modal-full .uk-search-icon
    {
        left:auto;
        right:0px;
    }
    .uk-search-large .uk-search-input
    {

    }
    .uk-modal-full .uk-search-icon svg 
    {
        height:19px;
        width:19px;
        color:white;
    }
    .uk-modal-full .uk-modal-dialog
    {
        background: #000000d6;
        align-items: start;
    }
    .uk-modal-full .uk-modal-dialog > div 
    {
        width:100%;
    }
    
    .uk-modal-full .uk-close
    {
        color:white;
    }
    .uk-modal-full  form 
    {
        margin-top:130px;
    }
    .uk-modal-full form .uk-search-input {
        background: #00000033;
        border: 1px solid #CE68B2;
        border-radius: 10px;
        padding-left: 20px !important;
        height: 44px;
        line-height: 24px;
        font-size: 16px !important;
        font-weight: 300;
        line-height: 24px !important;
        color:white;
    }
}