
.chatbot {
    margin: 0;
    margin-top: 0;
}

    .chatbot #webchat *.webchat__connectivityStatus, .chatbot #webchat * p {
        font-weight: normal !important;
        line-height: 20px;
        font-family: "OpenSans-Regular" !important;
        font-size: 14px;
    }

.webchat--css-qaulg-nqmnze.webchat__basic-transcript .webchat__basic-transcript__activity {
    padding-top: 5px !important;
}

.chatbot #webchat * {
    /*font-size: 14px;
        border: none !important;*/
    border: none;
}

.chatbot .webchat--css-irbud-bsfxty.webchat--css-irbud-bsfxty.webchat--css-irbud-bsfxty {
    color: #26333A !important;
}

.chatbot input.webchat__send-box-text-box__input:focus, .chatbot .webchat__send-box__button:focus, .chatbot .webchat__icon-button:focus {
    border: 2px solid #215ed9 !important;
}


.chatbot .webchat__send-box__text-box.webchat__send-box__text-box {
    padding: 0px 10px !important;
}


.chatbot .endchatarea {
    text-align: center;
    font-size: 16px !important;
    width: 80% !important;
    display: none;
    position: absolute;
    top: 0px;
    background: #fff !important;
    padding: 20px 30px !important;
    height: 230px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 1px 10px #ccc;
}

    .chatbot .endchatarea h2 {
        margin: 0px 0px 10px;
        padding: 0;
        font-size: 20px !important;
        font-weight: bold;
    }

    .chatbot .endchatarea p {
        margin: 0;
        padding: 0;
        font-size: 13px !important;
    }

    .chatbot .endchatarea .cnfrmchat {
        padding: 10px 20px;
        font-size: 16px !important;
        background: #215ed9;
        color: #fff;
        display: block;
        text-decoration: none !important;
        width: 100%;
        border-radius: 5px;
        font-family: 'OpenSans-Regular' !important;
        margin: 18px 0px 0px;
    }

        .chatbot .endchatarea .cnfrmchat:hover {
            background: #2492b6;
            color: #26333A;
        }

    .chatbot .endchatarea a {
        margin: 0;
        padding: 10px 20px;
        font-size: 16px !important;
        display: block;
        font-family: 'OpenSans-Regular' !important;
        color: #215ed9;
        text-decoration: none !important;
    }


.chatbot .sessionendchatarea {
    text-align: center;
    font-size: 16px !important;
    width: 80% !important;
    /* height: 90% !important; */
    display: none;
    position: absolute;
    top: 0px;
    background: #fff !important;
    padding: 20px 30px !important;
    height: 203px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 1px 10px #ccc;
}

.chatbot ul.webchat__toaster__list li:last-child {
    float: right;
    padding-right: 15px;
}

.chatbot ul.webchat__toaster__list li:first-child {
    width: auto;
}

.chatbot .sessionendchatarea h2 {
    margin: 0px 0px 10px;
    padding: 0;
    font-size: 20px !important;
    font-weight: bold;
}

.chatbot .sessionendchatarea p {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
}

.chatbot .sessionendchatarea .cnfrmchat {
    padding: 10px 20px;
    font-size: 16px !important;
    background: #215ed9;
    color: #fff;
    display: block;
    text-decoration: none !important;
    width: 100%;
    border-radius: 5px;
    margin: 18px 0px 0px;
}

    .chatbot .sessionendchatarea .cnfrmchat:hover {
        background: rgb(0 119 218 / 15%);
        color: #26333A;
    }

.chatbot .sessionendchatarea a {
    margin: 0;
    padding: 10px 20px;
    font-size: 16px !important;
    display: block;
    color: #215ed9;
    text-decoration: none !important;
}


.chatbot #webchat {
    position: fixed;
    z-index: 99999 !important;
    bottom: 40px;
    height: 85%;
    /*width: 30%;*/
    /*height: 720px;*/
    width: 400px;
    background: #f2f2f2 !important;
    box-shadow: 0 5px 20px 0 rgb(167 167 167) !important;
    right: 36px;
    border-radius: 3px !important;
    overflow: hidden;
}



    .chatbot #webchat > div {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        z-index: 0;
        border-radius: 25px !important;
    }

.chatbot .main {
    border: 1px solid rgb(230, 230, 230) !important;
    border-radius: 0px 0px 15px 15px !important;
}

.chatbot ul.webchat__toaster__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chatbot ul.webchat__toaster__list li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 33%;
    }



        .chatbot ul.webchat__toaster__list li a {
            margin: 28px 10px 14px 0px;
            text-decoration: none;
            display: inline-block;
        }

            .chatbot ul.webchat__toaster__list li a.endchatme {
                margin-top: 33px ​ !important;
                margin-right: 2px;
            }

.chatbot .material-icons {
    font-family: 'Material Icons' !important;
    font-size: 28px !Important;
}

.chatbot .menuitems {
    display: none;
}


.chatbot .menuitems {
    width: 190px;
    height: auto;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    z-index: 99;
    box-shadow: 0px 3px 10px #ccc;
    right: 21px;
}




