* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li>a.sidebar-menu-link,
.sidebar-menu-link {
    color: var(--dark) !important
}


.sidebar-menu .sidebar-menu-link {
    display: flex;
    align-items: center;
    grid-gap: 6px !important;
    color: var(--dark) !important;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 12px 6px 12px 6px;
    cursor: pointer;
    line-height: 18px;
}

.sidebar-menu .sidebar-menu-link svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.sidebar-menu-link .arrow-down {
    margin-left: auto;
}

.open-menu.active {
    margin-bottom: 16px;
}

.open-menu.active .sidebar-menu-link .arrow-down {
    transform: rotate(180deg);
}

.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    background-color: transparent !important;
    color: var(--primary) !important
}

.treeview-menu .child-menu-link {
    font-size: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.treeview-menu .child-menu-link.selected {
    color: var(--primary) !important;
    cursor: default;
}

.page-title-category-container {
    min-height: 100vh;
}

li {
    list-style: none;
}

.tab-box,
.list-menu-box,
.menu-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-center-contentbox li {
    margin-left: 30px;
}

.help-center-contentbox li + li {
    margin-top: 8px;
}

.page-title-category-container {
    background: #fff;
    padding: 0;
}

.help-center-contentbox {
    border-radius: 9px;
    padding: 12px 16px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

.menu-box-help-center {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

.title-category {
    font-size: calc(21px + (27 - 21) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    margin: 0 0 20px 0;
}

.menu-container-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary);
    justify-content: center;
}


.menu-banner {
    width: 100%;
    padding: 32px 0;
    background-color: var(--primary);
}

.list-container {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    grid-gap: 24px
}

.list-container h3 {
    margin: 0;
    text-align: center;
}

#form-search-help {
    width: fit-content;
    margin: 0 auto;
}

.menu-container-banner .help-center-title {
    font-size: 31px;
    margin-top: 0px;
    line-height: 48px;
    color: #fff;
}

.menu-box-input .input-search {
    border-radius: 4px;
    transition: all 222ms ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-color: var(--primary);
    outline: 2px solid rgba(255 255 0 / 0%) !important;
}

#input-container {
    width: 100%;
    position: relative;
}

#input-container>svg {
    position: absolute;
    top: 12px;
    right: 15px;
}

.tab-box {
    margin-top: 30px;
}

.box-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-items: center;
}

.box-list ul li {
    line-height: 30px;
    list-style: block;
}


.help-center-parent {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-bottom: 48px;
}

.help-center-parent-item {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    padding: 20px;
}

