@font-face {
   font-family: 'HelveticaNeue';
   src: url(https://member.sanctuaryclub.com/web_fonts/HelveticaNeue.otf);
}

@media only screen and (max-width: 775px) {
    .chatwidget {
        margin-top: 103px;
        float: left !important;
        margin-left: 20px;
    }
}

#chatIcon {
    z-index: 99999999999999 !important;
}
#chatIcon img{ 
    position: fixed !important;
    bottom: 10px !important;
    right: 0px !important;
    z-index: 9999999999999999999999 !important;
}
#chatPop{
    float: right;
    position: fixed;
    right: 3%;
    bottom: 0px;
    z-index: 99999999999999999999999;
}
.chatwidget h3{
    padding: 10px 10px !important;
    font-family: 'HelveticaNeue';
    font-weight: 300 !important;
    border-radius: 20px 20px 0 0 !important;
    background: rgb(88 89 91) !important;
    font-size: 14px !important;
    letter-spacing: 0.03em !important;
    height: 35px !important;
    text-align: center !important;
}
#chatForm{
    background: #ffffff !important;
    border: solid 1px #58595B !important;
    border-top: none !important;
}
.chatwidget table.webchat-config input{
    border: solid 1px #cccccc !important;
    background: none !important;
    padding: 5px !important;
    height: 35px;
    border-radius: 3px;
    transition: all 0.3s;
    font-family: 'HelveticaNeue';
    font-size: 13px !important;
    width: 200px !important;
}

.chatwidget table.webchat-config input:hover,
.chatwidget table.webchat-config input:focus{
    border: solid 1px #575757 !important;
}
.chatwidget table.webchat-config th{
    font-family: 'HelveticaNeue';
    font-weight: 500 !important;
    font-size: 12px !important;
}
.chatwidget #chat-button{
    display: block !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    border: 0px !important;
    background: rgb(88 89 91) !important;
}
.chatwidget #close{
    font-size: 26px !important;
    position: absolute;
    right: 5px;
    top: 2px;
    background: rgb(88 89 91) !important;
    display: block;
    text-align: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 3px rgba(0,0,0,1) !important;
    transition: all 0.3s;
    border: solid 1px rgba(255,255,255,0.3);
}
.chatwidget #close:hover{
    background: rgba(255,255,255,0.56);
    color: rgb(249 217 198) !important;
}