.status-select{
    padding:6px;
    border-radius:6px;
    font-weight:600;
}

/* Statusfarben */

.status-new{
    background:#e5e5e5;
}

.status-processing{
    background:#ffe4b3;
}

.status-shipped{
    background:#cce5ff;
}

.status-completed{
    background:#c8f7c5;
}

.admin-container{
    max-width:1100px;
    margin:60px auto;
}

.orders-table{
    width:100%;
    border-collapse:collapse;
}

.orders-table th,
.orders-table td{
    padding:10px;
    border-bottom:1px solid #ddd;
    text-align:left;
}


.order-items{
    padding:15px;
}

.order-items table{
    width:100%;
}

.status-select{
    padding:4px;
}

.order-product-img{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:6px;
}

.order-details{
    background: rgba(255,228,225,0.6);
    width: 100%;
}

.order-items{
    padding:20px;
}

.order-row.active {
    background:rgba(235,208,205,0.6);
}

.order-row:hover {
    background:rgba(235,208,205,0.6);
}

.order-arrow{
    cursor:pointer;
    font-size:18px;
    color:#666;
    transition:transform .2s ease;
}

.dashboard{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-bottom:30px;
margin-top: 20px;
max-width:80%;
margin:30px auto;
}

.dash-card{
background:#FFE4E1;
padding:20px;
border-radius:10px;
text-align:center;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.dash-title{
font-size:14px;
color:#666;
margin-bottom:5px;
}

.dash-value{
font-size:26px;
font-weight:700;
}

.dash-card{
background:#FFE4E1;
padding:25px;
border-radius:12px;
text-align:center;
box-shadow:0 4px 12px rgba(0,0,0,0.1);
transition:transform .15s ease;
}

.dash-card:hover{
transform:translateY(-3px);
}

.dash-icon{
font-size:28px;
margin-bottom:8px;
}

.dash-title{
font-size:14px;
color:#666;
margin-bottom:5px;
}

.dash-value{
font-size:28px;
font-weight:700;
}

.revenue-chart-container{
max-width:80%;
margin:40px auto;
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
display:none;
}

.chart-header{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:18px;
font-weight:600;
margin-bottom:15px;
}

#chartArrow{
transition:transform .2s ease;
}

#chartBody{
    overflow:hidden;
    transition:max-height .3s ease;
    max-height:400px;
}

.dash-chart-card{
    position:relative;
    padding-bottom:10px;
    background:#FFE4E1;
}

.dash-chart-card canvas{
    width:100%;
    height:70px !important;
    margin-top:10px;
}


.invoice-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:30px;
    height:30px;

    border-radius:6px;
    background:#fff;

    border:1px solid #ddd;
    text-decoration:none;

    transition:all .15s ease;
}

.invoice-btn:hover{
    background:#FFE4E1;
}

.pdf-icon{
    width:20px;
    height:20px;
}
