/* chart */
.tooltip_all {
    padding: 5px 10px;
    background: #fff;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
    /* opacity: 0.95; */
    border-radius: 4px;
}

.tooltip_all .tooltip_item {
    margin-bottom: 10px;
    font-family: "Ubuntu Regular";
    font-size: 13px;
    font-weight: normal;
    line-height: 16.38px;
    color: #262626;
}

.tooltip_all .tooltip_item:last-child {
    margin-bottom: 0px;
}



.tooltip_all .tooltip_c {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tooltip_all .tooltip_c:last-child {
    margin-bottom: 0px;
}

.tooltip_all .tooltip_pirce_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #ECAB3D;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}

.tooltip_all .tooltip_hash_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #3C69FF;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}


.highcharts-label .highcharts-shadow {
    stroke: rgba(0, 0, 0, 0.2) !important;
}

.highcharts-series-hover .highcharts-halo {
    fill: transparent !important;
}

/* chart */

/* tip */

.tooltip_icon {
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -5px;
}

.tooltip {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    max-width: 330px !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.7) !important;
}

.tooltip-inner {
    text-align: left;
    max-width: 330px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    background: rgba(0, 0, 0, 0.7) !important;
}

/* tip */


@media only screen and (max-width: 1200px) {

    .tooltip {
        font-size: 13px !important;
        max-width: 250px !important;
    }

    .tooltip-inner {
        max-width: 250px !important;
    }
}