.badgewonribbon-type1 {
  position: absolute;
  top: -9.5px;
  left: 5px;
  z-index: 2;
}
.badgewonribbon-type1 .svgribbonbadge.badgeearnedstate .path0 {
  fill: #2c2d31 !important;
}
.badgewonribbon-type1 .svgribbonbadge.badgeearnedstate .path1 {
  fill: #878787 !important;
}
.badgewonribbon-type1 .svgribbonbadge.badgeearnedstate .path2 {
  fill: #f4bf1b !important;
}
.badgewonribbon-type1 .svgribbonbadge {
  width: 44px;
}
.badgewonribbon-type1 .svgribbonbadge .path0 {
  fill: #2c2d31;
}
.badgewonribbon-type1 .svgribbonbadge .path1 {
  fill: #878787;
}
.badgewonribbon-type1 .svgribbonbadge .path2 {
  fill: #e6e6e6;
  filter: drop-shadow(0px 6px 3px #656565);
}
@media only screen and (max-width: 800px) {
  .send-to-top {
    margin-right: 14px !important;
    width: 56px !important;
    height: 56px !important;
    font-size: 26px !important;
    bottom: 84px !important;
    position: fixed !important;
    right: 0 !important;
    justify-content: center;
    align-items: center;
    color: white !important;
    background-color: #027dea !important;
  }
}
.send-to-top {
  z-index: 87;
  display: none;
  position: sticky;
  bottom: 50px;
  float: right;
  width: 50px;
  height: 50px;
  color: #027dea;
  background-color: white;
  border-radius: 60px;
  font-size: 26px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
  right: 220px;
  position: fixed;
}
