._td9e1b_sharepopup_container_28ad2i_{
    /* border: 1px solid red; */
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.24);
    display: none;

}

._td9e1b_sharepopup_container_28ad2i_.active{
    display: flex;
}

._7yustc_sharepopup_card_d8y6mv_{
    width: fit-content;
    /* max-width: 500px; */
    height: fit-content;
    background-color: #fff;;
    transform: translateY(-70px);
    position: relative;
    border-radius: 10px;
    padding: 20px;
    /* padding-top: 50px; */
}

._e6cr1t_sharepopup_card_heading_wpht3y_{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    /* margin-bottom: 20px; */
    margin-left: 20px;
}


._mv63ai_sharepopupclosebtn_xuudbk_{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

._mv63ai_sharepopupclosebtn_xuudbk_ svg{
    width: 20px;
    height: 20px;
}

._8yti40_sharepopup_share_link_section_tk6v4c_{
    /* border: 1px solid red; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    /* overflow: hidden; */
    /* overflow-x: scroll; */
    padding: 20px;
    padding-bottom: 10px;
}

._qkb8o2_sharepopup_share_link_9eqnau_{
    /* overflow: hidden; */
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    padding: 20px;
    transition: all 0.2s ease;
    border-radius: 10px;
    background-color: #f5f5f5;
}
._qkb8o2_sharepopup_share_link_9eqnau_:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

._qkb8o2_sharepopup_share_link_9eqnau_ svg{
    height: 50px;
    width: 50px;
}

._xozpvb_sharepopup_share_link_text_08w7yt_{
    font-size: 15px;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
}

._7r205b_right_qbihq1_{
    display: none;
    color: var(--primary_color);
}
._7r205b_right_qbihq1_.active{
    display: block;
}

._0ggm4l_copy_vq8jfw_.deactive{
    display: none;
}

@media only screen and (max-width: 800px)
{
    ._7yustc_sharepopup_card_d8y6mv_{
        width: 90vw;
    }
}

@media only screen and (max-width: 400px)
{
    ._7yustc_sharepopup_card_d8y6mv_{
        width: 75vw;
    }
    ._qkb8o2_sharepopup_share_link_9eqnau_ svg{
        height: 40px;
        width: 40px;
    }
    ._xozpvb_sharepopup_share_link_text_08w7yt_{
        font-size: 12px;
    }

    ._qkb8o2_sharepopup_share_link_9eqnau_{
        padding: 10px;
        min-width: 90px;
    }
    ._8yti40_sharepopup_share_link_section_tk6v4c_{
        padding-left: 0px;
        padding-right: 0px;
    }
}

