.bizfly-fixed-contact {
  position: fixed;
  right: 30px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 999;
  pointer-events: auto;
}

.bizfly-fixed-contact__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 10px 20px rgba(3, 27, 78, 0.2);
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.zalo-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.bizfly-fixed-contact__label {
  font-size: 14px;
  font-weight: 700;
}

.bizfly-fixed-contact__phone-wrapper {
  position: relative;
  pointer-events: auto;
}

.bizfly-fixed-contact__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bizfly-fixed-contact__card {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 227px;
  background: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 12px 8px 12px 12px;
  pointer-events: auto;
  z-index: 9;
}

.bizfly-fixed-contact__toggle:not(:checked) ~ .bizfly-fixed-contact__card {
  display: none;
}

.bizfly-fixed-contact__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bizfly-fixed-contact__title {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px !important;
  color: #15171a;
}

.bizfly-fixed-contact__close {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #15171a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.bizfly-fixed-contact__section {
  display: flex;
  color: #40444d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  gap: 4px
}

.bizfly-fixed-contact__section + .bizfly-fixed-contact__section {
  margin-top: 8px;
}

.link-phone {
  color: #40444d !important;
}
.link-phone:hover{
  text-decoration: none !important;
}
.link-phone span {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 2px;
}

#chat_biz_manage_box {
  position: fixed;
  right: 30px !important;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: transparent;
  z-index: 18000000;
}
