body{background:#f6f7fb;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
.card{border:0;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.chat-box{height:60vh;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}
.msg{max-width:75%;padding:.5rem .75rem;border-radius:.75rem;margin:.25rem 0;}
.msg.me{background:#B5E8ED; color:#444;margin-left:auto;}
.msg.other{background:#BBFFCC;}
.msg .time{font-size:.4rem;opacity:.7;display:block;}
.time{color:darkgray;}
.avatar{width:80px;height:80px;object-fit:cover;border-radius:50%}
.badge-status{font-size:.7rem}


/* -------------
# Param's Mods
#------------- */


/*.form-select{ background: #FFFFFD; color: maroon;}*/
.form-control{ border: 2px solid #CCDDEE; background: #FFFFFD;}
#profile_photo {width:100px;height:120px;}