.thr-sv-half-half {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin: 22px auto 0;
  align-items: flex-start;
}
.thr-sv-fil-conta {
  padding-top: 10px;
  position: sticky;
  top: 80px;
  z-index: 1000;
  background-color: #fcfbf5;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.4s;
}
#brx-header.slide-up + #brx-content .thr-sv-fil-conta {
  top: 0px;
}
.thr-sv-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  width: 50%;
  /* height: 100vh; */
  /* overflow: auto; */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.thr-sv-cont::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.thr-sv-cont {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.thr-search-view  .thr-sv-available {
  display: flex;
  height: 30px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FFF;
  color: #000;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index:1;
}
.thr-sv-half-half .thr-sv-map {
 width: 50%;
}
.thr-sv-half-half #map {
  width: 100%;
  max-height: calc(100vh - 150px);
  height: 100vh
}
@media (max-width: 767px) {
	.thr-sv-half-half #map {
    aspect-ratio: 1/1;
    width: 100%;
    max-height: 100%;
    height: 100%
  }
}
.thr-search-view .fu-default-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(241, 241, 236, .5);
  width: 100%;
  aspect-ratio: 1 / 1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-height:     350px;
}
@media (max-width: 767px){
  .thr-search-view .fu-default-image {
  aspect-ratio: 390 / 200
}
}
.thr-search-view {
  position: relative;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .thr-search-view {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thr-sv-cont, .thr-sv-half-half .thr-sv-map {
    width: 100%;
  }
  .thr-sv-half-half {
    flex-direction: column-reverse;
  }
}
.thr-sv-title {
  line-height: 1;
}
.thr-search-view .splideUnits img {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-height: 350px;
    width: 100%;
    pointer-events: none;
}
@media (max-width: 767px){
  .thr-search-view .splideUnits img  {
  aspect-ratio: 390 / 200
}
}
.thr-search-view .thr-sv-bottom {
  color: #173F35;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #F1F1EC;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  height: 100%;
}
.thr-sv-cont .opacity-50 {
  opacity: .5;
}
.thrive-marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
}

.thr-sv-map {
  position: sticky;
  top: 150px;
}
@media( max-width: 767px) {
  .thr-sv-map {
    position: relative;
    top: 0;
  }
}
/** for the community cards module */
/* .brxe-code .thr-search-view {
  width: 100%; 
} */

#thr-whole-sv .cm-filters {
  display: flex;
  gap: 20px;
}
#thr-whole-sv .cm-filters .cm-fil {
  display: flex;
  flex-direction: column;
}
#thr-whole-sv .cm-filters .cm-fil label {
  color: #173F35; 
}
#thr-whole-sv .cm-filters .cm-fil select {
  border: 1.5px solid #173F35;
  border-radius: 6px;
  padding: 5px 40px 5px 12px;
  background-image: none;
  line-height: 1;
  min-height: 34px;;
}
#thr-whole-sv .thr-select {
  position: relative;
}
#thr-whole-sv .thr-select .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
#thr-whole-sv .clear-options{
  padding: 7px 8px;
  margin-bottom:0 !important;
  opacity: 0.5; 
  cursor: pointer;
  display:none; 
}
#thr-whole-sv .clear-options:hover{
  opacity: 1;
}
#thr-whole-sv .clear-options-container{
  align-self: flex-end;
}
#thr-whole-sv .cm-type{
  margin-top: 21px;
  display: inline-flex;
  border-bottom: 1px solid rgba(23, 63, 53, .5);
  margin-bottom: 10px;
}
#thr-whole-sv .cm-type .cm-typ{
  padding: 9px 16px 9px;
  cursor: pointer;
  color: rgba(23, 63, 53, .5);
  font-weight: 400;
  border-bottom: 3px solid transparent;
}
#thr-whole-sv .cm-type .cm-typ:hover {
  color: #173F35;
}
#thr-whole-sv .cm-type .cm-typ span {
  line-height: 1;
}
#thr-whole-sv .cm-type .cm-typ.active{
  border-bottom: 3px solid #173F35;
  color: #173F35;
}
#thr-whole-sv .map-view .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  margin-top: 2px;
  height: 16px;
}
.thr-sv-half-half #thr-sv-list{
  transition: .3s all ease;
}
.thr-sv-half-half.list-view #thr-sv-list {
  width: 100%;
}
.thr-sv-half-half.list-view #thr-sv-list .thr-search-view{
 width: calc(25% - 15px);
}
.thr-sv-half-half.list-view .thr-sv-map {
width: 0%;
overflow: hidden;
}
#thr-whole-sv {
  width: 100%;
}
#thr-whole-sv .thr-sv-avail span {
  opacity: 1!important;;
}
#thr-whole-sv .thr-sv-avail span, #thr-whole-sv .thr-sv-avail {
  color:#173F35 !important;
}
#thr-whole-sv .thr-sv-avail {
  opacity: 0.5 !important;
}

