﻿/************Bot_Main.css starts*************/
.wc-chatview-panel.bot-collapse-view {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wc-header {
    background: #ccc;
    height: 50px;
    width: 300px;
}

.bot-icon {
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px;
    background: #fff;
    border-radius: 50%;
}

    .bot-icon img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

.bot-title-main {
    width: 55%;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 7px 0;
}

.bot-misc-icons {
    float: right;
    width: 27%;
    margin: 13px 0;
}

.bot-expand-icon {
    width: 15px !important;
    margin-left: 5px;
    display: none;
}

.bot-reset-icon {
    width: 20px !important;
    margin-left: 5px;
}

.bot-subtitle {
    font-size: 12px;
}




/********************************************************/



/************Bot_Main.css ends*************/
/***** BotChat_Default.css ******/
body .wc-app, .wc-app button, .wc-app input, .wc-app textarea {
    font-family: "Segoe UI",sans-serif;
    font-size: 15px
}

.wc-app button {
    background-color: #0078d7;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease,background-color .2s ease
}

.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
}

.wc-hidden {
    visibility: hidden
}

.wc-header {
    background-color: #0078d7;
    box-shadow: 0 1px rgba(0,0,0,.2);
    box-sizing: content-box;
    color: #fff;
    font-weight: 500;
    height: 30px;
    left: 0;
    letter-spacing: .5px;
    padding: 8px 8px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-time {
    color: #999;
    margin-bottom: 10px
}

.wc-message-groups {
    bottom: 50px;
    left: 0;
    transform: translateY(0);
    outline: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 38px;
    transition: transform 0.2s cubic-bezier(0,0,.5,1)
}

    .wc-message-groups.no-header {
        top: 0
    }

.wc-message-group-content {
    overflow: hidden
}

.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,.5,1)
}

    .wc-suggested-actions .wc-hscroll > ul {
        height: 40px;
        padding: 2px 3px
    }

    .wc-suggested-actions .wc-ac-hscroll > ul {
        height: 40px;
        padding: 2px 3px
    }
    .wc-suggested-actions .wc-hc-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-ac-hscroll > ul > li {
        display: inline-block;
        margin: 2px;
        max-width: 40%
    }
    .wc-suggested-actions .wc-hc-hscroll > ul > li {
        display: inline-block;
        margin: 2px;
        max-width: 40%
    }
    .wc-suggested-actions .wc-hscroll > ul > li button {
        background-color: #fff;
        color: #0078d7;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }

    .wc-suggested-actions .wc-ac-hscroll > ul > li button {
        background-color: #fff;
        color: #0078d7;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
    .wc-suggested-actions .wc-hc-hscroll > ul > li button {
        background-color: #fff;
        color: #0078d7;
        min-height: 32px;
        overflow: hidden;
        padding: 0 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }

    .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-ac-hscroll > ul > li button:focus, .wc-suggested-actions .wc-ac-hscroll > ul > li button:hover {
        background-color: #fff;
        border-color: #0078d7;
        color: #0078d7
    }
    .wc-suggested-actions .wc-hc-hscroll > ul > li button:focus, .wc-suggested-actions .wc-hc-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: #fff
    }

    .wc-suggested-actions .wc-ac-hscroll > ul > li button:active {
        background-color: #0078d7;
        border-color: #0078d7;
        color: #fff
    }
    .wc-suggested-actions .wc-hc-hscroll > ul > li button:active {
        background-color: #0078d7;
        border-color: #0078d7;
        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.ac-scroll {
        background-color: #d2dde5;
        height: 40px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 28px
    }
    .wc-suggested-actions button.hc-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.ac-scroll:disabled {
        display: none
    }
    .wc-suggested-actions button.hc-scroll:disabled {
        display: none
    }
    .wc-suggested-actions button.scroll:focus, .wc-suggested-actions button.scroll:hover {
        background-color: #808c95
    }

    .wc-suggested-actions button.ac-scroll:focus, .wc-suggested-actions button.ac-scroll:hover {
        background-color: #808c95
    }
    .wc-suggested-actions button.hc-scroll:focus, .wc-suggested-actions button.hc-scroll:hover {
        background-color: #808c95
    }
    .wc-suggested-actions button.scroll svg {
        fill: #fff
    }

    .wc-suggested-actions button.ac-scroll svg {
        fill: #fff
    }
    .wc-suggested-actions button.hc-scroll svg {
        fill: #fff
    }
    .wc-suggested-actions button.scroll svg path {
        transform: translateY(6px)
    }

    .wc-suggested-actions button.ac-scroll svg path {
        transform: translateY(6px)
    }
    .wc-suggested-actions button.hc-scroll svg path {
        transform: translateY(6px)
    }
    .wc-suggested-actions button.scroll.previous {
        left: 0
    }

    .wc-suggested-actions button.ac-scroll.previous {
        left: 0
    }
    .wc-suggested-actions button.hc-scroll.previous {
        left: 0
    }
    .wc-suggested-actions button.scroll.next {
        right: 0
    }

    .wc-suggested-actions button.ac-scroll.next {
        right: 0
    }
    .wc-suggested-actions button.hc-scroll.next {
        right: 0
    }
.wc-message-pane.show-actions .wc-message-groups {
    transform: translateY(-40px)
}

.wc-message-pane.show-actions .wc-suggested-actions {
    height: 40px
}

.wc-chatview-panel {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.wc-message-wrapper {
    animation: animationFrames 2s;
    animation-iteration-count: 1;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

@keyframes animationFrames {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }
}

.wc-message {
    position: relative
}

.wc-message-wrapper.carousel .wc-message {
    max-width: none;
    padding-right: 8px
}

.wc-message svg.wc-message-callout {
    height: 22px;
    position: absolute;
    stroke: none;
    top: 12px;
    width: 6px
}

.wc-message-content {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    padding: 8px;
    word-break: break-word
}

    .wc-message-content.clickable {
        cursor: pointer
    }

    .wc-message-content.selected {
        box-shadow: 0 1px 1px 0 #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: 10px;
    margin-top: 5px
}

.wc-card {
    background-color: #fff
}

    .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: #fff
        }

    .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: 400;
        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: 700
    }

    .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: #ccc;
            height: 56px;
            margin-bottom: 2px;
            margin-top: 20px;
            padding-left: 12px
        }

        .wc-card.error .error-text {
            color: #ccc;
            font-weight: 600;
            letter-spacing: .5px;
            margin-bottom: 20px;
            text-align: inherit
        }

