/*@font-face {
  font-family: 'Montserrat';
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');  
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  font-display: swap;
}*/
body {
    font-family: Roboto;
    font-weight: 400;
}
.aione-clear {
    clear:both;
}
.aione-hide {
    display:none;
}
.color-blue{
    color:#168dc5;
}
.color-orange{
    color:##ed6f1d;
}
hr{
    border-color: #168dc5;
    border: 1px solid;
}
#main .aione-row {
    max-width: 98%;
}
#main {
    padding-top: 10px;
}
#community_profile {
    position: relative;
}
/*#community_profile label {
    display:inline;
    line-height: 30px;
}*/
#community_profile .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    display: none;
    background-color: rgba(0,0,0,0.5);
}
#community_profile .community-profile-title {
    line-height: 40px;
    font-size: 28px;
    color: #ed6f1d;
    font-weight: 600;
    font-family: Montserrat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#community_profile .community-profile-subtitle {
    line-height: 30px;
    font-size: 20px;
    color: #168dc5;
    font-weight: 600;
    font-family: Montserrat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.ete-sidebar {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 1%;
    margin-top: 12px;
}
#community_profile_title {
    font-family: 'Montserrat';
    color: #40210A;
    FONT-SIZE: 16px;
}
#community_profile p {
    color:#747474;
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto;
}
#community_profile .ete-sidebar .theme-title {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    color: #40210A;
    font-weight: bold;
    font-family: Montserrat;
}

.filters-filter select {
    background: #e8e8e8;
    width: 100%;
    height: 39px;
    line-height: 35px;
    min-height: 35px;
    display: block;
    margin-bottom: 10px;
    color: #43474C;
    border: 1px solid #43474C;
    border-radius: 10px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
}
.filters-filter select option {
    font-family: Montserrat;
}
.select-outer{
    position: relative;
}
.select-outer:after {
    content: '\2304';
    font-size: 22px;
    padding-right: 6px;
    position: absolute;
    right: 0;
    top: -5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

.filters-filter select.active {
    background: #fff;
}
.filters-filter label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700;
    color: #40210A;
    font-family: 'Montserrat';
}

 .region-wrapper label{
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    color: #40210A;
    font-family: 'Montserrat';
}
.region-wrapper select,.indicator-wrapper select{
    background-color: #fff;
    font-family: 'Montserrat';
    color: #40210A;
    border-radius: 10px; 
    border-color: #babdbf;
    -webkit-appearance: none;
    appearance: none;
}
.region-wrapper input[type=radio]{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 4px;
    line-height: 10px;
    float: none;
}
.region-wrapper input[type=radio]{
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.region-wrapper input[type=radio]:checked:before  {
    content: "";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    height: 6px;
    width: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #168dc5;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.risk-hover {
    position: relative;
    color: #eb7726;
    display: inline-block;
    width: 21px;
    height: 16px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #eb7726;
    font-family: Lora;
    background-color: #fff;
}
.filters-filter .risk-hover{
    width: 16px;
}
.risk-hover:hover {
    color: #FFFFFF;
    background: #ed6f1d;
}
    
.risk-hover span {
    opacity: 0;
    display: none;
    background: rgba(0,0,0,.8);
    color: #fff;
    bottom: -75px;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
    width: 600px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.risk-hover:hover span {
    opacity: 1;
    display: block;
}
.filters-filter .risk-hover span {
    right: 0;
}
#filters_filter select.disabled {
     -moz-appearance: none;
     -webkit-appearance:none;
     appearance: none;
     line-height: 24px;
}
#filters_filter select.disabled::-ms-expand {
    display: none;
}
#filters_filter div.disabled {
    position: relative;
}
#filters_filter div.disabled:after {
    position: absolute;
    width: 23px;
    height: 27px;
    background-image: url(https://test.etedashboardny.org/wp-content/uploads/2024/09/lock.png);
    background-size: cover;
    right: 5px;
    top: 5px;
    content: "";
    pointer-events: none;
}
.filter-svg {
    margin-left: 15px;
    vertical-align: bottom;
    fill: #40210A;
}
.filter-outer {
    padding: 5% 10% 0 10%;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    margin-top: -1%;    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.filter-buttons a.filter{
    font-family: Montserrat;
    font-weight: bold;
    color: #40210A;
    border: 1px solid #e8e8e8;
    border-bottom:none;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
}
.filter-buttons a i{
    margin-left: 15px;
}

.filter-buttons a:hover{
    text-decoration: none;
}
/*#community_profile label {
    display: inline;
    line-height: 30px;
    font-weight: bold;
    font-family: Montserrat;
    color: #40210A;
    font-size: 14px;
}*/

.region-wrapper input[type=radio] {
    display: none;
}
.region-wrapper input[type=radio] + label {
    display: block;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #babdbf;
    margin: 0;
}
.region-wrapper input[type=radio]:checked + label {
    background-image: none;
    background-color: #168dc5;
    border: 1px solid #168dc5;
    color: #fff;
}
.by-NYS,.by-rwr,.by-borough {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.by-NYC,.by-county,.by-uhf {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#filters_filter .race-filter>div {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 6%;
    background-color: #fff;
}
#filters_filter .race-filter label {
    font-size: 12px;
    padding-left: 10px;
    vertical-align: top;
    font-weight: normal;
}
#filters_filter input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    float: none;
}
input[type="checkbox"]:checked::before {
    content: "";
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    text-align: center;
    display: block;
    font-family: FontAwesome;
    background-color: rgb(255, 255, 255);
    color: rgb(30, 140, 190);
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(112, 112, 112);
    border-image: initial;
}

