.section-homepage {
    padding-top: 50px !important;
}
.article a, a:not([href]):not([tabindex]) {
    color: #0091f0;
    position: relative;
}
.article a.d-inline-block {
    line-height: 1.2;
}
.green {
    color: #8dc63f!important;
}
ul.list-section li {
    border: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}
ul.list-section li a { 
    color: #727272;
    display: block;
}
ul.list-section li.list-group-item:hover:after {
    content: " ";
    border-bottom: 2px solid #8dc53f;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 2px;
}
ul.list-section li.active {
    background-color: transparent !important;
    font-weight: bold;
}
ul.list-section li.active a {
    color: #000!important;
}

.border-bottom-green {
    border-bottom: 2px solid #8dc53f;
}
ul.list-square li {
    list-style: none;
    position: relative;
}
ul.list-square li:before {
    /* content: "▪"; */
    /*content: "•";
    color: #8dc53f;
    font-weight: bold;
    display: inline-block; 
    width: 10px;
    height: 10px;
    margin-left: -1em;*/
    content: "";
    font-weight: bold;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: -1em;
    background: #acd473;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}
.list-section::-webkit-scrollbar {width: 8px;height: 8px; position: fixed; top:-100px}
.list-section::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 10px rgb(250, 250, 250);cursor: pointer;}
.list-section::-webkit-scrollbar-thumb {background: rgba(141,179,63,.22);outline: 0;border-radius: 26px;}
.list-section {
    transition: .5ms linear;
}