/* app-creative.min.css */
.modal-header {
    padding: 6px 12px !important;
}

.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

body, .wrapper, .content-page {
    overflow: visible;
}

/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    margin-left: 10px;
    vertical-align: middle;
    font-family: "SimHei";
}

.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.theme-mode-wrap {
    min-width: 112px;
}

.theme-mode-select {
    height: 36px;
    border-radius: .3rem;
    padding: 0 28px 0 10px;
    border: 1px solid #3b82f6;
    color: #2563eb;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
}

.header-right .btn-outline-primary {
    height: 36px;
    border-radius: .3rem;
    border-color: #3b82f6;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
}

.header-right .btn-outline-primary:hover,
.header-right .btn-outline-primary:focus,
.header-right .btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #2563eb;
    background-color: rgba(59, 130, 246, .08);
    color: #1d4ed8;
}

.theme-mode-select:hover,
.theme-mode-select:focus {
    border-color: #2563eb;
    background-color: rgba(59, 130, 246, .08);
    color: #1d4ed8;
}

.theme-mode-select:focus {
    box-shadow: none;
}

@media screen and (max-width: 576px) {
    .theme-mode-wrap {
        min-width: 92px;
    }
}

body {
    background-color: #fafafa;
    height: 100%;
}

body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}

body[data-layout=topnav] .content-page {
    padding: 0 !important;
    min-height: 0;
}

.content {
    margin-bottom: 69px;
}

.page-title-right {
    display: block !important;
    float: right !important;
    margin-top: 17px !important;
}

@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}

.hyper-wrapper a {
    color: #000;
}

.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    line-height: 16px;
    border-top: 1px solid rgba(152, 166, 173, .2);
    color: #98a6ad;
}

@media screen and (max-width: 768px) {
    .hyper-footer {
        text-align: center;
    }
}

.hyper-footer a {
    color: #919ca7;
}

/* Dark Mode */
body[data-theme-mode=dark] {
    background-color: #0f172a;
}

body[data-theme-mode=dark] .header-navbar {
    background-color: #111827;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 35%);
}

body[data-theme-mode=dark] .header-right .btn-outline-primary,
body[data-theme-mode=dark] .theme-mode-select {
    border-color: #2563eb;
    color: #93c5fd;
}

body[data-theme-mode=dark] .header-right .btn-outline-primary:hover,
body[data-theme-mode=dark] .header-right .btn-outline-primary:focus,
body[data-theme-mode=dark] .header-right .btn-outline-primary:not(:disabled):not(.disabled):active,
body[data-theme-mode=dark] .theme-mode-select:hover,
body[data-theme-mode=dark] .theme-mode-select:focus {
    border-color: #3b82f6;
    background-color: rgba(59, 130, 246, .16);
    color: #bfdbfe;
}

body[data-theme-mode=dark] .theme-mode-select option {
    background-color: #111827;
    color: #e2e8f0;
}

body[data-theme-mode=dark] .logo-title {
    color: #f8fafc;
}

body[data-theme-mode=dark] .hyper-wrapper a {
    color: #e2e8f0;
}

body[data-theme-mode=dark] .hyper-footer {
    border-top-color: rgb(148 163 184 / 20%);
    color: #94a3b8;
}

body[data-theme-mode=dark] .hyper-footer a {
    color: #cbd5e1;
}

body[data-theme-mode=dark] .alert-dark.bg-white.text-dark {
    background-color: #111827 !important;
    color: #e2e8f0 !important;
}

body[data-theme-mode=dark] .goods-section-head {
    color: #93c5fd;
}

body[data-theme-mode=dark] .goods-table-card {
    background-color: #111827;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

body[data-theme-mode=dark] .goods-table thead th {
    background-color: #1f2937;
    color: #94a3b8;
}

body[data-theme-mode=dark] .goods-table tbody td {
    border-top-color: rgba(148, 163, 184, .14);
    color: #cbd5e1;
}

body[data-theme-mode=dark] .goods-table tbody tr:hover {
    background-color: rgba(30, 41, 59, .55);
}

body[data-theme-mode=dark] .goods-table-img {
    background-color: #0f172a;
}

body[data-theme-mode=dark] .goods-name-text {
    color: #bfdbfe;
}

body[data-theme-mode=dark] .goods-stock-cell {
    color: #94a3b8;
}

body[data-theme-mode=dark] .home-side-nav {
    background-color: #111827;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 12px;
    }
}

