@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.moving-object {
    animation: ttaFooterBanner 5s infinite linear;
}
.moving-object:not(:first-child) {
    animation-delay: 1.5s;
}
#chat-widget-container > * {
    font-family: "Inter", system-ui;
}
@keyframes ttaFooterBanner {
    0%   {left: -110%}
    100% {left: 110%}
}
.tta--mike-icon {
    cursor: pointer;
    right: 46px;
    position: absolute;
}
#chat-widget-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    opacity: 0;
    transition: all .3s;
    background-color: transparent;
    transition: all .4s;
    height: 0px;
}
#chat-top-bar {
    max-width: 90vw;
    background-color: #fff;
    display: none;
    margin-top: auto;
    position: relative;
    height: fit-content;
    z-index: 1;
    width: 100%;
    display: block;
    width: 600px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0px 28px 8px 0px rgba(0, 0, 0, 0.00), 0px 18px 7px 0px rgba(0, 0, 0, 0.01), 0px 10px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
}
#chat-top-bar > div {
    width: 1366px;
    max-width: 100%;
    height: 44px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.tta--widget-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 100px 10px 42px;
    font-size: 13.783px;
    font-style: normal;
    font-weight: 400;
    caret-color: #9333EA;
    color: #0F172A;
    border-radius: 30px;
}
input.tta--widget-text::placeholder {
    color: #a9bad3;
}
.tta--widget-text:focus,.tta--widget-text:focus-visible, .tta--widget-text:active {
    box-shadow: none;
    outline: none;
    border: none;
}
#chat-top-bar::after {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #A770EF 0%, #CF8BF3 19.71%, #E558A6 52.44%, #F4776A 80.48%, #FDB99B 100%);
    filter: blur(14px);
    z-index: -1;
    animation: rotateGradient 3s linear infinite;
    background-size: 200% 200%;
    /* gradient-shift 10s linear infinite */
}

@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}


