.botui-messages-container{padding:10px 0;background-color: #fff;}
.botui-message-content{background: none; max-width: 100%;}
.botui-message-content:not(.human) > span{
  width: calc(100% - 50px);
  display: inline-block;
  background: #ebebeb;
  padding:7px 13px;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}
.botui-message-content:not(.human) > span:before{
  content: "";
  display: inline-block;
  position: absolute;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  top:5px;
  left:-15px;
}

.botui-message-content:not(.embed):not(.human):before
{
  content: "";
  background: url(images/icon01.png) no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  float:left;
  margin-right: 10px;
}

iframe {width: 100%;}


.botui-container{ background: #efefef;height: 98%; }

input.botui-actions-text-input{background:#fff;}
form.botui-actions-select .v-select {    background: #fff;}
.botui-messages-container{/*height: 230px; overflow-y: scroll;*/min-height:250px;}
.botui-actions-container { background: #efefef; padding: 10px 0px; /*min-height: 50px;*/}
html{overflow: hidden;}
button.botui-actions-buttons-button { margin: 7px 0;}


.botui-app-container{height:350px;}
/*
.botui-messages-container{height: calc(100% - 80px);}
.botui-actions-container{height: 50px;}
*/
form.botui-actions-select .v-select{width: 66%; display: inline-block;margin-right: 15px;}
form.botui-actions-select .v-select li>a { padding: 8px 20px;}
form.botui-actions-select .v-select .dropdown-toggle .clear { right: 33px; bottom: 7px;display: none;}
button.botui-actions-buttons-button{display: inline-block; max-width: 45%;}
.v-select.single .selected-tag{position: absolute;}
.v-select .dropdown-toggle{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}

.form-control{visibility: hidden;}

/*catch*/
.catch_quiz > div{width: 100%; padding:0;}
.catch_quiz > div:before{display: none !important;}
.catch_quiz > div > span{display: none !important;}
.catch_quiz > div:after {
    content: "　";
    display:inline-block;
    background: url("images/catch/catch_quiz.jpg") 50% 0 no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 100%;
    height: 190px;
    margin-top: 10px;
}

.catch_anc > div{width: 100%; padding:0;}
.catch_anc > div:before{display: none !important;}
.catch_anc > div > span{display: none !important;}
.catch_anc > div:after {
    content: "　";
    display:inline-block;
    background: url("images/catch/catch_anc.jpg") 50% 0 no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 100%;
    height: 190px;
    margin-top: 10px;
}

.catch_request > div{width: 100%; padding:0;}
.catch_request > div:before{display: none !important;}
.catch_request > div > span{display: none !important;}
.catch_request > div:after {
    content: "　";
    display:inline-block;
    background: url("images/catch/catch_request.jpg") 50% 0 no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 100%;
    height: 155px;
    margin-top: 10px;
}

.v-select.open .open-indicator{display:none;}


.catch_request2 img{
  max-width: 100%;
  width:auto;
}

.botui-message-content a{text-decoration: none;}