a, img {
  display: inline-block;
}

.ml-5 a {
  color: #2172e5;
}
.ml-5 a:hover {
  text-decoration: underline;
}

.medal {
  font-size: 20px;
}

.coin {
  color: #95a5a6;
  font-size: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 6px 10px;
}
.coin:before {
  /*
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '\1F517';
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;

content: '?';
    background: #ffe187;
    border: 1px solid #a06e12;
    color: #a96815;
    border-radius: 50%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    left: -8px;
    top: -7px;
    padding: 10px;
    position: absolute;
    width: 140%;
    height: 140%;
    */

}


.page-main:after {
  background: #564ec1;
  content: "";
  height: 280px;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}


.px-128 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.social-icon {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -4px;
}

@media (min-width: 1280px) {
  .md:px-128 {
      padding-left: 20rem;
      padding-right: 20rem;
  }
  .md\:px-128 {
      padding-left: 20rem;
      padding-right: 20rem;
  }
}

.mini-col {
  width: 80px;
}

.big-col {
  width: 250px;
}

.unset-col {
  width: unset;
}

.link-icon {
  width: 22px;
  vertical-align: middle;
  margin-right: 8px;
}

.link-icon.uni {
      width: 30px;
}

.link-icon.es {
  width: 20px;
  margin-right: 5px;
}

.progress-bar, .progress-bar div {
  border-radius: 8px;
}

.right-subtitle {
  float: right;
  font-size: 12px;
  text-align: right;
}
