
.copy-text {
	position: relative;
	padding: 10px;
	background: #fff;
	/* border: 1px solid #ddd;
	border-radius: 10px; */
	display: flex;
}
.copy-text div input.text {
	padding: 10px;
	font-size: 18px;
	color: #828282;
    border: #000 solid 1px;
	/* border: none; */
	outline: none;
}
/* .copy-text button {
	padding: 10px;
	background: #5784f5;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
} */

.copy-text button:active {
	background: #17a2b8;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #17a2b8;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #17a2b8;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

#share-list2 .jssocials-share a{
    padding: 1rem !important;
    border-radius: 50% !important;
}
#share-list2 .jssocials-share a .jssocials-share-logo{
    font-size: 2.5em !important;
}
