ol,
ul {
  list-style: none;
  margin:0;
  padding:0;
  text-align:center;
}
li {
  display: inline-table;
}

#chart,#chart_2 {
  position:relative;
  height: 60vh;
  width: 60vh;
  top:15%;
  margin:auto;
}
#chartjs-legend,#chartjs-legend_2,#chart_legend_argentina,#chart_legend_bolivia,#chart_legend_brasil,#chart_legend_chile,#chart_legend_colombia,#chart_legend_ecuador,
#chart_legend_guayana_francesa,#chart_legend_guyana,#chart_legend_paraguay,#chart_legend_peru,#chart_legend_surinam,#chart_legend_uruguay,#chart_legend_venezuela,#total_legenda,
#muertos_legenda, #leg_brasil_euro_c, #leg_brasil_euro_d{
  position:relative;
  width:100%;
  bottom:10%;
}
#chartjs-legend li,#chartjs-legend_2 li,#chart_legend_argentina li,#chart_legend_bolivia li,#chart_legend_brasil li,#chart_legend_chile li,#chart_legend_colombia li,#chart_legend_ecuador li,
#chart_legend_guayana_francesa li,#chart_legend_guyana li,#chart_legend_paraguay li,#chart_legend_peru li,#chart_legend_surinam li,#chart_legend_uruguay li,#chart_legend_venezuela li,
#total_legenda li,#muertos_legenda li, #leg_brasil_euro_c li, #leg_brasil_euro_d li {
  font-size: 14px;
  margin: 10px 5px;
}
#chartjs-legend li span, #chartjs-legend_2 li span, #chart_legend_argentina li span,#chart_legend_bolivia li span,#chart_legend_brasil li span,#chart_legend_chile li span,
#chart_legend_colombia li span, #chart_legend_ecuador li span,#chart_legend_guayana_francesa li span, #chart_legend_guyana li span,#chart_legend_paraguay li span,#chart_legend_peru li span,
#chart_legend_surinam li span,#chart_legend_uruguay li span,#chart_legend_venezuela li span, #total_legenda li span, #muertos_legenda li span, #leg_brasil_euro_c li span, #leg_brasil_euro_d li span {
    position:relative;
    padding: 1px 9px;
    border-radius: 5px;
    color:white;
    margin-right: 3px;

}





        canvas{
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
        }
        #tool_comp_mue, #tool_comp_infec,#customTooltips_bar,#customTooltips_bar_2,
        #tooltip_argentina,#chart_bar_infectado_argentina,#chart_bar_muertos_argentina,
        #tooltip_bolivia,#chart_bar_infectado_bolivia,#chart_bar_muertos_bolivia,
        #tooltip_brasil,#chart_bar_infectado_brasil,#chart_bar_muertos_brasil,
        #tooltip_chile,#chart_bar_infectado_chile,#chart_bar_muertos_chile,
        #tooltip_colombia,#chart_bar_infectado_colombia,#chart_bar_muertos_colombia,
        #tooltip_ecuador,#chart_bar_infectado_ecuador,#chart_bar_muertos_ecuador,
        #tooltip_guayana_francesa,#chart_bar_infectado_guayana_francesa,#chart_bar_muertos_guayana_francesa,
        #tooltip_guyana,#chart_bar_infectado_guyana,#chart_bar_muertos_guyana,
        #tooltip_paraguay,#chart_bar_infectado_paraguay,#chart_bar_muertos_paraguay,
        #tooltip_peru,#chart_bar_infectado_peru,#chart_bar_muertos_peru,
        #tooltip_surinam,#chart_bar_infectado_surinam,#chart_bar_muertos_surinam,
        #tooltip_uruguay,#chart_bar_infectado_uruguay,#chart_bar_muertos_uruguay,
        #tooltip_venezuela,#chart_bar_infectado_venezuela,#chart_bar_muertos_venezuela,
        #tooltip_espana,#chart_bar_infectado_espana,#chart_bar_muertos_espana,
        #tooltip_italia,#chart_bar_infectado_italia,#chart_bar_muertos_italia{
         
         
            width: 180px;
            display: block;
            opacity: 1;
            position: absolute;
            background: rgba(255, 255, 255);
            color:#678098;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            /*border:1px solid #d9d9d9;*/
            border-radius: 6px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            pointer-events: none;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
        .chartjs-tooltip-key{
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-right: 5px;
            border-radius: 3px;
            position:relative;
            top: 2px;
        }






.font-10{
  font-size: 10px;
}

.font-40{
  font-size: 40px;
}

.font-22{
  font-size: 22px;
}

.text-gray{
  color: #484f57 !important;
}

.text-gray-dark{
  color: #678098 !important;
}

.badge-covid{
  background: #FFF;border-radius: 12px;
}

.card-covid{
  border-radius: 12px;border:none;
}

.bg-none{
  background: none
}











