body.sts-chat-widget-open #schedule-demo-popup.show {
  z-index: 9999999;
}
.sts-chat-form[data-form="lead"] .sts-chat-solution-label,
.sts-chat-form[data-form="pricing"] .sts-chat-solution-label,
.sts-chat-form[data-form="outsource"] .sts-chat-solution-label {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.sts-chat-form[data-form="lead"] .sts-chat-solution-checkbox,
.sts-chat-form[data-form="pricing"] .sts-chat-solution-checkbox,
.sts-chat-form[data-form="outsource"] .sts-chat-solution-checkbox {
  width: 15px !important;
  height: 15px;
}
.sts-chat-form[data-form="lead"] h3,
.sts-chat-form[data-form="pricing"] h3,
.sts-chat-form[data-form="outsource"] h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}
.sts-chat-form[data-form="lead"] p,
.sts-chat-form[data-form="pricing"] p,
.sts-chat-form[data-form="outsource"] p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}
.sts-chat-form[data-form="lead"] input[name="customer_name"],
.sts-chat-form[data-form="pricing"] input[name="customer_name"],
.sts-chat-form[data-form="outsource"] input[name="full_name"] {
  margin-top: 10px;
}
.sts-chat-form[data-form="lead"] input[name="company"],
.sts-chat-form[data-form="pricing"] input[name="company"],
.sts-chat-form[data-form="outsource"] input[name="company"] {
  margin-bottom: 10px;
}
.sts-chat-form[data-form="lead"] button,
.sts-chat-form[data-form="pricing"] button,
.sts-chat-form[data-form="outsource"] button {
  font-weight: 500;
}

/* Clear conversation popup */
.sts-chat-clear-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sts-chat-clear-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.8);
  cursor: pointer;
  border-radius: 0;
}

.sts-chat-clear-popup__dialog {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 48px 32px;
  width: calc(100% - 40px);
  max-width: 400px;
  text-align: center;
  border: 1px solid #78B032;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sts-chat-clear-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px !important;
  height: 44px !important;
  background: none;
  border: none;
  font-size: 30px;
  color: #A6A09B;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: auto;
}

.sts-chat-clear-popup__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #44403B;
  margin: 0 0 4px;
}

.sts-chat-clear-popup__desc {
  font-size: 14px;
  line-height: 20px;
  color: #44403B;
  font-weight: 400;
  margin: 0 0 24px;
}

.sts-chat-clear-popup__actions {
  display: flex;
  gap: 24px;
}

.sts-chat-clear-popup__cancel {
  flex: 1;
  padding: 10px 0;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background: #fff;
  min-height: 44px !important;
  color: #44403B;
  text-transform: uppercase;
  border: 1px solid #D6D3D1 !important;
}

.sts-chat-clear-popup__confirm {
  flex: 1;
  text-transform: uppercase;
  padding: 10px 0 !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: #78B032 !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
}

.sts-chat-clear-popup__confirm.is-loading,
.sts-chat-form button[type="submit"].is-loading {
  opacity: 0.8;
  cursor: not-allowed !important;
  pointer-events: none;
}

.sts-btn-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: sts-btn-spin 0.7s linear infinite;
}

@keyframes sts-btn-spin {
  to { transform: rotate(360deg); }
}

#sts-chat-widget-root button {
  outline: none !important;
}

/* Chat With Us (Home) View */
.sts-chat-home-view {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sts-chat-home-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.sts-chat-home-hero-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(186.74deg, rgba(120, 176, 50, 0) 43.32%, rgba(58, 107, 2, 0.54) 69.66%, #486B20 90.36%);
}

.sts-chat-home-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 32px;
}

.sts-chat-home-body {
  padding: 16px 0;
}

.sts-chat-home-desc {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}

