﻿.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;
}

.source {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
    position: relative;
    font-size: 13px;
}

.source-popup {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 122%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: none;
    text-align: left;
    line-height: 1.3;
    max-width: 50%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 11px;
}

span.source-name {
    padding: 8px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    cursor: pointer;
    color: #757575;
    background-color: #dae0e5;
}

    span.source-name .source-copy-status {
        color: #0c6eb7;
    }

.source:hover .source-popup {
    display: block;
}

.blog-content-body figure figcaption {
    text-align: center;
}

@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;
    }
}
