
/*
@supports (-webkit-touch-callout: none) {
        .inbenta .inbenta-bot__bubble.inbenta-bot__bubble--left {
    width: auto;
    margin-left: auto !important;
    margin-right: -25em;
}

}*/

#inbenta-bot-sdk{
    display: none;
}

@media (min-width: 1025px) and (max-width: 1280px) {
        .inbenta .inbenta-bot__bubble.inbenta-bot__bubble--left {
    width: auto;
    margin-left: auto !important;
    margin-right: -25em;
}}


@media (min-width: 768px) and (max-width: 1024px) {
  
       .inbenta .inbenta-bot__bubble.inbenta-bot__bubble--left {
    width: auto;
    margin-left: auto !important;
    margin-right: -25em;
}

  
}

.inbenta .confirmation-box__subtitle {
    display: none;
}

.inbenta .inbenta-bot__bubble .messages__message, .inbenta .inbenta-bot__chat .messages__message {
    padding: 5px 0 0px;
}

.inbenta .inbenta-bot__chat .content__buttons .inbenta-bot-button-secondary {
    margin-right: 8px;
    background-color: #F36D22;
    color: #fff;
    min-height: 40px;
    min-width: 70px;
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 12.5px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.16), 0 3px 12px 0 rgba(0,0,0,.08);
    transition: all .3s ease 0s;
    text-transform: uppercase;
}
.inbenta .inbenta-bot__chat__custom-window .loader {
    display: none;
}

.inbenta-bot .inbenta-bot__chat__custom-window .custom-window__close-button {
    display: none !important;
}

.inbenta .inbenta-bot__bubble .footer__form__button,
.inbenta-bot__chat .footer__form__button {
    color: #fff;
}

.inbenta .inbenta-bot__bubble table td {
    border: 0px !important;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq *,
.inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq * {
    table-layout: fixed;
    width: 100%;
}

.inbenta-bot__bubble .body__content-faq *,
.inbenta-bot__chat .body__content-faq * {
    table-layout: fixed;
    width: 100%;
}

.inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq,
.inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq {
    width: auto!important;
    -ms-word-wrap: break-word;
}

.inbenta .inbenta-bot__bubble table td,
.inbenta-bot__bubble table th,
.inbenta .inbenta-bot__chat table td,
.inbenta-bot__chat table th {
    border: none;
}

.inbenta .inbenta-bot__bubble table td {
    font-size: 14px;
    font-family: 'Arial', sans-serif
}

.inbenta .inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send {
    right: 0px
}

.inbenta .inbenta-bot__launcher {
    display: none
}

.inbenta .inbenta-bot--msie-11 .inbenta-bot__bubble,
.inbenta .inbenta-bot--msie-11 .inbenta-bot__chat {
    border: 0px solid
}

.inbenta .inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq *,
.inbenta .inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq * {
    display: inline-block;
    width: 100%
}

.inbenta .inbenta-bot--msie-11 .inbenta-bot__bubble.inbenta-bot__bubble--left {
    width: auto;
}

.inbenta .inbenta-bot--msie-11 .inbenta-bot__bubble .body__content-faq,
.inbenta .inbenta-bot--msie-11 .inbenta-bot__chat .body__content-faq {
    width: auto;
}

.inbenta .inbenta-bot--msie-11 .inbenta-bot__bubble.inbenta-bot__bubble--left a {
    word-break: break-all;
}

.inbenta .inbenta-bot__chat__header {
    background: #F36D22
}

.inbenta .inbenta-bot__bubble .header__title,
.inbenta-bot__chat .header__title {
    color: #FFFFFF;
    font-family: Arial;
    display: flex;
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar {
    background: #F36D22;
}

.inbenta .inbenta-bot__bubble .body__wrapper,
.inbenta-bot__chat .body__wrapper.inbenta-bot__chat__header {
    background: #4682B4;
}

.inbenta .inbenta-bot__bubble .messages__message--received.messages__message__content,
.inbenta .inbenta-bot__chat .messages__message--received.messages__message__content {
    background: #4682B4;
}

.inbenta .inbenta-bot__bubble .messages__message--sent.messages__message__content,
.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content {
    background: #EFEFED;
}

.inbenta .inbenta-bot__chat__confirmation .confirmation-box__icon {
    color: #F36D22;
}

.inbenta .inbenta-bot-button {
    background-color: #F36D22;
}

.inbenta .inbenta-bot-button:hover:not([disabled]),
.inbenta .inbenta-bot-button.clicked {
    background-color: #15717D;
}

.inbenta .inbenta-bot__bubble__header {
    background-color: #15717D;
}

.inbenta .inbenta-bot__bubble__body {
    padding: 10px;
}

.inbenta .inbenta-bot__bubble table,
.inbenta-bot__bubble table td,
.inbenta-bot__bubble table th,
.inbenta-bot__chat table,
.inbenta .inbenta-bot__chat table td,
.inbenta-bot__chat table th {
    border-color: transparent;
    word-wrap: break-word;
}

.inbenta .inbenta-bot__bubble.inbenta-bot__bubble--left {
    width: auto;
    margin-left: -15em;
    margin-right: -25em;
}

.inbenta .inbenta-bot__bubble.inbenta-bot__bubble--right {
    margin-left: 0em;
    width: -webkit-fill-available;
    margin-right: -40em;
}

.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button,
.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button {
    background-color: transparent;
    color: #F36D22;
    padding: 0;
    font-weight: 400;
    font-size: 13.5px;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    opacity: 1;
    min-height: auto;
    min-width: auto;
    text-transform: none;
}

.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked,
.inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]),
.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked,
.inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) {
    color: #F36D22;
}

