﻿/*::selection {
    color: #fff;
    background: #7d2ae8;
}*/

.social-share-ott .share-popup {
    position: absolute;
    left: 50%;
}

.social-share-ott .share-popup {
    background: rgb(255, 254, 254);
    padding: 25px;
    border-radius: 15px;
    top: 10%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}

    .social-share-ott .share-popup.show {
        position: fixed;
        top: 50%;
        left: 50%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
        transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
        z-index: 9999;
    }

    .social-share-ott .share-popup :is(header, .icons, .field) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .social-share-ott .share-popup header {
        padding-bottom: 15px;
        float: inherit;
        border-bottom: 1px solid #ebedf9;
    }

.social-share-ott header span {
    font-size: 21px;
    font-weight: 600;
}

.social-share-ott header .share-close, .social-share-ott .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.social-share-ott header .share-close {
    color: #878787;
    font-size: 17px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

    .social-share-ott header .share-close:hover {
        background: #ebedf9;
    }

.social-share-ott .share-popup .content {
    margin: 20px 0;
}

.social-share-ott .share-popup .icons {
    margin: 15px 0 20px 0;
    display: inline-flex;
    width: 100%;
}

.social-share-ott .content p {
    font-size: 16px;
}

.social-share-ott .content .icons a {
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    color: #e84892;
    cursor: pointer;
}

.social-share-ott .icons a:hover svg path {
    fill: #e84892 !important;
}

.social-share-ott .icons a i {
    transition: transform 0.3s ease-in-out;
}

.social-share-ott .icons a:hover {
    background: #fff;
    border: 1px solid #e84892;
    color: #e84892;
}

    .social-share-ott .icons a:hover i {
        transform: scale(1.2);
    }


.share-view-modal:not(.ignore-style) {
    border: 1px solid;
    border-radius: 8px;
    color: #e01883 !important;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 180%;
    position: relative;
    display: inline-block;
}

    .share-view-modal:not(.ignore-style) i {
        position: relative;
        top: 4px;
    }

.my-profile-share-icon:not(.ignore-style) {
    border: 1px solid;
    border-radius: 50%;
    color: #e01883 !important;
    margin: 4px 8px 0;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 0;
    line-height: 180%;
    position: relative;
    display: inline-block;
}


    .my-profile-share-icon:not(.ignore-style) i {
        position: relative;
        top: -9px;
        left: -1px;
        font-size: 11px;
    }

.body-hidden {
    overflow: hidden;
}

    .body-hidden .social-share-ott {
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
    }

.social-media-hold .socialhold li a, .social-share-ott li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.socialhold .a2a_svg, .social-share-ott .a2a_svg {
    height: 24px;
    line-height: 24px;
    width: 24px;
    background: none !important;
}

    .socialhold .a2a_svg svg path, .social-share-ott .a2a_svg svg path {
        fill: #b3b3b3 !IMPORTANT;
    }

.row_hold.social-media-hold .socialhold li a:hover svg path, .social-share-ott li a:hover svg path {
    fill: rgb(223, 22, 131) !important;
}

.a2a_kit {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .a2a_kit a {
        transition: all 0.25s ease;
    }

    /* .a2a_kit a:hover {
            transform: translateY(-2px);
            opacity: 0.9;
        }*/

    .a2a_kit .a2a_svg {
        border-radius: 50% !important;
    }