@media screen and (min-width: 576px) {
    .container {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

/* Home Page */

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1367px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}

@media screen and (max-width: 1367px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 500px !important;
    }
}

/* Select Button */

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.nav-list::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 767px) {
    .tab-link {
        min-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .tab-link {
        min-width: 60px;
    }
}

.tab-link {
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: .5rem;
    border: 1px solid #3688fc;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tab-link.active {
    color: #fff;
    background: linear-gradient(-45deg, #3369ff, #3798f7);
}

.img-checkmark img {
    width: 36px;
}

.tab-link.active .img-checkmark {
    display: block;
}

.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

.home-layout {
    display: block;
}

.home-main {
    min-width: 0;
}

.home-sidebar {
    min-width: 0;
}

.home-side-nav {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .home-layout {
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px;
        align-items: start;
    }

    .home-sidebar {
        position: sticky;
        top: 88px;
        align-self: start;
    }

    .home-side-nav {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 12px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
    }

    .home-side-nav .tab-link {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 14px;
        border-radius: 10px;
        text-align: left;
    }

    .home-side-nav .img-checkmark {
        right: 4px;
        bottom: -6px;
    }
}

@media screen and (max-width: 991px) {
    .home-sidebar {
        margin-bottom: 12px;
    }
}

/* Home Goods List */

.goods-sections {
    display: grid;
    gap: 18px;
}

.goods-section {
    display: block;
}

.goods-section-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #5b8def;
    font-size: 15px;
    font-weight: 700;
}

.goods-table-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
    padding: 12px;
}

.goods-table {
    margin-bottom: 0;
}

.goods-table thead th {
    border-top: 0;
    border-bottom: 0;
    background-color: #f3f7ff;
    color: #8b98b1;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 14px;
    white-space: nowrap;
}

.goods-table tbody td {
    padding: 16px 14px;
    vertical-align: middle;
    border-top: 1px solid #eef3fb;
    color: #475569;
}

.goods-table tbody tr:first-child td {
    border-top: 0;
}

.goods-table tbody tr:hover {
    background-color: #fafcff;
}

.goods-thumb-cell {
    width: 94px;
}

.goods-table-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #fff;
}

.goods-name-cell {
    min-width: 260px;
}

.goods-name-text {
    color: #5b8def;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.goods-price-cell {
    color: #4da3ff !important;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.goods-stock-cell {
    color: #64748b;
    white-space: nowrap;
}

.goods-action-cell {
    white-space: nowrap;
}

.goods-buy-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 88px;
    justify-content: center;
    border-radius: 8px;
}

.goods-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.goods-badge-auto {
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, .35);
    background-color: rgba(16, 185, 129, .08);
}

.goods-badge-manual {
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, .35);
    background-color: rgba(239, 68, 68, .08);
}

@media screen and (max-width: 767px) {
    .goods-sections {
        gap: 14px;
    }

    .page-title-right {
        margin-top: 10px !important;
        float: none !important;
    }

    .app-search {
        width: 100%;
    }

    .nav-list {
        gap: 8px;
    }

    .tab-link {
        font-size: 13px;
        padding: 5px 10px;
    }

    .home-side-nav .tab-link {
        min-width: auto;
    }

    .goods-table-card {
        padding: 8px;
        border-radius: 10px;
    }

    .goods-table thead th,
    .goods-table tbody td {
        padding: 10px 12px;
    }

    .goods-table {
        font-size: 12px;
    }

    .goods-table thead th {
        font-size: 11px;
    }

    .goods-thumb-cell {
        width: 60px;
    }

    .goods-table-img {
        width: 36px;
        height: 36px;
    }

    .goods-name-cell {
        min-width: 120px;
    }

    .goods-name-text {
        font-size: 12px;
        line-height: 1.45;
    }

    .goods-price-cell {
        font-size: 13px;
    }

    .goods-badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .goods-buy-btn {
        min-width: 66px;
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 7px;
    }
}

