@charset "utf-8";

.tooltip_lineChart{
    background-color:#020e26;
    border:solid #22b1f3;
    border-width:1px;
    border-radius:5px;
    padding:10px;
    width:fit-content;
    height:fit-content;
    font-size:small;
    color:white;
}

.legend_box{
    background-color: #ffffff;
    /*border:solid #22b1f3;*/
    border:solid #767676;
    border-width:1px;
    border-radius:5px;
    padding:5px;
    width:fit-content;
    height:fit-content;
    font-size:x-small;
    color: #000000;
}

.legend_color_box{
    width:10px;
    height:10px;
    margin:auto;
    display:inline-block;
    /*border:1px solid gray;*/
    vertical-align:middle;
    border-radius: 2px;
    /*background: steelblue;*/
}

.grad_triangle{
    width: 20px;
    height: 20px;
}

.row-no-mar{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.row-no-pad{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.btn_info{
    position: absolute;
    width: auto;
    top: 5px;
    right: 5px;
}

.world-map{
    position:relative;
}

.hr-mar-3{
    margin: 3px;
}

._btn_off{
}
._btn_on{
    cursor: pointer;
    transition: opacity .2s ease;
    outline: 3px solid var(--primary-50);
    border-radius: 10px;
}
._btn_on:hover {
    opacity: 0.6;
}

.asd{
    color : #000dff;
    color : #fffb00;
}

.fontAwesome{
    font-family: FontAwesome;
}
