@charset "UTF-8";

svg image {
    cursor: pointer;
}

#ranking_form {
    width: 100%;
}

#ranking_form select {
    color: #000;
    margin-left: 8px;
    font-size: 1.4rem;
    padding-left: 8px;
    height: 28px;
    background-color: #fff;
    outline-color: var(--theme-color);
    border: none;
    border-radius: 5px;
}

#ranking_form select:first-child {
    margin-left: 0;
}

#id_year {
    width: 22%;
}

#id_month {
    width: 17%;
}

#id_ranking_type {
    width: 21%;
}

#id_rank_range {
    width: 30%;
}

.chart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .chart-wrapper {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.chart-wrapper .chart {
    margin-bottom: 24px;
}

.chart-wrapper .chart:last-child {
    margin-bottom: 0;
}

.chart {
    display: flex !important;
    justify-content: center;
}

.display-none {
    display: none !important;
}