﻿/*------sahre------------------------------------------------*/
.fixed-scroll-column {
    width: 50px;
    position: absolute;
    left: -55px;
    top: 0;
    z-index: 20;
}

.share-holder.hid-share {
    float: left;
    position: relative;
    z-index: 20;
}

.fc-button {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 4px;
}

    .fc-button span {
        position: absolute;
        left: 100%;
        margin-left: 12px;
        background: #18458B !important;
        opacity: 0;
        visibility: hidden;
        top: 8px;
        color: #fff;
        width: 120px;
        height: auto !important;
        line-height: 1;
        font-size: 12px;
        padding: 12px 0;
        border-radius: 22px;
    }

    .fc-button:hover span {
        opacity: 1;
        visibility: visible;
    }

.fixed-scroll-column-share-container {
    display: block;
}

.fixed-scroll-column-share-container {
    display: none;
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0;
    margin-bottom: 4px;
}

.visshare {
    visibility: visible;
    opacity: 1;
}

.share-container .share-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 4px 0;
    position: relative;
    font-size: 13px;
    color: var(--bbb-secondary);
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.share-container a {
    text-decoration: none;
    position: relative;
    color: #000;
}
.fixed-scroll-column-share-container .share-container .share-container .share-icon {
    float: left;
    width: 50px;
    height: 50px;
    color: #ccc;
}

.share-holder.hid-share .share-container.visshare, .bl-opt .share-holder.hid-share .share-container.visshare {
    top: -35px;
    opacity: 1;
    visibility: visible;
}

.share-icon:before {
    font-family: Font Awesome\ 5 Brands;
}

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-email:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid ikonlar için */
    content: "\f0e0";
}

.share-icon-flickr:before {
    content: "\f16e";
}

.share-icon-foursquare:before {
    content: "\f180";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f39e";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f0e1";
}

.share-icon-vimeo:before {
    content: "\f27d";
}

.share-icon-instagram:before {
    content: "\f16d";
}

.share-icon-pinterest:before {
    content: "\f231";
}

.share-icon-googleplus:before {
    content: "\f0d5";
}

.share-icon-in1:before {
    content: "\f08c";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}
@media (max-width: 768px) {
}