.wc-message {
    max-width: 91%
}

.wc-card {
    border: 1px solid #d2dde5;
    width: 302px
}

.wc-adaptive-card {
    width: 318px
}

.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
}

.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-hscroll-outer {
    overflow: hidden
}

.wc-ac-hscroll-outer {
    overflow: hidden
}
.wc-hc-hscroll-outer {
    overflow: hidden
}

.wc-hscroll {
    overflow-x: scroll;
    overflow-y: hidden
}.wc-ac-hscroll {
    overflow-x: scroll;
    overflow-y: hidden
}
.wc-hc-hscroll {
    overflow-x: scroll;
    overflow-y: hidden
}
    .wc-hscroll > ul {
        white-space: nowrap
    }.wc-ac-hscroll > ul {
        white-space: nowrap
    }
.wc-hc-hscroll > ul {
    white-space: nowrap
}
        .wc-hscroll > ul > li {
            display: inline-block;
            vertical-align: top;
            white-space: normal
        }
 .wc-ac-hscroll > ul > li {
            display: inline-block;
            vertical-align: top;
            white-space: normal
        }
.wc-hc-hscroll > ul > li {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.wc-carousel {
    position: relative
}.wc-adaptive {
    position: relative
}
.wc-hero-carousel {
    position: relative
}

    .wc-carousel button.scroll {
        background-color: #d2dde5;
        height: 28px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 28px
    }
      .wc-adaptive button.ac-scroll {
        background-color: #d2dde5;
        height: 28px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 28px
    }
.wc-hero-carousel button.hc-scroll {
    background-color: #d2dde5;
    height: 28px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px
}

        .wc-carousel button.scroll:disabled {
            display: none
        } .wc-adaptive button.ac-scroll:disabled {
            display: none
        }
.wc-hero-carousel button.hc-scroll:disabled {
    display: none
}

        .wc-carousel button.scroll:focus, .wc-carousel button.scroll:hover {
            background-color: #808c95
        }
.wc-adaptive button.ac-scroll:focus, .wc-adaptive button.ac-scroll:hover {
    background-color: #808c95
}
.wc-hero-carousel button.hc-scroll:focus, .wc-hero-carousel button.hc-scroll:hover {
    background-color: #808c95
}
        .wc-carousel button.scroll svg {
            fill: #fff
        }
.wc-adaptive button.ac-scroll svg {
    fill: #fff
}
.wc-hero-carousel button.hc-scroll svg {
    fill: #fff
}

        .wc-carousel button.scroll.previous {
            left: -16px
        }
.wc-adaptive button.ac-scroll.previous {
    left: -16px
}
.wc-hero-carousel button.hc-scroll.previous {
    left: -16px
}

        .wc-carousel button.scroll.next {
            right: -16px
        }
.wc-adaptive button.ac-scroll.next {
    right: -16px
}
.wc-hero-carousel button.hc-scroll.next {
    right: -16px
}
    .wc-carousel .wc-hscroll > ul {
        margin-left: -4px
    }
.wc-adaptive .wc-ac-hscroll > ul {
    margin-left: -4px
}
.wc-hero-carousel .wc-hc-hscroll > ul {
    margin-left: -4px
}

        .wc-carousel .wc-hscroll > ul > li {
            padding: 0 4px
        }
.wc-adaptive .wc-ac-hscroll > ul > li {
    padding: 0 4px
}

.wc-hero-carousel .wc-hc-hscroll > ul > li {
    padding: 0 4px
}

            .wc-carousel .wc-hscroll > ul > li:last-child {
                padding-right: 0
            }
.wc-adaptive .wc-ac-hscroll > ul > li:last-child {
    padding-right: 0
}
.wc-hero-carousel .wc-hc-hscroll > ul > li:last-child {
    padding-right: 0
}

    .wc-carousel li p {
        min-height: 4em;
        white-space: normal
    }
.wc-adaptive li p {
    min-height: 4em;
    white-space: normal
}
.wc-hero-carousel li p {
    min-height: 4em;
    white-space: normal
}
    .wc-carousel li .wc-adaptive-card p {
        min-height: initial
    }

.wc-message-from-me {
    float: right;
    margin-right: 6px
}

    .wc-message-from-me.wc-message-from {
        text-align: right
    }

    .wc-message-from-me .wc-message-content {
        background-color: #0078d7;
        color: #fff
    }

    .wc-message-from-me svg.wc-message-callout path {
        fill: #0078d7
    }

        .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 {
    float: left;
    margin-left: 8px
}

    .wc-message-from-bot .wc-message-content {
        background-color: #eceff1;
        color: #000
    }

    .wc-message-from-bot svg.wc-message-callout path {
        fill: #eceff1
    }

        .wc-message-from-bot svg.wc-message-callout path.point-right {
            display: none
        }

    .wc-message-from-bot svg.wc-message-callout {
        left: 24px
    }

.wc-console {
    border: 5px solid #dbdee1;
    bottom: 0;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0
}

    .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;
        position: relative
    }

        .wc-console .wc-upload input[type="file"] {
            font-size: 0;
            height: 0;
            left: 0;
            opacity: 0;
            outline: 0;
            position: absolute;
            top: 0;
            width: 0
        }

        .wc-console .wc-upload svg {
            height: 18px;
            width: 26px
        }

    .wc-console .wc-send {
        right: 0
    }

        .wc-console .wc-send.hidden {
            visibility: hidden
        }

    .wc-console .wc-textbox {
        bottom: 0;
        left: 10px;
        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
    }

