
/** ADD YOUR AWESOME CODES HERE **/
#showMap{
    height: 500px;
    /* z-index: 0; */
}
._chat_link {
    position: fixed;
    bottom: 85px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #064fd6;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 30px;
}
._chat_link:hover{
    color: #ffffff;
}