.button-layout{
	display: inline-flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.recommendation-button-style {
	border-radius: 5px;
	background: linear-gradient(188deg, #825DDB 8.02%, #4D07C7 102.71%);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
}

.button-text{
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px; /* 100% */
}

.ai-slider-panel{
	height: 100%;
	flex-shrink: 0;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
}

.ai-slider-panel-header{
	display: flex;
	width: 100%;
	padding: 16px 20px;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}

.ai-slider-panel-header-text{
	color: #102A42;
	font-family: Roboto;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 700;
	line-height: 20.92px; /* 121.628% */
}


.ai-slider-panel-footer{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background: #FFF;
}


.ai-slider-panel-input{
	display: flex;
	width: 100%;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	background: #F0EEF5;
}


.ai-slider-panel-input-text{
	width: 95%;
	flex-shrink: 0;
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.92px; /* 149.429% */
}


.ai-slider-panel-input-send{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}