.sts-chat-home-demo-btn-wrapper {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.sts-chat-home-demo-btn {
  width: 100%;
  padding: 10px;
  background: #78B032;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}

.sts-chat-home-demo-btn:hover {
  background: #4a7118;
}

.sts-chat-home-nav {
  display: flex;
  margin-top: 60px;
  margin-bottom: 32px;
  padding: 6px 8px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.sts-chat-nav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  height: 62px;
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sts-chat-nav-btn--active {
  color: #1C1917;
  background-color: #FAFAF9;
  border-radius: 16px;
}

/* Privacy Policy Bar */
.sts-chat-privacy-policy {
  background: #F5F5F4;
  color: #1C1917;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 12px 16px 12px 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.sts-chat-privacy-policy a {
  color: #5C8C24;
  text-decoration: underline;
  margin-left: 5px;
}
.sts-chat-privacy-close {
  background: none;
  border: none;
  color: #888;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
  padding: 0 4px;
  line-height: 1;
}
/* Typing (loading) animation for chat */
.sts-chat-typing {
  width: 62px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F4;
  border-radius: 20px;
  gap: 2px;
}
.sts-chat-typing span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #bdbdbd;
  border-radius: 50%;
  opacity: 0.7;
  animation: sts-chat-typing-bounce 1.2s infinite both;
}
.sts-chat-typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.sts-chat-typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes sts-chat-typing-bounce {
  0%, 80%, 100% { transform: scale(0.7); opacity: 0.7; }
  40% { transform: scale(1.2); opacity: 1; }
}
#sts-chat-widget-root {
  position: fixed;
  right: 24px;
  bottom: 190px;
  z-index: 999999;
  font-family: Satoshi, sans-serif;
}

.not-cookie-notice-accepted #sts-chat-widget-root {
  bottom: 118px;
}

#sts-chat-widget-root * {
  box-sizing: border-box;
}

.sts-chat-bubble {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8DC63F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  margin-left: auto;
  box-shadow: 0px 1px 12px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);

}

.sts-chat-bubble.open {
  background: #57534D;
}

.show-on-chat-show {
  display: none;
}

.sts-chat-bubble.open[data-view="selection"] .show-on-chat-show,
.sts-chat-bubble.open[data-view="chat"] .show-on-chat-show,
.sts-chat-bubble.open[data-view="chat_with_us"] .show-on-chat-show,
.sts-chat-bubble.open[data-view="lead_form"] .show-on-chat-show,
.sts-chat-bubble.open[data-view="pricing_form"] .show-on-chat-show,
.sts-chat-bubble.open[data-view="outsource_form"] .show-on-chat-show {
  display: block;
}

.sts-chat-bubble.open[data-view="selection"] .hide-on-chat-hide,
.sts-chat-bubble.open[data-view="chat"] .hide-on-chat-hide,
.sts-chat-bubble.open[data-view="chat_with_us"] .hide-on-chat-hide,
.sts-chat-bubble.open[data-view="lead_form"] .hide-on-chat-hide,
.sts-chat-bubble.open[data-view="pricing_form"] .hide-on-chat-hide,
.sts-chat-bubble.open[data-view="outsource_form"] .hide-on-chat-hide {
  display: none;
}

