@media (max-width:1024px) {

  .pdb-filters-head {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--secondary-darkest);
  }

  .filters-col-wrap {
    padding: 16px;
    border-radius: 22px;
    border: 1px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 1px 3px 0 var(--Alpha-Black-8, rgba(27, 25, 24, 0.08)), 0 1px 2px 0 var(--Alpha-Black-4, rgba(27, 25, 24, 0.04));
    width: 100%;
  }

  .pdb-filter-title a {
    color: var(--secondary-darkest);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: all 300ms ease-in-out;
  }

  .pdb-filter-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: var(--purple-strong);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .until-text {
    color: var(--secondary-darkest);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  
  .pdb-range-values {
      grid-template-columns: 1.3fr .4fr 1.3fr !important;
      display: grid;
      align-items: center;
      gap: 12px;
      justify-content: space-between;
  }
  .pdb-range-label input {
    width: 100%;
    padding: 8px 12px;
    border-radius: 99px;
    outline: none;
    font-size: 14px;
    border: 1.5px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
    text-align: center;
    color: var(--text-gray);
  }

  .pdb-clear-all {
    color: var(--secondary-darkest);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 999px;
    border: 1.5px solid var(--secondary-dark);
    background: #FFF;
    box-shadow: 0 1px 2px 0  rgba(12, 11, 11, 0.04);
    padding:8px 12px;
    width:fit-content;
    transition: all 300ms ease;
    gap: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

    .divider-filter.cut {
        display: none;
    }

}

@media (min-width:1025px) {

  .pdb-filters-head {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--secondary-darkest);
  }

  .filters-col-wrap {
    padding: 16px 20px;
    border-radius: 32px;
    border: 1px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 1px 3px 0 var(--Alpha-Black-8, rgba(27, 25, 24, 0.08)), 0 1px 2px 0 var(--Alpha-Black-4, rgba(27, 25, 24, 0.04));
  }
  
  .pdb-filter-title a {
    color: var(--secondary-darkest);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: all 300ms ease-in-out;
  }

  .pdb-filter-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: var(--purple-strong);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .until-text {
    color: var(--secondary-darkest);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }

  .pdb-range-values {
      display: grid;
      grid-template-columns: 1.3fr .3fr 1.3fr;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
  }
  .pdb-range-label input {
    width: 100%;
    padding: 12px;
    border-radius: 99px;
    outline: none;
    font-size: 16px;
    border: 1.5px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
    text-align: center;
    color: var(--text-gray);
  }

  .pdb-range-label input:focus {
    border: 1.5px solid var(--primary-main);
    background: white;
    box-shadow: 0 0 0 4px rgba(189, 94, 243, 0.50), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
  }
  .pdb-clear-all {
    color: var(--secondary-darkest);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 999px;
    border: 1.5px solid var(--secondary-dark);
    background: #FFF;
    box-shadow: 0 1px 2px 0  rgba(12, 11, 11, 0.04);
    padding:12px 20px;
    width:fit-content;
    transition: all 300ms ease;
    gap: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .pdb-card.pdb-card--clinic {
    transition:all 500ms ease;
  }


  .pdb-card.pdb-card--clinic:hover {
    background: var(--secondary-main);
  }

  .pdb-card.pdb-card--clinic:hover .pdb-clinic-title {
    text-decoration:underline;
    text-underline-position: under;
  }

  .divider-filter.cut {
      width: calc(100% + 40px);
      margin-left: -20px;
      background-color: var(--neutrals-lightest);
  }
}



.pdb-filters,
.pdb-filters * {
  box-sizing: border-box;
}

button:focus-visible {
    outline: none;
}

.pdb-filters {
  display: flex;
  flex-direction: column !important;
  width: 100%;
}

.pdb-filter-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position:relative;
}

.pdb-inline-location-notice.pdb-inline-location-notice--filters {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    margin: auto;
}


/*.pdb-filter-block {
  padding: 28px 0;
  border-bottom: 1px solid var(--secondary-dark);
}*/

