@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.hh_label h2 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: rgba(51,51,51,1);
  font-weight: 600;
  font-family: Montserrat;
  margin: 0px;
  padding: 0px;
}
.hh_label {
  padding-bottom: 50px;
}
.hh_radio_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 50px;
}
.hh_radio_icon {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  transition: all 400ms ease-out;
  border-radius: 10px;
  color: rgba(217,0,0,1);
  background-color: rgba(255,255,255,1);
  box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
  height: 150px;
}
.hh_radio_item {
  width: 200px;
}
.hh_radio_text {
  text-align: center;
  line-height: 27px;
  font-size: 17px;
  color: rgba(51,51,51,1);
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: normal;
  font-family: Montserrat;
}
.hh_radio_icon .fas.fa-circle.fa-5x {
  font-size: 90px;
  color: rgba(217,0,0,1);
}
.hh_radio_item:hover .hh_radio_icon {
  border: 3px solid;
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 !important;
}


.hh_progress_action {
  display: flex;
  align-items: center;
  gap: 21px;
}
.hh_back {
  flex: 0 0 50px;
  max-width: 50px;
  background-color: rgba(217,0,0,1);
  border-radius: 10px;
  min-height: 50px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hh_back svg {
  width: 30px;
  height: 25px;
}
.hh_back svg path, .hh_forward svg path {
  fill: #fff;
}
.hh_forward {
  flex: 0 0 50px;
  max-width: 50px;
  background-color: rgba(217,0,0,1);
  border-radius: 10px;
  min-height: 50px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hh_forward svg {
  width: 30px;
  height: 25px;
}
.hh_progress_bar {
  flex: 0 0 calc(100% - 142px);
  max-width: calc(100% - 142px);
  width: 100%;
  height: 8px;
  border-radius: 15px;
  background-color: rgba(225,225,225,1);
}
.hh_steps {
  margin-bottom: 30px;
}
.hh_progress {
  width: 0;
  height: 100%;
  transition: width 500ms ease-out;
  border-radius: 15px;
  background-color: rgba(217,0,0,1);
}
.hh_select select {
  border-radius: 10px;
  height: 50px;
  box-shadow: 0px 0px 10px 0 rgba(225,225,225,1);
  font-family: inherit;
  font-weight: 500;
  width: 84%;
  padding: 10px;
  margin: auto;
  display: block;
}
.hh_select {
  padding-bottom: 50px;
}


.hh_text {
  padding-bottom: 50px;
  max-width: 84%;
  margin: auto;
}
.hh_text input {
  border-radius: 10px;
  height: 50px;
  box-shadow: 0px 0px 10px 0 rgba(225,225,225,1);
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  width: 100%;
  padding: 10px;
  color: #3e3e3e;
  transition: all 400ms ease-out;
}
.hh_text input:focus {
  box-shadow: 0px 0px 10px 0 rgba(217,0,0,1);
  border: 1px solid rgba(217,0,0,1);
}
.hh_subheading {
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  color: rgba(51,51,51,1);
  font-weight: 300;
  text-align: center;
}



.hh_range > input {
  margin:0 auto 15px auto !important;
  border-radius:10px;
  height:15px;
  box-shadow: 0px 0px 10px 0 rgba(225,225,225,1);
  background-color:rgba(225,225,225,1);
  width: 100%;
}
.hh_range > input:focus {
  box-shadow: 0px 0px 10px 0 rgba(217,0,0,1);
}
.hh_range > input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(217, 0, 0, 1);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

.hh_range > input[type="range"]::-moz-range-thumb {
  background-color: rgba(217, 0, 0, 1);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

.hh_range > input[type="range"]::-ms-thumb {
  background-color: rgba(217, 0, 0, 1);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}



.hh_slider_frage_bullet {
  margin: 0 auto 20px auto;
  color: rgba(217,0,0,1);
  font-weight: 600;
  max-width: 100%;
  height: 41px;
  line-height: 42px;
  text-align: center;
  display: block;
  font-size: 32px;
}
.hh_slider_frage_minmax {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hh_slider_frage_minmax p {
  font-size: 22px;
}


.hh_alt_wrap label {
  font-size: 17px;
}
.hh_alt_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 25px auto 20px auto;
}
.hh_alt_inp {
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
  display: flex;
  align-items: center;
  height: 50px;
}
.hh_alt_inp input {
  border: solid 1px #ccc;
  width: 100%;
  -moz-appearance: textfield;
  font-family: inherit;
  text-align: center;
  border-radius: 7px;
  margin: 0 auto 30px auto;
  height: 100%;
  font-size: 17px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 10px 0 rgba(225,225,225,1);
  font-weight: 500;
  margin-bottom: 0px;
}
.hh_alt_inp span {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(217,0,0,1);
  font-weight: 500;
  border-radius: 0 10px 10px 0;
  color: #fff;
}
.hh_range {
  max-width: 84%;
  margin: auto;
}



.hh_file_label {
  border: 2px dashed #e1e1e1;
  background: white;
  height: 100%;
  padding: 20px;
  cursor: pointer;
  display: flex;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  align-items: center;
}
.hh_file_label input {
  display: none;
}
.hh_file_label i {
  font-size: 80px;
  pointer-events: none;
  color: #ccc;
}
.ff_file_desc {
  font-size: 16px;
  color: #ccc;
  line-height: 1;
  pointer-events: none;
}
.hh_file {
  margin-bottom: 50px;
}



.hh_step_last_wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hh_field_label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 17px;
  padding-bottom: 10px;
  color: rgba(51,51,51,1);
}
.hh_field_type_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hh_field_type_wrapper_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 70px;
  height: 50px;
  background-color: rgba(217,0,0,1);
  border-radius: 10px 0 0 10px;
}
.hh_field_type_wrapper input {
  border: solid 1px #ccc;
  border-radius: 0 10px 10px 0;
  height: 50px;
  box-shadow: 0px 0px 10px 0 rgba(225,225,225,1);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px !important;
  max-width: 100%;
  width: 100%;
  color: rgba(51,51,51,1);
}
.hh_field_type_wrapper input:focus {
  box-shadow: 0px 0px 10px 0 rgba(217,0,0,1);
  border: 1px solid rgba(217,0,0,1);
}
.hh_step_last_wrap {
  max-width: 570px;
  margin: auto;
  width: 100%;
}




.hh_file_label {
  border: 2px dashed #e1e1e1;
  background: white;
  height: 100%;
  padding: 20px;
  cursor: pointer;
  display: flex;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.hh_file_label i {
  font-size: 80px;
  pointer-events: none;
  color: #ccc;
}
.ff_file_desc {
  font-size: 16px;
  color: #ccc;
  line-height: 1;
  pointer-events: none;
}
.hh_file_label input {
  display: none;
}



.hh_submit_wrapper button {
  font-size: 17px;
  font-weight: 500;
  padding: 12px 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  background-color: rgba(217,0,0,1);
  border: none;
  transition: all 400ms ease-out;
  color: rgba(255,255,255,1);
  margin: 20px auto 0 auto !important;
  white-space: normal;
  width: 100% !important;
  font-family: Montserrat;
  cursor: pointer;
}
.hh_submit_wrapper {
  display: flex;
  justify-content: center;
}


.hh_step_last_wrap > h2 {
  color: rgba(51,51,51,1);
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.hh_forward.disabled {
  background-color: rgba(225,225,225,1);
  cursor: default;
  pointer-events: none;
}

.hh_radio_text input {
  display: none;
}



.hh_success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  gap: 10px;
  display: none;
}
.hh_success img {
  max-width: 100px;
}
.hh_success_txt {
  font-size: 20px;
}


.hh_file_preview_top {
  position: relative;
}
.upload_success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d90000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload_success i {
  font-size: 27px;
  color: #fff;
}

.hh_file_preview_top {
  position: relative;
}
.upload_success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d90000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload_success i {
  font-size: 27px;
  color: #fff;
}
.hh_file_preview_progress_bar {
  height: 8px;
  width: 90%;
  position: absolute;
  top: calc(50% - 4px);
  left: 5%;
  background: #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}
.hh_file_preview_progress {
  background: #d90000;
  height: 100%;
  transition: 300ms;
}

.hh_file_preview_top {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
  padding: 20px 15px;
  max-width: 120px;
}
.prev_flename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  padding: 3px;
}
.hh_remove_file {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  text-decoration: noe;
  width: 100%;
  background: transparent;
  color: #2ea3f2;
}
.mb_prev {
  background: #fff;
  padding: 3px;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.error-message {
  font-weight: 700;
  font-size: 16px;
}
.hh_submit_button.disabled_btn {
  opacity: .5;
  pointer-events: none;
}

/*** Job Grid Design ***/ 

.happyhire_jobs_grid_container {
  background-color: #ffffff;
  box-shadow: 0px 2px 30px 6px rgba(0,0,0,0.15);
  padding: 35px 35px 45px 35px;
}
.hh_jobs_grid_items {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  cursor: pointer;
}
.hh_jobs_grid_item {
  flex: 0 0 calc(33.33% - 24px);
  max-width: calc(33.33% - 24px);
}
.hh_job_item_img {
  padding-top: 60%;
  position: relative;
}
.hh_job_item_img img {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
    object-fit: cover;
}
.hh_job_item_title h3 {
  padding: 15px 0px;
  margin: 0px;
  text-align: center;
  font-size: 24px;
}
.hh_job_item_title p {
  text-align: center;
  font-size: 16px;
    line-height: 1;
}
.hh_job_item_btn {
  padding-top: 15px;
}
.hh_job_item_btn button {
  width: 100%;
  color: #C90C0F;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #c90c0f;
  text-transform: uppercase;
  padding: 10px 20px;
  background: transparent;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.hh_job_item_btn button:after {
  top: 100%;
  left: 50%;
  width: 95px;
  height: 11px;
  background: #c90c0f;
  content: '';
  position: absolute;
  transform: translate(-50%, 0);
}
.hh_job_item_btn button:hover {
  background-color: #c90c0f;
  color: #fff;
}

.happhyhire_overlay {
  background: rgba(0,0,0,.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: -webkit-backdrop-filter 1s 1s,backdrop-filter 1s 1s;
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
}

.happyhire_popup_container {
  -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2);
  padding: 4% 0;
  top: 5%;
  background: #fff;
  position: fixed;
  z-index: 999999;
  max-width: 90%;
  left: 50%;
  width: 1200px;
  transform: translate(-50%, 0%);
  padding: 40px;
  max-height: calc(100vh - 10%);
  overflow: auto;
  display: none;
}
.happyhire_content_title h2 {
  font-weight: 700;
  color: #c90c0f;
  font-size: 26px;
}
.happyhire_close {
  color: gray;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.happyhire_content_details ul {
  list-style: disc;
  padding-left: 16px;
  padding-bottom: 1em;
}

.happyhire_content_title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px){


  .hh_label {
    padding-bottom: 35px;
  }
  .hh_label h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .hh_radio_item {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: rgba(217,0,0,1);
    background-color: rgba(255,255,255,1);
    box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
    min-height: 52px;
  }
  .hh_radio_icon {
    box-shadow: none;
    height: auto;
    width: 70px;
    margin-bottom: 0px;
  }
  .hh_radio_text {
    margin-left: 15px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .hh_radio_icon i {
    font-size: 25px !important;
  }
  .hh_radio_options {
    padding-bottom: 35px;
    gap: 20px;
  }
  body .hh_radio_item:hover .hh_radio_icon {
    background: transparent;
    border: 0px solid;
    cursor: pointer;
    transform: none;
    box-shadow: none !important;
  }
  .hh_radio_icon {
    transition: all 00ms ease-out;
  }
  .hh_radio_item:hover {
    border: 3px solid;
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0 0 10px 0 !important;
  }
  .hh_radio_item:hover {
  }
  .hh_radio_item {
    transition: all 400ms ease-out;
  }
  .hh_back {
    flex: 0 0 45px;
    max-width: 45px;
    min-height: 40px;
  }
  .hh_forward {
    flex: 0 0 45px;
    max-width: 45px;
    min-height: 40px;
  }

  .hh_select {
    padding-bottom: 35px;
  }
  .hh_slider_frage_bullet {
    font-size: 20px;
    height: auto;
    line-height: 1.3;
  }
  .hh_slider_frage_minmax p {
    font-size: 15px;
    line-height: 1.2;
  }
  .hh_alt_wrap {
    flex-direction: column;
  }
  .hh_alt_inp {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hh_alt_inp input {
      height: 50px;
  }
  .hh_field_label {
    font-size: 15px;
  }
  .hh_step_last_wrap > h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .hh_progress_bar {
    flex: 0 0 calc(100% - 152px);
    max-width: calc(100% - 152px);
  }
  .hh_subheading {
    font-size: 16px;
    line-height: 26px;
  }
  .hh_file_label {
    margin-bottom: 35px;
  }
  .hh_file {
    margin-bottom: 35px;
  }

  .hh_jobs_grid_items {
    flex-direction: column;
    gap: 50px;
  }
  .hh_jobs_grid_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hh_job_item_btn button {
    font-size: 14px;
    display: block;
  }

}