:root{
    --ppz-mc1: #F6CA47;
}
.ppz-svg{width: 20px;height: 20px;fill:currentcolor;}
body.fixed .ppz-single-bar{
    z-index: 10;
}
.ppz-single-bar{
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    top: 50%;
    background-color: #eee;
    padding: 10px;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30%);
    transition: .3s;
}
.ppz-single-bar.ready{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.ppz-single-bar .meta-author .icon img{
    width: 100%;
    border-radius: 5px;
}
.ppz-single-bar .meta-item .icon{
    height: 50px;
    width: 50px;
    color: rgb(0, 0, 0);
    background-color: #FCF9F0;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}
.ppz-single-bar .meta-item .count{
    text-align: center;
    text-transform: none;
    transform: scale(0) translateX(5px);
    transition: .2s;
    position: absolute;
    right: 100%;
    top: 0;
    font-size: 14px;
    bottom: 0;
    white-space: nowrap;
    line-height: 46px;
    border: 2px solid #eee;
    background-color: #fff;
    color: #000;
    border-radius: 12px;
    padding: 0 25px;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}
.ppz-single-bar .meta-item.meta-hold .count,
.ppz-single-bar .meta-item.ppz-bookmark-btn.active .count,
.ppz-single-bar .meta-item.ppz-copy-link.active .count,
.ppz-single-bar .meta-item:hover .count{
    opacity: 1;
    transform: scaleX(1) translateX(-15px);
}
.ppz-single-bar .meta-item.active .icon{
    background-color: var(--ppz-mc1);
    color: #000;
}
.ppz-single-bar .meta-item{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    outline: none;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
    border-radius: 5px;
    transition: 0.2s;
    display: flex;
    flex-direction: row-reverse;
    flex-direction: row;
    align-items: center;
}
.ppz-single-bar .bookmark-count{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -2px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    top: -2px;
    color: #000;
    font-weight: 700;
    background: #eee;
    outline: 2px solid #fff
}
.ppz-single-bar .meta-item{
    width: 50px;
}
.ppz-single-bar .meta-item.meta-init-hidden {
    display: none;
}
.ppz-single-bar .meta-item.meta-visible {
    opacity: 1;
    pointer-events: auto;
}
.ppz-single-bar .meta-item.meta-hidden {
    opacity: 0;
    pointer-events: none;
}
.ppz-single-bar .meta-item.meta-fade-in {
    display: inline-block;
    opacity: 1;
}
.ppz-single-bar .meta-item.meta-fade-out {
    opacity: 0;
    pointer-events: none;
}
.ppz-single-bar button.meta-item{
    cursor: pointer;
}
.ppz-single-bar .ppz-post-share{
    background: none;
    border-radius: 5px;
    display: flex;
    width: 50px;
    flex-direction: row;
    position: relative;
}
.ppz-single-bar .ppz-post-share ul{
    margin: 0;
    padding: 0 6px;
    list-style-type: none;
    z-index: 2;
    display: flex;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 12px;
    transform: translateX(5px) scale(0);
    opacity: 0;
    transition: .2s;
    visibility: hidden;
    border: 2px solid #eee;
    gap: 5px;
    outline: 4px solid #fff
}
.ppz-single-bar .ppz-post-share:hover ul{
    opacity: 1;
    visibility: visible;
    transform: translateX(-15px) scaleX(1);
}
.ppz-single-bar .ppz-post-share ul:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100px;
    cursor: pointer;
}
.ppz-single-bar .ppz-post-share .ppz-svg{
    width: 16px;
    height: 16px;
}
.ppz-single-bar .ppz-post-share ul li{
    margin: auto 0;
    padding: 0;
}
.ppz-single-bar .ppz-post-share ul li.facebook-share a {background-color: #1877F2;}
.ppz-single-bar .ppz-post-share ul li.twitter-share a {background-color: #000000;}
.ppz-single-bar .ppz-post-share ul li.vk-share a {background-color: #0077FF;}
.ppz-single-bar .ppz-post-share ul li.telegram-share a {background-color: #0088CC;}
.ppz-single-bar .ppz-post-share ul li.whatsapp-share a {background-color: #25D366;}
.ppz-single-bar .ppz-post-share ul li.linkedin-share a {background-color: #0A66C2;}
.ppz-single-bar .ppz-post-share ul li.pinterest-share a {background-color: #E60023;}
.ppz-single-bar .ppz-post-share ul li.email-share a {background-color: #7A7A7A;}

.ppz-single-bar .ppz-post-share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 4px;
    background-color: #000;
    transition: .3s;
}
.ppz-single-bar .ppz-post-share ul li a:hover{
    transform: scale(1.05);
}
.ppz-single-bar .share-btn{
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-color: #FCF9F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #000;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.ppz-single-bar .meta-item .ppz-svg,
.ppz-single-bar .share-btn .ppz-svg{
    width: 18px;
    height: 18px;
}
.ppz-single-bar .meta-item .icon,
.ppz-single-bar .meta-item,
.ppz-single-bar .share-btn,
.ppz-single-bar .ppz-post-share,
.ppz-single-bar .meta-author .icon img{
    border-radius: 12px;
    border: none;
}
.ppz-single-bar .meta-item:not(.active):hover .icon,
.ppz-single-bar .ppz-post-share:hover .share-btn{
    background-color: #fff;
}
.ppz-single-bar[data-direction="left"]{
    right: auto;
    left: 20px;
}
.ppz-single-bar[data-direction="left"] .ppz-post-share ul,
.ppz-single-bar[data-direction="left"] .meta-item .count{
    right: auto;
    left: 100%;
    transform: scale(0) translateX(-5px);
}
.ppz-single-bar[data-direction="left"] .meta-item.meta-hold .count,
.ppz-single-bar[data-direction="left"] .meta-item.ppz-bookmark-btn.active .count,
.ppz-single-bar[data-direction="left"] .meta-item.ppz-copy-link.active .count,
.ppz-single-bar[data-direction="left"] .ppz-post-share:hover ul,
.ppz-single-bar[data-direction="left"] .meta-item:hover .count {
    opacity: 1;
    transform: scaleX(1) translateX(15px);
}
.ppz-single-bar[data-direction="left"] .ppz-post-share ul:after{
    left: auto;
    right: 100%;
}

.ppz-tooltip {
    position: relative;
    cursor: pointer;
    outline: none;
}
.ppz-tooltip::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 1000;
    margin-bottom: 9px;
}
.ppz-tooltip::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    transition: all 0.2s ease;
}
.ppz-tooltip:hover::after,
.ppz-tooltip:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}
.ppz-single-bar,
.ppz-single-bar .meta-item .icon,
.ppz-single-bar .meta-item,
.ppz-single-bar .share-btn,
.ppz-single-bar .ppz-post-share,
.ppz-single-bar .meta-author .icon img,
.ppz-single-bar .meta-item .count,
.ppz-single-bar .ppz-post-share ul li a,
.ppz-single-bar .ppz-post-share ul{
    border-radius: 5px;
}
@media(max-width: 768px){
    .ppz-single-bar .bookmark-count{width: 14px;height: 14px;font-size: 8px;line-height: 14px;}
    .ppz-single-bar{right: 10px;padding: 2px;gap: 2px;}
    .ppz-single-bar[data-direction="left"]{right: auto;left: 10px;}
    .ppz-single-bar .meta-item,
    .ppz-single-bar .ppz-post-share{width: 40px;}
    .ppz-single-bar .share-btn,
    .ppz-single-bar .meta-item .icon{width: 40px;height: 40px;min-width: 40px;}
    .ppz-single-bar .meta-item .ppz-svg, .ppz-single-bar .share-btn .ppz-svg{width: 14px;height: 14px;}
    .ppz-single-bar .meta-item .count{line-height: 36px;}
    .ppz-single-bar .ppz-post-share ul{border: none;padding: 0;background: none;outline: none;gap: 2px}
    .ppz-single-bar .meta-item .count{font-size: 12px;}
}