﻿#chart-summary {
    overflow: hidden;
}
#chart-summary .chart-cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #012927;
    border-radius: 1vw;
}
#chart-summary ._1 {
    top: 0px;
    left: 0px;
    width: calc(35% - 12px);
    height: 100%;
    background-color: #ffffff;
}
#chart-summary ._2 {
    top: 0px;
    left: 35%;
    width: 30%;
    height: calc(45% - 6px);
    background-color: #ffffff;
}
    #chart-summary ._2 .map {
        position: absolute;
        right: 1vw;
        top: 1vw;
        width: 3.5vw;
        height: 3.5vw;
        opacity: 0;
        transition: opacity linear 200ms;
    }
        #chart-summary ._2 .map img {
            width: auto;
            height: 100%;
            max-height: 100%;
            max-width: 100%;
        }
#chart-summary ._3 {
    bottom: 0px;
    left: 35%;
    width: 30%;
    height: calc(55% - 6px);
    background-color: #ffffff;
}
#chart-summary ._3 .static {
    position: absolute;
    top: 14%;
    left: 0.5vw;
    right: 0.5vw;
    height: 60%;
    white-space: nowrap;
}
    #chart-summary ._3 .static ._s1 {
        position: absolute;
        top: 0px;
        left: 13%;
        width: 24%;
        padding: 0.2vw 0px 0.2vw;
        font-size: 60%;
        text-align: center;
        border: 1px solid #012927;
        border-radius: 0.3vw;
    }
        #chart-summary ._3 .static ._s1 ._s2 {
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 120%;
            width: 5vw;
            border-top: 1px solid #78c51c;
            border-bottom: 1px solid #78c51c;
        }
        #chart-summary ._3 .static ._s2 img {
            position: absolute;
            top: 0px;
            margin-top: -0.3vw;
            left: 100%;
            margin-right: 0.3vw;
            height: 0.6vw;
        }
    #chart-summary ._3 .static ._s3 {
        z-index: 5;
        position: absolute;
        top: 0px;
        right: 0%;
        width: 7vw;
        padding: 0.2vw 0px 0.2vw;
        font-size: 60%;
        text-align: center;
        border: 1px solid #012927;
        border-radius: 0.3vw;
    }
        #chart-summary ._3 .static ._s1 span, #chart-summary ._3 .static ._s3 span {
            display: block;
            line-height: 100%;
        }
        #chart-summary ._3 .static ._s1 span:first-child, #chart-summary ._3 .static ._s3 span:first-child {
            font-weight: bold;
        }

    #chart-summary ._3 .static ._s4 {
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 20%;
        left: 0%;
        height: 76%;
        width: 47%;
        border-left: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }
        #chart-summary ._3 .static ._s4 ._item {
            display: -webkit-flex;
            -webkit-flex-direction: column;
            -webkit-justify-content: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            height: 20%;
            margin: 1% 0px 1% 0px;
            padding-left: 0.2vw;
            padding-right: 0.2vw;
            border-top-right-radius: 0.5vw;
            border-bottom-right-radius: 0.5vw;
            font-size: 60%;
            white-space: normal;
            line-height: 100%;
            color: #ffffff;
            font-weight: bold;
            position: relative;
        }
            #chart-summary ._3 .static ._s4 ._item span {
                display: -webkit-flex;
                -webkit-flex-direction: column;
                -webkit-justify-content: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                position: absolute;
                top: 0px;
                left: 105%;
                height: 100%;
                color: #012927;
            }
        #chart-summary ._3 .static ._s4 div._0 {
            position: absolute;
            top: 100%;
            left: 0px;
            font-size: 60%;
            font-weight: bold;
        }
        #chart-summary ._3 .static ._s4 div._100 {
            position: absolute;
            top: 100%;
            left: 100%;
            font-size: 60%;
            font-weight: bold;
        }




    #chart-summary ._3 .static ._s5 {
        position: absolute;
        top: 60%;
        margin-top: -3.5vw;
        right: 0%;
        width: 7vw;
        height: 7vw;
        padding: 1%;
    }
        #chart-summary ._3 .static ._s5 img {
            width: 100%;
        }
        #chart-summary ._3 .static ._s5 div {
            display: -webkit-flex;
            -webkit-align-items: center;
            -webkit-justify-content: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            text-align: center;
            font-weight: bold;
            font-size: 85%;
            line-height: 110%;
        }

    #chart-summary ._3 .foot {
        position: absolute;
        left: 0.5vw;
        right: 0.5vw;
        bottom: 0.5vw;
        font-size: 75%;
        line-height: 110%;
    }
@media (max-aspect-ratio: 2) {
    #chart-summary ._3 .foot {
        font-size: 85%;
    }
}
#chart-summary ._4 {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 0px;
    right: 0px;
    width: calc(35% - 12px);
    height: calc(100% - 36px);
    background-color: transparent;
    border-radius: 0px 0.5vw 0.5vw 0.5vw;
    background-color: #ffffff;
    padding: 0.2vw 1vw 0px 0.5vw;
    border: 2px solid #19224d;
}
    #chart-summary ._4.t1 {
        border-color: #19224d;
    }
    #chart-summary ._4.t2 {
        border-color: #3d122c;
    }
    #chart-summary ._4.t3 {
        border-color: #19421f;
    }
