.uc-social-bar-wrapper .uc-social-bar .uc-social-bar-icons .uc-icon-wrap a>* {
    pointer-events: none
}

.uc-social-bar-wrapper .uc-social-bar .tooltip-copy-link,
.uc-social-bar-wrapper .social-share-wrap .tooltip-copy-link {
    display: none;
    position: absolute;
    padding: 4px 9px;
    z-index: 9;
    left: calc(100% + 16px);
    top: calc(50% - 3px);
    transform: translateY(-50%);
    border-radius: 4px
}

.uc-social-bar-wrapper .uc-social-bar .tooltip-copy-link .tooltip-content,
.uc-social-bar-wrapper .social-share-wrap .tooltip-copy-link .tooltip-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    white-space: nowrap
}

.uc-social-bar-wrapper .uc-social-bar .tooltip-copy-link.tooltip-open,
.uc-social-bar-wrapper .social-share-wrap .tooltip-copy-link.tooltip-open {
    display: flex
}

.uc-social-bar-wrapper .uc-social-bar .tooltip-copy-link:after,
.uc-social-bar-wrapper .social-share-wrap .tooltip-copy-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    left: -3px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto
}