@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");

@media screen and (max-width: 1080px) {
    body .wc-app,
    .wc-app button,
    .wc-app input,
    .wc-app textarea {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    body .wc-app,
    .wc-app button,
    .wc-app input,
    .wc-app textarea {
        font-size: 11px;
    }
}
.wc-app h1,
.wc-app h2,
.wc-app h3,
.wc-app h4,
.wc-app p,
.wc-app ul,
.wc-app ol {
    margin: 0;
    padding: 0;
}
#BotChatGoesHere a {
    color: #0071CF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
#BotChatGoesHere a:hover {
    color: #0071CF;
    background: #AACFEF;
}
.wc-app button {
    vertical-align: bottom;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}
.wc-app ::-webkit-scrollbar {
    width: 8px;
}
.wc-app ::-webkit-scrollbar-thumb {
    background: #fff;
}
.wc-app ::-webkit-scrollbar * {
    background: transparent;
}
#BotChatGoesHere {
    height: inherit;
    background-size: auto;
}
.wc-chatview-panel,
.wc-message-groups,
.wc-message-group-content,
.wc-language-selector {
    background: #fff;
}

@media screen and (max-width: 767px) {
.wc-chatview-panel {background: #E5E5E5}
}

.wc-header {
    text-align: center;
    vertical-align: middle;
    background: #ffbc00;
    height: 4em;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    padding: 8px 8px 0 8px;
    box-sizing: content-box;
    z-index: 1;
    display: none;
}
.wc-header span {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-header span:before {
    content: "\e91e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-right: 10px;
    font-size: 41px;
}
@media screen and (max-width: 767px) {
    .wc-header {
        padding: 2px 2px 0 2px;
        height: 2em;
    }
    .wc-header span {
        font-size: 90%;
    }
    .wc-header span:before {
        width: 0;
        height: 0;
        margin-right: 0;
    }
}
.wc-language-selector {
    display: block;
    text-align: center;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.no-language-selector {
    top: 0 !important;
    margin-top: 40px;
}
.no-language-selector.show-actions {
    top: 70px;
}
.wc-language-selector .buttons-group {
    background: #eaf8ff;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-top-left-radius: 5px;
}
.wc-language-selector button {
    color: #fff;
    margin: 0.2em 0.5em;
    background: #0065A6;
    border-radius: 4px;
    padding: 6px 7px;
    line-height: 1;
    border: 1px solid #0065A6;
    display: block;
}

.wc-language-selector button:focus{
    box-shadow:0 0 5px #0065A6;
}
.wc-language-selector button:not(.button-disabled):hover {
    color: #0065A6;
    background: #fff;
}
.wc-language-selector button:not(.button-disabled):active {
    box-shadow: none;
}
.wc-language-selector .button-disabled {
    background: #ccc;
    border-color: #aaa;
}
.wc-language-selector .responsive-hide {
    display: none;
}
.wc-language-selector .responsive-show {
    display: inline;
}
.wc-language-selector .active{
    border: #0065A6 2px solid;
    color: #0065A6;
    background: #FFBC00;
    }

@media screen and (min-width: 900px) {
    .wc-language-selector .responsive-hide {
        display: inline;
    }
    .wc-language-selector .responsive-show {
        display: none;
    }
}
@media screen and (max-width: 1080px) {
    .wc-language-selector button {
        font-size: 80%;
    }
}
@media screen and (max-width: 767px) {
    .wc-language-selector {
        top: 40px;
        height: 3.5em;
    }
    .wc-language-selector button {
        margin: 0.2em 0.5em;
        font-size: inherit;
    }
}
.wc-message {
    position: relative;
}
.wc-message-content p {
    margin-left: 0;
}
.wc-message {
    max-width: 80% !important;
}
.wc-message svg.wc-message-callout {
    width: 6px;
    height: 22px;
    top: 12px;
    position: absolute;
    stroke: none;
}
.wc-message-wrapper {
    background: transparent;
    margin-bottom: 10px;
    position: relative;
    animation: animationFrames 2s;
    animation-iteration-count: 1;
    clear: both;
    overflow: hidden;
}
.wc-message-wrapper.carousel .wc-message {
    max-width: none;
    padding-right: 8px;
}
.wc-message-wrapper.clickable {
    background-color: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    width: 100%;
    margin-top: 1px;
}
.wc-message-groups {
    outline: 0;
    right: 0;
    left: 0;
    position: absolute;
    padding: 10px;
    transform: translateY(0);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
    top: 4em;
    bottom: 10em;
    margin-bottom: 0.5em;
}
.wc-message-groups.no-header {
    top: 0;
}
.wc-message-groups.disabled {
    bottom: 0;
}
.wc-message-group-content {
    overflow: hidden;
}
.wc-message-content {
    word-break: break-word;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    padding: 8px;
}
.wc-message-content.selected {
    box-shadow: 0px 1px 1px 0px #0099ff;
}
.wc-message-content img {
    max-width: 100%;
    max-height: 320px;
}
.wc-message-content .video iframe {
    border: 0;
}
.wc-message-content audio,
.wc-message-content video {
    max-width: 100%;
}
.wc-message-content audio + h1,
.wc-message-content video + h1 {
    margin-top: 11px;
}
.wc-waiting-message {
    width: 95px;
    max-width: 95px;
    max-height: 95px;
}
@media screen and (max-width: 767px) {
    .wc-waiting-message {
        width: 80px;
        max-width: 80px;
        max-height: 80px;
    }
}
.wc-waiting-message img {
    width: 100%;
}
.ac-container p {
    white-space: pre-wrap !important;
    font-weight: 900;
}
.ac-pushButton {
    white-space: pre-wrap !important;
}
@media screen and (max-width: 767px) {
    .wc-message-groups {
        top: 8em;
    }
    .wc-message {
        max-width: 80% !important;
    }
}
.wc-message-from {
    font-size: 11px;
    line-height: 2em;
    margin-top: 5px;
    position: relative;
    clear: both;
    display: none ;
}
.wc-message-from:before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    font-weight: 900;
    color: #fff;
}
.wc-message-from-bot {
    float: left;
    margin-left: 3px;
}
.wc-message-from-bot .wc-message-content {
    padding-left: 0.8em;
    color: #0065A6;
    background: #fff;
    border: #0065A6 2px solid;
    border-radius: 10px;
    font-weight: bold;
}
.wc-message-from-bot svg.wc-message-callout path {
    fill: #0065A6;
}
.wc-message-from-bot svg.wc-message-callout path.point-right {
    display: none;
}
.wc-message-from-bot svg.wc-message-callout {
    left: -6px;
}
.wc-card {
    background: #fff;
    width: inherit !important;
    height: 98% !important;
    list-style: none;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
}
.wc-card button {
    color: #fff;
    width: 100%;
    min-height: 32px;
    vertical-align: bottom;
    padding: 0 1em;
    text-align: center;
    background: #0065A6;
    border: #0065A6 1px solid;
    border-radius: 5px;
}
.wc-card button:hover {
    color: #0065A6;
    background: #fff;
}
.wc-card button:active {
    color: #fff;
    border: #0071cf 2px solid;
    background: #0071cf;
}
.wc-card img {
    background: #fff !important;
    border: #ccc 1px solid;
    width: inherit;
    height: 250px;
    margin: 0 auto;
    display: block;
}
.wc-card img:active,
.wc-card img:hover {
    border-color: #0065A6;
    cursor: pointer; }

@media screen and (max-width: 767px) {
    .wc-card {
        max-width: 500px;
    }
}
.wc-card.receipt table {
    border-collapse: collapse;
    width: 100%;
}
.wc-card.receipt th,
.wc-card.receipt td {
    text-align: right;
    vertical-align: top;
}
.wc-card.receipt th:first-child,
.wc-card.receipt td:first-child {
    text-align: left;
}
.wc-card.receipt th {
    color: #808c95;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.75;
}
.wc-card.receipt thead tr:last-child th {
    padding-bottom: 16px;
}
.wc-card.receipt th[colspan="2"] {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
}
.wc-card.receipt td {
    padding: 4px 8px 0 8px;
}
.wc-card.receipt td img {
    float: left;
    margin: 5px 8px 8px 0;
    max-height: 50px;
    max-width: 50px;
}
.wc-card.receipt div.title {
    font-weight: bolder;
}
.wc-card.receipt div.subtitle {
    font-weight: lighter;
}
.wc-card.receipt tbody tr,
.wc-card.receipt tfoot tr {
    border-top: 1px solid #d2dde5;
}
.wc-card.receipt tbody tr:first-child,
.wc-card.receipt tfoot tr:first-child {
    border-top-width: 2px;
}
.wc-card.receipt tfoot td {
    line-height: 2.25;
}
.wc-card.receipt tfoot .total {
    font-weight: bold;
}
.wc-card.error {
    text-align: center;
}
.wc-card.error .error-icon {
    fill: #ccc;
    height: 56px;
    margin-top: 20px;
    margin-bottom: 2px;
    padding-left: 12px;
}
.wc-card.error .error-text {
    color: #ccc;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: inherit;
}
.wc-card .non-adaptive-content {
    margin: 8px 8px 0 8px;
    box-sizing: border-box;
}
.wc-adaptive-card {}
.wc-wide .wc-card {
    border: 1px solid #d2dde5;
}
.wc-wide .wc-adaptive-card {}
.wc-narrow .wc-card {
    border: 1px solid #d2dde5;
}
.wc-narrow .wc-adaptive-card {}
.wc-adaptive-card p {
    margin-left: 0;
    margin-right: 0;
}
.wc-list > .wc-card {
    margin-top: 8px;
}
.wc-list > .wc-card:first-child {
    margin-top: 0;
}
.wc-card.thumbnail img {
    float: right;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.wc-card.signin h1 {
    margin: 10px 24px 16px 14px;
}
.wc-card img {
    border: #ccc 2px solid;
    background: #fff !important;
    margin: 0 auto;
}
.wc-list img {
    margin: 0 auto;
}
.wc-list img {
    width: 300px;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.ac-image {
    background: transparent;
}
.wc-carousel {
    position: relative;
    background: transparent;
}
.wc-carousel button.scroll:disabled {
    display: none;
}
.wc-carousel button.scroll {
    width: 40px;
    height: 40px;
    padding: 0;
    top: 50%;
    position: absolute;
    overflow: hidden;
    z-index: 5000;
    background: #0065A6;
    border: #fff 2px solid;
    border-radius: 5px;
}
.wc-carousel button.scroll:focus,
.wc-carousel button.scroll:hover {
    background: #fff;
    border: #0065A6 2px solid;
}
.wc-carousel button.scroll svg {
    fill: #fff;
    margin: 0.2em;
}
.wc-carousel button.scroll svg:hover {
    fill: #0065A6;
}
.wc-carousel button.scroll.previous {
    left: -20px;
}
.wc-carousel button.scroll.next {
    right: -20px;
}
.wc-carousel .wc-hscroll > ul {
    margin-left: 0;
}
.wc-carousel .wc-hscroll > ul > li {
    padding: 0 5px;
}
.wc-carousel .wc-hscroll > ul > li:last-child {
    padding-right: 0;
}
.wc-carousel li p {
    min-height: 40em;
    white-space: normal;
}
.wc-carousel li .wc-adaptive-card p {
    min-height: initial;
}
.wc-carousel-item li {
    background: transparent;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    min-height: 250px;
    min-width: 250px;
}
.wc-carousel-item div.ac-container {
    min-width: 250px;
    padding: 0 1em;
    max-width: 350px !important;
}
.wc-carousel-item div.ac-container img {
    width: inherit !important;
    height: inherit !important;
}
.custom-icon {
    text-align: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    float: left;
}
.custom-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .custom-icon {
        width: 30px;
        height: 30px;
    }
}
.wc-message-from-me {
    float: right;
    margin-right: 6px;
}
.wc-message-from-me div {
    text-align: left;
}
.wc-message-from-me .wc-message-content {
    color: #fff;
    background: #0065A6;
    border: #0065A6 2px solid;
    border-radius: 10px;
    font-weight: bold;
}
.wc-message-from-me svg.wc-message-callout path {
    fill: #0065A6;
}
.wc-message-from-me svg.wc-message-callout path.point-left {
    display: none;
}
.wc-message-from-me svg.wc-message-callout {
    right: -6px;
}
.wc-custom-menu {
    text-align: center;
    border: none;
    width: 100%;
    height: 150px;
    right: 0;
    left: 0;
    bottom: 0.5em;
    position: absolute;
    padding-bottom: 1em;
    box-sizing: border-box;
    display: block;
    background: #efefef;
    box-shadow: -3em 0 0 5px #efefef, 0 -5px 0 #efefef;
}
.wc-custom-menu button {
    color: #fff;
    display: inline-grid;
    vertical-align: bottom;
    font-weight: 800;
    background: #0065A6;
    border: #0065A6 2px solid;
    font-size: 95%;
    width: 30%;
    height: 3em;
    margin: 0.3%;
    padding: 0.5em 0 !important;
    line-height: 1.2;
}
.wc-custom-menu button:hover {
    background: #fff;
    color: #0065A6;
}
.wc-custom-menu button img {
    object-fit: contain;
    width: 20%;
    height: 20px;
    margin: 0 auto;
}
.wc-custom-menu button span {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
@media screen and (max-width: 1080px) {
    .wc-custom-menu button {
        font-size: 85%;
    }
}
@media screen and (max-width: 767px) {
    .wc-custom-menu button {
        padding: 0.11em;
        min-height: 40px;
        max-height: 45px;
    }
    .wc-custom-menu button img {
        width: 0;
        height: 0;
        margin: 0;
    }
}
.wc-custom-menu .button-disabled {
    color: #ccc;
    border: #ccc dotted 2px;
    background: rgb(100, 100, 100, 0.5);
}
.no-custom-menu {
    bottom: 70px !important;
    margin-bottom: 1.5em;
}
@media screen and (min-width: 1081px) {
    .wc-custom-menu {
        width: calc(100% - 2em);
        margin-left: 2em;
    }
}
@media screen and (max-width:1080px) {
    .wc-message-groups {
        top: 8em;
        bottom: 10em;
        margin-bottom: 0.5em;
    }
    .no-custom-menu {
        bottom: 3em;
        margin-bottom: 1.5em;
    }
    .wc-custom-menu {
        width: calc(100% - 3em);
        margin-left: 3em;
    }
}
@media screen and (max-width: 767px) {
    .wc-message-groups {
        top: 88px;
        bottom: 16.5em;
    }
    .no-language-selector {
        margin-top: 20px !important;
    }
    .no-language-selector.show-actions {
        top: 0;
    }
    .no-custom-menu {
        bottom: calc( 5% + 4em) !important;
    }
    .wc-custom-menu {
        height: calc(5% + 9.5em);
        bottom: 4.2em;
        width: 100%;
        margin-left: auto;
    }
}
@media screen and (max-width: 400px) {
    .wc-custom-menu {
        height: 10em;
        bottom: calc(5% + 3.8em);
        width: 100%;
        margin-left: auto;
    }
}
.wc-console {
    box-sizing: border-box;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    font-weight: 800;
    background: #fff;
    border: #e5e5e5 5px solid;
    padding: 0.5em;
    z-index: 160;
}
@media screen and (max-width: 767px) {
    .wc-console {
        padding: 0;
        height: 60px;
        bottom: 5%;
    }
}
.wc-console > .wc-upload,
.wc-console > .wc-textbox,
.wc-console > .wc-send,
.wc-console > .wc-mic {
    position: absolute;
    top: 0;
    vertical-align: middle;
}
.wc-console label,
.wc-console button {
    cursor: pointer;
    display: inline-block;
    height: 40px;
}
.wc-console button:hover {
    background: transparent;
    border: none;
}
.wc-console .wc-textbox {
    bottom: 0;
    left: 11px;
    right: 49px;
}
.wc-console .wc-textbox input {
    background-color: transparent;
    font-size: 16px;
}
.wc-console svg {
    fill: #8a8a8a;
    margin: 11px;
}
.wc-console input[type=text],
.wc-console textarea {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
}
.wc-console.has-text .wc-send svg {
    fill: #0071cf;
}
.wc-console .wc-send {
    right: 0;
}
.wc-console .wc-send svg {
    height: 18px;
    width: 27px;
}
.wc-console .wc-send.hidden {
    visibility: hidden;
}
.wc-console .wc-mic,
.wc-console .wc-send {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: 0;
}
.wc-console .wc-mic.hidden,
.wc-console .wc-send.hidden {
    visibility: hidden;
}
.wc-console .wc-mic.active path#micFilling {
    fill: #4e3787;
}
.wc-console .wc-mic.inactive path#micFilling {
    visibility: hidden;
}
.wc-console .wc-upload {
    cursor: pointer;
    position: relative;
}
.wc-console .wc-upload svg {
    height: 18px;
    width: 26px;
}
.wc-console #wc-upload-input {
    font-size: 0;
    height: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.wc-console.has-upload-button .wc-textbox {
    left: 48px;
}
.wc-typing {
    background-image: url("data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4tzf4dXX2d3f4d7h4tnc3tve383P0MrMzs7Q0sjKzNLU1s/R08jKy9DT1NfZ293g4efp68bIyby+v9bZ27q8vdHT1c7R0uvt78nLzM/R0tjb3ens7bO0tbS2t7GztK+xsrW3uK6vsLe4utfa3L/Awtzf4MnLzamqq5WWl66wsbm7vNrd3uXo6a2ur6yurp2en6KjpKusrZ+goKeoqers7urt7peXmIGBgYSEhHx8fJmamqipqnZ2doqLi8XHyY2NjpGSkpOUlJiYmZOTlI+QkJqbm4eIiJucnIuMjP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOklu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");
    background-repeat: no-repeat;
    height: 20px;
    width: 64px;
}
.wc-animate-scroll {
    left: 0;
    position: absolute;
    transition: left .8s ease;
}
.wc-animate-scroll-rapid {
    left: 0;
    position: absolute;
    transition: left .4s ease;
}
.wc-animate-scroll-near {
    left: 0;
    position: absolute;
    transition: left .3s ease-in-out;
}
.format-markdown > p {
    margin-bottom: 0px;
}
.format-markdown code {
    white-space: pre-wrap;
}
.format-markdown + div {
    margin-top: 8px;
}
.format-markdown ol {
    padding-left: 30px;
}
.format-markdown ul {
    padding-left: 30px;
}
.wc-icon-download {
    vertical-align: top;
    width: 12px;
    height: 20px;
    margin-left: 8px;
    display: inline-block;
}
.wc-text-download {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.wc-message-from-bot a.wc-link-download:link,
.wc-message-from-bot a.wc-link-download:visited {
    color: #000;
    opacity: 1;
}
.wc-message-from-bot a.wc-link-download:link .wc-icon-download,
.wc-message-from-bot a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#000000" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-message-from-bot a.wc-link-download:hover {
    color: #0078d7;
    opacity: 1;
}
.wc-message-from-bot a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-message-from-bot a.wc-link-download:active {
    color: #0078d7;
    opacity: 0.8;
}
.wc-message-from-bot a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-message-from-me a.wc-link-download:link,
.wc-message-from-me a.wc-link-download:visited {
    color: #fff;
    opacity: 1;
}
.wc-message-from-me a.wc-link-download:link .wc-icon-download,
.wc-message-from-me a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-message-from-me a.wc-link-download:hover {
    color: #fff;
    opacity: 0.8;
}
.wc-message-from-me a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-message-from-me a.wc-link-download:active {
    color: #fff;
    opacity: 0.6;
}
.wc-message-from-me a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}
.wc-time {
    color: #999;
    margin-bottom: 10px;
}
.wc-suggested-actions {
    background: #f9f9f9;
    height: 0;
    right: 0;
    left: 0;
    bottom: 50px;
    position: absolute;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0, 0, 0.5, 1);
}
.wc-suggested-actions.disabled {
    bottom: 0;
}
.wc-suggested-actions .wc-hscroll > ul {
    height: 40px;
    padding: 2px 3px;
}
.wc-suggested-actions .wc-hscroll > ul > li {
    display: inline-block;
    margin: 2px;
    max-width: 40%;
}
.wc-suggested-actions .wc-hscroll > ul > li button {
    color: #0078d7;
    text-overflow: ellipsis;
    background-color: #fff;
    width: 100%;
    min-height: 32px;
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
}
.wc-suggested-actions .wc-hscroll > ul > li button:focus,
.wc-suggested-actions .wc-hscroll > ul > li button:hover {
    background-color: #fff;
    border-color: #0078d7;
    color: #0078d7;
}
.wc-suggested-actions .wc-hscroll > ul > li button:active {
    background-color: #0078d7;
    border-color: #0078d7;
    color: #ffffff;
}
.wc-suggested-actions button.scroll {
    background-color: #d2dde5;
    width: 28px;
    height: 40px;
    top: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
}
.wc-suggested-actions button.scroll:disabled {
    display: none;
}
.wc-suggested-actions button.scroll:focus,
.wc-suggested-actions button.scroll:hover {
    background-color: #808c95;
}
.wc-suggested-actions button.scroll svg {
    fill: #fff;
}
.wc-suggested-actions button.scroll svg path {
    transform: translateY(6px);
}
.wc-suggested-actions button.scroll.previous {
    left: 0;
}
.wc-suggested-actions button.scroll.next {
    right: 0;
}
.wc-message-pane.show-actions .wc-message-groups {
    top: 78px;
    transform: translateY(-40px);
}
.wc-message-pane.show-actions .wc-suggested-actions {
    height: 40px;
}
.wc-chatview-panel {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
@keyframes animationFrames {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {}
}
.wc-hscroll-outer {
    overflow: hidden;
}
.wc-hscroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
.wc-hscroll > ul {
    white-space: nowrap;
}
.wc-hscroll > ul > li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.wc-hscroll ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: inherit;
}
.wc-app audio,
.wc-app video {
    display: block;
}
.wc-hidden {
    visibility: hidden;
}
.wc-custom-menu-toggle {
    position: absolute;
    right: 2em;
    width: 50px;
    height: 50px;
    left: 0.5em;
    z-index: 150;
}
.wc-custom-menu-toggle {
    bottom: 50px;
}
.no-custom-menu {
    bottom: 50px;
}
.wc-custom-menu-toggle.wc-custom-menu-show {
    bottom: 6em;
    margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
    .wc-custom-menu-toggle.wc-custom-menu-show {
        bottom: 6em;
        margin-bottom: 1em;
    }
}
.wc-custom-menu-toggle button {
    font-weight: bold;
    color: #0078d7;
    border-radius: 5px;
    height: calc(50px - 0.5em);
    padding: 0.5em;
    text-indent: -9999px;
    border: none;
    content: '';
    width: 80%;
    height: 80%;
    background-size: 100% 100%;
    color: #000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110.6 110.6' fill='%230B4382'%3E%3Cpath d='M55.5.2h0A55.4,55.4,0,0,0,.2,55.5h0a55.4,55.4,0,0,0,55.3,55.3h0a55.4,55.4,0,0,0,55.3-55.3h0A55.4,55.4,0,0,0,55.5.2Zm8.3,68-8.3,8.3-8.3-8.3L28,49l8.3-8.3L55.5,59.9,74.7,40.7,83,49Z' /%3E%3C/svg%3E");
    transition-duration: .3s;
    transition-property: opacity;
}
.wc-custom-menu-toggle button.active {
    transform: scale(1, -1);
}

