.dubex-label {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.dubex-social-share-icons-list-wrapper {
	position: relative;
}
.dubex-social-share-icons-list {
	display: flex;
	justify-content: center;
	position: relative;
}
.dubex-social-share-icons-list > span {
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: center;
  	font-size: 12px;
  	padding-right: 15px;
}
.dubex-share-social-icon {
	border: 1px solid rgba(40,40,40,.8); /*#000000; *rgba(40, 40, 40, .24);*/
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.dubex-social-share-icons-list .dubex-share-social-icon:last-child {
	margin-right: 0;
}
.dubex-share-social-icon svg {
	max-height: 18px;
	max-width: 18px;
	transition: all 0.2s linear;
}

.dubex-share-social-icon svg path {
	transition: all 0.2s linear;
}

.dubex-share-social-icon.dubex-share-social-icon-facebook svg {
	max-height: 22px;
	max-width: 22px;
}
.dubex-share-social-icon.dubex-share-social-icon-linkedin svg {
	margin-top: -1px;
    margin-right: -1px;
}



.dubex-share-social-icon:hover {
	border: 1px solid #000;
	background: #000;
}
.dubex-share-social-icon:hover svg path {
	fill: #fff;
}

.link-copied-block {
	position: absolute;
	top: -39px;

	transition: opacity 0.1s linear;
}
.link-copied-text {
	background-color: black;
    color: white;
    white-space: nowrap;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
}
.copied-arrow {
    background-color: black;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
