body,
html {

	height: 100%;

	margin: 0;

	background: rgb(44, 47, 59);

	background: -webkit-linear-gradient(to right, rgb(40, 59, 34), rgb(54, 60, 70), rgb(32, 32, 43));

	background: linear-gradient(to right, rgb(38, 51, 61), rgb(50, 55, 65), rgb(33, 33, 78));

}


.chat {

	margin-top: auto;

	margin-bottom: auto;

}

.card {

	height: 92vh;

	border-radius: 10px !important;

	background-color: rgba(0, 0, 0, 0.4) !important;

}

.contacts_body {

	padding: 0.75rem 0 !important;

	overflow-y: auto;

	white-space: nowrap;

}

.msg_card_body {
	flex: 1;
	overflow-y: auto;
	padding: 10px;
}


.card-header {

	border-radius: 40px 40px 0 0 !important;

	border-bottom: 0 !important;

}

.fas fa-location-arrow {

	font-size: 60px;

}

.left {
	width: 80%;
}

.form-control type_msg {

	font-size: 60px;

	flex: 1;
	width: 80%;

}

.container {

	align-content: center;

}

.search {

	border-radius: 15px 0 0 15px !important;

	background-color: rgba(0, 0, 0, 0.3) !important;

	border: 0 !important;

	color: white !important;

}

.search:focus {

	box-shadow: none !important;

	outline: 0px !important;

}

.input-group {
	width: 100%;
	display: flex;
}

/* .type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 50px !important;
    overflow-y: auto;
    font-size: 20px; 
    width: 80%;
}
	.type_msg:focus{

	 box-shadow:none !important;

   outline:0px !important;

} */

.attach_btn {

	border-radius: 15px 0 0 15px !important;

	background-color: rgba(0, 0, 0, 0.3) !important;

	border: 0 !important;

	color: white !important;

	cursor: pointer;

}

.fas fa-microphone-alt {
	/* color:whitesmoke; */
	height: 30px;
	background-color: #f5f6fa;
	cursor: pointer;

}

/* .send_btn{

	border-radius: 0 40px 40px 0 !important;

	background-color: rgba(0,0,0,0.3) !important;

	border:0 !important;

	color: white !important;

	cursor: pointer;
    height: 50px;

} */

.search_btn {

	border-radius: 20px 40px 40px 30px !important;

	background-color: rgba(0, 0, 0, 0.3) !important;

	border: 0 !important;

	color: white !important;

	cursor: pointer;

}

.contacts {

	list-style: none;

	padding: 0;

}

.contacts li {

	width: 100% !important;

	padding: 5px 10px;

	margin-bottom: 15px !important;

}

.active {

	background-color: rgba(0, 0, 0, 0.3);

}

/* (Mobile) */
.user_img {
	height: 70px;
	width: 70px;
	border: 2px solid #f5f6fa;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	/* center for mobile */
}

.user_info {
	margin-top: auto;
	margin-bottom: 30px;
	margin-left: 48px;
}

/* User Info */
.user_info span {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 26px;
	/* mobile smaller */
	color: white;
}

.user_img_msg {
	height: 55px;
	width: 55px;
	border: 1.5px solid #f5f6fa;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_cont_msg {
	height: 70px;
	width: 70px;
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Message Container */
.msg_cotainer {
	/* margin-top: 1px;
    margin-bottom: auto;
    margin-left: 10px; */
	border-radius: 25px;
	background-color: #f1f0f0;
	padding: 5px 10px;
	position: relative;
	font-size: 18px;
	margin: 15px 5px 15px 10px;
}

.msg_cotainer_send {
	border-radius: 25px;
	background-color: #58cc71;
	padding: 5px 10px;
	position: relative;
	font-size: 18px;
	text-align: right;
	margin: 15px 5px 15px 5px;
}

/* Online/Offline Dot */
.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
}

.offline {
	background-color: #c23616 !important;
}

