

.user_questions { 
    position: relative;
    background: #e5e5e5;
    padding: 5px;
    margin-left: 25%;
    border: 1px solid #1d0eeb;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.user_questions::before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-top: 11px solid #1d0eeb;
}

.user_questions::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 21px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #e5e5e5;
}
.gen_ai_answer {
	padding: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1d0eeb;
}