#SelectYear {
  float: right;
}

.fr-col {
  align-items: flex-end;
  flex-direction: column;
  display: flex;
}

#FinancialReportDiv {
  column-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  display: grid;
}

#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;
  width: 100%;
  margin-bottom: 60px;
}

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

.report-item:hover h6 {
  text-decoration: underline;
}

.report-img {
  width: 100%;
  max-width: 320px;
  border: 1px solid rgba(227, 227, 227, 1.00);
}

.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;
}

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

.report-title {
  margin: 15px 0 0;
  font-size: 18px;
  color: #337ab7;
}

.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: #67c3b0;
}