:root {
  --main-color: #8250df;
  --main-background: #2D3358;
  --main-color-disabled: #516C7E;
  --head-chat-color: #97C9D9;
  --user-chat-color: #8B56C8;
  --timestamp-color: #BCB9E1;
  --main-font-family: "futura-pt-book", sans-serif;

}
#talking-head:not([data-language='ar-AE']) .chat
{
  direction:ltr !important;
}
.call-to-action.svelte-assets-CallToAction.svelte-assets-CallToAction {
    position: absolute;
}
.unith-subtitles.svelte-components-Subtitles
{
  display:none!important;
}
.unith-input-button.svelte-components-AudioInput
{
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
          height: 60PX;
}
.unith-text-box.svelte-components-InputContainer,.input-container.svelte-components-InputContainer,
.unith-input-container.unith-disabled.svelte-components-InputContainer
{
  background: #1e1e1e;
}
.unith-disclaimer
{
  display: none !important;
}
 @media screen and (min-width: 280px)
{
  .unith-suggestion-title-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    display: none;
  }
  .unith-toggle-chat-button.svelte-components-Controls
  {
    display: none !important;
  }
  .unith-controls.svelte-components-InputContainer
  {
    margin: auto;
    width: -webkit-calc(100% - 2em);
    width: -moz-calc(100% - 2em);
    width: calc(100% - 2em);
    -webkit-border-radius: 0.7em 0.7em 0 0;
    -moz-border-radius: 0.7em 0.7em 0 0;
            border-radius: 0.7em 0.7em 0 0;
    padding-top: 0.75em;
    margin-bottom: 0;
  }
  .unith-controls-wrapper.svelte-components-InputContainer
  {
    margin-bottom: 13px;
  }
  .title
  {
    display:none;
  }
  #talking-head
  {
    margin-top: 0;
    height: 77vh;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  .header-container.svelte-components-Chat
  {
    display: none;
  }
  .footer{
    display: none;
  }
  .unith-video.svelte-App
  {
    background: none;
  }
  .unith-video-header.svelte-components-VideoMixerPlaceholder,
  .unith-video-bottom.svelte-components-VideoMixerPlaceholder
  {
    display: none;
  }
  .unith-mute.svelte-components-Controls
  {
    color: #000;
    background-color: #ab8d60;
  }
  .unith-container.svelte-components-MessageBubble.bkd>div
  {
    margin-left: 0 !important;
  }
  .unith-suggestion-title.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    background-color: #8250df;
    display: block;
    position: absolute;
  }
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    padding: 5px;
  }
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer:first-child,
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer:last-child
  {
    display: none;
  }
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer
  {
    text-align: center;
    margin: auto;
  }
  .unith-input-button.svelte-components-InputContainer:disabled, .unith-input-button.svelte-components-InputContainer
  {
        background-color: var(--main-color-disabled);
  }
  .unith-input-button.svelte-components-InputContainer:hover
  {
    background-color: var(--main-color);
  }
  .unith-rectangle.svelte-components-VideoMixerPlaceholder
  {
    display: none;
  }
  .unith-chat.svelte-App
  {
    background:
    var(--main-background);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top:0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow-y: auto;

  }
  .unith-hoverable.unith-bkd.svelte-components-MessageBubble:hover
  {
    color: var(--main-color);
  }
  button.svelte-components-Controls:hover
  {
    color: var(--main-color);

  }
  .unith-msg-text.unith-usr.svelte-components-MessageBubble
  {
    background-color: #ab8f65;
    font-weight: 500;
    font-family: var(--main-font-family);
    line-height: 1.2;
    color: #1e1e1e;
  }
  .unith-suggestion.unith-selectable.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer:hover
  {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--head-chat-color)), to(var(--head-chat-color)));
    background: -webkit-linear-gradient(var(--head-chat-color) 0%, var(--head-chat-color) 100%);
    background: -moz-linear-gradient(var(--head-chat-color) 0%, var(--head-chat-color) 100%);
    background: -o-linear-gradient(var(--head-chat-color) 0%, var(--head-chat-color) 100%);
    background: linear-gradient(var(--head-chat-color) 0%, var(--head-chat-color) 100%);

  }
  .unith-suggestion-wrapper.svelte-components-SuggestionContainer
  {
    padding-bottom: 10px;
  }
  .unith-uggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    display:none;
  }
  .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    font-weight: 400;
    font-size: small;
    background: white;
    text-align: center;
    scroll-snap-align: center;
    margin: auto;
    margin-top: 10px;
    -webkit-box-shadow: 4px 4px 7px rgb(0 0 0 / 5%);
    -moz-box-shadow: 4px 4px 7px rgb(0 0 0 / 5%);
    box-shadow: 4px 4px 7px rgb(0 0 0 / 5%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main-color)), to(var(--main-color)));
    background: -webkit-linear-gradient(var(--main-color) 0%, var(--main-color) 100%);
    background: -moz-linear-gradient(var(--main-color) 0%, var(--main-color) 100%);
    background: -o-linear-gradient(var(--main-color) 0%, var(--main-color) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main-color)), to(var(--main-color)));
    background: linear-gradient(var(--main-color) 0%, var(--main-color) 100%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    text-transform: uppercase;
    font-size: 15px;
    width: 90%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  }
  .unith-touch-icon.svelte-components-VideoMixerPlaceholder {
      width: 5em;
      height: 5em;
      background-repeat: no-repeat;
      -webkit-mask: url(../../th/click.svg);
      mask: url(../.../th/click.svg);
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--main-color);
      -webkit-animation: pulse 3s infinite;
         -moz-animation: pulse 3s infinite;
              -o-animation: pulse 3s infinite;
         animation: pulse 3s infinite;
    }
  @-webkit-keyframes pulse {
    0% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
              transform: scale(1.4);

    }
    50% {
      background-color: var(--main-color);
      -webkit-transform: scale(1);
              transform: scale(1);

    }
    100% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
              transform: scale(1.4);

    }
  }
  @-moz-keyframes pulse {
    0% {
      background-color: #fff;
      -moz-transform: scale(1.4);
           transform: scale(1.4);

    }
    50% {
      background-color: var(--main-color);
      -moz-transform: scale(1);
           transform: scale(1);

    }
    100% {
      background-color: #fff;
      -moz-transform: scale(1.4);
           transform: scale(1.4);

    }
  }
  @-o-keyframes pulse {
    0% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
           -o-transform: scale(1.4);
              transform: scale(1.4);

    }
    50% {
      background-color: var(--main-color);
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);

    }
    100% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
           -o-transform: scale(1.4);
              transform: scale(1.4);

    }
  }
  @keyframes pulse {
    0% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
           -o-transform: scale(1.4);
              transform: scale(1.4);

    }
    50% {
      background-color: var(--main-color);
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);

    }
    100% {
      background-color: #fff;
      -webkit-transform: scale(1.4);
         -moz-transform: scale(1.4);
           -o-transform: scale(1.4);
              transform: scale(1.4);

    }
  }
  #talking-head.on-top-of
  {
    position: fixed;
    left: 0;
    right:0;
    margin: auto;
    height: 92vh;
    top: 0;
    z-index: 9999999999999999999999;
  }
  .on-top-of .unith-full-screen-button.svelte-components-VideoMixerPlaceholder
  {
    position: absolute;
    right: 15px;
    top: 95px;
    margin: auto;
  }
  .title_book_talking,.uppertitle_talking
  {
    display:none;
  }
  .unith-video.svelte-components-VideoMixer1-VideoPlayer,video.svelte-components-VideoMixer1-VideoPlayerIdle
  {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .unith-video-container.svelte-components-VideoMixerPlaceholder {
    margin-left: 0;
    margin-right: 0;
  }
  button.svelte-components-Controls, .unith-full-screen-button.svelte-components-VideoMixerPlaceholder{
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
  }
  .unith-container.unith-bkd.svelte-components-MessageBubble
  {
    margin: auto;
    padding: 0;
  }
  .unith-msg-text.svelte-components-MessageBubble
  {
    max-width: 100%;
  }
  .unith-msg-text.unith-bkd.svelte-components-MessageBubble
  {
    background-color: var(--head-chat-color);
    font-weight: 500;
    font-family: var(--main-font-family);
    line-height: 1.2;
  }
  .unith-timestamp.unith-bkd.svelte-components-MessageBubble
  {
    color: #838788;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    font-family: var(--main-font-family);
  }
  .unith-waiting-response.svelte-components-InputContainer
  {
   position: absolute;
   bottom: 64px;
   z-index: 99999999;
   left: 0;
   right: 0;
   color: #fff;
  }
  .unith-waiting-response .unith-lds-ellipsis div
  {
    background:#fff !important;
  }
  .unith-index.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    display: none;
  }
  .unith-chat.svelte-App.svelte-App
  {
    background:var(--main-background);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top:0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    -webkit-border-radius: 1em;
       -moz-border-radius: 1em;
            border-radius: 1em;
  }
  .unith-chat.svelte-App.svelte-App
  {
    background:var(--main-background);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top:0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    -webkit-border-radius: 1em;
       -moz-border-radius: 1em;
            border-radius: 1em;
  }
  .unith-suggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    background-color: #ab8d60;
    -webkit-border-radius: 0.7em 0.7em 0 0;
    -moz-border-radius: 0.7em 0.7em 0 0;
    border-radius: 0.7em 0.7em 0 0;
  }
  .unith-suggestion-wrapper.svelte-components-SuggestionContainer
  {
        margin: 10px auto 20px auto;
  }
  .unith-msg-text.unith-bkd.svelte-components-MessageBubble
  {
    background-color:  var(--main-color);
    font-weight: 500;
    font-family: var(--main-font-family);
    line-height: 1.2;
    padding: 0.3em 1.2em;
    -webkit-border-radius: 0 20px 20px 20px;
    -moz-border-radius: 0 20px 20px 20px;
    border-radius: 0 20px 20px 20px;
    text-align: left;
  }
  span.unith-timestamp.svelte-components-ReactiveTimestamp,.unith-msg-text.svelte-components-MessageInfo
  {
    color: var( --timestamp-color);
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    font-family: var(--main-font-family);
    line-height: 1.2;
    text-transform: capitalize;
  }
  .unith-disabled.svelte-components-AudioInput .unith-input-button.svelte-components-AudioInput
  {
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: none !important;
       -moz-animation: none !important;
         -o-animation: none !important;
            animation: none !important;
  }
  .unith-msgs-container.svelte-components-Chat.svelte-components-Chat
  {
    -webkit-box-flex: 8;
    -webkit-flex: 8 8 80%;
       -moz-box-flex: 8;
        -ms-flex: 8 8 80%;
            flex: 8 8 80%;
    scroll-behavior: auto;
    overflow-y: auto;
    width: 100%;
    height: auto;
  }
  .unith-msgs-container.svelte-components-Chat>div.svelte-components-Chat
  {
    height: 0;
    width: inherit;
  }
  .unith-user-input.svelte-components-InputContainer.svelte-components-InputContainer
  {
   background: none;
  }
  .unith-caret-rotated.svelte-components-SuggestionContainer
  {
    display: none;
  }
    }

    @media screen and (min-width: 800px)
    {
      #talking-head.on-top-of
      {
        height: 100vh;
      }
      .title_book_talking,.uppertitle_talking
      {
        display:block;
      }
      #talking-head
      {
        margin-top: 30px;
        height: 70vh;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
      }
      video.svelte-components-VideoMixer1-VideoPlayer,video.svelte-components-VideoMixer1-VideoPlayerIdle
      {
        -o-object-fit: cover;
           object-fit: cover;
        height: inherit;
      }
      .unith-position-absolute-chat.svelte-Container
      {
        position: absolute;
        left:0 !important;
        right: 0 !important;
        margin: auto !important;
        bottom: 10vh;
      }
      .unith-suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
      {
        padding: 15px;
      }
    }
