:root {
  --main-color: #0046ff;
  --main-background: #0A064C;
  --main-color-disabled: #875aff;
  --head-chat-color: #5330AC;
  --user-chat-color: var(--main-color);
  --timestamp-color: #BCB9E1;
  --main-font-family: 'Montserrat', sans-serif;

}
@media screen and (min-width: 280px)
{
  .video-header.svelte-components-VideoLayout-VideoHeader,.video-bottom.hide-phone.svelte-components-VideoLayout-VideoFooter
  {
    display: none;
  }
  .touch-to-start.svelte-components-TouchToStart {
    position: absolute;
  }
  #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;
  }
  .video.svelte-App
  {
    background: none;
  }
  .video-header.svelte-components-VideoMixerPlaceholder,
  .video-bottom.svelte-components-VideoMixerPlaceholder
  {
    display: none;
  }
  .mute.svelte-components-Controls
  {
    color: #000;
    background-color: var(--main-color);
  }
  .container.svelte-components-MessageBubble.bkd>div
  {
    margin-left: 0 !important;
  }
  .suggestion-title-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    background-color: var(--color-white-300);f
  }
  .suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    padding: 5px;
  }
  .suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer:first-child,
  .suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer:last-child
  {
    display: none;
  }
  .suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer>p.svelte-components-SuggestionContainer
  {
    text-align: center;
    margin: auto;
  }
  .input-button.svelte-components-InputContainer:disabled, .input-button.svelte-components-InputContainer
  {
        background-color: var(--main-color-disabled);
  }
  .input-button.svelte-components-InputContainer:hover
  {
    background-color: var(--main-color);
  }
  .rectangle.svelte-components-VideoMixerPlaceholder
  {
    display: none;
  }
  .chat.svelte-App
  {
    background:var(--color-white);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top:0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .hoverable.bkd.svelte-components-MessageBubble:hover
  {
    color: var(--main-color);
  }
  button.svelte-components-Controls:hover
  {
    color: var(--main-color);

  }
  .msg-text.usr.svelte-components-MessageBubble
  {
    background-color:var(--user-chat-color);
    font-weight: 500;
    font-family: var(--main-font-family);
    line-height: 1.2;
    color: #fff;
  }
  .suggestion.selectable.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer:hover
  {
    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%);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
  }
  .suggestion-wrapper.svelte-components-SuggestionContainer
  {
    padding-bottom: 10px;
  }
  .suggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    background-color: #ffffff;
  }
  .suggestion.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    font-weight: 400;
    font-size: small;
    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(--color-purple)), to(var(--color-purple)));
    background: -webkit-linear-gradient(var(--color-purple) 0%, var(--color-purple) 100%);
    background: -moz-linear-gradient(var(--color-purple) 0%, var(--color-purple) 100%);
    background: -o-linear-gradient(var(--color-purple) 0%, var(--color-purple) 100%);
    background: linear-gradient(var(--color-purple) 0%, var(--color-purple) 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;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        border: var(--color-purple) 1px solid;
  }
  .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;
            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);

    }
  }
  @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 .full-screen-button.svelte-components-VideoMixerPlaceholder
  {
    position: absolute;
    right: 15px;
    top: 95px;
    margin: auto;
  }
  .title_book_talking,.uppertitle_talking
  {
    display:none;
  }
  video.svelte-components-VideoMixer1-VideoPlayer,video.svelte-components-VideoMixer1-VideoPlayerIdle
  {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #78a1bf;
  }
  .video-container.svelte-components-VideoMixerPlaceholder {
    margin-left: 0;
    margin-right: 0;
  }
  button.svelte-components-Controls, .full-screen-button.svelte-components-VideoMixerPlaceholder{
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
  }
  .full-screen-button.svelte-components-VideoMixerPlaceholder
  {
    display: none;
  }
  .backdrop-blur.svelte-components-VideoMixerPlaceholder
  {
    position: absolute;
    bottom: 13px;
    z-index: 1;
  }
  .container.bkd.svelte-components-MessageBubble
  {
    margin: auto;
    padding: 0;
  }
  .msg-text.svelte-components-MessageBubble
  {
    max-width: 100%;
  }
  .msg.svelte-components-MessageInfo
  {
    border-bottom:1px solid var(--color-white-300);
  }
  .msg-text.bkd.svelte-components-MessageBubble
  {
    background: var(--color-white-100);
    border: 2px solid var(--color-white-300);
    font-weight: 500;
    font-family: var(--main-font-family);
    line-height: 1.2;
  }
  .timestamp.bkd.svelte-components-MessageBubble
  {
    color: var( --timestamp-color);
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    font-family: var(--main-font-family);
  }
  .hide-chat.svelte-components-ToggleChatButton {
    color: var(--color-white);
  }
}

@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: 100%;
    -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;
    width: 69%;
    -o-object-position: top center;
    object-position: top center;
  }
  video.svelte-components-VideoLayout-Videos-IdleVideo,.svelte-components-VideoLayout-Videos-TalkingVideo
  {
    -o-object-position: top center;
    object-position: top center;
  }
  .svelte-App.position-absolute-chat
  {
    position: absolute;
    left:0 !important;
    right: 0 !important;
    margin: auto !important;
    bottom: 2vh;
  }
  .suggestion-container.svelte-components-SuggestionContainer.svelte-components-SuggestionContainer
  {
    max-height: 500px;
    overflow: scroll;
  }
  .suggestion-container.suggestions-hidden.svelte-components-SuggestionContainer
  {
    height: inherit;
    overflow: inherit;
  }

}
