 .select2-selection__rendered {
      box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
      border-radius:9999px;
      border: 2px solid var(--secondary-dark);
      background: white;
      height: auto;
      color: var(--secondary-darkest) !important;
      font-style: normal;
      font-weight: 700;
      line-height: 150% !important;
  }
@media (max-width:1024px){
 
  .select2-selection__rendered {
      padding: 8px 16px !important;
      font-size: 14px;
  }
  button.search-button {
    border-radius: 99px;
    background-color: var(--primary-main);
    box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
    color: var(--secondary-main);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 ;
    line-height: 150%;
    border: none;
    padding: 8px 12px;
    transition: all .300s ease;
    display: flex;
    gap: 12px;
    align-items: center;
  }

    .pdb-inline-location-notice {
        width: 100%;
        flex: auto;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 600;
        color: var(--secondary-darkest);
        background: var( --secondary-light);
        border: 1px solid var(--secondary-dark);
        border-radius: 28px;
        padding: 8px 12px;
        position: absolute;
        transform: translateY(-100%);
        text-align: center;
        right: 0;
        left: 0;
        margin: auto;
    }


    .pdb-search-form .pdb-inline-location-notice {
        top: -36px;
    }
  }

@media (min-width:1025px){
  .select2-selection__rendered {
      padding: 12px 20px !important;
      font-size: 16px;
  }
  button.search-button {
      border-radius: 99px;
      background-color: var(--primary-main);
      box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
      color: var(--secondary-main);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700 ;
      line-height: 150%;
      border: none;
      padding: 12px 20px;
      transition: all .300s ease;
      display: flex;
      gap: 12px;
      align-items: center;
  }

  .pdb-inline-location-notice {
      width: 80%;
      flex: auto;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 600;
      color: var(--secondary-darkest);
      background: var( --secondary-light);
      border: 1px solid var(--secondary-dark);
      border-radius: 28px;
      padding: 8px 12px;
      position: absolute;
      transform: translateY(100%);
      text-align: center;
      right: 0;
      left: 0;
      margin: auto;
  }


  .pdb-search-form .pdb-inline-location-notice {
      top: 56px;
  }
}




span.select2-selection.select2-selection--single {
    border: none;
    height: auto;
}

form.pdb-search-form {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat Alternates';
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent !important;
}

span.select2-dropdown {
    border-radius: 8px !important;
    border: 1px solid var(--secondary-dark) !important;
    background: white;
    padding: 12px;
    box-shadow: 0 1px 3px 0 rgb(25 25 28 / 8%), 0 1px 2px 0 hsl(240deg 6% 10% / 4%);
}

.select2-dropdown--above {
    top: -14px;
}

.select2-dropdown--below {
    top: 14px;
}

.select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pdb-root .select2-container--default .select2-selection--single .select2-selection__clear{
  display: none !important;
}

.pdb-root .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none !important;
}

.pdb-root .select2-container--default .select2-selection--single .select2-selection__arrow::after{
  content: "\F282";           
  font-family: "bootstrap-icons";
  font-size: 14px;
  line-height: 1;
  display: inline-block;         
  transition: transform .3s ease-out; 
  color: var(--neutrals-neutral);
}

.pdb-root .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    right: 20px;
}

.pdb-root .select2-container--open .select2-selection__arrow::after{
  transform: rotate(180deg);
  color:var(--secondary-darkest) !important;
}



button.search-button:hover {
    border-radius: var(--Radius-System-radius-full, 9999px);
    background-color: var(--primary-dark);
    background-image: radial-gradient(
        65.87% 100% at 50% 0%,
        var(--primary-main) 0%,
        var(--primary-dark) 100%
    );    
    box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
}

button.search-button:focus,button.search-button:focus-visible {
    border-radius: 9999px;
    background: var(--primary-dark);
    box-shadow: 0 0 0 4px rgba(189, 94, 243, 0.50), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
    outline: none;
}

.search-box {
    box-shadow: 0 4px 6px -2px rgba(12, 11, 11, 0.02), 0 12px 16px -4px rgba(12, 11, 11, 0.04);
}

.select2-container--default .select2-search--dropdown .select2-search__field,.input.select2-search__field {
    border: 2px solid var(--secondary-dark);
    padding: 4px 8px;
    color: var(--secondary-darkest);
    border-radius: 99px !important;
    font-size: 14px;
}

input.select2-search__field:focus-visible {
    outline: none;
    border-radius: var(--Radius-System-radius-full, 9999px);
    border: 2px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 0 0 4px rgba(168, 207, 211, 0.20), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
}

span.select2-selection.select2-selection--single:focus-visible {
    outline: none;
}

.select2-selection__rendered:focus-visible{
  border-radius: var(--Radius-System-radius-full, 9999px);
  border: 2px solid var(--Border-soft, #A8CFD3);
  background: var(--Background-white, #FFF);
  box-shadow: 0 0 0 4px rgba(168, 207, 211, 0.20), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: white;
    color: var(--secondary-darkest);
    border-radius: 99px;
    font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--secondary-dark);
    color: var(--secondary-darkest);
    border-radius: 99px;
    font-weight: 600;
    padding: 6px 12px;
}

.select2-results__option {
    color: var(--secondary-darkest);
    transition: all 300ms ease;
    font-size: 14px;
}

.select2-search--dropdown {
    display: block;
    padding: 4px 4px 16px 4px;
}

.pdb-search-form ::-webkit-scrollbar {
  width: 8px;      
  height: 8px;   
}

.pdb-search-form ::-webkit-scrollbar-track {
  background: white;
  border-radius: 999px;
  border:none !important
}

.pdb-search-form ::-webkit-scrollbar-thumb {
  background: var(--secondary-dark);
  border-radius: 999px;
  border: 2px solid white; 
}

.pdb-search-form ::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-dark);
}


li.select2-results__option.select2-results__message {
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 600;
}

@media (max-width: 1024px){

  form.pdb-search-form {
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
  }


  .pdb-search-form > span.select2-container{
    flex: 1 1 100%;
  }

  .pdb-search-form > button{
    width: 100%;
  }

  button.search-button {
    justify-content: center;
  }
}

@media (min-width: 1025px){

  button.search-button {
    justify-content: space-around;
  }

  form.pdb-search-form {
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .pdb-search-form > span.select2-container{ 
    min-width: 0; 
  }

  .pdb-search-form > span.select2-container:nth-of-type(1){ 
    flex: 2 1 0; 
  }
  .pdb-search-form > span.select2-container:nth-of-type(2){ 
    flex: 1 1 0; 
  }
  .pdb-search-form > span.select2-container:nth-of-type(3){ 
    flex: 1 1 0; 
  }

  .pdb-search-form > button{
    flex: 0 0 auto;
    width: auto !important;
    white-space: nowrap;
  }
}



.pdb-inline-location-notice.is-hidden {
  display: none;
}

.pdb-inline-location-notice--filters {
  margin-top: 8px;
}
