/* ErvaPlus Bayi Panel Uyumlu Stil */

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

th {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    border-bottom: 2px solid #eee;
}

td {
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.erva-btn {
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

.erva-btn.approve {
    background: #28a745;
    color: #fff;
}

.erva-btn.reject {
    background: #dc3545;
    color: #fff;
    margin-left: 5px;
}

.erva-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.order-status {
    font-weight: 500;
}
.erva-subaccount-extra {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.erva-subaccount-extra p {
    margin-bottom: 15px;
}
#erva-order-preview-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

.erva-order-preview {
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    height: 100%;
    background: #fff;
    padding: 20px;
    overflow-y: auto;
}

.erva-preview-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

.erva-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.erva-preview-products {
    width: 100%;
    border-collapse: collapse;
}

.erva-preview-products th,
.erva-preview-products td {
    border-bottom: 1px solid #eee;
    padding: 8px;
}
/* Ä°ÅŸlem kolonu tek satÄ±r */
.erva-orders-table td.order-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Ä°kon buton genel */
.erva-btn-icon {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Onay */
.erva-btn-icon.approve {
    background: #28a745;
    color: #fff;
}

/* Red */
.erva-btn-icon.reject {
    background: #dc3545;
    color: #fff;
}

/* Hover */
.erva-btn-icon:hover {
    opacity: 0.85;
}
/* Ödeme bekliyor (pending) */
tr.erva-status-pending {
    background-color: rgba(255, 193, 7, 0.10); /* açýk sarý */
}

/* Hazýrlanýyor (processing) */
tr.erva-status-processing {
    background-color: rgba(33, 150, 243, 0.10); /* açýk mavi */
}

/* Tamamlandý (completed) */
tr.erva-status-completed {
    background-color: rgba(76, 175, 80, 0.10); /* açýk yeþil */
}

/* Beklemede (on-hold) */
tr.erva-status-on-hold {
    background-color: rgba(255, 87, 34, 0.10); /* açýk turuncu */
}

/* Hücreler de boyansýn (bazý temalar tr'yi bastýrýr) */
tr.erva-status-pending td,
tr.erva-status-processing td,
tr.erva-status-completed td,
tr.erva-status-on-hold td {
    background-color: transparent;
}
/* Ödeme bekliyor (pending) */
.erva-orders-table tr.erva-status-pending td {
    background-color: rgba(255, 193, 7, 0.18) !important; /* açýk sarý */
}

/* Hazýrlanýyor (processing) */
.erva-orders-table tr.erva-status-processing td {
    background-color: rgba(33, 150, 243, 0.15) !important; /* açýk mavi */
}

/* Tamamlandý (completed) */
.erva-orders-table tr.erva-status-completed td {
    background-color: rgba(76, 175, 80, 0.18) !important; /* açýk yeþil */
}

/* Beklemede (on-hold) */
.erva-orders-table tr.erva-status-on-hold td {
    background-color: rgba(255, 87, 34, 0.15) !important; /* açýk turuncu */
}

.erva-pay-label{
    display:inline-block;
    padding:4px 8px;
    border-radius:6px;
    font-weight:600;
    font-size:11px;
    margin-bottom:4px;
}

.erva-pay-btn-wrap{
    display:flex;
    gap:6px;
    margin-top:6px;
    flex-wrap:wrap;
}

.erva-pay-btn{
    display:inline-block;
    padding:4px 8px;
    border-radius:6px;
    text-decoration:none;
    font-size:11px;
    font-weight:600;
}
.erva-popup-inner{
position:relative;
}



/* =========================
   MOBÝL KART SÝSTEMÝ
   ========================= */
@media (max-width: 768px){

    .erva-orders-table,
    .erva-orders-table thead,
    .erva-orders-table tbody,
    .erva-orders-table th,
    .erva-orders-table td,
    .erva-orders-table tr {
        display: block;
        width: 100%;
    }

    /* Header gizle */
    .erva-orders-table thead {
        display: none;
    }

    /* Kart görünüm */
    .erva-orders-table tr {
        margin-bottom: 14px;
        padding: 12px;
        border-radius: 12px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        background: #fff;
    }

    /* Hücreler */
    .erva-orders-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 4px;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        font-size: 13px;
        text-align: right;
    }

    .erva-orders-table td:last-child {
        border-bottom: none;
    }

    /* Sol label (Müþteri, Tarih vs) */
    .erva-orders-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #333;
        text-align: left;
    }

    /* Toplam vurgusu */
    .erva-orders-table td:nth-child(6){
        font-weight: 700;
        color: #ff8a00;
    }

    /* Butonlar full geniþlik */
    .erva-orders-table td.order-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .erva-orders-table .erva-btn-icon {
        width: 100%;
        height: 40px;
        font-size: 15px;
    }

    /* ödeme alaný düzen */
    .erva-pay-btn-wrap {
        width: 100%;
        flex-direction: column;
    }

    .erva-pay-btn {
        text-align: center;
        width: 100%;
    }
}


@media (max-width:768px){

.erva-status-processing {
    border-left: 5px solid #2196f3;
}

.erva-status-completed {
    border-left: 5px solid #4caf50;
}

.erva-status-pending {
    border-left: 5px solid #ffc107;
}

}