﻿.cmc-is-up {
    filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}

.cmc-is-down {
    filter: hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);
}

.lightweight-chart-tooltip {
    position: absolute;
    z-index: 1;
}
.highcharts-credits{
    display: none;
}
.tt-menu {
     overflow-y: auto; 
    height: 300px;
}

#gr-full-name.dp-none {
    opacity: 0;
    transition: opacity 1s ease-out;
}
#gr-full-name.active {
    opacity: 1;
    transition: opacity 1s ease-out;
}


@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    .is-desktop {
        display: block !important;
    }

    .is-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    /* Add your Mobile Styles here */
    .is-desktop {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }
}