﻿#chat-window {
  width: 100%;
  height: 100%;
}

.bot-window {
    height: 100%;
    width: 100%;
    display: inline-block;
    left: 50;
    bottom: 100;
    border: black;
    border-style: solid;
    border-width: 1px;
    
}

.content {
  font-size: 10pt;
}

.main {
  padding: 0px !important;
  height: 40px;
  overflow: hidden;
}

.main>form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 100%;
  margin: 0px;
}

input {
  background-color: transparent; 
  font-size: 15pt !important;
  padding-top: 0px !important;
}

.css-1qyo5rb {
  margin-bottom: 5px;
  margin-top: 5px;
}

.css-u4skb7 > button {
  padding: 5px;
  font-size: 12pt;
  border-radius: 10px;
}
.css-14klaxb {
    display: none;
}

.chat-container {
    position: fixed;
    height: 525px;
    width: 425px;
    right: 120px;
    bottom: 49px;
    z-index: 601;
    transition: height 0.5s ease;
}

.css-1wegtiu {
  height: 37px;
}

.css-u4skb7 {
  padding-top: 0px;
}

.chat-container-hidden {
    height: 0px !important;
}

/* .chat-window-hidden {
    visibility: hidden;
} */

.chat-title {
    font-family: 'Open Sans';
    font-weight: bold;
    border: 1px solid black;
    width: 100%;
    height: 50px;
    background-color: #202A30;
    color: white;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
}

.chat-title>p {
    margin: 15px;
}

.css-1yaojre .css-1sjcwuh .css-1fe8kfc {
    height: 100%;
}

.css-1lmr15n>.main {
    height: 100%;
}

.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.up{
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.css-14x775w {
    display: none;
  }

  .css-1wegtiu>ul>li>div>button:first-child {
    color: white !important;
    background-color: #202A30 !important;
    border-color: white;
    font-size: 16pt;
    font-family: "Open Sans";
    border: none !important;
  }

  .css-1sjcwuh>input {
    font-size: 15pt;
    padding-top: 15px;
    background-color: transparent;
  }

  body {
    margin: 0px;
  }

  .css-1wegtiu {
    background-color: transparent !important;
  }

  .css-gtdio3 .css-1b6fp63 {
    opacity: 0.5 !important;
  }
  
  .css-14klaxb {
  display: none;
  }

  .ac-pushButton {
    flex: auto !important;
    cursor: pointer; 
    border-radius: 10px;
  }

  #botchat>p {
    font-family: 'Open Sans';
  }
/*
  #botchat>div {
    color: white;
  }
*/
  .css-djy7c2 {
    background-color: #EB641E !important;
  }
  
  .css-bo8nme {
      cursor: pointer;
  }

  .from-user .css-djy7c2 {
    background-color: #202A30 !important;
  }

  .css-o3xlyv {
    color: white;
    background-color: #EB641E;
    font-family: 'Open Sans';
    border-radius: 7px;
    padding: 7px !important;
  }

  .from-user>.css-o3xlyv {
    color: white;
    background-color: #202A30;
    font-family: 'Open Sans';
  }

  .css-1vieo9r .ac-pushButton {
    background-color: #202A30;
    color: white;
    font-family: 'Open Sans' !important;
    padding: 6px;
  }

  .ac-container {
    color: white;
    background-color: #EB641E;
    font-family: 'Open Sans';
    border-radius: 10px;
  }

  .css-djy7c2 .bubble {
    max-width: auto;
  }
  
  .css-mhj5i1 {
      border: none !important;
  }

  .css-1wi3416>.content>.row>.bubble {
    /*
      max-width: 100%;
      min-width: 100%;
      */
      border: none;
  }

  .css-hgucfj .css-1wi3416 {}

  .css-7c9av6 {
    margin-bottom: 40px;
  }


  .ac-textBlock {
    color: white !important;
    font-family: 'Open Sans' !important;
    font-size: 10pt !important;
  }

  .avatar {
    background-color: dimgray !important;
    background-image: url(https://yt3.ggpht.com/a-/AAuE7mBP4PlIuWUpyskevqmB_xxlpxfXaXz1NjDVjA=s288-mo-c-c0xffffffff-rj-k-no);
    background-position: center;
    background-size: contain;
  }

  .from-user>.avatar {
    display: none;
  }

  .message>div {
    border: none;
}

  @media only screen and (max-width: 400px) {

    .avatar {
      display: none;
    }
  }

@media only screen and (max-width: 600px) {
  .chat-container {
      right: 3%;
      width: 95%;
      height: 90%;
  }
  .css-1wi3416:not(.from-user) > .avatar {
      display: none;
  }
}

@supports (-webkit-overflow-scrolling: touch) {

  .css-1gcwblg {
    display:none;
  }
  
}

