@charset "UTF-8";

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    height: 100%;
    /* margin: 1em auto; */
}

.chartGraph {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.highcharts-data-table table {
    color: var(--text-gray-700, #444);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 135.714% */
    letter-spacing: -0.14px;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.tooltip {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 14px 14px;
    background: #fff !important;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.30);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.graphPercentage {
    color: var(--bg-b-bg, #262323);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: -0.13px;
    text-align: center;
}

.graphPercentage .num {
    font-size: 28px;
    font-weight: 700;
    line-height: inherit;
    /* 214.286% */
    letter-spacing: -0.28px;
}

.graphPercentage .percent {
    padding-left: 1px;
}

.dangImage {
    display: flex;
    justify-content: center;
    width: 86px;
    height: 16px;
    /* background: url("../img/icon/dang02.png") no-repeat center;
    background-size: contain; */
}

.dangImage img {
    height: 100%;
    width: auto;
}

.columnBarNum {
    color: var(--bg-white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 90.909% */
    letter-spacing: -0.44px;
}

#votetimeTable .highcharts-graph {
    stroke-width: 3px;
  }

@media screen and (max-width:767px) {

    .chartGraph {
        min-width: 800px;
        width: 100%;
        overflow-x: scroll;
    }
}