@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#btn-info-imtel{
	font-size: 20px;
	color: var(--color-biru-tua);
	cursor: pointer;
}

#search-ai-result-body{
	text-align: left; 
	padding: 0px 24px 0px 24px;
	/* background-color: white; */
	background-color: transparent;
	margin: 0px;
	position: relative;
	z-index: 2;
	height: 290px;
	overflow:auto;
}

#search2{
	font-family: Verdana, Geneva, sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 14px;
}

#ai-name{
	font-family: "Poppins", sans-serif;
  	font-weight: 800;
  	font-style: normal;
	background: -webkit-linear-gradient(45deg, #5fbeec,  #de96f5, #ea4d68,  #f0b14f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	animation: ai-animate 3s linear infinite;
}

@keyframes ai-animate{
	0%{
		background-position: 0% 0%;	
	}

	50%{
		background-position: 100% 100%;	
	}

	100%{
		background-position: 0% 0%;	
	}
}

#search-ai-result{
	/* padding: 10px; */
	/* border-radius: 0px 0px 8px 8px;  */
	border-radius: 8px;
	/* position: absolute; */
	left: 1px;
	border: none; 
	/* top: 60px;  */
	width:100%; 
	background-color: #fff ;
	height: 0px; 
	/* display: none; */
	color: black;
	/* background-color: rgba(43, 58, 81, 1); 
	backdrop-filter: blur(10px); */
	overflow:auto;
}


#search-ai-result::after, 
#search-ai-result::before{
	content: '';
	position: absolute;
	inset: -3px;
	background: conic-gradient(from var(--angle), #f0b14f, #ea4d68, #5fbeec, #de96f5);
	border-radius: 8px;
	z-index: 1;
	animation: glowing-border 2.5s linear infinite;
}

#search-ai-result::before{
	z-index: -2;
	filter: blur(20px);
	opacity: 0.7;
	animation: blur-effect 2.5s linear infinite;
}

@property --angle{
	syntax: "<angle>";
	initial-value: 53deg;
	inherits: false;
}

@keyframes glowing-border{
	from{
		--angle: 0deg;
	} to {
		--angle: 360deg;
	}
}

@keyframes blur-effect{
	from{
		filter: blur(20px);
	} to {
		filter: blur(19px);
	}
}

#content-ai{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* background-color: white; */
	background-color: transparent !important;
	z-index: 1;
	border-radius: 8px;
	position: absolute;
}

#search-ai-result2{
	position: relative;
	height: 400px;
	border-radius: 8px;
	width:100%; 
	background-color: transparent ;
}

#search-ai-result2 #shape{
	height: 80px;
	width: 80px;
	background-color: red;
	position: absolute;
	transform: rotate(45deg);
	bottom: 0;
	left: calc(50% - 40px);
	border-radius: 2px;
}

#search-ai-result2 #shape2{
	height: 80px;
	width: 80px;
	background-color: white;
	position: absolute;
	transform: rotate(45deg);
	bottom: 0;
	left: calc(50% - 40px);
	border-radius: 2px;
	z-index: 1;
}

/* #search-ai-result2::after
, #search-ai-result2::before
{
	content: '';
	position: absolute;
	inset: -3px;
	background: conic-gradient(from var(--angle), #f0b14f, #ea4d68, #5fbeec, #de96f5);
	border-radius: 8px;
	z-index: -1;
	animation: glowing-border 2.5s linear infinite;
}

#search-ai-result2::before{
	z-index: -2;
	filter: blur(20px);
	opacity: 0.7;
	animation: blur-effect 2.5s linear infinite;
} */

#shape::after
, #shape::before
{
	content: '';
	position: absolute;
	inset: -3px;
	background: conic-gradient(from var(--angle), #f0b14f, #ea4d68, #5fbeec, #de96f5);
	border-radius: 2px;
	z-index: -1;
	animation: glowing-border 2.5s linear infinite;
}

#shape::before{
	z-index: -2;
	filter: blur(20px);
	opacity: 0.7;
	animation: blur-effect 2.5s linear infinite;
}

/* HTML: <div class="tooltip">This is a Speech Bubble with a solid coloration and with border radius </div> */
/* .tooltip {
	color: #fff;
	font-size: 18px;
	max-width: 28ch;
	text-align: center;
} */
