﻿ .title-box-popup {
        font-size: 15px;
     }
.desc-box-popup {
    font-size: 11px;
    color: #595959
}
.link-title{
    color:blue;
    font-size:12px
}

.popup {
    z-index: 1000;
    bottom: 90px;
    transition: all 0.3s ease;
}

.chat-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 7px
}
.shadow-box-light {
    box-shadow: 10px 10px 20px 0 rgb(80 249 131/43%);
}
.shadow-box-dark {
    box-shadow: 0 4px 4px rgb(0 0 0/25%); 
}
    .chat-icon:hover {
        transform: scale(1.1);
    }

    .chat-icon.active {
        background-color: black !important; 
        padding:10px
    }

.box-item {
    color: #000;
    width: 294px;
    height:64px;
    box-shadow: 0 4px 19px -4px rgb(0 0 0/25%);
    box-shadow: 10px 10px 20px 0 rgb(152 173 217/25%);
    margin-block:8px
}
.chat-box{
    bottom:20px;
    right:13px
}
.contacts  {
    padding:3px 7px
 }
    .contacts:hover {
        background-color: #E5EBEB;
        font-weight:bold;
        border-radius: 5px;
    }

    .avatar{
        width:48px;
        height:48px
    }
@media only screen and (max-width:680px) {
    .chat-box {
        bottom: 55px
    }
  
    .popup {
         bottom: 120px;
     }
}