.messages__message__content .content__buttons button.inbenta-bot-button {
    background: #0297d8!important;
    padding: 10px!important;
    margin: 0!important;
    color: #525252!important;
    font-weight: 500!important;
    border: none!important;
    border-radius: 5px!Important;
    color: #fff!important;
    margin: 2px 0px!Important;
}

.ui-draggable {
    max-width: 420px;
    width: 100%;
	bottom: -15px !important;
}

body #inbenta-bot-sdk.inbenta .inbenta-bot__chat, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
    width: 100%!important;
    max-width: 100%!important;
}

.messages__message__content .content__buttons.content__buttons--multiple-choise {
    padding: 0px!Important;
}



.messages__message__content span.inbenta-bot-icon.inbenta-bot-icon--faq-icon {
    display: none;
}


span.content__text.content__text--info, .messages__message--received .content__text {
      background: #f8f8f8;
    font-size: 13px;
    color: #525252;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 11px;
    border-radius: 10px 10px 10px 0;
}

.messages__message--received .messages__message__content {
    background: transparent!important;
    box-shadow: none!important;
}



.inbenta-bot-rating__content {
    padding: 10px!important;
}





.inbenta-bot .hide {
    display: none!Important;
}



.inbenta-bot__chat__body .form-group {
    margin-bottom: 1rem;
}

.inbenta-bot__chat__body .form-control {
    border: 1px solid #ababab;
    background-color: #fff;
    background-color: rgba( 255,255,255,0.85 );
    color: #444;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}


.inbenta-bot__chat__body label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #525252;
    line-height: 1.5;
    z-index: 999999;
}

.inbenta-bot__chat__body label.form-check-label {
    display: inline;
    font-weight: 100;
}
	
.inbenta-bot__chat__body label.form-check-label a {
     font-weight: 400;
}

.inbenta-bot__chat__body .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 10px 0px 20px 0px;
    border: none!important;
}

body #inbenta-bot-sdk.inbenta .inbenta-bot a:hover {
    color: #6ac1ca;
}