.wave-pro-grid-container{
    display: grid;
    grid-template-columns: 100%;
    gap:25px;
}
.wave-pro-flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
}
.input-default-style input,
.input-default-style select,
.dropdown-toggle{
    height:50px;
    border-radius: 10px;
}
.dropdown-menu input{
    height:auto;
    border-radius: 0;
}
.wave-dropdown-wrapper {
    width:200px;
}
.jobsearch-input,
.job-search-select{
    height:50px;
    border-radius: 5px;
    background:transparent;
    border:1px solid #7e7e7e;
    padding:5px;
}
.submit{
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.checkbox-dropdown {
    width:100%;
    position: relative;
    display: inline-block;
}

.checkbox-dropdown .dropdown-toggle {
    width:100%;
    padding: 8px 12px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
}

.checkbox-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}
.wave-salary-range-slider {
    width: 100%;
    margin-top: 10px;
}
.checkbox-dropdown .dropdown-menu.show {
    display: block;
    max-height: 200px;
    width:250px;
    overflow-y: auto; 
}

.checkbox-dropdown .dropdown-menu li {
    padding: 8px 12px;
}

.checkbox-dropdown .dropdown-menu li label {
    display: block;
}

.checkbox-dropdown .dropdown-menu li input[type="checkbox"] {
    margin-right: 5px;
}
.filter-selections,
.distance-selector-wrapper{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.filter-selection,
.distance-radius-toggle span{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 1px 25px;
    border: 1px solid;
    border-radius: 100px;
    cursor:pointer;
    transition:.7s all ease-in-out;
}
.wave-travel-means{
    height: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: capitalize;
    width:100px;
    height:100px;
    background:#7e7e7e;
}
.filter-close{
    cursor:pointer;
    display:flex;
    align-items:center;
    font-weight:400;
}
.filter-selection.red{
    background:rgba(255, 0, 0, 0.671);
    color:#fff;
}
.selected-trave-mean{
    background:#00800099;
}
.radius-distance-meter,
.avanced-hidden{
    display: none;
}
.distance-radius-toggle{
    display: flex;
    gap:15px;
    margin-top: 5px;
}
.distance-radius-toggle span{
    font-size: 12px;
}
.trigger-active{
    background:#00800099;
    color:#fff;
}
.distance-input-wrap{
    display: flex;
    flex-direction: column;
}
.distance-input-wrap label{
    display: flex;
    justify-content: space-between;
}
.aprox-travel{
    font-size: 10px;
}
.wave-search-field-wrap{
    width:100%;
}
.wave-search-field-wrap input{
    height:50px;
    width:100%;
}
#spinner{
    text-align: center;
    width: 100%;
    position:absolute;
}
#spinner img{
    max-width: 50px;
}
.wave-range {
  position: relative;
  height: 50px;
  width:300px;
}

.wave-range input[type=range] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 2px;
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(grey, grey) no-repeat center;
  background-size: 100% 2px;
  pointer-events: none;
}

.wave-range input[type=range]:active,
.wave-range input[type=range]:focus {
  outline: none;
}

.wave-range input[type=range]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}

.wave-range input[type=range]::-webkit-slider-thumb::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}

#small::-webkit-slider-thumb::before {
  background-color: red;
}
#high{
    background:transparent;
}
#high::-webkit-slider-thumb::before {
  background-color: grey;
}
.value-container{
    display: flex;
    justify-content: space-between;
}
#smallValue,
#highValue {
  font-size: 12px;
}

#smallValue {
  left: 0;
}

#highValue {
  right: 0;
}
