

#link_sharing_popup_meta_wrapper {

    box-sizing: border-box;

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    background-color: rgba(9, 9, 9, 0.85);

    z-index: 999999;

    display:none

}



#link_sharing_popup_wrapper {

    width:90vw;

    max-width:350px;

    height:max-content;

    background-color:var(--bg-primary);

    border-width:0;

    border-radius: 10px;

    padding:10px;

    margin:auto;

    margin-top:15vh;

}

#lsp_window_closer_section {

    text-align: right;

}

#lsp_window_closer_section span{

    display: inline-block;

    box-sizing: border-box;

    text-align: center;

    width:35px;

    height: 35px;

    border-radius: 50%;

    padding-top: 5px;

    border:1px solid lightgray;

    cursor: pointer;

    color: var(--text-primary);

}

#lsp_window_closer_section span:hover {

    background-color: lightgray;

}

#lsp_section_divider {

    margin:15px auto;

    text-align:center;

    font-size:16px;

    color:var(--bg-primary)

}

.lsp_section {

    margin-bottom:10px;

}

.lsp_section_title {

    font-size:16px;

    font-weight: bold;

    margin-top:25px;

    margin-bottom:7px;

    color:var(--text-primary)

}

.lsp_link_box {

    border:1px solid lightgray;

    border-radius:5px;

    padding:10px;

    font-size:14px;

    width:95%;

}

textarea.lsp_link_box  {

    height:110px;

    line-height:1.6em;

}

.lsp_button_section {

    display:flex;

    flex-direction:row;

    align-content: flex-end;

    justify-content: end;

    justify-content: flex-end;

    margin-top:10px;

    padding-right:10px;

}

.lsp_button {

    border:1px solid lightgray;

    padding:7px 15px;

    border-radius:5px;

    font-size:12px;

    text-align:center;

    color:var(--text-secondary);

    cursor:pointer;

    background-color: var(--bg-primary);

}