
.UIConversationList {
    padding: 10px;
}
.UIConversationList .header{
    font-size: 20px;
    color: var(--color-primary);
    font-family: Inter;
    margin-bottom: 10px;
    font-weight: 600;
}
.UIConversationList .current-conversation{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #DA251C; 
}
.UIConversationList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIConversationList ul li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.UIConversationList ul li .item-Title {
   font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: justify;
	color: #182940;
	margin-bottom: 5px;
}
.UIConversationList ul li .item-Summary {
        font-family: 'Roboto';
        font-size: 14px;
        line-height: 22px;
        color: #3B4E68;
        margin: 0;  

}