.unith-rectangle.svelte-components-VideoLayout-VideoPlayer,.unith-video-header.svelte-components-VideoLayout-VideoHeader,.unith-video-bottom.svelte-components-VideoLayout-VideoFooter,
.unith-up.unith-displaced.svelte-components-UserFeedbackThumbsUpDown,.unith-down.svelte-components-UserFeedbackThumbsUpDown,.subtitle-button.svelte-components-VideoLayout-VideoControlElements
{
  display: none;
}
.unith-outline.svelte-components-VideoLayout-Videos-TalkingVideo
{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.unith-gradient.svelte-components-TouchToStart {
  position: absolute;
}
.call-to-action.svelte-assets-CallToAction.svelte-assets-CallToAction {
    position: absolute;
}
#paragraphs.svelte-assets-CallToAction.svelte-assets-CallToAction{
  display: none;
}

#paragraphs.svelte-assets-CallToAction::after
{
  content: "hello";
  display:block;
  visibility: visible;
}
button.svelte-assets-CallToAction.svelte-assets-CallToAction {
  visibility: hidden; /* Hides the original button content */
  position: relative; /* Ensures that the ::after element is positioned correctly */
}

button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "Start"; /* Your custom text */
  visibility: visible; /* Makes the new content visible */
  position: absolute; /* Ensures the new content appears in the right spot */
  top: 50%; /* Adjust positioning as needed */
  left: 50%; /* Adjust positioning as needed */
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Center the content */
          background-color:inherit;
    -webkit-border-radius: inherit;
       -moz-border-radius: inherit;
            border-radius: inherit;
    -webkit-box-shadow: inherit;
       -moz-box-shadow: inherit;
            box-shadow: inherit;
    color: inherit;
    font-size: inherit;
    font-family:inherit;
    font-weight:inherit;
    padding: inherit;
    min-width: inherit;
    -webkit-flex-shrink: inherit;
        -ms-flex-negative: inherit;
            flex-shrink: inherit;
    border:inherit;
    text-transform: capitalize;
}
/* Dutch (Nederlands) */
html[lang="nl-NL"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "starten"; /* Dutch for 'start' */
}

