body, html {
/*font-family: -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}
body {
/*overflow: hidden;*/
}
.form-control {
	border-right: none
}
.input-group-text {
	background-color: white;
	border-left: none;
	height: 100%;
	align-items: center;
}
#cbsw {
	font-family: -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	max-width: 80em;
}
.cbsw_date_time {
    font-size: .8rem;
    color: #9e9e9e;
    position: absolute;
    bottom: -5px;
    right: 0;
}
.alert {
	padding: .55rem .8rem;
}
.cbsw_return .cbsw_bubble {
	/*display: flex !important;
	flex-direction: column !important;*/
	color: #000!important;
	line-height: 160%;
}
.cbsw_return .cbsw_bubble a img {
	display: flex;
	margin: 0 auto
}
.cbsw_return .cbsw_bubble a.btn_download {
	width: 100% !important;
	text-align: center !important;
	color: #666 !important;
}
.cbsw_return .cbsw_bubble a.btn_download h5 {
	margin-bottom: 9px !important;
}
.cbsw_request .cbsw_bubble:after {
	border-left: 8px solid transparent;
	border-top: 8px solid #e0e0e0;
	bottom: -8px;
	content: "";
	position: absolute;
	right: 0;
}
 @-moz-document url-prefix() {
 .cbsw_request .cbsw_bubble:after {
 bottom: -7px;/* Adjust this to move text closer to the bullet */
}
}
.quad {
	border: 1px solid #161616;
	width: 5px;
	height: 6px;
	float: left;
	background-color: #161616;
	margin-right: 5px;
	margin-top: 5px;
}
.shadow {
	box-shadow: 0 .1rem .5rem rgba(0,0,0,.15)!important;
}
.cbsw, .cbsw_icon {
	position: fixed !important;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 800;
	height: 80%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 16px;
}
.cbsw_collapsed {
	right: -110%;
}
.background-chat-open {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	background: black !important;
	opacity: .2 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 700 !important;
	display: block !important;
}
.background-chat-close {
	display: none;
}
#background-chat {
	opacity: 1;
	transition: opacity 1s;
}
a {
/*color: rgb(255, 145, 0)*/
}
#basic-addon2 img {
	display: flex;
	flex: 1;
}
input[type=text]:focus, textarea:focus {
	box-shadow: none;
	outline: none;
}
/*------------ TOP ------------*/
.cbsw_top, .cbsw button {
	cursor: pointer;
}
.cbsw_top {
	position: relative;
	background-color: #385C81;
	z-index: 1000;
	background-color: #007bff;
}
.cbsw_top .cbsw_image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	font-size: 16px !important;
}
.cbsw_open, .cbsw_icon, .cbsw_collapsed .cbsw_close {
	display: none;
}
.cbsw_collapsed .cbsw_open {
	display: inline-block;
	opacity: 100;
	right: 0;
}
.cbsw_openclose {
	left: 10px;
}
/*------------ DIALOGUE ------------*/
.cbsw_collapsed .cbsw_dialogue {
	height: 0;
}
.cbsw_dialogue {
	overflow: auto;
	overflow-x: hidden;
	line-height: 18px;
	flex-grow: 1;
	position: relative;
	word-break: break-all;
}
.cbsw_dialogue > div {
	opacity: 100;
}
.cbsw_collapsed .cbsw_dialogue > div {
	opacity: 0;
}
.cbsw_request {
	text-align: right;
	width: 100%;
}
.cbsw_bubble {
	/* max-width: 90%;
   font-size: 16px !important;
   */
	text-align: left;
	position: relative;
	border: 0;
	/* font-size: 1.45rem !important; */
	color: #000!important;
	line-height: 160%;
	word-spacing: 0.15rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.cbsw_request .cbsw_bubble {
	border-bottom-right-radius: 0;
	background-color: #e0e0e0;
	color: #007bff;
}
.cbsw_return{
    position: relative
}
.cbsw_return .cbsw_bubble {
	border-top-left-radius: 0;
	background-color: #ffffff;
	color: #000;
	width: 100%;
}
.cbsw_return .cbsw_bubble::before {
	content: "";
	position: absolute;
	right: -14px;
	top: 0;
	border-bottom: 14px solid transparent;
	border-left: 15px solid #fff;
}
.cbsw_return .cbsw_bubble::before {
	right: 100%;
	border-right: 15px solid #fff;
	border-left: 0;
}
.digitando:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4, end) 900ms infinite;
	animation: ellipsis steps(4, end) 900ms infinite;
	content: "\2026"; /* ascii code for the ellipsis character */
	width: 0px;
	color: #6c757d;
}
.cbsw_action {
	z-index: 1000;
}