.chatbot .webchat__fileContent__fileName.webchat__fileContent__fileName {
    color: rgb(255 255 255) !important;
}

.chatbot .webchat__fileContent__size.webchat__fileContent__size {
    color: #fff !important;
}

.chatbot .menuitems a {
    width: 100% !important;
    float: left;
    background: none !important;
    border-top: 1px solid #ececec !important;
    border-bottom: none !important;
    border-right: none !important;
    cursor: pointer;
    text-align: left;
    padding: 10px 0 12px 10px !important;
    border-left: none !important;
    box-sizing: border-box;
    position: static !important;
}

    .chatbot .menuitems a:first-child {
        border-top: 0px !important;
    }

    .chatbot .menuitems a:hover {
        background: #f4f4f4 !important;
    }

.chatbot .wc-chatview-panel .menuitems {
    width: 170px;
    float: left;
    padding: 0px;
}

.chatbot #faqModal, .chatbot #tncModal {
    z-index: 999999;
}

.chatbot div [aria-relevant="all"] + div {
    flex: 1 1 0%;
    /*box-shadow: 0 0px 10px 0 rgba(0,0,0,.16) !important;*/
    background: #f2f2f2;
}

.chatbot .logoarea {
    width: 110px;
    margin: 14px 1px 9px 12px;
    float: left;
}

.chatbot .react-film__filmstrip__list {
    display: block !important;
}

.chatbot ul.react-film__filmstrip__list li {
    width: 100% !important;
    float: left;
}

.chatbot .react-film__filmstrip {
    max-height: 160px;
    overflow: auto !important;
    max-width: 100%;
    margin-left: 0%;
    padding: 0px 65px;
}

.chatbot .react-film__filmstrip__list {
    display: block !important;
}

.chatbot .react-film__filmstrip__item:first-child {
    padding-left: 0 !important;
}

.chatbot .react-film__filmstrip__item:first-child {
    padding-left: 0 !important;
}

.chatbot .webchat__send-box-text-box__input.webchat__send-box-text-box__input {
    box-shadow: none !important;
    padding-left: 5px !important;
    min-height: 53px;
}

.chatbot #webchat .helptext {
    text-align: center;
    padding: 24px 0px 14px 3px !important;
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
    font-family: "OpenSans-Semibold";
    /* //text-transform: uppercase;*/
}

.chatbot div [aria-relevant="all"] {
    max-height: 71px !important;
    background: #ffffff;
    height: 71px;
}

.chatbot .webchat--css-hlwsj-xl8pke.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    background: rgb(68 68 68 / 10%) !important;
    border-color: rgb(230, 230, 230);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: black;
    min-height: 38px;
}

.chatbot .closeicon {
    position: fixed;
    bottom: 40px;
    right: 32px;
    cursor: pointer;
    z-index: 999999 !important;
}

.chatbot .plus {
    background-image: url("images/popup-inactive.png");
    width: 70px;
    height: 70px;
    -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-repeat: no-repeat;
}

    .chatbot .plus:hover {
        background-image: url("images/popup-active.png");
    }

.chatbot.chatBotActive {
    background-image: url("images/popup-active.png");
}

.chatbot .plus.minus {
    background-image: url("close_ico.svg");
    width: 70px;
    height: 70px;
    -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-repeat: no-repeat;
    background-color: #C4C4C4;
    border-radius: 50px;
    background-position: center center;
    background-size: 35px 35px;
}

.chatbot .closeicon.plus:after {
    content: "";
    background: none;
    position: absolute;
    right: 8px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #215ed9;
    display: none;
}

.chatbot .closeicon.plus.minus:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #C4C4C4;
    top: -29px;
    bottom: inherit;
    left: 3px;
    right: 0;
    margin: 0 auto;
}

.chatbot .webchat__suggested-action__button {
    background: white;
    border-color: #215ed9 !important;
    border-style: solid;
    border-width: 2px;
    color: #215ed9 !important;
}

    .chatbot .webchat__suggested-action__button:hover {
        background: rgb(0 119 218 / 15%) !important;
        /*color: #26333A !important;*/
    }

.chatbot button.webchat__suggested-action__button {
    white-space: normal !important;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px !important;
    min-height: 37px !important;
    height: auto !important;
}

.chatbot .webchat__bubble.webchat__bubble--from-user.webchat__bubble--hide-nub .webchat__bubble__content {
    background: #215ed9 !important;
    border-color: #215ed9;
    border-radius: 18px !important;
    border-style: solid;
    border-width: 1px;
    color: black;
    min-height: 38px;
    color: #fff !important;
}

.webchat__basic-transcript__activity--from-user .webchat__stacked-layout__avatar-gutter {
    display: none !important;
}

.chatbot .webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) {
    background: url(images/avtr.png) left top no-repeat !important;
    color: #26333A !important;
}

    .chatbot .webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) .webchat__initialsAvatar__initials {
        font-size: 0px !important;
    }

.chatbot .webchat__initialsAvatar .webchat__initialsAvatar__initials {
    font-size: 15px;
}

