  .assistant-fixed {
    position: fixed;
    right: auto;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .assistant-toggle {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: visible;
    padding: 0;
    background: transparent !important;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: relative;
    font-family: "p2ALaNy060gO", sans-serif;
    border: none;
    outline: none;
    transform: translateY(0);
    transition: transform 0.25s ease-in-out;
  }

  .assistant-toggle:hover {
    transform: translateY(-6px);
    transition: transform 0.5s ease-in-out;
  }

  .assistant-circle {
	position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background-image: url(../chat/video-chat-site-pd.webp);
    background-size: 100%;
  }
	.assistant-letstalk {
		position: absolute;
		bottom: 4px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
	}
  .assistant-video,
  .assistant-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .assistant-poster {
    display: none;
  }
  .assistant-card {
    position: absolute;
    isolation: isolate;
    width: min(500px, 92vw);
    background: #ffffff;
    color: #1f2327;
    border-radius: 28px;
    transform: translateY(16px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease,
      visibility 0s linear 0.25s;
    left: 110px;
    bottom: 110px;
    padding: 40px 36px;
  }

  .assistant-fixed.is-open .assistant-card {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .assistant-card__close {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .assistant-close {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    background: transparent !important;
    border: none !important;
    color: #878787 !important;
    font-size: 16px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: transform 0.35s ease-in-out;
  }

  .assistant-close:hover {
    transform: scale(1.2) !important;
  }
  .assistant-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "p2ALaNy060gO", sans-serif;
  }
  .assistant-avatars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 22px;
  }
  .assistant-avatars .avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: visible;
    position: relative;
  }
  .avatar__circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 4px white solid;
  }
  .assistant-avatars .avatar + .avatar {
    margin-left: -16px;
  }
  .assistant-heading {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    line-height: 1.2;
		color: #1f2327 !important;
    font-weight: 600;
    font-family: "p2ALaNy060gO", sans-serif;
  }
  .assistant-sub {
    margin: 0 0 22px 0;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #6b7280;
    font-family: "p2ALaNy060gO", sans-serif;
  }
  .btn-gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
		padding: 12px 18px;
    width: 100%;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease-in-out !important;
    border: 1px solid transparent;
    background: linear-gradient(var(--primary), var(--primary)) padding-box, linear-gradient(42deg, #7D7EFF 0%, #7D7EFF 22%, #4B4C99 50%, #7D7EFF 78%, #7D7EFF 100%) border-box !important;
  }

  .btn-gradient::before,
  .btn-gradient::after {
    background: #ffffff66;
    content: "";
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(22deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .btn-gradient::before {
    height: 155px;
    width: 50px;
    left: -50%;
  }

  .btn-gradient::after {
    height: 20rem;
    width: 8rem;
    left: -100%;
  }

  .btn-gradient:hover,
  .btn-gradient:active {
    transform: translateY(-2px);
    color: #fff;
  }

  .btn-gradient:hover::before {
    left: 120%;
    opacity: 0.5;
  }

  .btn-gradient:hover::after {
    left: 200%;
    opacity: 0.6;
  }
  .assistant-divider {
    height: 1px;
    background: #bcbcbc66;
    border: 0;
    margin: 24px 0;
  }
  .assistant-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    justify-content: start;
    gap: 24px;
  }
  .assistant-row__label {
    font-size: 1rem !important;
    line-height: 1.1em;
    font-weight: 600;
    font-family: "p2ALaNy060gO", sans-serif;
    width: 100%;
    box-sizing: border-box;
  }
  .chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 13px 18px 16px 18px;
    font-size: 1rem;
    line-height: 1.1em;
    font-weight: 600;
    text-decoration: none;
    font-family: "p2ALaNy060gO", sans-serif;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  }
  .chip-green {
    color: #49b04c !important;
    background: rgba(73, 176, 76, 0.1) !important;
  }
  .chip-purple {
    color: #714ebd !important;
    background: rgba(113, 78, 189, 0.1) !important;
  }
  .chip-green::before,
  .chip-green::after,
  .chip-purple::before,
  .chip-purple::after {
    content: "";
    position: absolute;
    top: -50px;
    transform: rotate(22deg);
    opacity: 0;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  /* Use the same background color family as the button background */
  .chip-green::before {
    background: rgba(73, 176, 76, 0.35);
    height: 155px;
    width: 50px;
    left: -50%;
  }
  .chip-green::after {
    background: rgba(73, 176, 76, 0.35);
    height: 20rem;
    width: 8rem;
    left: -100%;
  }
  .chip-purple::before {
    background: rgba(113, 78, 189, 0.35);
    height: 155px;
    width: 50px;
    left: -50%;
  }
  .chip-purple::after {
    background: rgba(113, 78, 189, 0.35);
    height: 20rem;
    width: 8rem;
    left: -100%;
  }

  .chip:hover,
  .chip:active {
    transform: translateY(-2px);
  }
  .chip:hover::before {
    left: 120%;
    opacity: 0.45;
  }
  .chip:hover::after {
    left: 200%;
    opacity: 0.5;
  }
  .online-badge {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2ecc71;
		z-index: 2;
  }
  .online-badge::before,
  .online-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(46, 204, 113, 0.45);
  }
  .online-badge--pulse::before,
  .online-badge--pulse::after {
    animation: pulse 1.6s ease-out infinite;
  }
  .online-badge--pulse::after {
    animation-delay: 0.6s;
  }
  .online--tr {
    top: 4px;
    right: 4px;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 0.9;
    }
    70% {
      transform: scale(2.1);
      opacity: 0;
    }
    100% {
      transform: scale(2.3);
      opacity: 0;
    }
  }

  @media (max-width: 1024px) {
    .assistant-card {
      padding: 28px 20px;
      width: min(92vw, 460px);
      left: 90px;
      bottom: 100px;
    }

    .assistant-toggle {
      width: 90px;
      height: 90px;
    }

    .assistant-sub {
      padding: 0;
    }
  }

  @media (max-width: 600px) {
    .break-line-desktop {
      display: none;
    }

    .btn-gradient,
    .chip {
      font-size: 14px !important;
    }

    .assistant-row__label {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 15px !important;
    }

    .assistant-card {
      padding: 28px 20px;
      width: min(92vw, 300px);
      left: 0;
      bottom: 22vw;
    }

    .assistant-toggle {
      width: 20vw;
      height: 20vw;
    }

    .assistant-heading {
      font-size: 24px;
    }
    .assistant-sub {
      font-size: 1rem;
      line-height: 1.1em;
      margin-bottom: 18px;
    }
    .btn-gradient {
      padding: 14px 18px;
      font-size: 14px;
    }
    .assistant-row {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .assistant-divider {
      margin: 18px 0;
    }
    .assistant-avatars .avatar {
      width: 56px;
      height: 56px;
      border-width: 3px;
    }
  }
