.ambassador_container {
  background-color: #101010;
}
.ambassador_container_right {
  background-color: #191919;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ambassador_container_left {
  background-color: #111111;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ambassador_card {
  background-image: linear-gradient(
    to right top,
    #353535,
    #303030,
    #2a2a2a,
    #252525,
    #202020,
    #1e1e1e,
    #1b1b1b,
    #191919,
    #191919,
    #191919,
    #191919,
    #191919
  );
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 3%);
  color: #fff;
  padding: 2rem;
  margin-bottom: 3rem;
  width: 100%;
  font-size: 0.8rem;
}

.ambassador_card_holder .ambassador_card:first-of-type {
  margin-right: 3rem;
}

.ambassador_title {
  font-family: "evogria";
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.ambassador_subtitle {
  font-family: "Metropolis";
  color: #e8ff29;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}
.ambassador_main_title {
  text-align: center;
}
.ambassador_main_title h1 {
  font-family: "metropolis";
  color: #e8ff29;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.ambassador_main_title h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
.amb_circle {
  animation: amb_spin 15s linear 0s infinite;
}
@keyframes amb_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.amb_circle canvas {
  margin-left: auto;
  display: block;
}
.amb_target_progress {
  position: relative;
}
.amb_target_progress img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: amb_pulse 2s linear 0.3s infinite;
}
@keyframes amb_pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.amb_circle_title {
  color: #d1d1d1;
  font-family: "metropolis";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.amb_circle_subtitle {
  color: #777777;
  font-family: "metropolis";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.amb_circle_small {
  color: #777777;
  font-family: "metropolis";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-top: 0.1rem;
}
.amb_circle_target {
  color: #e8ff29;
  font-size: 1.2rem;
  border: 1px solid #686868;
  border-radius: 50px;
  text-align: center;
  padding: 0.2rem;
  margin-top: 1rem;
}
.amb_flex {
  display: flex;
  align-items: center;
}
.amb_flex-right {
  justify-content: flex-end;
}
.amb_target_content {
  width: 100%;
}
.amb_ico_title_holder img {
  width: 100%;
}
.amb_ico_hr {
  margin-top: 1rem;
  background-color: #686868;
}
.amb_goal_title {
  color: #3a3a3a;
  font-family: "metropolis";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
.amb_goal_subtitle {
  color: #777777;
  font-family: "metropolis";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.amb_yellow {
  color: #e8ff29;
}
.amb_goal_bar_container {
  background-color: #feffd7;
  height: 30px;
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}
.amb_goal_bar_container img {
  height: 16px;
  width: auto;
  position: absolute;
  top: 7px;
  right: 7px;
}
.amb_goal_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #e8ff29;
  height: 30px;
}
.amb_goal_text {
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
}
.amb_goal_holder {
  margin-top: 1rem;
}
.amb_sml {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.amb_sm_con {
  margin-top: 1rem;
}
.amb_pro_pic {
  width: 100px;
  border-radius: 50%;
}
.amb_profile {
  text-align: center;
}
.amb_profile_name {
  font-family: "Evogria";
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.amb_rank {
  background-color: #e8ff29;
  border-radius: 50px;
  color: #000;
  font-weight: 800;
  padding: 0.3rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.amb_card {
  border-radius: 18px;
  border: 2px solid #d1d1d1;
  background-color: #000;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.amb_code {
  font-size: 2rem;
  color: #e8ff29;
  font-family: "Evogria";
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.amb_content {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  letter-spacing: 1px;
}
.amb_highlight {
  display: inline-block;
  border: 1px solid #e8ff29;
  padding: 0.5rem;
  padding-right: 2rem;
  border-radius: 50px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Evogria";
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
}
.amb_highlight img {
  height: 1rem;
  margin-right: 1rem;
  width: auto;
  margin-left: 0.3rem;
}
.amb_rank_sec {
  text-align: center;
  padding: 2rem;
  padding-bottom: 0rem;
}
.amb_rank_no {
  font-family: "Evogria";
  color: #e8ff29;
  font-size: 2rem;
}
.amb_rank_hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
  background-color: #d1d1d1;
  margin-left: auto;
  margin-right: auto;
}
.amb_rank_img {
  margin-bottom: 1rem;
}

/* Mobile Fix */
@media (max-width: 992px) {
  .amb_flip {
    flex-direction: column-reverse;
    text-align: center;
  }
  .amb_flip .amb_flex-right {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .amb_mob_ico {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2rem;
  }
  .ambassador_container_right {
    background-color: #101010;
    text-align: center;
  }
  .ambassador_container_right {
    padding-bottom: 0rem;
  }
  .ambassador_container_left {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .amb_rank {
    margin-bottom: 1rem;
  }
  .amb_sml {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .amb_circle_subtitle.amb_yellow.amb_sml {
    margin-bottom: 1.5rem;
  }
  .ambassador_container .row-cap {
    flex-direction: column-reverse;
  }
}
.amb_prev_month {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 99999;
  background-color: #000;
  border: 1px solid #e8ff29;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 50px;
  color: #fff;
  box-shadow: #000 3px 3px 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s;
  cursor: pointer;
}
.amb_prev_month:hover {
  background-color: #e8ff29;
  color: #000;
}
.amb_prev_month a {
  text-decoration: none !important;
  cursor: pointer;
}
