
:root{
    --main-bg-color:#0d6efd;
    --font-stack: "JetBrains Mono", "LXGW WenKai", "Wenquanyi Micro Hei", "Microsoft YaHei", "PT Sans", "Liberation Mono", monospace;
}
.bg-env {
    background-color: #617a9f !important;
    text-align: start !important;
    word-break: break-all !important;
}
#mdb-sidenav .sidenav-collapse, .sidenav .rotate-icon {
    transition-property: none;
}

#mdb-sidenav .fas {
    color: #9FA6B2;
}

#mdb-sidenav a {
    color: #4B5563;
}

#mdb-sidenav a.active {
    background-color: rgba(18, 102, 241, .05);
}

#mdb-sidenav .sidenav-item {
    margin-left: 5px;
    margin-right: 5px;
}

#mdb-sidenav .sidenav-item:first-child {
    margin-top: 4px;
}

#mdb-sidenav .sidenav-item:last-child {
    margin-bottom: 4px;
}

#mdb-sidenav-toggler {
    display: none;
    background-color: transparent;
}

.mdb-docs-layout {
    padding-left: 240px;
}

@media (max-width: 1440px) {
    #mdb-sidenav-toggler {
        display: unset;
    }

    #mdb-sidenav {
        transform: translate(-100%);
    }

    .mdb-docs-layout {
        padding-left: 0px;
    }
}
.svg-container {
    display: inline-block; /* 使 SVG 图片可以并排显示 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
}
.svg-container:hover {
    transform: scale(1.2); /* 鼠标经过时放大 */
}
.sidenav-icon {
    color: #9fa6b2;
    height: 14px;
}

#mdb-navbar {
    padding-left: 240px;
    height: 58px;
}

#mdb-navbar-brand-logo {
    display: none;
}

#sidenav-toggler {
    display: none;
}

#mdb-5-search-container {
    position: relative;
    font-size: .8rem;
}

#mdb-5-search-dropdown {
    display: none;
    position: absolute;
    top: 36px;
    overflow-y: hidden;
    width: 100%;
    z-index: 999999;
    background-color: white;
}

.mdb-5-search-keywords {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mdb-5-search-list {
    overflow-y: scroll;
    max-height: 265px;
    position: relative;
}

#mdb-5-search-list li a {
    transition: background-color .3s ease-in;
}

#mdb-5-search-list li a:hover, #mdb-5-search-list li a:active, #mdb-5-search-list li a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    outline: none;
}

#mdb-5-search-input {
    min-width: 230px;
}

#mdb-5-search-icon {
    transition: color .3s ease-out;
}


@media (max-width: 1440px) {
    #sidenav-toggler {
        display: inline-block;
    }
}

@media (max-width: 1440px) {
    #mdb-navbar {
        padding-left: 0;
    }
}
.text-muted-l{
    margin-left: 30px;
}
.app-item {
    height: 164px;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s;
    cursor: pointer;
}

.url-title {
    margin: 20px;
}

.url-item {
    height: 116px !important;
    margin-bottom: 20px;
}

.app-item:hover {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15)
}

.app-item .item-top {
    margin-top: 10px;
    display: flex
}

.app-item .item-top .logo {
    border-radius: 6px
}

.app-item .item-top .logo img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 16px
}
.website-logo {
    width: 60px !important;
    height: 60px !important;
}

.app-item .item-bottom {
    height: 36px
}

.app-item .item-bottom .application-description {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #8E8F9B;
    line-height: 18px;
    text-align: left
}

.app-item .item-bottom .application-description i {
    color: var(--theme-color);
    margin: 0 3px
}

.app-item .item-info {
    flex: 1;
    text-align: left;
    padding-top: 6px;
    overflow: hidden
}

.app-item .item-info .application-title {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC
}

.app-item .item-info .application-title:hover a {
    color: var(--theme-color) !important
}

.app-item .item-info .application-title a {
    color: #11143B;
    transition: color .2s
}

.app-item .item-info .application-title i {
    color: var(--theme-color)
}

.app-item .item-info .rate {
    margin-left: 8px;
    display: inline-flex;
    align-items: center
}

.app-item .item-info .application-sort {
    display: inline-block;
    margin: 7px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #9FA0B4;
    line-height: 24px;
    background: #F5F5FA;
    border-radius: 12px;
    padding: 0 8px
}

