#PTK-search-container-3-5 {
  gap: 0;
  /* Search Container */
  /* Search Form */
  /* Search Bar */
  /* Search Fields */
  /* Buttons */
  /* Popup Windows */
  /* Button Groups */
  /* Location Selectors */
  /* New styles for locationPopup */
  /* Additional Filters */
  /* Responsive Design */
  /* Select2 Customization */
  /* Marquee Effect for ID Search */
}
#PTK-search-container-3-5 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#PTK-search-container-3-5.search-container {
  width: 100%;
}
#PTK-search-container-3-5 .popup-searchbar-close-button {
  display: none !important;
}
#PTK-search-container-3-5 .search-form {
  background: #23408f;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
}
#PTK-search-container-3-5 .search-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
#PTK-search-container-3-5 .search-buttons {
  flex: 1;
  min-width: 200px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  display: flex;
  gap: 10px;
}
#PTK-search-container-3-5 .search-options {
  display: flex;
  gap: 8px;
  width: 100%;
  border-radius: 0 0;
  position: relative;
  margin-top: 0;
  justify-content: space-between;
}
#PTK-search-container-3-5 .search-options *:first-child {
  margin-right: auto;
}
#PTK-search-container-3-5 .search-options .search-option {
  flex: 1;
  padding: 8px;
  border: 1px solid #23408f;
  background: white;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #333;
  height: 28px;
  font-size: 11px;
  position: relative;
  top: 9px;
}
#PTK-search-container-3-5 .search-options .search-option i {
  font-size: 16px;
  color: #555;
}
#PTK-search-container-3-5 .search-options .search-option:hover {
  background: #3451a0;
  border-color: #23408f;
}
@media screen and (max-width: 991px) {
  #PTK-search-container-3-5 .search-options .search-option span {
    display: none;
  }
}
#PTK-search-container-3-5 .search-options .search-option.active {
  font-size: 14px;
  background: #23408f;
  color: white;
  border-color: #23408f;
  height: 37px;
  top: 0;
}
#PTK-search-container-3-5 .search-options .search-option.active i {
  color: white;
}
@media screen and (max-width: 991px) {
  #PTK-search-container-3-5 .search-options .search-option.active span {
    display: block;
  }
}
#PTK-search-container-3-5 .search-options .button-group, #PTK-search-container-3-5 .search-options .toggle-group {
  display: flex;
  gap: 0;
}
#PTK-search-container-3-5 .search-options .button-group .search-option, #PTK-search-container-3-5 .search-options .toggle-group .search-option {
  margin: 0 0 -1px -1px;
  border-radius: 0;
}
#PTK-search-container-3-5 .search-options .button-group .search-option:first-child, #PTK-search-container-3-5 .search-options .toggle-group .search-option:first-child {
  border-top-left-radius: 8px;
  margin-left: 0;
}
#PTK-search-container-3-5 .search-options .button-group .search-option:last-child, #PTK-search-container-3-5 .search-options .toggle-group .search-option:last-child {
  border-top-right-radius: 8px;
}
#PTK-search-container-3-5 .search-options .button-group .search-option.active, #PTK-search-container-3-5 .search-options .toggle-group .search-option.active {
  border-radius: 8px 8px 0 0;
}
#PTK-search-container-3-5 .search-field {
  flex: 1;
  min-width: 200px;
  position: relative;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
