body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

#death-comparison-vis-parent-div {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding: 0px;
    margin: 0px;
    /*position: relative;
    padding: 0px;
    left: 0px;
    top: 0px;*/
    min-width: 360px;
}

.axis text {
    color: grey;
    font-size: 14px;
}

.axis path {
    stroke: none;
}
.axis.y line {
    stroke-dasharray: 5,5;
    stroke: #cccccc;
}

.vis-title {
    line-height: 0.95em;
    color: #666666;
    position: absolute;
    z-index: 100;
}

/* select2 dropdown container */
.select2-container.select2-container--default .select2-selection--single {
    /*height: 35px;*/
    /*min-height: 35px;*/
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    border-radius: 8px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*height: 35px;*/
    /*min-height: 35px;*/
    margin: 0px 0px !important;
    padding: 0px 0px !important;
}

/* select2 dropdown text */
#select2-death-comparison-country-dropdown-container {
    /*font-size: 22px !important;*/
    margin: -1px 5px 0px 5px !important;
    padding-right: 28px !important;
    color: #fca52d !important;
}

/* select2 arrow */
.select2-selection__arrow {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.select2-selection__arrow b {
    border-top-color: #fca52d !important;
}

#countryDropdown-timelineVis {
    position: absolute;
    z-index: 100;
}