
.cb-popup{
    z-index: 9998;
    position: fixed;
    bottom: 3px;
    right: 2px;
    width: 200px;
    padding-bottom: 10px;
    background-color: #FFF;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36)}
.cb-popup-toolbar{
    width: 380px;
    line-height: 10px;
    padding: 5px 10px}
.cb-popup-close{
    cursor: pointer;
    padding: 1px;
    /*font-size: 25px;*/
    font-weight: bold;
    position: absolute;
    border: 1px solid ;
    right: 4px;
    top: 3px;}
.cb-popup-close:hover{cursor: pointer}
.cb-popup-inner{
    padding: 10px 0;
    width: 200px;
    text-align: center;}
.cb-popup.chat-invitation{
    background-color: transparent;
    height: 168px;}
.cb-popup.call-us{height: auto}
.cb-popup.chat-invitation .cb-popup-close{
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
    z-index: 99999;}
.cb-popup p{color: #999}
.cb-popup .cb-btn{
    text-align: center;
    border: 1px solid #043b8f;
    color: #FFF;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #49bae3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(73,186,227)), to(rgb(42,73,180)));
    background-image: -webkit-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
    background-image: -moz-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
    background-image: -o-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
    background-image: -ms-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
    background-image: linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#49bae3', EndColorStr='#2a49b4');
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 2px #25daee;
    -webkit-box-shadow: inset 0 1px 2px #25daee;
    box-shadow: inset 0 1px 2px #25daee;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);}
.cb-btn.cb-btn-first{margin-left: 0}
.cb-btn.cb-btn-last{margin-right: 0}
.cb-form .cb-btn{width: 100%}
.cb-popup .contact-phone{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .25em;
    text-align: left;
    padding-left: 10px;
}
.cb-popup #forms{padding: 0 3%;}
.cb-popup #forms input{
    background: #f9f9f9;
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding-left: 10px;
    height: 30px;
    font-size: 12px;
}
.cb-popup #forms .btns{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cb-popup #forms .btns button{
    width: 100%;
    outline: none;
    background: #E1901B;
    border: 0;
    color: #fff;
    padding: 7px 0;
    margin-top: 10px;
}
@media (max-width: 767px){
    .cb-popup{
        bottom: 3px;
        right: 50%;
        transform: translateX(50%);
        width: 95%;
    }
    .cb-popup-inner{width: 100%;}
}