.cbsw_action input[type="file"] {
	display: none
}
.cbsw_action input, .cbsw_action button {
	font-size: 15px !important;
}
.cbsw_action input {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important
}
.cbsw_action button {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	height: 100%;
}
.cbsw_icon {
	display: block;
	padding: 17px 20px;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 123, 255, 0.4);
	animation: pulse 2s infinite;
	height: auto;
	font-size: 22px;
}
.cbsw_icon:hover {
	animation: none;
}
#cbsw_input {
	/* font-size: 1.5rem; */
	height: auto !important;/*width: auto !important;
	
	margin-bottom: 10px;*/
}
#cbsw_input:empty:before {
	content: attr(data-placeholder);
	color: #b3b3b3;
	/* font-size: 1.5rem; */
}
#cbsw_submit {
	background-color: #007bff;
	color: white;/* border-radius: 4px !important; */
}

/*------------ RESPONSIVE ------------*/
@media (max-width: 768px) {
.cbsw {
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.cbsw_collapsed {
	right: -110%;
}
#cbsw_submit {
/* border-radius: 4px !important; */
        
}
.cbsw_icon {
	display: block;
	padding: 17px 20px;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 123, 255, 0.4);
	animation: pulse 2s infinite;
	height: auto;
	font-size: 22px;
}
.cbsw_icon:hover {
	animation: none;
}
.cbsw_top {
	border-radius: 0 !important;
}
.cbsw_top .cbsw_image {
	display: none;
}
}
.cbsw_d_none {
	display: none;
}
.cbsw_d_block {
	display: block;
}
/*------------ ANIMATIONS ------------*/
.cbsw_animation {
	-webkit-transition: width 1s, height 1s, padding 1s, opacity 1s, right 0.5s, left 0.5s, bottom 0.5s;
	transition: width 1s, height 1s, padding 1s, opacity 1s, right 0.5s, left 0.5s, bottom 0.5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.chatLauncherTop {
	max-width: 2rem;
	margin-right: 5px;
}
.chatLauncher {
	position: absolute;
	right: 0;
	max-width: 9em;
	bottom: 0;
}
.chatLauncher {
	/*animation-duration: 0.5s;*/
	transition-duration: 0.5s;
	position: fixed;
	bottom: 3%;
	right: 2%;
	z-index: 1;
	/* border: 4px solid #075cc2;*/
	padding: 0;
	border-radius: 8px;
	margin: 0;
	text-decoration: none;
	/*background-color: #ffffff;*/
	color: #454545;
	/*font-family: sans-serif;
	font-size: 1rem;*/
	cursor: pointer;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;/*  width: 264px;
      opacity: 0;*/
}
chatLauncher.open {
	animation-name: slideInRight;
	opacity: 1;
}
.chatLauncher:hover, .chatLauncher:focus {
/*background-color: #fff; border: 4px solid #0053ba;*/
}
.chatLauncher:focus {
	outline: 1px solid #0053ba;
	outline-offset: -4px;
}
   .cbsw_bubble iframe{
            width: 100%!important;
    }
@media only screen and (max-width: 600px) {
 
.chatLauncher {
	width: 11rem;
	bottom: 10px;
	right: 8px;
	
}
}
 @keyframes ellipsis {
 to {
 width: 1.25em;
}
}
@-webkit-keyframes ellipsis {
 to {
 width: 1.25em;
}
}
@keyframes pulse {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
 box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
}
 70% {
 -moz-box-shadow: 0 0 0 30px rgba(0, 123, 255, 44, 0);
 box-shadow: 0 0 0 30px rgba(0, 123, 255, 0);
}
 100% {
 -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
 box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
}
 70% {
 -webkit-box-shadow: 0 0 0 30px rgba(0, 123, 255, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
}
