/* reset */


/* @font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../images/fonts/IBMPlexSans-Regular.ttf");
} */


/* @font-face {
  font-family: "IBMPlexSans-Medium";
  src: url("../images/fonts/IBMPlexSans-Medium.ttf");
} */

@font-face {
    font-family: "SF-Pro-Display-Regular";
    src: url("../images/fonts/SF-Pro-Display-Regular.otf");
}

@font-face {
    font-family: "SF-Pro-Display-Medium";
    src: url("../images/fonts/SF-Pro-Display-Medium.otf");
}

.wc-app button {
    background-color: #0078d7;
    border: 1px solid #cccccc;
    border-radius: 1px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.wc-message-from-bot a {
    color: #FFF233 !important;
}

#bot .ac-pushButton {
    background: #fff;
}

/* disabling the pdf format */
.wc-message-wrapper a[href^='blob'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #486622 !important;
}

/* ends */

.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;
}

.wc-app audio,
.wc-app video {
    display: block;
}


/* docking */

.wc-hidden {
    visibility: hidden;
}

.wc-time {
    color: #999999;
    margin-bottom: 10px;
}

.wc-message-groups.no-header {
    top: 0;
}

.wc-message-groups.disabled {
    bottom: 0;
}

.wc-message-group-content {
    overflow: hidden;
}

.wc-suggested-actions {
    bottom: 57px;
    height: 0;
    left: 5%;
    overflow: hidden;
    position: absolute;
    right: 0;
    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-table;
            display: -ms-inline-table;
            margin: 2px;
            max-width: 40%;
        }

            .wc-suggested-actions .wc-hscroll > ul > li button {
                background-color: #dbdee1;
                color: #000;
                min-height: 32px;
                overflow: hidden;
                padding: 0px 16px;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                border-radius: 18px;
                border: none;
            }

                .wc-suggested-actions .wc-hscroll > ul > li button:focus,
                .wc-suggested-actions .wc-hscroll > ul > li button:hover {
                    background-color: #808080;
                    border-color: #808080;
                    color: #fff;
                }

                .wc-suggested-actions .wc-hscroll > ul > li button:active {
                    background-color: #808080;
                    border-color: #808080;
                    color: #fff;
                }

    .wc-suggested-actions button.scroll {
        background-color: #d2dde5;
        height: 40px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .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: #ffffff;
        }

            .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: auto;
    width: 90%;
    /* background: black; */
}


/* views */

.wc-chatview-panel {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 75% !important;
    bottom: 0;
    bottom: 4%;
    min-height: 600px !important;
}


/* messages */

.wc-message-wrapper {
    animation: animationFrames 2s;
    animation-iteration-count: 1;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    /*transition: max-height 2s ease-in-out;*/
}

@keyframes animationFrames {
    0% {
        /*max-height: 0;*/
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        /*max-height: 2000px;*/
    }
}

.wc-message {
    position: relative;
}

.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-content.selected {
    box-shadow: 0px 1px 1px 0px #ffa333;
}

.wc-message-content img {
    max-height: 320px;
    max-width: 100%;
}

.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-message-from {
    clear: both;
    color: #767676;
    font-size: 11px;
    margin-top: 5px;
}

.wc-card .non-adaptive-content {
    margin: 8px 8px 0 8px;
}

.wc-card button {
    background-color: transparent;
    color: #0078d7;
    min-height: 32px;
    width: 100%;
    padding: 0 16px;
}

    .wc-card button:hover {
        background-color: transparent;
        border-color: #0078d7;
        color: #0078d7;
    }

    .wc-card button:active {
        background-color: #0078d7;
        border-color: #0078d7;
        color: #ffffff;
    }

.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.thumbnail img {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100px;
}

.wc-card.signin h1 {
    margin: 10px 24px 16px 14px;
}

.wc-card.error {
    text-align: center;
}

    .wc-card.error .error-icon {
        fill: #cccccc;
        height: 56px;
        margin-bottom: 2px;
        margin-top: 20px;
        padding-left: 12px;
    }

    .wc-card.error .error-text {
        color: #cccccc;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        text-align: inherit;
    }


/* alternate chat sizes */

.wc-adaptive-card {
    width: 99% !important;
}