/* English (Engels) */
html[lang="en-GB"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "start"; /* English for 'start' */
}

/* Bulgarian (Bulgaars) */
html[lang="bg-BG"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "старт"; /* Bulgarian for 'start' */
}

/* French (Frans) */
html[lang="fr-FR"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "commencer"; /* French for 'start' */
}

/* Spanish (Spaans) */
html[lang="es-ES"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "empezar"; /* Spanish for 'start' */
}

/* Arabic (Arabisch) */
html[lang="ar-AE"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "بدء"; /* Arabic for 'start' */
  direction: rtl; /* Arabic is written right-to-left */
}

/* Georgian (Georgisch) */
html[lang="ka-GE"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "დაწყება"; /* Georgian for 'start' */
}

/* Russian (Russisch) */
html[lang="ru-RU"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "начать"; /* Russian for 'start' */
}

/* Kazakh (Kazakh) */
html[lang="kk-KZ"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "бастау"; /* Kazakh for 'start' */
}

/* Romanian (Roemeens) */
html[lang="ro-RO"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "începe"; /* Romanian for 'start' */
}

/* Portuguese (Portugees) */
html[lang="pt-PT"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "iniciar"; /* Portuguese for 'start' */
}

/* Serbian (Servisch) */
html[lang="sr-RS"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "почети"; /* Serbian for 'start' */
}

/* Czech (Tsjechisch) */
html[lang="cs-CZ"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "začít"; /* Czech for 'start' */
}

/* Hungarian (Hongaars) */
html[lang="hu-HU"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "indítás"; /* Hungarian for 'start' */
}

/* Polish (Pools) */
html[lang="pl-PL"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "start"; /* Polish for 'start' */
}

/* Slovak (Slowaaks) */
html[lang="sk-SK"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "začať"; /* Slovak for 'start' */
}

/* Thai (Thais) */
html[lang="th-TH"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "เริ่ม"; /* Thai for 'start' */
}

/* Latvian (Lets) */
html[lang="lv-LV"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "sākt"; /* Latvian for 'start' */
}

/* Lithuanian (Litouws) */
html[lang="lt-LT"] button.svelte-assets-CallToAction.svelte-assets-CallToAction::after {
  content: "pradėti"; /* Lithuanian for 'start' */
}
@media only screen and (max-width: 600px), (orientation: portrait) {
    #full-screen-button.svelte-components-Controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}