.divider-filter {
    height: 1px;
    background-color: var(--secondary-dark);
    margin: 4px 0;
}






.pdb-filter-title a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-position: under;
}

.pdb-filter-range .pdb-range-ui {
  display: grid;
  gap: 16px;
}

.pdb-range-label span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
  opacity: .85;
}

.pdb-filter-procs .pdb-proc-search {
    width: 100%;
    padding: 8px 16px;
    border-radius: 99px;
    outline: none;
    font-size: 14px;
    border: 1.5px solid var(--secondary-dark);
    background: white;
    box-shadow: 0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
    text-align: left;
    color: var(--text-gray);
}


.pdb-filter-procs .pdb-proc-search:focus  {
  border: 1.5px solid var(--primary-main);
  background: white;
  box-shadow: 0 0 0 4px rgba(189, 94, 243, 0.50), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
}


.pdb-double-slider {
  width: 100%;
}

.pdb-slider-track {
  position: relative;
  height: 6px;
  background: rgba(0,0,0,.14);
  border-radius: 999px;
  cursor: pointer;
}

.pdb-slider-fill {
  position: absolute;
  top: 0;
  height: 8px;
  background: var(--neutrals-lightest);
  border-radius: 999px;
  left: 0;
  width: 0;
}

.pdb-thumb-label {
  display: none;
}

.pdb-thumb-min {
    transform: translate(0%, -50%);
}

.pdb-thumb-max {
    transform: translate(-100%, -50%);
}

.pdb-thumb {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--secondary-dark);
    background: var(--secondary-dark);
    cursor: grab !important;
    touch-action: none;
    outline: none;
    max-width: 16px !important;
    padding: 0;
}

button.pdb-thumb:hover {
    background-color: var(--secondary-dark);
}

.pdb-thumb:active {
  cursor: grabbing;
}

.pdb-thumb:focus {
  box-shadow: 0 0 0 4px rgba(0,0,0,.12);
}

.pdb-thumb-min { z-index: 3; }
.pdb-thumb-max { z-index: 4; }

.pdb-filters .pdb-field {
  margin-bottom: 10px;
}

.pdb-filters label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  opacity: .85;
}

.pdb-filters .select2-container {
  width: 100% !important;
}


/*.pdb-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 14px;
}

.pdb-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 6px;
}*/


.pdb-proc-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdb-proc-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdb-proc-item input[type="radio"] {
  margin: 0;
}

.pdb-proc-item label {
  margin: 0;
  font-size: 14px;
  opacity: 1;
}


.pdb-thumb-label{
  position:absolute;
  top: 26px;             
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255,255,255,.9);
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  pointer-events: none;
}



span.select2-selection__clear {
  display: none !important;
}
span.select2-selection__arrow {
  display: none !important;
}

.pdb-search-form .select2-container--default .select2-selection--single .select2-selection__arrow::after{
  content: "\F282";              /* chevron-down */
  font-family: "bootstrap-icons";
  font-size: 14px;
  line-height: 1;
  display: inline-block;         /* importante p/ transformar */
  transition: transform .2s ease; /* opcional */
}

/* Alinhamento da seta */
.pdb-search-form .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;                   /* ajuste se quiser */
  height: 100%;
}

.pdb-search-form .select2-container--open .select2-selection__arrow::after{
  transform: rotate(180deg);
}



.pdb-proc-list .pdb-proc-item{
  position: relative ;
  display: flex;
  align-items: center ;
  gap: 12px;
  cursor: pointer;
  user-select: none ;
  color: var(--primary-darker);
  font-weight: 500;
  line-height: 1.5em;
  font-size: 14px;
}


.pdb-proc-list .pdb-proc-item > input[type="radio"]{
  position: absolute;
  opacity: 0 ;
  pointer-events: none ;
  width: 1px;
  height: 1px ;
  margin: 0 ;
  left: 0 ;
  top: 0 ;
}

