[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

:root {
    --gx-primary: #16a34a;
    --gx-light: #f5f7f6;
    --gx-border: #e5e7eb;
    --gx-text: #1f2937;
}

/* Wrapper */
.gx-wrapper {
    padding: 0.8rem;
    background: #ffffff;
}

/* Card Common */
.gx-card {
    border-radius: 0.75rem;
    padding: 1rem;
    border: 0.0625rem solid var(--gx-border);
    background: linear-gradient(180deg, #ffffff, #f9fafb);
}

/* Upgrade Card */
.gx-upgrade-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* Text */
.gx-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gx-primary);
    margin-bottom: 0.25rem;
}

.gx-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

/* Button */
.gx-btn {
    background: var(--gx-primary);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    transition: 0.3s;
}

.gx-btn:hover {
    background: #15803d;
}

/* Rocket Icon */
.gx-rocket {
    width: 3rem;
}

/* Help Card */
.gx-help-card {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gx-help-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gx-help-icon {
    width: 2rem;
    height: 2rem;
}

.gx-help-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gx-text);
}

.gx-help-desc {
    font-size: 0.8rem;
    color: #6b7280;
}

.gx-arrow {
    font-size: 1.25rem;
    color: #9ca3af;
}

/* Responsive */
@media (max-width: 576px) {
    .gx-upgrade-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .gx-rocket {
        align-self: flex-end;
    }
}

.brand-logo a img {
    width: 170px;
}

:root {
    --sx-border: #e5e7eb;
    --sx-text: #111827;
    --sx-subtext: #6b7280;
    --sx-green: #16a34a;
    --sx-bg: #ffffff;
}

/* Wrapper */
.sx-wrapper {
    padding: 0.9rem;
}

/* Card */
.sx-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--sx-bg);
    border-radius: 0.75rem;
    transition: 0.3s;
}



/* Left Section */
.sx-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Image */
.sx-img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Text */
.sx-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sx-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--sx-text);
}

/* Badge */
.sx-badge {
    font-size: 0.7rem;
    background: #dcfce7;
    color: var(--sx-green);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

/* Subtext */
.sx-sub {
    font-size: 0.8rem;
    color: var(--sx-subtext);
}

/* Right Arrow */
.sx-arrow {
    font-size: 1.2rem;
    color: #9ca3af;
}

/* Responsive */
@media (max-width: 576px) {
    .sx-card {
        padding: 0.75rem;
    }

    .sx-title {
        font-size: 0.9rem;
    }

    .sx-sub {
        font-size: 0.75rem;
    }
}

:root {
    --wx-bg: #f9fafb;
    --wx-card: #ffffff;
    --wx-border: #e5e7eb;
    --wx-text: #111827;
    --wx-subtext: #6b7280;
    --wx-icon-bg: #eef2ff;
}



/* Card */
.wx-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Icon box */
.wx-icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */
.wx-icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Text */
.wx-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--wx-text);
    margin-bottom: 0.25rem;
}

.wx-subtext {
    font-size: 0.85rem;
    color: var(--wx-subtext);
}

/* Responsive */
@media (max-width: 576px) {
    .wx-card {
        align-items: flex-start;
    }

    .wx-title {
        font-size: 1rem;
    }

    .wx-subtext {
        font-size: 0.8rem;
    }
}

.jdstat-icon i {
    color: #1bbf5c;
}

