 .MainPanelHeaderJobSeeker.MainPanelHeader {
   justify-content: normal;
   line-height: 25px;
 }
 
 .switch.medium{
   height: 19px;
   top: 3px;
 }
.MainPanelHeaderJobSeeker.MainPanelHeader b{
   margin-inline-start: 10px;
 }
  .jobseekersStatus{
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
  }
  .jobseekersStatus .jobseekersStatusTitle{
    font-weight:bold;
  }
  .jobseekersStatusInfo .infoIcon{
    background: url(/media/icons/information.png) no-repeat center center;
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    border-color: transparent;
    line-height: 30px;
    cursor: pointer;
    background-position-x: 1px;
    padding: 0 !important;
    display: block;
    box-sizing: border-box;
  }
  .jobseekersDetails{
    font-size:14px;
  }
  .jobseekersInfo .jobseekersPhone,
  .jobseekersInfo .jobseekersEmail,
  .jobseekersInfo .jobseekersSalaryExpectations{
    padding:10px;
    padding-inline-start:35px;
    position:relative;
  }
  .jobseekersInfo .jobseekersPhone:before,
  .jobseekersInfo .jobseekersEmail:before,
  .jobseekersInfo .jobseekersSalaryExpectations:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 20px !important;
    background-repeat: no-repeat !important;
  }
  .jobseekersInfo .jobseekersPhone:before{
    background: url(/media/icons/cellphone.png) no-repeat center center;
  }
  .jobseekersInfo .jobseekersEmail:before{
    background: url(/media/icons/mail.png) no-repeat center center;
  }
  .jobseekersInfo .jobseekersSalaryExpectations:before{
    background: url(/media/icons/salary.png) no-repeat center center;
  }
  .jobseekersEmploymentStatus{
    padding: 10px 0;
  }
  #for-jobseekersStatusInfo,
  #for-jobseekersStatusInfo2{
    padding: 15px;
    border-top: 1px solid #fafafa;
  }
  .fixRowInpt{
    height:36px;
    border:0;
  }
  input[type="range"] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    direction: ltr;
  }
  datalist {
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin-top: 10px;
  }
  .salaryPicker{
    background: white;
    margin-top: 15px;
    padding: 20px 20px 10px;
  }
  .defaultPlaceholder,
  .defaultPlaceholder div{
    color:#9c9c9c;
  }
  .jobseekersEmploymentStatusInfo,
  .jobseekersTravelInfo {
    padding: 15px;
  }
  .jobseekersDivContainer{
    /*display:none;*/
  }
  .range-control {
  position: relative;
}

.salaryPicker input[type=range] {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
}

.salaryPicker input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  height: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #e2e2e2;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.salaryPicker input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  cursor: pointer;
}

output {
  position: absolute;
  top: -32px;
  display: none;
  width: 50px;
  height: 24px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #777;
  font-size: .8em;
  line-height: 24px;
  text-align: center;
}

input[type=range]:active + output {
  display: block;
  transform: translateX(-50%);
}
datalist option:not(:last-child){
  position: relative;
  inset-inline-end: 10px;
}
@media only screen and (max-width: 480px){
  .jobseekersEmail{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: inherit;
    width: 200px;
  }
}