.wc-wide .wc-card {
    border: 1px solid #d2dde5;
    width: 398px;
}

.wc-wide .wc-adaptive-card {
    width: 414px;
}

.wc-narrow .wc-card {
    border: 1px solid #d2dde5;
    width: 198px;
}

.wc-narrow .wc-adaptive-card {
    width: 214px;
}


/* adaptive card adjustments from wc-card */

.wc-adaptive-card p {
    margin-left: 0;
    margin-right: 0;
}


/* list */

.wc-list > .wc-card {
    margin-top: 8px;
}

    .wc-list > .wc-card:first-child {
        margin-top: 0;
    }


/* horizontal scroll */

.wc-hscroll-outer {
    /* allow horizontal scrolling but hide the scrollbar */
    overflow: hidden;
}

.wc-hscroll {
    /* allow horizontal scrolling but hide the scrollbar */
    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;
        }


/* carousel */

.wc-carousel {
    position: relative;
}

    .wc-carousel button.scroll {
        background-color: #d2dde5;
        height: 28px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 28px;
    }

        /* .wc-carousel button.scroll:disabled {
	display: none;
} */

        .wc-carousel button.scroll:focus,
        .wc-carousel button.scroll:hover {
            background-color: #808c95;
        }

        .wc-carousel button.scroll svg {
            fill: #ffffff;
        }

        .wc-carousel button.scroll.previous {
            left: -16px;
        }

        .wc-carousel button.scroll.next {
            right: -16px;
        }

    .wc-carousel .wc-hscroll > ul {
        margin-left: -4px;
    }

        .wc-carousel .wc-hscroll > ul > li {
            padding: 0 4px;
        }

            .wc-carousel .wc-hscroll > ul > li:last-child {
                padding-right: 0;
            }

    .wc-carousel li p {
        min-height: 4em;
        white-space: normal;
    }

    .wc-carousel li .wc-adaptive-card p {
        min-height: initial;
    }


/* from me */

.wc-message-from-me {
    float: right;
    margin-right: 0px;
}

    .wc-message-from-me.wc-message-from {
        text-align: right;
    }

    /*.wc-message-from-me .wc-message-content {
	background-color: #162b54;
	color: #ffffff;
}*/

    .wc-message-from-me svg.wc-message-callout path {
        fill: #486622;
        display: none;
    }

        .wc-message-from-me svg.wc-message-callout path.point-left {
            display: none;
        }

    .wc-message-from-me svg.wc-message-callout {
        right: -6px;
    }

.wc-message-from-bot svg.wc-message-callout path {
    fill: #eaeaea;
}

    .wc-message-from-bot svg.wc-message-callout path.point-right {
        display: none;
    }

.wc-message-from-bot svg.wc-message-callout {
    left: -6px;
}


/* console */

.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 svg {
    fill: #8a8a8a;
    margin: 11px;
}

.wc-console input[type="text"],
.wc-console textarea {
    border: none;
    height: 100%;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
}

.wc-console.has-text .wc-send svg {
    fill: #0078d7;
}

.wc-console .wc-upload {
    cursor: pointer;
    display: block !important;
    position: absolute;
    left: 0;
}

    .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 .wc-send {
    right: 0;
}

    .wc-console .wc-send.hidden {
        visibility: hidden;
    }

.wc-console.has-upload-button .wc-textbox {
    left: 48px;
}

.wc-console .wc-textbox {
    bottom: 0;
    left: 11px;
    right: 49px;
}

    .wc-console .wc-textbox input {
        background-color: transparent;
    }

.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-send svg {
        height: 18px;
        width: 27px;
    }

    .wc-console .wc-mic.active path#micFilling {
        fill: #4e3787;
    }

    .wc-console .wc-mic.inactive path#micFilling {
        visibility: hidden;
    }

.wc-console.has-text .wc-send svg {
    fill: #0078d7;
}


/* animation */

.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 0.8s ease;
}

.wc-animate-scroll-rapid {
    left: 0;
    position: absolute;
    transition: left 0.4s ease;
}

.wc-animate-scroll-near {
    left: 0;
    position: absolute;
    transition: left 0.3s ease-in-out;
}


/* text formats */

.format-markdown > p {
    margin-bottom: 0px;
    line-height: 18px;
}

