#shareModal > .modal-dialog {
    width: 300px;
}
/*- Header -*/
.shareModal-header-heading {
	font-size: 24px;
	font-weight: 400;
	padding-left: 10px;
}

/*- Body section -*/
#shareModal-body-wrapper {
	background-color: #F1F1F1;
}

.shareModal-icons-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	display: block;
}

#shareModal-body-wrapper .shareModal-icons-wrapper .shareModal-icon {
	color: #333335;
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
}

#shareModal-body-wrapper .shareModal-icons-wrapper .shareModal-icon:last-child {
	margin-right: 0px;
}

#shareModal-body-wrapper .shareModal-icons-wrapper .shareModal-icon:hover {
	color: #333335;
	text-decoration: none;
	border: 0px;
}

.shareModal-url-wrapper {
	padding-top: 5px;
	padding-bottom: 15px;
}

.shareModal-url-box {
	background-color: #FAFAFA;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

#select_txt {
	font-size: 14px;
	color: #333335;
}

.shareModal-url-wrapper .btn-copy-url {
	background: #FFF;
	color: #0063B2;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
}

.shareModal-url-wrapper .btn-copy-url:hover {
	color: #0f400f;
}

.fa-facebook-f, .fa-twitter, .fa-whatsapp, .fa-envelope {
    color: #0063B2;
}