.tta--stars {
    left: 9px;
    z-index: 9;
    position: absolute;
}
.tta--stars svg:first-child {
    top: 0px;
    position: absolute;
    animation: scaledown 2s ease-in-out infinite;
}
.tta--stars svg:last-child {
    animation: scaleup 2s ease-in-out infinite;
    transform-origin: center;
}
@keyframes scaledown {
  0% {
    scale: 1;
  }
  50% {
    scale: .7;
  }
  100% {
    scale: 1;
  }
}
@keyframes scaleup {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.tta--main-row {
    gap: 20px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    justify-content: start;
    align-items: center;
    gap: 20px;
    display: flex;
    height: 44px;
    padding: 8px 15px;
}
.tta-footer--mainDiv {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
    height: 44px;
    border-radius: 30px;
    overflow: hidden;
}
.tta--open-chat-btn {
   background-color: #6A47F2;
    width: 27px;
    height: 27px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
}
.tta--open-chat-btn:focus-visible,.tta--open-chat-btn:focus {
    border: 1px solid #6A47F2;
    box-shadow: 0px;
    outline: none;
}
#chat-iframe {
    width: 100%;
    height: 0;
    border: none;
    transition: all 0.3s ease-in-out;
}
#chat-widget-container button.close-button {
    position: absolute;
    top: 14px;
    right: 22px;
    z-index: 999999999999;
    display: none;
}
#chat-widget-container.short {
    left: 80%;
    width: 224px;
}
#chat-widget-container.short .grow {
    justify-content: flex-start;
}
.tta--logo-container {
    opacity: .7;
}
.first-tag-tta {
    position: absolute;
}
#floating-chat-tta-icon, #floating-chat-tta-icon-dual {
    width: 219px;
    height: 52px;
    border-radius: 10px;
    background: linear-gradient(108deg, #A770EF 5.14%, #CF8BF3 24%, #E558A6 55.32%, #F4776A 82.14%, #FDB99B 100.81%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999999999999998;
    transition: all 0.3s ease;
    user-select: none;
    position: fixed;
    bottom: 17px;
    padding: 4px;
}
#floating-chat-tta-icon.chatbot-is-open, #floating-chat-tta-icon-dual.chatbot-is-open {
    right: 54px !important;
    left: unset;
    bottom: 561px;
    width: fit-content;
    background: transparent;
    height: fit-content;
}
#floating-chat-iframe-container, #floating-chat-iframe-container-dual {
    position: fixed;
    bottom: 17px;
    right: 20px;
    width: 383px;
    max-width: 90vw;
    height: 580px;
    max-height: 84vh;
    background-color: white;
    border-radius: 18px;
    box-shadow: 75px 195px 58px 0px rgba(0, 0, 0, 0.00), 48px 125px 53px 0px rgba(0, 0, 0, 0.01), 27px 70px 45px 0px rgba(0, 0, 0, 0.05), 12px 31px 33px 0px rgba(0, 0, 0, 0.09), 3px 8px 18px 0px rgba(0, 0, 0, 0.10);
    z-index: 9999999999999997;
    overflow: hidden;
    display: none;
    transition: all 0.3s ease;
}
#chat-widget-container .tta-chatbot--floating--content, #floating-chat-tta-icon-dual .tta-chatbot--floating--content {
    width: 100%;
    background-color: white;
    position: relative;
    height: 100%;
    border-radius: 8.23px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 14px;
    /* animation: fadeIn .3s ease-in-out forwards; */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#chat-widget-container .tta-chatbot--floating--content p, #floating-chat-tta-icon-dual .tta-chatbot--floating--content p {
    color: var(--slate-500, #64748B);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.679px;
    padding-left: 25px;
}
#chat-widget-container .tta-chatbot--floating--content .mic-icon, #floating-chat-tta-icon-dual .tta-chatbot--floating--content .mic-icon {
    margin-left: auto;
    margin-right: 44px;
}
#chat-widget-container .tta-chatbot--floating--content::after, #floating-chat-tta-icon-dual .tta-chatbot--floating--content::after {
    background: linear-gradient(90deg, #A770EF 0%, #CF8BF3 19.71%, #E558A6 52.44%, #F4776A 80.48%, #FDB99B 100%);
    height: 10px;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    filter: blur(14px);
    border-radius: 24%;
    animation: rotateGradient 3s linear infinite;
    background-size: 200% 200%;
}
@media (min-width: 2048px) {
    #floating-chat-iframe-container, #floating-chat-iframe-container-dual {
        height: 700px;
        width: 410px;
    }
    #floating-chat-tta-icon.chatbot-is-open, #floating-chat-tta-icon-dual.chatbot-is-open {
        bottom: 677px;
    }
}
@media (max-width: 767px) {
    .tta--open-chat-btn {
        font-size: 12px;
    }
    .tta--cta-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .tta-toggle-short-btn {
        display: none;
    }
    .tta--main-row {
        gap: 4px;
    }
    #chat-widget-container button.close-button  {
        top: 14px;
        right: 14px;
    }
    #floating-chat-tta-icon, #floating-chat-tta-icon-dual {
        bottom: 16px;
        height: 50px;
        max-width: 90vw;
    }
    #floating-chat-iframe-container, #floating-chat-iframe-container-dual {
        bottom: 16px;
        border-radius: 15px;
    }
    #floating-chat-tta-icon.chatbot-is-open, #floating-chat-tta-icon-dual.chatbot-is-open {
        right: 30px !important;
        bottom: 540px;
    }
}
@media (max-width: 767px) {
    #floating-chat-tta-icon.chatbot-is-open, #floating-chat-tta-icon-dual.chatbot-is-open {
        right: 35px !important;
        bottom: 558px;
    }
}
.tta-chatbot--tooltip {
    position: absolute;
    width: 113px;
    left: unset;
    top: -125px;
    right: 0;
}
.tta-chatbot--tooltip.second {
    top: -68px;
    width: 230px;
    left: unset;
    right: 0;
}
.tta--container {
    position: relative;
    display: block;
}  
.tta--message {
    display: block;
    background-color: white;
    color: #1a1a1a;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
} 
.tta--close-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    background-color: #4b5563;
    color: white;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
} 
.tta--close-btn:hover {
    background-color: #374151;
}
.tta--icon {
    width: 12px;
    height: 12px;
}
  