.wc-typing {
    background-image: url("data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4t");
    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: 0
}

.format-markdown code {
    white-space: pre-wrap
}

.format-markdown + div {
    margin-top: 8px
}

.format-markdown ol {
    padding-left: 30px
}

.format-markdown ul {
    padding-left: 33px
}

.wc-app ::-webkit-scrollbar {
    width: 8px
}

    .wc-app ::-webkit-scrollbar * {
        background-color: transparent
    }

.wc-app ::-webkit-scrollbar-thumb {
    background-color: #dbdee1
}

.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: #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: .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: .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: .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
    }


/******* BotChat_Theme.css ********/
.wc-chatview-panel {
    overflow: visible;
    position: relative;
    min-height: 420px;
    border: 1px solid #d4d4d4
}

.BotPagelayout .wc-header {
    height: 46px
}

.wc-chatview-panel button.scroll.next, .wc-chatview-panel button.scroll.previous {
    background-color: #333;
    min-width: 26px
}
.wc-chatview-panel button.hc-scroll.next, .wc-chatview-panel button.hc-scroll.previous {
    background-color: #333;
    min-width: 26px
}

.wc-chatview-panel button.wc-send {
    min-width: 10px;
    margin: 0
}

.wc-chatview-panel.bot-collapse-view {
    height: 50px !important;
    min-height: 50px;
    width: 50px !important;
    right: 22px;
    border-radius: 50%;
    border: none
}