.app-item .item-info .application-remark-content {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #9FA0B4
}

.app-item .item-info .application-remark-content .application-stars {
    color: #FFB420
}

.article-item {
    background: #FFFFFF;
    border-radius: 16px;
    transition: box-shadow .2s;
    cursor: pointer
}

.article-item:nth-child(2n) {
    margin-right: 0px
}

.article-item:hover {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15)
}

.article-item .article-item-top {
    display: flex;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #F5F5FA;
    padding-bottom: 13px;
    overflow: hidden
}

.article-item .article-item-top .logo {
    width: 124px;
    height: 88px;
    background: #F5F5FA
}

.article-item .article-item-top .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.article-item .article-item-top .article-info {
    flex: 1;
    text-align: left;
    overflow: hidden
}

.article-item .article-item-top .article-info .article-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #11143B;
    font-family: PingFangSC-Medium, PingFang SC
}

.article-item .article-item-top .article-info .article-title:hover {
    color: var(--theme-color)
}

.article-item .article-item-top .article-info .article-title i {
    color: var(--theme-color);
    margin: 0 3px
}

.article-item .article-item-top .article-info .article-tag {
    display: flex;
    font-size: 11px;
    font-weight: 400
}

.article-item .article-item-top .article-info .article-tag .article-tag-item {
    display: inline-block;
    color: #9FA0B4;
    line-height: 20px;
    background: #F5F5FA;
    border-radius: 6px;
    padding: 0 6px;
    margin-right: 4px;
    margin-top: 4px;
    white-space: nowrap
}

.article-item .article-item-top .article-info .article-remark {
    margin-top: 2px;
    color: #9FA0B4;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    display: flex
}

.article-item .article-item-top .article-info .article-remark .icon-views {
    margin: 0 8px 0 20px;
    font-size: 20px
}

.article-item .article-bottom {
    width: 100%;
    height: 72px;
    padding: 16px 20px
}

.article-item .article-bottom .article-description {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #8E8F9B;
    line-height: 18px
}

.article-item .article-bottom .article-description i {
    color: var(--theme-color);
    margin: 0 3px
}

.siderbar-body {
    margin-top: 38px
}

.siderbar-body .siderbar-title {
    text-align: left;
    height: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.siderbar-body .siderbar-title .title-pre {
    margin-right: 6px;
    display: inline-block;
    width: 4px;
    height: 16px;
    background: var(--theme-color);
    border-radius: 2px
}

.siderbar-body .siderbar-content {
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid #E9E9F1
}

.siderbar-body .siderbar-content.loadmore-siderbar-content {
    padding-bottom: 34px
}

.siderbar-body .siderbar-content.sidebar-application-content {
    border: none;
    padding: 0
}

.siderbar-body .siderbar-content .application-body:not(:first-child) {
    margin-top: -30px
}

.siderbar-body .siderbar-content .application-item-body {
    display: flex;
    padding: 20px 18px 45px 20px;
    border-radius: 16px;
    background: #F5F5FA;
    border: 1px solid #E9E9F1;
    transition: background .3s
}

.siderbar-body .siderbar-content .application-item-body:hover {
    background: #F1F1F7
}

.siderbar-body .siderbar-content .application-item-body .application-logo {
    margin-right: 10px
}

.siderbar-body .siderbar-content .application-item-body .application-logo img {
    width: 44px;
    height: 44px;
    border-radius: 8px
}

.siderbar-body .siderbar-content .application-item-body .application-logo .application-stars-item {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #FFB420;
    line-height: 17px;
    display: flex
}

.siderbar-body .siderbar-content .application-item-body .application-logo .application-stars-item .icon-star {
    margin-left: 4px
}

.siderbar-body .siderbar-content .application-item-body .application-info {
    flex: 1;
    text-align: left;
    overflow: hidden
}

.siderbar-body .siderbar-content .application-item-body .application-info .application-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #11143B;
    line-height: 22px;
    transition: color .3s;
    font-family: PingFangSC-Medium, PingFang SC
}

.siderbar-body .siderbar-content .application-item-body .application-info .application-title:hover {
    color: var(--theme-color)
}

.siderbar-body .siderbar-content .application-item-body .application-info .application-description {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #8E8F9B;
    line-height: 18px
}

.siderbar-body .siderbar-content .article-item-body {
    display: flex;
    border-radius: 16px;
    align-items: center
}

