#success_message{ display: none;}
#response_message{ display: none;}
#next_message{ display: none;}

.hint {
  color: blue;
  display:none;
}

#hideHintsLabel {
  color: blue;
  margin-left: 5px;
}

.sectionHead {
  font-size: 22px;
  padding-top: 20px;
}

.inlinecontainer {
  float: left;
  clear: none;
  margin: 0 25px 0 0;
}

.selectpicker {
    height: auto !important;
}

.slidecontainer {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.slider {
  -webkit-appearance: none;
  width: 70% !important;
  display: inline !important;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.job-status {
    display: flex;
    gap: 10px;
}

.radio-group {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}
