﻿/* ShareBtn */
.st-custom-button[data-network] {
    background-color: transparent;
    display: inline-block;
    padding: 0 13px;
    cursor: pointer;
    font-size: 20px;
}

.fa-facebook {
    color: #49659f;
}

.fa-square-x-twitter {
    color: #000;
}

.fa-envelope {
    color: #7d7d7d;
}

.fa-whatsapp {
    color: #35d671;
}

#shareBtn_text {
    font-size: 14px;
    color: #000;
}

#shareBtn {
    margin-top: -3px;
}

#div-icon-chart{
    margin-right: 20px;
}