/**** share modal ****/
.socials-share-modal {
    position: fixed;
    inset: 0;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / .2);
}

.socials-share-modal button {
    border: 0;
    background: transparent;
}

.socials-share-modal .modal-content {
    max-width: 320px;
    width: 100%;
    border: 0;
    border-radius: 0.5rem;
    background-color: #fff;
    position: relative;
    padding: 1.5rem !important;
}

.socials-share-modal .modal-content .socials-share-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socials-share-modal .modal-content .socials-share-header .close-icon {
    padding: 5px;
}

.socials-share-modal .modal-content .socials-share-icon-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
}

.socials-share-modal .modal-content .socials-share-icon-list img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.socials-share-modal .modal-content .socials-share-url {
    color: rgb(75 85 99);
    font-size: 12px;
    line-height: 1.25rem;
    background-color: rgb(243 244 246);
    border-radius: 0.375rem;
    padding: .5rem;
    margin-bottom: 15px;
    overflow: hidden;
}

.socials-share-modal .modal-content .socials-share-copy-button {
    font-size: 14px;
    line-height: 1.25rem;
    text-align: center;
    width: 100%;
}
