/* @media screen and (max-width: 768px) {
    .hidden-on-mobile {
        display: none;
    }

    #content { 
        width: 70% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .MobileView{
        height: 100% !important;
        width: 100% !important;
    }


}

@media screen and (max-width: 376px) {
    #treemap-main{
      width:70%;
      height:70%;
    }
  } */
  .box-container-legend {
    display: flex;
    margin-top: 20px;
    justify-content: right;
    padding-right: 38px;
    color: white;
  }

  .box-legend {
    color:white;
    width: 50px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    border: 1px solid #000;
  }

  #interval {
    width: 99%;
}