.format-markdown code {
    white-space: pre-wrap;
}

.format-markdown + div {
    margin-top: 8px;
}

.format-markdown ol {
    padding-left: 30px;
    /* numbers are right-aligned to the period */
}

.format-markdown ul {
    padding-left: 33px;
}


/* browser scrollbar customization */

.wc-app ::-webkit-scrollbar * {
    background-color: transparent;
}


/* download button for Unknown media */

.wc-icon-download {
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    vertical-align: top;
    width: 12px;
}

.wc-text-download {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}

.wc-message-from-bot a.wc-link-download:link,
.wc-message-from-bot a.wc-link-download:visited {
    color: #000000;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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;
    }

@font-face {
    font-family: "Font Name";
    src: url("../images/fonts/icomoon.ttf") format("truetype");
}

@font-face {
    font-family: "icomoon";
    src: url("../images/fonts/icomoon.eot");
    /* IE9 Compat Modes */
    src: url("../images/fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../images/fonts/icomoon.woff") format("woff"),
    /* Modern Browsers */
    url("../images/fonts/icomoon.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../images/fonts/icomoon.svg") format("svg");
    /* Legacy iOS */
}

.wc-message.wc-message-from-bot {
    background-image: url(../images/firstsource-bot.png);
    background-repeat: no-repeat;
    background-position: left top;
    /*background-size: 22px 30px;*/
    content: "";
}

.wc-message.wc-message-from-me {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 26px 26px;
}

.wc-message-from-me {
    padding-right: 9%;
    min-width: 31%;
    max-width: 82%;
}

    .wc-message-from-me svg.wc-message-callout {
        right: 27%;
    }
