.aside-wrapper {
    display: flex;
}
section .head {
    margin-bottom: 15px;
}
section .head.with-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section .head .title {
    margin: 0;
    padding: 0;
    font-size: 1.55rem;
    font-weight: 600;
    white-space: nowrap;
    color: #ddd;
}
section .head .end-tabs {
    display: flex;
    align-items: center;
    font-size: .9rem;
}
.fa-angle-left:before {
    font-size: 1.8rem;
    font-weight: 500;
}
.fa-angle-right:before {
    font-size: 1.8rem;
    font-weight: 500;
}
section .text-tabs .tab {
    font-size: .9rem;
}
section .head .text-tabs {
    font-weight: 600;
}
section .head .text-tabs .tab {
    padding: 0 3px;
}
.text-tabs .tab.active, .text-tabs .tab:hover {
    color: #aaa;
}
.text-tabs .tab {
    color: #666;
    transition: all .2s;
    cursor: pointer;
    position: relative;
    padding: 2px 0;
}
section .head .paging {
    margin-left: 8px;
}
section .head .paging>span.disabled {
    color: #373737;
}
section .head .paging>span {
    padding: 1px 11px;
    display: inline-block;
    color: #666;
    background: #1c1c1c;
    cursor: pointer;
    width: 45%;
    border-radius: 5px;
}
section .head .paging .page-number-head {
    align-content: center;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}
section .bottom .page-number-bottom {
    align-content: center; 
    font-size: 14px !important; 
    padding: 0px 10px 0px 10px; 
    width: 5% !important;
}

/* normal card css */
.ani.items {
    margin: 0 -10px;
}
.ani.items .item {
    padding: 0 10px;
    width: 16.6666666667%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.ani.poster {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.ani.poster>a {
    display: block;
    width: 100%;
    padding-bottom: 140%;
    position: relative;
    z-index: 3;
}
.ani.poster>a:before {
    content: "";
    background: rgba(14,14,14,.6);
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    opacity: 0;
    transition: all .4s;
}
.ani.poster>a img {
    width: 100%;
    height: 99.0%;
    position: absolute;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ani.items .item .poster .meta {
    background: #242424;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #aaa;
    font-size: .7rem;
    z-index: 4;
}
.ani.items .item .poster .meta .inner {
    position: relative;
    padding: 0 5px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.ani.items .item .inner {
    position: relative;
    width: 100%;
}
.ani.items .item .poster .meta .inner .left {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.ani.poster>a:focus-within:after, .ani.poster>a:focus-within:before, .ani.poster>a:focus:after, .ani.poster>a:focus:before, .ani.poster>a:hover:after, .ani.poster>a:hover:before {
    opacity: 1;
}
.ani.poster>a:after {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    content: "\f04b";
    font-family: "FontAwesome";
    top: 50%;
    left: 50%;
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}
.ani.items .item .info .name {
    margin-top: .9rem;
    color: #aaa;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3rem;
    max-height: 2.5rem;
    overflow: hidden;
    height: 3.75rem;
}
.ani.items .item .info .name:hover {
    color: #a885da;
}
section#recent-update .paging.bottom {
    display: none;
}
.favourite.dropup.for_mobile {
    display: none;
}
@media screen and (max-width: 1199px) {
    .aside-wrapper {
        display: block;
    }
    .ani.items .item {
        width: 25.001%;
    }
    section .head .title {
        font-size: 1.35rem;
    }
    .favourite.dropup.for_mobile {
        display: block;
        z-index: 10;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        color: #222;
        font-size: 15px;
    }
    [data-toggle="dropdown"] .fa.fa-plus {
        width: 27px;
        height: 27px;
        align-content: center;
        cursor: pointer;
    }
    [data-toggle="dropdown"] .fa.fa-check {
        width: 27px;
        height: 27px;
        align-content: center;
        cursor: pointer;
    }
    .dropdown-menu.dropdown-menu-right-for_mobile.folders {
        position: absolute;
        top: 99%;
        right: -37%;
        z-index: 1000;
        display: none;
        float: right;
        height: fit-content;
        padding: .4rem 0;
        margin: .125rem 0 0;
        color: #777;
        text-align: left;
        list-style: none;
        background-color: #242424;
        background-clip: padding-box;
        border: 1px solid #303030;
        border-radius: 5px;
    }
    .dropdown-menu.dropdown-menu-right-for_mobile.folders .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #848484;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dropdown-menu.dropdown-menu-right-for_mobile.folders .dropdown-item:hover {
        color: #adadad;
        text-decoration: none;
        background-color: #2e2e2e;
    }
    .dropdown-menu.dropdown-menu-right-for_mobile.folders .dropdown-item.active, .dropdown-menu.dropdown-menu-right-for_mobile.folders .dropdown-item:active {
        color: #a885da;
        text-decoration: none;
        background-color: #303030;
    }
    .dropdown-menu.dropdown-menu-right-for_mobile.folders .dropdown-item .text-danger {
        color: #e74c3c;
    }
}
@media screen and (max-width: 790px) {
    .ani.items .item {
        width: 33.33%;
    }
    section#recent-update .paging.bottom {
        display: flex;
        gap: 10px;
    }
    section#recent-update .paging.bottom>span.disabled {
        color: #373737;
    }
    section#recent-update .paging.bottom>span {
        width: 50%;
        display: block;
        text-align: center;
        background: #1c1c1c;
        font-size: 10px;
        border-radius: 3px;
    }
}
@media screen and (max-width: 577px) {
    section#recent-update .head.with-more {
        display: flex;
    }
    section .head .paging {
        margin-left: auto;
    }
    .ani.items .item {
        width: 50%;
    }
    section .head .title {
        font-size: 1.1rem;
    }
    section .text-tabs .tab {
        font-size: .8rem;
    }
    .fa-angle-left:before {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .fa-angle-right:before {
        font-size: 1.5rem;
        font-weight: 500;
    }
    section .head .paging>span {
        text-align: center;
        background: #1c1c1c;
        margin: 0px 0px 0px 1px;
        border-radius: 3px;
        padding: 0;
        height: 24px;
        width: 25px;
    }
    section .head .paging .page-number-head {
        padding: 0px 5px 0px 5px;
    }
    section .bottom .page-number-bottom {
        padding: 0px 5px 0px 5px;
        width: 10% !important;
    }
}