﻿.ussd-operation-popup{
	position: absolute;
	width: 310px;
	height: 155px;
	background-color: #fff !important;
	border: 2px solid #ddd;
	border-radius: 5px;
	margin: 0 -7px;
	font-family: dpmitra;
	z-index: 1001;
}
.ussd-operation-popup::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -15px;
	left: 22px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #ddd;
}
.ussd-operation-popup.left::before{
	left: auto;
	right: 22px;
}
.ussd-operation-popup.top::before{
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #ddd;
	border-top: 0 none;
	bottom: auto;
	top: -15px;
	left: 24px;
}
.ussd-operation-popup::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -12px;
	left: 24px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
}
.ussd-operation-popup.top::after{
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #fff;
	border-top: 0 none;
	bottom: auto;
	top: -12px;
}
.ussd-operation-popup.left::after{
	left: auto;
	right: 24px;
}
.ussd-operation-popup.left.top::before{
	right: 24px;
}
.ussd-code-widget{
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	direction: ltr;	
}
.copy-shadow{
	position: absolute;
	font-weight: normal;
	margin: 0;
	top: -10px;
	right:0;
	direction: ltr;
	color: #54C5D0;
	left: 0;
	margin: 0 auto;
}
.ussd-operation{
	float: right;
	padding: 0 7px;
	width: 50%;
	height: 100%;
}
.ussd-btn-holder{
	text-align: center;
}
.ussd-btn-holder p{
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	margin: 0;
	direction: rtl;
	font-weight: normal;
}
.ussd-btn{
	display: inline-block;
	vertical-align: middle;
	border: 0 none;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-image: none;
	box-shadow: none;
	font-size: 14px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0;
	font-weight: normal;
}
a.ussd-btn:link,
a.ussd-btn:visited,
a.ussd-btn:hover,
a.ussd-btn:active,
a.ussd-btn:focus{
	color: #fff;
	text-decoration: none !important;
}
.ussd-btn-holder .ussd-btn{
	margin-top: 5px;
	position: relative;
}
.ussd-copy-btn,
.my-mci-btn{
	background-color: #54C5D0;
}
.ussd-copy-btn:hover,
.my-mci-btn:hover{
	background-color: #53B5CD;
}
.my-mci-btn{
	background-image: url("/upload/ussd/icon/hamrahe_man.png");
	background-repeat:  no-repeat;
	background-position: center;
	background-size: 40px;
}
.ussd-share-btn{
	background-color: #999;
}
.ussd-share-btn:hover{
	background-color: #898989;
}
.ussd-share-holder{
	display: none;
}
.ussd-share-holder .ussd-btn{
	margin-top: 5px;
}
.social-network-btn{
	width: 32px;
	height: 32px;
	display: block;
}
.social-network-btn:hover{
	box-shadow: 0 0 8px 0 #999;
	transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ussd-share-cloob{
	background: url("/upload/ussd/icon/cloob.png") no-repeat center;
	float: right;
	clear: right;
}
.ussd-share-linkedin{
	background: url("/upload/ussd/icon/linkedin.png") no-repeat center;
	float: left;
	clear: left;
}
.ussd-share-telegram{
	background: url("/upload/ussd/icon/telegram.png") no-repeat center;
	float: right;
}
.ussd-sms-btn{
	background: url("/upload/ussd/icon/sms.png") no-repeat center;
	float: left;
	clear: left;
}
.ussd-share-cloob,
.ussd-share-telegram{
	margin-right: 30px;
}
.ussd-share-linkedin,
.ussd-sms-btn{
	margin-left: 30px;
}
.ussd-share-linkedin,
.ussd-share-telegram{
	margin-bottom: 9px;
}
.ussd-btn-holder,
.ussd-share-holder{
	padding: 8px 13px 7px 0;
}
.ussd-qrCode-holder{
	padding: 8px 7px 6px;
}
.ussd-share-holder .ussd-return-btn{
	margin-top: 17px;
}
.ussd-btn-holder .ussd-call-btn{
	margin-top: 6px;
	background: #FAA61A url("/upload/ussd/icon/phone.png") no-repeat 72px center / 23px;
	font-size: 16px;
	padding-right: 19px;
}
@keyframes scale{
    0% {transform: scale(1);}
    50% {transform: scale(1.15);}
	100% {transform: scale(1);}
}
@media (min-width: 767px){
	.ussd-sms-btn{
		display: none;
	}
	.ussd-share-cloob{
		margin-right: 54px;
	}
}
@media (max-width: 767px){	
	.ussd-operation-popup{
		height: 170px;
	}
	.ussd-qrCode-holder{
		display: none;
	}
	.ussd-operation-popup{
		width: 165px;
	}
	.ussd-btn-holder, .ussd-share-holder{
		padding: 8px 13px 7px;
	}
	.ussd-operation{
		width: 100%;
	}
	.ussd-share-cloob,
	.ussd-share-telegram{
		margin-right: 20px;
	}
	.ussd-share-linkedin,
	.ussd-sms-btn{
		margin-left: 20px;
	}
	.ussd-share-holder .ussd-return-btn{
		margin-top: 33px;
	}
	.ussd-btn-holder .ussd-copy-btn,
	.ussd-btn-holder .ussd-copy-btn:hover{
		background-color: #FAA61A;
		transition: background-color .5s;
	}
	.ussd-copy-btn.code-copied,
	.ussd-copy-btn.code-copied:hover{
		background-color: #47b671;
		animation: scale .3s 1;
	}
}