body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}

.header {
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
padding: 10px;
}

.back-arrow, .refresh-icon {
font-size: 24px;
text-decoration: none;
color: black;
}

.tab-menu {
display: flex;
justify-content: space-around;
padding: 10px 0;
background-color: white;
}

.tab {
background: none;
border: none;
padding: 10px;
cursor: pointer;
font-size: 16px;
}

.tab.active {
color: #4CAF50;
border-bottom: 2px solid #4CAF50;
}

.search-filter {
display: flex;
padding: 10px;
background-color: white;
}

.search-input {
flex: 1;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

.filter-btn {
padding: 10px;
background-color: #4CAF50;
border: none;
color: white;
margin-left: 10px;
border-radius: 4px;
cursor: pointer;
}

.order-list {
padding: 10px;
}

.order-item {
background-color: white;
padding: 10px;
border-radius: 8px;
margin-bottom: 10px;
position: relative;
}

.order-info {
font-size: 14px;
}

.product-thumbnail {
width: 80px !important;
height: 80px !important;
margin-top: 10px;
border-radius: 4px;
}

.order-actions {
display: flex;
justify-content: space-between;
margin-top: 10px;
}

.order-again-btn, .review-btn {
padding: 8px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}

/* Additional styles for the rating stars */
