.share-event {
    background-color: rgba(0, 0, 0, 0.7);
}



.share-event .modal-content {
    border-radius: 8px;
    border: none;
    width: 100%;
    box-shadow: 0 4px 12px 0 rgb(118 118 118 / 40%);
}

.share-event .modal-header {
    height: 270px;
    background-size: cover;
    background-color: #cdd2d8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.share-event .close {
    width: 42px;
    height: 42px;
    background-color: #fff;
    margin-right: -6px;
    margin-top: -6px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    opacity: 1;
    position: relative;
}

.share-event .close img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.share-event-widget .social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
}


/* .share-event-inside {
    right: 12px;
    top: 162px;
} */

.share-event-widget .facebook-share {
    background-color: rgb(58 87 153 / 16%);
    color: #3a5799;
}

.share-event-widget .twitter-share {
    background-color: rgb(29 161 242 / 16%);
    color: rgb(29, 161, 242);
}

.share-event-widget .linkedin-share {
    background-color: rgb(10 102 194 / 16%);
    color: #0A66C2;
}

.share-event-widget .email-share {
    background-color: rgb(116 86 170 / 16%);
    color: #7456AA;
}

.share-event-widget .whatsapp-share {
    background-color: rgb(1 137 123 / 16%);
    color: #01897b;
}

.share-event-widget .facebook-share:hover {
    background-color: rgb(58 87 153 / 22%);
    color: #3a5799;
}

.share-event-widget .twitter-share:hover {
    background-color: rgb(29 161 242 / 22%);
    color: rgb(29, 161, 242);
}

.share-event-widget .linkedin-share:hover {
    background-color: rgb(10 102 194 / 22%);
    color: #0A66C2;
}

.share-event-widget .email-share:hover {
    background-color: rgb(116 86 170 / 22%);
    color: #7456AA;
}

.share-event-widget .whatsapp-share:hover {
    background-color: rgb(1 137 123 / 22%);
    color: #01897b;
}

.share-event-widget .social i {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    text-align: center;
    font-size: 22px;
    padding: 18px;
}

.copy-share-clipboard {
    color: #2a2e7a;
    transition: 300ms;
    text-decoration-color: #dddddd;
    font-weight: 500;
}

.copy-share-clipboard:hover {
    color: #2a2e7a;
    text-decoration: none;
}

.mt-20{
    margin-top:20px;
}