/* Dropdown */
.dropdown-menu {
	min-width: 180px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.dropdown-item {
	padding: 8px 12px;
	cursor: pointer;
	color: #333;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
}

/* Footer */
.card-footer {
	border-top: 0px solid #ddd;
}

.card-footer form.input-group {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 5px;
}

.type_msg {
	flex: 1;
	border: 1px solid #06284f;
	border-radius: 15px;
	padding: 10px 15px;
	font-size: 16px;
	color: #f1f1f1;
	outline: none;
	transition: border-color 0.2s ease;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.type_msg:focus {
	border-color: #4a90e2;
	color: #fff;
}

.input-group-text {
	border: none;
	background: #06284f;
	color: #fff;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease;
}

.input-group-text:focus,
.input-group-text:active {
	outline: none;
}

.input-group-text:hover {
	background: #357abd;
}

.input-group-text i {
	font-size: 18px;
}

.model-select select {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-color: rgb(200, 0, 0);
	color: white;
	border: none;
	padding: 5px;
	border-radius: 5px;
	font-size: 40px;
}

.icon {
	width: 35px;
	/* Adjust size */
	height: 50px;
	/* Adjust size */
	margin-right: 10px;
	/* Space between icon and text */
}

.selected-option {
	color: white;
	display: flex;
	align-items: center;
	font-size: 23px;
	/* font-size: 40px; */
}

.dropdown-content {
	color: white;
	display: none;
	position: absolute;
	background-color: #5eff01;
	border: 1px solid #ccc;
	width: 14%;
	font-size: 20px;
	z-index: 1;
}

.language-select {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-color: rgb(0, 200, 0);
	color: white;
	border: none;
	padding: 5px;
	border-radius: 5px;
	margin-left: auto;
}


.msg_time {

	position: absolute;

	left: 0;

	bottom: -30px;

	color: rgba(255, 255, 255, 0.5);

	font-size: 15px;

}

.msg_time_send {

	position: absolute;

	right: 0;

	bottom: -30px;

	color: rgba(255, 255, 255, 0.5);

	font-size: 15px;

}
.mic-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.8);
	padding: 60px;
	border-radius: 12px;
	color: white;
	text-align: center;
	z-index: 9999;
	animation: fadeIn 0.3s ease-in-out;
}

.mic-circle {
	width: 200px;
	height: 200px;
	/* background: #357abd; */
	background: #58cc71;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: pulse 1.2s infinite;
	margin: auto;
}

.mic-circle i {
	font-size: 85px;
	color: white;
}

.listening_text {
	margin-top: 20px;
	font-size: 30px;
}
/* ====== TYPING INDICATOR ====== */
.typing {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 15px;
}

.typing .dot {
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 50%;
	display: inline-block;
	animation: blink 1.2s infinite;
}

.typing .dot:nth-child(2) {
	animation-delay: .2s;
}

.typing .dot:nth-child(3) {
	animation-delay: .4s;
}

@keyframes blink {

	0%,
	80%,
	100% {
		opacity: .2;
		transform: translateY(0);
	}

	40% {
		opacity: 1;
		transform: translateY(-2px);
	}
}
.msg_cotainer table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.msg_cotainer th, 
.msg_cotainer td {
  border: 1px solid #ddd;
  padding: 6px 10px;
  text-align: center;
}

.msg_cotainer th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.msg_cotainer table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
/* voice record card */
.card-voice-record {
  border-top: 0px solid #ddd;
  width: 100%;
  display: flex;              /* make it flex container */
  justify-content: flex-end;  /* push content to right end */
  align-items: center;        /* vertical center */
  padding: 5px;               /* optional spacing */
}