.pdb-proc-list .pdb-proc-item::before{
  content: "";
  width: 20px;
  height: 20px ;
  flex: 0 0 20px;
  background: #E0F0F1;
  border: 1px solid transparent ;
  border-radius: 4px ;
  filter: drop-shadow(0 1px 2px rgba(12, 11, 11, 0.04)) !important;
}

.pdb-proc-list .pdb-proc-item::after{
  content: "\F633"; 
  font-family: "bootstrap-icons";
  font-weight: 700;
  font-style: normal ;
  line-height: 1;
  position: absolute ;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #EEF6F6;
  opacity: 0;
}



.pdb-proc-list .pdb-proc-item:has(> input[type="radio"]:checked)::before{
  background: #84B7BE;
  border-color: transparent;
  filter: drop-shadow(0 1px 2px rgba(12, 11, 11, 0.04));
}

.pdb-proc-list .pdb-proc-item:has(> input[type="radio"]:checked)::after{
  opacity: 1 ;
}

.pdb-proc-list .pdb-proc-item:has(> input[type="radio"]:focus-visible)::before{
  background: #E0F0F1;
  border: 1px solid #A92FE9;
  filter:
    drop-shadow(0 1px 2px rgba(12, 11, 11, 0.04))
    drop-shadow(0 0 0 rgba(189, 94, 243, 0.50));
}


.pdb-proc-list .pdb-proc-item > span{
  display: inline-block;
}




button.pdb-proc-more {
    border: none;
    text-align: left;
    padding: 0;
    color: var(--secondary-darkest);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transition: all 300ms ease;
    width:fit-content;
}

.pdb-proc-more i.bi.bi-plus-lg {
    color: var(--primary-main);
    font-size: 16px;
}

.pdb-proc-more:hover i.bi.bi-plus-lg {
    color: var(--primary-darker);
}

button.pdb-proc-more:hover, button.pdb-proc-more:focus {
    background: transparent;
    color: var(--primary-darker);
}

.pdb-filter-actions {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}



.pdb-clear-all:hover {
  color: var(--purple-strong);
  border: 1.5px solid var(--secondary-dark);
  background: radial-gradient(65.87% 100% at 50% 0%, var(--secondary-main) 0%, var(--secondary-dark) 100%);
  box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
  width:fit-content;
}

.pdb-clear-all:focus,.pdb-clear-all:focus-visible {
  color: var(--purple-strong);
  border: 1.5px solid var(--secondary-dark);
  background: #FFF;
  box-shadow: 0 0 0 4px rgba(168, 207, 211, 0.20), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
  outline:none;
}

.pdb-apply {
  width: fit-content;
  padding:12px 40px;
}







/*teste*/


.pdb-root.filters-col-wrap .select2-container--default .select2-selection--single{
  position: relative;
}

.pdb-root.filters-col-wrap span.select2-selection__arrow{
  display: flex !important;         
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 100%;

  position: absolute;
  top: 0;
  right: 14px;
}

.pdb-root.filters-col-wrap span.select2-dropdown.select2-dropdown--below,
.pdb-root.filters-col-wrap span.select2-dropdown.select2-dropdown--above{
  border-radius: 8px;
  border: 1px solid var(--secondary-dark);
  background: #fff;
  padding: 12px;
  box-shadow: 0 1px 3px 0 rgb(25 25 28 / 8%), 0 1px 2px 0 hsl(240deg 6% 10% / 4%);
}



.pdb-root.filters-col-wrap .select2-results__option{
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--secondary-darkest);
  transition: all 200ms ease;
}

.pdb-root.filters-col-wrap .select2-results__option--selectable:hover{
  background: var(--secondary-main);
  color: var(--secondary-darkest);
  font-weight: 600;
}

.pdb-root.filters-col-wrap
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable{
  background: var(--secondary-main);
  color: var(--secondary-darkest);
  font-weight: 600;
}

.pdb-root.filters-col-wrap
.select2-container--default
.select2-results__option[aria-selected="true"]{
  background: var(--secondary-dark);
  color: var(--secondary-darkest);
  font-weight: 700;
}