/** Shopify CDN: Minification failed

Line 165:20 Expected identifier but found "*"
Line 244:54 Unexpected "{"

**/
.search-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service-provider-search {
  max-width: 1278px;
  margin: 0 auto;
  text-align: center;
}

.service-provider-search h1 {
  font-size: 72px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}

.service-provider-search .description {
  margin-top: 20px;
  z-index: -1;
  position: relative;
}

.search-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.zip-container {
  position: relative;
}

.zip-container span.search svg {
  position: absolute;
  top: 22%;
  left: 4%;
}

.zip-container span.delete-text svg {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 4%;
}

.zip-container {
  position: relative;
}

.zip-container span.search svg {
  position: absolute;
  top: 22%;
  left: 4%;
}

.zip-container span.delete-text svg {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 4%;
}

.disclaimer-section {
  margin-bottom: 20px;
}

.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.search-input {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dropdown {
  position: relative;
}

.dropdown-label input {
  accent-color: #e85d04;
}

.dropdown-button {
  padding: 10px;
  width: 248px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 10;
}

.dropdown-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%; 
  box-sizing: border-box;
  padding: 10px;
}

.dropdown-label span {
  margin-left: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-option:hover {
  background: #f1f1f1;
}

.search-button {
  padding: 10px 20px;
  background: #e85d04;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.map-container {
  margin-top: 20px; */
  position: relative;
  padding: 0px 10px;
}

.map-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#zip-search {
  width: 248px;
  padding: 0px 40px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 8px;
  height: 37px;
}

.validation-error {
  border: 1px solid red !important;
}

.validation-default {
  border: 1px solid #ccc !important;
}

#service-table_wrapper {
  display: none;
  margin-top: 50px;
  margin-bottom: 20px;
}

#service-table {
  display: none;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}

#service-table_length {
  margin-bottom: 20px;
}

#service-table tbody td {
  text-align: left;
}

#service-table tbody tr:nth-child(odd) {
  background-color: #EDEFF3;
}

#service-table tbody td.dt-empty {
  text-align: center;
}

#service-table_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

div.dt-container .dt-paging button.dt-paging-button.current, .dt-paging-button:active, .dt-paging-button:hover {
  background: #F1592A !important;
  color: white !important;
  border: none !important; 
  border-radius: 8px !important;
}

.dt-paging-button.previous,.dt-paging-button.next  {
  background: none !important;
}

#service-table_next, #service-table_previous {
  background: none !important;
  box-shadow: none !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child> {
  border-bottom: none !important;
}

#service-table .dt-ordering-asc, .dt-ordering-desc {
  background: #FCE6DE;
}

#service-table .dt-ordering-desc {
  background: #FCE6DE;
}

.dataTable th.dtfc-fixed-start {
  background: white;
  box-shadow: 2px 2px 6px #e1e1e1;
  z-index: 1;
}

#service-table tbody tr:nth-child(odd) .dtfc-fixed-start {
  background-color: #EDEFF3;
  box-shadow: 2px 2px 6px #e1e1e1;
}

#service-table tbody tr:nth-child(even) .dtfc-fixed-start {
  background: white;
  box-shadow: 2px 2px 6px #e1e1e1;
}

div.dt-container div.dt-layout-row {
  justify-content: center !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  margin-left: 0px !important;
  justify-content: center !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: none !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body{
  border-bottom: none !important;
}

@media (max-width: 768px) {
  #service-table {
    border: none;
    border-radius: 10px;
  }
  .dt-layout-table {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
  }
  .search-container {
    flex-direction: column;
    padding: 10px;
  }
  .service-provider-search .description {
    text-align: left;
    padding: 0px 10px 0px 10px;
  }
  .map-container {
    padding: 0px 10px 0px 10px;
  }
  #zip-search {
    width: 100%;
  }
  .service-provider-search h1 {
    margin-top: 20px;
    font-size: 28px;
  }
  .search-bar {
    flex-wrap: wrap;
  }

  .search-input,
  .dropdown-button,
  .search-button {
    width: 100%;
  }

  .map-container img {
    width: 100%;
  }

  .disclaimer-section {
    text-align: left;
    padding: 10px;
  }

  .disclaimer-section span {
    font-size: 15px;
  }
  #service-table_wrapper {
    margin-top: 0px;
    padding: 10px;
  }
  #service-table_wrapper .dt-length {
    text-align: left;
  }
  div.dt-container select.dt-input {
    padding: 10px !important;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  }
}