.daily-price-tabs {
    margin-top: 20px;
}

.daily-price-tabs .tab-heads {
 display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.daily-price-tabs .tab-heads li {
    padding: 10px 18px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    transition: all .2s ease;
}

.daily-price-tabs .tab-heads li:hover {
    background: #eaeaea;
}

.daily-price-tabs .tab-heads li.active {
    background: #fff;
    color: #0d6efd;
    border-bottom: 2px solid #fff;
}

.daily-price-tabs .tab-content {
    display: none;
}

.daily-price-tabs .tab-content.active {
    display: block;
}

.subcategory-title {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.daily-price-table {
    width: 100%;
    border-collapse: collapse;
}

.daily-price-table th,
.daily-price-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.daily-price-table th {
    background: #f8f9fa;
}












.daily-price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.daily-price-table th {
    background: #f7f7f7;
    font-weight: 600;
    font-size: 13px;
    padding: 14px 10px;
    text-align: center;
    color: #333;
}

.daily-price-table td {
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #eee;
}

.daily-price-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.daily-price-table td:last-child button {
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
}














.daily-price-tabs .tab-heads {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.daily-price-tabs .tab-heads li {
    padding: 8px 14px;
    border-radius: 20px;
    background: #f1f1f1;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
}

.daily-price-tabs .tab-heads li.active {
    background: #000;
    color: #fff;
}











@media (max-width: 768px) {

    .daily-price-table thead {
        display: none;
    }

    .daily-price-table,
    .daily-price-table tbody,
    .daily-price-table tr {
        display: block;
        width: 100%;
    }

    .daily-price-table tr {
        background: #f5f5f5;
        margin-bottom: 14px;
        border-radius: 14px;
        padding: 12px;
        box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    }

    .daily-price-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 8px 0;
        font-size: 14px;
    }

    .daily-price-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
        font-size: 13px;
    }

    .daily-price-table td:last-child {
              justify-content: center;
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 8px 0;
        font-size: 14px;
    }

    .daily-price-table td:last-child button {
           width: 39px;
        height: 38px;
        border-radius: 50%;
        background: #dbdbdb;
        color: #fff;
        font-size: 18px;
    }
}













/* بک‌دراپ مودال */
.dcp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

/* لایه خاکستری پشت */
.dcp-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* تیرگی */
    backdrop-filter: blur(2px);     /* تار شدن (مدرن) */
}

/* باکس مودال */
.dcp-modal-box {
    position: relative;
    z-index: 2;
    max-width: 720px;
    width: 92%;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    animation: dcpFadeUp 0.25s ease;
}

/* انیمیشن باز شدن */
@keyframes dcpFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}








.dcp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.dcp-modal-overlay {
    position: absolute;
    inset: 0;
    background: #ccc; /* خاکستری */
    backdrop-filter: blur(2px);   /* تار ملایم (مدرن) */
}

.dcp-modal-box {
    position: relative;
    z-index: 2;
}




[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #e1e1e1;
    color: #000000;
    padding: 5px 10px;
    font-size: 13px;
    border: none;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled).active {
    background: #0e0e0e;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border: none;
}


.dcp-chart-tab{
        border-radius: 28px;
    color: #000;
}