.bot_sparkline_empty {
    height: 82px;
    text-align: center;
    line-height: 71px;
    color: var(--color-darker);
}
.bot_sparkline canvas {
    position: relative;
    z-index: 2;
    /* display: block !important; */
    top: 4px;
    height:82px!important;
    left: -4px;
}
.bot_sparkline.small canvas{
    height:35px!important;
}
.bot_sparkline.line canvas {
    width: calc(100% + 8px)!important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.jqstooltip {
    border-radius: var(--border-radius) !important;
    border: unset !important;
    line-height: 24px !important;
    height: unset !important;
    width: unset !important;
    font-family: var(--font) !important;
}
.jqsfield {
    font-size: 14px !important;
}
