.react-svg-zoom-map {
    overflow: hidden;
}

    .react-svg-zoom-map .controls {
        position: absolute;
        z-index: 3
    }

    .react-svg-zoom-map .labels {
        position: absolute;
        z-index: 2
    }

    .react-svg-zoom-map > svg {
        display: block;
        overflow: visible;
        position: relative;
        z-index: 1;
        background-color: white;
        height: auto;
        width: 100%;
        
      
    }

    .react-svg-zoom-map .map-item-path {
        fill: #eee;
        stroke: #000;
        stroke-width: 0.5;
        transition: fill 0.3s;
        cursor: pointer;
    }

        .react-svg-zoom-map .map-item-path:hover {
            fill: #aaa;
        }

    .react-svg-zoom-map .map-g {
        will-change: transform;
    }

    .react-svg-zoom-map .pin {
        cursor: pointer;
    }

        .react-svg-zoom-map .pin.-layer-0 {
            pointer-events: none;
        }

.chartContainerSvg {
    background-color: white;
    border-radius: 20px;
    position: relative;
    height: calc(93%);
    background-position: bottom 30px
}

.chartContainerData {
    /*height: 150px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    position: absolute;
    top: 0;*/
    position: absolute;
    z-index: 10;
}

.chartContainerData_Start {
    height: calc(25%);
    width: 100%;
    background-color: white;
    border-radius: 20px;
}

.chartContainerDataWord {
    background-color: white;
    border-radius: 20px;
}


.chartContainerDataWordSpan {
    font-size: 24px;
    font-weight: bold;
    color: gray;
}


.chartContainerSpanTitle {
    color: #424040;
    font-weight: bold;
    position: relative;
    top: 40px;
    left: 60px;
}

.chartContainerSpan {
    font-size: 24px;
    font-weight: bold;
    color: #424040;
    position: relative;
    top: 40px;
    left: 60px;
}

.chartContainerBox {
    height: calc(6%);
    width: 100%;
    background-color: white;
    border-radius: 20px;
    font-size: 16px;
    color: rgb(76, 82, 108);
    font-weight: bold;
    fill: rgb(76, 82, 108);
    display: flex;
    align-items: center;
    justify-content: center;
}


.chartContainerBur {
    position: relative;
    bottom: 100px;
    margin: 0px 50px 50px 50px;
}
.chartContainerBoxText {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    font-size: 16px;
    color: rgb(76, 82, 108);
    font-weight: bold;
    fill: rgb(76, 82, 108);
}


.chartContainer_aa div {
  
}

.chartContainer_aa .highcharts-background {
    
}


.custom-row .line .highcharts-container {
    height: 350px !important;
}

.custom-row .bar .highcharts-container {
    height: 350px !important;
}


/*.container {
    height: auto;
    width: 70%;
    margin: 0 15%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
}*/

.map-taiwan {
    width: 80%;
    margin: 0;
}

.map-table {
    width: 20%;
    background-color: #f7f7f7;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    /*.container {
        width: 90%;
        margin: 0 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        background-color: green;
    }*/

    .map-taiwan {
        width: 100%;
        margin: 0 auto;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: flex;
    }

    .map-table {
        width: 50%;
        margin: 20px auto 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: flex;
    }
}

