
.mani_share {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    clear: both;
}
.mani_share .share_text { 
	text-align: center;
	line-height: normal; 
	display: inline-block;
	vertical-align: middle;
}
.mani_share .share_btn {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	line-height: normal;  
	text-decoration: none !important;
}
.mani_share .share_text > span,
.mani_share .share_btn i {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
} 
.mani_share .share_text > span>span,
.mani_share .share_btn i::before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mani_share .share_btn svg{
    width: 20px;
    filter: grayscale(1);
    position: relative;
}
.mani_share .share_btn svg:hover{
    filter: grayscale(0);
}
/* .mani_share .share_btn:hover{ 
}
.mani_share .share_btn:hover .bi-facebook{ 
    color: #3b5998 !important;
}
.mani_share .share_btn:hover .bi-youtube{ 
    color: red !important;
}
.mani_share .share_btn:hover .bi-instagram{ 
    color: #5851db !important;
}
.mani_share .share_btn:hover .gb_aparat{ 
    color: #ED145B !important;
}
.mani_share .share_btn:hover .bi-telegram{ 
    color: #32AEE1 !important;
}  */