.sts-chat-window {
  width: 400px;
  height: 640px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.sts-chat-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 15px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sts-chat-window[data-view="chat_with_us"] .sts-chat-header {
  background: transparent;
  border-bottom: none;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 10px;
}

.sts-chat-window[data-view="chat_with_us"] .sts-chat-home-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.sts-chat-window[data-view="chat_with_us"] .sts-chat-home-nav {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

.sts-chat-window[data-view="chat_with_us"] .sts-chat-body,
.sts-chat-window[data-view="chat_with_us"] .sts-chat-footer {
  background-color: #FAFAF9;
}

.sts-chat-header button {
  width: 36px;
  height: auto;
  min-height: unset;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.sts-chat-title {
  font-weight: 700;
  color: #111827;
}

.sts-chat-head-actions {
  display: flex;
  gap: 8px;
}

.sts-chat-head-actions button[data-action="show-clear-popup"] {
  font-family: 'Satoshi';
  color: #A6A09B;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  pointer-events: none;
}
.sts-chat-window[data-has-messages="true"] .sts-chat-head-actions button[data-action="show-clear-popup"] {
  pointer-events: auto;
  color: #5C8C24;
}

.sts-chat-body {
  flex: 1;
  overflow: auto;
  padding: 12px;
  background: #fff;
}

.sts-chat-selection .sts-chat-bot-msg {
  background: #f5f5f4;
  color: #1C1917;
  padding: 12px 16px;
  border-radius: 16px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  max-width: 300px;
}

.sts-chat-selection .sts-chat-bot-msg p {
  margin-bottom: 8px;
}

.sts-chat-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sts-chat-option-list button {
  border: 1px solid #5C8C24;
  color: #5C8C24;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.sts-chat-option-list button:hover {
  background-color: #5C8C24;
  color: #fff;
}

.sts-chat-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sts-chat-form h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.sts-chat-form input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}

.sts-chat-form input:focus {
  border-color: #7cb342;
  outline: none;
}

.sts-chat-form button {
  border: 0;
  background: #7cb342;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
}

.sts-chat-form .secondary,
.sts-chat-secondary-btn {
  background: #fff;
  color: #374151;
  border: 1px solid #d1d5db;
}

.sts-chat-contact-view h4 {
  margin: 0 0 4px;
}

.sts-chat-help {
  margin: 0 0 10px;
  font-size: 13px;
  color: #4b5563;
}

.sts-chat-alert {
  border: 1px solid #fbbf24;
  background: #fffbeb;
  color: #92400e;
  border-radius: 8px;
  padding: 10px;
  font-size: 13px;
}

.sts-chat-primary-btn,
.sts-chat-secondary-btn {
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 600;
}

.sts-chat-primary-btn {
  border: 0;
  background: #7cb342;
  color: #fff;
}

.sts-chat-time-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #79716B;
  font-size: 12px;
  line-height: 18px;
  margin: 4px 0 8px;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

.sts-chat-time-separator::before,
.sts-chat-time-separator::after {
  content: '';
  flex: 1;
  border-top: 1px solid #e5e7eb;
}

.sts-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sts-chat-msg-row {
  display: flex;
}

.sts-chat-msg-row.user {
  justify-content: flex-end;
}

.sts-chat-msg-row.assistant {
  justify-content: flex-start;
}

.sts-chat-msg-bubble {
  max-width: 88%;
  border-radius: 14px;
  padding: 10px 12px;
  line-height: 1.45;
  font-size: 14px;
}

.sts-chat-msg-row.user .sts-chat-msg-bubble {
  background: #3B561E;
  color: #fff;
}

.sts-chat-msg-row.assistant .sts-chat-msg-bubble {
  background: #f5f5f4;
  color: #111827;
}

.sts-chat-msg-image {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  margin: 6px 0;
}

.sts-chat-msg-link {
  display: inline-block;
  margin: 4px 2px;
  padding: 5px 12px;
  background: #3B561E;
  color: #fff !important;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none !important;
  transition: background 0.2s;
}

.sts-chat-msg-link:hover {
  background: #2d4116;
  color: #fff !important;
}

.sts-chat-msg-heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 4px;
}

.sts-chat-msg-plain-link {
  color: #5C8C24;
  text-decoration: underline;
  word-break: break-all;
}

.sts-chat-msg-plain-link:hover {
  color: #3B561E;
}

.sts-chat-msg-hr {
  border: none;
  border-top: 1px solid #d1d5db;
  margin: 8px 0;
}

.sts-chat-loading {
  color: #6b7280;
  font-size: 13px;
}

.sts-chat-input-wrap {
  padding: 12px;
  background: #fff;
}

.sts-chat-input-wrap textarea {
  resize: none;
  flex: 1;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  height: 36px;
  line-height: 36px;
}

.sts-chat-input-inner {
  border: 1px solid #E7E5E4;
  border-radius: 16px;
  padding: 8px 12px;
  min-height: 42px;
  max-height: 120px;
  display: flex;
}

.sts-chat-input-inner.on-focus {
  border: 2px solid #78B032;
}

.sts-chat-input-inner button[type="submit"] {
  display: flex;
  align-items: center;
  pointer-events: none;
  cursor: auto;
}

.sts-chat-input-inner.ready-send button[type="submit"] {
  pointer-events: auto;
  cursor: pointer;
}

.sts-chat-input-inner.ready-send button[type="submit"] svg path {
  stroke: #5C8C24;
}

.sts-chat-input-wrap button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

.sts-chat-input-wrap button:disabled,
.sts-chat-input-wrap textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sts-chat-limit-warning {
  padding: 6px 16px;
  background: #fef9c3;
  color: #854d0e;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #fde047;
}

.sts-chat-limit-banner {
  padding: 10px 16px;
  background: #5C8C24;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.sts-chat-input-wrap--locked {
  background: #FAFAF9;
  cursor: not-allowed;
}

.sts-chat-input-wrap--locked .sts-chat-input-inner {
  background: #F5F5F4;
  border-color: #E7E5E4;
  pointer-events: none;
}

.sts-chat-input-wrap--locked textarea {
  background: transparent;
  color: #A8A29E;
  cursor: not-allowed;
}

.sts-chat-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
}

