/* .geo-btn {
  flex: none;
  position: absolute;
  right: 0;
  padding: 6px 16px!important;
} */
.w-100 {
  width: 100%;
}
.near-jobs.brxe-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: var(--bricks-color-xkecer);
  text-align: center;
  align-items: flex-start;
  position: relative;
}
.near-jobs .brxe-post-title {
  font-size: var(--hzm-md);
  color: var(--bricks-color-efexyu);
  text-align: left;
  margin-bottom: 10px;
}
.near-jobs .brxe-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.near-jobs .brxe-social-icons li.has-link a, .near-jobs .brxe-social-icons li.no-link {
  color: var(--bricks-color-odthol);
  font-family: "Montreal";
  font-weight: 300;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 15px;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.near-jobs .brxe-social-icons .repeater-item:nth-child(1) .icon {
  color: var(--bricks-color-efexyu);
}

.job-search-box {
  display: inline-flex;
  min-width: 300px;
}

.job-search-box button {
  white-space: nowrap;
  border-radius: 0 5px 5px 0;
}
.job-search-container {
  position: relative;
}
.tagify {
  min-width: 100%;
}
.tagify span{
	color: #000;
}
.tagify__input:focus {
	outline: 0!important;
}
.tagify__tag {
	margin-inline: 16px 0;
}
.dropdown {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  width: 100%;
}

.dropdown-item a {
  font-size: 16px;
  color: #000;
}

.hidden, #loader {
  display: none;
}

#job-results-dropdown {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 999;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% + 135px);
  box-sizing: border-box;
  list-style: none;
  padding: 4px 16px;
  margin-top: 0;
}

#job-results-dropdown .job-item {
  padding: 8px 12px;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.fa-spin {
  position: absolute;
  top: 12px;
  right: 10px;
}
.dropdown-item.no-results {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

#job-search-home-input {
  color: #000;
  text-align: left;
}
#search-jobs {
  padding: 0 50px;
}
#job-res-dropdown.dropdown {
  padding: 4px 16px;
  margin: auto;
  color: #000;
  text-align: left;
  list-style: none;
}