.a-auto a {
    width: auto !important;
}

.card-icons {
    position: relative;
}

.card-icons .overlay-icons {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.card-icons .overlay-icons .edit {
    background: #fff;
    color: #37bea7;
    padding: 5px 10px;
    border-radius: 3px;
}

.card-icons .overlay-icons .delete {
    background: #cc563d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 5px;
}

.card-icons .overlay-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}

.card-icons .overlay-price span {
    background: #37bea7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.card-icons::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    left: 0;
    z-index: 1;
}

.a-auto a {
    width: auto !important;
}

.cursor-default {
    cursor: default;
}

.price-tag {
    background: #37bea7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

tr {
    border-width: 0.2px;
}

/* Dashboard CSS Start  */

.dashboard-container {
    padding: 20px;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #1eb580;
    border-radius: 4px;
}

.summary-card {
    border-radius: 10px;
    background-color: white;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    border-bottom: 4px solid;
    border-top: 1px solid rgb(198, 197, 197) !important;
    border-right: 1px solid rgb(198, 197, 197) !important;
    border-left: 1px solid rgb(198, 197, 197) !important;
}

.total-revenue {
    border-color: #1eb580;
}

.total-order {
    border-color: #6f42c1;
}

.vendor {
    border-color: #dc3545;
}

.total-shops {
    border-color: #fd7e14;
}

.pending-order {
    border-color: #0d6efd;
}

.processing-order {
    border-color: #0dcaf0;
}

.completed-order {
    border-color: #fd7e14;
}

.cancelled-order {
    border-color: #20c997;
}

.card-icon {
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.card-icon img {
    width: 30px;
    height: 30px;
}

.card-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.card-value {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.filter-tabs {
    background-color: #f8f9fa;
    border-radius: 50px;
    display: inline-flex;
    padding: 5px;
}

.filter-tab {
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
}

.filter-tab.active {
    background-color: #1eb580;
    color: white;
}

.dashboard-row {
    background-color: white;
    padding: 40px 15px;
    border-radius: 10px;
}

.table th {
    font-weight: 500;
    color: #555;
    border-top: none;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3f2fd;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 10px;
}

.avatar.jd {
    background-color: #e0f7fa;
    color: #00acc1;
}

.customer-info {
    display: flex;
    align-items: center;
}

.customer-details {
    display: flex;
    flex-direction: column;
}

.customer-name {
    font-weight: 500;
}

.customer-email {
    color: #6c757d;
    font-size: 0.85rem;
}

.status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-processing {
    background-color: #fff8e1;
    color: #ff8f00;
}

.status-completed {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.actions-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.search-container {
    position: relative;
}

.search-container i {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #6c757d;
}

.search-input {
    padding-left: 40px;
    border-radius: 8px;
}

.pagination {
    margin-bottom: 0;
}

.page-link {
    border-radius: 4px;
    margin: 0 3px;
    color: #333;
}

.page-item.active .page-link {
    background-color: #20c997;
    border-color: #20c997;
}

.add-btn {
    border: 1px solid #dee2e6;
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #6c757d;
}

/* Dashboard CSS End  */