body {
	color: #000 !important;
}

.pl {
	padding: 20px 20px 20px 0px;
}

.pr {
	padding: 20px 0px 20px 20px;
}

.pub {
	padding: 20px 0px;
}

.gap {
	height: 10px;
	width: 100%;
}



.line {
	width: 70px;
	height: 6px;
	background: #fc4f02;
	margin: 0 50%;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
}

.anim {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: white;
	animation: animate 2s linear infinite;
}

@keyframes animate {
	0% {
		left: 0;
	}

	50% {
		left: 100%;
	}

	0% {
		left: 0;
	}
}




.boxhover2 {
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 18px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
	display: flex;
	transition: all 1s ease-out;
	align-items: center;
	text-align: left;

}

.boxhover2 img {
	margin-right: 20px;
}





.boxhover3 {
	padding: 30px 20px;
	border: 2px solid #fff;
	border-radius: 18px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
	background: #fff;
	width: 48%;
	text-align: left;
	transition: all 0.3s ease-in-out;
}

.boxhover3:hover {
	border: 2px solid #fc4f02;
}

.icon-box {
	background-color: #fff4f0;
	padding: 15px;
	border-radius: 16px;
	display: inline-block;
	margin-bottom: 20px;
}






.source-text {
	color: #fc4f02;
	font-size: 13px;
	margin-top: 10px;
}






.boxhover2:hover {
	border: 2px solid #fc4f02;
}

.boxhover1 {
	padding: 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
	transition: all 1s ease-out;
	margin: 10px 0px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
}

.boxhover1:hover {
	border: 2px solid #FC4F02;
}

.custom-list li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	gap: 10px;
}




.tabs {
	display: flex;
	justify-content: space-between;
	border: 2px solid #ffbe96;
	padding: 5px;
	margin: 0 auto;
	border-radius: 50px;
	background-color: white;
	width: 500px;
	gap: 30px;
}

.tab {
	flex: 1;
	padding: 15px 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	background-color: white;
	transition: all 0.3s ease;
	color: black;
}

.tab.active {
	background-color: #f36f21;
	color: white;
}

.content {
	display: none;
}

.content.show {
	display: block;
}



.boxHover {
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
	background: #fff;
	display: flex !important;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 10px;
	margin: 10px 0;
	border: 2px solid #fff;
	transition: border-color 1s ease;
	height: 174px;

}

.keyword {
	margin-top: 15px;
	font-size: 15px;


}

.boxHover:hover {
	border: 2px solid #fc4f02;
}



.connectBtn {
	border-radius: 24px;
	background-color: #fc4f02 !important;
	width: auto;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
}

.Arrowicon {
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	margin-left: 6px;
	vertical-align: middle;
}

.voice-chat {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 440px;
	font-family: sans-serif;
}

.my-voice {
	background: white;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
	border-radius: 35px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	align-self: flex-end;
	max-width: 370px;
}

.client-voice {
	background: white;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
	border-radius: 35px;
	padding: 12px 16px;
	align-self: flex-start;
	max-width: 380px;
}

.left-side {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.text-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.text-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.file-box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
}

.voice-icon {
	width: 18px;
	height: 18px;
}

.avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.pdf-icon {
	width: 20px;
	height: 20px;
}



.voice-chat p {
	margin: 0;
	background-color: #efeff0;
	border-radius: 20px;
	max-width: 350px;
	font-size: 12px !important;
	font-weight: 500;
	padding: 10px;
	line-height: 1.6;
	text-align: left;
}

.chat-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 40px;

}



.chat-box {
	background-color: #000;
	color: white;
	border-radius: 20px;
	width: 450px;
	height: 620px;
	padding: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	box-shadow:
		44px -27px 1px rgba(130, 125, 220, 0.35),
		44px -27px 1px rgba(110, 100, 195, 0.3),
		44px -27px 1px rgba(48, 44, 137, 0.25);
}

.chat-header {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	font-size: 16px;
}


.chat {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.user-chat {
	align-self: flex-end;
	background-color: #4f5bd5;
	padding: 10px 14px;
	border-radius: 12px;
	max-width: 75%;
	color: white;
	position: relative;
}

.user-chat img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.bot-chat {
	align-self: flex-start;
	background-color: #2e2e2e;
	padding: 10px 14px;
	border-radius: 12px;
	max-width: 85%;
	color: white;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}


.chat-bubble.user {
	background-color: rgb(112, 0, 255);
	color: rgb(255, 255, 255);
	align-self: flex-end;
}

.chat-bubble {
	max-width: 60%;
	padding: 10px 14px;
	border-radius: 18px;
	font-size: 12px !important;
	line-height: 1.4;
	overflow-wrap: break-word;

}

.chat-body {
	padding: 10px;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 80px;
	scrollbar-width: none;
	margin-bottom: 70px;

}


.reaction {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	margin-left: auto;
}

.reaction img {
	width: 30px;
	border-radius: 50%;
}



.image-side img {
	width: 280px;
}

.ptb {
	padding: 30px 0px;
	padding-bottom: 0px;


}



@media (min-width:0px) and (max-width:768px) {
	.boxhover1 {

		padding: 20px;
		display: block;
		text-align: left;

	}

	.anim2 {
		margin: 0px 12% !important;
	}

}

@media only screen and (max-width: 769px) {
	.voice_container {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		display: flex;
		justify-content: center;
		margin: 20px 0px
	}

	.chat-section {
		padding: 0;
		gap: 0;

	}

	.chat-body .nrmltxt {
		font-size: 12px !important;
	}

	.chat-box {
		width: 300px;
		box-shadow: none;
	}

	.teams {
		display: none;
	}

	.box2 {
		flex-wrap: wrap;
		flex-direction: column;


	}

	.boxhover3 {
		width: 100%;
		margin-top: 20px;
	}

	.boxcolumn {
		flex-direction: column;
	}
}



@media screen and (max-width: 378px) {
	.tabs {
		width: 93%;
	}

	.voice-chat {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.tab {
		padding: 10px 0px !important;
		font-size: 9px !important;

	}
}

@media screen and (max-width: 426px) {
	.tabs {
		gap: 10px !important;
	}

	.boxHover {
		width: auto !important;
		height: auto !important;
	}

	.boxhover2 {
		flex-wrap: wrap !important;
		flex-direction: column !important;
	}

	.box {
		flex-direction: column !important;
	}
}