* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Baloo Bhai 2", Arial, sans-serif;
  max-width: 480px;
  margin: 0 auto;
  height: 200vh;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #ffc94a 6%, #ffeec7 43%);
  background-repeat: no-repeat;
}

.order-history-container {
  padding: 20px;
}

h1 {
  font-size: 40px;
  color: white;
  margin-left: 10px;
}
h5 {
  font-size: 25px;
}
h4 {
    color: white;
    margin-top: 12px;
    margin-left: 5px;
}
header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.back-button {
  font-size: 24px;
  cursor: pointer;
}

.title {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.info-text {
  color: #888;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid transparent;
}

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

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.order-card {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.order-details {
  flex-grow: 1;
}

.order-title {
  font-weight: bold;
  color: grey;
  /* margin-bottom: 1px; */
}

.order-item {
  font-size: 16px;
  font-weight: bold;
  /* margin-bottom: 2px; */
}

.order-date-rill {
  font-weight: bold;
  color: #000;
}

.order-date {
  /* margin-bottom: 10px; */
  color: #888;
}

.order-more {
  color: grey;
  cursor: pointer;
}

.imgpanah {
  width: 15px;
  height: 15px;
}

.order-qr img {
  width: 120px;
  height: 120px;
}

.check_box img {
  width: 100px;
  height: 100px;
}