@media screen and (max-width: 576px) {
    .header-right {
        gap: 6px;
    }

    .theme-mode-wrap {
        min-width: 82px;
    }

    .theme-mode-select,
    .header-right .btn-outline-primary {
        height: 32px;
        font-size: 12px;
        padding: 0 10px;
    }

    .logo-title {
        font-size: 20px;
        margin-left: 6px;
    }

    .goods-table thead th,
    .goods-table tbody td {
        padding: 9px 8px;
    }

    .goods-name-cell {
        min-width: 108px;
    }

    .goods-name-text {
        font-size: 11px;
    }

    .goods-price-cell {
        font-size: 12px;
    }

    .goods-stock-cell,
    .goods-action-cell {
        font-size: 11px;
    }

    .goods-buy-btn {
        min-width: 60px;
        font-size: 10px;
        padding: 4px 6px;
    }
}

/* Buy Page*/
.form-group h3 {
    font-weight: 400;
    color: #212529;
}

.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}

.buy-product img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 6px;
    }

    .buy-shop {
        grid-column: span 2 / span 2;
    }

    .buy-product {
        grid-column: span 4 / span 4;
    }
}

/* pay-type */
@media screen and (min-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 200px));
        grid-gap: 12px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 300px));
        grid-gap: 6px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 200px));
        grid-gap: 12px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 200px));
        grid-gap: 12px;
    }
}

@media screen and (max-width: 576px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 200px));
        grid-gap: 12px;
    }
}

@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 300px));
        grid-gap: 6px;
    }
}

.pay-type {
    background-color: #fff;
    color: #000;
    border: 2px solid #bdcfe1;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 6px 7px;
    margin-top: 3px;
    cursor: pointer;
}

.pay-type:hover {
    background-color: #e5efff;
    color: #000;
}

.pay-type.active {
    background-color: #e5efff;
    color: #3688fc;
    border: 2px solid #3688fc;
}

.buy-price {
    color: #ea5455;
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}

@media screen and (min-width: 767px) {
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-gap: 12px;
    }

    .orderinfo-info {
        grid-column: span 2 / span 2;
    }

    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}

@media screen and (max-width: 767px) {
    .orderinfo-info {
        display: grid;
        justify-content: center;
    }
}

.textarea-kami {
    min-height: calc(100% - 48px - 38px)
}

.kami-btn {
    margin-top: 6px;
    float: right;
}

/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

@media (min-width: 1367px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }
}


.stats-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 26px 28px 30px;
    margin-bottom: 24px;
}

.stats-icon {
    display: block;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(77, 85, 232, .09);
    /*background: var(--primary-light);*/
    color: #4d55e8;
    color: var(--primary);
    border-radius: 50%;
}

.stats-card i {
    font-size: 24px;
}

