#launcher-container {
  position: fixed;
  bottom: 32px;
  left: 32px;
  cursor: pointer;
  background-color: #b81c23;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(23, 73, 77, 0.15) 0px 20px 30px;
  color-scheme: light;
  z-index: 999999 !important;
}

.launcher {
  width: 65px;
  height: 65px;
  background-color: #b81c23;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.icon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.icon {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s ease;
}

.chat-icon-wrapper {
  top: 0;
}

.arrow-icon-wrapper {
  top: 100%;
}

.launcher.open .chat-icon-wrapper {
  top: -100%;
}

.launcher.open .arrow-icon-wrapper {
  top: 0;
}

.Qenit path {
  fill: white;
}

.Qenit {
  transform: scaleX(1);
  width: 55% !important;
  height: 55% !important;
}

@-webkit-keyframes ww-8a8dc5b6-c006-4985-9a6b-156273590889-launcherOnOpen {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  30% {
    -webkit-transform: translateY(-5px) rotate(2deg);
    transform: translateY(-5px) rotate(2deg);
  }

  60% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  90% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-0px) rotate(0deg);
    transform: translateY(-0px) rotate(0deg);
  }
}

@keyframes ww-8a8dc5b6-c006-4985-9a6b-156273590889-launcherOnOpen {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  30% {
    -webkit-transform: translateY(-5px) rotate(2deg);
    transform: translateY(-5px) rotate(2deg);
  }

  60% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  90% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-0px) rotate(0deg);
    transform: translateY(-0px) rotate(0deg);
  }
}

@keyframes ww-8a8dc5b6-c006-4985-9a6b-156273590889-widgetOnLoad {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ww-8a8dc5b6-c006-4985-9a6b-156273590889-widgetOnLoad {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shake {
  animation: shake 0.3s ease;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(0);
  }
}

#zendesk-widget-custom,
#zendesk-widget-custom div {
  all: unset;
}

#zendesk-widget-custom div.zd-base-icon {
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  padding-right: 8px;
  display: inline-block;
  pointer-events: none !important;
}

#zendesk-widget-custom div.zd-icon-loader {
  display: none;
}

#zendesk-widget-custom div.zd-icon-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

#zendesk-widget-custom div.zd-icon-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

#zendesk-widget-custom div.zd-icon-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

#zendesk-widget-custom div.zd-icon-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#zendesk-widget-custom div.zd-icon-default svg {
  display: block;
}

#zendesk-widget-custom div.zd-button {
  background-color: #20b2bb;
  color: #ffffff;
  fill: #ffffff;
  padding: 13px 22px;
  border-radius: 13986px;
  bottom: 0;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}

#zendesk-widget-custom div.zd-label {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  vertical-align: middle;
  pointer-events: none !important;
}

#zendesk-widget-custom {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 16px;
  border: medium none;
  background: transparent none repeat scroll 0% 0%;
  z-index: 999998;
  transform: translateZ(0px);
  position: fixed;
  animation: 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s onLoadAnimation;
  height: 50px;
  max-height: 551px;
  min-height: 50px;
  margin: 10px 20px;
  left: 0;
  bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Arial,
    sans-serif;
}

@keyframes onLoadAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 600px) {
  #zendesk-widget-custom div.zd-label {
    display: none;
  }

  #zendesk-widget-custom div.zd-base-icon {
    padding-right: 0;
  }
}

@keyframes waveY {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-6px);
    /* First big jump */
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-3px);
    /* Smaller second jump */
  }

  100% {
    transform: translateY(0);
  }
}

.wave {
  animation: waveY 1s ease-in-out 1;
  opacity: 0;
  /* faster: 0.4s duration, 2 iterations */
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(2px);
  }

  75% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}

iframe[src*='zendesk'] {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: none !important;
  z-index: -1 !important;
}

.unread-count {
  position: absolute;
  top: -4px;
  right: -4px;

  color: rgb(255, 255, 255);
  font-size: 11px;

  width: 20px;

  height: 20px;
  border-radius: 20px;
  display: none;

  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  z-index: 999999;
  pointer-events: none;
  background-color: rgb(217, 63, 76);
}
