:root {
    --bg: #f6f8fa;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --brand: #0a7cff;
    --brand-700: #065ec4;
    --bubble-self: var(--brand);
    --bubble-self-text: #ffffff;
    --bubble-peer: #e5e7eb;
    --bubble-peer-text: #0b1220;
    --radius-lg: 16px;
    --radius-md: 12px;
    --shadow-1: 0 6px 24px rgba(15, 23, 42, .08);
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --border: 1px solid #e5e7eb;
}

#chat-box{
	width:100%;
  background-color: white !important;
    height:410px;
    border:1px solid var(--e-global-color-e856402);
    box-shadow: var(--shadow-1);
    border-radius: 0px 0px 20px 20px;
       /* background: linear-gradient(#fafbff, #f6f8fa);*/
}

[data-id="c6c8128"]{
	border-radius:20px !important;
}
@media (max-width: 650px){
	[data-id="5f19c74"],[data-id="c6c8128"]{
		width:100% !important;
	}
	}
.messages{
    background: linear-gradient(#fafbff, #f6f8fa) !important;
}

.msg__user, .msg__moderator{
	margin-top:15px;
}
.msg__user{
    width:100% !important;
    font-size: 0.8rem !important;
    
}
.msg__content{
padding: .625rem .875rem;
    border-radius: 18px;
    line-height: 1.45;
    word-wrap: break-word;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
}
.m__quote {
    font-size: 0.7rem;
    background-color: #f6f6f6;
    border-radius: 0px 5px 5px 5px;
    margin: 5px 0px 5px 20px;
    font-weight: 500;
    padding: 2px 0px 0px 10px;
    font-style: italic;
}

#emoji-bar{
    display:none !important;
}
.reply-btn{

    font-size: 0.5rem !important;
    padding: 0px 6px;
    background-color: white !important;
    color: grey !important;
    float: right;
    margin-top: -10px;
}

.block-btn{

    font-size: 0.5rem !important;
    padding: 0px 6px;
    background-color: white !important;
    color: grey !important;
    float: right;
    margin-top: -10px;
}

#c-chat__composer {
    padding: var(--space-4);
    display: grid
;
    grid-template-columns: 1fr auto;
    gap: var(--space-3);
    background: var(--card);
    border-radius:0px 0px 20px 20px;
}


#messages{
    border:0px !important;
}

#message-input{
    padding: 10px 50px 0px 10px;
	font-size:0.8rem;
    font-weight:bold;
	grid-column: 1 / -1;
    min-height: 72px;
    resize: vertical;
    border: 1px solid #dbe1e8;
    border-radius: 12px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    background: #fff;
}

.c-message__meta{
    font-weight:bold;
    font-size:0.5rem;
    margin-top:5px;
}

.c-input {
    grid-column: 1 / -1;
    min-height: 72px;
    resize: vertical;
    border: 1px solid #dbe1e8;
    border-radius: 12px;
    padding: .875rem 1rem;    outline: none;
    transition: border-color .15s, box-shadow .15s;
    background: #fff;
}

.c-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(10, 124, 255, .12);
}

.emoji{
    
    padding:5px;
    border-radius:5px;
    background-color:white;
    font-size: 1.25rem;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: .35rem .5rem;
    cursor: pointer;
    transition: transform .08s 
ease, box-shadow .15s 
ease, background .15s 
ease;
}
#send-btn {
    float: right;
    margin-bottom: 10px;
    background: #0a7cff;
    color: #fff;
    justify-self: end;
    align-self: start;
    transition: background .15s, transform .05s;
    border: 0;
    border-radius: 70px;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-top: -55px;
    position: relative;
    margin-right: 8px;
}

 .c-message__bubble {
    background: var(--bubble-peer);
    color: var(--bubble-peer-text);
   
}
.c-message__bubble {
    padding: .625rem .875rem;
    border-radius: 0px 10px 10px 10px;
    line-height: 1.45;
    word-wrap: break-word;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
	font-size:0.8rem;
	font-weight: bold;
}


#messages-container {
    padding: 10px;
    background-color: white !important;
    height: 80px;
}

.msg__moderator > div > div.c-message__bubble{
	 /*background-color: black !important;*/
	color: white !important;
	background:var(--gradient);
	font-size:0.8rem;
	font-weight: bold;
}