
.home-indices{
    font-family: Titillium;
}
.home-indices {
    padding: 1rem 0px;
}

.home-indices .text{
    font-family: Titillium;
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.4);
}

.home-indices .indice-label {
    font-family:  Titillium;
    font-weight: 700;
    line-height: 20px;
    margin: 0px;
}

.home-indices .indice-value {
    font-family:  Titillium;
    font-weight: 400;
    font-size: 10pt;
    line-height: 20px;
    margin: 0px;
    text-align: right;
}

.home-indices .indice-variation-down {
    font-family:  Titillium;
    font-weight: 400;
    font-size: 9pt;
    color: red;
    line-height: 20px;
    margin: 0px;
}

.home-indices .indice-variation-up {
    font-family:  Titillium;
    font-weight: 400;
    font-size: 9pt;
    color: rgba(0, 141, 154, 1);
    line-height: 20px;
    margin: 0px;
}

.home-indices .indices-rows .row {
    cursor: pointer;
    transition: 0.7s;
    padding: 10px 0px;

}

.home-indices .indices-rows .row:hover{
    background-color: rgba(0, 141, 154, 0.26);
}

.home-indices #hightIndicesTab .nav-link.active {
    background-color: transparent;
    border: none;
    color: #008D9A !important;
    border-bottom: 3px solid #008D9A;
    font-weight: 800;
}

.home-indices #hightIndicesTab .nav-link:not(.active){
    color: #495057;
}

.home-indices #hightIndicesTab {
    border: none;
    margin-bottom: 1rem;
}

.home-indices #hightIndicesTab .nav-link:hover {
    border: none;
}

.home-indices #hightIndicesTab .nav-link {
    text-transform: uppercase;
}

.home-indices .row-indice-container {
    padding: 10px 0px;
    border: 1px solid #495057;
    height: 100%;
    overflow: hidden;
}

.home-indices .row-indice-details{
    padding: 0px 10px;
}

.canvasjs-chart-credit {
    display: none;
}

.canvasjs-chart-container {
    transform: translateY(25px);
}