#riskAnalysis{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:15px;
}
#riskAnalysis td img{
    width: 30px; 
    height: 30px;
}
#riskAnalysis thead{
    background: #f0e5db;
}
#degreeChangeDiv{
    display: flex;
    float: right;
}
#degreeChangeDiv label{
    font-size: 20px;
    margin-right: 5px;
}
.widgetHeading{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:15px;
}
.widgetHeading span{
    font-size: 16px;
}
#monthlyWidget, .widgetHeading{
  min-height: 425px;
}
#riskTableContainer{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:15px;
}
.InfrastructureTable{
  margin-bottom: 0;
}
.InfrastructureTable thead{
    background: #f0e5db;
}
#riskWidget{
    position: relative;
}
.center-div{
    max-width: 800px;
}
#InfrastructureLabel li img{
    height: 24px;
}
#riskAnalysis th,
#riskAnalysis td {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
td,
th {
  font-size: 15px;
}
.gm-style .gm-style-iw-c {
  padding: 7px;
  padding-top: 7px !important;
}
.gm-ui-hover-effect {
  opacity: 0.6;
  display: none !important;
}
.gm-style-iw-ch {
  display: none;
}
#riskWeatherData td {
  vertical-align: middle;
}
canvas {
  width: 100%;
  height: 400px;
}
.kt-notes .kt-notes__items .kt-notes__item {
  left: 8px;
  border-left: 2px solid #ebedf2;
  padding: 0 0 25px 45px !important;
  position: relative;
  margin: 0 5px 0 17px;
}
ul li {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
}
.section-title {
  background-color: #f6ef95;
  padding: 7px 15px;
  border-radius: 30px;
  display: inline-block;
}
.center-div {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.bar-heading {
  padding: 50px;
}
.InfrastructureTable th,
#riskAnalysis th {
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 14px;
}
.InfrastructureTable td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}
#InfrastructureLabel {
  max-width: 285px;
  margin: 0 auto;
  margin-top: 15px;
}
#InfrastructureLabel li {
  list-style: none;
  display: flex;
  float: left;
  margin-right: 7px;
}
#InfrastructureLabel li span {
  margin-top: 2px;
  margin-left: 5px;
}

.card {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-left: 5px solid #007bff;
}
.card:hover {
  background: #f0f0f0;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
.card-body {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}
.icon {
  font-size: 20px;
}
.risk-high {
  color: red;
}
.risk-medium {
  color: orange;
}
.toggle-icon {
  transition: transform 0.3s ease-in-out;
}
.expanded .toggle-icon {
  transform: rotate(180deg);
}
.label {
  font-weight: bold;
  color: #333;
}
.info {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.info i {
  margin-right: 8px;
  color: #007bff;
}

#map{
    width:100%;
    height: 402px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
}
#infraTypeSelectContainerError{
    color:red;
    text-align: center;
}
#PlanningData{
    display: none;
}
#impactAnalysis{
    text-decoration: underline;
}
.bg1{
    background: #f0e5db;
}
.bg2{
    background: #cdd6ff;
}
.bg3{
    background: #e3e8ff;
}
#precipitationAdaptationAction, #temperatureAdaptationAction, #temperatureAdaptation, #precipitationAdaptation{
    padding-top: 20px;
}

#kt_subheader::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX;
  background: rgba(0,0,0,.2);
  content: '';
}

@media (max-width: 992px) {
    #map{
        margin-bottom: 20px;
    }
  }

@media (max-width: 767px) {
  #degreeChangeDiv {
    float: left !important;
    margin-top: 20px;
  }
  #riskTableContainer {
    overflow: scroll;
  }
  #infraTypeSelectContainer {
    margin-top: 25px;
  }
  #dialyWeatherData td {
    font-size: 14px !important;
  }
  #map {
    margin-bottom: 20px;
    height: 300px !important;
  }
  #monthlyWidget, .widgetHeading{
    min-height: auto;
  }
}