@media only screen and (max-width: 400px) {
    .onLoadChatDisableIcon {
        width: 2rem;
        height: 2rem;
    }
    .onLoadChatIcon {
        width: 2rem;
        height: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .onLoadChatDisableIcon {
        width: 3rem;
        height: 3rem;
    }
    .onLoadChatIcon {
        width: 3rem;
        height: 3rem;
    }
}
.onLoadChatDisableIcon {
    display: none;
    background-image: url(../images/chat-bot-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8px;
    cursor: default;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    font-family: "SF-Pro-Display-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,Apple Color Emoji,sans-serif";
    position: fixed;
    right: 4%;
    bottom: 3%;
    opacity: 0.8;
    /* animation: pulse 1.5s ease-in-out infinite both; */
    /* animation: anime 1s ease-in-out infinite both; */
}

.onLoadChatIcon {
    background-image: url(../images/chat-bot-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border: 2px solid black;
    border-radius: 50%;
    text-align: center;
    font-family: "SF-Pro-Display-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,Apple Color Emoji,sans-serif";
    position: fixed;
    right: 4%;
    bottom: 3%;
    /*animation: pulse 1.5s ease-in-out infinite both;*/
    animation: anime 1s ease-in-out infinite both;
}



    .onLoadChatIcon:hover {
        background-image: url(../images/chat-bot-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 8px;
        cursor: pointer;
        color: #fff;
        width: 4rem;
        height: 4rem;
        border: 2px solid black;
        border-radius: 50%;
        text-align: center;
        font-family: "SF-Pro-Display-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,Apple Color Emoji,sans-serif";
        /*position: fixed;
    right: 16%;
    bottom: 1%;*/
        /*animation: pulse 1.5s ease-in-out infinite both;*/
        animation: anime 1s ease-in-out infinite both;
    }

/*.onLoadChatIcon:hover{
    background:none !important;

}*/

@-webkit-keyframes anime {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* pulse added here */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*#bot {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}*/


.languageButtons {
    background-color: #588025;
    border: 2px solid #588025;
    color: #fff;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 4%;
    width: 42%;
    bottom: 5%;
    border-radius: 24px;
}

/* bubble message Css */

.chat-container {
    position: fixed;
    bottom: 14%;
    right: 3%;
}


.chat-bubble-1 {
    display: none;
    width: 230px;
    height: 75px;
    background-color: #6B8E23;
    text-align: center;
    padding: 0.5rem;
    line-height: 52px;
    color: #fff;
    border-radius: 15px;
    position: relative;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    /*box-shadow: 6px -4px black;*/
}

    .chat-bubble-1::after {
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 109%;
        left: 70%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }

#bubbleMessage1 {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 18px;
}

#bubbleEndGoodbye {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 18px;
}

.chat-bubble-2 {
    display: none;
    width: 170px;
    height: 56px;
    background-color: #6B8E23;
    text-align: center;
    padding: 0.2rem;
    line-height: 58px;
    color: #fff;
    border-radius: 27px;
    position: relative;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    .chat-bubble-2::after {
        content: '';
        position: absolute;
        height: 24px;
        width: 26px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 100%;
        left: 74%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }

/* end */


/* starModal Css */

.modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #e70d0d; */
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50% !important;
    border-radius: 23px;
    /*height: 50%;*/
    font-family: sans-serif;
    padding-top: 5px !important;
}

.modal-header1 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}


.rating-widget1 {
    display: flex;
    flex-direction: column;
}

.text-center1 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    margin-left: auto;
    font-size: 28px;
    font-weight: bold;
    float: right;
    align-self: flex-start;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.success-box1 {
    color: green;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.text-message1 {
    line-height: 2;
}

/* Rating Star Widgets Style */
.rating-stars1 ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars1 ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars1 ul > li.star > i.fa {
            font-size: 2.5em;
            /* Change the size of the stars */
            color: #ccc;
            /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars1 ul > li.star.hover > i.fa {
            color: #ffcc36;
        }

        /* Selected state of the stars */
        .rating-stars1 ul > li.star.selected > i.fa {
            color: #ff912c;
        }

.btn-submit1 {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 20px;
    background-color: #588025 !important;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.success-submit1 {
    font-size: 20px;
    background-color: green;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: none;
}

.feedback1 {
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
}

.feedback-header1 {
    width: 100px;
    height: 100px;
}

    .feedback-header1 img {
        width: 100%;
    }


/* starModal ends */


.english {
    background-color: #588025;
    left: 4%;
}

.wc-upload > svg > path {
    display: none !important;
}

.wc-chatview-panel {
    /* width: 25%; */
    /* border-left: 2px solid #dbdee1; */
    border: 1px solid #e4e4e4;
    /* -webkit-box-shadow: 0px 3px 46px -13px rgba(0,0,0,0.46); */
    -moz-box-shadow: 0px 3px 46px -13px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 3px 46px -13px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 12px 12px;
}

.chatIConNew {
    cursor: pointer;
    float: right;
    margin-right: 9%;
    margin-top: 0px;
    font-size: 21px;
}

.chatIConMute {
    cursor: pointer;
    float: right;
    margin-right: 9%;
    margin-top: 0px;
    font-size: 21px;
}

.centrelignV {
    position: absolute;
    /*margin: 20% -19%;*/
    left: 25%;
    top: 30%;
    font-size: 26px;
}

#buttonsWrap {
    position: absolute;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.fslwelcomeText {
    padding: 15px;
    font-family: SF-Pro-Display-Regular, -apple-system, BlinkMacSystemFont, Helvetica Neue, Apple Color Emoji, sans-serif;
}

#bot > .wc-chatview-panel,
#botSpanish > .wc-chatview-panel {
    position: absolute;
    left: 75%;
    bottom: 0;
    width: 100%;
    min-height: 600px !important;
}

.englishLogo {
    width: 32px;
    height: 25px;
    padding: 3px;
    margin-left: -10%;
    vertical-align: middle;
}

.myBtn {
    display: none !important;
}

.wc-suggested-actions .wc-hscroll > ul {
    height: auto;
    padding: 2px 3px;
    /* display: contents; */
}

.wc-suggested-actions button.scroll {
    background-color: #d2dde5;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 28px;
    visibility: visible;
}

a.ac-anchor {
    text-decoration: none !important;
    color: rgb(0, 0, 0);
}


/* Jayaram CSS starts*/

.wc-chatview-panel {
    /* width: 25%; */
    /* border-left: 2px solid #dbdee1; */
    border: 1px solid #e4e4e4;
    /* -webkit-box-shadow: 0px 3px 46px -13px rgba(0,0,0,0.46); */
    -moz-box-shadow: 0px 3px 46px -13px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 3px 46px -13px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 12px 12px;
}

.wc-header {
    /*background-color: #588025;*/
    background-color: #486622;
    font-family: SF-Pro-Display-Medium, -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
    /* background-color: #0078d7; */
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #ffffff;
    /* font-weight: 500; */
    height: 26px;
    font-size: 14px;
    left: 0;
    letter-spacing: 0.5px;
    padding: 12px 8px 4px 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

body .wc-app,
.wc-app button,
.wc-app input,
.wc-app textarea {
    font-family: SF-Pro-Display-Regular, -apple-system, BlinkMacSystemFont, Fira Sans, Helvetica Neue, Apple Color Emoji, sans-serif;
    font-size: 14px;
}

.wc-message-groups {
    bottom: 130px;
    left: 0;
    transform: translateY(0);
    outline: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0px 0px 0px;
    position: absolute;
    height: auto;
    /* height: 461px; */
    right: 0;
    top: 38px;
    transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
    background-color: #fff;
}

.wc-app ::-webkit-scrollbar {
    width: 6px;
}

.wc-app ::-webkit-scrollbar-thumb {
    background-color: #dbdee1;
    border-radius: 50px;
}

.wc-message {
    max-width: 87%;
}


/* till here I have done */

.wc-message-from-bot {
    margin-left: 8px;
}

    .wc-message-from-bot .wc-message-content {
        background-color: #588025;
        color: #fff;
        border-radius: 8px;
    }

.wc-message-content {
    margin-left: 12%;
    border-radius: 8px;
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); */
    padding: 8px;
    word-break: break-word;
}

.wc-message-from-bot svg.wc-message-callout {
    left: 10%;
}

.wc-list > .wc-card:first-child {
    margin-top: 0;
}

.wc-list > .wc-card {
    margin-top: 8px;
}

.wc-adaptive-card {
    width: 99%;
}

.wc-card {
    background-color: transparent;
}

.wc-message-from {
    clear: both;
    color: #767676;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 11%;
}

.wc-message.wc-message-from-me {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 29px 29px;
}

.wc-message-from-me {
    padding-right: 11%;
    min-width: 31%;
    max-width: 82%;
}

.wc-message-from-me {
    float: right;
    margin-right: 2%;
}

    .wc-message-from-me .wc-message-content {
        background-color: #dee6d3;
        color: #486622;
    }

    .wc-message-from-me svg.wc-message-callout {
        right: 23%;
    }

.wc-message svg.wc-message-callout {
    height: 22px;
    position: absolute;
    stroke: none;
    top: 8px;
    width: 6px;
}

.wc-console {
    /* border: 5px solid #dbdee1; */
    bottom: 0;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    /* border-radius: 7px; */
    border-top: 1px #d8d8d8 solid;
    right: 0;
}

.wc-upload {
    background-image: url(../images/attachment.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
    margin-top: 5px;
}

.wc-console input[type="text"],
.wc-console textarea {
    border: none;
    height: 100%;
    outline: none;
    padding: 0;
    resize: none;
    font-size: 15px;
    width: 100%;
}

.dot {
    height: 9px;
    width: 9px;
    background-color: #4caf50;
    border-radius: 50%;
    display: inline-block;
    margin-left: 9px;
}

.icon-close {
    font-size: 23px;
    float: right;
    margin-top: -2px;
    cursor: pointer;
    margin-right: 2%;
}

textarea:focus,
input:focus,
svg,
.wc-upload {
    outline: none !important;
}


:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/* old css added */
.wc-message-pane.show-actions .wc-suggested-actions {
    height: 40px;
}

.wc-suggested-actions {
    /* background-color: #f9f9f9; */
    bottom: 50px;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: height 0.2s cubic-bezier(0, 0, 0.5, 1);
}

    .wc-suggested-actions button.scroll {
        /* background-color: #d2dde5; */
        height: 40px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

.wc-hscroll-outer {
    overflow: hidden;
}

.wc-hscroll {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: 27px;
    width: 85%;
}

.wc-suggested-actions .wc-hscroll > ul {
    height: 40px;
    padding: 2px 3px;
}

.wc-hscroll > ul {
    white-space: nowrap;
}

.wc-message-pane.show-actions .wc-suggested-actions {
    height: auto;
    width: 100%;
    /* background: black; */
}

.wc-message-groups {
    bottom: 50px;
}

div#crossIcon {
    float: right;
    padding: 2px 10px;
    font-size: 20px;
    font-weight: 700;
    color: #588025;
    cursor: pointer;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {
    .chat-container {
        position: fixed !important;
        bottom: 18% !important;
        right: 3% !important;
    }
}

@media only screen and (max-width: 600px) {

    .chat-container {
        position: fixed;
        bottom: 14%; /* reset */
        right: 3%;
    }

    .chat-bubble-1::after {
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 109%;
        left: 73%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }

    .languageButtons {
        width: 100%;
        margin-top: 10px;
    }

    .wc-chatview-panel {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        bottom: 0 !important;
    }

    /*.modal-content #buttonsWrap {
        right: 22%;
        bottom: 70px;
        height: 222px;
        width: 76%;
    }*/

    .englishLogo {
        width: 27%;
        height: 6%;
    }

    .onLoadChatIcon {
        padding: 4px;
    }

    /* rate Us Modal style */

    .modal-content1 {
        width: 76% !important;
        /*height: 50%;*/
    }

    .modal-header1 {
        font-size: 15px;
        font-weight: 600;
        /*display: flex;
    flex-direction: column;
    align-items: center;*/
    }

    #stars {
        display: flex;
    }

    .rating-stars1 ul > li.star > i.fa {
        font-size: 2em;
        color: #ccc;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {



    #buttonsWrap {
        right: 12%;
        bottom: 70px;
        height: 222px;
        width: 38%;
    }

    /*.chat-bubble-1::after {
        content: '';
        position: absolute;
        height: 28px;
        width: 28px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 109%;
        left: 72%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }

    .chat-container {
        position: fixed;
        bottom: 100px;
        right: 45px;
    }*/
}

}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .container {
        /*z-index: 2;*/
    }

    .wc-chatview-panel {
        left: 49% !important;
        top: 0 !important;
        width: 50% !important;
    }


    /*.chat-container {
        position: fixed;
        bottom: 100px;
        right: 70px;
    }

    .chat-bubble-1::after {
        left: 74%;
    }*/
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .example {
        background: orange;
    }

    .wc-chatview-panel {
        left: 63% !important;
        top: 0 !important;
        width: 35% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        /*z-index: 2;*/
    }

    /*.chat-container {
        position: fixed;
        bottom: 100px;
        right: 110px;
    }

    .chat-bubble-1::after {
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 109%;
        left: 74%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }*/
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*.chat-container {
        position: fixed;
        bottom: 100px;
        right: 152px;
    }*/
    /*.container {
        max-width: 1140px;
        z-index: 2;
    }*/
    /*.chat-bubble-1::after {
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        border-bottom: 2px solid #6B8E23;
        border-right: 2px solid #6B8E23;
        border-left: 0px solid #6B8E23;
        border-top: 0px solid #6B8E23;
        top: 109%;
        left: 15%;
        transform: rotate(45deg);
        margin-top: -22px;
        background: #6B8E23;
    }*/
    .wc-chatview-panel; {
        left: 70% !important;
        top: 0 !important;
        width: 29% !important;
    }

    .wc-chatview-panel {
        width: 25%;
    }

    .wc-chatview-panel {
        right: 0;
        width: 25% !important;
        left: 74% !important;
        /*top: 0 !important;*/
        /*auto !important;*/
    }

    #buttonsWrap {
        right: 8%;
        bottom: 70px;
        height: 222px;
        width: 19%;
    }

    .onLoadChatIcon {
        padding: 8px;
    }

    @media only screen and (min-width: 1536px) {

        /*.chat-container {
            position: fixed;
            bottom: 100px;
            right: 160px;
        }*/

        .container {
            /*z-index: 2;*/
        }

        /*.chat-bubble-1::after {
            content: '';
            position: absolute;
            height: 32px;
            width: 32px;
            border-bottom: 2px solid #6B8E23;
            border-right: 2px solid #6B8E23;
            border-left: 0px solid #6B8E23;
            border-top: 0px solid #6B8E23;
            top: 109%;
            left: 15%;
            transform: rotate(45deg);
            margin-top: -22px;
            background: #6B8E23;
        }*/

        .wc-chatview-panel {
            width: 24%;
            left: 74%;
            right: 0;
        }
    }
}
