.firs-chat-wrap {
    position: fixed;
    z-index: 10001;
    bottom: 30px;
    right: 15px;
}
.chat-wrap-btn {
    position: relative;
    width: 56px;
    height: 56px;
    background: #00a500;
    border-radius: 56px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    /* line-height: 56px; */
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.chat-wrap-btn-main .ic-chat-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .1s ease-out;
}


.ic-chat-num:before {
    content: "";
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ic-chat-num-material-close::before {
}

.ic-chat-icon::before {
      background-image: url(../images/svg/whatsapp.svg);
    background-size: 60%!important;
    /* left: 6px !important; */
    /* top: -5px; */
}

.active-chat:after {
    content: 'WhatsApp ile Sor';
    right: 100%;
    left: auto;
}


.active-chat:after {
    background-color: rgba(0, 165, 0, 0.53);
    position: absolute;
    padding: 6px 14px;
    top: 50%;
    margin-top: -15px;
    right: 110%;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #FFF;
}

.active-chat:before {
    content: '1';
    right: 100%;
    left: auto;
    background-color: #de4a4a;
    position: absolute;
    /* padding: 0px 10px; */
    top: 0%;
    /* margin-top: -20px; */
    left: 0px;
    height: 15px;
    font-weight: bold;
    width: 15px;
    z-index: 555;
    /* font-family: inherit; */
    font-size: 7px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FFF;
}