@charset "UTF-8";
/*@media only screen and (min-width : 640px ) {*/
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:hidden}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html{
    background-color:transparent;
},
body {
    height: 100%;
    caret-color: rgba(41,171,226,1);
}

body {
    height:100%;  
    width:calc(100% - 2px); 
    overflow:hidden;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px; 
    -webkit-overflow-scrolling:touch;
    -ms-touch-action: none;
}
.chat_box {
    height: 100%;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
 
    border: 1px solid rgba(41,171,226,1);
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.chat_box .chat_header {
    background-color: transparent;
    width: 100%;
    position:absolute;
    top:0;
    z-index: 100;
}
.chat_box .chat_header.scrollable {
    height: 100%;
    max-height: 58px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
}
.chat_box .chat_header.scrollable::-webkit-scrollbar {
    display: none;
}
.chat_box .chat_header .fc_chat_header_normal {
    width: calc(100% - 16px);
    height: 42px;
    position: absolute;
    background-color: rgba(41,171,226,1);
    padding: 8px 8px 8px 8px;
}
.chat_box .chat_header .fc_chat_header_normal.scrollable {
    height: 43px;
}
.chat_header .chat_icon {
    margin-right: 7px;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.chat_header .chat_name {
    width:calc(100% - 95px);
    color: #fff;
    line-height: 1.2em;
    margin-top: 3px;
}
.chat_header .chat_name_double {
    width:calc(100% - 95px);
    min-height: auto;
    color: #fff;
    line-height: 1.2em;
    padding-top: 5px;
}
.chat_header .chat_name_single {
    width:calc(100% - 95px);
    min-height: auto;
    color: #fff;
    line-height: 1.2em;
    margin: 11px 0;
}
.chat_header  .user_name {
    font-size: 15px;
    padding-left: 6px;
    color: #FFFFFF;
    width: 100%;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.chat_header  .user_group {
    font-size: 13px;
    opacity: 0.8;
    padding-left: 6px;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
   text-overflow: ellipsis;
   -webkit-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   white-space:nowrap;
   margin-top:3px;
}
.chat_header .bt_chat_accordion {
    height: 40px;
    width: 36px;
    background: url(../assets/img/chat_cms/bt_arrow.png) no-repeat center;
    background-size: 50%;
    margin-left: 7px;
    cursor: pointer;
}
.chat_header .on {
    background: url(../assets/img/chat_cms/bt_arrow_on.png) no-repeat center;
    background-size: 50%;
}
.chat_wrap {
    overflow: hidden;
    position: absolute;
                    width: 100%;
    
            bottom: 41px;
        top: 58px;
    left: 0px;
    right:0px;
    background-color:rgba(255,246,237,1);

    /* Prevent native touch events on Windows */
    -ms-touch-action: none;

    /* Prevent text resize on orientation change, useful for web-apps */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.chat_wrap_content {
    padding: 0 7px;
}
/*voice area-------------------------------------*/
.accordion_area{
    min-height: 290px;
}
.voice_area {
    height: auto;
    width:auto;
    padding: 10px 10px 10px 0px;

}
.voice_area .voice_time {
    text-align: center;
    width: auto;
    font-size: 12px;
    height: auto;
    color: #999999;
    line-height: 1.2em;
    padding-top: 1px;
    margin: 7px;
}
.voice_area .voice_user {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: rgba(87,188,255,1);
    color: #000000;
    padding: 10px 10px 8px 10px;
    margin-right: 0x;
    font-size: 12px;
    max-width: calc(100% - 80px);
    min-height: 22px;
    line-height: 1.5em;
    text-align: left;
    overflow:auto;
}
p{
    font-family: 'Helvetica Neue', sans-serif;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.voice_area .user_triangle {
    margin-top: 16px;
    right:7px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 10px solid rgba(87,188,255,1);
}
.voice_area .voice_partner {
    width: auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: rgba(190,232,255,1);
    color: #000000;
    padding: 10px 10px 8px 10px;
    font-size: 12px;
    max-width: calc(100% - 80px);
    min-height: 22px;
    line-height: 1.5em;
}
.voice_area .partner_triangle {
    margin-top:16px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 10px solid rgba(190,232,255,1);
}
.voice_area .voice_partner_face {
    width: 42px;
    height: 42px;
    margin-right: 4px;
}
.voice_area .voice_partner_face img{
    width: 42px;
    height: 42px;
}
.voice_area .member_image{
    width: 42px;
    height: 42px;
    margin-left: 4px;
    border-radius: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.day_segment{
    margin: auto;
    max-width: 280px;
}
.day_data{
    margin: 0px auto;
    padding: 5px 8px 5px 14px;
    font-size: 12px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: rgba(41,171,226,1);
}
.day_data_annoucement{
    font-size:12px;
    background-color: #fff;
}
/*footer-------------------------------------------------*/
.text_nomal {
    border: 1px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 16px;
    line-height: 1.5em;
    resize: none;
    word-wrap: break-word;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    width: -moz-calc(100% - 103px);
    width: -webkit-calc(100% - 103px);
    width: -o-calc(100% - 103px);
    width: calc(100% - 103px);
    height: 25px;
}
.text_nomal_menu {
    margin-left: 0px;
    width: -moz-calc(100% - 133px);
    width: -webkit-calc(100% - 133px);
    width: -o-calc(100% - 133px);
    width: calc(100% - 133px);
}

.text_nomal_micro {
    padding-right: 25px;
    width: -moz-calc(100% - 118px);
    width: -webkit-calc(100% - 118px);
    width: -o-calc(100% - 118px);
    width: calc(100% - 118px);
}

.text_nomal_menu_micro {
    margin-left: 0px;
    padding-right: 25px;
    width: -moz-calc(100% - 148px);
    width: -webkit-calc(100% - 148px);
    width: -o-calc(100% - 148px);
    width: calc(100% - 148px);
}


.text_nomal_menu_home {
    margin-left: 0px;
    width: -moz-calc(100% - 171px);
    width: -webkit-calc(100% - 171px);
    width: -o-calc(100% - 171px);
    width: calc(100% - 171px);
}

.text_nomal_menu_micro_home {
    margin-left: 0px;
    padding-right: 25px;
    width: -moz-calc(100% - 186px);
    width: -webkit-calc(100% - 186px);
    width: -o-calc(100% - 186px);
    width: calc(100% - 186px);
}

.chat_footer textarea{
    max-height: 70px;
}
.chat_footer {
    background-color: rgba(41,171,226,1);
    position: absolute;
    bottom: 0;
    left: 0px;
            width: 100%;
    }
.chat_footer .voice_input_area {
    width: auto;
    color: #fff;
}
.chat_footer .bt_send {
    width: 50px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: rgba(255,255,255,1);
    color: rgba(41,171,226,1);
    margin: 0px 10px 0px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    cursor: pointer;
    padding: 5px 0;
    height: 25px;
}
.congestion{
    color: #fff;
    margin:0  auto 10px auto;
    font-size: 14px;
    line-height: 1.5em;
}
.ai_message_loading {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*}*/
/*--------------------
Custom Srollbar
--------------------*/

.iScrollVerticalScrollbar {
    width: 4px !important;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    border: 0px !important;
    border-radius: 2px !important;
    width: 4px !important;
    background-color: rgba(41,171,226,1) !important;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    border: 0px !important;
    border-radius: 2px !important;
    height: 4px !important;
    position: unset !important;
    background-color: rgba(41,171,226,1) !important;
}

.is_display_scrollbar {
    opacity: 1 !important;
}

.mess_loading {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #29ABE2ff;
}
.ai_mess_loading {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #29ABE2ff;
}
.ai_wait_loading {
    width: 60px;
    text-align: center;
}
.ai_wait_loading > div {
    width: 12px;
    height: 12px;
    background-color: rgba(41,171,226,1);
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.ai_wait_loading .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.ai_wait_loading .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.inputting_animation {
    width: 40px;
    text-align: center;
}
.inputting_animation > div {
    width: 6px;
    height: 6px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.inputting_animation .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.inputting_animation .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.voice_selecter_wrap {
    max-width: calc(100% - 80px);
    width: auto;
}
.voice_area .voice_selecter {
    /*display: flex;*/
    align-items: center;
    border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    background-color: rgba(190,232,255,1);
    color: #000000;
    padding: 10px 10px 6px 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.voice_area .button_area {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border: solid 1px rgba(190,232,255,1);
    border-top: none;
}
.voice_area .button_area_no_title {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
}
.voice_area .button_area p {
    text-align: center;
    border-top: 1px solid rgba(190,232,255,1);
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5em;
    background-color: rgba(255,255,255,1);
    color: #000000;
}
.remove_hover {
   background-color: rgba(255,255,255,1) !important; 
}
.voice_area .button_area .user_selecte_one:first-child {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.voice_area .button_area div:last-child p {
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
}
.voice_area .button_area_no_title div:first-child p {
    border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
}
.voice_area .button_area .button_select:hover {
    background-color: rgba(190,232,255,1);
}
.voice_area .button_selected {
    background-color: rgba(41,171,226,1) !important;
    color: #FFFFFF !important;
}

.voice_area .disable_select {
    cursor: default !important;
}

.button_choice_area {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border: solid 1px rgba(190,232,255,1);
    text-align: center;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
     display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.button_choice_l {
    box-sizing: border-box;
    border-radius: 0 0 0 11px;
    -moz-border-radius: 0 0 0 11px;
    -webkit-border-radius: 0 0 0 11px;
    border-right: 1px solid rgba(190,232,255,1);
    padding: 10px 1%;
    font-size: 12px;
    line-height: 1.5em;
    width:50%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.button_choice_r {
    box-sizing: border-box;
    border-radius: 0 0 11px 0;
    -moz-border-radius: 0 0 11px 0;
    -webkit-border-radius: 0 0 11px 0;
    padding: 10px 1%;
    font-size: 12px;
    line-height: 1.5em;
    width:50%;
    border: 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.button_choice_area .button_select {
    cursor: pointer;
}

.button_choice_area .button_select:hover {
    background-color: rgba(190,232,255,1);
}
.button_area_no_title .button_choice_l,
.button_area_no_title .button_choice_l:hover {
    border-radius: 11px 0 0 11px;
    -moz-border-radius: 11px 0 0 11px;
    -webkit-border-radius: 11px 0 0 11px;
}
.button_area_no_title .button_choice_r,
.button_area_no_title .button_choice_r:hover {
    border-radius: 0 11px 11px 0;
    -moz-border-radius: 0 11px 11px 0;
    -webkit-border-radius: 0 11px 11px 0;
}

.input_disabled {
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
}

.p_disabled {
    background-color: #d3d3d3 !important;
    cursor: default !important;
}

.message_image_only {
    margin: 0 0 0 10px !important;
}
.message_image_preview:hover {
    opacity: 0.8;
}
.message_image {
    background-color: #fff;
    border-top: 0px solid !important;
    width: 100%;
}
.message_image_preview {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.message_image_preview_user {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.message_youtube_only {
    margin: 0 0 0 10px;
}
.message_iframe {
    margin: 0 0 0 10px;
}
.message_three_image{
    height: 200px;
    display: grid;
    display: -ms-grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 66.6% 33.3%;
    margin: initial;
    justify-content: center;
    background-color: #fff;
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-colums: 66.6% 33.3%;

    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: 66.6% 33.3%;
}
.message_three_image .carousel_image_preview{
    position:relative;
    background-size: contain!important;
    background-color: #fff;
}
.message_three_image .carousel_image_preview:first-child{
    height: 200px;
    grid-row: 1 / 3;
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
.message_three_image .carousel_image_preview:nth-child(2){
    height: 100px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;

    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
}
.message_three_image .carousel_image_preview:nth-child(3){
    height: 100px;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
}
.message_three_image .bt_zoom.bt_zoom_name {
    border-radius: 50%;
    position: absolute;
    top: 6px!important;
    right: 4px;
    height: 25px;
    width: 25px;
    opacity: 0.8;
    background-color: rgba(41,171,226,1);
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_url {
    text-align: center;
    position: relative;
}
.link_url .link_url_text {
    margin-right: 0px;
    display: inline-block;
    color: #000000;
    padding-right: 10px;
    word-break: break-all;
    text-decoration: none;
}
.link_url .link_url_text:hover{
    text-decoration: underline;
}

.link_url_arrow {
    position: absolute;
    display: inline-block;
    right: 14px;
    top: 45%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link_url:active {
    background-color: rgba(190,232,255,1);
    color: #415c91;
}

.link_url_overlay {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 32%;
    width: 20px;
    height: 20px;
}

.hover_effect {
    background-color: rgba(190,232,255,1) !important;
    color: #415c91;
}

.mobile_hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.link_url:active .link_url_text {
    color: #415c91;
}
.link_url:active .link_url_arrow {
    border-top: 1px solid #415c91;
    border-right: 1px solid #415c91;
}

.partner_name_area {
    text-align: left;
    padding: 5px 0 8px 10px;
    font-size: 12px;
    min-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.voice_area .partner_triangle_under_name {
    margin-top: 10px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid rgba(190,232,255,1);
}
.loading_window {
    position: absolute;
    top: 58px;
    left: 0px;
    right: 0px;
    bottom: 58px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
}
.evaluation_window {
    position: absolute;
    top: 58px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.evaluation_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background-color: rgba(00,00,00,0.8);
    z-index: 1;
    border-radius: 0 0 10px 10px;
}
.evaluation_position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.evaluation_position .text {
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
    margin: 10px;
    word-break: break-all;
}
.evaluation_position .bt_wrap {
    width: 210px;
    margin: 20px auto;
    text-align: center;
}


.evaluation_position .bt_evaluation {
    width: 50px;
    z-index: 10;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px;
    height: 70px;
}
.evaluation_position .bt_evaluation img {
    width: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.evaluation_position .bt_evaluation img:hover{
    width: 50px;
    margin-top: -10%;
}
.evaluation_position .active img{
    width: 50px;
    margin-top: -10%;
}
.evaluation_position .inactive{
opacity:0.5;
}
.evaluation_position .window_close, .evaluation_close {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
    width: auto;
}
.evaluation_position .midashi {
    margin: 10px 0;
    font-size: 14px;
}
.evaluation_position .bt_good {
    color: #49aced;
}
.evaluation_position .bt_normal {
    color: #f6c100;
}
.evaluation_position .bt_bad {
    color: #e4748d;
}
.evaluation_window .ai_wait_loading {
    z-index: 11 !important;
}
/*push-notification---------------------*/

.web_push_overlay {
    position: absolute;
    background-color: rgba(00,00,00,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.web_push_dalog {
    font-size: 12px;
    position: absolute;
    margin: 0;
    background-color: #fff;
    height: calc(100% - 170px);
    width: calc(100% - 150px);
    z-index: 1000;
    max-width: 480px;
    max-height: 480px;
    min-width: 270px;
    min-height: 270px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.8));
}
.browser_title {
    padding: 0 0 0px 0;
}
.push_dialog_image {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}
.push_dialog_image img {
}
.push_dialog_close {
    position: absolute;
    top: 14px;
    right: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.push_dialog_close:hover {
    opacity: 0.5;
    cursor: pointer;
}
.push_dialog_text {
    text-align: center;
    font-size: 15px;
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
    padding-left: 20px;
}
.push_dialog_section {
    position: absolute;
    top: 50px;
    margin: 0 0 20px 0;
    height: calc(100% - 50px);
    overflow: hidden;
}
.push_dialog_inner {
    margin: 20px;
}
.push_dialog_section p {
    margin: 20px 0 0px 0px;
    text-align: left;
}
.push_dialog_section img {
    max-width: 100%;
    width: auto;
    border: 1px solid #acacac;
}
.notification_button {
    position: absolute;
    right:60px;
    top: 16px;
    cursor: pointer;
}
.notification_button_right_close {
    position: absolute;
    right:120px !important;
    top: 16px;
    cursor: pointer;
}
.cursor_default_button {
    cursor: default !important;
}
.notification_button img {
    width: 25px;
}
.notification_button:hover:after{
    content: "通知";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -3px;
    left: -60px;
    padding: 5px;
    width:30px;
    text-align: center;
    word-break:break-all;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    line-height: 1.5em;
    opacity:0.8;
}

.boxclose_img {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 20px;
    position: absolute;
    cursor: pointer;
}

.div_close_button {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 60px;
    position: absolute;
    cursor: pointer;
}

.animation_ellipsis {
    display: inline-block;
    background: url(/assets/img/chat_cms/dots_anime.png) no-repeat;
    width: 22px;
    height: 7px;
    margin: 0 5px;
    animation: dots_anime 1s steps(3) infinite;
}
 
@keyframes dots_anime {
    to {
        background-position: 0px -21px;
    }
}

.fc_svg_fill {
    fill: #FFFFFF;
}

.chat_read_more {
    background-color: rgba(41,171,226,1);
    position: absolute;
    height: 32px;
    width: 32px;
    opacity: 0.8;
    bottom: 72px;
    right: 12px;
    display: none;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
}

.chat_read_more:active {
    opacity: 1;
}

.chat_read_more_center {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat_read_more_center .chat_read_more_img {
    width:80%;
    height: 80%;
}

.chat_wrap_bottom {
    padding: 0 7px;
}

.carousel_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}
.carousel_area::-webkit-scrollbar {
    display: none;
  }
.carousel_area .voice_time {
    text-align: center;
    width: auto;
    font-size: 12px;
    height: auto;
    color: #999999;
    line-height: 1.2em;
    padding-top: 1px;
    margin: 7px;
}
.carousel_area .bt_control_area {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 32px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel_area .bt_control_prev {
    left: -21px;
}
.carousel_area .bt_prev {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    opacity: 0.8;
    background-color: rgba(41,171,226,1);
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel_area .bt_prev .bt_prev_svg {
    transform: rotate(90deg);
    width: 80%;
    height: 80%;
}
.carousel_area .bt_control_next {
    right: -21px;
}
.carousel_area .bt_next {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    opacity: 0.8;
    background-color: rgba(41,171,226,1);
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel_area .bt_next .bt_next_svg {
    transform: rotate(-90deg);
    width: 80%;
    height: 80%;
}
.carousel_area .bt_prev:hover {
    opacity: 0.6;
}
.carousel_area .bt_next:hover {
    opacity: 0.6;
}

.carousel_area .voice_selecter_wrap {
    width: auto;
    margin-right: 10px;
    display: block;
    min-width: calc(100% - 100px);
    position: relative;
}
.carousel_area .voice_selecter {
    align-items: center;
    background-color: rgba(190,232,255,1);
    color: #000000;
    padding: 10px 10px 6px 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.carousel_area .button_area {
    background-color: rgba(255,255,255,1);
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border: solid 1px rgba(190,232,255,1);
    border-top: none;
}
.carousel_area .button_area p {
    text-align: center;
    border-top: 1px solid rgba(190,232,255,1);
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5em;
    background-color: rgba(255,255,255,1);
    color: #000000;
}
.carousel_area .button_area div:last-child p {
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
}
.carousel_area .button_area_no_image_body {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.carousel_area .button_area_no_image_body div:last-child p {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.carousel_area .button_area .button_select:hover {
    background-color: rgba(190,232,255,1);
}
.carousel_area .button_selected {
    background-color: rgba(41,171,226,1) !important;
    color: #ffffff !important;
}
.carousel_area .disable_select {
    cursor: default !important;
}
.carousel_partner_face {
    width: 42px;
    height: 42px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.carousel_member_image {
    width: 42px;
    height: 42px;
    margin-left: 4px;
    border-radius: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel_voice_time {
    text-align: right;
    width: auto;
    font-size: 12px;
    height: auto;
    color: #999999;
    line-height: 1.2em;
    padding-top: 1px;
    margin: 7px;
}
.carousel_name_area {
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 30px;
}
.partner_face_position {
    margin-right: 10px;
}

.carousel_image_preview {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.carousel_area .voice_selecter_no_image {
    border-radius: 14px 14px 0 0; 
}
.option_button_fill {
    fill: #000000;
}
.carousel_area .bt_zoom {
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
    opacity: 0.8;
    background-color: rgba(41,171,226,1);
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel_area .bt_zoom:hover {
    opacity: 0.6;
}

.carousel_area .bt_zoom .carousel_image_zoom {
    width: 56%;
    height: 56%;
}
.carousel_area .bt_zoom_name {
    top: 40px;
}

.advertisement {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 102;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(28,28,28,0.901);
}

.advertisement_content {
    color: white;
}
.webframe_window{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 101;
}
.webframe_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background-color: rgba(00,00,00,0.8);
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}
.webframe_position{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    height: 90%;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.webframe_position .webframe_scroll_set{
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    background-color: #fff;
    height: 100%;
}
.webframe_position iframe{
    width: 100%;
    height: calc(100% - 42px);
}

.webframe_header {
    width: 100%;
    height: 42px;
    background-color: rgba(41,171,226,1);
    border-radius: 10px 10px 0px 0px;
}
.webframe_title {
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.webframe_title p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.webframe_btn_close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.fc_btn_shrink {
    right: 20px;
}

.viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.flipsnap {
    -js-display: flex;
    display: flex;
}

.onceitem {
    min-width: calc(100% - 86px);
}

.suggest_window {
    position: absolute;
    z-index: 11;
            width: 100%;
       
    max-height: calc(100% - 58px);
    overflow-y: auto;
    display: none;
}

.suggest_menu {
    min-height: 18px;
    padding: 10px;
    border-bottom: 1px solid rgba(41,171,226,1);
    color: #000000;
    background-color: rgba(255,255,255,1);
}

.suggest_menu:last-child,
.suggest_menu_last {
    border-bottom: 1px solid rgba(41,171,226,1);
}

.suggest_menu:hover {
    background-color: rgba(231,231,231,1);;
    cursor: pointer;
}

.suggest_menu_none {
    overflow: hidden;
    width: calc(100% - 20px);
    max-height: 55px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #EEEEEE;
    color: #555;
}

.suggest_menu_none img {
    height:16px;
    width: 16px;
    position: relative;
    top: 3px;
}

.suggest_menu_none span {
    position: relative;
    left:5px;
}

.product_suggestions {
    pointer-events: none;
    color: #FFFFFF;
    background-color: rgba(41,171,226,1);
}

.footer_ui_wrap {
    padding: 10px 0px 10px 0px;
    position: relative;
    line-height: 0;
}
.footer_ui_wrap .congestion{
    padding: 0px 10px;
}
.chat_footer .bt_menu_toggle {
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.chat_footer .footer_ui_wrap.scrollable::-webkit-scrollbar {
    display: none;
}
.chat_footer .footer_ui_wrap.scrollable {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: none;
    box-sizing: border-box;
}
.chat_footer .footer_ui_wrap.scrollable > div {
    padding: 2px 0;
}
.chat_footer .bt_menu_toggle .bt_menu_svg {
    height: 22px;
    width: 22px;
}

.chat_footer .bt_home_toggle {
    height: 40px;
    width: 30px;
    padding-left: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -1px;
}
.chat_footer .bt_home_toggle .bt_home_svg {
    height: 26px;
    width: 30px;
}

.chat_footer .btn_reset {
    margin-right: 9px;
    cursor: pointer;
}

.customize_reset_button {
    margin-right: 0 !important;
    margin-left: 9px;
}

.chat_footer .option_area_wrap {
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-color: rgba(85,85,85,1);
        }

.float_l.bt_menu_toggle > img.menu_toggle_button {
    width: 24px;
    height: 24px;
    padding: 16px;
    margin-left: -1px;
}

.option_area_content {
    display: flex;
    -ms-overflow-style: none;
    box-sizing: content-box;
}
.option_icon_wrap {
    width: 70px;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}
.option_icon_wrap:hover {
    opacity: 0.8;
}
.option_icon {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.option_icon_wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFFFF;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}
.option_icon_wrap a {
    color: rgba(255,255,255,1);
    text-decoration: none
}
.svg_menu_fill {
    fill: rgba(255,255,255,1);
}
.footer_custom {
}
.footer_custom div:first-child {
    border-radius: 0px 0px 10px 10px;
}
.popup_text {
    position: absolute;
    bottom: 54px;
    left:5px;
    display: flex;
    justify-content: center;
    align-items:center;
    padding: 10px;
    height: 30px;
    width: 38px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 1px;
    animation: fluffy1 2s ease infinite;
    margin: 0 auto;
    padding-bottom: 10px;
    z-index: 2;
    line-height: 1.2em;
}
.popup_text_home {
    left: 43px !important;
}
@keyframes fluffy1 {
 0% {
  transform: translateY(0)
 }
 50% {
  transform: translateY(-10px)
 }
 100% {
  transform: translateY(0)
 }
}
.popup_text:after,.popup_text:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:14px;
}
.popup_text::before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 10.5px;
    border-bottom-width: 10.5px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: -5px;
    margin-top: 1px;
    border-top-color:#000000;
}
.popup_text::after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-left: -4px;
    border-top-color:#FFFFFF;
}

.popup_text p::before{
    content: "×";
    position: absolute;
    top:1px;
    right:3px;
    color: #aaa;
}
.popup_text p{
   z-index: 3;
}

.window_recognized_speech {
    position: fixed;
    top: 58px;
    left: 0px;
    width: calc(100% - 2px);
    height: 90%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 101;
}

.window_recognized_speech .webframe_position {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 2px);
    height: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(41,171,226,1);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.window_recognized_speech .mic_icon_wrapper {
    position:relative;
    margin: 5vw auto 0 auto;
    width: 30vw;
    height: 30vw;
}

.window_recognized_speech .content_wrapper {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.window_recognized_speech .btn_recognized {
    height:100px;
    width:100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
    border: 0;
    border-radius: 50%;
    outline: none;
    margin: 0 auto;
}

.window_recognized_speech .btn_recognized.active {
    background-image: url("/assets/img/recognition/btn_mic_input.png");
}

.window_recognized_speech .btn_recognized.active.loader {
    background-image: url("/assets/img/recognition/btn_mic_input_error.png");
    animation-name: pulse;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.window_recognized_speech .recognized_speech_close {
    fill: #666 !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173,0,0,0.3);
    }
    65% {
        box-shadow: 0px 0px 5px 13px rgba(173,0,0,0.3);
    }
    90% {
        box-shadow: 0px 0px 5px 13px rgba(173,0,0,0);
    }
}

.window_recognized_speech .btn_recognized.inactive {
    background-image: url("/assets/img/recognition/btn_mic_input_error.png");
}

.window_recognized_speech .mic_text {
    font-size: 20px;
    margin: 50px 25px;
    color: #666;
    height: 50px;
}

.no_browser_support_microphone {
    display: none;
    padding: 0 15px;
}

.bt_microphone_wrapper {
    position: absolute;
    height: 100%;
    width: 21px;
    right: 74px;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.bt_microphone {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.no_browser_support_microphone {
    height: auto;
    width: calc(100% - 30px);
    text-align: center;
    margin-top: 50%;
}

textarea.text_nomal::-webkit-scrollbar {
    width: 4px;
}

textarea.text_nomal::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

textarea.text_nomal::-webkit-scrollbar-thumb {
    background: rgba(41,171,226,1); 
}

textarea.text_nomal {
    scrollbar-width: thin;
    scrollbar-color: rgba(41,171,226,1) #f1f1f1;
}

.flex_message .flipitem {
    background-color: white !important;
    border-radius: 12px;
}
.flex_message img.icon_xxs {
    width: 8px;
    height: 8px;
}
.flex_message img.icon_xs {
    width: 10px;
    height: 10px;
}
.flex_message img.icon_sm {
    width: 12px;
    height: 12px;
}
.flex_message img.icon_md {
    width: 14px;
    height: 14px;
}
.flex_message img.icon_xl {
    width: 18px;
    height: 18px;
}
.flex_message img.icon_xxl {
    width: 20px;
}
.flex_message img.icon_3xl {
    width: 22px;
    height: 22px;
}
.flex_message img.icon_4xl {
    width: 24px;
    height: 24px;
}
.flex_message img.icon_5xl {
    width: 26px;
    height: 26px;
}
.flex_message .box_horizontal {
  display: flex;
  align-items: left;
  justify-content: left;
  margin: 5px;
}

.flex_message .box_baseline {
  display: flex;
  align-items: baseline;
  justify-content: left;
  margin: 5px;
}

.flex_message .mobile_hover,
.flex_message .disable_select,
.flex_message .button_selected,
.flex_message .button_area {
    background-color: #fff0 !important;
    border: none !important;
}
.flex_message .button_area p {
    border-top: none !important;
}

.flex_message .text_area p.mobile_hover,
.flex_message .my_serifu_selecter .user_message {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flex_message .user_message {
    padding: 5px;
}

.flex_message .flex_separator {
    height: 1px;
    background-color: rgba(231,231,231,1);
}

.flex_message .button_area div:last-child p {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.flex_message .text_area p {
    text-align: left !important;
    padding: 5px !important;
}

.flex_message .flipitem .flip_content {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.flex_message .bt_prev .bt_prev_svg {
    z-index: 100;
}

.table_message {
    max-width: 100% !important;
}

.table_message table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

.table_message th, .table_message td {
    text-align: center;
    vertical-align: middle;
    border: solid 1px rgba(203, 203, 203, 1);
    background-color: #fff;
    padding: 0.5em 1em;
}

.table_message th {
    background-color: #d8effc;
}

.bt_file_upload_camera {
    background-image: url(/assets/img/chatcode/bt_upload_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 100px);
    top: 50%;
    transform: translateY(-50%);
}

.fc_ui_tooltip {
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    opacity: 0.8;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    border-color: transparent;
    box-shadow: none;
}

.image_upload_loading {
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.image_preview, .image_preview_upload {
    max-height: 150px;
    height: auto;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 0px solid !important;
    cursor: pointer;
}

.position_absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.text_nomal_micro_home {
    padding-right: 25px;
    width: -moz-calc(100% - 186px);
    width: -webkit-calc(100% - 186px);
    width: -o-calc(100% - 186px);
    width: calc(100% - 186px);
}