#chart-4-tabs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(35% - 12px);
    height: 36px;
    display: -webkit-flex;
    display: flex;
    font-size: 85%;
    font-family: 'Merriweather';
}
    #chart-4-tabs ._tab {
        display: -webkit-inline-flex;
        -webkit-align-items: center;
        display: inline-flex;
        align-items: center;
        height: auto;
        width: auto;
        padding: 0px 1vw 0px 0.2vw;
        border: 2px solid #012927;
        border-radius: 0.5vw 0.5vw 0px 0px;
        margin-right: 0.1vw;
        background-color: #fbf7f3;
        cursor: pointer;
    }
        #chart-4-tabs ._tab._t1 {
            border-color: #19224d;
            color: #19224d;
        }

        #chart-4-tabs ._tab._t2 {
            border-color: #3d122c;
            color: #3d122c;
        }

        #chart-4-tabs ._tab._t3 {
            border-color: #19421f;
            color: #19421f;
        }

        #chart-4-tabs ._tab._t1.active {
            background-color: #19224d;
            color: #fbf7f3;
        }
        #chart-4-tabs ._tab._t2.active {
            background-color: #3d122c;
            color: #fbf7f3;
        }
        #chart-4-tabs ._tab._t3.active {
            background-color: #19421f;
            color: #fbf7f3;
        }

        #chart-4-tabs ._tab._t1:not(.active):hover {
            border-color: #396dfe;
        }
        #chart-4-tabs ._tab._t2:not(.active):hover {
            border-color: #fa6d42;
        }
        #chart-4-tabs ._tab._t3:not(.active):hover {
            border-color: #d9f752;
        }

        #chart-4-tabs ._tab span {
            font-weight: bold;
            font-style: italic;
            margin-right: 0.3vw;
        }

#chart-summary .chart-cont .title {
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    font-weight: bold;
    font-size: 95%;
}
#chart-summary .chart-cont .insights {

}
#chart-summary .chart-cont._1 .insights {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 10%;
    bottom: 2vw;
    left: 1vw;
    right: 1vw;
    font-size: 90%;
}
    #chart-summary .chart-cont._1 .insights .item {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }
        #chart-summary .chart-cont._1 .insights .item img {
            display: inline;
            width: 2.5vw;
        }
        #chart-summary .chart-cont._1 .insights .item span {
            display: inline-block;
            margin-left: 1vw;
        }
        #chart-summary .chart-cont._1 .insights .item span:first-child {
            margin-left: 0px;
        }


#chart-2 {
    position: absolute;
    top: 7%;
    left: 20%;
    width: 60%;
    height: 90%;
}
#chart-2-leg {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30%;
    left: 80%;
    width: 20%;
    height: 40%;
    font-size: 80%;
    font-weight: bold;
    line-height: 110%;
}
#chart-2-leg span {
    display: inline-block;
}
    #chart-2-leg span:first-child {
        width: 0.8vw;
        height: 0.8vw;
        border-radius: 0.2vw;
        background-color: #012927;
        margin-right: 0.3vw;
    }
#chart-2-label span:first-child {
    all: unset;
}



#chart-3-1 {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 50%;
    height: 40%;
}
#chart-3-2 {
    position: absolute;
    top: 35%;
    right: 0px;
    width: 50%;
    height: 40%;
}


#chart-summary .chart-cont._4 .cont-1 {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 21%;
    white-space: nowrap;
    font-size: 75%;
}
#chart-summary .chart-cont._4 ._header {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: 20.5%;
    height: 12%;
    white-space: nowrap;
    border-bottom: 1px solid #dfdfdf;
    font-size: 77%;
}
        #chart-summary .chart-cont._4 ._header span {
            display: inline-block;
            width: 20%;
            padding: 0px 0% 0px 0%;
            text-align: center;
            white-space: normal;
            line-height: 105%;
            font-weight: bold;
        }
#chart-summary .chart-cont._4 .cont-1 ._icon {
    display: -webkit-inline-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 22%;
    margin: 0px;
    white-space: normal;
    line-height: 105%;
    font-weight: bold;
    font-size: 100%;
    padding: 0px 0px 0px 0px;
}
        #chart-summary .chart-cont._4 .cont-1 ._icon div {
            width: 100%;
            text-align: center;
        }
        #chart-summary .chart-cont._4 .cont-1 ._icon img {
            width: 1.8vw;
            height: 1.8vw;
            margin-bottom: 0.2vw;
        }
#chart-summary .chart-cont._4 .cont-1 ._donut {
    display: inline-block;
    height: 100%;
    width: 17%;
    margin: 0px;
    padding: 0px 1% 0px 1%;
}
    #chart-summary .chart-cont._4 .cont-1 ._bar {
        display: inline-block;
        height: 100%;
        width: 65%;
        margin: 0px;
    }
@media (max-aspect-ratio: 9/6) {
    #chart-summary ._3 .static ._s1 ._s2 {
        width: 2vw;
    }

    #chart-summary ._3 .static ._s4 {
        width: 35%;
    }

        #chart-summary ._3 .static ._s4 ._item {
            margin: 2% 0px 2% 0px;
        }

    #chart-summary .chart-cont._4 .cont-1 ._bar {
        height: 80%;
        margin-bottom: 1vw;
    }

    #chart-summary ._3 .static ._s5 {
        margin-top: -5vw;
        width: 10vw;
        height: 10vw;
    }

    #chart-summary ._3 .static ._s3 {
        width: 10vw;
    }
}



@media (max-width: 1100px) {
    #chart-2 {
        top: 15%;
        left: 25%;
        width: 50%;
        height: 70%;
    }
    #chart-2-leg {
    }
}

@media (min-aspect-ratio: 16/7) and (min-width: 1700px) {
    #chart-summary .chart-cont._4 .cont-1 ._bar {
        /*height: 90%;*/
    }

   /* #chart-2 {
        top: 15%;
        left: 20%;
        width: 60%;
        height: 70%;
    }
    #chart-2-leg {
        top: 30%;
        left: 80%;
        width: 20%;
        height: 40%;
        font-size: 80%;
    }*/
}



#chart-summary .no-data {
    font-size: 0.65vw;
    line-height: 120%;
}