.yearchart {
    display: none;
}

#newId  text {
    fill: black;
    font-size: 10px;
    text-anchor: start;
    
}

#chart-highlight-value {
    font-size: 11px;
    text-align-last:center;
}


.yearchart svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

    .yearchart #data-chart-label {
        font-size: 28px;
    }

#data-panel.expanded #data-chart {
    display: block !important;
}

    #data-panel.expanded #data-chart #data-chart-label {
        font-size: 18px;
    }

    #data-panel.expanded #data-chart #data-chart-no-data {
        font-size: 14px;
    }

.yearchart .bar-group {
    fill: rgba(5,103,181,0.2);
    stroke: red;
    stroke-width: 0;
}

.yearchart .chart-highlight-text {
    display: none;
    font-size: 12px;
    pointer-events: none;
    stroke: none;
}

#data-panel.expanded #data-chart .chart-highlight-text {
    font-size: 11px;
}

#data-panel #chart-highlight-name {
    display: none;
}

#data-panel.expanded #chart-highlight-name {
    display: block;
}

#data-chart .bar-group.hovered {
    fill: black;
}

    #data-chart .bar-group.hovered .chart-highlight-text {
        display: block;
    }





.yearchart .bar-groups.highlighted {
    fill: Var(--bg-blue);
    
    stroke-width: 0.1;
}

    .yearchart .bar-groups.highlighted .chart-highlight-text {
        display: block;
    }






.yearchart .bar-groups.Worldhighlighted {
    fill: #9240a9;
    stroke-width: 1;
}

    .yearchart .bar-groups.Worldhighlighted .chart-highlight-text {
        display: block;
    }


.yearchart #data-chart-label {
    font-size: 28px;
}

#data-panel.expanded #data-chart {
    display: block !important;
}

    #data-panel.expanded #data-chart #data-chart-label {
        font-size: 18px;
    }

    #data-panel.expanded #data-chart #data-chart-no-data {
        font-size: 14px;
    }

.yearchart .bar-group {
    fill: #d2f0ff;
    stroke: #d3effd;
    stroke-width: 0;
}
.yearchart .bar-groupsids {
    fill: #4ca1f7;
    stroke: #4ca1f7;
    stroke-width: 0.1;
}

.yearchart .chart-highlight-text {
    display: none;
    font-size: 12px;
    pointer-events: none;
    stroke: none;
}

.yearchart.expanded #data-chart .chart-highlight-text {
    font-size: 14px;
}

#data-panel #chart-highlight-name {
    display: none;
}

#data-panel.expanded #chart-highlight-name {
    display: block;
}

.yearchart .bar-groupsids.hovered {
    fill: Var(--tx-orange);
}

.yearchart .bar-group.hovered {
    fill: Var(--tx-orange) !important;
}

.yearchart .bar-groupsids.hovered .chart-highlight-text {
    display: block;
    fill: Var(--tx-orange) !important;
    color: Var(--tx-orange);
    stroke: Var(--tx-orange);
}
    .yearchart .bar-group.hovered .chart-highlight-text {
        display: block;
    }

.yearchart .bar-group.highlighted {
    fill: Var(--bg-blue);
    stroke-width: 1;
}

    .yearchart .bar-groupsids.highlighted .chart-highlight-text {
        display: block;
    }

    .yearchart .bar-group.highlighted .chart-highlight-text {
        display: block;
    }

a:hover, a:active {
    color: inherit;
}
.cc-chart{
    position: relative;
}
.linear-block-para-yaxis {
    transform: rotate(90deg);
    position: absolute;
    right: 3.5em;
    bottom: 10em;
}
.linear-block-para-yaxis.length {
    right: 2em;
}
.population-block-yaxis {
    width: 255px;
    text-align: center;
    line-height: 16px;
}
input[type="radio"]:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0px !important;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.cvdchart input[type="radio"] {
    border: 0px solid white;
}
.cvdchart input [type="radio"]:checked:after, .cvdchart input[type="radio"]:checked:after {
    top: 3px !important;
    left: 3px !important;
}
input [type="radio"], input[type=radio]{
    width: 15px;
    height: 15px;
    border: 3px solid white;
    border-radius: 15px;
    background-color: #f2f2f2;
    float: left;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 2px #323232;
    -webkit-box-shadow: 0px 0px 2px #323232;
    -moz-box-shadow: 0px 0px 2px #323232;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    margin-top: 4px;
    margin-right: 10px;
}
.cvdchart {
    border-bottom: 1px solid #b3b0b0;
    margin-bottom: 2em;
}
    .cvdchart .selector-item.radio-item{
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .cvdchart .selector-item_label {
        margin-bottom: 0px;
    }
.cvdchart input[type='radio'].total:checked:after {
    background-color: #80BD00;
}

.cvdchart input[type='radio'].males:checked:after {
    background-color: #F4A81E;
}

    .cvdchart input[type='radio'].aware:checked:after {
        background-color: #f26829;
    }

.cvdchart input[type='radio'].females:checked:after {
    background-color: #5A2C85;
}

@media only screen and (min-width: 1829px) {
    .linear-block-para-yaxis {
        right: 0;
        bottom: 8em;
        left: -180px;
    }
        .sid-linear .linear-block-para-yaxis {
            right: 5em;
        }

    
}
@media only screen and (min-width:1729px) and (max-width: 1829px) {
    .linear-block-para-yaxis {
        right: 2.5em;
    }
        .sid-linear .linear-block-para-yaxis{
            right: 9.5em;
        }
}
@media only screen and (min-width:1499px) and (max-width: 1729px) {
    .linear-block-para-yaxis {
        right: -0.5em;
    }
    .sid-linear .linear-block-para-yaxis {
        right: 7.35em;
    }
    
}
@media only screen and (min-width:1199px) and (max-width: 1499px) {
    .linear-block-para-yaxis {
        right: -2em;
    }

    .sid-linear .linear-block-para-yaxis {
        right: 4.05em;
    }

    .sid-linear .trend-block {
        justify-content: end;
    }

    
}
@media only screen and (min-width:1024px) and (max-width: 1198px) {
    .linear-block-para-yaxis {
        right: -2em !important;
    }
    .sid-linear .linear-block-para-yaxis {
        right: 3.85em !important;
    }
    
}
@media only screen and (min-width:1454px) and (max-width: 1699px){
    .floating-container .box-one:last-child {
        padding: 1em 3.5em 1em 1.5em;
    }
}
@media only screen and (min-width:1700px) and (max-width: 1829px) {
    .floating-container .box-one:last-child {
        padding: 1em 4.5em 1em 1.5em;
    }
}
@media only screen and (min-width:1201px) and (max-width: 1277px) {
    .floating-container .box-one:last-child {
        padding: 1.25em 3.5em 1.25em 1.5em;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1131px) {
    .floating-container .box-one:last-child {
        padding: 1.25em 3.5em 1.25em 1.5em;
    }
}
#tippy-2, #tippy-3, #tippy-4, #tippy-5, #tippy-6, #tippy-7, #tippy-8, #tippy-9, #tippy-10, #tippy-11, #tippy-12, #tippy-13, #tippy-14 {
    visibility: hidden;
}

#icongnederIncidence.males, #icongneder.males {
    width: 23px;
}

#icongnederIncidence.females, #icongneder.females {
    width: 18px;
}
.toolytip .flex.space-between {
    align-items: baseline;
}