

div[class^="_appModule_"],
div[class*=" _appModule_"] {
	height: 85vh !important;
}

@media (max-width: 480px) {
	div[class^="_appModule_"],
	div[class*=" _appModule_"] {
		height: 100% !important;
	}
}

div[class^="_agentWrapper_"] {
	max-width: 90%;
}

.info-custom-form {
	z-index: 99999999;
	border-radius: 5px;
	overflow: hidden;
	width: 400px;
	height: 85vh;
	position: fixed;
	bottom: 40px;
	right: 40px;
	background-color: #fff;
	box-shadow: 0 0 12px #00000026;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.info-custom-form {
		width: 80vw;
		height: 80vh;
		bottom: 10px;
		right: 10px;
	}
}

@media (max-width: 480px) {
	.info-custom-form {
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		border-radius: 0 !important;
	}
}

.info-custom-form .header-bar {
	background: rgb(0, 90, 255);
	height: 48px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

._agentWrapper_custom_message {
	display: flex;
	max-width: 90%;
	margin-bottom: 10px;
}

body {
	font-family: "GTEestiDisplay-Regular", Arial, sans-serif !important;
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
}

.info-custom-form .form-container {
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	border-radius: 8px;
	overflow-y: auto;
}

.info-custom-form .form-group {
	margin-bottom: 15px;
}

.info-custom-form .form-container label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.info-custom-form .required {
	color: red;
	font-size: 1.2em;
}

.info-custom-form .form-container input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.info-custom-form #btn-cancel-customform {
	background-color: rgb(0, 90, 255);
	cursor: pointer;
	border: none;
}
.info-custom-form .form-container button {
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 20px;
}

.info-custom-form .headline {
	padding: 20px 24px 24px 24px;
	border-top: none;
	margin-right: 0.5px;
	font-size: 15px;
}

.neo-icon-send{
	color: #3385e9 !important;
	background-color: #00000000 !important;
}