#uhf-list input {
    width: 100%;
    padding: 0;
    margin: 0 0 4% 0;
    height: 35px;
    line-height: 35px;
    text-indent: 7px;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
}
#uhf-list .list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#uhf-list .list li {
    margin: 0;
    line-height: 26px;
    padding: 0 10px 2px 10px;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: none;
    font-size: 16px;
    background: #fff;
}

#generate_visualization,#generate_pdf,#reset_filters {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
    display: inline;
    cursor: pointer;
    background-color: #fff;
    color: #168dc5;
    border: 1px solid #168dc5;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 1em;
    width: 100%;
    border-radius: 10px;
}
#generate_visualization{
    color: #fff;
    background-color: #ED6F1D;
    border:1px solid #ED6F1D;
}
#generate_pdf{
    color: #fff;
    background-color: #ED6F1D;
    border:1px solid #ED6F1D;
    height: 40px;
    padding-top:2px;
    padding-bottom:2px;
}

.source-information {
    position: relative;
    color: #d8d8d8;
    font-size: 18px;
    font-weight: 100;
    margin: 0 5px 5px 5px;
    width: 18px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.source-information:hover {
    width: 80px;
}
.source-information a {
    color: #d8d8d8;
    width: 18px;
    height: 18px;
    overflow: hidden;
}
.source-information a .source-title {
    padding-left: 6px;
    width: 0px;
    opacity: 0;
    transition: all 100ms ease-in-out 100ms;
}
.source-information:hover a {
    color: #168dc5;
    width: 85px;
}
.source-information:hover a .source-title {
    opacity: 1;
}
.source-information:hover a:after {
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 30px;
    color: #fff;
    content: attr(data-tooltip);
    right: 0;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 500px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.footnote{
   color:#747474;
   padding:10px;
}
.footnote hr{
    border-top: 1px solid #eee;
    margin: 0;
}
.footnote h4 {
    color: #40210A;
    font-family: 'Montserrat';
    font-size: 16px;
}
.footnote h4 img{
    width:120px;
    float:right;
}
.footnote p {
    margin: 0;
}
.footnote ul {
    padding-inline-start: 34px;
}
.footnote ul li {
    text-align: left;
    font-size: 14px;
    color: #747474;
    font-family: Roboto;
}
.footnote h4 span {
    color: #ed6f1d;
}
.footnote h4.indicator-definition {
    color: #40210A;
    font-size: 16px;
    margin-bottom: 1%;
}
.ua-device-mobile .footnote{
    margin-top: 3%;
}
div.google-visualization-tooltip {
    background-color: rgba(255,255,255,.9) !important;
}
.highcharts-tooltip{
    width:60% !important;
    background-color: rgba(255,255,255,.9) !important;
}
.highcharts-tooltip > span{
    white-space: inherit !important;
}
.highcharts-tooltip span {
    height:auto;    
    overflow:auto;
    white-space:normal !important; 
    background-color: rgba(255,255,255,0.9) !important;
    left: 1px !important;
    top: 1px !important;
    width: 230px !important;
    border-radius: 4px;
    box-sizing: border-box;
}


#map_title{
    font-size: 16px;
    color: rgb(64, 33, 10);
    font-weight: 600;
    font-family: Montserrat;
    fill: rgb(64, 33, 10);
}
#map_subtitle{
    color: rgb(64, 33, 10);
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    fill: rgb(64, 33, 10);
}
#geochartTooltip, #uhfchartTooltip,#regionTooltip,#countyTooltip {
    color: #43474C;
    background-color: rgba(255,255,255,.9);
    border: 1px solid #bdbdbd;
    opacity: 0;
    display: block;
    width: 200px;
    /*margin-top: -200px;
    margin-left: 50px;*/
    padding: 8px;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#geochartTooltip h1.tooltip-heading,#uhfchartTooltip h1.tooltip-heading,#regionTooltip h1.tooltip-heading,#countyTooltip h1.tooltip-heading {
    color: #EB7726;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#geochartTooltip .tooltip-content,#uhfchartTooltip .tooltip-content,#regionTooltip .tooltip-content ,#countyTooltip .tooltip-content {
    color: #43474C;
    font-size: 14px;
    font-family: Roboto;
    line-height: 18px;
}

   
/********************* Bootstrap Popup *******/
.modal {
    top:10%;
}
.modal h4.modal-title {
    text-align:center;
    font-size:24px;
}
.modal .modal-body p {
    font-size: 16px;
    text-align: center;
    color: #333;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/


#community_profile .aione-tooltip:before {
    content: attr(tooltip-title);
    width: 300px;
    right: 0;
    left: auto;
    text-align: center;
}
.ua-device-mobile .aione-tooltip:hover:before{
    opacity: 0;
}