.inbenta .inbenta-bot__bubble.inbenta-bot__bubble--left font {
    color: #F36D22;
}

.inbenta .inbenta-bot__powered__link {
    display: none;
}

.inbenta .inbenta-bot__chat__header {
    padding: 8px 16px 8px 10px;
}

.inbenta span.gsk_title {
    margin-top: 2px;
}

span.inbenta-bot-icon.inbenta-bot-icon--avatar::before {
    display: none !important;
}

body .inbenta-bot-icon--avatar {
    background-image: url(https://assets.gskstatic.com/pharma/us/global/components/prod/chatbot-ma/images/Chat_Icon.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    background-size: 100%;
    color: transparent
}

.inbenta .inbenta-bot__bubble .inbenta-bot-rating__content__buttons .inbenta-bot-button {
    border-radius: 20px;
    width: 100px;
    background: #15717D;
}

.inbenta .inbenta-bot__bubble .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
    display: block;
    font-weight: 600;
}

.inbenta span.inbenta-bot-icon.inbenta-bot-icon--rating-yes {
    display: none;
}

.inbenta span.inbenta-bot-icon.inbenta-bot-icon--rating-no {
    display: none;
}

.inbenta .inbenta-bot__chat .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
    display: block;
    color: white;
}

.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button {
    text-transform: capitalize;
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button {
    width: 60px;
    height: 30px;
    color: #85d4dc;
    background: #15717D;
    box-shadow: none;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase {
    padding: 0 4px 0 0;
    font-style: initial;
    font-weight: 500;
    margin-top: 10px
}
.inbenta .inbenta-bot {
  
    font-family: 'arial', sans-serif;
}
.inbenta .inbenta-bot__chat .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
    display: block;
    color: white;
    border-radius: 0px;
    width: 100px
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content {
    display: grid;
}

.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
    background: #15717D;
}

.inbenta .inbenta-bot p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'arial', sans-serif;
    word-wrap: break-word;
}

.inbenta .inbenta-bot__bubble__body .inbenta-bot-button:hover:not([disabled]) {
    background-color: #F36D22;
}

.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) {
    color: #15717D;
}

.inbenta .inbenta-survey .inbentaBtn.inbentaDefault:hover {
    background-color: #15717D;
}

@media (max-width: 768px){
    body.inbenta-bot--open {
        position: static !important;
        overflow: auto !important;
    }
}