/* form inside */
.card-voice-record form.voice-record-input {
  margin: 0; /* reset default margins */ 
}
	.voice-record-text {
  		position: relative;   
		border: none;
		background: #faec52;
		color: #000;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s ease;
		overflow: visible;               /* allow ripples outside */
		animation: pop 1.5s infinite;    /* popping effect */
	}

	.voice-record-text:focus,
	.voice-record-text:active {
		outline: none;
		/* background: #357abd; */
	}

	.voice-record-text:hover {
		background: #f7e40f;
	}
	.voice-record-text i {
		font-size: 18px;
  		transform: scale(1.1);
	}
	/* Ripple/Wave animation */
	.voice-record-text::after,
	.voice-record-text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 2px solid #faec52;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	animation: ripple 2s infinite;
	z-index: 1;
	}

	/* 2nd ripple for layered effect */
	.voice-record-text::before {
	animation-delay: 1s;
	}
	.questions_info{
		font-size:30px; 
		cursor:pointer; 
		transition: transform 0.3s;
		color:#faec52;
	}
	.questions_info:hover {
		transform: scale(1.3);
		color:#f7e40f;
	}
	
	
	
	/* Questions Model */
	/* .modal-dialog{
		max-width: 80%;
	} */
	.modal-content{
		background-color: #282a49;
		color:#ffffff;
	} 
	.modal-header, 
	.modal-footer {
		border-color: orange;
	} 
	.questions-modal-body {
		scrollbar-width: thin;             
		scrollbar-color: #555 #282a49;     
	}

	.questions-modal-body::-webkit-scrollbar {
		width: 8px;
	}

	.questions-modal-body::-webkit-scrollbar-track {
		background: #282a49;
	}

	.questions-modal-body::-webkit-scrollbar-thumb {
		background-color: #555;
		border-radius: 4px;
	}
	.modal-header {
		justify-content: center;  
		text-align: center;      
	} 
	.questions_modal_title{ 
		text-align: center;
		width: 100%;  
		font-size: 19px;
	}
	.questions_modal_title_icon{
		color:orange;
		font-size: 19px;
	}
	.questions-modal-body{ 
		max-height: 400px;  
		overflow-y: auto;  
		padding: 10px; 
	}
	.question_item {
		cursor: pointer;  
		transition: background 0.2s; 
		font-size: 15px;
	}
	.question-category{
		color:orange;
		font-size: 17px;
	}
	.question_item:hover {
		background-color: orange;  
		color:rgb(0, 0, 0);
	}
	.close_button{ 
    	font-weight: 400;
	}
/* Tablet and Up */
@media (min-width: 768px) {
	.user_img {
		height: 90px;
		width: 90px;
	}

	.user_img_msg {
		height: 65px;
		width: 65px;
	}

	.img_cont {
		height: 85px;
		width: 85px;
	}

	.img_cont_msg {
		height: 85px;
		width: 85px;
		padding-left: 20px;
	}

	.user_info {
		margin-top: auto;
		margin-bottom: 10px;
		margin-left: 30px;
	}

	/* User Info */
	.user_info span {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto;
		font-size: 45px;
		/* mobile smaller */
		color: white;
	}

	.msg_cotainer {
		font-size: 30px;
		padding: 8px 14px;
		margin: 15px 5px 15px 10px;
	} 
	.msg_cotainer_send {
		font-size: 30px;
		padding: 8px 14px;
		margin: 15px -10px 15px 10px;
	}

	.online_icon {
		position: absolute;
		height: 18px;
		width: 18px;
		background-color: #4cd137;
		border-radius: 50%;
		bottom: 5px;
		right: 0;
		border: 3px solid #fff;
	}

	.dropdown-menu {
		min-width: 200px;
		font-size: 16px;
	}

	.card-footer {
		border-top: 0px solid #ddd;
	}

	.card-footer form.input-group {
		display: flex;
		align-items: center;
		width: 100%;
		gap: 15px;
	}

	.type_msg {
		flex: 1;
		border: 1px solid #06284f;
		border-radius: 15px;
		padding: 10px 15px;
		font-size: 50px;
		color: #f1f1f1;
		outline: none;
		transition: border-color 0.2s ease;
		background-color: rgba(0, 0, 0, 0.3) !important;
		height: 150px;
	}

	.type_msg:focus {
		border-color: #4a90e2;
		color: #fff;
	}

	.input-group-text {
		border: none;
		background: #06284f;
		color: #fff;
		border-radius: 50%;
		width: 120px;
		height: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s ease;
	}

	.input-group-text:focus,
	.input-group-text:active {
		outline: none;
	}

	.input-group-text:hover {
		background: #357abd;
	}

	.input-group-text i {
		font-size: 55px;
	}

	.model-select select {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		background-color: rgb(200, 0, 0);
		color: white;
		border: none;
		padding: 5px;
		border-radius: 5px;
		font-size: 40px;
	}

	.icon {
		width: 35px; 
		height: 50px; 
		margin-right: 10px; 
	}

	.selected-option {
		color: white;
		display: flex;
		align-items: center;
		font-size: 23px;
		/* font-size: 40px; */
	}

	.dropdown-content {
		color: white;
		display: none;
		position: absolute;
		background-color: #5eff01;
		border: 1px solid #ccc;
		width: 14%;
		font-size: 20px;
		z-index: 1;
	}

	.language-select {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		background-color: rgb(0, 200, 0);
		color: white;
		border: none;
		padding: 5px;
		border-radius: 5px;
		margin-left: auto;
	}


	.msg_time {

		position: absolute;

		left: 5px;

		bottom: -25px;

		color: rgba(255, 255, 255, 0.5);

		font-size: 15px;

	}

	.msg_time_send {

		position: absolute;

		right: 5px;

		bottom: -25px;

		color: rgba(255, 255, 255, 0.5);

		font-size: 15px;

	}
	.mic-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0, 0, 0, 0.8);
		padding: 60px;
		border-radius: 12px;
		color: white;
		text-align: center;
		z-index: 9999;
		animation: fadeIn 0.3s ease-in-out;
	}

	.mic-circle {
		width: 200px;
		height: 200px;
		/* background: #357abd; */
		background: #58cc71;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		animation: pulse 1.2s infinite;
		margin: auto;
	}

	.mic-circle i {
		font-size: 85px;
		color: white;
	}

	.listening_text {
		margin-top: 20px;
		font-size: 30px;
	}
	/* ====== TYPING INDICATOR ====== */
	.typing {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		height: 15px;
	}

	.typing .dot {
		width: 8px;
		height: 8px;
		background: #000000;
		border-radius: 50%;
		display: inline-block;
		animation: blink 1.2s infinite;
	}

	.typing .dot:nth-child(2) {
		animation-delay: .2s;
	}

	.typing .dot:nth-child(3) {
		animation-delay: .4s;
	}

	@keyframes blink {

		0%,
		80%,
		100% {
			opacity: .2;
			transform: translateY(0);
		}

		40% {
			opacity: 1;
			transform: translateY(-2px);
		}
	}