.webchat__initialsAvatar {
    background-color: #215ed9 !important;
}

.chatbot .webchat__bubble.webchat__bubble--hide-nub .webchat__bubble__content {
    background: transparent !important;
    border-color: #f1f1f1;
    border-radius: 13px !important;
    border-style: solid;
    border-width: 1px;
    color: #26333A !important;
    min-height: 38px;
    max-width: 243px;
}

.chatbot .webchat__bubble.webchat__bubble--hide-nub .markdown {
    background: #fff !important;
}

.ac-adaptiveCard .ac-actionSet .ac-pushButton {
    appearance: none;
    background-color: transparent;
    border-style: solid !important;
    border-width: 1px !important;
    color: rgb(0, 99, 177);
    font-weight: 600;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.ac-container.ac-adaptiveCard {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

a.closepopup img {
    width: 18px;
    display: none;
}

a.closepopup {
    background: url(images/icon-min.png) left top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 17px;
}

a.endchatme img {
    width: 17px;
    display: none;
}

a.endchatme {
    background: url(images/icon-close.png) left top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 18px;
}

li.webchat__basic-transcript__activity.webchat__basic-transcript__activity--acknowledged.webchat__basic-transcript__activity--from-user .webchat__bubble__nub-pad {
    display: none;
}

.chatbot .webchat__send-box__main {
    box-shadow: none !important;
    border-top: 0px !important;
    margin-top: 0px;
    border-radius: 0px !important;
    padding-top: 4px;
    padding-bottom: 3px;
}

.webchat--css-jimwk-1hkybn1 {
    padding: 10px 15px !important;
}


.chatbot .webchat__send-icon {
    fill: #215ed9 !important;
    cursor: pointer;
}

.webchat__basic-transcript:focus .webchat__basic-transcript__focus-indicator,
.webchat__basic-transcript .webchat__basic-transcript__terminator:focus + .webchat__basic-transcript__focus-indicator {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-width: 1px !important;
}

.chatbot .webchat__connectivityStatus {
    background: #ffffff;
    margin: 0px !important;
    padding: 11px 14px;
    font-size: 13px;
}

.chatbot .webchat__upload-button SVG {
    fill: rgb(173 173 173) !important;
    cursor: pointer;
}

.chatbot .footlinks {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #cecece;
}

    .chatbot .footlinks ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .chatbot .footlinks ul li {
            margin: 0;
            float: left;
            padding: 0;
        }

            .chatbot .footlinks ul li a {
                margin: 0;
                display: block;
                padding: 10px 6px 10px 18px;
                color: #215ed9;
                text-decoration: none;
            }


.chatbot ul[role="region"] {
    overflow-y: visible !important;
}

@media (min-width:320px) and (max-width:1024px) {
    .chatbot #webchat {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: inherit;
        left: 0px;
        border-radius: 0px !important;
    }

    .chatbot div [aria-relevant="all"] {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .chatbot .closeicon.plus.minus {
        position: fixed;
        top: 17px;
        right: 7px;
        z-index: 999999;
        width: 25px;
        height: 25px;
        left: inherit;
        background-size: 20px;
        background-color: inherit !important;
        background-image: url(close_ico_mob.svg);
    }

        .chatbot .closeicon.plus.minus:after {
            display: none !important;
        }
}


.chatbot #webchat .sessionendchatarea a, .webchat__suggested-actions__button button {
    width: 254px;
    margin: 15px 0px !important;
    float: none;
    border: 1px solid #215ed9 !important;
    border-radius: 4px;
    padding: 0px 0px !important;
    font-size: 15px !important;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
}

.webchat__suggested-actions__button {
    padding: 0px 5px !important;
}

.chatbot #webchat .sessionendchatarea a:hover {
    background: rgb(0 119 218 / 15%) !important;
}

button.webchat__suggested-action__button {
    height: auto;
    margin: 10px 0px 0px 0px !important;
    float: none;
    border: 1px solid #215ed9 !important;
    border-radius: 4px;
    padding: 0px 0px !important;
    font-size: 16px !important;
    font-weight: bold;
}

    button.webchat__suggested-action__button:hover {
        color: #215ed9 !important;
    }

.react-film__main .react-film__filmstrip .react-film__filmstrip__list .react-film__filmstrip__item:last-child {
    padding-right: 0px !important;
}

/*button.webchat__icon-button.webchat__icon-buttonInactive {
    background: url(images/arrow-inactive.png) 0px 4px no-repeat !important;
    border: 0px !important;
}

button.webchat__icon-button:hover {
    background: url(images/arrow-active.png) 0px 4px no-repeat !important;
    border: 0px !important;
}*/
/*button.webchat__icon-button:hover {
    background: url(images/arrow-active.png) 10px 5px no-repeat !important;
    border: 0px !important;
}*/



.webchat__send-icon {
    display: none;
    /* background: red!important; */
}

a.closepopup span {
    background: transparent;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18.5px;
}

