#zt-web-phone {
  position: fixed;
  right: 16px;
  top: 16px;
  background-color: #ffffff;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  z-index: 999999;
}
#zt-web-phone #zt-sip-phone-bar {
  box-shadow: none !important;
  height: auto !important;
}
#zt-sip-phone-bar .empty-status,
#zt-sip-phone-bar .phone-input-group,
#zt-sip-phone-bar .phone-status {
  display: none;
}
