*,
:after,
:before {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

.career-page-dev {
  position: relative;
  height: 100vh;
}

.liststyle li {
  position: relative;
  padding-left: 1.5em;
}

.liststyle {
  list-style-type: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.liststyle li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ff6c00;
  top: 8px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content-wrap {
  width: 100%;
  height: 100%;
  background: url(../Images/bg-apply-detail.jpg) no-repeat 50%;
  background-size: cover;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
}

.content-wrap .application-deatils-head {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 15px;
}

.content-wrap .application-deatils-body {
  max-width: 530px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 7rem 0;
}

.content-wrap .application-deatils-body h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.content-wrap .application-deatils-body .job_desc p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.4;
}

.content-wrap .application-deatils-body .apply-now-btn {
  width: 200px;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #e24d26;
  border-radius: 6px;
  border: none;
}

.go-back-wrap span {
  font-size: 16px;
  color: #fff;
  margin-top: -9px;
}

.go-back-wrap a p {
  color: #fff !important;
  font-weight: 700;
}

.go-back-wrap a p img {
  filter: brightness(10);
}

.content-wrap a {
  outline: none;
  text-decoration: none;
}

.content-wrap .application-deatils-body .accordian-warp .card {
  background-color: transparent;
  border: 0;
}

.accordion > .card {
  overflow: hidden;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.content-wrap .application-deatils-body .accordian-warp .card .card-header {
  background-color: #e24d26;
  border-radius: 6px;
  padding: 0;
  z-index: 1;
  margin-bottom: 10px;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.content-wrap
  .application-deatils-body
  .accordian-warp
  .card
  .card-header
  button {
  padding: 14px 28px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.content-wrap
  .application-deatils-body
  .accordian-warp
  .card
  .responsibilities-wrap {
  max-height: 250px;
  scrollbar-width: none;
  overflow-y: scroll;
  margin-bottom: 70px;
}

.content-wrap
  .application-deatils-body
  .accordian-warp
  .card
  .responsibilities-wrap::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  font-size: 14px;
}

.content-wrap
  .application-deatils-body
  .accordian-warp
  .card
  .responsibilities-wrap
  .card-body
  ul {
  color: #fff !important;
  list-style: none;
  padding-left: 5px;
}

.content-wrap .application-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  background-color: #000;
  padding: 15px;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.gradient-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #ff7e00;
}

/* Right Side */

.application-form-wrap {
  position: relative;
}

.ufg-job-application-wrapper {
  padding-bottom: 100px;
  max-width: 500px;
  padding-top: 150px;
}

.application-form-wrap .cross-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ufg-job-application-wrapper .progress {
  background: #eff1f3;
  height: 8px;
  overflow: visible;
  border-radius: 4px;
  margin-bottom: 30px;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.ufg-job-application-wrapper .progress .progress-bar {
  position: relative;
  overflow: visible;
  line-height: 1.7;
  border-radius: 4px;
  background: #ff7e00;
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff7e00;
  transition: width 0.6s ease;
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}

.ufg-job-application-wrapper .progress .progress-bar .step-text {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #546274;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.form-steps.active {
  display: block;
}

.ufg-job-application-wrapper h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c2437;
  font-family: Montserrat, sans-serif;
  padding-bottom: 18px;
}

.ufg-job-application-wrapper .job-application-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control {
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  padding: 15px 10px;
  font-weight: 400;
  color: #546274 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .ufg-job-application-wrapper .job-application-form .block-title {
        font-size: 1.4rem;
        font-weight: 700;
        color: #1c2437;
        font-family: Montserrat, sans-serif;
        margin-bottom: 15px;
    }
    
    .ufg-job-application-wrapper .job-application-form .btn {
        height: 60px;
        width: 230px;
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: Montserrat, sans-serif;
        border-radius: 6px;
        outline: none;
        box-shadow: none;
        margin-top: 15px;
        color: #fff;
        background: #ff7e00;
    } */

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  background: #f7f7f7ad;
  border: 1px dashed #ff7e00;
  position: relative;
  box-shadow: 0px 0px 5px #00000029;
}

.image-title-wrap {
  padding: 0 0 15px 0;
  color: #222;
}

.drag-text h3 {
  font-weight: 400;
  color: #000;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  margin: 0;
  color: rgb(41, 41, 41);
  border: none;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  border-bottom: 4px solid #ff7e00;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 500;
  font-size: small;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

/* steps start */

#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 40px;
  border-radius: 10px;
}

.tab {
  display: none;
}

input,
textarea {
  width: 100%;
}

#prevBtn {
  background-color: #bbbbbb;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #ff7e00 !important;
  opacity: 1;
}

.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.thanks-message {
  display: none;
}

input.invalid {
  border: 1px solid red;
  font-weight: 400;
}

input.invalid::placeholder {
  color: red;
  opacity: 1;
  font-weight: bolder;
}

input,
select,
textarea {
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 55px;
  outline: none;
  box-shadow: none;
}

input.active,
select.active textarea.active {
  border: 2px solid red;
}

select {
  width: 100%;
}

.custom-btn button {
  background-color: #e24d26;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

.custom-radio {
  border: 1px solid #bbbbbb;
  padding: 10px;
  width: 100px;
  display: flex;
  align-items: center;
}

.custom-radio input {
  width: 30px;
}

.custom-control-label {
  font-size: 13px;
}

.career-page-dev #menu-btn,
.career-page-dev #close-btn {
  display: none;
}

.application-deatils-head .logo-white {
  width: 180px !important;
  filter: brightness(10);
}

@media screen and (max-width: 970px) {
  .career-page-dev .row {
    position: relative;
    overflow-x: hidden;
  }
  .application-form-wrap {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    right: -100%;
    height: 100vh;
    transition: all 0.3s ease;
  }
  .application-form-wrap .container {
    width: 100%;
    /* padding-right: 0;
    padding-left: 0; */
    --bs-gutter-x: 0 !important;
    padding-right: var(0) !important;
    padding-left: var(0);
    height: 100vh;
  }
  .application-form-wrap .container #regForm {
    border-radius: 0;
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .application-form-wrap .container #regForm i {
    font-weight: 900;
  }
  .content-wrap .application-deatils-body {
    max-width: 530px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
  }
  .application-deatils-head .logo-white {
    width: 120px !important;
  }
  #menu-btn:checked ~ .application-form-wrap {
    right: 0%;
    transition: all 0.3s ease;
  }
  #menu-btn:checked ~ .btn-menu.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn-menu.menu-btn {
    display: block;
  }
  .thanks-message {
    height: 100vh;
  }
}

.theme-gradient-blue-button {
  color: #fff;
  text-align: center;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  border-radius: 6px;
}
.theme-gradient-blue-button:hover {
  color: #fff;
  text-decoration: none;
}
.theme-gradient-blue-button::before {
  background: -o-linear-gradient(left, #e24d26, #ff714e, #e24d26);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#237cff),
    color-stop(#19abff),
    to(#237cff)
  );
  background: linear-gradient(90deg, #e24d26, #ff8161, #e24d26);
  width: 200%;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.theme-gradient-blue-button:hover::before {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
