body {
  background: #0b1120;
  font-family: Arial;
  color: #fff;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.title {
  font-size: 28px;
  margin-bottom: 5px;
}

.subtitle {
  color: #7dd3fc;
  margin-bottom: 25px;
}

.orders {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.order {
  background: #111827;
  border-radius: 15px;
  padding: 18px;
  border: 1px solid #1e293b;
}

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

.game {
  font-weight: bold;
  font-size: 16px;
}

.price {
  color: #38bdf8;
}

.status {
  margin-top: 10px;
  font-size: 14px;
}

.status.success {
  color: #00F5F9;
}

.status.pending {
  color: #facc15;
}

.status.cancel {
  color: #E205FF;
}

.date {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 6px;
}
.back-btn {
  
  background: #1e293b;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  
}

.order {
  
  background: #0f172a;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid #1e293b;
  
}

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

.game {
  
  font-weight: bold;
  color: #38bdf8;
  
}

.price {
  
  color: #22c55e;
  font-weight: bold;
  
}

.status {
  
  margin-top: 8px;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  
}

.pending {
  background: #0F7BFF99;
  color: black;
}

.success {
  background: #22c55e;
  color: white;
}

.cancel {
  background: #ef4444;
  color: white;
}

.date {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 6px;
}
.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #0043FF; /* Och kulrang fon */
    color: #333; /* Matn rangi */
    text-decoration: none; /* Tagidagi chiziqni olib tashlash */
    border-radius: 8px; /* Burchaklarni yumshatish */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    transition: all 0.3s ease; /* Effektlar silliq bo'lishi uchun */
    border: 1px solid #ddd;
}

/* Sichqoncha ustiga kelganda */
.back-btn:hover {
    background-color: #007bff; /* Moviy rang */
    color: white;
    border-color: #007bff;
    transform: translateX(-5px); /* Chapga biroz siljish effekti */
}

/* Ikonka rangi o'zgarishi */
.back-btn:hover svg {
    stroke: white;
}
