.job-label-header {
  font-size:20px;
  font-weight:bold;
}

.job-filter-by.selectize-control > .selectize-input {
  padding:0px !important;
  border:0px;
}

.job-filter-by.selectize-control > .selectize-input > .item {
  font-weight:bold;
  color:slategray;
}

.filter-container-column, .job-filter-by {
    width:150px;
    margin-right:30px;
}
.job-filter-by-search-container {
  width: 100%;
}

.job-filter-by-search-container .job-filter-by-search, .mob-job-filter-by-search-container .job-filter-by-search{
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0px 10px;
}

.mob-job-filter-by-search-container {
  display: none;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .job-filter-by-search-container {
    display: none;
  }

  .mob-job-filter-by-search-container {
    display: block;
  }
}

.rf-remote-type-status {
  color: #666;
  font-size: 12px;
  background: #e5e5e5;
  line-height: 24px;
  padding: 4px;
  position: relative;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  margin-left: 15px;
  display:inline;
  white-space:nowrap;
  vertical-align: top;
}

.rf-remote-type-status:after, .rf-remote-type-status:before {
  content: "";
  display: block;
  position: absolute
}


.rf-remote-type-status:before {
  left: -1em;
  top: 50%;
  margin-top: -1em;
  height: 0;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 1em solid #e5e5e5;
  z-index: 100
}

.rf-remote-type-status:after {
  left: -0.4em;
  top: 50%;
  margin-top: -0.2em;
  width: 0.4em;
  height: 0.4em;
  background: #fff;
  z-index: 200;
  border-radius: 0.2em;
}

/*
@media screen and (max-width: 768px) {

  .filter-container-column, .job-filter-by {
    width:180px;
    margin-right:30px;
  }

}
*/
.wrapper {
  position: relative;
  margin: 0 0;
}

.text-container {
  line-height: 1.75rem;
  max-height: 69px;
  overflow: hidden;
  padding: 0px 0px 15px 0px;
}

.text-container.show {
  max-height: 2000px;
}

.gradient::before {
  content: "";
  height: 85px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 70%);
}

.show.gradient::before {
  height: 50px;
}

.show-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  bottom: 0;
  padding: 0px 0px;
}