#_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 .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;

}
.gap-3 
{
    gap:12px;
}
.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 > 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;

}

.size-setting-bar
{
    border-radius: 8px;
    background-color: #F5EFFD;
    gap: 50px;
    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;
}