.popup-chat .messenger label{
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 0px 8px 8px 8px;
    padding: 7px;
}
.popup-chat .messenger-2 label{
    background: #EE0D79;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px 0px 8px 8px;
    padding: 7px;
}
.popup-chat .link-product{
    background: #F2F4F7;
    border-radius: 8px;
}
.popup-chat input[name="text"] {
    outline: none;
    width: 80%;
}
.popup-chat input[name="text"]::placeholder{
    color: #BDBDBD;
    font-size: 13px;
}
.popup-chat .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 10px;
    cursor: pointer;
    border-top: 5px solid #666666;
}
.popup-chat input[name="search"]{
    border: none;
    outline: none;
    width: 200px;
    background: #E0E0E0;
    padding: 10px;
    border-radius: 20px;
    padding-left: 30px;
}
.popup-chat .icon_search{
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.popup-chat .icon_search i{
    color: #6D44E0;
    font-size: 16px;
}
.popup-chat .group-icon{
    width: 45px;
    height: 45px;
    position: relative;
}
.popup-chat .group-icon img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 5;
}
.group-icon img:first-child{
    top: 0;
    left: 0;
    z-index: 2;
    transform: inherit;
}
.group-icon img:last-child{
    top: 0;
    z-index: 2;
    right: 0;
    transform: inherit;
}
.list-messenger{
    height: 80vh;
    overflow-y: auto;
    background: #ffffff;
    padding-bottom: 100px !important;
}
.tab-chat{
    bottom: 0;
    right: 50%;
    max-width: 425px;
    transform: translate(50%, 0);
    z-index: 100;
    width: 100%;
    background: #ffffff;
}
.list-messenger::-webkit-scrollbar {
    width: 4px;
}
.list-messenger::-webkit-scrollbar-thumb {
    background: #8950fc;
    border-radius: 4px;
}
.list-messenger::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.list-group-chat{
    height: calc(100% - 50px);
    max-height: 320px;
    overflow-y: auto;
}
.list-group-chat::-webkit-scrollbar {
    width: 4px;
}
.list-group-chat::-webkit-scrollbar-thumb {
    background: #8950fc;
    border-radius: 4px;
}
.list-group-chat::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.btn-send-product{
    background: #EE0D79;
    border-radius: 4px;
    border: none;
    padding: 4px 10px;
    margin-left: 15px;
}
.popup-icon-messenger,.popup-product{
    background: #F2F4F7;
    padding: 8px 10px;
    width: 100%;
    max-height: 210px;
    position: absolute;
    bottom: 100px;
    left: -100%;
    overflow-y: auto;
    opacity: 0;
    z-index: -100;
    transition: .5s;
}
.popup-icon-messenger{
    height: auto !important;
}
.popup-product.active{
    opacity: 1;
    z-index: 100;
    left: 0;
}
.popup-icon-messenger.active{
    opacity: 1;
    z-index: 100;
    left: 0;
}
.dv-item.active{
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.dv-item{
    padding: 4px;
}
.dv-item.active .name-shop{
    color: #EE0D79;
}
.icon-chat{
    max-width: 425px;
    bottom: 90px;
    z-index: 1000;
    right: 50%;
    transform: translate(50%, 0);
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 15px;
}
.count-messenger{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3BCADD;
    top: -6.5px;
    right: -6px;
}
.popup-chat{
    position: fixed;
    opacity: 0;
    z-index: -100;
    bottom: -100%;
    right: 10px;
    transition: .5s;
}
.popup-chat.active{
    bottom: 10px;
    opacity: 1;
    z-index: 100;
}
.is_messenger{
    display: none;
}
.is_messenger.active{
    display: block;
}
.popup-filter-chat,.popup-option{
    width: 120px;
    padding: 12px;
    border-radius: 8px;
    top: 100%;
    display: none;
    right: 0;
    z-index: 10;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);;
}
.popup-option.active{
    display: block;
}
.popup-filter-chat.active{
    display: block;
}
