.vd-social-share-modal {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: -1;
    opacity: 0;
}
.vd-social-share-modal * {
	font-family: 'Jost', sans-serif;
}
.vd-social-share-modal .list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vd-social-share-modal .list-inline li {
	display: inline-block;
}
.vd-social-share-modal .sharer-modal {
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.3);
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	width: 300px;
	max-width: 100%;
	padding: 0 20px;
	transition: opacity 0.3s ease, transform 0.3s ease;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.vd-social-share-modal.active .sharer-modal {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.vd-social-share-modal .sharer-modal .head {
	padding: 20px 0;
    border-bottom: 1px #ddd solid;
    position: relative;
}
.vd-social-share-modal .sharer-modal .head button {
	border: none;
    background-color: #ddd;
    border-radius: 100px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    padding: 0;
}
.vd-social-share-modal .sharer-modal .head h2 {
	margin: 0;
}
.vd-social-share-modal .sharer-modal .body {
	border-bottom: 1px #ddd solid;
}
.vd-social-share-modal .sharer-modal .body .share-block {
	padding: 20px 0;
}
.vd-social-share-modal .sharer-modal .body ul li button {
	color: #1877F2;
    border-color: #b7d4fb;
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #b7d4fb;
    border-radius: 50px;
    background-color: transparent;
    line-height: 52px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0;
}
.vd-social-share-modal .sharer-modal .body ul li button:hover {
	background-color: #b7d4fb;
}
.vd-social-share-modal .sharer-modal .body ul li:not(:first-child) {
	margin-left: 15px;
}
.vd-social-share-modal .sharer-modal .body .facebook button svg {
	fill: #1877f2;
}
.vd-social-share-modal .sharer-modal .body .twitter button svg {
	fill: #1da1f2;
}
.vd-social-share-modal .sharer-modal .body .linked-in button svg {
	fill: #0a66c2;
}
.vd-social-share-modal .sharer-modal .body .whatsapp button svg {
	fill: #25d366;
}
.vd-social-share-modal .sharer-modal .body .pinterest button svg {
	fill: #bd081c;
}
.vd-social-share-modal .sharer-modal .body .messenger button svg {
	fill: #006AFF;
}
.vd-social-share-modal .sharer-modal .body .sms button svg {
	fill: var(--accent, #0f0);
}
.vd-social-share-modal .sharer-modal .body .facebook button:hover {
	background-color: #1877f2;
	border-color: #1877f2;
}
.vd-social-share-modal .sharer-modal .body .twitter button:hover {
	background-color: #1da1f2;
	border-color: #1da1f2;
}
.vd-social-share-modal .sharer-modal .body .linked-in button:hover {
	background-color: #0a66c2;
	border-color: #0a66c2;
}
.vd-social-share-modal .sharer-modal .body .whatsapp button:hover {
	background-color: #25d366;
	border-color: #25d366;
}
.vd-social-share-modal .sharer-modal .body .pinterest button:hover {
	background-color: #bd081c;
	border-color: #bd081c;
}
.vd-social-share-modal .sharer-modal .body .messenger button:hover {
	background-color: #006AFF;
	border-color: #006AFF;
}
.vd-social-share-modal .sharer-modal .body .sms button:hover {
	background-color: var(--accent, #0f0);
	border-color: var(--accent, #0f0);
}
.vd-social-share-modal .sharer-modal .body button:hover svg {
	fill: #fff;
}
.vd-social-share-modal .sharer-modal .foot {
	padding: 20px 0;
}
.vd-social-share-modal .sharer-modal .foot label {
	border: 1px #ddd solid;
    display: block;
    padding: 5px;
    border-radius: 5px;
}
.vd-social-share-modal .sharer-modal .foot label span {
	display: inline-block;
}
.vd-social-share-modal .sharer-modal .foot label input {
	border: none;
    display: inline-block;
    width: calc(100% - 130px);
}
.vd-social-share-modal .sharer-modal .foot label button {
	background-color: #799E09;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    width: 100px;
}
.vd-social-share-modal.active {
	opacity: 1;
	z-index: 100;
}
.elementor-location-header.modal-active,
.elementor-location-footer.modal-active,
.elementor-location-single.modal-active {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}