/* reaction graphp design */
.reaction img{
  max-width: 100%;
}
.reaction .graph {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap-reverse;
}

.reaction .groth-num {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.reaction .emogi-icon {
  text-align: center;
  border: 1px solid #db9007;
  padding: 4px;
  margin-top: 7px;
}

.reaction .emogi-icon i {
  font-size: 40px;
  color: #ffa500;
}

.reaction .graph-box {
  height: 150px;
  display: grid;
  grid-template-columns: 1fr;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}

.reaction .reaction_tag {
  text-align: center;
  font-size: 10px;
  padding: 5px 5px;
}

.reaction img {
  padding: 0 15px;
}

.reaction .groth-num {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 30%);
  /* display: inline-block; */
  display: block;
  padding: 10px;
  width: 20px;
  margin: 0 auto 0px auto;
  z-index: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.emogi-icon {
  cursor: pointer;
}

.awesome_c .emogi-icon {
  border: 1px solid #072ddb;
}

.good_c .emogi-icon {
  border: 1px solid #072ddb;
}

.ok_c .emogi-icon {
  border: 1px solid #072ddb;
}

.not_good_c .emogi-icon {
  border: 1px solid #072ddb;
}

.fail_c .emogi-icon {
  border: 1px solid #072ddb;
}

.awesome_c .groth-num,
.good_c .groth-num,
.ok_c .groth-num,
.not_good_c .groth-num,
.fail_c .groth-num {
  background: #072ddb;
  color: #fff;
}

#reaction_loader {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}

.reaction .graph-box {
  height: auto;
  display: grid;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}

.reaction_box_outer {
  display: flex;
  align-items: flex-end;
}