.sts-chat-footer-text {
  margin: 0;
  color: #79716B;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
} 

.sts-chat-footer-text span {
  color: #5C8C24;
}

@media (max-width: 768px) {
  #sts-chat-widget-root {
    right: 20px;
    bottom: 257px;
  }

  .not-cookie-notice-accepted #sts-chat-widget-root {
    bottom: 79px;
  }

  .sts-chat-bubble {
    width: 48px;
    height: 48px;
  }

  .sts-chat-bubble img {
    width: 30px;
    height: 24px;
  }

  .sts-chat-window {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
    border-radius: 0;
  }
}

/* -- Welcome overlay ------------------------------- */
.sts-chat-welcome-view {
  background: #FCFCFB;
  border-radius: 16px;
  padding: 20px 16px;
  width: 260px;
  height: 288px;
  margin-bottom: 24px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  animation: welcomeFadeUp 0.3s ease;
}

@keyframes welcomeFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sts-chat-welcome-avatars {
  margin-bottom: 24px;
}

.sts-chat-welcome-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  width: 36px;
  height: 36px;
}
.sts-chat-welcome-close:hover { color: #374151; }

.sts-chat-welcome-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  color: #1C1917;
}

.sts-chat-welcome-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #44403B;
  margin-bottom: 16px;
}

.sts-chat-welcome-brand {
  color: #5C8C24;
  text-decoration: none;
}

.sts-chat-welcome-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; 
  color: #44403B;
  margin-bottom: 24px;
}

.sts-chat-welcome-actions {
  display: flex;
  gap: 8px;
}

.sts-chat-welcome-actions button {
  padding: 6px 10px;
  width: max-content;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: 1px solid #B4DC7A;
}

.sts-chat-welcome-btn-primary {
  background: #78B032;
  color: #fff;
}

.sts-chat-welcome-btn-outline {
  background: #fff;
  color: #486B20;
}

/* -- File attachment ------------------------------- */
.sts-chat-file-input {
  display: none;
}

.sts-chat-attach-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0 4px 0 0;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
}

.sts-chat-attach-btn:hover svg path {
  stroke: #5C8C24;
}

.sts-chat-attachment-preview {
  display: none;
  align-items: center;
  gap: 6px;
  background: #f0f9e6;
  border: 1px solid #b4dc7a;
  border-radius: 8px;
  padding: 6px 10px;
  margin: 0 12px 6px;
  font-size: 13px;
  color: #374151;
}

.sts-chat-attachment-preview.has-file {
  display: flex;
}

.sts-chat-attachment-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.sts-chat-attachment-remove {
  background: none;
  border: none;
  font-size: 16px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  padding: 0 2px;
  flex-shrink: 0;
  width: auto;
}

.sts-chat-attachment-remove:hover {
  color: #ef4444;
}

.sts-chat-msg-attachment {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
}

.flatpickr-calendar.open {
  z-index: 999999 !important;
}

