.fire {
  fill: #dfca8b;
  position: relative;
  margin: 0;
}
.progress__bar__wrapper {
  width: 95%;
  padding: 10px;
  text-align: center;
}
.progress__bar__wrapper h3 {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  margin:0;
  margin-bottom:12px;
}

.progress__bar__container {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.progress__fill {
  background-color: #dfca8b;
  height: 8px;
  transition: 0.6s all linear;
  border-radius: 5px;
  position: relative;
}
.progress__bar__container::before {
  content: "";
  left: 0;
  right: 0;
  border-radius: 5px;
  position: absolute;
  height: 8px;
  background-color: #ebebeb;
}
.progress__value__container {
  display: flex;
  /* margin-left: -13px; */
  margin-left: 105%;
  color:#dfca8b;
}
.bar__value {
  position: relative;
  font-size: 18px;
  margin-top: -12px;
  font-weight: 900;
  position: relative;
}

.bar__value span {
  font-size: 12px;
  position: absolute;
  font-weight: 900;
}

.skill {
  text-align: center;
  width: 500px;
  height: 300px;
  position: relative;
  text-align: center;
}

@media (max-width: 1292px) {
  .skill {
    width: 350px;
  }
}

@media (max-width: 460px) {
  .skill {
    width: 300px;
  }
}








.skill .edit {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  right: 6rem;
  bottom: 4.25rem;
  padding: 0;
  margin: 0;
  width: 60px;
  cursor: pointer;
}

@media (max-width: 1292px) {
  .skill .edit {
    right: 2rem;
  }
}

@media (max-width: 640px) {
  .skill .edit {
    right: -2rem;
  }
}

.skill .edit img {
  padding: 0 !important;
  margin:-2px 0 0 0 !important;
  width: 18px !important;
}

.goal-modal {
  padding: 1.7rem 2rem 4rem 2rem;
  position: absolute;
  top: 10.7rem;
  left: 28rem;
  background: #fff;
  width: 300px;
  height: 140px;
  transition: all .4s;
  opacity: 1;
  z-index: 999;
  border-radius: 1rem 1rem 1rem 0;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
}

.goal-modal label {
  text-align: left;
  font-size: .8rem;
  padding: .5rem 0;
  width: 100%;
}

.goal-form-holder {
  position: relative;
}

.goal-form-message {
  position: relative;
  margin-top: 40px;
}
.goal-form-success {
  color: green;
}

.goal-form-error {
  color: red;
}

.goal-modal input[type=text] {
  position: absolute;
  left: 0;
  width: 140px;
  padding: .5rem;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
}

.goal-modal button {
  position: absolute;
  right: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .75rem;
  border: 1px solid #000;
  background: #fff;
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  transition: all .3s;
  letter-spacing: .05rem;
}
.goal-modal button:hover {
  background: #000;
  color: #fff;
}

.goal-modal__header {
  display: flex;
  justify-content: space-between;
}



.modal-hide {
  opacity: 0;
  /* height: 100%; */
  /* min-height: 100vh; */
  z-index: -1;
}

.modal-show {
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 999;
}











.outer {
  margin: 2.25rem auto auto auto;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 25px solid rgba(0,0,0,0.25);
}
/* padding: 20px; */
.inner {
  height: 165px;
  width: 165px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    0deg,
    rgba(244, 233, 203, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}

.circle-container {
  margin: auto;
}

.label {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -3px;
  font-size: 2.66rem;
  line-height: 2.66rem;
  font-weight: 700;
  margin: 0;
  margin-top: 2px;
}

.sub-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.value {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 40px;
  position: relative;
}

.percent {
  font-weight: 900;
  top: -10px;
  font-size: 15px;
  position: absolute;
}

circle {
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 25px;
  stroke-dasharray: 660;
  stroke-dashoffset: 660;
  /* animation: anim */
}

/* svg {
  position: absolute;
  top: 0;
  left: 0;
} */

.rotate__svg{
  transform:rotate(-90deg);
  left: 128px;
  top: 0px;
  width: 245px;
  height: 240px;
  position: absolute;
}

@media (max-width: 1292px) {
  .rotate__svg {
    left: 54px;
  }
}

@media (max-width: 460px) {
  .rotate__svg {
    left: 28px;
  }
}

.circles-div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.history__header {
  width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
  @media (max-width: 1476px) {
    .history__header {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .history__header {
      padding: 2rem;
    }
  }
  @media (max-width: 500px) {
    .history__header {
      display: block;
    }
  }

.my_history_months {
  width: 200px;
}
  @media (max-width: 768px) {
    .my_history_months {
      width: 150px;
    }
  }
  @media (max-width: 500px) {
    .my_history_months {
      margin-top: 1rem;
    }
  }

.video_history_container {
  box-sizing: border-box;
  width: 1400px;
  margin: 0 auto;
}
  @media (max-width: 1476px) {
    .video_history_container {
      width: 100%;
    }
  }

.video_history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.one_video {
  width: 460px;
  padding: 1.25rem;
  box-sizing: border-box;
}
  @media (max-width: 1439px) {
    .one_video {
      width: 350px;
    }
  }

.one_video img {
  width: 100%;
}

.one_video_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.vhistory_stats_details {
  padding: .5rem 0 0 0;
  display: flex;
  justify-content: space-between;
  font-size: small;

}

.vhistory_stats {
  padding: .5rem 0 0 0;
}

.vhistory_stats__title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}

.vhistory_stats__viewed {
  padding-top: 5px;
  color: #8fa2b3;
}

.vhistory_stats__progress_bar {
  padding-top: 10px;
}

.vhistory_stats__progress_bar__completed {
  color: #40ac2f;
}

.vhistory_stats__time {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.vhistory_stats__progress_bar__in_progress {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #d4a41f;
}

.video_history_title {
  padding: 10px;
}

.weekly__statistics {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.ws__minutes_burned {
  width: 600px;
}

.wtw {
  width: 1400px;
  margin: 0 auto;
  padding: 5rem 1.5rem 0 1.5rem;
}
  @media (max-width: 1476px) {
    .wtw {
      width: 100%;
    }
  }









  .wtw__header {
    justify-content: space-between;
    display: flex;
  }






/* Original styles */

.headline-library.stats {
  background: url('https://mandydimarzo.com/userfiles/media/default/library-stats-background.jpg');
  margin: 0;
  background-attachment: scroll;
  min-height: auto;
  height: auto;
  background-position: center;
}

.headline-library.stats h2 {
    text-shadow: 2px 8px 10px rgba(0, 0, 0, 0.33) !important;
}

.headline-library.stats h1 {
    padding-left: 2rem;
    text-shadow: 2px 8px 10px rgba(0, 0, 0, 0.33) !important;
}

@media (max-width: 850px) {
  .headline-library.stats h2 {
    font-size: 3.5rem !important;
    line-height: 4rem !important;
  }
  .headline-library.stats h1 {
    font-size: 5rem !important;
    line-height: 7rem !important;
  }
}

.headline-library.stats .container{
    width: 1400px;
    padding: 10rem 0 15rem 0;
}

  @media (max-width: 1366px) {
    .headline-library.stats .container{
        width: 80%;
        margin: 0 0 0 5rem;
    }
  }

.stats-tracker-container {
    background: #000;
    padding: 3rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

@media (max-width: 650px) {
  .stats-tracker-container {
    padding: 1rem;
  }
}

.stats-tracker-container .icon {
    width: 70px;
    margin: 0 auto;
}

.stats-tracker-container h3 {
    font-size: 2rem !important;
    line-height: 4rem !important;
    font-weight: 400 !important;
    color: #fff;
    text-align: center;
    margin: 0;
}

@media (max-width: 900px) {
  .stats-tracker-container h3 {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }
}

.stats-tracker-container span {
    font-style: italic;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.3)
}

.stats-tracker {
    position: relative;
    width: 1400px;
    margin: -8rem auto 3rem auto;
    border-radius: 2rem;
    padding: 5rem;
    height: 430px;
    background-color: #D8BE75;
    background-image:
      linear-gradient(
        #D8BE75, #FFEDBA
      );
    border: 5px solid #EADCB3;
}
  @media (max-width: 1497px) {
    .stats-tracker {
        width: 1200px;
    }
  }
  @media (max-width: 1292px) {
    .stats-tracker {
        width: 1000px;
    }
  }
  @media (max-width: 1100px) {
    .stats-tracker {
        width: 100%;
        height: auto;
    }
  }
  @media (max-width: 650px) {
    .stats-tracker {
      padding: 2.5rem;
    }
  }


.mdi {
  cursor: pointer;
}

.stats-tracker .title {
    text-align: left;
    position: relative;
}

.stats-tracker .title h2 {
    text-align: left;
    font-size: 2rem !important;
    font-weight: 500 !important;
}

.stats-tracker .title img {
    margin-right: 1.5rem;
    width: 44px;
    float: left;
}

.stats-tracker .weekly-goals {
    width: 46%;
    position: absolute;
    left: 3rem;
    top: 1rem;
    padding: 1rem;
}


.stats-tracker .mintues-goal {
    position: absolute;
    width: 46%;
    top: 1rem;
    right: 3rem;
    padding: 1rem;
}

@media (max-width: 1100px) {
  .stats-tracker .weekly-goals {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    padding: 0;
  }
.stats-tracker .mintues-goal {
    position: relative;
    width: 100% !important;
    top: auto;
    right: auto;
    padding: 0;
  }
}

.stats-tracker-container .triangle {
  position: absolute;  
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);    
  bottom: -3.1rem;  
  width: 0; 
  height: 0; 
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 50px solid #000;    
}

.wtw {
  padding: 5rem 0;
}

.history__header {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 2rem 0;
}

.video_history_container {
  padding: 10px 10px 5rem 10px;
}



.select-months > .v-select > .vs__dropdown-toggle {
  cursor: pointer !important;
}

.select-months > .v-select > .vs__dropdown-toggle > .vs__selected-options > .vs__search{
  cursor: pointer !important;
}

.milestone-message {
  display: none;
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: .8rem;
  line-height: 1rem;
  color: #351d59;
}

.milestone-message.twenty-five {
  display: block;
  width: 150px;
  text-align: left;
  top: 6.2rem;
  right: -1.75rem;
}
.milestone-message.twenty-five::before {
  content: "Keep on BURNing, you’re doing great!";
}

  @media (max-width: 1292px) {
    .milestone-message.twenty-five {
      right: -6.5rem;
    }
  }

.milestone-message.fifty {
  display: block;
  width: 240px;
  text-align: center;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)    
}
.milestone-message.fifty::before {
  content: "You’re halfway there - keep it up!";
}

.milestone-message.seventy-five {
  display: block;
  width: 150px;
  text-align: left;
  top: 6.2rem;
  left: -1.33rem;
}
.milestone-message.seventy-five::before {
  content: "The home stretch now, you can do it!";
}

.milestone-message.one-hundred {
  display: block;
  width: 150px;
  text-align: left;
  top: -2rem;
  left: 13.5rem;
  z-index: 1;
}
.milestone-message.one-hundred::before {
  content: url('https://mandydimarzo.com/userfiles/media/default/stats-flame.png');
}


.history_select_date {
  padding-bottom: .5rem;
}

  @media (max-width: 1292px) {
    
    .milestone-message {
      font-size: .65rem;
      line-height: .85rem;
    }    
    
    .milestone-message.seventy-five {
      left: -3.75rem;
      width: 120px;
    }

    .milestone-message.one-hundred {
      left: 9.25rem;
    }

  }


  @media (max-width: 640px) {
    .milestone-message.twenty-five {
      right: -1.85rem;
      width: 80px;
    }
    
    .milestone-message.fifty {
      top: 15.7rem;
      left: 50%;
    }
    
    .milestone-message.seventy-five {
      left: -4.5rem;
      width: 120px;
    }
  }

  @media (max-width: 470px) {
    .milestone-message {
      font-size: .55rem;
      line-height: .75rem;
    }    
    .milestone-message.twenty-five {
      right: -2.25rem;
      width: 60px;
    }
    
    .milestone-message.fifty {
      top: 15.7rem;
      left: 50%;
    }
    
    .milestone-message.seventy-five {
      left: -4.5rem;
      width: 120px;
    }

    .milestone-message.one-hundred {
      left: 7.75rem;
    }

  }

.stats-quote img {
  width: auto;
}
@media (max-width: 900px) {
  .stats-quote img {
    width: 70px;
  }
}




.arrow_box {
  padding: 10px;
  background-color: #ffffff;
}

.arrow_box__label {
  color: #000 !important;
  font-size: 12px !important;
}