#community_profile .select2-container{
   display: block;
}
#community_profile .select2-container .select2-selection--single {
    min-height: 36px;
    border-radius: 10px;
}
#community_profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Montserrat';
    color: #40210A;
    font-size: 14px;
    text-indent: 0.8em;
    line-height: 30px;
}
#exampleModal .modal-header {
    padding: 0;
    margin: 10px;
    background-color: transparent;
    border: 0;
}
#exampleModal .modal-body{
    color: #232323;
    padding: 0 10px 10px 10px;
    font-size: 1.2em;
    background: #fff;
    text-align: center;
}
#exampleModal .modal-footer{
    border:0;
    padding: 0;
    text-align: center;
}
#exampleModal .modal-footer p{
    font-size:12px;
    padding-top: 10px;
}
#container_map_outer{
    position:relative;
    margin-top:10%;
}
#container_map{
    width: 95%;
    position:relative;
}
.map-bottom-left {
    width: 200px;
    float: left;
    padding-left: 10px;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
}
#linear-gradient {
    min-height: 20px;
    position: relative;
}
#linear-gradient-min {
    display: inline;
}
#linear-gradient-max {
    display: inline;
    float: right;
}
/*#chart_1{
    position: relative;
    min-height: 520px;
}
#map_1{
    position: relative;
    min-height: 520px;
}*/