a.endchatme span {
    background: transparent;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

a.endchatme {
    vertical-align: top;
}

.webchat--css-jimwk-1vap6r.webchat__stacked-layout {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.webchat__suggested-actions__carousel {
    background: #f2f2f2 !important;
}

.webchat__stacked-layout {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

a.closeicon.plus span:before {
    content: 'Chat with us';
    position: absolute;
    left: -122px;
    top: 15px;
    background: #215ed9;
    color: #fff;
    font-size: 15px;
    padding: 7px 14px;
    font-family: 'OpenSans-Regular' !important;
    border-radius: 16px;
}

a.closeicon.plus span:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #215ed9;
    content: '';
    left: -18px;
    position: absolute;
    top: 23px;
}

.ac-adaptiveCard .ac-actionSet .ac-pushButton {
    appearance: none;
    background-color: transparent;
    border-style: solid !important;
    border-width: 1px !important;
    color: #215ed9;
    font-weight: normal !important;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 2px;
    font-size: 14px;
    height: 37px;
    border-color: #215ed9 !important;
    font-family: 'OpenSans-SemiBold' !important;
}

    .ac-adaptiveCard .ac-actionSet .ac-pushButton:hover {
        background: rgba(0,119,218,0.1) !important;
    }

.ac-pushButton[aria-pressed="true"] {
    background-color: rgb(33 94 217) !important;
    border-color: #215ed9;
    color: #ffffff !important;
}

.grecaptcha-badge {
    display: none;
}

/* Rating Star Widgets Style */
/*.ac-columnSet {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}



    .ac-columnSet .ac-container {
        display: inline-block;
    }*/



/* Idle State of the stars */
/*.ac-columnSet .ac-container:before {
            font-size: 2.5em;*/ /* Change the size of the stars */
/*color: #ccc;*/ /* Color on idle state */
/*content: "★"
        }*/



/* Hover state of the stars */
/*.ac-columnSet .ac-container.hover:before {
            color: #215ed9 ;
        }*/



/* Selected state of the stars */
/*.ac-columnSet .ac-container.selected:before {
            color: #215ed9 ;
        }



        .ac-columnSet .ac-container > div {
            display: none !important;
        }



.ac-vertical-separator {
    display: none !important;
}*/

.chatbot {
    margin: 0;
    margin-top: 0;
}

    .chatbot #webchat *.webchat__connectivityStatus, .chatbot #webchat * p {
        font-weight: normal !important;
        line-height: 20px;
        font-family: "OpenSans-Regular" !important;
        font-size: 14px;
    }

.webchat--css-qaulg-nqmnze.webchat__basic-transcript .webchat__basic-transcript__activity {
    padding-top: 5px !important;
}

.chatbot #webchat * {
    /*font-size: 14px;
        border: none !important;*/
    border: none;
}

.chatbot .webchat--css-irbud-bsfxty.webchat--css-irbud-bsfxty.webchat--css-irbud-bsfxty {
    color: #26333A !important;
}

.chatbot input.webchat__send-box-text-box__input:focus, .chatbot .webchat__send-box__button:focus, .chatbot .webchat__icon-button:focus {
    border: 2px solid #215ed9 !important;
}

.chatbot .webchat__send-box__text-box.webchat__send-box__text-box {
    padding: 0px 10px !important;
}


.chatbot .endchatarea {
    text-align: center;
    font-size: 16px !important;
    width: 90% !important;
    display: none;
    position: absolute;
    top: 0px;
    background: #fff !important;
    padding: 20px 25px !important;
    height: 190px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 1px 10px #ccc;
}

    .chatbot .endchatarea h2 {
        margin: 0px 0px 10px;
        padding: 0;
        font-size: 20px !important;
        font-weight: bold;
    }

    .chatbot .endchatarea p {
        margin: 0;
        padding: 0;
        font-size: 14px !important;
    }

    .chatbot .endchatarea .cnfrmchat {
        font-size: 14px !important;
        background: #215ed9;
        color: #fff;
        display: flex;
        flex-direction: row;
        text-decoration: none !important;
        width: 52%;
        border-radius: 5px;
        font-family: 'OpenSans-Regular' !important;
        margin: 5px 0px 0px 0px;
        float: left;
        cursor: pointer;
    }

    .chatbot .endchatarea .goback {
        font-size: 14px !important;
        background: #215ed9;
        color: #fff;
        display: flex;
        flex-direction: row;
        text-decoration: none !important;
					
        border-radius: 5px;
        font-family: 'OpenSans-Regular' !important;
        margin: 5px 0px 0px 0px;
        float: right;
        cursor: pointer;
        width: 46%;
        justify-content: center;
    }


        .chatbot .endchatarea .cnfrmchat:hover {
            background: #215ed9;
            color: #ffffff;
        }

    .chatbot .endchatarea a {
        margin: 0;
        padding: 10px 20px;
        font-size: 16px !important;
        display: block;
        font-family: 'OpenSans-Regular' !important;
        color: #215ed9;
        text-decoration: none !important;
    }


