#edit-field-fr-year-value-wrapper,
fieldset[data-drupal-selector="edit-field-fr-year-value-wrapper"] {
  display: none !important;
}

.views-exposed-form .form-submit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}

.year-dropdown-filter,
.views-exposed-form select,
.views-exposed-form select.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 1px solid #2c3a44 !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
  color: #2c3a44 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: #efefef !important;
  background-image: url(https://axway.symex.be/rd2/img/icn-chevron-down-slate.svg) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 15px auto !important;
  padding: 0 40px 0 20px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  margin-bottom: 30px !important;
  margin-right: 30px !important;
}

.year-dropdown-filter:focus,
.views-exposed-form select:focus,
.views-exposed-form select.form-select:focus {
  outline: 1px solid #000;
}


body {
  color: #000;
  font-family: "Roboto", sans-serif;
}

.desktop,
.smartphone {
  border-collapse: separate;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  font-variant: normal;
}

table {
  width: 100%;
}

td,
th {
  width: 14.2%;
}

table tbody tr td:first-child {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  background-color: #414778;
  color: #fff;
}

th {
  font-size: 20px;
  background-color: #414778;
  color: #fff;
  border-left: 1px solid #fff !important;
}

a {
  color: #414778;
}

table tr {
  height: 80px;
}

table tbody td {
  border-bottom: 2px solid grey;
}

table tbody th {
  text-align: center;
}

table tbody td {
  text-align: center;
  border-right: 2px solid grey;
}

.smartphone tbody td:first-child {
  border-left: 2px solid grey;
}

table thead th {
  text-align: center;
}

table thead th:last-child {
  border-right: 0px solid grey;
  white-space: pre;
  word-wrap: break-word;
}

table thead th:first-child {
  border-top: none;
  border-left: none;
  background-color: #fff;
}

table tbody th {
  border-left: 1px solid #fff !important;
}

table.desktop .cell-press-release a {
  background-image: url("../assets/images/pdf.svg");
}

table.desktop .cell-presentation a {
  background-image: url("../assets/images/computer.svg");
}

table.desktop .cell-webcast a {
  background-image: url("../assets/images/file-video.svg");
}

table.desktop .cell-transcript a {
  background-image: url("../assets/images/pdf.svg");
}

table.desktop .cell-accounts-to-download-pdf a {
  background-image: url("../assets/images/pdf.svg");
}

table.desktop .cell-accounts-to-download-xls a {
  background-image: url("../assets/images/excel-file.svg");
}

.smartphone {
  padding: 0 30px 0 30px;
}

.smartphone th {
  font-size: 16px;
}

.smartphone td {
  color: #414778;
}

.desktop {
  display: table;
}

.smartphone {
  display: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .smartphone {
    display: table;
  }
}

/* Desktop - bigger + bolder icons like Image 1 */
table.desktop article.cell-icon-wrap a {
  width: 55px !important;
  height: 58px !important;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -8px;
  position: relative;
}

/* Desktop - increase row height to fit bigger icons */
table.desktop tbody td {
  height: fit-content !important;
  min-height: 80px;
}

table.desktop tbody td:last-child .filled {
  height: 80px !important;
  gap: 16px;
}

/* Smartphone - bigger + bolder icons */
table.smartphone article.cell-icon-wrap a {
  width: 50px !important;
  height: 54px !important;
  display: inline-block;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
table.desktop tbody td:last-child .filled {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

table.desktop tbody td {
  height: 100px;
}

table.desktop tbody td div.empty {
  background: #414778;
  height: 5px;
  width: 25px;
  border-radius: 25px;
  margin: 0 auto;
}

table.smartphone tbody td:first-child {
  background-color: transparent;
  font-size: 16px;
  color: #414778;
  font-weight: 400;
}

table.smartphone tbody td div.empty {
  position: relative;
  height: 65%;
  margin: 0;
}

table.smartphone tbody td div.empty::before {
  content: '';
  position: absolute;
  background: #414778;
  height: 5px;
  width: 25px;
  border-radius: 25px;
  left: 45%;
  top: 55%;
}

table.smartphone tbody td,
table.smartphone tbody td.has-exact-two-articles-mobile {
  height: 100px;
}

table.smartphone tbody td.has-exact-two-articles-mobile .filled article {
  width: 50%;
  float: left;
}

.accounts-download-cell .filled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0;
}

.atd-label {
  font-size: 14px;
  color: #414778;
  margin-bottom: 6px;
  display: block;
}

.icons-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.atd-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.same-content {
  display: none;
}

#list_chart.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #2c3a44;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  color: #2c3a44;
  cursor: pointer;
  font-size: 16px;
  height: 44px !important;
  line-height: 33px;
  background-color: #efefef;
  background-image: url(https://axway.symex.be/rd2/img/icn-chevron-down-slate.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
  padding-right: 40px;
  min-width: 180px;
  max-width: 180px;
  margin-bottom: 30px;
  margin-right: 30px;
}

#list_chart {
  background-color: #efefef;
}

#list_chart option {
  background-color: #efefef;
  color: #2c3a44;
}

.financial-mobile-view {
  display: none;
}

.financial-results-wrapper {
  display: block;
}

@media (max-width: 768px) {

  .financial-results-wrapper {
    display: none;
  }

  table.smartphone {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  table.smartphone th[colspan="2"] {
    background: #414778;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    text-align: center;
  }

  table.smartphone td {
    width: 50%;
    padding: 12px;
    border-bottom: 2px solid grey;
    text-align: center;
    vertical-align: top;
  }

  table.smartphone td[colspan="2"] {
    width: 100%;
  }

  .smartphone .filled,
  .smartphone .empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 80px;
  }

  .smartphone br {
    display: none;
  }

  .smartphone .empty::after {
    content: "";
    width: 25px;
    height: 5px;
    background: #414778;
    border-radius: 20px;
  }

  .smartphone article.cell-icon-wrap a {
    width: 36px;
    height: 42px;
    display: inline-block;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cell-press-release a { background-image: url("../assets/images/pdf.svg"); }
  .cell-presentation a { background-image: url("../assets/images/computer.svg"); }
  .cell-webcast a { background-image: url("../assets/images/file-video.svg"); }
  .cell-transcript a { background-image: url("../assets/images/pdf.svg"); }
  .cell-accounts-to-download-pdf a { background-image: url("../assets/images/pdf.svg"); }
  .cell-accounts-to-download-xls a { background-image: url("../assets/images/excel-file.svg"); }

  .icons-row {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  table.smartphone tbody td div.empty::before {
    display: none;
  }

  .financial-mobile-view {
    display: block;
  }

  table.smartphone article {
    height: 50px;
  }

  table.smartphone article.cell-icon-wrap a {
    position: relative;
    top: -17px;
  }
}

#block-software74-views-block-financial-results-block-1 {
  margin-top: 74px;
}