#BotChatGoesHere .wc-chatview-panel {
    width: 350px;
    bottom: 2px !important;
    left: inherit !important;
    top: inherit !important;
    border-bottom: 0;
    background: #fff;
    height: 87%;
    float: right;
    position: fixed;
    background: #fff;
    z-index: 999
}

span.glyphicon.glyphicon-chevron-up {
    position: relative;
    float: right;
    top: 21px
}

.BotHeader {
    top: 3px
}

    .BotHeader .glyphicon {
        left: 230px;
        top: 16px
    }

.wc-chatview-panel {
    visibility: hidden
}

    .wc-chatview-panel.bot-collapse-view {
        visibility: visible;
        height: 50px !important;
        width: 50px !important;
        right: 105px !important;
        border-radius: 54px;
        border: none
    }

    .wc-chatview-panel.bot-expanded-view {
        visibility: visible;
        right: 18px
    }

    .wc-chatview-panel.bot-collapse-view .wc-header {
        width: 300px;
        height: 50px;
        padding: 0;
        top: 0px;
    }

.bot-collapse-view .bot-icon {
    top: 0;
    left: 2px
}

.bot-collapse-view .BotHeader, .bot-collapse-view .wc-message-groups, .bot-collapse-view .wc-console {
    display: none
}

.wc-chatview-panel.bot-collapse-view .wc-header {
    width: 300px;
    height: 50px;
}

.bot-collapse-view .bot-icon {
    top: 3px;
    left: 0;
    border-radius: 50%
}

    .bot-collapse-view .bot-icon img {
        width: 76%;
        margin: 12% 0 0 11%;
        border-radius: 50%;
        height: auto
    }

.wc-chatview-panel.bot-collapse-view {
    height: 50px;
    width: 50px !important;
    right: 22px;
    border-radius: 50%;
    border: none
}

.bot-icon {
    width: 35px;
    height: 50px
}

.wc-header {
    height: 40px
}

.bot-icon img {
    width: 100%;
    border-radius: 50%;
    width: 35px;
    height: auto
}

.HeaderTitle {
    margin-top: -45px;
    margin-left: 45px
}

#btnReset {
    position: absolute;
    right: 40px;
    cursor: pointer;
    top: 13px;
    width: 20px;
    height: 20px
}

#btnPopup {
    width: 13px;
    height: 13px;
    right: 74px;
    top: 16px;
    position: absolute;
    cursor: pointer
}

}

.ac-container .ac-container p {
    overflow: visible !important;
    white-space: normal !important
}

.wc-adaptive-card {
    width: 100% !important;
    margin: 0 !important;
}

.wc-app button {
    margin-left: 0;
    overflow: inherit !important;
    white-space: inherit !important;
    text-overflow: inherit !important;
}

.wc-message-groups {
    border: 1px solid #dbdee1;
    border-bottom: none
}

img.bot-icon.chatclose {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none
}

.bot-icon {
    cursor: pointer;
    outline: none
}

.bot-collapse-view img.bot-icon.chatclose, .bot-collapse-view #btnReset {
    display: none
}

