body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.readerQrCode {
  width: 80vw;
  height: 80vw;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
}
.img-preview-get {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

#result img {
  border: 4px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

#result img.selected {
  border-color: #28a745;
  box-shadow: 0 0 12px rgba(40, 167, 69, 0.5);
}

.container-image {
  position: relative;
}
.container-image .bar-skill {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 50px;
  top: 74%;
  padding-left: 13%;
  padding-right: 13%;
}

.bar-skill .list-skill {
  height: 4.5vw;
  width: 100%;
}

.list-skill .bar {
  position: relative;
  width: 75%;
  height: 100%;
}
.bar .contain-bar-skill {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 4.5vw;
  width: 100%;
}
.contain-bar-skill .value-skill {
  position: relative;
  height: 4.5vw;
  width: 0%;
  overflow: visible;
}
.value-skill p {
  position: absolute;
  margin: 0;
  left: 104%;
  color: #5ecde1;
  font-size: 2.6vw;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.value-skill p span.text-ability {
  font-size: 1.9vw;
}
.value-skill p span.text-percent {
  font-size: 2.6vw;
  padding-left: 10px;
}
#focus-skill .value-skill {
  background-color: #1a454e;
}
#agility-skill .value-skill {
  background-color: #255964;
}
#intellect-skill .value-skill {
  background-color: #2f6e77;
}
#memory-skill .value-skill {
  background-color: #4395a0;
}

#qrcode img {
  margin: 0 auto;
}
