#cspml_listings_container svg.cspm_svg_white * {
  fill: #828282 !important;
}

.cspm_zoom_in_control {
  margin-bottom: 8px;
}

.gm-style-mtc > button {
  padding: 4px 16px !important;
  margin-left: 10px !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #5FBA57 !important;
  border-radius: 4px !important;
  font-family: 'Noto Sans' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  display: flex !important;
  align-items: center !important;
  letter-spacing: 0.02em !important;
  color: #FFFFFF !important;
}

.gm-style-mtc > button[aria-checked="true"] {
  background: #5FBA57 !important;
}

#search-panel-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#search-select-wrapper {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin-right: 3px;
  position: relative;
}
#search-select-wrapper select:first-child {
  margin-right: 3px;
}
#search-field-wrapper {
  position: relative;
  width: 100%;
  padding: 0 34px 0 48px !important;
  box-shadow: none !important;
  background: #FFFFFF;
}

#search-field-wrapper input {
  border: 0 !important;
  border-color: transparent !important;
  outline: none;
  width: 100%;
}
.autoComplete_wrapper {
  width: 100%;
}
.autoComplete_wrapper p {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
.autoComplete_wrapper ul {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 11px 8px;
}

.autocomplete-result {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.autocomplete-result img {
  width: 50px;
  height: auto;
  margin-right: 8px;
}

.autocomplete-result h3, .autocomplete-result span {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0.01em;
  color: #1F1F1F;
  margin: 0;
}

.autocomplete-result span {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #828282;
}
.autoComplete_wrapper > ul > li {
  border-bottom: 1px solid #1F1F1F;
  border-radius: 0 !important;
  margin: 0 !important;
}

#vraja-search {
  width: 14%;
}

form.cspml_filter_form div.cspml_fs_options_list {
  padding: 0 !important;
}


#vraja-search {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5FBA57;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  color: #fff !important;
  font-family: 'Noto Sans';
  font-size: 16px;
  height: 42px;
}

.selectize-input, .cspml_keyword, .cspml_submit_listings_filter {
  height: 42px;
}


.cspml_keyword {
  position: relative;
}
.custom-reset-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: flex;
  align-items: center;
}
.custom-search-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: flex;
  align-items: center;
  z-index: 111;
}

.cspml_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
div.cspml_item_holder {
  margin-bottom: 18px !important;
}
.cspml_thumb_container {
  width: 100px;
  margin-right: 16px;
}


#map-content .cspml_thumb_container {
  width: 100%;
  margin-right: 0;
}

.cspml_thumb_container img {
  width: 100%;
  height: auto;
}

.cspml_details_title {
  padding: 0 !important;
  line-height: 0 !important;
}
.cspml_details_container, .cspml_details_content {
  height: auto !important;
}

div.cspml_details_container  {
  padding: 0 !important;
  flex: 1;
}

div.cspml_details_title a {
  font-family: 'Noto Sans' !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #1F1F1F !important;
}

div.cspml_details_container div {
  font-size: 14px !important;
  line-height: 18px !important;
}

.list-item-categories {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #828282;
  font-weight: 400;
}

.cspml_details_content {
  color: #1f1f1f !important;
  font-weight: 400 !important;
}


.list-item-more {
  font-size: 12px;
  color: #828282 !important;
}


#count-results {
  font-family: 'Noto Sans';
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #1F1F1F;
  margin-bottom: 24px;
  margin-top: 6px;
}

#results-wrapper {
  max-height: 600px;
  overflow-y: auto;
  padding: 0 10px;
}
#results-wrapper::-webkit-scrollbar,  .autoComplete_wrapper > ul::-webkit-scrollbar {
  width: 5px;
}



#results-wrapper::-webkit-scrollbar-thumb, .autoComplete_wrapper > ul::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}


#search-map {
  width: 100%;
  height: 600px;
}


#map-content {
  width: 202px;
  height: auto;
}


#pavlin {
  display: flex;
  justify-content: center;
  align-items: center;
}

select {
  letter-spacing: 0.01em;
  color: #1F1F1F;
  outline: none;
  background: #fff;
  border: 0 !important;
}
select:first-child {
  border-radius: 5px 0px 0px 5px;
}
select option:not(:last-child) {
  border-bottom: 0.5px solid #DCDCDC;
}
select option:hover, select option:checked {
  background: #ECF2D3;

}

.loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255,255,255,.8);
  padding: 5px 0 0 0;
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.gm-ui-hover-effect {
  visibility: hidden;
}
.gm-style-iw.gm-style-iw-c {
  padding: 12px !important;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.map-item-buttons a {
  text-decoration: underline !important;
  font-family: 'Noto Sans';
  font-size: 14px;
}
.map-item-buttons a:last-child {
  line-height: 0;
}

.map-item-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#custom-zoom {
  position: absolute;
  top: 10px;
  left: 13px;
}

#custom-zoom div {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 3px;
  color: #828282;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 8px;
  transition: .2s;
}

#custom-zoom div:hover {
  background: #5FBA57;
}

#custom-zoom div img {
  width: 10px;
  height: 10px;
}

#custom-zoom div:hover img {
  fill: #fff !important;
}

i.coloured {
  font-style: normal;
  font-weight: 600;
  color: #5FBA57;
}