#kt_header_mobile {
  display: none;
}
#Kt_subheader_contrainer{
  justify-content: center!important;
}

#kt_subheader{
  height: 350px!important;
  position: relative;
}
.kt-subheader__main{
  z-index: 999;
}
.kt-subheader__title{
  text-shadow: 2px 2px 3px rgba(0, 0, 0);
  font-size: 3.8rem!important;
  text-align: center;
}

#dialyWeatherData td {
  color: #000;
  text-align: left;
  padding: 8px;
}
#dialyWeatherData th {
  background-color: #f0e5db;
  text-align: left;
  padding: 10px;
  /* font-size: 16px; */
}


#monthlyWeatherData td {
  color: #000;
  text-align: left;
  padding: 8px;
}
#monthlyWeatherData th {
  background-color: #f0e5db;
  text-align: left;
  padding: 10px;
  /* font-size: 16px; */
}

.risk-level td{
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 14px;
}
.risk-level-heading{
  background: #f0e5db;
}

@media(min-width: 992px){
  .risk-level{
    display: inline-table;
  }
}

label{
  font-size: 17px;
  color: #000;
}
input, select{
  border: 1px solid #1dc9b7!important;
}


.InfrastructureTable{
  width: 100%!important;

}



.logo-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.logo-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: white;
  border-radius: 4px;
  padding: 2px;
}

.Canvas-size{
  padding: 50px!important;
 height: 700px !important;
 margin: 0 auto;
}

.span-text{
  font-size: 15px;
  color: #000;
 
}

.span-text-bold{
  font-size: 15px;
  font-weight: bold;
 
}

.report-background
{
  background:   #f0f3f4 !important;
}



/* Outer full width container */
.report-wrapper {
  background-color: white;
  padding: 30px 0;
}

/* Inner content area with proper spacing */
.report-container {
  max-width: 1500px;
  margin: 0 auto;
  background:  #fafaf2 ;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Common spacing for sections */
.section {
  margin-top: 30px;
}

/* Text styling */
.span-text {
  font-size: 15px;
  color: #000;
  line-height: 1.7;
}

.span-text-bold {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

/* Logo row */
.logo-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 8px;
  background: white;
  border-radius: 4px;
  padding: 2px;
}

/* Chart canvas style */
.Canvas-size {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Buttons */
#download-pdf {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .report-container {
    padding: 30px 20px;
  }

  .logo-img {
    width: 50px;
    height: 50px;
    margin: 5px;
  }

  .span-text, .span-text-bold {
    font-size: 14px;
  }
}


/* @media print {
   .report-container {
    page-break-inside: avoid;
  }

  .section {
    page-break-inside: avoid;
    margin-bottom: 20px;
  }

  canvas {
    max-width: 100% !important;
    height: auto !important;
  }

  .text-center {
    text-align: center !important;
  } 
} */

@media print {
  .section {
    page-break-inside: avoid;
  }
  canvas {
    page-break-inside: avoid;
  }
}


#report-file.pdf-print-mode {
  padding: 70px !important;
  background: white !important;
  font-size: 120% !important;
}

#report-file.pdf-print-mode * {
  background: transparent !important;
  box-shadow: none !important;
  color: black !important;
}

#report-file.pdf-print-mode canvas {
  background: white !important;
}

* Increase font size for headings and paragraphs */
#report-file.pdf-print-mode h1,
#report-file.pdf-print-mode h2,
#report-file.pdf-print-mode h3 {
  font-size: 30px !important; /* Larger for headings */
}

#report-file.pdf-print-mode p,
#report-file.pdf-print-mode li {
  font-size: 20px !important; /* Larger for paragraphs and list items */
}

#report-file.pdf-print-mode strong, 
#report-file.pdf-print-mode b {
  font-size: 24px !important; /* Larger for bold text */
}

#report-file.pdf-print-mode em {
  font-size: 24px !important; /* Larger for italic text */
}
