/* Styling the GIF to remove overflow and set max-width */
.botui-message iframe {
  width: auto;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 15px 15px 15px 5px;
  background: white;
}
.botui-app-container {
  padding-right: 4px;
  padding-left: 4px;
  /* background-color: #ebebeb; */
}
.botui-container {
  background-color: inherit !important;
  width: 100%;
}

.botui-messages-container {
}

.botui-actions-container {
  overflow: hidden;
  box-shadow: none;
  float: right;
  position: relative;
  transform-origin: right top;
  max-width: 90%;
  height: 70px;
  background: transparent;
  margin: 8px 0px 10px;
  padding: 0px;
}

.botui-app-container:hover {
  color: inherit !important;
}

.botui-message {
  width: 1200px;
}

.botui-message-content.text {
  background-color: #070600;
  color: #fff;
}

/* .botui-message-content.human {
    padding:10px 10px;
    margin-right: 30px;
    background-color: #f7ff61;
    color: #404040; */
/* float: right; */
/* } */

.botui-message-content.embed {
  width: auto;
  height: 100%;
  margin: -8px -16px;
  overflow: hidden;
  display: block;
  border-radius: 15px 15px 15px 5px;
  background: white;
}

.botui-message-content-link {
}

.botui-actions-text-input {
}

.botui-actions-text-submit {
}

button.botui-actions-buttons-button {
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  .botui-message {
    width: 100%;
  }
  .botui-container {
    background-color: inherit;
    width: 100%;
  }
}
/* @media screen and (max-width: 1300px) {
        body {
          background-color: lightgreen;
          line-height: 80%;
          align-content: center;
            }
        .botui-message {
          width: 600px;
          }
        .botui-container {
          background-color: inherit;
          width: 600px;
        
        }
} */
@media screen and (min-width: 320px) {
  .botui-message {
    width: 100%;
  }
  .botui-container {
    background-color: inherit;
    width: 100%;
  }
  .chart {
    width: 200px;
    height: auto;
    background-color: #fff;
  }

  button.botui-actions-buttons-button {
    /* width: 100px; */
    margin-top: 0px;
    display: inline-block;
  }
  #title {
    font-size: 20px;
  }
  .botui-message-content.text {
    background-color: #070600;
    color: #fff;
    font-size: 20px;
  }

  .botui-message-content.human {
    padding: 10px 10px;
    margin-right: 30px;
    background-color: #f7ff61;
    color: #404040;
    float: right;
    font-size: 20px;
  }
}

@media screen and (min-width: 425px) {
  .botui-message {
    width: 100%;
  }
  .botui-container {
    background-color: inherit;
    width: 100%;
  }
  .chart {
    width: 250px;
    height: auto;
    background-color: #fff;
  }

  button.botui-actions-buttons-button {
    width: 150px;
    margin-top: 0px;
    display: inline-block;
  }

  .botui-message-content.text {
    background-color: #070600;
    color: #fff;
    font-size: 15px;
  }

  .botui-message-content.human {
    padding: 10px 10px;
    margin-right: 30px;
    background-color: #eb9534;
    color: #404040;
    float: right;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .botui-message {
    width: 100%;
  }
  .botui-container {
    background-color: inherit;
    width: 100%;
  }
  .chart {
    width: 400px;
    height: auto;
  }

  button.botui-actions-buttons-button {
    width: 150px;
    margin-top: 0px;
    display: inline-block;
  }

  .botui-message-content.text {
    background-color: #070600;
    color: #fff;
    font-size: 15px;
  }

  .botui-message-content.human {
    padding: 10px 10px;
    margin-right: 30px;
    background-color: #eb9534;
    color: #404040;
    float: right;
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .botui-message {
    width: 100%;
  }
  .botui-container {
    background-color: inherit;
    width: 100%;
  }
  .chart {
    width: 650px;
    height: auto;
    background-color: #fff;
  }

  button.botui-actions-buttons-button {
    width: 250px;
    margin-top: 0px;
  }

  .botui-message-content.text {
    background-color: #070600;
    color: #fff;
    font-size: 15px;
  }

  .botui-message-content.human {
    padding: 10px 10px;
    margin-right: 30px;
    background-color: #eb9534;
    color: #404040;
    float: right;
    font-size: 15px;
  }
}
