﻿

.chatContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.chat {
    float: right;
    position: relative;
    margin: 0 5px;
}

.ChatIcon {
    font-size: 50px;
    margin: 15px;
    background-color : var(--fc-primary);
}

.circle {
    border-radius: 50%;
}
