#chat-popup-icon {
  padding: 0;
}
#chat-popup-icon .k-i-svg {
  background-image: url("/assets/img/chat-icon.svg");
  background-repeat: no-repeat;
  background-size: 68px 68px;
  width: 68px;
  height: 68px;
  margin: 0;
  position: relative; /* Set the position to relative so the pseudo-element is positioned relative to this element */
}
#chat-popup-icon .k-i-svg:before {
  content: ""; /* Create a pseudo-element */
  position: absolute; /* Set the position to absolute so the pseudo-element can be positioned over the background image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25); /* Add the drop shadow to the pseudo-element */
}
#chat-popup-icon[aria-expanded=true] .k-i-svg {
  background-image: url("/assets/img/chat-open.svg");
}

#chat-popup-icon-list {
  background: white;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  top: -10px;
}
#chat-popup-icon-list .k-fab-item {
  padding: 3.5px 17px;
  margin: 0;
}
#chat-popup-icon-list .k-fab-item * {
  box-shadow: none;
  outline: none;
}
#chat-popup-icon-list .k-fab-item:first-child {
  border-radius: 0 0 10px 10px;
}
#chat-popup-icon-list .k-fab-item:last-child {
  border-bottom: 1px solid #DADCE0;
  border-radius: 10px 10px 0 0;
}
#chat-popup-icon-list .k-fab-item:last-child:before {
  content: "\a CHAT";
  position: absolute;
  top: 51px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
#chat-popup-icon-list .k-fab-item:nth-last-child(2) {
  margin-top: 30px;
}
#chat-popup-icon-list .k-fab-item:hover {
  background-color: #f8f8f8;
}
#chat-popup-icon-list .k-fab-item:hover .k-fab-item-text {
  text-decoration: underline;
}
#chat-popup-icon-list .k-fab-item .k-fab-item-icon {
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-color: transparent;
}
#chat-popup-icon-list .k-fab-item .k-fab-item-text {
  background-color: transparent;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #000000;
}
#chat-popup-icon-list .k-fab-item .k-i-facebook-portal {
  background-image: url("/assets/img/facebook-logo.svg");
}
#chat-popup-icon-list .k-fab-item .k-i-zalo-portal {
  background-image: url("/assets/img/zalo-logo.svg");
}
#chat-popup-icon-list .k-fab-item .k-i-ticket-portal {
  background-image: url("/assets/img/ticket-logo.svg");
}

#fb-root {
  display: none;
}
#fb-root.loaded {
  display: block;
}
#fb-root.loaded .fb_dialog_advanced {
  display: none;
}
#fb-root.loaded #fb-customer-chat {
  display: none;
}
#fb-root.loaded [data-testid=bubble_iframe] {
  display: none !important;
}

#header .logo {
  max-width: 200px;
}

.easyimage img, .cke_widget_uploadeasyimage img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
/*# sourceMappingURL=template.dev.css.map */
