:root {
    --primary_font-family: 'Satoshi', sans-serif;
    --primary_color: #EFF1F5;
    --secondary_color: #36b957ef;
    --color_one: #27c055;
    --primary_bg: #060c07da;
    /* For the rest of the colors just hover the box with the colour and 
    adjust the color slider on the right only, get it close to the colour of the theme and it will look okay.
    */
    --accent_color: #2ce95b;
    --card_slider_one: #2ce95b;
    --card_slider_two: rgba(17, 218, 101, 0.17);
    /* keep this the same values as card_slider_one but with 0.3 alpha*/
    --card_slider_three: rgba(44, 233, 76, 0.03);
    --input-background: #FFFFFF; /* Input field background */
    --input-border: #0c5e25;
    
}




    

.desktop-closed-message-avatar ~ div {
    color: var(--primaryColor, 161616) !important;
    font-weight: 500;
}