#PTK-search-container-3-5 .search-field.active {
  background: #FFBC00;
}
#PTK-search-container-3-5 .search-field.active .dropdown-arrow .arrow {
  transform: rotate(180deg);
}
#PTK-search-container-3-5 .search-field#search_bar_field_1 {
  flex-grow: 2;
}
#PTK-search-container-3-5 .search-field#search_bar_field_2 {
  flex-grow: 3;
}
#PTK-search-container-3-5 .search-field #location_search {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  align-content: start;
}
#PTK-search-container-3-5 .search-field .search_bar_field_line {
  display: inline-flex;
  align-items: center;
}
#PTK-search-container-3-5 .search-field .search_bar_field_line b {
  font-size: 11px;
  font-weight: bold;
  margin-right: 8px;
}
#PTK-search-container-3-5 .search-field .search_bar_field_line span {
  font-size: 20px;
  margin-left: 4px;
  margin-right: 8px;
}
#PTK-search-container-3-5 .search-field #search_bar_field_3_3 {
  font-size: 11px;
  font-weight: bold;
  gap: 4px;
}
#PTK-search-container-3-5 .search-field input[type=text] {
  width: 100%;
  border: none;
  background: transparent;
  padding: 4px 0;
  font-size: 14px;
}
#PTK-search-container-3-5 #search_bar_field_1_1 {
  font-weight: bold;
  margin-bottom: 4px;
}
#PTK-search-container-3-5 .bordered-panel {
  padding: 4px;
  padding-top: 15px;
  margin-top: 12px;
  margin-right: 15px;
  position: relative;
  /* border: 1px dashed #242424; */
  background: rgba(0, 0, 255, 0.03);
}
#PTK-search-container-3-5 .bordered-panel .title {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 2px;
  /* border: 1px dashed #242424;
  background: rgba(0, 0, 150, 0.08);*/
  font-size: 8px;
}
#PTK-search-container-3-5 .bordered-panel .property-tag {
  font-size: 11px !important;
}
#PTK-search-container-3-5 .field-line {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  flex-direction: column;
}
#PTK-search-container-3-5 .dropdown-arrow {
  position: absolute;
  right: 4px;
  bottom: -4px;
  transform: translateY(-50%);
  color: #555;
  font-size: 12px;
  transition: transform 0.7s ease;
}
#PTK-search-container-3-5 .search-btn, #PTK-search-container-3-5 .agent-btn, #PTK-search-container-3-5 .map-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
#PTK-search-container-3-5 .search-btn {
  background-color: #007bff;
  color: white;
}
#PTK-search-container-3-5 .agent-btn {
  background-color: #28a745;
  color: white;
}
#PTK-search-container-3-5 .map-btn {
  background-color: #6c757d;
  color: white;
}
#PTK-search-container-3-5 .absolute-wrapper {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}
#PTK-search-container-3-5 .popup-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}
#PTK-search-container-3-5 .popup-window {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  min-width: 300px;
  border-radius: 8px 8px 8px 8px;
  border: 4px #FFBC00 solid;
}
#PTK-search-container-3-5 .popup-window .popup-header {
  position: relative;
  width: 100%;
  height: 0px;
}
#PTK-search-container-3-5 .popup-window .popup-header .close-button {
  background: #fafafa;
  border: 1px #FFBC00 solid;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  font-size: 24px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
}
#PTK-search-container-3-5 .popup-window .popup-header .close-button svg {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
#PTK-search-container-3-5 .popup-window .popup-header .close-button svg line {
  transition: stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  stroke: #888;
}
#PTK-search-container-3-5 .popup-window .popup-header .close-button:hover svg {
  transform: scale(1.18);
}
#PTK-search-container-3-5 .popup-window .popup-header .close-button:hover svg line {
  stroke: #222;
}
#PTK-search-container-3-5 .popup-window .popup-footer {
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 24px;
  padding: 12px;
  border-top: 1px solid var(--orange);
  position: sticky;
}
#PTK-search-container-3-5 .popup-window .popup-footer .main-button {
  display: inline-flex;
  flex-display: row;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 0 12px;
}
#PTK-search-container-3-5 .popup-window .popup-footer .main-button * {
  display: block;
}
#PTK-search-container-3-5 .popup-window#dealTypePopup {
  width: 900px;
}
@media screen and (max-width: 1023px) {
  #PTK-search-container-3-5 .popup-window#dealTypePopup {
    width: 90%;
  }
}
#PTK-search-container-3-5 .popup-window#locationPopup {
  width: 90%;
}
#PTK-search-container-3-5 .popup-window#filtersPopup {
  width: 350px;
}
@media screen and (max-width: 400px) {
  #PTK-search-container-3-5 .popup-window#filtersPopup {
    width: 90%;
  }
}
#PTK-search-container-3-5 .popup-content {
  padding: 20px;
  padding-bottom: 190px;
}
#PTK-search-container-3-5 .popup-section {
  margin-bottom: 20px;
}
#PTK-search-container-3-5 .popup-section h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
#PTK-search-container-3-5 .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#PTK-search-container-3-5 .button-group button {
  padding: 8px 16px;
  margin: 4px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