.msg_cotainer table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.msg_cotainer th, 
.msg_cotainer td {
  border: 1px solid #ddd;
  padding: 2px 5px;
  text-align: center;
  font-size: 20px;
}

.msg_cotainer th {
  background-color: #f8f9fa;
  font-weight: bold;

}
/* voice record card */
.card-voice-record {
  border-top: 0px solid #ddd;
  width: 100%;
  display: flex;            
  justify-content: flex-end;  
  align-items: center;        
  padding: 5px;               
}

/* form inside */
.card-voice-record form.voice-record-input {
  margin: 10px; /* reset default margins */ 
}
	.voice-record-text {
  		position: relative;   
		border: none;
		background: #faec52;
		color: #000;
		border-radius: 50%;
		width: 120px;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s ease;
		overflow: visible;               /* allow ripples outside */
		animation: pop 1.5s infinite;    /* popping effect */
	}

	.voice-record-text:focus,
	.voice-record-text:active {
		outline: none;
		/* background: #357abd; */
	}

	.voice-record-text:hover {
		background: #f7e40f;
	}
	.voice-record-text i {
		font-size: 55px;
  		transform: scale(1.1);
	}
	/* Ripple/Wave animation */
	.voice-record-text::after,
	.voice-record-text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 2px solid #faec52;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	animation: ripple 2s infinite;
	z-index: 1;
	}

	/* 2nd ripple for layered effect */
	.voice-record-text::before {
	animation-delay: 1s;
	}
	.questions_info{
		font-size:60px; 
		cursor:pointer; 
		transition: transform 0.3s;
		color:#faec52;
	}
	.questions_info:hover {
		transform: scale(1.3);
		color:#f7e40f;
	}
	
	/* Questions Model */
	.modal-dialog{
		max-width: 80%;
	}
	.modal-content{
		background-color: #282a49;
		color:#ffffff;
	} 
	.modal-header, 
	.modal-footer {
		border-color: orange;
	} 
	.questions-modal-body {
		scrollbar-width: thin;             
		scrollbar-color: #555 #282a49;     
	}

	.questions-modal-body::-webkit-scrollbar {
		width: 8px;
	}

	.questions-modal-body::-webkit-scrollbar-track {
		background: #282a49;
	}

	.questions-modal-body::-webkit-scrollbar-thumb {
		background-color: #555;
		border-radius: 4px;
	}
	.modal-header {
		justify-content: center;  
		text-align: center;      
	} 
	.questions_modal_title{ 
		text-align: center;
		width: 100%;  
		font-size: 35px;
	}
	.questions_modal_title_icon{
		color:orange;
		font-size: 35px;
	}
	.questions-modal-body{ 
		max-height: 70vh;  
		overflow-y: auto;  
		padding: 10px; 
	}
	.question_item {
		cursor: pointer;  
		transition: background 0.2s; 
		font-size: 30px;
	}
	.question-category{
		color:orange;
		font-size: 33px;
	}
	.question_item:hover {
		background-color: orange;  
		color:rgb(0, 0, 0);
	}
	.close_button{ 
    	font-size: 35px; 
	}
}
/* Desktop and Large Screens */
@media (min-width: 1200px) {
	.user_img {
		height: 35px;
		width: 35px;
	}

	.user_info {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: -20px;
	}

	.user_info span {
		font-size: 30px;
	}

	.user_img_msg {
		height: 30px;
		width: 30px;
	}

	.img_cont {
		height: 58px;
		width: 95px;
	}

	.img_cont_msg {
		height: 80px;
		width: 95px;
		padding-left: 55px;
	}

	.msg_cotainer {
		font-size: 13px;
		padding: 6px 10px;
		margin: 25px 5px 15px 0px;
		height: 100%;
	}

	.msg_cotainer_send {
		font-size: 13px;
		padding: 6px 10px;
		margin: 25px -55px 15px 0px;
		height: 100%;
	}

	.online_icon {
		position: absolute;
		height: 10px;
		width: 10px;
		background-color: #4cd137;
		border-radius: 50%;
		bottom: 14px;
		right: 29px;
		border: 1px solid #fff;
	}

	.dropdown-menu {
		min-width: 220px;
		font-size: 18px;
	}

	.card-footer {
		border-top: 0px solid #ddd;
	}

	.card-footer form.input-group {
		display: flex;
		align-items: center;
		width: 100%;
		gap: 5px;
	}

	.type_msg {
		flex: 1;
		border: 1px solid #06284f;
		border-radius: 15px;
		padding: 10px 15px;
		font-size: 16px;
		color: #f1f1f1;
		outline: none;
		transition: border-color 0.2s ease;
		background-color: rgba(0, 0, 0, 0.3) !important;
		height: 45px;
	}

	.type_msg:focus {
		border-color: #4a90e2;
		color: #fff;
	}

	.input-group-text {
		border: none;
		background: #06284f;
		color: #fff;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s ease;
	}

	.input-group-text:focus,
	.input-group-text:active {
		outline: none;
		/* background: #357abd; */
	}

	.input-group-text:hover {
		background: #357abd;
	}
	.input-group-text i {
		font-size: 18px;
	}

	.model-select select {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		background-color: rgb(200, 0, 0);
		color: white;
		border: none;
		padding: 5px;
		border-radius: 5px;
		font-size: 20px;
	}

	.icon {
		width: 25px;
		/* Adjust size */
		height: 40px;
		/* Adjust size */
		margin-right: 5px;
		/* Space between icon and text */
	}

	.selected-option {
		color: white;
		display: flex;
		align-items: center;
		font-size: 13px;
		/* font-size: 40px; */
	}

	.fa-angle-down {
		font-size: 12px !important;
		padding-bottom: 6px;
	}

	.language-select {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		background-color: rgb(0, 200, 0);
		color: white;
		border: none;
		padding: 2px;
		border-radius: 5px;
		margin-left: auto;
	}

	.dropdown-content {
		color: white;
		display: none;
		position: absolute;
		background-color: #5eff01;
		border: 1px solid #ccc;
		width: 9%;
		font-size: 20px;
		z-index: 1;
	}


	.msg_time {

		position: absolute;

		left: 10px;

		bottom: -20px;

		color: rgba(255, 255, 255, 0.5);

		font-size: 13px;

	}

	.msg_time_send {

		position: absolute;

		right: 7px;

		bottom: -20px;

		color: rgba(255, 255, 255, 0.5);

		font-size: 13px;

	}
	.mic-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0, 0, 0, 0.8);
		padding: 25px;
		border-radius: 12px;
		color: white;
		text-align: center;
		z-index: 9999;
		animation: fadeIn 0.3s ease-in-out;
	}

	.mic-circle {
		width: 80px;
		height: 80px;
		/* background: #357abd; */
		background: #58cc71;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		animation: pulse 1.2s infinite;
		margin: auto;
	}

	.mic-circle i {
		font-size: 35px;
		color: white;
	}

	.listening_text {
		margin-top: 10px;
		font-size: 15px;
	}
	/* ====== TYPING INDICATOR ====== */
	.typing {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		height: 15px;
	}

	.typing .dot {
		width: 4px;
		height: 4px;
		background: #000000;
		border-radius: 50%;
		display: inline-block;
		animation: blink 1.2s infinite;
	}

	.typing .dot:nth-child(2) {
		animation-delay: .2s;
	}

	.typing .dot:nth-child(3) {
		animation-delay: .4s;
	}

	@keyframes blink {

		0%,
		80%,
		100% {
			opacity: .2;
			transform: translateY(0);
		}

		40% {
			opacity: 1;
			transform: translateY(-2px);
		}
	}
	.msg_cotainer table {
		border-collapse: collapse;
		width: 100%;
		margin-top: 10px;
	}

	.msg_cotainer th, 
	.msg_cotainer td {
		border: 1px solid #ddd;
		padding: 6px 10px;
		text-align: center;
		font-size: 13px;
	}

	.msg_cotainer th {
		background-color: #f8f9fa;
		font-weight: bold;
	}
	/* voice record card */
	.card-voice-record {
	border-top: 0px solid #ddd;
	width: 100%;
	display: flex;              /* make it flex container */
	justify-content: flex-end;  /* push content to right end */
	align-items: center;        /* vertical center */
	padding: 5px;               /* optional spacing */
	}

	/* form inside */
	.card-voice-record form.voice-record-input {
	margin: 10px; /* reset default margins */ 
	}
	.voice-record-text {
  		position: relative;          
		border: none;
		background: #faec52;
		color: #000;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.3s ease;
		overflow: visible;               /* allow ripples outside */
		animation: pop 1.5s infinite;    /* popping effect */
	}

	.voice-record-text:focus,
	.voice-record-text:active {
		outline: none;
		/* background: #357abd; */
	}

	.voice-record-text:hover {
		background: #f7e40f;
  		transform: scale(1.1);
	}
	.voice-record-text i {
		font-size: 18px;
  		transform: scale(1.1);
	}
	/* Ripple/Wave animation */
	.voice-record-text::after,
	.voice-record-text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 2px solid #faec52;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	animation: ripple 2s infinite;
	z-index: 1;
	}

	/* 2nd ripple for layered effect */
	.voice-record-text::before {
	animation-delay: 1s;
	}
	.questions_info{
		font-size:30px; 
		cursor:pointer; 
		transition: transform 0.3s;
		color:#faec52;
	}
	.questions_info:hover {
		transform: scale(1.3);
		color:#f7e40f;
	}
	
	/* Questions Model */
	.modal-dialog{
		max-width: 40%;
	}
	.modal-content{
		background-color: #282a49;
		color:#ffffff;
	} 
	.modal-header, 
	.modal-footer {
		border-color: orange;
	} 
	.questions-modal-body {
		scrollbar-width: thin;             
		scrollbar-color: #555 #282a49;     
	}

	.questions-modal-body::-webkit-scrollbar {
		width: 8px;
	}

	.questions-modal-body::-webkit-scrollbar-track {
		background: #282a49;
	}

	.questions-modal-body::-webkit-scrollbar-thumb {
		background-color: #555;
		border-radius: 4px;
	}
	.modal-header {
		justify-content: center;  
		text-align: center;      
	} 
	.questions_modal_title{ 
		text-align: center;
		width: 100%;  
		font-size: 19px;
	}
	.questions_modal_title_icon{
		color:orange;
		font-size: 19px;
	}
	.questions-modal-body{ 
		max-height: 400px;  
		overflow-y: auto;  
		padding: 10px; 
	}
	.question_item {
		cursor: pointer;  
		transition: background 0.2s; 
		font-size: 15px;
	}
	.question-category{
		color:orange;
		font-size: 17px;
	}
	.question_item:hover {
		background-color: orange;  
		color:rgb(0, 0, 0);
	}
	.close_button{ 
    	font-size: 18px; 
	}
}
/* Ripple keyframes */
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Pop/breathing effect */
@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.user_info p {

	font-size: 50px;

	color: rgba(255, 255, 255, 0.6);

}

