
.slcr-wrapper{
display:flex;
gap:20px;
font-family:Arial;
}

.slcr-sidebar{
width:300px;
padding:20px;
background:#f4f4f4;
border-radius:10px;
}

.slcr-chat{
flex:1;
padding:20px;
background:#fafafa;
border-radius:10px;
}

#slcr-search,
#slcr-username,
#slcr-message{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:6px;
}

#slcr-send{
padding:12px 20px;
background:black;
color:white;
border:none;
border-radius:6px;
cursor:pointer;
}

.slcr-user{
padding:8px;
background:white;
margin-top:5px;
border-radius:6px;
}
