/*@font-face {
    font-family: 'icomoon';
    src:  url('https://webrtc.inconcertcc.com/dian/optimo/css/fonts/icomoon.eot?kynveq');
    src:  url('https://webrtc.inconcertcc.com/dian/optimo/css/fonts/icomoon.eot?kynveq#iefix') format('embedded-opentype'),
        url('https://webrtc.inconcertcc.com/dian/optimo/css/fonts/icomoon.ttf?kynveq') format('truetype'),
        url('https://webrtc.inconcertcc.com/dian/optimo/css/fonts/icomoon.woff?kynveq') format('woff'),
        url('https://webrtc.inconcertcc.com/dian/optimo/css/fonts/icomoon.svg?kynveq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-comments-solid:before {
    content: "\e900";
}

#chat {
    display: none !important;
}

/*.btn-chat, #chat {
    position: fixed;
    overflow: hidden;
    width: 406px;
    height: 50px;
    left: calc(95% - 406px);
    top: calc(100% - 50px);
    box-shadow: #aaaaaa 0px 0px 12px;
    -webkit-box-shadow: #aaaaaa 0px 0px 12px;
    -moz-box-shadow: #aaaaaa 0px 0px 12px;
    -ms-box-shadow: #aaaaaa 0px 0px 12px;
    -o-box-shadow: #aaaaaa 0px 0px 12px;
    border:none;
    background-color: #248645;
    color: #fff;
    padding: 0px 20px !important;
    cursor: pointer;
    outline: none;
    font-size: 18px;
}*/

.btn-chat, #chat {
    position: fixed;
    overflow: hidden;
    width: 350px;
    height: 50px;
    left: calc(95% - 350px);
    top: calc(100% - 50px);
    box-shadow: #aaaaaa 0px 0px 12px;
    -webkit-box-shadow: #aaaaaa 0px 0px 12px;
    -moz-box-shadow: #aaaaaa 0px 0px 12px;
    -ms-box-shadow: #aaaaaa 0px 0px 12px;
    -o-box-shadow: #aaaaaa 0px 0px 12px;
    border: none;
    padding: 0px !important;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    background-color: rgb(38, 41, 68);
    color: rgb(255, 255, 255);
    /*font-family: Ubuntu-Regular !important;*/
    font-size: 22px !important;
}


.bold-class {
    font-weight: bold;
    
}

.font-class {
    font-size: 14px;
}

/* ************* MEDIA QUERIES ************* */

@media only screen and (max-width: 760px) {
    .btn-chat, #chat {
        width: 60px;
        height: 60px;
        left: calc(95% - 60px);
        top: calc((100% - 10px) - 60px);
        font-size: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
}