:root{
    --main-cl: #FE4F00;
}
body .modal {
    z-index: 1111;
}

.modal-product-flash-sale {
    z-index: 9999;
}
body > .select2-container--default {
    z-index: 9999999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    padding: 0 10px;
}

.select2-container--default .select2-selection--single {
    min-height: 38px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #000;
}
.pagination {
    align-items: center;
    justify-content: center;
}

.pagination nav > div:first-child {
    display: none;
}

.pagination nav > div > div:first-child {
    display: none;
}

.pagination nav > div > div svg {
    width: 20px;
}

.pagination nav > div > div > span > a,
.pagination nav > div > div > span > span >span  {
    padding: 10px 15px !important;
    min-height: 44px;
    display: block;
}

.pagination nav > div > div > span {
    box-shadow: initial !important;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

span[aria-current="page"] {
    color: #01a9ac;
}

.preview-file {
    margin-top: 10px;
}

.preview-file img:not(:last-child) {
    margin-right: 10px;
}


.page-loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition: all 1s;
}

.page-loader.active {
    visibility: visible;
    z-index: 999999999999999;
    opacity: 1;
}

.page-loader .ball-scale {
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px
}

.page-loader .ball-scale .contain {
    height: 100%;
    width: 100%
}

.page-loader .ball-scale .contain .ring {
    display: none
}

.page-loader .ball-scale .contain .ring:first-child {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
    border: 3px solid transparent;
    border-left-color: #01a9ac;
    border-right-color: #01a9ac;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite
}

.page-loader .ball-scale .contain .ring:first-child .frame {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0ac282;
    border-right-color: #0ac282;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite
}

.limit-1-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-2-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limit-3-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

nav[role="navigation"] [rel="next"],
nav[role="navigation"] [rel="prev"],
nav[role="navigation"] > div > div > span > span:first-child,
nav[role="navigation"] > div > div > span > span:last-child,
nav[role="navigation"] > div > div:nth-child(1),
nav[role="navigation"] > div:nth-child(1) {
    display: none;
}

.jq-toast-wrap {
    z-index: 9999999999 !important;
}