.chatbot .sessionendchatarea {
    text-align: center;
    font-size: 16px !important;
    width: 80% !important;
    /* height: 90% !important; */
    display: none;
    position: absolute;
    top: 0px;
    background: #fff !important;
    padding: 20px 30px !important;
    height: 203px !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 1px 10px #ccc;
}

.chatbot ul.webchat__toaster__list li:last-child {
    float: right;
    padding-right: 15px;
}

.chatbot ul.webchat__toaster__list li:first-child {
    width: auto;
}

.chatbot .sessionendchatarea h2 {
    margin: 0px 0px 10px;
    padding: 0;
    font-size: 20px !important;
    font-weight: bold;
}

.chatbot .sessionendchatarea p {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
}

.chatbot .sessionendchatarea .cnfrmchat {
    padding: 10px 20px;
    font-size: 16px !important;
    background: #215ed9;
    color: #fff;
    display: block;
    text-decoration: none !important;
    width: 100%;
    border-radius: 5px;
    margin: 18px 0px 0px;
}

    .chatbot .sessionendchatarea .cnfrmchat:hover {
        background: rgb(0 119 218 / 15%);
        color: #26333A;
    }

.chatbot .sessionendchatarea a {
    margin: 0;
    padding: 10px 20px;
    font-size: 16px !important;
    display: block;
    color: #215ed9;
    text-decoration: none !important;
}


.chatbot #webchat {
    position: fixed;
    z-index: 99999 !important;
    bottom: 40px;
    height: 85%;
    /*width: 30%;*/
    /*height: 720px;*/
    width: 400px;
    background: #f2f2f2 !important;
    box-shadow: 0 5px 20px 0 rgb(167 167 167) !important;
    right: 36px;
    border-radius: 3px !important;
    overflow: hidden;
}



    .chatbot #webchat > div {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        z-index: 999;
        border-radius: 25px !important;
    }

.chatbot .main {
    border: 1px solid rgb(230, 230, 230) !important;
    border-radius: 0px 0px 15px 15px !important;
}

.chatbot ul.webchat__toaster__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chatbot ul.webchat__toaster__list li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 33%;
    }



        .chatbot ul.webchat__toaster__list li a {
            margin: 23px 10px 14px 0px;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
        }

            .chatbot ul.webchat__toaster__list li a.endchatme {
                margin-top: 33px ​ !important;
                margin-right: 2px;
            }

.chatbot .material-icons {
    font-family: 'Material Icons' !important;
    font-size: 28px !Important;
}

.chatbot .menuitems {
    display: none;
}


.chatbot .menuitems {
    width: 190px;
    height: auto;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    z-index: 99;
    box-shadow: 0px 3px 10px #ccc;
    right: 21px;
}




.chatbot .webchat__fileContent__fileName.webchat__fileContent__fileName {
    color: rgb(255 255 255) !important;
}

.chatbot .webchat__fileContent__size.webchat__fileContent__size {
    color: #fff !important;
}

.chatbot .menuitems a {
    width: 100% !important;
    float: left;
    background: none !important;
    border-top: 1px solid #ececec !important;
    border-bottom: none !important;
    border-right: none !important;
    cursor: pointer;
    text-align: left;
    padding: 10px 0 12px 10px !important;
    border-left: none !important;
    box-sizing: border-box;
    position: static !important;
}

    .chatbot .menuitems a:first-child {
        border-top: 0px !important;
    }

    .chatbot .menuitems a:hover {
        background: #f4f4f4 !important;
    }

.chatbot .wc-chatview-panel .menuitems {
    width: 170px;
    float: left;
    padding: 0px;
}

.chatbot #faqModal, .chatbot #tncModal {
    z-index: 999999;
}

.chatbot div [aria-relevant="all"] + div {
    flex: 1 1 0%;
    /*box-shadow: 0 0px 10px 0 rgba(0,0,0,.16) !important;*/
    background: #f2f2f2;
}

.chatbot .logoarea {
    width: 150px;
    margin: 14px 1px 9px 12px;
    float: left;
}

.chatbot .react-film__filmstrip__list {
    display: block !important;
}

.chatbot ul.react-film__filmstrip__list li {
    width: 100% !important;
    float: left;
}

.chatbot .react-film__filmstrip {
    max-height: 160px;
    overflow: auto !important;
    max-width: 100%;
    margin-left: 0%;
    padding: 0px 65px;
}

.chatbot .react-film__filmstrip__list {
    display: block !important;
}

.chatbot .react-film__filmstrip__item:first-child {
    padding-left: 0 !important;
}

.chatbot .react-film__filmstrip__item:first-child {
    padding-left: 0 !important;
}

.chatbot .webchat__send-box-text-box__input.webchat__send-box-text-box__input {
    box-shadow: none !important;
    padding-left: 5px !important;
    min-height: 53px;
}

.chatbot #webchat .helptext {
    text-align: center;
    padding: 19px 0px 14px 3px !important;
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
    font-family: "OpenSans-Semibold";
    /* //text-transform: uppercase;*/
}

.chatbot div [aria-relevant="all"] {
    max-height: 61px !important;
    background: #ffffff;
    height: 61px;
}

