.chat-start-text {
    display: none !important;
}
.chat-jamil {
    display: none!important;
}
.popup-content a span {
    display: none!important;
}
.popup-content {
    text-align: center!important;
    position: relative!important;
    width: 100px!important;
}
.popup-content a {
    padding: 10px 20px!important;
    background: #f5f7f9!important;
    margin: 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
}
.social-link img {
    margin-right: 0!important;
}
.close {
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 25px;
    cursor: pointer;
    background: #f71127;
    color: white;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1010;
}
.popup-content a {
    padding: 10px;
    background: #f5f7f9;
    margin: 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.popup-content a:hover {
    background: #e7f1fb !important;
}