/* Here is your custom css styles. */
@media only screen and (max-width: 601px){
	#hello-mashiro{
		width: 100%;
	}
	.botui-message-content-image
	{
		width: 100%;
	}
	.bg-covers{
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size: cover;
		bottom: 0px;
	}
}

.popcontainer{
	width:600px; position:relative; 
	margin:0 auto;
	min-height: 300px;
	padding: 2px 6px 4px;
	background-color: rgba(180, 180, 180, 0.3);
	border-radius: 10px;
}

}
.botui-container {
    font-size:14px;
    background-color:rgba(255,255,255,0)
}
.botui-messages-container {
    padding:10px 20px
}
.botui-actions-container {
    padding:10px 20px
}
.botui-message {
    min-height:30px
}
.botui-message-content {
    padding:7px 13px;
    border-radius:15px;
    color:#595a5a;
    background-color:#ebebeb
}
.botui-message-content.human {
    color:#f7f8f8;
    background-color:#919292
}
.botui-message-content.text {
    line-height:1
}
.botui-message-content.loading {
    background-color:rgba(206,206,206,.5);
    line-height:1.3;
    text-align:center
}
.botui-message-content.embed {
    padding:5px;
    border-radius:5px
}
.botui-message-content-link {
    color:#919292
}
.botui-actions-text-input {
    border:0;
    outline:0;
    border-radius:0;
    padding:5px 7px;
    background-color:transparent;
    color:#595a5a;
    border-bottom:1px solid #919292
}
.botui-actions-text-submit {
    color:#fff;
    width:30px;
    padding:5px;
    height:30px;
    line-height:1;
    border-radius:50%;
    border:1px solid #919292;
    background:#777979
}
.botui-actions-buttons-button {
    border:0;
    color:#fff;
    line-height:1;
    cursor:url(https://cdn.jsdelivr.net/gh/honjun/cdn@1.6/img/cursor/No_Disponible.cur),auto;
    font-size:14px;
    font-weight:500;
    padding:7px 15px;
    border-radius:4px;
    background:#777979;
    box-shadow:2px 3px 4px 0 rgba(0,0,0,.25)
}

.botui-actions-buttons-button {
    border:0;
    color:#fff;
    line-height:1;
    cursor:url(https://cdn.jsdelivr.net/gh/honjun/cdn@1.6/img/cursor/No_Disponible.cur),auto;
    font-size:14px;
    font-weight:500;
    padding:7px 15px;
    border-radius:4px;
    background:#777979;
    box-shadow:2px 3px 4px 0 rgba(0,0,0,.25)
}

.botui-app-container {
    width:100%;
    height:100%;
    line-height:1
}

a.botui-message-content-link:focus {
    outline:thin dotted
}
a.botui-message-content-link:focus:active,a.botui-message-content-link:focus:hover {
    outline:0
}
form.botui-actions-text {
    margin:0
}
.botui-app-container {
    width:100%;
    height:100%;
    line-height:1
}

.botui-app-container {
    width:100%;
    height:100%;
    line-height:1
}
@media(min-width:400px) {
    .botui-app-container {
    width:400px;
    height:500px;
    margin:0 auto
}
}.botui-container {
    width:100%;
    height:100%;
    overflow-y:auto;
    overflow-x:hidden
}
.botui-message {
    margin:10px 0;
    min-height:20px
}
.botui-message-content {
    width:auto;
    max-width:85%;
    display:inline-block
}
.botui-message-content.human {
    float:right;
    margin-bottom:12.2px
}
.botui-message-content iframe {
    width:100%
}
.botui-message-content-image {
    margin:5px 0;
    display:block;
    max-width:100%;
    max-height:100%
}
.botui-message-content-link {
    text-decoration:underline
}
.botui-actions-buttons-button+.botui-actions-buttons-button {
    margin-left:10px
}