.wc-chatview-panel.bot-collapse-view {
    height: 50px
}

.bot-expanded-view {
    max-width: 400px;
    max-height: 900px
}

@media screen and (min-width:1024px) {
    #BotChatGoesHere .wc-chatview-panel {
        right: 105px
    }

    .bot-expanded-view {
        height: 450px;
        width: 350px
    }
}

/*********BotChat_Custom.css**********/
.bot-expanded-view .wc-header {
    background: #EE3626;
}

img#btnPopup {
    display: none;
}

.wc-chatview-panel {
    visibility: visible !important;
}

#BotChatGoesHere .wc-chatview-panel {
    width: 400px !important;
}

.wc-header {
    height: 50px !important;
    padding: 0 !important;
}

#BotChatGoesHere .wc-chatview-panel {
    right: 16px !important;
}
/*#btnReset {
    position: static !important;
    right: 0 !important;
    top: 0 !important;
   
}*/
#btnPopup {
    right: 0 !important;
    top: 0 !important;
    position: static !important;
    cursor: pointer !important;
}


.RatedTime {
    display: none;
}
/***/

.social-icon {
    text-align: right;
    position: absolute;
    right: -10px;
}

    .social-icon span {
        margin-right: 5px;
        cursor: pointer;
    }

.fa-thumbs-down, .fa-thumbs-up {
    color: #0072c6;
}

.social-icon span:hover {
    color: #4D4D4D;
}

.bot-collapse-view .bot-title-main {
    display: none;
}

.bot-collapse-view .bot-misc-icons {
    display: none;
}

.bot-collapse-view .wc-header {
    width: 130px !important;
    border-radius: 32px;
    background-color: #e0e8ea;
    padding: 2px !important;
    border: 1px solid #ef4a3b;
    height: 45px !important;
}

.bot-collapse-view .need-help {
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    color: #555;
    padding-right: 10px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.bot-collapse-view .bot-icon {
    margin: 0;
    width: 45px;
    background: #ef3321;
    height: 45px;
}

.bot-expanded-view .need-help {
    display: none;
}

#BotChatGoesHere .wc-chatview-panel.bot-collapse-view {
    width: 140px !important;
    background: none;
}

.wc-header {
    width: 100%;
}

.bot-expanded-view .bot-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    margin-left: 5px;
}

.bot-expanded-view .bot-icon {
    height: 35px;
    margin-top: 8px;
}

.bot-chat-close-icon {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
}

.ac-image {
    width: 220px;
    height: 150px;
}

.wc-message.wc-message-from-bot {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAKSAAACkgFtp4wzAAAGZklEQVRYw62Ye2xT9xXHP2RZIU6L3cZ2mkEctyr1IAHSqt3a2Ch3KlQT6TqEmghiVXUhk5pkVPQRGrRpM4ONMGtVH5jQzkDoRkZdbSMVLtWgq6smtGpQ62JI62UKfpQS4gRu0sSANNX7ww/utX2JQznST4rv+d') !important;
    background-size: 26px !important;
    background-repeat: no-repeat !important;
    background-position: 0px 5px !important;
    padding-left: 30px !important;
}
/*.wc-carousel button.scroll.next{
                right:70px !important;
}*/
.wc-carousel button.scroll {
    top: 50% !important;
    margin-top: -30px;
}
.wc-adaptive button.ac-scroll {
    top: 50% !important;
    margin-top: -30px;
}
.wc-hero-carousel button.hc-scroll {
    top: 50% !important;
    margin-top: -30px;
}
.ac-container div {
    white-space: normal !important;
}

.bot-collapse-view .wc-hscroll-outer {
    display: none;
}
.bot-collapse-view .wc-ac-hscroll-outer {
    display: none;
}
.bot-collapse-view .wc-hc-hscroll-outer {
    display: none;
}
.wc-carousel-item button.ac-pushButton {
    width: 215px;
}
.wc-adaptive-list{
    overflow:hidden;
}
label.wc-upload {
    display: none;
}

.bot-typing {
    position: absolute;
    top: -22px;
    font-size: 10px;
    bottom: 0;
    left: 10px;
    font-style: italic;
    color: #767676;
    font-weight: 700;
}
