﻿
#chat-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#chat-bar.fixed {
    position: fixed;
    bottom: 16px;
    right: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 12px 23px;
    margin: 10px;
    background-color: #005290;
    font-family: "Arial", sans-serif;
    border-radius: 23px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
}
#chat-bar {
    background: #3a3d3f;
    line-height: 24px;
    color: #f5f5f5;
    text-align: center;
    z-index: 999999;
}

@media only screen and (min-width: 48em){
#chat-bar.fixed  {
    border-radius: 8px 8px 0 0;
    margin: 0 10px;
    right: 0;
}
}