.siderbar-body .siderbar-content .article-item-body .article-pre {
    display: flex;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9FA0B4;
    margin: auto;
    border-radius: 2px;
    transition: background .3s
}

.siderbar-body .siderbar-content .article-item-body .article-title {
    margin: 0;
    flex: 1;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    border-bottom: 1px solid #E9E9F1;
    transition: color .3s
}

.siderbar-body .siderbar-content .article-item-body:last-child > .article-title {
    border-bottom: none
}

.siderbar-body .siderbar-content .article-item-body:hover .article-pre .pre {
    background: var(--theme-color)
}

.siderbar-body .siderbar-content .article-item-body:hover .article-title {
    color: var(--theme-color)
}

.siderbar-body .siderbar-content .sort-list-content {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 15px 14px
}

.siderbar-body .siderbar-content .sort-list-content .sort-item {
    width: 33.3%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    margin-bottom: 8px
}

.siderbar-body .siderbar-content .sort-list-content .sort-item span {
    max-width: 100%;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 8px;
    transition: background .3s, color .3s, box-shadow .3s
}

.siderbar-body .siderbar-content .sort-list-content .sort-item span:hover {
    background: #fff;
    color: var(--theme-color);
    box-shadow: 0 4px 4px -4px rgba(0, 58, 173, 0.06)
}

.siderbar-body .siderbar-content .tag-list-content {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 15px 14px
}

.siderbar-body .siderbar-content .tag-list-content .tag-item {
    padding: 5px 6px;
    border-radius: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    text-align: left;
    transition: background .3s, color .3s, box-shadow .3s
}

.siderbar-body .siderbar-content .tag-list-content .tag-item:hover {
    color: var(--theme-color);
    background: #fff;
    box-shadow: 0 4px 4px -4px rgba(0, 58, 173, 0.06)
}

.siderbar-body .siderbar-content .searchword-item-body {
    display: flex;
    padding-right: 20px
}

.siderbar-body .siderbar-content .searchword-item-body .search-pre {
    width: 45px;
    display: flex
}

.siderbar-body .siderbar-content .searchword-item-body .search-pre .pre {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9FA0B4;
    margin: auto;
    border-radius: 2px
}

.siderbar-body .siderbar-content .searchword-item-body .search-title {
    flex: 1;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    border-bottom: 1px solid #E9E9F1
}

.siderbar-body .siderbar-content .searchword-item-body .search-count {
    text-align: left;
    line-height: 50px;
    font-size: 12px;
    font-weight: 400;
    color: #8E8F9B;
    border-bottom: 1px solid #E9E9F1
}

.siderbar-body .siderbar-content .searchword-item-body:last-child > .search-title {
    border-bottom: none
}

.siderbar-body .siderbar-content .searchword-item-body:first-child .search-pre .pre {
    background: var(--theme-color)
}

.siderbar-body .siderbar-content .searchword-item-body:first-child .search-title, .siderbar-body .siderbar-content .searchword-item-body:first-child .search-count {
    color: var(--theme-color)
}

.siderbar-body .siderbar-footer {
    position: relative;
    margin: 0 13px;
    height: 26px
}

.siderbar-body .siderbar-footer .loadmore-button {
    line-height: 52px;
    height: 52px;
    position: absolute;
    top: -26px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px
}

.siderbar-body .siderbar-footer .loadmore-button .show-more {
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    color: var(--theme-color)
}

.siderbar-body .siderbar-footer .loadmore-button .show-more .show-more-button {
    margin-right: 7px;
    font-size: 18px
}

.siderbar-body .siderbar-footer .loadmore-button .show-more .show-more-icon {
    font-size: 18px
}

.custom-carousel {
    height: 204px;
    border-radius: 16px;
    overflow: hidden
}

