/* VILÁGOS */

:root {
    --bgColor: #ffffff;
    --textColor: #333333;
}

.themeBackgroundColor{
    background-color: var(--bgColor);
    color: var(--textColor);
}

/*///////////////////////////////////////////////////////////////////////////////////////////// */
/* CHAT /////////////////////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////////////////////////// */

#chat_window .chat_card, #openedTimerDiv {
    background: linear-gradient(to bottom right, rgb(171,203,136), rgb(195,222,166), rgb(171,203,136)) !important;
    color: var(--textColor);
}

#chat_window .msg_container_actual {
    background: linear-gradient(to bottom, rgb(234,242,225), rgb(248,251,245));
}
#chat_window .msg_container_others {
    background: linear-gradient(to bottom, rgb(250,225,217), rgb(253,245,242));
}

#openedTimerDivHeader,
#chat_window #chat_header,
#chat_window #chat_footer {
/*    background: linear-gradient(to bottom, rgb(145,186,102), rgb(157,194,121), rgb(145,186,102)) !important; */
    /* background: linear-gradient(to bottom, rgb(160,201,117), rgb(172,209,136), rgb(160,201,117)) !important; */
    background: linear-gradient(to bottom, rgb(223, 229, 226), rgb(233, 239, 236), rgb(223, 229, 226)) !important;
    color: rgb(92,134,46); /* rgb(58,84,29); */
}

