<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}



</pre></body></html>