.event-list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.event-result__finisher strong {
  font-weight: 900;
  font-size: 30px;
  /* line-height: 160%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 95%;
}
.event-result__finisher strong em {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  color: red;
  text-shadow: 2px 2px 0px #312e2a, 6px 7px 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.event-result__finisher strong i {
  position: absolute;
  font-style: normal;
  color: #152e72;
  z-index: 0;
  margin: 5px;
}
.event-result__joiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #33598f; /*#0075be*/
  height: 35px; /*104px;*/
  position: relative;
}
.event-result__donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color:#0075be
  height: 35px; /*104px;*/
  position: relative;
}
.event-result__joiner strong,
.event-result__donate strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 95%;
}
.event-result__joiner span,
.event-result__donate span,
.event-result__finisher span {
  font-size: 14px;
  color: #937373;
}
.event-result__aside {
  position: relative;
  max-width: 100%;
  width: 360px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}
.event-result__info {
  margin: 25px;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 32%;
  left: 3%;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}
.event-result__finisher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4px;
  margin-bottom: 2px;
  height: 55px;
}

.event-result__donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0075be;
  height: 35px; /*104px;*/
  position: relative;
}
.event-total {
  margin-top: 7px;
  height: 100%;
}
.event-total__heading {
  max-width: 80%;
  margin: 0 auto;
  background: #393a9e;
  border-radius: 16px 16px 0 0;
  padding: 10px 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-total__heading-title {
  text-align: center;
  width: 100%;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
}
.event-total__heading-text {
  font-size: 12px;
  line-height: 150%;
}

.event-total__nav {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #393a9e;
  border-radius: 8px 8px 0px 0px;
}
.event-total__nav-item.active {
  background: #ffffff;
  color: #393a9e;
}
.event-total__nav-item {
  padding: 10px 10px;
  background: #7b7dff;
  border-radius: 3px 3px 0px 0px;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.event-total__nav-item + * {
  margin-left: 6px;
}
.event-result__main {
  margin: 0 auto;
}
.event-result--total {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 592px;
}
.event-result--total {
  background: #fff3df;
}
.event-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
}

.ranking-stack__order {
  /* padding: 10px 30px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ranking-stack__order-current {
  background: #393a9e;
  border: 2px solid #e0e8ff;
  border-radius: 99px;
  color: #e0e8ff;
  display: inline-block;
  min-width: 26px;
  height: 40px;
  text-align: center;
  padding: 6px 5px;
  margin-right: 13px;
  margin-left: 15px;
  width: 42px;
}
.ranking-item__statistics {
  margin-left: 10px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

#btnBoxComp.cssBtnChatBox {
  background-image: url('../luna.png') !important;
  background-size: 63px 63px;
  background-position: center top;
}

.vr-ranking--ver3 .vr-ranking__footer {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: -35px;
}
.clearfix {
  clear: both;
}
.pt-20 {
  padding-top: 20px;
}
.clearfix {
  clear: both;
}
.txt-center {
  text-align: center;
}
.vr-ranking--ver3 .vr-ranking__footer .btn-viewmore {
  font-size: 16px;
  color: #222222;
  background: #e0e8ff;
}
.btn-viewmore {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
}