.widget-social-media-chat{position:fixed;bottom:45px;right:25px;display:grid;grid-template-columns:1fr;z-index:999}
.widget-social-media-chat.open .widget-social-media-chat__icon--open{opacity:0}
.widget-social-media-chat.open .widget-social-media-chat__icon--close{opacity:1}
.widget-social-media-chat.open .widget-social-media-chat__icon--trigger{transform:rotate(360deg);transition:all 0.2s ease}
.widget-social-media-chat.open .widget-social-media-chat__item--sm{transform:translateY(0);opacity:1;transition:all 0.2s ease}
.widget-social-media-chat__item{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:100%; color:white;font-size:40px;line-height:1;padding:0px;box-sizing:border-box;border:none;box-shadow:rgba(136,136,136,0.4) 0 1px 7px;margin-bottom:10px}
.widget-social-media-chat__item--tg{background:#0087cb}
.widget-social-media-chat__item--wa{background:#4dc247}
.widget-social-media-chat__item--sm{transform:translateY(100%);opacity:0;transition:all 0.2s ease}

.widget-social-media-chat__icon{
	position:static;
	display:block;
	width:40px;
	height:40px;
	fill:white;
}

.widget-social-media-chat__item--trigger .widget-social-media-chat__icon--open{
	width:44px;
	height:44px;
}

.widget-social-media-chat__icon--close{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	font-size:40px;
	line-height:1;
	opacity:0;
}

.widget-social-media-chat__icon--trigger{transform:rotate(0deg);z-index:1000;transition:all 0.2s ease}
.widget-social-media-chat__icon--close{opacity:0}

.widget-social-media-chat__item--social{background:#ffffff}
.widget-social-media-chat__item--social img{width:30px;height:30px;object-fit:contain}