﻿
.fuse_social_icons_links {
    display: block;
    outline: 0 !important;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.fuse_social_icons_links {
    margin: 5px 0;
}

    .fuse_social_icons_links:hover {
        background: #f1f1f1;
    }


#icon_wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
}


    #icon_wrapper i {
        font-size: 18px;
        color: #fff; /* icon color */
    }

.fuse_social_icons_links {
    margin: 5px 0;
    padding: 10px;
    background: #333; /* dark background */
    border-radius: 4px 0 0 4px;
    display: block;
}

    .fuse_social_icons_links i {
        color: #fff;
        font-size: 18px;
    }

    /* Individual colors */
    .fuse_social_icons_links:nth-child(1) {
        background: #1877f2;
    }
    /* Facebook */
    .fuse_social_icons_links:nth-child(2) {
        background: #000000;
    }
    /* X (Twitter) */
    .fuse_social_icons_links:nth-child(3) {
        background: #0a66c2;
    }
    /* LinkedIn */
    .fuse_social_icons_links:nth-child(4) {
        background: #ff0000;
    }
    /* YouTube */
    .fuse_social_icons_links:nth-child(5) {
        background: #e4405f;
    }
/* Instagram */



