body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #333;
}


.card {
  margin-bottom: 20px;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-weight: bold;
  font-size: 18px;
}

.card-text {
  font-size: 16px;
  color: #666;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0056b3;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
}

.table-responsive {
  overflow-y: auto;
}

.card {
  margin-bottom: 20px;
}

.card-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type="text"], input[type="email"], select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

button[type="submit"] {
  background-color: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #3e8e41;
}
.rewards-section {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: #fff;
  background-color: #100f0f;
}

.rewards-progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  border-radius: 5px;
}
    
.progress-bar-inner {
  height: 10px;
  border-radius: 5px;
  transition: width 00.5s;
}

#rewards-progress-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.bi-music-note.bronze {
  color: #CD7F32; /* Bronze color */
}

.bi-music-note.silver {
  color: #B1B1B1; /* Silver color */
}

.bi-music-note.gold {
  color: #FFD700; /* Gold color */
}
.badge-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}