/* ===== CONTAINER ===== */
.price-cards {
    display: flex;
    gap: 18px;
    width: 100%;
}



.card-footer {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== CARD BASE ===== */
.price-card {
    flex: 1;
    background: #fdfdfd;
    border-radius: 5px;
    border: 1px solid;
    overflow: hidden;
}

/* ===== HEADER ===== */

.card-header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.price-card .card-header {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.entry-number_content {
    margin: 0;
}


.price-card .card-body {
    flex-direction: column;
    font-weight: normal;
}

.price-card .price {
    font-size: 20px;
    font-weight: bold;
    color: #2C2C2C;
}

.price-card .type {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
}

/* ===== BODY ===== */
.price-card .card-body,
.price-card .card-footer {
    padding: 12px 10px 14px;
    text-align: center;
}

.kpi-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.increase {
    font-size: 16px !important;
    font-weight: bold !important;
    color: black !important;
    margin-right: 2px;
}

.price-card .card-body p {
    margin: 6px 0;
    font-size: 15px;
    line-height: 1.4;
    display: block;
    text-align: left;
    color: #525666;
}

.price-card .increase {
    font-weight: 700;
    font-size: 14.5px;
}

.price-card .note {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ===== COLOR THEMES ===== */

/* 1PN – RED */
.price-card {
    border-color: #ccc;
}

.price-card.red .type {
    color: #b53b3b;
}

/* 2PN – BLUE */


.price-card.blue .type {
    color: #2e6f91;
}

/* 3PN – YELLOW */


.price-card.yellow .type {
    color: #b89318;
}

/* ===== KPI TEXT COLORS ===== */
.green {
    color: #2e7d32;
}

.orange {
    color: #c49000;
}

.blue-text {
    color: #2e6f91;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .price-cards {
        flex-direction: column;
    }
}

.wpDataTablesWrapper {
    display: none !important;
}

.wpdt-c {
    display: none !important;
}

.filter-group {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
}

.btn-filter {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    color: #525666;
    cursor: pointer;
}

.content-wrapper_chart {
    padding: 24px;
    border-radius: 5px;
    background: #fff;
}



/* line chia giữa */
.btn-filter+.btn-filter {
    border-left: 1px solid #b7b5b5;
}

/* active */
.btn-filter.active {
    background: #198754;
    color: #fff;
}

.btn-filter {
    transition: all 0.25s ease;
}

/* ===== BASE STYLE ===== */
.re__entry-onboarding .entry-number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}

/* icon tròn */
.re__entry-onboarding .entry-number .fa-solid {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* icon trắng */
    font-size: 13px;
}


/* ===================== */
/* TREND UP (tăng — increase) */
/* ===================== */

.re__entry-onboarding.trend-up {
    background: #16a34a;
    border-radius: 5px;
    background: url('../images/up.svg') no-repeat top right;

}



.trend-up .entry-text {
    color: #dcfce7;
}

.trend-up .fa-arrow-up {
    background: #138848;
}


/* ===================== */
/* TREND DOWN (giảm — decrease) */
/* ===================== */

.re__entry-onboarding.trend-down {
    background: #dc2626;
    border-radius: 5px;
    background: url('../images/down.svg') no-repeat top right;

}





.trend-down .fa-arrow-down {
    background: #e03c31;
}


/* ===================== */
/* TREND FLAT (không đổi — unchanged) */
/* ===================== */

.re__entry-onboarding.trend-flat {
    background: #6b7280;
    border-radius: 5px;
    background: url('../images/no-change.svg') no-repeat top right;

}


.re__entry-onboarding {
    width: 100%;
    border: 1px solid #009BA1;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

@media (max-width: 990px) {
    .re__entry-onboarding {
        margin-top: 20px;
    }
}


.re__entry-onboarding.re__nochange-trend .entry-text {
    color: #505050;
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    margin-bottom: 12px;
}

.re__entry-onboarding .entry-number {
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold !important;
    letter-spacing: -.2px;
    padding-left: 28px;
    margin-bottom: 8px;
}

.re__entry-onboarding.re__web-entry-onboarding:not(.re__tablet-entry-onboarding) {
    display: block;
}



.re__entry-onboarding.re__nochange-trend .entry-number {
    background: none;
    padding-left: 0;
}

.entry-text.g6 {
    font-family: "Roboto Regular", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2C2C2C !important;
}

.re__entry-onboarding .entry-button {
    width: 100%;
    text-align: center;
}

.re__btn-cyan-border--sm {
    color: #009BA1;
    background: #fff;
    border: 1px solid #009BA1;
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    padding: 5px 11px;
    border-radius: 4px;
}

.re__btn {
    font-style: 15px;
    outline: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: none !important;
    color: #138848;
}

.re__btn--link {
    display: block;
}

.chart-switch-wrap {
    flex-wrap: wrap;
}

.chart-switch,
.chart-period {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 18px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.chart-switch.active,
.chart-period.active {
    background-color: #3b7f7a !important;
    color: #fff !important;
    border-color: #3b7f7a !important;
}

.chart-switch:first-child,
.chart-period:first-child {
    border-radius: 4px 0 0 4px;
}

.chart-switch:last-child,
.chart-period:last-child {
    border-radius: 0 4px 4px 0;
}

.chart-switch:hover,
.chart-period:hover {
    border-color: #1f7f7a;
}

.price-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}




/* ===== BODY ===== */
.price-card__body {
    text-align: center;
    padding: 14px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.price-card__title {
    font-size: 16px;
    margin-bottom: 6px;
    color: #333;
}

.price-card__change {
    font-size: 18px;
    font-weight: 700;
}

/* ===== FOOTER ===== */
.price-card__footer {
    text-align: center;
    font-size: 15px;
    padding: 12px 10px;
    color: #333;
}

/* ===== COLOR THEMES ===== */
.price-card.green {
    border-color: #6fa84f;
}

.price-card.green .price-card__header {
    border-color: #6fa84f;
}

.price-card.green .price-card__change {
    color: #6fa84f;
}

.price-card.orange {
    border-color: #e0a14a;
}

.price-card.orange .price-card__header {
    border-color: #e0a14a;
}

.price-card.orange .price-card__change {
    color: #e0a14a;
}

.price-card.blue .price-card__header {
    border-color: #4a79c6;
}

.price-card.blue .price-card__change {
    color: #4a79c6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .price-summary {
        grid-template-columns: 1fr;
    }
}

.divide-line {
    border-bottom: 1px solid #dce0e0;
}

.content-header {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

/* Mobile */
@media (max-width: 768px) {
    .box-1 {
        order: 2;
    }

    .box-2 {
        order: 3;
    }

    .box-3 {
        order: 1;
    }
}

.price-note {
    display: flex;
    gap: 4px;
    background: #f3f4f6;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-top: 20px;
}

.price-note-icon {
    min-width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    background: #fff;
}

.price-note-text strong {
    font-weight: 600;
}

