.lncu-popup-zwischenablage {
    position: fixed;
    display: block;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.8);
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    z-index:9999999;
}