@media (min-width: 768px) {
  body.sts-chat-widget-open.sts-chat-widget-view--selection #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--chat #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--chat_with_us #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--lead_form #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--pricing_form #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--outsource_form #sts-chat-widget-root {
    bottom: 110px;
  }

  body.sts-chat-widget-open.sts-chat-widget-view--selection.not-cookie-notice-accepted #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--chat.not-cookie-notice-accepted #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--chat_with_us.not-cookie-notice-accepted #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--lead_form.not-cookie-notice-accepted #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--pricing_form.not-cookie-notice-accepted #sts-chat-widget-root,
  body.sts-chat-widget-open.sts-chat-widget-view--outsource_form.not-cookie-notice-accepted #sts-chat-widget-root {
    bottom: 24px;
  }

  body.sts-chat-widget-open.sts-chat-widget-view--selection .contact-message-box.whatsapp,
  body.sts-chat-widget-open.sts-chat-widget-view--chat .contact-message-box.whatsapp,
  body.sts-chat-widget-open.sts-chat-widget-view--chat_with_us .contact-message-box.whatsapp,
  body.sts-chat-widget-open.sts-chat-widget-view--lead_form .contact-message-box.whatsapp,
  body.sts-chat-widget-open.sts-chat-widget-view--pricing_form .contact-message-box.whatsapp,
  body.sts-chat-widget-open.sts-chat-widget-view--outsource_form .contact-message-box.whatsapp {
    display: none;
  }
}

.scroll-2-top.js-scroll-top {
  display: none !important;
}

/* -- Multitasking Button (mobile only) ------------- */
#sts-multitasking-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999996;
  display: none;
}

#sts-btn-multitasking {
  display: none;
}
.socials-mobile {
  bottom: 80px !important;
  left: 20px !important;
}

@media (max-width: 1600px) and (min-width: 769px) {
  .sts-chat-window {
    height: 520px;
  }
  .sts-chat-home-hero-overlay {
    height: 300px;
  }
  .sts-chat-window[data-view="chat_with_us"] .sts-chat-home-nav {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  #sts-btn-multitasking {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 8px;
    bottom: 196px;
    z-index: 999998;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #57534D;
    box-shadow: 0px 1px 12px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
    outline: none;
  }
  
  .not-cookie-notice-accepted #sts-btn-multitasking {
    bottom: 18px;
  }

  #sts-btn-multitasking img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    pointer-events: none;
  }

  #sts-btn-multitasking .sts-multitasking-icon-close {
    display: none;
  }

  body:not(.page-template-contact-us).open-sts-btn-multitasking #sts-multitasking-overlay {
    display: block;
  }

  body:not(.page-template-contact-us).open-sts-btn-multitasking #sts-btn-multitasking .sts-multitasking-icon-logo {
    display: none;
  }

  body:not(.page-template-contact-us).open-sts-btn-multitasking #sts-btn-multitasking .sts-multitasking-icon-close {
    display: block;
  }

  .contact-message-box.whatsapp {
    right: 72px;
    bottom: 211px;
    left: auto;
    width: 48px;
    height: 48px;
  }

  .not-cookie-notice-accepted .contact-message-box.whatsapp {
    bottom: 33px;
  }

  #sts-chat-widget-root,
  .contact-message-box.whatsapp {
    transition: all 0.3s ease;
    z-index: 999997;
    opacity: 1;
  }

  body:not(.page-template-contact-us):not(.open-sts-btn-multitasking) #sts-chat-widget-root,
  body:not(.page-template-contact-us):not(.open-sts-btn-multitasking) .contact-message-box.whatsapp {
    opacity: 0;
    right: 8px;
    bottom: 196px;
  }

  body:not(.page-template-contact-us):not(.open-sts-btn-multitasking).not-cookie-notice-accepted #sts-chat-widget-root,
  body:not(.page-template-contact-us):not(.open-sts-btn-multitasking).not-cookie-notice-accepted .contact-message-box.whatsapp {
    opacity: 0;
    bottom: 18px;
  }
  body:not(.page-template-contact-us).sts-chat-widget-open.sts-chat-widget-view--selection #sts-chat-widget-root,
  body:not(.page-template-contact-us).sts-chat-widget-open.sts-chat-widget-view--chat #sts-chat-widget-root,
  body:not(.page-template-contact-us).sts-chat-widget-open.sts-chat-widget-view--chat_with_us #sts-chat-widget-root {
    z-index: 9999999;
    opacity: 1;
  }
  .sts-chat-window[data-view="chat_with_us"] .sts-chat-home-body {
    margin-top: 150px;
  }
  .sts-chat-home-hero-overlay {
    border-radius: 0;
  }
}