.box-profile {
  position: relative;
  margin-bottom: 1.5rem;
}

.box-profile .img-profile {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.box-profile .btn-upload-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.9;
}
.box-profile:hover .btn-upload-image {
  opacity: 1;
}

/* modal preview area */
.cropper-wrap {
  background: #0e0e10;
  border: 1px solid #2a2a2e;
  border-radius: 8px;
  padding: 8px;
}
#cropImage {
  display: block;
  max-width: 100%;
  max-height: 60vh;
  margin: auto;
}
.controls .btn {
  margin: 2px;
}
#uploadProgress {
  width: 100%;
}
.muted {
  color: #a9a9b3;
  font-size: 13px;
}
.error-text {
  color: #ff6b6b;
  font-size: 13px;
}

.boxContainQR {
  padding: 8px;
  background-color: #ffffff;
}

.boxActivity {
  width: 100%;
  background-color: #a9a9b3;
  padding: 12px;
  border-radius: 8px;
}

.boxActivity .boxChildActivity {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 6px;
}

.boxChildActivity.boxSense {
  background-color: #ff6b6b;
}
.boxChildActivity.boxReaction {
  background-color: #0180b6;
}
.boxChildActivity.boxSkill {
  background-color: #b30000;
}

.boxChildActivity .scoreBooth {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.chart-card {
  background: #0e0f12;
  border: 1px solid #23242a;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  height: auto;
}

.chart-card canvas {
  width: 100% !important;
  height: auto !important;
}

.image-login {
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  .image-login {
    margin-bottom: 30vh;
  }
}
