body , td, th, table, caption, tbody, tfoot, thead, tr, th, td, img, ul, li, ol, dl, dt, dd, span, fieldset, form, label, legend, input, textarea, select, button, header, nav, footer, article, aside, section, summary, details, dialog, rp, rt {
    margin: 0;
    padding: 0;
    font-family: Arial, '微軟正黑體', Microsoft JhengHei, '新細明體', MingLiU, sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: Arial, '微軟正黑體', Microsoft JhengHei, '新細明體', MingLiU, sans-serif;
}
input, input, textarea, select, button{outline: 0;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{ font-size:1rem;line-height: inherit; position: relative; }
li{ line-height: inherit;}
img{border:0 none; max-width:100%;-ms-interpolation-mode: bicubic;}
::-webkit-input-placeholder{color: #afafaf;}
::-moz-placeholder{color: #afafaf;}
:-ms-input-placeholder{color: #afafaf;}
input:-moz-placeholder{color: #afafaf;}
input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal {display: none;}
a:link, a:visited{text-decoration:none;}



html, body{height: 100%;}
.mainContainer{width: 100%;}
.mainContainer, .mainContainer #webchat > div{height: 480px;}
.headerText{
    width: inherit;
    font-family: "Segoe UI", sans-serif;
    font-size: 15px;
    background-color: rgba(119,181,229,.75);
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #000000;
    font-weight: 500;
    height: 30px;
    left: 0;
    letter-spacing: 0.5px;
    padding: 8px 8px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#webchat .css-mfy564{height: 320px;}
#webchat .css-eycyw2{ background:rgba(31,116,200,1);  }
#webchat .main{
    border:5px solid rgba(31,116,200,1);
    border-radius: 10px;
}
#webchat .webchat__bubble__content{border:none;font}
#webchat .bubble .markdown, #webchat .from-user .plain{font-size: .875rem;}
#webchat .bubble .markdown {
    background: #f0f0f0;
    color: #000;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
#webchat .from-user .plain {
    background: #ddeff7;
    color: #00236e;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;            
}
#webchat .bubble .markdown:after, #webchat .from-user .plain:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
#webchat .bubble .markdown:after {
    top: 0;
    left: -12px;
    border-style: solid;
    border-width: 0px 12px 12px 0;
    border-color: transparent #f0f0f0 transparent transparent;
}
#webchat .from-user .plain:after {
    bottom: 0;
    right: -12px;
    border-style: solid;
    border-width: 12px 0 0px 12px;
    border-color: transparent transparent transparent #ddeff7;
}
#webchat .css-115fwte{color: #00479d; cursor: pointer; border: 2px solid rgba(255,255,255,0);}
#webchat .css-115fwte:focus {border: 2px dotted orange;}
#webchat .css-n2zczk{padding-top: 3px; padding-bottom: 3px;}
#webchat input{border: 2px solid #fff;}
#webchat input:focus{border: 2px dotted orange;}



@media (max-width: 417px){
.mainContainer, .mainContainer #webchat > div{height: 420px;}
#webchat .css-mfy564{ height: 260px;}
}

