.orders {
    font-size: 12px;
}

/* === scroll-top === */

/* .orders .table-responsive,
.orders .table {
    transform: scaleY(-1);
} */

.orders-header-content {
    margin-bottom: 20px;
}

.orders-header-content h3 {
    margin: 0;
    margin-left: 16px;
}

/* === width table === */

.search-input {
    padding: 4px 2px;
    font-size: 12px;
}

.order-action-btn {
    width: 100%;
    padding: 2px 10px;
}

.orders th,
.orders td {
    padding: 4px;
}

.orders th {
    text-align: center;
}

.action {
    min-width: 100px;
}

#select-status {
    width: 120px;
}

.search-city {
    min-width: 80px;
}

.search-date {
    max-width: 84px;
}

/* === Order view ===*/

.checkout-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.checkout-text {
    width: 20%;
}
.checkout-detail {
    width: 20%;
}
.checkout-price,
.checkout-total_price {
    width: 62px;
}
  
