:root {
    --primaryColor: #3dafb5;
    --primaryLight: #ffeee7;
    --secondaryColor: #e65ce4;
    --bgColor: #fff;
    --tertiaryColor:  #dfd9d2;
    --descColor: #161616;
    --headerArea: rgb(241, 241, 241);
    --logoBgColor: black;
    --footerArea: #ddeced;
}

.logo {
    background:black !important;
    width:13em !important;
}

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