﻿
.testChat * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

.testChat button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: 'Noto Sans TC', '微軟正黑體',Arial, sans-serif, 'PingFang TC', 'MHei', 'Helvetica', 'STHeitiTC-Light', 'Microsoft JhengHei';
}

.testChat button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.testChat ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.testChat textarea {
    overflow: auto;
    vertical-align: top;
}

.testChat h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1em;
}

.testChat button {
    font-family: '微軟正黑體',Arial, sans-serif;
}

.aaGreenBtn {
    line-height: 100%;
    font-weight: normal;
    font-family: '微軟正黑體',Arial, sans-serif;
}

.bubble {
    line-height: 16px;
    font-weight: normal;
    font-family: '微軟正黑體',Arial, sans-serif;
}

.bubbleBotTimeText {
    line-height: 100%;
    font-weight: normal;
    font-family: '微軟正黑體',Arial, sans-serif;
}

.bubbleUserTimeText {
    line-height: 100%;
    font-weight: normal;
    font-family: '微軟正黑體',Arial, sans-serif;
}

.messageBox textarea {
    font-size: 14px;
    display: inline-block;
    line-height: 100%;
    font-weight: normal;
    font-family: '微軟正黑體',Arial, sans-serif;
}

.messageBox textarea {
    padding: 7px 5px;
    height: auto
}

.botSurveyDetail {
    margin-left: 5% !important;
    margin-bottom: 2% !important;
}

.botSurveytitClose {
    margin-right: 15px !important;
}

.survey_overall_input_send {
    margin-top: 8px !important;
    padding: 10px !important;
    font-size:16px;
}