#PTK-search-container-3-5 .button-group button i {
  font-size: 16px;
  color: #333;
  width: 20px;
  text-align: center;
}
#PTK-search-container-3-5 .button-group button:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
#PTK-search-container-3-5 .button-group button.active {
  background: #007bff;
  color: white;
  border-color: #0056b3;
}
#PTK-search-container-3-5 .button-group button.active i {
  color: white;
}
#PTK-search-container-3-5 .location-selectors {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-direction: column;
  min-width: 250px;
}
#PTK-search-container-3-5 .location-selectors .add-location-btn {
  margin-top: 10px;
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
#PTK-search-container-3-5 .location-selectors .add-location-btn:hover {
  background: #0056b3;
}
#PTK-search-container-3-5 .location-selectors .add-location-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#PTK-search-container-3-5 .location-selectors select {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#PTK-search-container-3-5 .location-header {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
}
#PTK-search-container-3-5 .location-header .location-search-wrapper {
  position: relative;
  width: 50%;
}
#PTK-search-container-3-5 .location-header .location-search-wrapper .clear-filter-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  background: none;
  border: none;
  width: 42px;
  color: #878787;
  display: inline-flex;
}
#PTK-search-container-3-5 .location-header .location-search-wrapper .clear-filter-btn:hover {
  color: #000000;
}
@media (max-width: 991px) {
  #PTK-search-container-3-5 .location-header .location-search-wrapper {
    width: 100%;
  }
}
#PTK-search-container-3-5 .location-header .button-area {
  position: relative;
  width: 49%;
  text-align: right;
  justify-content: end;
  display: flex;
  gap: 12px;
  flex-direction: row;
}
#PTK-search-container-3-5 .location-header .button-area button {
  font-size: 11px;
}
#PTK-search-container-3-5 .location-header .button-area .clear-button-btn {
  background: #fafafa;
  color: #23408f;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  display: none;
}
#PTK-search-container-3-5 .location-header .button-area .clear-button-btn.show {
  display: inline-flex;
}
#PTK-search-container-3-5 .location-header .button-area .clear-button-btn .fil0 {
  fill: #23408f;
}
#PTK-search-container-3-5 .location-header .button-area .clear-button-btn:hover {
  background: #23408f;
  color: white;
}
#PTK-search-container-3-5 .location-header .button-area .clear-button-btn:hover .fil0 {
  fill: white;
}
@media (max-width: 991px) {
  #PTK-search-container-3-5 .location-header .button-area .clear-button-btn .clear-button-title {
    display: none;
  }
}
#PTK-search-container-3-5 .location-header .button-area .close-save-button i {
  font-size: 18px;
  margin-left: 12px;
}
#PTK-search-container-3-5 #cityFilterInput {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
#PTK-search-container-3-5 .location-list-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#PTK-search-container-3-5 .location-section h3 {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#PTK-search-container-3-5 .cities-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container .favorite-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
  padding: 8px;
}
#PTK-search-container-3-5 .cities-container .all-cities {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container .all-cities .letter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
#PTK-search-container-3-5 .cities-container .all-cities .letter-group .letter-header {
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #23408f;
  border-radius: 0px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container .all-cities .letter-group .letter-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
