.ia-chat-teams{
	overflow: auto;
}
.ia-chat-teams .avatar{
	border-width:0px;
	margin:0;
	width:3rem;
	height:3rem;
	flex-shrink:0;
	font-size:1rem;  
}
.button-change-model{
	background-color: rgba(255, 255, 255, 0.1); 
	border-radius: 50px;
	width: 1.5em;
	height: 1.5em;
	margin: auto;
}
.button-change-model > svg{
	margin: auto;
}
#pix-qr-code > img {
	margin: auto;
}
.lqd-titlebar-container,
.lqd-page-content-container{
	max-width: 100% !important;
}
@media (max-width: 991px){
	.lqd-chat-form-wrap{
		width: 100%;
	}
}
/* @media not all and (min-width: 768px){
	#chat_form{
		padding-bottom: 30px;
	}
} */
.lqd-tinymce-toolbar-fixed div.tox .tox-toolbar__group:last-child{
	justify-content: center !important;
}
.dropzone{
	background: none !important;
	border: none ;
	padding: 0 !important;
}
.dz-message{
	display: none;
}
.pt-\[calc\(var\(--editor-tb-h\)\+var\(--editor-bb-h\)\+3rem\)\]{
	padding-top:calc(var(--editor-tb-h) + var(--editor-bb-h) + 7rem) !important;
}
.lqd-navbar-ul{
	min-width: 57px;
}
.icon-share{
	background: rgba(111, 179, 201, 0.12);
	padding: 10px;
	border-radius: 50px;
}   
.i-whats * {
	color: #25d366;
}
.i-gmail * {
	color: #c71610;
}
.i-trello * {
	color: #0079bf;
}
.i-telegram * {
	color: #24A1DE;
}
.custom-scrollbar::-webkit-scrollbar {
	width: 0;
	background: transparent; /* Faz com que a barra seja invisível */
}
.custom-scrollbar {
	-ms-overflow-style: none;  /* IE e Edge */
	scrollbar-width: none;  /* Firefox */
}

/* INTRO JS */
.customTooltip{
	-webkit-box-shadow: -1px 2px 22px 0px rgba(0,0,0,0.75)!important;
	-moz-box-shadow: -1px 2px 22px 0px rgba(0,0,0,0.75)!important;
	box-shadow: -1px 2px 22px 0px rgba(0,0,0,0.75)!important;
}

.customTooltip *{
	color: #3d3d3d;
	background-color: #e5ddff;
}

.customTooltip .introjs-tooltip-header {
	background-color: #3d3d3d;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

.customTooltip .introjs-tooltip-title {
	background-color: #3d3d3d;
	color: #e5ddff !important;
	font-size: 14px;
	white-space: nowrap;
}

.customTooltip .introjs-skipbutton{
	font-size: 16px;
	background: none;
	color: #e5ddff;
	line-height: 40px;
}

.customTooltip .introjs-tooltipbuttons{
	margin: 0;	
	border: none;	
}

.customTooltip .introjs-tooltipbuttons .introjs-button{
	background: none;
	color: #3d3d3d;	
}

.customTooltip .introjs-tooltipbuttons .introjs-prevbutton{
	display: none;
}