.custom-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.custom-carousel .carousel-item {
    height: 100%;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.custom-carousel .carousel-control-prev .switch-icon {
    font-size: 20px;
    transform: rotate(90deg)
}

.custom-carousel .carousel-control-next .switch-icon {
    font-size: 20px;
    transform: rotate(-90deg)
}

@media only screen and (min-width: 576px) {
    .custom-carousel {
        height: 320px
    }
}

.home-ad {
    width: 100%;
    padding: 0 !important;
    overflow: hidden
}

.home-ad.b-ad-1 {
    min-height: 200px;
    margin-bottom: 24px
}

.home-ad.b-ad-2, .home-ad.b-ad-3, .home-ad.b-ad-4, .home-ad.b-ad-5 {
    margin-top: 24px;
    min-height: 90px
}

.home-ad.b-ad-2 {
    height: 90px
}

.home-ad.s-ad {
    height: 100%
}

.home-ad.sort-ad {
    max-height: 37px
}

.home-ad.appitem-ad {
    height: 164px;
    background: #fff
}

.home-ad.articleitem-ad {
    height: 192px;
    background: #fff
}

.side-ad {
    overflow: hidden
}

.side-ad.side-b-ad {
    height: 145px
}

.side-ad.side-m-ad {
    height: 50px
}

.side-ad.side-l-ad {
    margin: 20px 0;
    min-height: 145px
}

.apps-ad {
    width: 100%;
    min-height: 200px;
    overflow: hidden
}

.apps-ad.b-ad-1 {
    margin-bottom: 24px
}

.apps-ad.b-ad-2 {
    margin-top: 40px
}

.articles-ad {
    width: 100%;
    min-height: 200px;
    overflow: hidden
}

.articles-ad.b-ad-1 {
    margin-bottom: 24px
}

.articles-ad.b-ad-2 {
    margin-top: 40px
}

.app-ad {
    width: 100%;
    margin-top: 20px;
    overflow: hidden
}

.app-ad.b-ad {
    min-height: 200px
}

.app-ad.s-ad {
    min-height: 90px
}

.content-body .content-left {
    text-align: left
}

.content-body .content-left .home-left-card .card-title {
    text-align: left;
    height: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #11143B;
    line-height: 32px;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: PingFangSC-Medium, PingFang SC
}

.content-body .content-left .home-left-card .card-title .title-image {
    margin-right: 8px;
    width: 32px;
    height: 32px
}

.content-body .content-left .home-left-card .show-more {
    display: flex;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    color: var(--theme-color)
}

.content-body .content-left .home-left-card .show-more .show-more-button {
    margin-right: 7px;
    font-size: 18px
}

.content-body .content-left .home-left-card .show-more .show-more-icon {
    font-size: 20px
}

.content-body .content-left .home-sort-desktop-body {
    display: flex;
    margin-top: 38px
}

.content-body .content-left .home-sort-desktop-body .home-sort-ul {
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    display: flex;
    flex: 1;
    overflow: hidden
}

.content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item {
    position: relative;
    margin-right: 32px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    transition: color .3s;
    white-space: nowrap
}

.content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 64px;
    height: 12px;
    content: '';
    transform: translateX(-50%) scale(.25);
    border-radius: 6px;
    background: none;
    transition: background .3s
}

.content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item.selected, .content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item:hover {
    color: var(--theme-color) !important
}

.content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item.selected::before, .content-body .content-left .home-sort-desktop-body .home-sort-ul .sort-li-item:hover::before {
    background: var(--theme-color)
}

.content-body .content-left .home-sort-desktop-body .home-sort-more {
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin-right: 32px;
    position: relative;
    display: flex;
    align-items: center;
    color: #575A7E;
    cursor: pointer
}

.content-body .content-left .home-sort-desktop-body .home-sort-more:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 64px;
    height: 12px;
    content: '';
    transform: translateX(-50%) scale(.25);
    border-radius: 6px;
    background: none;
    transition: background .3s
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .more-icon {
    font-size: 12px;
    margin-left: 6px
}

.content-body .content-left .home-sort-desktop-body .home-sort-more.selected {
    color: var(--theme-color) !important;
    font-weight: 500
}

.content-body .content-left .home-sort-desktop-body .home-sort-more.selected::before {
    background: var(--theme-color)
}

