@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  outline: none;
}
body {
  padding: 0 15px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 250px;
    height: 250px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.jsonbox {
  height: 200px;
  overflow-y: auto;
  margin: 10px auto;
  word-break: break-all;
}

.htm5-belt {
  display: none;
  /* display: flex; */
  background: -webkit-gradient(linear, right top, left top, color-stop(-19.28%, #E71E1A), color-stop(119.28%, #6F0000));
  background: -o-linear-gradient(right, #E71E1A -19.28%, #6F0000 119.28%);
  background: linear-gradient(270deg, #E71E1A -19.28%, #6F0000 119.28%);
  padding: 2px 4px;
  height: 46px;
  position: relative;
}
.htm5-belt:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  content: '';
  background-color: #ffffff;
}
.htm5-belt .side-com {
  text-align: left;
  position: relative;
  z-index: 3;
}
.htm5-belt .side-com label {
  display: block;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.htm5-belt .side-com img {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}
.htm5-belt .left-side {
  flex: 0 0 50%;
  max-width: 50%;
}
.htm5-belt .left-side label {
  padding-left: 40px;
}
.htm5-belt .right-side {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.htm5-belt .right-side label {
  padding-right: 40px;
}
.htm5-belt .right-side img {
  left: auto;
  right: 0;
}
.htm5-belt .cs-progress-bar {
  position: absolute;
  content: '';
  left: 25px;
  right: 25px;
  top: 0;
  bottom: 0;
  height: 12px;
  margin: auto;
  background: #000000;
  padding: 1px;
  z-index: 1;
}
.htm5-belt .cs-progress {
  background: linear-gradient(270deg, #FF9E00 0%, #FFD300 100%);
  width: 100%;
  height: 100%;
}
.htm5-belt .cs-progress .actual-progress {
  height: 100%;
  background: linear-gradient(270deg, #7BFF00 0%, #30B100 100%);
}

.htm5-belt-contest {
  background: linear-gradient(270deg, #E71E1A -19.28%, #6F0000 119.28%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.htm5-belt-contest .side-com {
  flex: 0 0 36px;
  max-width:36px;
  text-align: center;
  margin: 3px 14px;
  position: relative;
}
.htm5-belt-contest .base-img {
  border-radius: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url(../icon/emptystate.png);
  background-size: cover;
  height: 100%;
  border: 1px solid #FFFFFF;
}
.htm5-belt-contest .yellow-ring .base-img {
  border: 2px solid #FFF800;
}
.htm5-belt-contest .crown-avt {
  position: relative;
}
.htm5-belt-contest .crown-img {
  position: absolute;
  width: 29px;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
}
.modal-body {
  text-align: left;
}