/* CSS cho plugin CRM */
#adminmenu .toplevel_page_plugin_crm .wp-menu-image img {
    padding: 7px 0 0 0;
}

.wrap h1 {
    color: #677F4C;
}

.crm-level-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.crm-level-item input {
    margin-right: 10px;
}

#add-level {
    background-color: #677F4C;
    color: white;
    border-color: #677F4C;
}

#add-level:hover {
    background-color: #5a6d42;
    border-color: #5a6d42;
}

.remove-level {
    background-color: #CC701A;
    color: white;
    border-color: #CC701A;
}

.remove-level:hover {
    background-color: #b36216;
    border-color: #b36216;
}

.crm-dashboard-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.crm-widget {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.crm-widget canvas {
    max-height: 260px;
}

.crm-filters {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.crm-filters label {
    margin-right: 10px;
}

.crm-filters input[type="date"] {
    margin-right: 20px;
}

.bc-garden-dashboard {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
}

.bc-gd-welcome h3 {
    margin: 0 0 8px;
    color: #677F4C;
}

.bc-gd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 12px;
}

.bc-gd-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.bc-card-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.bc-card-value {
    font-size: 28px;
    font-weight: 700;
    color: #677F4C;
    line-height: 1.2;
}

.bc-card-value span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.bc-card-note {
    margin-top: 8px;
    color: #444;
}

.bc-progress-bar-wrap {
    background: #f1f3ef;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
    margin-top: 8px;
}

.bc-progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #677F4C, #88a566);
}

.bc-sec-title {
    margin: 0 0 10px;
}

.bc-gd-section {
    margin-top: 16px;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.bc-tier-list {
    display: grid;
    gap: 10px;
}

.bc-tier-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 600;
    color: #2f3a2f;
    background: #fff;
}

.bc-tier-item.active {
    background: #4f7d4e;
    color: #fff;
    border-color: #4f7d4e;
}

.bc-gd-grid-dual {
    margin-top: 16px;
}

.bc-earn-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bc-earn-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.bc-earn-list li:last-child {
    border-bottom: 0;
}

.bc-earn-list li span:last-child {
    font-weight: 700;
    color: #4f7d4e;
}

.bc-btn-full {
    display: inline-block;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    background: #4f7d4e;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.bc-btn-full:hover {
    background: #436b43;
    color: #fff;
}

@media (max-width: 900px) {
    .bc-gd-grid {
        grid-template-columns: 1fr;
    }
}

/* Thêm các style khác với màu #677F4C và #CC701A ở đây */