/* Card */
.jdstat-card {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top Layout */
.jdstat-top {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Icon */
.jdstat-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Label */
.jdstat-label {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

/* Value */
.jdstat-value {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.2rem 0;
    color: #222;
}

/* Sub text */
.jdstat-sub {
    font-size: 0.75rem;
    color: #aaa;
    margin: 0;
}

/* Live Green */
.jdstat-green {
    color: #1bbf5c;
}

.jdstat-dot {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: #1bbf5c;
    border-radius: 50%;
    margin-left: 0.3rem;
}

/* Link */
.jdstat-link {
    font-size: 0.75rem;
    color: #555;
    text-decoration: none;
    margin-top: 0.5rem;
    display: inline-block;
}

.jdstat-link:hover {
    text-decoration: underline;
}

/* Responsive spacing */
@media (max-width: 36rem) {
    .jdstat-card {
        padding: 0.9rem;
    }

    .jdstat-icon {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.1rem;
    }

    .jdstat-value {
        font-size: 0.95rem;
    }
}

.jdcard-green i {
    color: #16a34a;
}

.jdcard-purple i {
    color: #a855f7;
}

.jdcard-yellow i {
    color: #f59e0b;
}

.jdcard-blue i {
    color: #3b82f6;
}

/* Card */
.jdcard-box {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* Soft Backgrounds */
.jdcard-green-bg {
    background: linear-gradient(135deg, #eefaf3, #ffffff);
}

.jdcard-purple-bg {
    background: linear-gradient(135deg, #f5efff, #ffffff);
}

.jdcard-yellow-bg {
    background: linear-gradient(135deg, #fff7e6, #ffffff);
}

.jdcard-blue-bg {
    background: linear-gradient(135deg, #eef4ff, #ffffff);
}

/* Icon */
.jdcard-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.jdcard-green {
    background: #d1fae5;
}

.jdcard-purple {
    background: #e9d5ff;
}

.jdcard-yellow {
    background: #fde68a;
}

.jdcard-blue {
    background: #bfdbfe;
}

/* Step */
.jdcard-step {
    font-size: 0.7rem;
    background: #e5e7eb;
    padding: 0.25rem 0.45rem;
    border-radius: 0.4rem;
}

/* Title */
.jdcard-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.6rem 0 0.4rem;
    color: #222;
}

/* Text */
.jdcard-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
}

/* Button */
.jdcard-btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
    cursor: pointer;
    border: 0.0625rem solid transparent;
}

/* Filled */
.jdcard-green-btn {
    background: #16a34a;
    color: #fff;
}

/* Outline buttons */
.jdcard-purple-btn-outline {
    border-color: #a855f7;
    color: #a855f7;
    background: transparent;
}

.jdcard-yellow-btn-outline {
    border-color: #f59e0b;
    color: #f59e0b;
    background: transparent;
}

.jdcard-blue-btn-outline {
    border-color: #3b82f6;
    color: #3b82f6;
    background: transparent;
}

/* Progress bar */
.jdcard-progress {
    height: 0.3rem;
    background: #e5e7eb;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Footer */
.jdcard-foot {
    font-size: 0.7rem;
    color: #999;
    margin-top: 0.3rem;
    margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 36rem) {
    .jdcard-box {
        padding: 1rem;
    }

    .jdcard-title {
        font-size: 0.95rem;
    }

    .jdcard-text {
        font-size: 0.8rem;
    }
}

/* Header */
.jdtsk-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.jdtsk-sub {
    font-size: 0.85rem;
    color: #777;
    margin: 0.3rem 0 0;
}

/* Progress */
.jdtsk-progress-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jdtsk-progress-text {
    font-size: 0.75rem;
    color: #777;
}

.jdtsk-progress-bar {
    width: 6rem;
    height: 0.4rem;
    background: #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
}

.jdtsk-progress-fill {
    width: 0%;
    height: 100%;
    background: #22c55e;
}

.jdtsk-percent {
    font-size: 0.75rem;
    color: #22c55e;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: #e9f7ef;
        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: #1bbf5c;
    }

}

.slick-slide {
    margin: 0 5px;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loding .slick-slide {
    visibility: hidden;
}


/* Card Base */
.ui-card-orders-wrap,
.ui-card-insights-wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.05);
  height: 100%;
}

/* Header */
.ui-card-header h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

.ui-card-header a {
  font-size: 0.85rem;
  color: #28c76f;
  text-decoration: none;
}

/* Empty Orders */
.ui-orders-empty img {
  width: 5rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.ui-orders-empty h6 {
  font-size: 1rem;
  font-weight: 600;
}

.ui-orders-empty p {
  font-size: 0.8rem;
  color: #888;
}

/* Badge */
.ui-badge-new {
  font-size: 0.7rem;
  background: #e6fff3;
  color: #28c76f;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
}

/* Insights */
.ui-insight-item {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 30px;
}

.ui-insight-item h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.ui-insight-item p {
  font-size: 0.75rem;
  color: #777;
  margin: 0;
}

/* Icons */
.ui-insight-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ui-insight-icon.success {
  background: #e6fff3;
  color: #28c76f;
}

.ui-insight-icon.primary {
  background: #e8f0ff;
  color: #3b82f6;
}

.ui-insight-icon.danger {
  background: #ffe8e8;
  color: #ea5455;
}

/* Button */
.ui-btn-insight {
  width: 100%;
  padding: 0.6rem;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #28c76f;
  background: transparent;
  color: #28c76f;
  transition: 0.3s;
}

.ui-btn-insight:hover {
  background: #28c76f;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .ui-card-header h5 {
    font-size: 1rem;
  }

  .ui-insight-item h6 {
    font-size: 0.85rem;
  }

  .ui-insight-item p {
    font-size: 0.7rem;
  }
}


/* Banner */
.assist-banner-wrap {
  background: linear-gradient(90deg, #f3f7f5, #eaf4ef);
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
  gap: 1rem;
}

/* Icon */
.assist-icon-box {
  width: 2.2rem;
  height: 2.2rem;
  background: #e6fff3;
  color: #28c76f;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Text */
.assist-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

.assist-desc {
  font-size: 0.8rem;
  color: #777;
  margin: 0.2rem 0 0 0;
}

/* Button */
.assist-btn-main {
  background: #28c76f;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  transition: 0.3s ease;
  white-space: nowrap;
}

.assist-btn-main:hover {
  background: #22b863;
}

/* Responsive */
@media (max-width: 576px) {
  .assist-banner-wrap {
    padding: 0.8rem;
  }

  .assist-title {
    font-size: 0.85rem;
  }

  .assist-desc {
    font-size: 0.75rem;
  }

  .assist-btn-main {
    width: 100%;
    text-align: center;
  }
}