.chatbot .webchat--css-hlwsj-xl8pke.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    background: rgb(68 68 68 / 10%) !important;
    border-color: rgb(230, 230, 230);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: black;
    min-height: 38px;
}

.chatbot .closeicon {
    position: fixed;
    bottom: 20px;
    right: 22px;
    cursor: pointer;
    z-index: 999999 !important;
}

.chatbot .plus {
    background-image: url("images/popup-inactive.png");
    width: 70px;
    height: 70px;
    -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-repeat: no-repeat;
}

    .chatbot .plus:hover {
        background-image: url("images/popup-active.png");
    }

.chatbot.chatBotActive {
    background-image: url("images/popup-active.png");
}

.chatbot .plus.minus {
    background-image: url("close_ico.svg");
    width: 70px;
    height: 70px;
    -webkit-transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-repeat: no-repeat;
    background-color: #C4C4C4;
    border-radius: 50px;
    background-position: center center;
    background-size: 35px 35px;
}

.chatbot .closeicon.plus:after {
    content: "";
    background: none;
    position: absolute;
    right: 8px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #215ed9;
    display: none;
}

.chatbot .closeicon.plus.minus:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #C4C4C4;
    top: -29px;
    bottom: inherit;
    left: 3px;
    right: 0;
    margin: 0 auto;
}

.chatbot .webchat__suggested-action__button {
    background: white;
    border-color: #215ed9 !important;
    border-style: solid;
    border-width: 2px;
    color: #215ed9 !important;
}

    .chatbot .webchat__suggested-action__button:hover {
        background: rgb(0 119 218 / 15%) !important;
        /*color: #26333A !important;*/
    }

.chatbot button.webchat__suggested-action__button {
    white-space: normal !important;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px !important;
    min-height: 37px !important;
    height: auto !important;
}

.chatbot .webchat__bubble.webchat__bubble--from-user.webchat__bubble--hide-nub .webchat__bubble__content {
    background: #215ed9 !important;
    border-color: #215ed9;
    border-radius: 18px !important;
    border-style: solid;
    border-width: 1px;
    color: black;
    min-height: 38px;
    color: #fff !important;
}

.webchat__basic-transcript__activity--from-user .webchat__stacked-layout__avatar-gutter {
    display: none !important;
}

.chatbot .webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) {
    background: url(images/avtr.png) left top no-repeat !important;
    color: #26333A !important;
}

    .chatbot .webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) .webchat__initialsAvatar__initials {
        font-size: 0px !important;
    }

.chatbot .webchat__initialsAvatar .webchat__initialsAvatar__initials {
    font-size: 15px;
}

.webchat__initialsAvatar {
    background-color: #215ed9 !important;
}

.chatbot .webchat__bubble.webchat__bubble--hide-nub .webchat__bubble__content {
    background: transparent !important;
    border-color: #f1f1f1;
    border-radius: 13px !important;
    border-style: solid;
    border-width: 1px;
    color: #26333A !important;
    min-height: 38px;
    max-width: 243px;
}

.chatbot .webchat__bubble.webchat__bubble--hide-nub .markdown {
    background: #fff !important;
}

.ac-adaptiveCard .ac-actionSet .ac-pushButton {
    appearance: none;
    background-color: transparent;
    border-style: solid !important;
    border-width: 1px !important;
    color: rgb(0, 99, 177);
    font-weight: 600;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.ac-container.ac-adaptiveCard {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

a.closepopup img {
    width: 18px;
    display: none;
}

a.closepopup {
    background: url(images/icon-min.png) left top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 17px;
}

a.endchatme img {
    width: 17px;
    display: none;
}

a.endchatme {
    background: url(images/icon-close.png) left top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 18px;
}

li.webchat__basic-transcript__activity.webchat__basic-transcript__activity--acknowledged.webchat__basic-transcript__activity--from-user .webchat__bubble__nub-pad {
    display: none;
}

.chatbot .webchat__send-box__main {
    box-shadow: none !important;
    border-top: 0px !important;
    margin-top: 0px;
    border-radius: 0px !important;
    padding-top: 4px;
    padding-bottom: 3px;
}

.webchat--css-jimwk-1hkybn1 {
    padding: 10px 15px !important;
}


.chatbot .webchat__send-icon {
    fill: #215ed9 !important;
    cursor: pointer;
}

.webchat__basic-transcript:focus .webchat__basic-transcript__focus-indicator,
.webchat__basic-transcript .webchat__basic-transcript__terminator:focus + .webchat__basic-transcript__focus-indicator {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-width: 1px !important;
}

.chatbot .webchat__connectivityStatus {
    background: #ffffff;
    margin: 0px !important;
    padding: 11px 14px;
    font-size: 13px;
}

.chatbot .webchat__upload-button SVG {
    fill: rgb(173 173 173) !important;
    cursor: pointer;
    /*width: 12px !important;*/
}

.chatbot .footlinks {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #cecece;
}

    .chatbot .footlinks ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .chatbot .footlinks ul li {
            margin: 0;
            float: left;
            padding: 0;
        }

            .chatbot .footlinks ul li a {
                margin: 0;
                display: block;
                padding: 10px 6px 10px 18px;
                color: #215ed9;
                text-decoration: none;
            }


.chatbot ul[role="region"] {
    overflow-y: visible !important;
}

@media (min-width:320px) and (max-width:1024px) {
    .chatbot #webchat {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: inherit;
        left: 0px;
        border-radius: 0px !important;
    }

    .chatbot div [aria-relevant="all"] {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .chatbot .closeicon.plus.minus {
        position: fixed;
        top: 17px;
        right: 7px;
        z-index: 999999;
        width: 25px;
        height: 25px;
        left: inherit;
        background-size: 20px;
        background-color: inherit !important;
        background-image: url(close_ico_mob.svg);
    }

        .chatbot .closeicon.plus.minus:after {
            display: none !important;
        }
}


.chatbot #webchat .sessionendchatarea a, .webchat__suggested-actions__button button {
    width: 254px;
    margin: 15px 0px !important;
    float: none;
    border: 1px solid #215ed9 !important;
    border-radius: 4px;
    padding: 0px 0px !important;
    font-size: 15px !important;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
}

.webchat__suggested-actions__button {
    padding: 0px 5px !important;
}

.chatbot #webchat .sessionendchatarea a:hover {
    background: rgb(0 119 218 / 15%) !important;
}

