.kvctbtn-wrapper {
  left: 40px;
  position: fixed;
  bottom: 12%;
  z-index: 99999;
  transform: scale(0.8);
}

.kvctbtn-wrapper .kvctbtn-inner{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kvctbtn-wrapper .button-contact .circle-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.kvctbtn-wrapper .button-contact .circle-box-img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
}

.kvctbtn-wrapper .button-contact .circle-box-fanpage {
  background-color: rgb(24 119 242 / 70%);
}

.kvctbtn-wrapper .button-contact .circle-box-phone {
  background-color: rgba(230, 8, 8, 0.7);
}

.kvctbtn-wrapper .button-contact .circle-box-phone .circle-box-img {
  background-color: #e60808;
}

.kvctbtn-wrapper .button-contact .circle-box .circle-box-img img {
  
}
