#box-help {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 100;
  font-family: Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.box-help__icon {
  width: 100%;
  height: 100%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box-help__icon .icon_x {
  width: 20px;
  height: 20px;
}

.box-help__icon .icon_x {
  display: none;
  color: white;
}

.box-help__icon.open .icon_x {
  display: block;
}

.box-help__icon.open img {
  display: none;
}

.box-help__icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.box-help__container {
  width: 328px;
  height: 300px;
  position: absolute;
  bottom: 58px;
  right: 10px;
  background-color: white !important;
  z-index: 10;
  border: 0;
  box-shadow: 0 0 5px 1px #b8b8b8;
  border-radius: 5px;
  transform: translateX(150%);
  transition: transform 0.6s ease;
}

.box-help__container.active {
  transform: translateX(0);
}

.box-help__container .box-header {
  padding: 20px;
}

.box-help__container .box-header {
  border-radius: 5px;
  height: 135px;
  background-color: #0971fe;
  color: white !important;
  display: flex;
  flex-direction: column;
}

.box-header .wellcome {
  display: flex;
  align-items: center;
}

.box-header .box-header_icon {
  flex: 0 0 10%;
  width: 32px;
  height: 32px;
  background-color: #0971fe;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-header_icon i img {
  width: 51px;
  max-width: none;
}

.box-header_hello,
.box-header_content,
.data-hotline i {
  color: white;
}

.box-data_contact i {
  color: #0971fe;
}

.box-header .box-header_hello {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.box-header_content {
  font-size: 12px !important;
  margin-top: 10px;
  line-height: 1.65;
}

.box-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -16px;
}

.box-data_format {
  margin-bottom: 16px;
  background-color: white !important;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  width: 296px;
  padding: 10px;
}

.box-data_format .title {
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.box-data_format .content p:first-child {
  font-size: 12px;
  color: #6c757d;
  text-align: justify;
  margin-bottom: 10px;
}

/* .box-data_format .content */
.box-data_user {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: black;
}

.box-data_user .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-data_contact {
  margin-bottom: 7px;
}

.box-data_contact div {
  display: flex;
  padding-top: 10px;
  align-items: center;
}

.box-data_contact a,
.contact-bg_icon {
  color: #0971fe;
}

.box-data_contact a {
  font-size: 12px;
}

.box-data_contact a:hover,
.data-hotline a:hover {
  color: #0249c0;
}

.contact-bg_icon {
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  padding: 7px;
  background-color: #e4efff;
}

.contact-bg_icon img, .data-hotline img,
.icon-data-hotline img {
  width: 13px;
  max-width: none;
}

.data-hotline {
  display: flex;
  align-items: center;
}

.icon-close-box {
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: 2px;
  cursor: pointer;
}

.support-widget-wrapper {
  position: fixed;
  right: 15px;
  bottom: 75px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.support-widget-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(101, 118, 255, 0.4);
  transition: all 0.3s;
}

.support-widget-toggle em {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.support-widget-toggle .toggle-close {
  display: none;
}

.support-widget-toggle .toggle-close.active {
  display: flex;
}

.support-widget-wrapper {
  z-index: 9999;
}