button.webchat__suggested-action__button {
    height: auto;
    margin: 10px 0px 0px 0px !important;
    float: none;
    border: 1px solid #215ed9 !important;
    border-radius: 4px;
    padding: 0px 0px !important;
    font-size: 16px !important;
    font-weight: bold;
}

    button.webchat__suggested-action__button:hover {
        color: #215ed9 !important;
    }

.react-film__main .react-film__filmstrip .react-film__filmstrip__list .react-film__filmstrip__item:last-child {
    padding-right: 0px !important;
}

/*button.webchat__icon-button.webchat__icon-buttonInactive {
    background: url(images/arrow-inactive.png) 0px 4px no-repeat !important;
    border: 0px !important;
}

button.webchat__icon-button:hover {
    background: url(images/arrow-active.png) 0px 4px no-repeat !important;
    border: 0px !important;
}

button.webchat__icon-button:hover {
    background: url(images/arrow-active.png) 10px 5px no-repeat !important;
    border: 0px !important;
}*/



.webchat__send-icon {
    display: none;
    /* background: red!important; */
}

a.closepopup span {
    background: transparent;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18.5px;
}

a.endchatme span {
    background: transparent;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

a.endchatme {
    vertical-align: top;
}

.webchat--css-jimwk-1vap6r.webchat__stacked-layout {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.webchat__suggested-actions__carousel {
    background: #f2f2f2 !important;
}

.webchat__stacked-layout {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

a.closeicon.plus span:before {
    content: 'Chat with us';
    position: absolute;
    left: -122px;
    top: 15px;
    background: #215ed9;
    color: #fff;
    font-size: 15px;
    padding: 7px 14px;
    font-family: 'OpenSans-Regular' !important;
    border-radius: 16px;
}

a.closeicon.plus span:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #215ed9;
    content: '';
    left: -18px;
    position: absolute;
    top: 23px;
}

.ac-adaptiveCard .ac-actionSet .ac-pushButton {
    appearance: none;
    background-color: transparent;
    border-style: solid !important;
    border-width: 1px !important;
    color: #215ed9;
    font-weight: normal !important;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 2px;
    font-size: 14px;
    height: 37px;
    border-color: #215ed9 !important;
    font-family: 'OpenSans-SemiBold' !important;
}

    .ac-adaptiveCard .ac-actionSet .ac-pushButton:hover {
        background: rgba(0,119,218,0.1) !important;
    }

.ac-pushButton[aria-pressed="true"] {
    background-color: rgb(33 94 217) !important;
    border-color: #215ed9;
    color: #ffffff !important;
}

.grecaptcha-badge {
    display: none;
}

.chatbot #webchat .markdown ul li {
    list-style: disc;
    list-style-position: inside;
}

.chatbot #webchat .markdown ol li {
    list-style: decimal;
    list-style-position: inherit;
}

.chatbot #webchat .markdown strong {
    font-weight: bold;
}

.chatbot #webchat .markdown p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.chatbot b {
    display: none;
    position: absolute;
    top: -43px;
    font-size: 13px;
    width: 100px;
    background: #215ed9;
    color: #fff;
    padding: 6px 10px;
    border-radius: 7px;
    right: -11px;
}



.chatbot a b:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #215ed9;
    content: '';
    right: 37px;
    position: absolute;
    top: 31px;
}

.chatbot a:hover b {
    display: block;
}

.chatbot span {
    display: block;
}

.chatbot #webchat table tr th, .chatbot #webchat table tr td {
    font-size: 14px !important;
    border: 1px solid #ccc;
    padding-left: 1px !important;
}
.chatbot #webchat .popup {
    height: 60px;
    top: 60px;
    border-radius: 0px !important;
    position: absolute;
    border-top: 1px solid #ccc;
}