.content-body .content-left .home-sort-desktop-body .home-sort-more:hover .dropdown-content {
    z-index: 5;
    visibility: visible;
    opacity: 1
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .dropdown-content {
    background: #ffffff;
    position: absolute;
    width: auto;
    padding: 0 6px;
    left: -30px;
    top: 40px;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .dropdown-content .dropdown-item.selected {
    color: var(--theme-color) !important;
    font-weight: 500;
    background: #F5F5FA;
    border-radius: 10px
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .dropdown-content .dropdown-item {
    display: block;
    min-width: 108px;
    max-width: 150px;
    line-height: 40px !important;
    height: 40px !important;
    text-align: left;
    padding: 0 20px;
    margin-top: 6px;
    color: #7c7c7c;
    transition: background 300ms
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .dropdown-content .dropdown-item:hover {
    color: var(--theme-color) !important;
    background: var(--hover-color1);
    font-weight: 500
}

.content-body .content-left .home-sort-desktop-body .home-sort-more .dropdown-content .dropdown-item:last-child {
    margin-bottom: 6px
}

.content-body .content-left .home-sort-mobile-ul {
    display: none;
    margin-top: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #575A7E;
    overflow: auto
}

.content-body .content-left .home-sort-mobile-ul::-webkit-scrollbar {
    display: none
}

.content-body .content-left .home-sort-mobile-ul .sort-li-item {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    transition: color .3s
}

.content-body .content-left .home-sort-mobile-ul .sort-li-item:before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 64px;
    height: 12px;
    content: '';
    transform: translateX(-50%) scale(.25);
    border-radius: 6px;
    background: none;
    transition: background .3s
}

.content-body .content-left .home-sort-mobile-ul .sort-li-item.selected {
    color: var(--theme-color) !important
}

.content-body .content-left .home-sort-mobile-ul .sort-li-item.selected::before {
    background: var(--theme-color)
}

.content-body .content-left .sort-app-content {
    margin-top: 20px;
    display: none
}

.content-body .content-left .sort-app-content.show-content {
    display: block
}

.content-body .content-left .sort-app-content .app-list {
    display: flex;
    flex-flow: row wrap
}

.content-body .content-left .sort-app-content .app-list .sort-col {
    margin-top: 4px !important
}

.content-body .content-left .sort-app-content .app-list .sort-app-item {
    padding: 8px !important;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #AFB1C0;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular, PingFang SC;
    transition: box-shadow .2s
}

.content-body .content-left .sort-app-content .app-list .sort-app-item:hover {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15)
}

.content-body .content-left .sort-app-content .app-list .sort-app-item:hover .app-title {
    color: var(--theme-color)
}

.content-body .content-left .sort-app-content .app-list .sort-app-item .app-title {
    flex: 1;
    text-align: left;
    color: #575A7E;
    transition: color .3s
}

.content-body .content-left .sort-app-content .app-list .sort-app-item .app-stars {
    color: #ffc12b;
    margin: 0 4px
}

.content-body .content-left .sort-app-content .app-list .sort-app-item .app-stars span {
    width: 25px;
    text-align: left;
    margin-left: 4px
}

.content-body .content-left .sort-app-content .app-list .sort-app-item .app-update {
    margin: 0 15px
}

.content-body .content-left .sort-app-content .app-list .sort-app-item .app-update span {
    min-width: 40px;
    text-align: left;
    margin-left: 4px
}

.content-body .content-left .sort-app-content .app-list-remark {
    text-align: left;
    font-size: 14px
}

.icon img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 16px
}

.app-item-content {
    margin-bottom: 8px;
}

.app-alert {
    padding: 10px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
}

.app-list-item {
    --mdb-list-group-light-item-py: 0.3rem;
}
.word-wrap-table td{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.nav-breadcrumb{
    margin-top: 20px;
}
.project{
    margin-top: 20px;
}
.site-badge{
    margin-left: 20px;
}
.badge-windows {
    background-color: #343ad7;
    color: #ffffff;
}
.badge-arm64 {
    background-color: #8ba168;
    color: #ffffff;
}
.badge-don{
    background-color: #fdd500;
    color: #ffffff;
}
.fw-bold2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fw-bold2 a {
    flex-grow: 1;
}
.g-breadcrumb a{
    color: #1961E6 !important;
    font-weight: 500;
}
.ad-icon{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.login-btn {
    display: block !important;
    margin: 15px 20px;
}
/* for block of numbers */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px;

    /* your custom style here */
}
.ddn-bt-6{
    margin-bottom: 60px;
}
/* for block of code */
.hljs-ln-code {
    padding-left: 10px;
}
pre code td.hljs-ln-numbers {
    text-align: center;
    color: #9c9c9c;
    border-right: 0.5px solid #9c9c9c;
    vertical-align: top;
    padding-left: 0.5rem;
    padding-right: 0.8rem;
    border: none;
}
/* for block of code */
pre code td.hljs-ln-code {
    padding-left: 1rem;
    border: none;
}
.footer li {
    display: inline-block;
    padding: 0 5px
}