:root {
	--color-main: #006ec7;
	--color-secondary: #79747e;
	--color-border: #e3e3e3;
	--color-text: #6b6967;
	--color-button: #00407a;
	--color-bg: #f6f6f7;
	--color-bg2: #bfbfbe;
	--color-light: #cce2f4;
	--color-dark: #efeeee;
	--color-text2: #9e9e9e;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto&display=swap');

.bkg_conversa {
	background-color: white;
	border: 1px solid var(--color-bg2) !important;
	align-items: center !important;
	padding: 0 !important;
	transition: 0.3s;
	height: 620px !important;
	overflow-x: hidden;
}

#talkmessage {
	transition: 0.3s !important;
	max-width: 440px !important;
}
.bkg_conversa:has(#lblAtendimento),
#contentChat {
	width: 440px !important;
	height: 620px !important;
}

.paddingModal {
	padding: 0px 40px 0px !important;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.pt-group {
	width: 100%;
	padding: 0 !important;
}

.radio-group {
	border-bottom: none !important;
}

.pt-group div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pt-group div span {
	font-size: 12px;
	margin-left: 15px;
	color: var(--color-secondary);
}

.pt-group input,
.pt-group select {
	height: 30px !important;
	border: 1px solid #79747E !important;
	border-radius: 6px !important;
	padding: 0px 16px 0px 16px;
}


.pt-group input {
	cursor: text;
}

h1 {
	text-align: start;
	font-size: 36px !important;
	color: var(--color-main) !important;
}

p span {
	color: var(--color-text) ;
}

.divImgMarca,
header {
	display: flex;
	align-items: center;
	width: 440px;
	padding: 0px 40px 0px !important;
	height: 75px !important;
}

header {
	border: 1px solid var(--color-border);
}

.divImgMarca img {
	margin-bottom: 0 !important;
	width: 150px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

form {
	padding: 0 !important;
}

.footerModal {
	height: 40px;
	width: 440px;
	padding-top: 5px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 1px solid var(--color-border);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.footerModal img {
	margin: 0 !important;
	height: 14px;
}

.footerModal span {
	color: #bfbfbe;
}

.buttonDiv {
	display: flex;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
}

	.buttonDiv div {
		display: flex;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: center !important;
		width: 30%;
		height: 44px !important;
		background-color: var(--color-button);
		border-radius: 100px !important;
		margin-right: 7px;
		margin-left: 7px;
	}

.buttonDiv input[type='submit'] {
	padding: 0 !important;
	width: 55% !important;
	height: 100% !important;
	background: transparent !important;
	border: none !important;
}

.buttonDiv img {
	width: 20%;
	margin: 0 !important;
}

#outSchedule {
	background-color: var(--color-bg);
	width: 440px;
	height: 455px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#divMaxHeight {
	overflow-y: auto;
	max-height: 480px;
}

#mainContentLogin {
	margin-bottom: 10px;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#outSchedule div:has(img) {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	gap: 15px;
}

#outSchedule div:has(img) span {
	font-size: 32px;
	color: black;
}

#outSchedule div:has(img) img {
	width: 90px;
	height: 90px;
}

.outText {
	height: 150px;
	width: 380px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.outText span {
	font-size: 18px !important;
	color: var(--color-text) !important;
}

div#header {
	justify-content: flex-start !important;
	transition: 0.3s;
}

div#header div.align-items-center:has(#lblAtendimento) {
	margin-right: 160px !important;
}

#btn_fechar_atendimento {
}

.info {
	width: 100%;
}

#lblEmpresa {
	font-size: 24px;
	font-weight: 600;
	margin-left: 10px !important;
	text-align: left;
}

#openInfo {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: transparent;
}

#lblAtendimento {
	margin: 0 !important;
	color: var(--color-text) !important;
}

.agenteInfo {
	width: 90%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	height: 30px !important;
}

#modalInfoAgent {
	position: absolute;
	background-color: white;
	border-radius: 15px;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-shadow: 0px -1px 11px -2px rgba(0, 0, 0, 0.75);
}

.rate {
	float: left;
	height: 46px;
	padding: 0 10px;
	margin-bottom: 25px;
}
.rate:not(:checked) > input {
	position: absolute;
	top: -9999px;
}
.rate:not(:checked) > label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 45px;
	color: #ccc;
}
.rate:not(:checked) > label:before {
	content: '★ ';
}
.rate > input:checked ~ label {
	color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: #c59b08;
}

.lblAtendimento {
	text-align: left !important;
}

.commentConclusion {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.commentConclusion label {
	font-size: 18px;
	color: var(--color-text2);
}

#header {
	display: flex;
	align-items: center;
	width: 440px;
	background-color: var(white);
	border-bottom: 1px solid var(--color-secondary);
	padding: 5px 20px 0px !important;
	height: 100px !important;
	color: white;
}

.d-flex {
	align-items: center;
}

#talkmessage {
	background-color: var(--color-bg) !important;
}

.msgCli div:not(.nome-operador) {
	border-top-right-radius: 16px !important;
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
	background-color: var(--color-main) !important;
	color: white;
}

.line-action-secundary div:not(.nome-operador) {
	border-top-right-radius: 16px !important;
	border-top-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
	background-color: var(--color-light) !important;
	color: black;
}

.textWait {
	color: var(--color-main) !important;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	width: 50%;
}

.sendingMessage textarea {
	overflow-y: hidden !important;
	border: none !important;
	background-color: transparent !important;
	resize: none !important;
	padding: 3px 10px !important;
}

.commentConclusion textarea {
	overflow-y: auto !important;
	border: none !important;
	resize: none !important;
	padding: 3px 10px !important;
	background-color: white;
	border-radius: 10px;
	height: 100px;
	box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
}

.sendingMessage textarea:focus {
	box-shadow: none !important;
	border: none !important;
}

.sendingMessage {
	background-color: var(--color-bg) !important;
	border-radius: 24px;
	height: min-content;
}

.dxeMemoSys {
	height: min-content !important;
}

.btn_chat_action {
	display: none !important;
}

a[title='Anexar Arquivo'] {
	height: 35px;
	width: 35px;
}


#header:has(.brand) {
	border-bottom: 0.5px solid var(--color-border);
	gap: 10px;
}

.footer-msg {
	background-color: white;
}

#btn_fechar_atendimento {
	background-color: transparent !important;
}

#lblEmail,
#lblTelefone {
	display: none !important;
}

.d-none {
	display: none !important;
}
