.btn-floating {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: large;
}

.btn-floating {
    background-color: rgba(211, 211, 211, 0.318);
    border-color: rgba(211, 211, 211, 0.318);
    color: black;
}

.floating-social-sharing {
    position: fixed;
    width: 60px;
    left: 0;
    bottom: 150px;
    transition: all 0.3s linear;
    z-index: 1;
}

.floating-social-sharing .btn-floating {
    position: relative;
    top: 15px;
    left: 30px;
    z-index: 1;
    background-color: white;
    width: 1.5rem;
    height: 1.5rem;
    font-size: medium;
}

.social-sharing-list {
    margin-top: 0;
    margin-bottom: 0rem;
    padding: 0px;
    list-style: none;
}

.social-sharing-list li {
    height: 45px;
    width: 45px;
    position: relative;
}

.social-sharing-list li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 30%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important;
}


.social-sharing-list li:nth-child(1) a {
    background-color: #25d366;
}

.social-sharing-list li:nth-child(2) a {
    background-color: #3b5998;
}

.social-sharing-list li:nth-child(3) a {
    background-color: #0088cc;
}

.social-sharing-list a:hover {
    z-index: 1;
    width: 50px;
    font-size: larger;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}