.See-Details-Card .level_card_top {
  align-items: center;
}
.See-Details-Card .earning_row {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.See-Details-Card .level_card_body {
  margin-bottom: 0px;
}

.See-Details-Card .earning_row .l-title {
  color: #444444e0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.See-Details-Card .earning_row .gary-line {
  height: 1px;
  width: 100%;
  background: #4444441f;
  margin: 6px 0;
}

.red-card {
  background: #670000;
}

.red-card .earning_row .l-title {
  color: #ffffff !important;
}
.red-card .level_left .heading {
  color: #ffffff !important;
}
.red-card .level_right .users {
  color: #ffffff !important;
}
.red-card .earning_row .gary-line {
  background: #ffffff;
}
.red-card .level_icon {
  background: #ffffff;
  color: #670000;
}