#PTK-search-container-3-5 .cities-container #detailed_location {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container #detailed_location.detailed_region_mode .detailed_location_region {
  flex-direction: column;
  display: flex;
}
#PTK-search-container-3-5 .cities-container #detailed_location.detailed_region_mode .detailed_location_street {
  flex-direction: column;
  display: none;
}
#PTK-search-container-3-5 .cities-container #detailed_location.detailed_street_mode .detailed_location_region {
  flex-direction: column;
  display: none;
}
#PTK-search-container-3-5 .cities-container #detailed_location.detailed_street_mode .detailed_location_street {
  flex-direction: column;
  display: flex;
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch {
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.8);
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch .switch-container {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch .switch-container .switch-button {
  padding: 8px 16px;
  border: none;
  background: white;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #333;
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch .switch-container .switch-button .total-streets {
  font-weight: bold;
  margin-left: 24px;
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch .switch-container .switch-button:hover {
  background: #f5f5f5;
}
#PTK-search-container-3-5 .cities-container #detailed_location .detailed_location_switch .switch-container .switch-button.active {
  background: #23408f;
  color: white;
}
#PTK-search-container-3-5 .cities-container #detailed_location .city-group {
  display: flex;
  flex-direction: column;
}
#PTK-search-container-3-5 .cities-container #detailed_location .city-group .region-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
#PTK-search-container-3-5 .cities-container #detailed_location .city-group .region-group .region-header {
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #23408f;
  border-radius: 0px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container #detailed_location .city-group .region-group .region-districts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
#PTK-search-container-3-5 .cities-container .detailed_location_street {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container .detailed_location_street .street-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
#PTK-search-container-3-5 .cities-container .detailed_location_street .street-group .street-header {
  background-color: #fafafa;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #23408f;
  border-radius: 0px;
  width: 100%;
}
#PTK-search-container-3-5 .cities-container .detailed_location_street .street-group .street-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
#PTK-search-container-3-5 .location-list-sections.has-selection {
  flex-direction: row;
  align-items: flex-start;
}
#PTK-search-container-3-5 .location-list-sections.has-selection .cities-container {
  flex-direction: row;
  width: 100%;
}
#PTK-search-container-3-5 .location-list-sections.has-selection .cities-container .favorite-cities {
  display: none;
}
#PTK-search-container-3-5 .location-list-sections.has-selection .cities-container .all-cities {
  width: 212px;
  flex-shrink: 0;
}
#PTK-search-container-3-5 .location-list-sections.has-selection .cities-container #detailed_location {
  flex: 1;
  margin-left: 16px;
  display: block;
}
#PTK-search-container-3-5 .location-list-sections.has-selection .city-list,
#PTK-search-container-3-5 .location-list-sections.has-selection .detailed_location {
  overflow-y: scroll !important;
  /* Optional: always show scrollbar, even if not needed */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f8f9fa;
}
@media (max-width: 991px) {
  #PTK-search-container-3-5 .location-list-sections.has-selection .city-list {
    display: none;
  }
}
#PTK-search-container-3-5 .location-list-sections:not(.has-selection) #detailed_location {
  display: none;
}
#PTK-search-container-3-5 .city-item, #PTK-search-container-3-5 .region-item, #PTK-search-container-3-5 .street-item {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
#PTK-search-container-3-5 .city-item:hover, #PTK-search-container-3-5 .region-item:hover, #PTK-search-container-3-5 .street-item:hover {
  background-color: #e2e6ea;
  border-color: #c6cace;
}
#PTK-search-container-3-5 .city-item.selected, #PTK-search-container-3-5 .region-item.selected, #PTK-search-container-3-5 .street-item.selected {
  background-color: #23408f;
  color: white;
  border-color: #23408f;
}
#PTK-search-container-3-5 .city-item.selected strong, #PTK-search-container-3-5 .region-item.selected strong, #PTK-search-container-3-5 .street-item.selected strong {
  color: white;
}
#PTK-search-container-3-5 .city-item.favorite, #PTK-search-container-3-5 .region-item.favorite, #PTK-search-container-3-5 .street-item.favorite {
  background-color: #fff;
  border-color: #23408f;
}
#PTK-search-container-3-5 .city-item.favorite.selected, #PTK-search-container-3-5 .region-item.favorite.selected, #PTK-search-container-3-5 .street-item.favorite.selected {
  background-color: #23408f;
  color: white;
  border-color: #23408f;
}
#PTK-search-container-3-5 .city-item.favorite.selected strong, #PTK-search-container-3-5 .region-item.favorite.selected strong, #PTK-search-container-3-5 .street-item.favorite.selected strong {
  color: white;
}
@media (min-width: 769px) {
  #PTK-search-container-3-5 #locationPopup .popup-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #PTK-search-container-3-5 #locationPopup .location-list-sections {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  #PTK-search-container-3-5 #locationPopup .location-section {
    flex: 1;
    min-width: 250px;
  }
}
#PTK-search-container-3-5 .optionSearch {
  margin-bottom: 15px;
}
#PTK-search-container-3-5 .optionSearch label {
  display: block;
  margin-bottom: 5px;
  color: #444;
}
#PTK-search-container-3-5 .optionSearch input[type=text] {
  width: 100px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#PTK-search-container-3-5 .optionSearch select {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#PTK-search-container-3-5 .fotoCheck {
  margin: 15px 0;
}
#PTK-search-container-3-5 .fotoCheck label {
  margin-left: 5px;
  color: #555;
}
@media (max-width: 768px) {
  #PTK-search-container-3-5 .search-bar {
    flex-direction: column;
  }
  #PTK-search-container-3-5 .search-field {
    width: 100%;
  }
  #PTK-search-container-3-5 .search-buttons {
    flex-direction: column;
  }
  #PTK-search-container-3-5 .popup-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
  }
  #PTK-search-container-3-5 .location-selectors {
    flex-direction: column;
  }
}
#PTK-search-container-3-5 .select2-container {
  width: 100% !important;
}
#PTK-search-container-3-5 .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#PTK-search-container-3-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
#PTK-search-container-3-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#PTK-search-container-3-5 #search_by_id_etc::placeholder {
  animation: marquee 15s linear infinite;
  white-space: nowrap;
}
#PTK-search-container-3-5 .select2 *, #PTK-search-container-3-5 .select2-results__option {
  font-size: 16px !important;
}
#PTK-search-container-3-5 .select2-container .select2-selection--single .select2-selection__clear {
  font-size: 16px !important;
}
#PTK-search-container-3-5 .select2-container .select2-selection--multiple .select2-selection__clear {
  font-size: 16px !important;
}
#PTK-search-container-3-5 .select2-container .select2-search--inline .select2-search__field {
  font-size: 16px !important;
}
#PTK-search-container-3-5 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px !important;
}
#PTK-search-container-3-5 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px;
}
#PTK-search-container-3-5 .location-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
  min-height: 24px;
  width: 100%;
}
#PTK-search-container-3-5 .location-tags-container .location-placeholder {
  color: #999;
  font-size: 14px;
}
#PTK-search-container-3-5 .location-tags-container .location-tag {
  display: inline-flex;
  align-items: center;
  background: #e9ecef;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  color: #333;
  gap: 4px;
}
#PTK-search-container-3-5 .location-tags-container .location-tag:hover {
  background: #23408f;
  color: white;
}
#PTK-search-container-3-5 .location-tags-container .location-tag:hover .close-tag {
  color: white;
}
#PTK-search-container-3-5 .location-tags-container .location-tag .close-tag {
  cursor: pointer;
  color: #444;
  font-size: 18px;
  padding: 2px;
  line-height: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#PTK-search-container-3-5 .location-tags-container .location-tag .close-tag:hover {
  color: var(--orange);
  font-size: 22px;
}
#PTK-search-container-3-5 .property-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
  min-height: 24px;
  width: 100%;
}
#PTK-search-container-3-5 .property-tags-container .property-placeholder {
  color: #999;
  font-size: 14px;
}
#PTK-search-container-3-5 .property-tags-container .property-tag {
  display: inline-flex;
  align-items: center;
  background: #e9ecef;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  color: #333;
  gap: 4px;
}
#PTK-search-container-3-5 .property-tags-container .property-tag:hover {
  background: #23408f;
  color: white;
}
#PTK-search-container-3-5 .property-tags-container .property-tag:hover .close-tag {
  color: white;
}
#PTK-search-container-3-5 .property-tags-container .property-tag .close-tag {
  cursor: pointer;
  color: #444;
  font-size: 18px;
  padding: 2px;
  line-height: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#PTK-search-container-3-5 .property-tags-container .property-tag .close-tag:hover {
  font-size: 22px;
  color: var(--orange);
}
#PTK-search-container-3-5 .main-button {
  background: var(--orange);
  border: 0;
  box-sizing: border-box;
  height: 40px;
  margin-top: 0px;
  cursor: pointer;
}
#PTK-search-container-3-5 .main-button.SazieboAgenti {
  margin-bottom: 0px;
  background: none;
  display: inline-flex;
  justify-items: center;
  justify-content: space-between;
  background: var(--orange);
  padding: 8px;
  box-sizing: border-box;
}
#PTK-search-container-3-5 .main-button.SazieboAgenti * {
  display: block;
  color: white;
}
#PTK-search-container-3-5 .main-button.SazieboAgenti svg g.container path {
  fill: var(--orange);
}
#PTK-search-container-3-5 .main-button.SazieboAgenti svg g.container g.bg path {
  fill: white;
  stroke: white;
  stroke-width: 4px;
}
#PTK-search-container-3-5 .main-button.SazieboAgenti a {
  color: black;
}
#PTK-search-container-3-5 .main-button.SazieboAgenti a:hover, #PTK-search-container-3-5 .main-button.SazieboAgenti a:visited {
  text-decoration: none;
}
#PTK-search-container-3-5 .main-button.searchAimCurrentLocation {
  background: none;
  padding: 0;
}
#PTK-search-container-3-5 .main-button.searchAimCurrentLocation path, #PTK-search-container-3-5 .main-button.searchAimCurrentLocation circle {
  fill: #F0BC00 !important;
  stroke: #181B1F;
  stroke-width: 4px;
}
#PTK-search-container-3-5 .main-button.searchAimCurrentLocation .bg path, #PTK-search-container-3-5 .main-button.searchAimCurrentLocation .bg circle {
  stroke: white;
  stroke-width: 16px;
}
#PTK-search-container-3-5 .additional_filter_rooms {
  display: none;
}
#PTK-search-container-3-5.popup-search-block {
  position: relative;
  top: 10px;
  left: 0px;
  z-index: 10000;
  transition: 0.5s ease-in-out;
}
#PTK-search-container-3-5.popup-search-block .popup-searchbar-close-button {
  display: flex !important;
}
#PTK-search-container-3-5.popup-search-block::before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #000;
  opacity: 0.75;
  transition: 0.5s ease-in-out;
  content: "";
}
#PTK-search-container-3-5.popup-search-block #search_bar_field_1_2 {
  background: none;
}
#PTK-search-container-3-5.popup-search-block #search_bar_field_2, #PTK-search-container-3-5.popup-search-block #search_bar_field_3 {
  max-height: 80vh;
  overflow: auto;
}
#PTK-search-container-3-5.popup-search-block #search_bar_field_1 {
  max-height: 80vh;
  overflow: auto;
}
#PTK-search-container-3-5.popup-search-block #search_bar_field_1 .scrollable-group {
  max-height: calc(100% - 32px);
  overflow: auto;
}
#PTK-search-container-3-5.popup-search-block.subpopup-active #search_bar_field_1 .scrollable-group {
  max-height: calc(20vh - 24px);
  overflow: auto;
}
#PTK-search-container-3-5.popup-search-block.subpopup-active #search_bar_field_1 .scrollable-group #search_bar_field_1_2 {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 100;
}
#PTK-search-container-3-5.popup-search-block.subpopup-active #search_bar_field_1.active #search_bar_field_1_2 {
  background: #FFBC00 !important;
}
#PTK-search-container-3-5.popup-search-block.subpopup-active #search_bar_field_2 .location-tags-container {
  height: 100%;
  max-height: 20vh;
  overflow: auto;
}

