.page-center.sicnace-search-module {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sicnace-title {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 59px;
  margin-top: 55px;
}

.sicnace-subtitle {
  font-size: 22px;
  padding: 10px 0 55px;
  text-align: center;
}


.sicnace-search-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px;
  background: #ffffff;
  border-radius: 10px;
  width: 70%;
  margin-bottom: 55px;
}

  .sicnace-search-section select {
      background-position: right 18px center;
      background-size: 12px;
      border: 1px solid #d8d8d8;
      border-radius: 5px;
      color: #343d4e;
      font-family: Source Sans Pro;
      font-size: 17px;
      font-weight: 600;
      height: 50px;
      padding: 14px;
      width: 40%;
  }

  .sicnace-search-section input {
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    padding: 14px;
    width: 40%;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px;
    margin: 20px 0;
  }


  .sicnace-search-section .primary-btn a {
    border-radius: 5px;
    padding: 13px 0;
    min-height: 50px;
    text-align: center;
    color: #343D4E;
    min-width: 200px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-size: 16px;
    background: #FFB718;
    font-weight: 700;
  }

  .sicnace-search-section .primary-btn img {
   margin-right: 10px;  
  }

  .sicnace-search-section .primary-btn a:hover {
    background: #353c4e;
    color: #ffffff;
  }

  .sicnace-search-section .primary-btn a:hover img {
    content: url("https://infobelpro.com/hubfs/NACE%20to%20SIC%20InfobelPro/Convert%20icon%20white%20CTA.svg");
  }

.no-search-result {
  display:none;
  margin-bottom: 20px;
  color: #E41B1B;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.result-table {
  color: #343D4E !important;
  width: 100%;
  display: none;
  margin-top: 40px;
}

  .result-table:before {
      border-top: 1px dashed #FFB718;
      content: "";
      display: block;
      margin: 23px 0 40px;
      width: 100%;
  }

.results-title {
  font-size: 17px;
  color: #343D4E;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.table-header {
  display: grid;
  grid-template-columns: 10% 25% 10% 55%;
}

.table-header .header-element:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.table-header .header-element:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.header-element {
  font-size: 14px; 
  color: #FFFFFF;
  background: #353c4e;
  letter-spacing: 0.22px; 
  line-height: 24px; 
  font-weight: 700; 
  text-align: center; 
  padding: 15px;
  border-right: 1px solid #ffffff;
}

.table-body {
  border-bottom: 1px solid #EAF1F9;
  word-break: break-all;
}

.data-row {
  display: grid;
  grid-template-columns: 10% 25% 10% 55%;
  min-height: 60px;
}

  .data-row td {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding: 0 20px;
  }

.table-body .data-row:nth-child(even) td{
  background: #F4F8FC;
}

.table-body .data-row:nth-child(even) td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.table-body .data-row:nth-child(even) td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

@media only screen and (max-width: 991px) {
  .sicnace-title {
    font-size: 35px;
    line-height: 40px;
    margin-top: 73px;
  }
  
  .sicnace-subtitle {
    font-size: 17px;
    line-height: 23px;
  }
  
  
  .sicnace-search-section {
    width: 100%;
  }
  
  .sicnace-search-section select, .sicnace-search-section input {
    width: 90%;
  }
  
  .result-table {
    overflow: scroll;    
  }
  
    .result-table:before {
      min-width: 450px;
    }
  
  .table-header {
    grid-template-columns: 15% 25% 15% 45%;
    min-width: 450px;
  }
  
  .table-body {
    min-width: 450px;
  }
  
  .data-row {
    grid-template-columns: 15% 25% 15% 45%;
  }
  
  .paginate-pagination {
    margin-left: 30px;
  }
}

