.contact-us-sticky-fab {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: none;
  position: fixed;
  right: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #625aab;
  bottom: 15.75rem;

  &:hover {
    cursor: pointer;
    background-color: #817bbc;
  }
}

.chatbot-flyout-content, .fab-flyout-content {
  height: calc(100% - 4.75rem);
  margin-right: .625rem;
  overflow-y: auto;
  padding: 2rem 1.5rem 2rem 2rem;
}

.chatbot-flyout-content {
  padding: 0;
  margin: 0;
}

.chatbot, .chatbot>.App {
  height: 100%;
  width: 100%;
}

.sticky-fab-flyout {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  height: calc(100vh - 6rem);
  width: 23.9375rem;
  box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0, 0, 0, 0.05), 0rem 0.625rem 0.9375rem 0rem rgba(0, 0, 0, 0.10);
  z-index: 6;
}

.contact-us-flyout-icon {
  display: inline-flex;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1.875rem;
  bottom: 0.5rem;
  filter: drop-shadow(0rem 0.25rem 0.375rem rgba(0, 0, 0, 0.10)) drop-shadow(0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.06));
  background-color: #625aab;
}

.chatbot-sticky-fab {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: none;
  position: fixed;
  right: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #74a433;
  bottom: 11rem;

  &:hover {
    cursor: pointer;
    background-color: #90b65c;
  }
}

.close-chatbot-fab-flyout {
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  color: #ffffff;
  border: none;
  position: absolute;
  right: 2rem;
  justify-content: center;
  display: flex;

  &:hover {
    cursor: pointer;
    background-color: #74a433;
  }
}

.chatbot-fab-flyout-header {
  height: 4.75rem;
  position: relative;
  align-items: center;
  display: flex;
  background: #74a433;
}

.chatbot-flyout-icon {
  display: inline-flex;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1.875rem;
  bottom: 0.5rem;
  filter: drop-shadow(0rem 0.25rem 0.375rem rgba(0, 0, 0, 0.10)) drop-shadow(0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.06));
  background-color: #74a433;
}

.contact-us-fab-flyout-header {
  height: 4.75rem;
  position: relative;
  align-items: center;
  display: flex;
  background: #625aab;
}

.desktop-flyout-icon {
  display: block;
}

.mobile-flyout-icon {
  display: none;
}

.close-contact-us-fab-flyout {
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  color: #ffffff;
  border: none;
  position: absolute;
  right: 2rem;
  justify-content: center;
  display: flex;

  &:hover {
    cursor: pointer;
    background-color: #817bbc;
  }
}

.fab-flyout-title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: unset;
  position: absolute;
  left: 2.75rem;
  max-width: 16.6875rem;
  color: #ffffff;
}

.flyout-content-title {
  font-family: 'Raleway Bold', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin: unset;
  margin-bottom: 2rem;
  color: #282828;
}

.flyout-content-subtitle {
  font-family: 'Raleway Bold', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: unset;
  margin-bottom: 0.5rem;
  color: #282828;
}

.flyout-content-text {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #535353;
}

.action-title {
  font-size: 1rem;
}

.horizontal-line-block {
  height: 0.125rem;
  background-color: #eaeaea;
  border: none;
  margin: 2rem 0rem;
}

.fab-flyout-content {
  margin-right: 0.625rem;
  padding: 2rem 1.5rem 2rem 2rem;
  height: calc(100% - 4.75rem);
  overflow-y: auto;

  &::-webkit-scrollbar {
    width: 0.375rem;
    margin-right: 1rem;
  }

  &::-webkit-scrollbar-track {
    background: #f4f4f4;
    margin: 6rem 0rem 11.25rem;
  }

  &::-webkit-scrollbar-thumb {
    background: #625aab;
    border-radius: 0.3125rem;
  }
}

.contact-us-link {
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 0.25rem;
  align-items: center;
  margin-top: 1.5rem;

  a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d0c6d;
    text-decoration: none;

    >span {
      text-decoration: none !important;
    }

    &:hover {
      text-decoration: none !important;
      color: #625aab;
    }

    &:active {
      text-decoration: none !important;
      box-shadow: none;
      color: #a19ccd;
    }

    &:focus {
      text-decoration: none !important;
      box-shadow: none;
    }

    &:disabled {
      text-decoration: none !important;
      color: #e0deee;
    }
  }
}

.call-us a {
  pointer-events: none;
  color: #535353;
}

.support-channels a {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2d0c6d;
  text-decoration: none;
  margin-top: 0.5rem;

  &:hover {
    text-decoration: none !important;
    color: #625aab;
  }

  &:active {
    text-decoration: none !important;
    box-shadow: none;
    color: #a19ccd;
  }

  &:focus {
    text-decoration: none !important;
    box-shadow: none;
  }

  &:disabled {
    text-decoration: none !important;
    color: #e0deee;
  }

  >span {
    text-decoration: none !important;
  }
}

.live-chat-button {
  height: 3rem;
  color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.75rem 1.5rem;
  font-family: 'Raleway Bold', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: unset;
  background: #74a433;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;

  &:hover {
    cursor: pointer;
    background: #90b65c;
  }
}

.live-chat-link {
  text-decoration: none;
  margin-top: 1.5rem;
  display: inline-block;
}

.support-channels {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  min-height: 10.25rem;
  max-height: 13.125rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1023px) {

  .chatbot-flyout-content {
    height: calc(100% - 6rem);
  }

  .chatbot-sticky-fab {
    right: 1rem;
    height: 3rem;
    width: 3rem;
    bottom: 2.5625rem;

    img {
      height: 1.5rem;
      width: 1.5rem;
    }
  }

  .chatbot-fab-flyout-header {
    height: 6rem;
  }

  .chatbot-flyout-icon {
    height: 3rem;
    width: 3rem;
    left: 1rem;
    bottom: 1.5rem;
    background-color: #ffffff;
  }

  .contact-us-sticky-fab {
    right: 1rem;
    height: 3rem;
    width: 3rem;
    bottom: 6.5625rem;

    img {
      height: 1.5rem;
      width: 1.5rem;
    }
  }

  .sticky-fab-flyout {
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: unset;
  }

  .contact-us-flyout-icon {
    height: 3rem;
    width: 3rem;
    left: 1rem;
    bottom: 1.5rem;
    background-color: #ffffff;
  }

  .desktop-flyout-icon {
    display: none;
  }

  .mobile-flyout-icon {
    display: block;
  }

  .contact-us-fab-flyout-header {
    height: 6rem;
  }

  .contact-us-link {
    grid-template-columns: 2rem auto;
    gap: 1rem;
  }

  .fab-flyout-title {
    font-size: 1rem;
    line-height: 1.25rem;
    left: 5rem;
  }

  .chatbot-mobile-icon {
    padding: 0.4375rem;
    border-radius: 50%;
    background-color: #625aab;
  }

  .close-contact-us-fab-flyout {
    right: 1rem;
  }

  .fab-flyout-content {
    height: calc(100% - 8rem);
  }

  .flyout-content-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .flyout-content-subtitle {
    margin-bottom: 1rem;
  }

  .flyout-content-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .call-us a {
    color: #2d0c6d;
    pointer-events: all;
  }
}

@media (max-width: 568px) {
  .contact-us-sticky-fab {
    bottom: 9rem;
  }
}