.topLineRight {
  margin-top: 0px !important;
}

body.no-scroll {
  overflow: hidden !important;
}

.ico-mode-thumbnails {
  display: inline-block;
  background: url(/img/s1.png?v=4.0) no-repeat -1662px 0px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

a:hover .ico-mode-thumbnails {
  background-position: -1646px 0;
}

.with-mode-3_5 {
  width: 100% !important;
}

.searchpage_3_5 {
  display: flex;
  gap: 8px;
}
.searchpage_3_5 .boxRight h2 {
  height: 37px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-align: center;
  margin: 10px 0 5px 0 !important;
  background: #23408f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchpage_3_5 .rightSite {
  padding: 0 !important;
}
.searchpage_3_5 .rightSite .topLineRightNew {
  float: none;
  border: none;
}
@media (min-width: 980px) {
  .searchpage_3_5 {
    flex-direction: row-reverse;
  }
  .searchpage_3_5 .b-line {
    float: none;
    text-align: center;
  }
  .searchpage_3_5 .recommended {
    width: 740px;
  }
  .searchpage_3_5 .recommended .boxFilter {
    float: none;
    width: 100%;
    background-color: #e0e9f4;
    margin-top: -10px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }
  .searchpage_3_5 .recommended .boxProdFilter {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    float: none;
  }
  .searchpage_3_5 .recommended .boxProdFilter .div.infoFilter {
    width: 388px;
  }
}
.leaflet-popup-content .boxImgAds .boxImgAds2 {
  width: 100% !important;
}
.leaflet-popup-content .boxImgAds .boxImgAds2 img {
  width: 100% !important;
}

/*# sourceMappingURL=PTK-search-form.css.map */