#thr-whole-sv .splide__pagination .splide__pagination__page {
  background-color: #FCFBF5;
  opacity: .5;
  height: 6px;
  width: 6px;
  margin: 3px;
}
#thr-whole-sv .splide__pagination .splide__pagination__page.is-active {
    background-color: #FCFBF5;
    opacity: 1;
    z-index: 1;
}
#thr-whole-sv .cm-fil.map-view {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  align-self: flex-end;
  justify-content: flex-end;
}
#thr-whole-sv .cm-fil.map-view span.thr-mv-text {
  color: #173F35;
  line-height: 1;
}
/* Hide default HTML checkbox */
#thr-whole-sv .map-view .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
#thr-whole-sv .map-view .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1F1EC;
  -webkit-transition: .4s;
  transition: .4s;
}

#thr-whole-sv .map-view .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: rgba(23, 63, 53, 0.5);
  -webkit-transition: .4s;
  transition: .4s;
}

#thr-whole-sv .map-view input:checked + .slider {
  background-color: #173F35;
}

#thr-whole-sv .map-view input:focus + .slider {
  box-shadow: 0 0 1px #173F35;
}

#thr-whole-sv .map-view input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  background-color: #FCFBF5;
}

/* Rounded sliders */
#thr-whole-sv .map-view .slider.round {
  border-radius: 34px;
}

#thr-whole-sv .map-view .slider.round:before {
  border-radius: 50%;
}

.cm-filters-button {
  display:inline-flex;
  align-content: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 14px;
  border: 1.5px solid #173F35;
  border-radius: 4px;
  color:#173F35;
  cursor: pointer;
}
.cm-filters-button:hover {
  opacity: .5;
}
.cm-filters-button .icon, .cm-filters-button .icon svg{
  line-height: 0;
}
.thr-drawer-content .cm-filters{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
 .cm-fil .cm-search {
  border: 1.5px solid #FF6A39;
  border-radius: 4px;
  background-color: #FF6A39;
  padding: 5px 16px;
  color: #fff;
  cursor: pointer;
}
#thr-whole-sv .cm-fil .cm-search {
  display: none;
}
 .cm-fil .cm-search:hover {
  opacity: .5;
}
.thr-drawer-content .clear-options-container{
  align-self: flex-start;
}
.thr-drawer-content .cm-fil.clear-options-container{
  display: flex;
  flex-direction: row !important;
  gap: 24px;
  align-items: center;
  align-self: flex-start !important;
}
.thr-drawer-content .cm-fil.map-view {
  align-self: flex-start !important;
  justify-content: flex-start !important;
}
.cm-filters-button {
  display: none;
}
.thr-sv-not-found {
  text-align: center;
  width: 100%;
  padding: 25px;
}
.thr-sv-not-found .clear-options {
  display: inline-block !important;
}
@media(max-width: 1024px){
  .cm-filters-button, #thr-whole-sv .cm-fil .cm-search {
    display: inline-flex;
  }
  #thr-whole-sv #thr-sv-cont .cm-filters .cm-fil {
    display: none;
  }
  #thr-whole-sv #thr-sv-cont .cm-filters .cm-fil.map-view {
    display: inline-flex;
  }
  
}

@media(max-width: 1024px) {
  .thr-sv-half-half.list-view #thr-sv-list .thr-search-view {
      width: calc(50% - 10px);
  }
}
@media(max-width: 767px) {
  .thr-sv-half-half.list-view #thr-sv-list .thr-search-view {
      width: 100%;
  }
}

.thr-search-view:hover {
  outline: 2px solid #FF6A39;
  border-radius: 6px;
}


.thr-comm-spec {
  display: flex;
  padding: 5px 5%;
  line-height: 1.2;
  font-family: var(--sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background-color: #FF6A39;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.thr-sv-button {
  position: flex;
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.thr-comm-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.thr-search-view .thr-sv-bottom {
  position: relative;
}


#brxe-emidti .bricks-button[class*="fill"] {
  border: 1px solid var(--bricks-color-zoveah);
  border-radius: 6px;
  color: #fff;
  background-color: var(--bricks-color-zoveah);
  line-height: 1;
  letter-spacing: 0px
}