/*#map_1 .notes-indicator-wrapper,#chart_1 .notes-indicator-wrapper{
    text-align: right;
    position: absolute;
    bottom: 0;    
    left: 5px;
    right: 5px;
    top: 460px;
    z-index: 2;
}*/
.notes-indicator-wrapper{
    text-align: right;
}
.card {
    background: #fff;
    border-radius: 8px;
    padding: 0;
}
.buttons-container {
    display: flex;
}
.dropdown-btn {
    min-width: 110px;
    padding: 5px 10px;
    flex: 1;
    text-align: left;
    cursor: pointer;
    outline: none;
    /*border: 1px solid #958787;
    margin: 5px 5px;
    border-radius: 7px;*/
    border: 0;
    margin: 0;
    border-radius: 0px;
    color: #40210A.;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.dropdown-btn::after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: absolute;
    left: 1%;
}
.dropdown-btn.notes-button::after {    
    left: 45%;
}
.dropdown-btn.indicators-button::after {
    left: 70%;
}
.dropdown-btn.rotate0::after{
    rotate:0deg;
}
.dropdown-btn.rotate180::after{
    rotate:180deg;
}
.dropdown-content-container {
    display: none;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    text-align: left;
    border:1px solid #d2d2d2;
}
.dropdown-content {
    display: none;
}
.dropdown-content p {
    margin: 0;
    padding: 5px 0;
}
.dropdown-content-container ul{
    list-style-type: disc;
    padding-inline-start: 25px;
}
.dropdown-content-container ul li{
    padding-bottom: 10px;
}
.dropdown-btn.active{
    border: 2px solid #000;
    color: #000;
}

 button.dropdown-btn.notes-button {
    /*background-color: #fff;*/
    background-color: #f5f5f5;
    position: relative;
}

button.dropdown-btn.indicators-button {
    /*background-color: #fff;*/
    background-color: #f5f5f5;
    position: relative;
}

.notes-function-outer{
    padding: 5px 10px;
    background-color: #f5f5f5;
    display: flex;
    position:relative;
}
.download-icon,.expand-icon,.link-icon{
    margin: auto 8px;
    cursor: pointer;
}

/*#loader {
    display: none;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #000000bf;
    position: fixed;
}*/
.highcharts-legend-item.highcharts-scatter-series image{
    transform: translate(0px, -5px) !important;;
    width:35px !important;
    x: -5px !important;
}
.no-data-message{
    text-align: center;
    border: 1px solid #958787;
    padding: 15px 0;
    border-radius: 11px;
    color: #958787;
}

.highcharts-title .risk-hover,.highcharts-subtitle .risk-hover-outer .risk-info-icon {
    position: relative;
    color: #eb7726;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #eb7726;
    font-family: Lora;
    background-color: #fff;
}

.highcharts-title .risk-hover:hover,.highcharts-subtitle .risk-hover-outer .risk-info-icon:hover {
    color: #FFFFFF;
    background: #ed6f1d;
}
    
.highcharts-title .risk-hover span,.highcharts-subtitle .risk-hover-outer .risk-hover-output {
    opacity: 0;
    display: none;
    background: rgba(0,0,0,.8);
    color: #fff;
    bottom: -75px;
    padding: 5px 15px;
    position: absolute;
    z-index: 9999;
    width: 300px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.highcharts-title .risk-hover:hover span,.highcharts-subtitle .risk-hover-outer:hover .risk-hover-output {
    opacity: 1;
    display: block;
    white-space: break-spaces;
}
.highcharts-title .risk-hover span,.highcharts-subtitle .risk-hover-outer .risk-hover-output {
    right: 0;
}
.risk-hover-output {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: break-spaces;
}
.risk-hover-outer:hover + .risk-hover-output {
       visibility: visible;
}
.top-boxes-outer-div{
    font-family: 'Roboto';
}

.top-boxes-outer-div .risk-hover-output {
    top: 125px;
}
.top-boxes-outer-div.owl-carousel .owl-stage-outer {
    overflow:visible;
    overflow-x: clip;
}

.chart-title{
    font-size: 16px;
    color: rgb(64, 33, 10);
    font-weight: 600;
    font-family: Montserrat;
    fill: rgb(64, 33, 10);
}
.chart-subtitle{
    color: rgb(64, 33, 10);
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    fill: rgb(64, 33, 10);
}
#chart_1_bottom_text,#chart_2_bottom_text{
    font-family: 'Roboto';
}

