/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/chat-surdos/edit.css ***!
  \******************************************************************************************************************************************************************************/
.wp-admin .wp-block-form-chat-surdos {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}

.wp-admin .form-chat-surdos__modal {
	display: none;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/chat-surdos/save.css ***!
  \******************************************************************************************************************************************************************************/
.wp-block-form-chat-surdos {
	border-radius: 12px 12px 0 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	box-sizing: border-box;
	margin: auto;
	max-width: 576px;
	position: fixed;
	bottom: -150dvw;
	transition: bottom .4s;
	width: 100%;
	z-index: 10;
	right: 0;
	left: 0;
}
.wp-block-form-chat-surdos.opened {
	bottom: 16px;
}
@media( min-width: 960px){
	.wp-block-form-chat-surdos {
		bottom: 16px;
		border-radius: 12px;
		right: -200dvw;
		transition: right .4s;
	}
	.wp-block-form-chat-surdos.opened {
		right: 16px !important;
		left: auto;
	}
}
.form-chat-surdos__header {
	align-items: center;
	background-color: #1E22B2;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,.05);
	display: flex;
	gap: 24px;
	height: 100%;
	justify-content: space-between;
	max-height: 72px;
	padding: 16px;
}
@media(min-width: 960px){
	.form-chat-surdos__header {
		padding: 24px;
	}
}
.form-chat-surdos__header h4 {
	color: #fff;
	font-family: 'Galano', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.form-chat-surdos__header i {
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.form-chat-surdos__header i.fa-circle-exclamation {
	color: #CC1414;
}
.form-chat-surdos__messages {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	margin: 0;
	max-height: 260px;
	min-height: 250px;
	overflow-y: auto;
	padding: 16px;
}
@media(min-width: 960px){
	.form-chat-surdos__messages {
		min-height: 200px;
		padding: 24px;
	}
}
.form-chat-surdos__messages p {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	color: #1A1919;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	max-width: 70%;
	padding: 16px;
}
.form-chat-surdos__messages p.bot {
	align-self: flex-start;
	background-color: #E5E4E3;
	border-radius: 12px 12px 12px 0;
}
.form-chat-surdos__messages p.user {
	align-self: flex-end;
	background-color: #CCCEFF;
	border-radius: 12px 12px 0 12px;
}
.form-chat-surdos__messages p img {
	display: block;
	max-width: 100%;
}
.form-chat-surdos__input {
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,.05);
	box-sizing: border-box;
	display: flex;
	gap: 8px 0px;
	margin: 0;
	padding: 16px;
	flex-direction: column;
}
@media(min-width: 960px){
	.form-chat-surdos__input {
		border-radius: 0 0 12px 12px;
		padding: 24px;
		max-height: 96px;
		flex-direction: row;
		gap: 8px;
	}
}
.form-chat-surdos__input .group {
	display: flex;
	flex-grow: 1;
	gap: 0;
	margin: 0;
	padding: 0;
}
.form-chat-surdos__input .group div.text-control {
	flex-grow: 1;
	max-width: calc(100% - 117px);
}
@media(min-width: 960px){
	.form-chat-surdos__input .group div.text-control {
		max-width: none;
	}
}
.form-chat-surdos__input .group div.text-control input[type="text"] {
	border-radius: 8px 0 0 8px;
}
.form-chat-surdos__input .group button.wp-element-button {
	border-radius: 0 8px 8px 0;
}
.form-chat-surdos__input > .wp-block-buttons .wp-block-button {
	width: 100%;
}
.form-chat-surdos__input > .wp-block-buttons .wp-block-button .wp-element-button {
	border-radius: 8px !important;
	height: 52px;
	width: 100%;
}
@media(min-width: 960px){
	.form-chat-surdos__input > .wp-block-buttons .wp-block-button {
		width: auto;
	}
}
.form-chat-surdos__content {
	position: relative;
}
.form-chat-surdos__modal.opened {
	display: flex;
}
.form-chat-surdos__modal {
	align-items: center;
	background-color: rgba(0,0,0,.20);
	box-sizing: border-box;
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.form-chat-surdos__modal > div {
	background-color: #fff;
}
.form-chat-surdos__modal.pending {
	filter: grayscale(.5);
	opacity: .8;
	pointer-events: none;
}
.form-chat-surdos__modal .attachment section label {
	background-color: #F2F3FF;
	display: flex;
	padding: 4px 8px;
	justify-content: space-between;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	cursor: pointer;
}
.form-chat-surdos__modal .attachment section label span {
	font-family: 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1A1919;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.form-chat-surdos__modal .attachment section label i {
	font-style: normal;
	font-family: 'Galano', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #171A88;
	position: relative;
	padding-left: 22px;
}
.form-chat-surdos__modal .attachment section label i::before {
	content: '\f0c6';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.form-chat-surdos__modal .attachment section label i::after {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: #171A88;
	margin: auto;
}
.form-chat-surdos__modal .attachment section input[type="file"] {
	display: none;
}
.form-chat-surdos__modal .attachment section label.error {
	border: solid 1px #CC1414;
}
.form-chat-surdos__modal .attachment section label.error + span {
	display: flex;
}
.form-chat-surdos__modal .attachment section label + span {
	color: #CC1414;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	display: none;
	align-items: center;
	gap: 8px;
	margin-top: -16px;
}
.form-chat-surdos__modal .attachment section label + span i {
	font-size: 18px;
}
.form-chat-surdos__modal > div {
	max-width: 360px;
	width: 100%;
	display: none;
	flex-direction: column;
}
.form-chat-surdos__modal > div header {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 16px;
	width: 100%;
	gap: 8px;
}
.form-chat-surdos__modal > div header h4 {
	color: #171A88;
	font-family: 'Galano', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}
.form-chat-surdos__modal > div header > i {
	cursor: pointer;
	color: #666565;
	font-size: 16px;
}
.form-chat-surdos__modal > div header > i.fa-circle-exclamation {
	color: #CC1414;
}
.form-chat-surdos__modal > div section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin:0;
	padding: 0 16px 16px;
}
.form-chat-surdos__modal > div section p {
	color: #1A1919;
	font-family: 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin:0;
	padding: 0;
}
.form-chat-surdos__modal > div .wp-block-buttons {
	background-color: #fff;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,.05);
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 0;
	padding: 16px;
	width: 100%;
}
.form-chat-surdos__modal > div .wp-block-buttons .wp-block-button {
	max-width: 100%;
	flex-grow: 1;
}
.form-chat-surdos__modal > div .wp-block-buttons .wp-block-button .wp-element-button {
	width: 100%;
}
.form-chat-surdos__modal > div.closing header > i.fa-circle-exclamation {
	color: #FFB61E;
}
.form-chat-surdos__modal.active-attachment,
.form-chat-surdos__modal.active-attachment .attachment,
.form-chat-surdos__modal.active-error, 
.form-chat-surdos__modal.active-error .error,
.form-chat-surdos__modal.active-closing, 
.form-chat-surdos__modal.active-closing .closing {
	display: flex;
}



/*# sourceMappingURL=index.css.map*/