.MapLegendSVG {
  font-family: "Roboto", sans-serif;
  width: 100%;
}
.legendText {
  font-size: 12px;
  fill: #333;
  pointer-events: none;
}
.legendTextSide {
  font-size: 11px;
  fill: #666;
  pointer-events: none;
}
.legendTextExplanation {
  font-size: 11px;
  fill: #555;
  font-style: italic;
  pointer-events: none;
}
@media (max-width: 1679px) {
  .legendText {
    font-size: 12px;
  }
  .legendTextSide {
    font-size: 12px;
  }
}

.legend-tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.legend-tooltip.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.legendRect {
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.legendRect:hover {
  opacity: 0.9;
  filter: brightness(1.1);
  cursor: pointer;
}

.map_tooltip{
 background-color: white;
 width: 100%;
  height: 100%;
}

.allSmallCaps {
  font-variant-caps: all-small-caps;
}

.smallCaps {
  font-variant-caps: small-caps;
}

th {
  font-weight: 300;
}

th svg{
  vertical-align: text-bottom;
  margin-bottom: -0.1em; /* visually make the icon to be align with the text */
}

#snapTableHeader{
  padding-bottom: 1.5em;
}
#bothRadio .MuiSvgIcon-root {
  fill: #212121;
}
#bothRadio .Mui-checked {
  color: #212121;
}
#totalBenefitsRadio .Mui-checked {
  color: #1f78b4;
}
#avgMonthlyParticipationRadio .Mui-checked {
  color: #ba68c8;
}

.sideBar-short .MuiPaper-root {
  box-sizing: border-box;
  width: 300px;
  height: auto;
  overflow-x: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 0.1em solid #DDD;
}

  .fullWidthMainContent {
    padding: 6em;
  }
  .fullWidthMainContent .mapArea, .fullWidthMainContent .narrowChartArea{
    padding: 3em 1em 0 20em;
    max-width: 65%;
  }

  .halfWidthMainContent {
    padding: 10em 10em 6em 25em;
  }
  .halfWidthMainContent .categoryMapHeader,
  .halfWidthMainContent .eqipTotalMainHeader {
    padding-top: 0px;
  }

  .stateTitleContainer {
    justify-content: space-between;
    border-bottom: 1px solid #e4ebe7;
    padding: 1em 0;
    display: flex;
  }

  .stateTitleContainer > .stateTitle {
    font-weight: 700;
    margin-top: 1em;
    font-size: 1.2em;
  }

@media only screen and (max-width: 1440px) {
  
  .sideBar-short .MuiPaper-root {
    max-height: 99vh;
  }

  .fullWidthMainContent {
    padding: 5em;
  }

  .fullWidthMainContent .mapArea, .fullWidthMainContent .narrowChartArea{
    padding: 3em 1em 0 15em;
    max-width: 65%;
  }
  
  .halfWidthMainContent {
    padding: 10em 5em 6em 25em;
  }
  .halfWidthMainContent .categoryMapHeader,
  .halfWidthMainContent .eqipTotalMainHeader {
    padding-top: 0px;
  }

  .stateTitleContainer {
    justify-content: space-between;
    border-bottom: 1px solid #e4ebe7;
    padding: 1em 0;
    display: flex;
  }


  .stateTitleContainer > .stateTitle {
    margin-top: 0.5em;
  }
  
  
  .sideBar-short .MuiPaper-root {
    max-height: 99vh;
  }
}




#cropInsuranceTableHeader{
  padding-bottom: 1.5em;
}
#totalPremium .MuiSvgIcon-root,
#bothBar .MuiSvgIcon-root {
  fill: #662500
}
#totalPremium .Mui-checked,
#bothBar .Mui-checked {
  color: #662500
}
#farmerPaidPremium .Mui-checked,
#totalPoliciesEarningPremium .Mui-checked {
  color: #B65700;
}
#premiumSubsidy .Mui-checked,
#totalIndemnities .Mui-checked {
  color: #E2B12C;
}


.titleTabGroup .Mui-selected{
    font-weight: 700 !important;
}
.titleTab {
  padding: 1.5em 1em;
}
.titleTab:not(:last-child){
  border-right: 1px #CBCBCB solid;
}
.MuiTabs-indicator{
  display: none;
}
.paperCard{
  padding: 3em 0 1.5em 0;
  font-family: Montserrat;
  border-bottom: 1px solid var(--light-other-divider, rgba(0, 0, 0, 0.12));
}
.inCardContainer{
  margin-bottom: 1.25em;
  font-weight: 500;
}

/* TBD: move this to use variant */
.mainItems{
  font-size: 1.5em;
  /* text-transform: uppercase; */
}
.subItems{
  font-size: 1em;
  display: flex;
  color: #00000080;
  margin: 1.5rem auto;
}


/*# sourceMappingURL=app-af3f8f106d15d3d78754.css.map*/