.video_cam {

	margin-left: 50px;

	margin-top: 5px;

}

.video_cam span {

	color: white;

	font-size: 40px;

	cursor: pointer;

	margin-right: 20px;

}


.msg_head {

	position: relative;

}

#action_menu_btn {

	position: absolute;

	right: 10px;

	top: 10px;

	color: white;

	cursor: pointer;

	font-size: 40px;

}

.action_menu {

	z-index: 1;

	position: absolute;

	padding: 15px 0;

	background-color: rgba(0, 0, 0, 0.5);

	color: white;

	border-radius: 15px;

	top: 30px;

	right: 15px;

	display: none;

}

.action_menu ul {

	list-style: none;

	padding: 0;

	margin: 0;

}

.action_menu ul li {

	width: 100%;

	padding: 10px 15px;

	margin-bottom: 5px;

}

.action_menu ul li i {

	padding-right: 10px;

}

.action_menu ul li:hover {

	cursor: pointer;

	background-color: rgba(0, 0, 0, 0.2);

}

@media(max-width: 576px) {

	.contacts_card {

		margin-bottom: 15px !important;

	}

}

#messageFormeight::-webkit-scrollbar {
	width: 8px;
}

#messageFormeight::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(82, 172, 255);
	border-radius: 10px;
}

#messageFormeight::-webkit-scrollbar-thumb {
	background: rgb(82, 172, 255);
	border-radius: 10px;
}