.popup-content {
    width: 100% !important;
    padding: 16px !important;
    border-radius: 0px !important;
    box-shadow: 0px 3px 13px #a3a3a3 !important;
    background-color: #e3e3e3 !important;
}

    .popup-content h2 {
        float: left;
        margin: 0px;
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
    }

    .popup-content p {
        float: left;
        line-height: 34px !important;
        margin: 0px 10px;
    }

    .popup-content button {
        padding: 0px;
        font-size: 10px;
        margin: 0px 10px 0px 0px;
        background: none;
    }

    .popup-content img {
        width: 36px;
        cursor: pointer;
    }

#accept-call-button:disabled {
    color: gray;
}

.popup {
    display: none;
    position: unset;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.accept-btn {
    background-color: #4CAF50;
    color: white;
}

.reject-btn {
    background-color: #f44336;
    color: white;
}

.chatbot .webchat__bubble--hide-nub:not(.webchat__bubble--from-user) .plain {
    background: #fff !important;
}

.chatbot .webchat__bubble--hide-nub:not(.webchat__bubble--from-user) .webchat__fileContent {
    background: white !important;
    border-color: rgb(230, 230, 230);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    min-height: 38px;
}

.chatbot .webchat__bubble--hide-nub:not(.webchat__bubble--from-user) .webchat__fileContent .webchat__fileContent__fileName.webchat__fileContent__fileName {
    color: #428bca !important;
    text-decoration: none;
}

.chatbot .webchat__bubble--hide-nub:not(.webchat__bubble--from-user) .webchat__fileContent .webchat__fileContent__downloadIcon {
    fill: rgb(0, 99, 177);
    padding: 5px;
}

.chatbot .endchatarea .transcript {
    display: inline-flex;
    align-items: center;
}

/*css moification to restrict retry button from message when attachment upload fails*/
.webchat__basic-transcript__activity-box .webchat__stacked-layout--no-message .webchat__stacked-layout__status [class*='-on5hwq'] button {
    display: none;
}

.webchat__basic-transcript__activity-box .webchat__stacked-layout--no-message .webchat__stacked-layout__status [class*='-on5hwq'] {
    visibility: hidden;
    position: relative;
}

.webchat__basic-transcript__activity-box .webchat__stacked-layout--no-message .webchat__stacked-layout__status [class*='-on5hwq']::after {
    visibility: visible;
    position: relative;
    top: -14px;
    left: 0;
    flex-direction: row-reverse;
    display: flex;
    content: "Try Sending File Upto 4 MB.";
}

.webchat__basic-transcript__activity-box .webchat__stacked-layout--no-message .webchat__stacked-layout__status [class*='-on5hwq']::before {
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row-reverse;
    display: flex;
    content: "Send Failed! File Size Limit Exceeded.";
}
	.chat_indicator {
    position: absolute;
    bottom: 67px;
    left: 10px;
    height: 20px;
    width: 64px;
}

#showTextForTypingIndicator {
    margin: 0px;
    font-size: 10px;
    color: #767676;
    display: block;
    font-weight: normal;
}
/* Rating Star Widgets Style */
/*.ac-columnSet {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}



    .ac-columnSet .ac-container {
        display: inline-block;
    }*/



/* Idle State of the stars */
/*.ac-columnSet .ac-container:before {
            font-size: 2.5em;*/ /* Change the size of the stars */
/*color: #ccc;*/ /* Color on idle state */
/*content: "★"
        }*/



/* Hover state of the stars */
/*.ac-columnSet .ac-container.hover:before {
            color: #215ed9 ;
        }*/



/* Selected state of the stars */
/*.ac-columnSet .ac-container.selected:before {
            color: #215ed9 ;
        }



        .ac-columnSet .ac-container > div {
            display: none !important;
        }



.ac-vertical-separator {
    display: none !important;
}*/
/*.chat_bar_wrapper {
    margin: 4px 0px;
    cursor: pointer;
    color: #8f8f8f;
}
.multiple_question_wrappper {
    background: #F5F7FF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97%;
    height: 100%;
    border:1px solid #dbdbbd !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 999;
    padding: 10px;
    overflow-y: auto;
}
.question_ask {
    border-bottom: 1px solid #dbdbbd !important;
    padding-bottom: 8px;
}
.question_ask h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}
.answers_of_ques {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;

}
.answers_of_ques li {
    border:1px solid #0F39B8 !important;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    padding: 4px 8px;
    color: #333;
    margin: 0 5px 5px 0px;
    cursor: pointer;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.answers_of_ques li .material-symbols-outlined {
    color: #0F39B8;
    margin-right: 4px;
    font-size: 16px;
}
.answers_of_ques li.selected {
    background-color: #0F39B8;
    color: #fff;
}
.answers_of_ques li.selected .material-symbols-outlined {
    color: #fff;
}
.answers_of_ques li:hover {
    background-color: #0F39B8;
    color: #fff;
}
.answers_of_ques li:hover .material-symbols-outlined {
    color: #fff;
}*/