#EsgReportDiv #ReportSpan1{
  text-transform: capitalize;
}

#FinancialReportDiv{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1000px;
}

#FinancialReportDiv.active{
  grid-template-columns: repeat(1, 1fr);
}

.dx-widget input, .dx-widget textarea{
  font-family: 'Montserrat', sans-serif;
}

.dx-dropdowneditor-icon{
  font-size: 32px;
}

.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon, .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon{
}

.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon, .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon{
  background-color: transparent;
}

.dx-dropdowneditor-icon:before{
  margin-left: -18px;
}

.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon{
  background-color: transparent;
}

.dx-texteditor-input{
  font-size: 18px;
}

.dx-state-hover{
  background-color: transparent;
}

.report-box{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 100px;
  width: 100%;
  max-width: 1000px;
}

.report-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-img{
  width: 100%;
  max-width: 320px;
  border: 3px solid lightgrey;
}

.report-year-inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.report-year-box{
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#SelectYear{
}

.report-year-label{
  margin-right: 20px;
  font-weight: 600;
}

.report-title{
  text-align: center;
  margin: 15px 0;
}

.report-download{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.report-download h6{
  font-weight: 600;
  padding-left: 5px;
  font-size: 14px;
}

.report-download i,
.report-download h6{
  color: #2a2525;
}

.report-download:hover i,
.report-download:hover h6{
  color: #b8d765;
}