#messageFormeight::-webkit-scrollbar-thumb:hover {
	background: rgb(82, 172, 255);
}

.model-select select:focus {
	outline: none;
	/* Remove the default outline */
	box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
	/* Add a blue shadow */
}


/* New */


.custom-select {
	height: auto;
	border: none;
	background: none;
	color: white;
	background-color: rgb(0, 200, 0) !important;
	padding: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* .icon { */
/* width: 80px; Adjust size */
/* height: 80px; Adjust size */
/* margin-right: 10px; Space between icon and text */
/* } */


.option {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.option:hover {
	background-color: #f1f1f1;
	/* Highlight on hover */
}

.show {
	display: block;
}

#listeningBubble {
	padding-right: 50px !important;
}

/* .msg_cotainer_send {
    padding: 10px;
    border-radius: 10px;    
	margin: 15px 5px 15px 5px;
} */

@keyframes redBlink {
	0% {
		box-shadow: 0 0 0px red;
	}

	50% {
		box-shadow: 0 0 10px red;
		background-color: red;
	}

	100% {
		box-shadow: 0 0 0px red;
	}
}


@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.fa-tree { color: green; }
.fa-globe { color: blue; }
.fa-tint { color: dodgerblue; }
.fa-utensils { color: brown; }
.fa-gas-pump { color: red; }
.fa-money-bill { color: green; }
.fa-exclamation-triangle { color: orange; }
.fa-leaf { color: limegreen; }
/* Make all headings smaller and left aligned */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.3rem;   /* smaller than default */
  font-weight: 600;    /* medium-bold */
  text-align: left;    /* align to left */
  margin: 8px 0;       /* control spacing */
}

/* Optional: make different heading levels slightly smaller */
h1 { font-size: 1.6rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.1rem; }
h5, h6 { font-size: 1rem; }
.reading-highlight {
    background-color: yellow;
    padding: 2px 4px;
    border-radius: 3px;
}
.read-btn{
	float: right;
    border-radius: 15px;
}