.data-highlights {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 2%;
    font-weight: 600;
    color: #40210A;
    font-family: Montserrat;
}
/*.top-boxes-outer-div .box {    
    margin: 0.5% 1% 0.5% 0;
    background-color: rgb(106, 174, 214);
    border-radius: 15px;
}
.box-counter {
    text-align: center;
    color: rgb(71, 71, 71);
    font-size: 30px;
    font-weight: 600;
    padding: 12px 0;
    line-height: 40px;
}
.box-info {
    margin: auto;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid rgb(106, 174, 214);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 60px;
}*/
/*.box-info:before {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: 0 0 0 -15px;
    left: 50%;
    top: -10px;
    -webkit-transition: all 180ms ease-out;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
    z-index: 11;
}*/

#community_profile .owl-nav .owl-next,#community_profile .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    border-radius: 0;
    text-transform: uppercase;
    height: 60px;
    font-size: 40px;
    font-weight: 100;
    line-height: 60px;
    padding: 0;
    color: transparent;
    background: rgba(0, 0, 0, .3);
    transition: all .1s ease-in-out;
}
#community_profile .owl-nav .owl-prev {
    left: -15px;
}
#community_profile .owl-nav .owl-next {
    right: -10px;
}
#community_profile .owl-nav .owl-next, #community_profile .owl-nav .owl-prev {
    background-color: transparent;
    height: 47px;
}
#community_profile .owl-nav .owl-prev:before {
    border-left: 3px solid #333;
    transform: rotate(-45deg);
    
}
#community_profile .owl-nav .owl-next:before {
    border-right: 3px solid #333;
    transform: rotate(45deg);
}
#community_profile .owl-nav .owl-next:before, #community_profile .owl-nav .owl-prev:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    display: inline-block;
    border-top: 3px solid #333;
}
.highcharts-contextbutton{
    display:none;
}
#community_profile .owl-carousel{
    /*width:95%;
    margin-left:1%;*/
}
.context-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    left: 10px;
    top: 30px;
}
.context-menu ul {
    list-style: none;
    padding: 2px;
    margin: 0;
}
.context-menu ul li {
    padding: 5px 10px;
}
.context-menu ul li:hover {
    background-color: #f1f1f1;
}
.context-menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}
.context-menu ul li a:hover {
    color: #007bff;
}
.highcharts-caption{
    display:none;
}

.related-data-tooltip span{
    position: absolute;
    bottom: 60%;
    opacity: 0;
    margin-bottom: 1em;
    padding: 5px;
    background-color: #000;
    color:#fff;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    transform: translate(-42%, 1em);
    transition: all 0.15s ease-in-out;
}
.related-data-tooltip span::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000;
    transform: translate(-42%, 0);
}
.link-icon span {
    opacity: 0;
    transform: translate(-42%, 0);
}
.link-icon a:hover span {
    opacity: 1;
}
.notes-indicator-wrapper.for-mobile{
    display: none;
}
.ar.for-desktop{
    display: block;
}

#compare_filter_outer {
    text-align: left;
    margin-top: 10px;
}

#compare_filter_outer input[type="checkbox"] {
    -webkit-appearance: none;
    float: left;
    border: 1px solid #446084;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 4px 10px 8px 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;    
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
#compare_filter_outer input[type="checkbox"]:checked:before {
    content: "\f00c";
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 100;
    text-align: center;
    display: block;
    color: #446084;
    border:0px;
    font-family: FontAwesome;
}

#chart_1 .highcharts-axis-labels.highcharts-xaxis-labels{
    text-align:center;
}

#draw-pdf-html #pdf-header a {
    color:#168dc5;
}
#draw-pdf-html .top-boxes-outer-div{
    grid-template-columns: 24% 24% 24% 24%;
    margin-bottom: 1%;
}
#draw-pdf-html .highcharts-title,#draw-pdf-html .highcharts-subtitle{
    font-family: Montserrat;
}
#draw-pdf-html .highcharts-legend-item,#draw-pdf-html .highcharts-label,#draw-pdf-html  .highcharts-axis-labels,#draw-pdf-html .highcharts-axis,#draw-pdf-html .highcharts-yaxis{
    font-family: Roboto;
}
#draw-pdf-html #pdf-notes{
    color: #333;
    padding: 10px;
}
#draw-pdf-html #pdf-notes h4 {
    color: #40210A;
    font-family: 'Montserrat';
    font-size: 16px;
}
#draw-pdf-html #pdf-notes ul {
    padding-inline-start: 16px;
    list-style-type: disc;
    font-size: 15px;
    color:#333;
}
#draw-pdf-html #pdf-notes ul li {
    text-align: justify;
    font-size: 14px;
    color: #333;
    font-family: Roboto;
}