.wc-custom-menu-toggle button:hover {
    opacity: .7;
}
.wc-custom-menu-toggle button:hover {}
@media screen and (max-width: 767px) {
    .wc-custom-menu-toggle {
        width: 30px;
        height: 30px;
    }
    .wc-custom-menu-toggle {
        bottom: calc(5% + 05.8em) ; }
    .wc-custom-menu-toggle.wc-custom-menu-show {
        bottom: 16.8em;
        margin-bottom: 0.5em;
    }
}
.wc-custom-menu {
    opacity: 0;
    z-index: -10;
}
.wc-custom-menu.wc-custom-menu-show {
    opacity: 1;
    z-index: 0;
}
.wc-transition-on {
    transition: bottom 0.2s, opacity 0.2s;
}

/* for wc-configs */
.wc-configurature {
    float: right;
    cursor: pointer;
    position: absolute;
    fill: #0065A6 ;
    top: 4em;
    right: 1em;
    z-index: 1000;
    }

.wc-configurature:hover { fill:#FFBC00 }

.wc-configs {
    position: absolute;
    width: 50%;
    height: 30%;
    left: 25%;
    top: 25%;
    display: flex;
    vertical-align: center;
    border: #FFBC00 3px solid;
    align-items: center;
    box-shadow: 0 .5em 0 0 #FFBC00;
    border-radius: 10px
    }

.wc-configs-hide { display: none }

.wc-configs-header {
    top: 0;
    color: #fff;
    font-size: 1.5em;
    border-radius: 8px 8px 0 0
    }

.wc-configs-footer {
    bottom: 0;
    border-top: 1px solid;
    border-radius: 0 0 8px 8px
    }

.wc-configs-header, .wc-configs-footer {
    position: absolute;
    width: 100%;
    height: 15%;
    background: rgba( 0, 101, 166, .95)
    }

.wc-configs-body {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 15%;
    flex-direction: column;
    background: rgba( 234, 248, 255, .95);
    }

/* for IE10,11 */
@media all and (-ms-high-contrast: none){
.wc-configs-header, .wc-configs-footer {
    background: #0065A6 }
.wc-configs-body {
    background: #fff}
}

.wc-configs-footer, .wc-configs-header, .wc-configs-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-configs-languages-field {
    display: inline-flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

.wc-configs-footer-button {
    background: #fff;
    border: none;
    border-radius: 10px;
}
.wc-configs-footer-button::before {
    color: #222633;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em

}
.wc-configs-footer-button:hover {
    color: #fff;
    background: #0065A6;
    fill: #0065A6}

/* config-checkbox */
.wc-configs-body p {
    width: 15em;
    margin: .2em auto;
    text-align: left
    }

#alwaysSpeakCheckbox,
#autoListenAfterSpeakCheckbox { display: none }

label[for="alwaysSpeakCheckbox"],
label[for="autoListenAfterSpeakCheckbox"]{
    position: relative;
    display: block;
    padding: .5em 0;
    padding-right: 35px;
    cursor: pointer
    }

input#alwaysSpeakCheckbox[type='checkbox'],
input#autoListenAfterSpeakCheckbox[type='checkbox']{
    position: absolute;
    visibility: hidden !important;
    }

label[for='alwaysSpeakCheckbox']::before,
label[for='alwaysSpeakCheckbox']::after,
label[for='autoListenAfterSpeakCheckbox']::before,
label[for='autoListenAfterSpeakCheckbox']::after
    {
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -7.5px;
    content: ''
    }

label[for='alwaysSpeakCheckbox']::before,
label[for='autoListenAfterSpeakCheckbox']::before
    {
    right: 0;
    width: 40px;
    height: 20px;
    border: 2px solid #DAD9D7;
    border-radius: 15px;
    background: #E6E5E4
    }

input#alwaysSpeakCheckbox[type='checkbox']:checked + label[for='alwaysSpeakCheckbox']::before,
input#autoListenAfterSpeakCheckbox[type='checkbox']:checked + label[for='autoListenAfterSpeakCheckbox']::before
    {
    border: 2px solid #DAD9D7;
    background: #fff
    }



label[for='alwaysSpeakCheckbox']::after,
label[for='autoListenAfterSpeakCheckbox']::after
    {
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    border-radius: 50%;
    background: #bdbdbd
    }


input#alwaysSpeakCheckbox[type='checkbox']:checked + label[for='alwaysSpeakCheckbox']::before,
input#autoListenAfterSpeakCheckbox[type='checkbox']:checked + label[for='autoListenAfterSpeakCheckbox']::before
    {
    border: 2px solid #DAD9D7;
    background: #fff
    }



input#alwaysSpeakCheckbox[type='checkbox']:checked + label[for='alwaysSpeakCheckbox']::after,
input#autoListenAfterSpeakCheckbox[type='checkbox']:checked + label[for='autoListenAfterSpeakCheckbox']::after
    {
    right: 0;
    background: #0065A6
    }







