
.ucrm_social_widget {
	position: fixed;
	bottom: 18px;
	z-index: 9999;
	-webkit-animation: slidein .5s 2s forwards;
	animation: slidein .5s 2s forwards;
	transform: translateY(100px);
	opacity: 0;
	overflow: initial;
}

.social-right {
	right: 15px;
}
.social-center {
	max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.social-right .ucrm_social__content {
	right: 0px;
}
.social-left {
	left: 15px;
}
.social-left .ucrm_social__content {
	left: 0px;
}

.ucrm_social_select {
	line-height: 32px;
	border-radius: 18px;
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 500;
	   flex-wrap: wrap;
    justify-content: space-evenly;
}

.ucrm_social_select input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.ucrm_social_select-item {
	cursor: pointer;
	padding: 0 14px;
	border-radius: 18px;
	color: #555d85;
	box-sizing: border-box;
	border: 2px solid #fff;
	height: 36px;
	display: block;
}

.ucrm_social_select input:checked+.ucrm_social_select-item {
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .03);
	color: #131415;
	border-color: #4254ff;
	opacity: 1
}

.ucrm_social__button {
	font-size: 17px;
	height: 46px;
	background: #e50f0f;
	border: 3px solid #e50f0f;
	border-radius: 30px;
	line-height: 46px;
	padding: 0 18px;
	font-weight: 500;
	/* box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
	cursor: pointer;
	justify-content: center;
	color: #fff
}

.ucrm_social__button,
.ucrm_social__button>div {
	display: flex;
	align-items: center
}

.ucrm_social__button span {
	margin-right: 14px
}

.ucrm_social__button img {
	vertical-align: top;
	position: relative;
	top: -1px
}
.social-botton-wiget {
    border-radius: 30px;
    padding: 3px;
    width: 28px;
	margin-right: 2px;
}
.social-botton-wiget.ucrm-whatsapp {
	background-color: #53b73c;
}
.social-botton-wiget.ucrm-telegram {
	background-color: #26a6e6;
}

	
.ucrm_social__popover {
	margin: auto;
	text-align: center;
	background-color: #fff;
	width: 255px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: initial;
}
.ucrm_social__desk {overflow: initial;}
.ucrm_social__content {
	position: absolute;
	bottom: 53px;
	margin-left: 3px;
	overflow: initial;
}

.ucrm_social__title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 8px
}

.ucrm_social__text {
	color: #555d85;
	margin-bottom: 10px
}

.ucrm__social__qr {
	margin-bottom: 10px
}

.ucrm__social__qr img {
	vertical-align: top;
	max-width: 100%
}

.ucrm_social_icon_web {
	display: flex;
	vertical-align: top;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 9px 0;
	text-decoration: none;
	font: inherit;
	text-align: center;
	transition: 125ms;
	border-radius: 9in;
	color: #4254ff;
	background: rgba(66, 84, 255, .12);
	font-weight: 500;
	line-height: 18px
}

.ucrm_social_icon_web svg {
	margin-left: 8px;
	top: -1px;
	position: relative
}

.ucrm_social_widget:not(.ucrm_social--show) .ucrm_social__content {
	opacity: 0;
	pointer-events: none
}

.ucrm_social_widget.ucrm_social--show .ucrm_social__button-open,
.ucrm_social_widget:not(.ucrm_social--show) .ucrm_social__button-close,
.ucrm_social__mobile {
	display: none
}

.ucrm_social_contact {display: none}

[data-social=wa] .ucrm_social__whatsapp { display: block }
[data-social=tg] .ucrm_social__telegram { display: block }
[data-social=order] .ucrm_social__order { display: block }
[data-social=call] .ucrm_social__call { display: block }


.ucrm_social__ph .ucrm__social__qr {min-height: 208px; }

.ucrm_social__direct {
	min-height: 46px;
	width: fit-content;
	background: #fff;
	border-radius: 50px;
	line-height: 46px;
	padding: 0px 16px 0px 10px;
	font-weight: 500;
	border: 3px solid #19b09f;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	cursor: pointer;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	white-space: nowrap;
	text-decoration: none;
	color: #131415
}

.ucrm_social__direct+.ucrm_social__direct {
	margin-top: 15px
}

.ucrm_social__direct span {
	margin-left: 10px
}

.ucrm_social__direct:first-child img {
	margin-top: -1px
}

@media (max-width:960px) {
	.ucrm_social__desk {
		display: none
	}
	.ucrm_social__mobile {
		display: block;
		padding-bottom: 10px;
		padding-left: 6px;
		padding-right: 10px;
	}
}

@keyframes slidein {
	0% {
		transform: translateY(100px);
		opacity: 0
	}
	to {
		transform: translateY(0);
		opacity: 1
	}
}