#pdf-notes {    
    line-height:24px;
    //column-count:2;
    //column-gap:5%;
    //overflow-y: auto;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
.top-boxes-outer-div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 10px;
    margin-bottom: 2%;
}
.top-boxes-outer-div .box {
    display: grid;
    grid-template-columns: 30% 70%;
    border-radius: 10px;
}

.box-counter {
    text-align: center;
    color: #40210A;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    line-height: 40px;
    background-color: #B6D1E5;
    border-radius: 10px 0 0 10px;
}
.box-info {
    background-color: #e8e5e5;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius:  0  10px 10px 0;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 65px;
}
.top-boxes-outer-div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 10px;
} 
@media screen and (min-width: 1300px) {
    .top-boxes-outer-div .box {
        display: grid;
        grid-template-columns: 30% 70%;
        border-radius: 10px;
    }

    .box-counter {
        text-align: center;
        color: #40210A;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 0;
        line-height: 40px;
        background-color: #B6D1E5;
        border-radius: 10px 0 0 10px;
    }
    .box-info {
        background-color: #e8e5e5;
        padding: 5px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        border-radius:  0  10px 10px 0;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        min-height: 65px;
    }
    .top-boxes-outer-div {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 10px;
    }   
}

@media screen and (max-width: 1299px) {
    .top-boxes-outer-div {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 10px;
    }
    .top-boxes-outer-div .box {
        display: grid;
        grid-template-columns: 35% 65%;
       
    }
}
@media screen and (max-width: 992px) {    
    .notes-indicator-wrapper.for-mobile{
        display: block;
    }
    .ar.for-desktop{
        display: none;
    }
}
@media screen and (max-width: 849px) {
    .top-boxes-outer-div {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }
    .notes-indicator-wrapper.for-mobile{
        display: block;
    }
    .ar.for-desktop{
        display: none;
    }
}

@media only screen and (max-width: 600px) { /*Mobile*/
    
    .ac{
        padding:0;
    }
    .content-column{
        margin-top:45px;
    }    
    .filters-column{
        position: absolute;
        right: 0;
    }
    .filter-outer{
        display: none;
        z-index: 99;
        position: relative;
    }
    
    .risk-hover span{
        right: 0;
        width: 250px;
    } 
    .filters-filter .risk-hover span{
        left: 0;
    }

    .top-boxes-outer-div {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
    }
    .top-boxes-outer-div .box {
        grid-template-columns: 20% 80%;
    }

    .dropdown-btn.notes-button::after {    
        left: 50%;
    }
    .dropdown-btn.indicators-button::after {
        left: 80%;
    }

    .notes-indicator-wrapper.for-mobile{
        display: block;
    }
    .ar.for-desktop{
        display: none;
    }
    .map-bottom-left{
        width:170px;
    } 
    #linear-gradient-min,#linear-gradient-max{
        font-size:13px;
    }
     
     
}



#pdf-notes {
    position: relative;
    width: 100%; /* Adjust as needed */
}

.pdf-footnote {
    overflow: hidden;
}

.pdf-page {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}


.loader{
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: #000000bf;
}

.loader-inner {    
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    
}

#draw-pdf-html #container_map #uhf42{
    width:90% !important;
}
#draw-pdf-html #container_map #NYCborough {
    width:90% !important;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.loader-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.loader-inner {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}


@media only screen and (max-width: 600px) {
    .loader-sub {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
 }

 .loader-inner {
    display: initial;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    position: absolute;
    left: 20%;
    top: 20%;
 }
 
}