.stats-detail {
    margin-right: auto;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.stats-icon-user {
    background: rgba(7, 187, 7, .13);
    /*background: var(--success--light);*/
    color: #07bb07;
    color: var(--success);
}

.edu-badge, .malus-invite-tips {
    cursor: pointer;
}

.malus-invite-tips {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    background: var(--light);
    color: #868e96;
    color: var(--secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 8px 3px 16px;
    text-align: center;
    border-radius: 20px 0 0 0;
}

.stats-member h6 {
    margin-top: 3px !important;
    font-size: 16px;
}

.stats-icon-time {
    background: rgba(253, 151, 68, .19);
    /*background: var(--orange-light);*/
    color: #fd9644;
    color: var(--orange);
}

.vip-center .card-header .card-title {
    font-size: 16px;
    font-weight: 700;
}

.btn-pill {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 600px !important;
    }
}

@media (max-width: 576px) {
    .search-order {
        display: none;
    }
}

.order-table .table td {
    padding: 1.2rem 0 0 0 !important;
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}

.btn-outline-orange {
    background: rgba(7, 187, 7, .13);
    border: 1px solid var(--success);
    color: #07bb07;
    color: var(--success);
    background: none;
}

.overview {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.overview .card-title {
    font-size: 16px;
    font-weight: 600;
}

.affiliate-overview {
    align-items: center;
    display: flex;
    padding: 24px 24px 24px 48px;
}

.affiliate-overview .card {
    margin-right: 8px;
    height: 88px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 260px;
    box-shadow: none;
}

.affiliate-show-withdrowal-btn {
    margin: 0 12px 0 auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
    position: relative;
}

.bg-success {
    background-color: rgba(7, 187, 7, .13) !important;
    background-color: var(--success--light) !important;
}

.stamp {
    color: #fff;
    background: #868e96;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    height: 48px;
    border-radius: 6px;
    margin-right: 24px !important;
}

@media (max-width: 768px) {
    .affiliate-overview {
        align-items: flex-start;
        padding: 24px;
    }

    .affiliate-overview .card {
        margin-right: 0;
    }

    .affiliate-link, .affiliate-overview {
        flex-direction: column;
    }

    .affiliate-show-withdrowal-btn {
        margin-top: 24px;
        width: 100%;
    }
}

.stamp-md {
    line-height: 2.5rem;
}

.affiliate-overview .h4 {
    font-size: 26px;
}

.bg-success {
    background-color: rgba(7, 187, 7, .13) !important;
    /*background-color: var(--success--light)!important;*/
}

.bg-success i {
    color: #07bb07;
    color: var(--success);
}

.stamp i {
    font-size: 24px;
}

.contact {
    min-height: 136px;
}

.bg-red {
    background: rgba(235, 87, 87, .17) !important;
}

.bg-red i {
    color: #eb5757;
}

.invite-card .card-title {
    font-size: 16px;
    font-weight: 700;
}

.malus-share .list {
    padding-left: 18px;
    font-size: 14px;
}

.invite-table .table th {
    vertical-align: middle;
    line-height: 1;
}

.invite-table .table th {
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}

.withdrowal-setting .account-info {
    margin-bottom: 24px;
}

.withdrowal-setting .account-info .payment-type {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.withdrowal-setting .account-info .payment-type div.active {
    border: 1px solid #4d55e8;
}

.withdrowal-setting .account-info .payment-type div {
    cursor: pointer;
    width: 162px;
    height: 42px;
    background: #fff;
    border: 1px solid #e8e7f8;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.withdrowal-setting .account-info .payment-type div svg {
    margin-right: 8px;
}

.withdrowal-setting .account-info .account {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.withdrowal-setting .account-info .account .form-wrapper.account-name {
    width: 340px;
    margin-right: 16px;
}

.withdrowal-setting .account-info .account .form-wrapper .label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.withdrowal-setting .account-info .account .form-wrapper.account-name input {
    width: 100%;
}

.withdrowal-setting .account-info .account .form-wrapper input {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #7b7b7b;
    margin-right: 16px;
    padding: 0 12px;
    height: 46px;
    margin-bottom: 16px;
}

.withdrowal-setting .desc {
    margin-top: 18px;
    position: relative;
}

.withdrowal-setting .desc h4 {
    margin-bottom: 24px;
}

.withdrowal-setting .desc li {
    list-style: none;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #666;
    flex: none;
    order: 0;
    align-self: flex-start;
    margin-top: 12px;
}

.withdrowal-setting .desc button {
    margin-top: 42px;
    border-radius: 4px;
    width: 212px;
    height: 47px;
    float: right;
}

.invite-table .show-address {
    max-width: 180px;
}

.choose-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.choose-tag .tag.active {
    border-color: #4d55e8;
    color: #4d55e8;
}

.choose-tag .tag {
    font-size: 15px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    font-weight: 400;
    background: none;
    color: #333;
    position: relative;
    padding: 4px 8px;
    min-width: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.choose-tag .tag .discount-tag {
    color: #fff;
    background: #ff4243;
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 4px;
    transform: scale(.9);
    margin-top: -1px;
}

.body-dark {
    background: #18191a !important;
}

.header-dark {
    background-color: #383838 !important;
}

.card-dark {
    background-color: #383838 !important;
}

.tab-link-dark {
    background-color: #383838 !important;
}

.home-card-dark {
    background-color: #383838 !important;
}

.form-control-dark {
    background-color: #383838 !important;
}

.card-header-dark {
    background-color: #383838 !important;
}

.modal-content-dark {
    background-color: #383838 !important;
}

.name-dark {
    color: #d2d2d2 !important;
}
