/* Social (sidebar) */

.social-btn-facebook {
    background-color: #1877f2;
}

.social-btn-twitter {
    background-color: #1da1f2;
}

.social-btn-youtube {
    background-color: #e02a20;
}

.social-btn-github {
    background-color: #000000;
}

.social-btn-linkedin {
    background-color: #0077B5;
}

.social-btn-viadeo {
    background-color: #e4a000;
}

.social-btn-custom {
    border: none;
    transition: background-color 0.3s;
    color: white;
    padding-top: 8px;
}

.social-btn-custom:hover {
    filter: brightness(0.8);
    background-color: #333;
}

.social-btn-custom i {
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-btn-custom:hover i {
    color: white;
}

.social-name-link:hover {
    text-decoration: underline; 
}

.social-name:hover {
    text-decoration: underline; 
}

.social-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.social-share .dribbble {
    box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
    background-color: #ea4c89;
}

.social-share .behance {
    box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
    background-color: #0067ff;
}

.social-share .linkedin {
    box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
    background-color: #0177ac;
}