.help-center-parent-item {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

.help-center-child-item {
    font-weight: 300;
    font-size: 15px;
    color: var(--black);
    margin-left: 50px;
}

.help-center-child-item a:hover {
    color: var(--primary) !important;
}

.box-header-title {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.icon-title {
    margin-right: 10px;
    color: var(--primary) !important;
}

.treeview-menu>li>a {
    padding: 5px 0px 5px 5px !important;
}

.treeview-menu {
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    line-height: 24px;
}

.sidebar-menu>li>a.sidebar-menu-link {
    display: flex;
    grid-gap: 3px;
    padding: 8px 0px 12px 5px;
}

.page-title-category {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.pull-right-container {
    margin-left: auto;
}

.page-title-category a {
    color: var(--black);
}

.page-title-category a:hover {
    color: var(--primary)
}

.page-title-category span {
    color: #adaead;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.menu-help-center-parent {
    line-height: 20px;
}

.menu-help-center-parent li.show {
    list-style: block !important;
}

.menu-help-center-parent-item {
    position: relative;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.menu-help-center-parent-item::before,
.category-list-link::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    background-color: var(--primary);
    opacity: 0.75;
}

.category-list-link::before {
    position: relative;
    top: 6px;
    width: 7px;
    height: 7px;
    left: auto;
    background-color: #aaa;
}

.menu-help-center-parent-item span {
    font-size: 15px;
    color: var(--black);
}

.help-center-child-item span:hover {
    color: var(--primary);
}

.help-center-category-update {
    display: flex;
    justify-content: flex-start;
    grid-gap: 20px;
}

.help-center-category-update span {
    font-size: var(--gap14);
    color: #adaead;
}


.menu-help-center-parent-item a span:hover,
.menu-help-center-parent-item:hover::before {
    color: var(--primary);
}


.treeview {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.00001s ease !important;
    display: block !important;
}

.treeview-menu:not(.menu-open)>.treeview {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
    pointer-events: none !important;
}

.list-category-footer-page {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 25px 0 30px 20px;
}

.category-footer-page-list {
    display: flex;
    gap: 20px;
}

.category-footer-page-list span:first-child {
    color: var(--primary);
}

.sidebar {
    margin-top: 4px;
    margin-left: 7px;
    width: 97%;
}

.sidebar-menu li>a>.icon-collapse-menu-help-center {
    position: absolute;
    right: 10px;
    top: 9px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.sidebar-menu li>span>.icon-collapse-menu-help-center{
    transform:rotate(0deg);
}

.sidebar-menu li.active>span>.icon-collapse-menu-help-center{
    transform:rotate(180deg);
}

.open-menu .icon-menu-list {
    display: flex;
    align-items: center;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
}

.category-list-body .ql-editor {
    padding: 0;
    font-size: 14px;
    overflow: visible;
}

.category-list-body {
    font-size: 15px !important;
}

.category-list-body h1 {
    font-size: 21px !important;
    line-height: 1.4;
}

.category-list-body h2 {
    font-size: 19px !important;
    line-height: 1.4;
}

.category-list-body h3 {
    font-size: 17px !important;
    line-height: 1.4;
}

.category-list-body img {
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
}

/* .category-list-body table */

.category-list-header-box {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 32px;
    grid-gap: 6px;
    width: fit-content;
}

.category-list-footer-box {
    border-top: 1px solid #e6e6e6;
    padding-top: 24px;
}

.category-list-body .ql-editor img {
    display: block;
    margin: 0 auto;
    width: fit-content;
    max-width: 700px;
    height: auto;
    object-fit: contain;
}

#content .title-category {
    margin-bottom: 10px;
    font-size: calc(21px + (27 - 21) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #333
}

.toc-header-block,
.category-list-title {
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.toc-header-block {
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.category-list-link {
    display: flex;
    grid-gap: 10px
}

.category-list-text {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin: 0;
}

.notice-no-news {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    flex-direction: column;
}

.notice-no-news img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.category-list-body {
    line-height: 1.8;
    margin-bottom: 32px;
}

.page-title-category svg {
    color: #d1d1d1;
}

.box-header-title svg {
    color: var(--primary)
}

.help-center-parent-item:nth-of-type(2n+1) .box-header-title svg {
    color: #1560bd;
}

.help-center-parent-item:nth-of-type(3n+1) .box-header-title svg {
    color: #3d8b37;
}

.help-center-parent-item:nth-of-type(4n+1) .box-header-title svg {
    color: #d4a514;
}

.help-center-parent-item:nth-of-type(5n+1) .box-header-title svg {
    color: #e07628;
}

.help-center-parent-item:nth-of-type(6n+1) .box-header-title svg {
    color: #c0392b;
}

.help-center-parent-item:nth-of-type(7n+1) .box-header-title svg {
    color: #276a78;
}

.help-center-parent-item:nth-of-type(8n+1) .box-header-title svg {
    color: #484572;
}

.help-center-parent-item:nth-of-type(9n+1) .box-header-title svg {
    color: #b14e9c;
}

.help-center-parent-item:nth-of-type(10n+1) .box-header-title svg {
    color: #b92e2d;
}

.help-center-parent-item:nth-of-type(11n+1) .box-header-title svg {
    color: #16ab74;
}

.help-center-content-wrapper {
    grid-gap: 48px
}

.help-center-content-toc {
    position: relative;
}

#toc {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 1;
}

#toc h3 {
    font-size: 20px;
}

.help-center-content-toc {
    font-size: 15px;
    line-height: 1.4;
}

#toc {
    border-left: 2px solid var(--primary);
    padding-left: 32px;
}

.toc-list {
    counter-reset: item;
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    line-height: 1.6;
}

.toc-list li::before {
    counter-increment: item;
    width: 30px;
    margin-right: 10px;
}

.toc-list li a {
    color: var(--dark);
}

.toc-level-2 .toc-list {
    margin-left: 24px;
}

.toc-anchor {
    color: #494949;
    line-height: 1.5;
}

.toc-anchor:hover {
    color: var(--primary)
}

.more-less, .toc-list {
    list-style: none;
}

.help-center-content-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

#toc {
    padding-left: 15px;
}

#content table {
    max-width: 100%;
    width: 100% !important;
}

#content table td, #content table th {
    padding: 2px 4px;
}

#content {
    color: black;
}

.no-aside .content-wrapper,
.no-aside .main-footer {
    margin: 0;
}

#site-wrapper .main-sidebar {
    background-color: #fafafa;
}

@media (min-width: 760px) {
    .hide-desktop {
        display: none;
    }
}
@media (max-width: 760px) {
    #form-search-help {
        width: 90%;
        margin: 0 auto;
    }

    .menu-container-banner .help-center-title {
        font-size: 23px;
        line-height: 1.2;
        text-align: center;
    }

    .help-center-parent {
        grid-template-columns: 1fr;
    }

    .help-center-parent-item {
        padding: 0;
    }

    .page-title-category {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        grid-gap: 2px;
    }

    .page-title-category svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .help-center-content-wrapper {
        grid-template-columns: 1fr;
    }

    .help-center-content-toc {
        margin-bottom: 32px;
    }

    .no-aside .navbar .sidebar-toggle {
        display: none;
    }

    .skin-blue .main-header.no-aside .logo {
        left: 20px;
    }
}

@media (min-width: 760px) {
    .no-aside .content-wrapper .product-title-fixed {
        margin-left: 280px;
    }

    #site-wrapper .main-sidebar {
        width: 280px;
        padding-left: 30px;
    }

    .wrapper:not(.no-aside) .content-wrapper, 
    .wrapper:not(.no-aside) .main-footer {
        margin-left: 280px;
        margin-right: 0;
        background-color: #fff;
        width: calc(100% - 280px);
    }

    .main-header:not(.no-aside) .navbar {
        margin-left: 280px;
        border-bottom: 1px solid #ccc;
    }

    .skin-blue .main-header:not(.no-aside) .logo {
        width: 280px;
    }

    .page-title-category-container {
        padding: 16px 20px;  
    }
}