

/* Start:/local/templates/mhi/assets/css/export-new.css?16998849001978*/
.export-container {
  padding-bottom: 80px;
}
.export-table__box {
  border-collapse: collapse;
}
.export-table__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.export-table__head {
  text-align: center;
  font-weight: 700;
  padding: 9px 0;
  border: 1px solid #df9f9f;
  border-color: transparent;
}
.export-table__cell {
  padding: 14px 7px;
  position: relative;
  border: 1px solid #df9f9f;
  border-color: transparent;
}
.export-table__cell:first-child {
  padding-left: 15px;
  flex: 0 0 100%;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.export-table__icon::before,
.export-table__icon::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: -1;
}
.export-table__icon::before {
  bottom: 14px;
  right: 12px;
  border: 2px solid #d81718;
  border-radius: 8px;
}
.export-table__icon::after {
  width: 18px;
  height: 18px;
  background: linear-gradient(-45deg, transparent 40%, #d81718 40%, #d81718 48%, #fff 48%);
  border-bottom: 2px solid #d81718;
  border-right: 2px solid #d81718;
  border-bottom-right-radius: 8px;
}
.export-table__cell a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7px;
  font-weight: 700;
  padding: 9px 5px 5px;
}
.export-table__icon a::before {
  margin: 5px 0 7px;
  font-size: 14px;
  font-weight: 400;
}
.export-table__icon-json a::before {
  content: 'json';
}
.export-table__icon-csv a::before {
  content: 'csv';
}
.export-table__icon-xlsx a::before {
  content: 'Excel';
}
.export-table__icon-xml a::before {
  content: 'XML';
}
.export-table__icon-yml a::before {
  content: 'YML';
}
.export-table__cell a span {
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
}
.export-explain {
  margin-top: 80px;
}

@media all and (min-width: 768px) {
  .export-table__row {
    display: table-row;
  }
  .export-table__cell:first-child {
    text-align: left;
    font-weight: 400;
    padding-right: 30px;
  }
}
/* End */
/* /local/templates/mhi/assets/css/export-new.css?16998849001978 */
