#needsupport [data-role=icon] {
  animation: inClickTo 3s ease-in-out forwards;
}

#needsupport [data-role=iconLabel] {
  animation: slideInLeftMask 40s infinite;
  animation-delay: 3.1s;
}

#needsupport [data-role=tool] {
  cursor: pointer;
}

#needsupport [data-role=icon] img {
  cursor: pointer;
  border: 3px solid #25465f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#needsupport [data-role=icon] {
  color: #25465f;
  position: fixed;
  bottom: 34px;
  right: 0;
  z-index: 9991;
  cursor: pointer;
}

#chatboxreduced-iframe {
  display: none !important;
}

#needsupport [data-role=content-header] {
  padding: 24px !important;
}
#needsupport .disabled {
  background-color: #d1d1d1 !important;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #565656 !important;
  cursor: not-allowed !important;
}
#needsupport [data-role=panel] {
  border-radius: 8px 8px 0 0;
}
#needsupport [data-role=content-body] {
  overflow: auto;
}
#needsupport [data-role=content-body] .box {
  cursor: pointer;
}
#needsupport [data-role=content-header] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: auto;
}
#needsupport [data-role=content-header] h3 {
  margin-bottom: 0;
  font-size: 24px;
}
#needsupport .divider {
  margin: 4px 0;
}
#needsupport .is-hidden, #needsupport [data-is-hidden=true] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #needsupport .overlay[data-role=overlay] {
    position: fixed;
    z-index: 50;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
  }
}
#needsupport [data-role=panel] {
  margin-bottom: 0 !important;
  height: 630px;
}
#needsupport .icon-component, #needsupport .omnikit-edito-component {
  padding: 6px 12px;
}
#needsupport .omnikit-box-content {
  margin: -12px;
}
#needsupport .omnikit-box-content.disabled {
  background-color: #d1d1d1 !important;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #565656 !important;
  cursor: not-allowed !important;
}
#needsupport .omnikit-box-content[data-role=content-body] {
  overflow: auto;
}
#needsupport .omnikit-box-content[data-role=content-body] .box {
  cursor: pointer;
}
@media screen and (max-height: 721px) and (min-width: 900px) {
  #needsupport .omnikit-box[data-role=panel] {
    margin-bottom: 0 !important;
    height: 500px;
  }
  #needsupport .omnikit-box[data-role=panel] .omnikit-box-content[data-role=content-body] {
    overflow: auto;
  }
}
@keyframes inClickTo {
  from {
    right: -250px;
  }
  to {
    right: 34px;
  }
}
#needsupport [data-role=icon] img {
  cursor: pointer;
  border: 3px solid #25465f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
#needsupport [data-role=icon] {
  color: #25465f;
  position: fixed;
  bottom: 34px;
  right: -250px;
  z-index: 999;
  cursor: pointer;
}
#needsupport [data-role=icon]:hover {
  color: #109db9;
  text-decoration: none;
}
#needsupport [data-visibility=hidden] {
  visibility: hidden !important;
}
@keyframes slideInLeftMask {
  0%, 15% {
    transform: translateY(-50%) translateX(100%);
    clip-path: inset(0 100% 0 0);
  }
  2.5%, 12.5% {
    transform: translateY(-50%) translateX(0%);
    clip-path: inset(0 0 0 0);
  }
}
#needsupport .stop-animation {
  animation: none !important;
}
#needsupport [data-role=iconLabel] {
  width: auto;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  clip-path: inset(0 100% 0 0);
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
#needsupport [data-role=iconLabel] span {
  padding: 5px 20px 5px 10px;
  white-space: nowrap;
  font-size: 13px;
}
#needsupport [data-role=panel] {
  bottom: 120px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  right: 35px;
  width: 392px;
  z-index: 9991;
}
@media screen and (max-width: 767px) {
  #needsupport [data-role=panel] {
    width: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 85vh !important;
  }
}
#needsupport .widget {
  max-width: 100% !important;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #needsupport .widget .icon-component, #needsupport .widget .edito-component {
    padding: 12px 12px;
  }
}
#needsupport .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#needsupport [data-action] {
  cursor: pointer;
}
#needsupport [data-role=faq] {
  margin-top: 24px;
}
#needsupport [data-role=faq] [data-role=faq-title] {
  padding-top: 0;
  padding-bottom: 0;
}
#needsupport [data-role=faq] [data-role=faq-title] h3 {
  font-size: 18px;
  padding-bottom: 16px;
}
#needsupport [data-role=faq] [data-role=faq-title] [data-faq-id] {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
#needsupport [data-role=faq] [data-role=faq-title] .faq-icon {
  justify-content: flex-end;
}

/*# sourceMappingURL=widget.css.map */
