﻿.button {
    height: 25px;
    margin: 20px -50px;
    margin-top: 20px;
    margin-right: -50px;
    margin-bottom: 20px;
    margin-left: -50px;
}

.button chatbutton {
    position: relative !important;
    left: -45px;
    font-size: 15px;
    font-weight: bolder;
    border: thin solid #45BCE5;
    background-color: #45BCE5;
    border-color: #45BCE5;
    border-width: thin;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: as-sans-rg, Arial, Helvetica, sans-serif;
}

.button chatbutton:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.glyphicon {
    visibility: hidden;
}

@@media screen and (max-width: 1000px) {
    .button {
        height: 40px;
        margin: 20px -150px;
        margin-top: 20px;
        margin-right: -150px;
        margin-bottom: 20px;
        margin-left: -150px;
    }

    .button chatbutton {
        position: relative !important;
        left: -100px;
        font-size: 32px;
        font-weight: bolder;
        border: thin solid #45BCE5;
        background-color: #45BCE5;
        border-color: #45BCE5;
        border-width: thin;
        border-radius: 20px;
        padding: 5px 15px;
        font-family: as-sans-rg, Arial, Helvetica, sans-serif;
    }
}

.chat_button {
    background: url(../images/Chat_Button.PNG) no-repeat;
    height: 15px;
    width: 16px;
    display: block;
}

.chat_btn_css {
    background: #D9EEFF;
    border-radius: 999px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 85px;
    height: 27px;
    font-family: sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    text-transform: lowercase !important;
    line-height: 28px !important;
    text-align: center;
    color: #0E1941;
    flex: auto;
    order: 0;
    flex-grow: 0;
    margin-right: 0%;
    font-size: 16px !important;
}