.tt-accordion-panel .tt-accordion-heading {
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.tt-accordion-panel .tt-accordion-body {
    display: none;
    padding: 0 30px;
}

/* #mCSB_1_container > ul:nth-of-type(25),
#mCSB_1_container > ul:nth-of-type(26),
#mCSB_1_container > ul:nth-of-type(27),
#mCSB_1_container > ul:nth-of-type(28)
{display:none !important;} */

[name="section_5_category_product"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: block;
    max-width: max-content;
}
table td {
    white-space: normal;
}
.fixed-submit-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0 0 20px 0 #f5f5f5;
}
.fixed-submit-btn .btn{
    min-width: 200px;
    font-size: 18px;
}
div:has(>.fixed-submit-btn){
    padding-bottom: 60px;
}
.sidebar-list-table td{
    word-break: break-word;
}
.modal-footer-sticky{
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FFF;
}
.table-search-product nav[role='navigation'] span.inline-flex{
    display: flex;
    flex-wrap: wrap;
}
.table-search-product nav[role='navigation'] span.inline-flex > span{
    display: flex;
}
.tt-accordion-heading > button{
    margin-left: auto;
}
.accordion-panel .accordion-title > a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px !important;
}
.accordion-panel .accordion-title > a:after,
.tt-accordion-heading:after{
    display: block;
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgOUwxMiAxNi41TDQuNSA5IiBzdHJva2U9IiMyNzJEMzUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    margin-left: 10px;
    pointer-events: none;
    transition: all 0.4s;
}
.accordion-panel .panel-collapse{
    padding: 0 20px 20px;
}
.accordion-panel .accordion-title > a.collapsed:after{
    transform: rotate(180deg);
}
.accordion-panel .card .card-block{
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .main-body .page-wrapper{
        padding: 1.8rem 0;
    }
    .NK-menu-table{
        width: 100%;
    }
    .NK-menu-table table>tbody>tr>td:nth-child(3) a{
        word-break: break-word;
    }
}
@media only screen and (max-width: 991px) {
    .header-navbar .navbar-wrapper .navbar-logo a.d-inline-block{
        width: max-content !important;
        margin-right: auto;
        margin-left: auto;
    }
    .header-navbar .navbar-wrapper .navbar-logo a img{
        margin-left: auto;
        margin-right: auto;
    }
    .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar {
        height: 100vh;
    }

    .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-inner-navbar{
        overflow: auto;
        max-height: 100%;
    }
    body .pcoded[pcoded-device-type=phone][vertical-nav-type=expanded] .pcoded-navbar, body .pcoded[pcoded-device-type=tablet][vertical-nav-type=expanded] .pcoded-navbar{
        position: fixed !important;
    }
    .nk-responsive-form tr{
        display: flex;
        flex-direction: column;
        background-color: transparent !important;
        margin-bottom: 1rem;
    }
    .nk-responsive-form thead{
        display: none;
    }
    .nk-responsive-form tr td{
        width: 100% !important;
    }
    .nk-responsive-form table{
        border: none !important;
    }
    .pcoded-inner-content .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .pcoded-inner-content{
        padding: 0;
    }
    .main-body .page-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pagination .inline-flex{
        flex-wrap: wrap;
    }
    .tt-accordion-panel .tt-accordion-body{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .sidebar-list-table .card-block{
        padding: 0 !important;
    }
    .sidebar-list-table{
        background-color: transparent;
    }
    .sidebar-list-table .card-block thead{
        display: none !important;
    }
    .sidebar-list-table .card-block tbody tr{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
        background-color: #FFF;
        padding-bottom: 0;
    }
    .sidebar-list-table .card-block tbody tr > td{
        text-align: left !important;
    }
    .sidebar-list-table .card-block tbody tr > td:last-child a{
        display: flex;
        align-items: center;
    }
    .sidebar-list-table .card-block tbody tr > td:first-child{
        color: #FFF;
        background-color: var(--main-cl);
    }
    .config-page-table table[name="list_sticky_left_page"]{
        border: none;
    }
    .config-page-table table[name="list_sticky_left_page"] thead{
        display: none;
    }
    .config-page-table table[name="list_sticky_left_page"] tbody tr{
        display: flex;
        flex-direction: column;
    }
    .sidebar-list-table .card-block tbody tr > td{
        display: flex;
        align-items: start;
    }
    .sidebar-list-table .card-block tbody tr > td:before{
        font-weight: 700;
        min-width: 100px;
    }
    .sidebar-list-table .card-block tbody tr > td:nth-child(2):before{
        content: 'Đường dẫn';
    }
    .sidebar-list-table .card-block tbody tr > td:nth-child(3):before{
        content: 'Quyền';
    }
    .sidebar-list-table .card-block tbody tr > td:nth-child(4):before{
        content: 'Ngày tạo';
    }
    .sidebar-list-table .card-block tbody tr > td:nth-child(5):before{
        content: 'Thao tác';
    }
    .NK-menu-table .card-block{
        padding: 0;
    }
    .NK-responsive-table{
        background-color: transparent !important;
    }
    .NK-responsive-table .card-block{
        padding: 0 !important;
    }
    .NK-responsive-table .card-block thead{
        display: none !important;
    }
    .NK-responsive-table .card-block tbody tr{
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 2rem;
        background-color: #FFF;
    }
    .NK-responsive-table .card-block tbody tr > td{
        display: flex;
        align-items: flex-start;
        text-align: left;
    }
    .NK-responsive-table .card-block tbody tr > td:before{
        display: block;
        width: 120px;
        min-width: 120px;
        font-weight: 700;
        text-align: left;
    }
    .NK-responsive-table .card-block tbody tr > td:last-child .wrapper-delete-row > button,
    .NK-responsive-table .card-block tbody tr > td:last-child form > button,
    .NK-responsive-table .card-block tbody tr > td:last-child a{
        display: flex;
        align-items: center;
        padding: 10px;
        background-color: var(--main-cl) !important;
        color: #FFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .NK-responsive-table .card-block tbody tr > td:last-child .wrapper-delete-row > button i,
    .NK-responsive-table .card-block tbody tr > td:last-child form > button i{
        color: #FFF !important;
    }
    .NK-table-content .card-block tbody tr > td:before{
        content: attr(data-title);
    }
    .NK-table-product-model th:last-child,
    .NK-table-product-model td:last-child{
        display: none !important;
    }
    .NK-flash-sale-table #content-infomation-basic > .row:nth-child(2) tbody tr >td:nth-child(1):before{
        content: 'Hình ảnh';
    }
    .NK-flash-sale-table #content-infomation-basic > .row:nth-child(2) tbody tr >td:nth-child(2):before{
        content: 'Mô tả';
    }
    .NK-flash-sale-table #content-infomation-basic > .row:nth-child(2) tbody tr >td:nth-child(3):before{
        content: 'Thao tác';
    }
    .NK-table-content a.text-info .icon-plus-square{
        color: #FFF;
    }
    .modal-dialog.w-50{
        width: calc(100% - 1rem) !important;
    }
    .accordion-panel .card-title {
        margin-bottom: 0 !important;
    }
    .accordion-panel .panel-collapse {
        padding: 0 10px 10px;
    }
    .accordion-panel .accordion-title > a{
        padding: 10px !important;
    }
    .NK-product-category-table{
        background-color: #FFF !important;
    }
    .NK-single-recruitment-table table tbody tr > td > div{
        width: 100%;
    }
    .NK-single-recruitment-table table tbody tr > td,
    .NK-product-category-table #content-other-information tbody tr > td{
        flex-direction: column;
    }
    .NK-single-recruitment-table table tbody tr > td:before,
    .NK-product-category-table #content-other-information tbody tr > td:before{
        width: 100%;
        margin-bottom: 8px;
    }
    .NK-product-category-table #content-info-section-banner-2 tbody tr > td:nth-child(1):before{
        content: 'Hình ảnh';
    }
    .NK-product-category-table #content-info-section-banner-2 tbody tr > td:nth-child(2):before{
        content: 'Liên kết';
    }
    .NK-single-recruitment-table table tbody tr > td:nth-child(3):before,
    .NK-product-category-table #content-info-section-banner-2 tbody tr > td:nth-child(3):before{
        content: 'Thao tác';
    }
    .NK-product-category-table #content-other-information tbody tr > td:nth-child(1):before{
        content: 'Icon';
    }
    .NK-product-category-table #content-other-information tbody tr > td:nth-child(2):before{
        content: 'Nội dung khuyến mãi';
    }
    .NK-product-category-table #content-other-information tbody tr > td:nth-child(3):before{
        content: 'Thao tác';
    }
    .NK-responsive-table .card-block tbody tr > td[style*='max-width: 300px']{
        max-width: 100% !important;
    }
    .fake-tab>ul>li>a {
        padding: 4px 10px !important;
        font-size: 12px !important;
        width: 100% !important;
    }
    .mb-w-100{
        width: 100%;
    }
    .mb-flex-wrap{
        flex-wrap: wrap;
    }
    .NK-301-table td .text-nowrap{
        white-space: wrap !important;
    }
    .NK-301-table td{
        max-width: calc(100% - 24px);
        overflow: hidden;
    }
    .NK-table-news-category tbody tr > td:nth-child(1):before{
        content: 'Tên';
    }
    .NK-table-news-category tbody tr > td:nth-child(2):before{
        content: 'Đường dẫn';
    }
    .NK-table-news-category tbody tr > td:nth-child(3):before{
        content: 'Vị trí hiển thị';
    }
    .NK-table-news-category tbody tr > td:nth-child(4):before{
        content: 'Trạng thái';
    }
    .NK-table-news-category tbody tr > td:nth-child(5):before{
        content: 'Ngày tạo';
    }
    .NK-table-news-category tbody tr > td:nth-child(6):before{
        content: 'Thao tác';
    }
    .NK-single-post-table.NK-responsive-table,
    .NK-news-category-banner{
        background-color: #FFF !important;
    }
    .NK-single-post-table.NK-responsive-table .card-block tbody tr > td:nth-child(1):before,
    .NK-news-category-banner .NK-responsive-table .card-block tbody tr > td:nth-child(1):before{
        content: 'Hình ảnh';
    }
    .NK-single-post-table.NK-responsive-table .card-block tbody tr > td:nth-child(2):before,
    .NK-news-category-banner .NK-responsive-table .card-block tbody tr > td:nth-child(2):before{
        content: 'Liên kết';
    }
    .NK-single-post-table.NK-responsive-table .card-block tbody tr > td:nth-child(3):before,
    .NK-news-category-banner .NK-responsive-table .card-block tbody tr > td:nth-child(3):before{
        content: 'Thao tác';
    }
    .NK-responsive-table.NK-table-content .mb-flex{
        flex-direction: row !important;
    }
    .NK-responsive-table.NK-table-content .mb-flex > td{
        width: 50% !important;
    }
    .NK-responsive-table.NK-table-content .mb-flex > td:before{
        display: none !important;
    }
    NK-responsive-table NK-table-content
    fixed-submit-btn
}