.careers {
  padding: 32px 0 0;
}
.careers.signup {
  padding: 40px 0 0 0;
}
.careers.form-box {
  max-width: 720px;
  margin: 0 auto;
}
.careers .header .htitle {
  position: relative;
}
.careers .header .htitle .back-btn {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #393960;
}
.careers .header h1 {
  font-family: 'Sora';
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  color: #1A2022;
  margin-bottom: 12px;
  padding: 0 140px;
}
.careers .header p {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #1A2022;
}
.careers.signup .header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  max-width: 540px;
}
.careers .header div.badges p {
  color: #393960;
}
.careers .header .follow-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  margin-top: 16px;
}
.careers .header .follow-social span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.careers .header div.badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.careers .badge-container {
  display: flex;
  align-items: center;
  gap: 2px;
}
.careers .badge-container p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #393960;
  margin: 0;
}
.careers .header div.btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 36px;
}
.careers .header div.btns .share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 180px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 23.2558px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2747C9;
}
.careers .header div.btns .apply-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 218px;
  height: 36px;
  background: #2747C9;
  border-radius: 23.2558px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.careers .search {
  max-width: 748px;
  margin: 68px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.careers .search div {
  position: relative;
  width: 100%;
}
.careers .search input {
  width: 100%;
  height: 45px;
  border: 2px solid #E6EAFF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #1A2022;
  padding: 0 20px;
}

.careers .search i {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: none;
}

.careers .search button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 128px;
  height: 45px;
  background: #2747C9;
  border: 0px solid #FFFFFF;
  border-radius: 20px;
  flex: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}

.careers .listing {
  margin-top: 58px;
  padding: 10px;
}
.careers .listing.more {
  margin-top: 54px;
}
.careers .listing h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1B2022;
  margin-bottom: 30px;
}
.careers .listing ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* display: flex; */
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

.careers .listing ul li {
  max-width: 100%;
  min-height: 263px;
  border: 1px solid #BAB7B7;
  border-radius: 10px;
  padding: 10px;
}

.careers .listing ul li a {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  width: 100%;
  height: 100%;
  background: #FDF7F3;
  border: 1.5px solid #F7EDE8;
  border-radius: 8px;
}

.careers .listing ul li a .top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.careers .listing ul li h3 {
  font-family: 'Sora';
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #2F3537;
}
.careers .listing p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2F3537;
}
.careers .tag-range,
.careers .refer-view,
.careers .refer-share {
  display: flex;
  gap: 10px;
}
.careers .details .tag-range {
  padding: 11px 0;
  margin-bottom: 16px;
}
.careers .tag-range .tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 2px;
  height: 28px;
  background: #381874;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.careers .tag-range .range {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 2px;
  height: 28px;
  background: #F1EEEE;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #2F3537;
}
.careers .refer-share .refer,
.careers .refer-view .refer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 120px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #2747C9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2747C9;
  flex: none;
  text-decoration: none;
}
.careers .refer-share .share,
.careers .refer-view .view {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 120px;
  height: 36px;
  background: #2747C9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.careers .job-content {
  padding: 26px 0;
  margin-top: 47px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2F3537;
}
.careers .job-content ::marker {
  display: inline;
}
.careers .job-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2F3537;
  padding: 0 0 16px;
}
.careers .job-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2F3537;
  margin-bottom: 16px;
}
.careers .job-content p strong,
.careers .job-content p strong em {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2F3537;
}
.careers .job-content ul {
  list-style-position: inside;
  margin-bottom: 16px;
}
.careers .job-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2F3537;
  padding-left: 8px;
}

.careers .job-content ul li p {
  display: inline;
  line-height: 19px;
  margin-bottom: 0;
}

.careers .job-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #2F3537;
  overflow-wrap: break-word;
}

.careers .job-content form h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1B2022;
  margin: 0 0 6px;
}
.careers .job-content form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.careers .fields {
  display: flex;
  flex-direction: column;
}
.careers .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.careers .form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: block;
}
.careers .form-group label.upload {
  padding: 16px;
  gap: 12px;
  max-width: 388px;
  min-height: 80px;
  background: #FDF7F3;
  border-radius: 6px;
  margin: 0;
}
.careers .form-group label.upload .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  gap: 12px;
  cursor: pointer;
}
.careers .form-group label.upload .lbls {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.careers .form-group label.upload .lbl-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272EB8;
}
.careers .form-group label.upload .lbl-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B3B4B8;
}
.careers .form-group .err {
  margin: 10px 0 0;
  color: #dc1d34;
}
.careers .form-group .filename {
  margin: 0;
}
.careers .form-group input.form-control {
  height: 55px;
  border: 2px solid #EFEDED;
  border-radius: 8px;
  padding: 0 12px;
}

.careers .form-group.btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.careers .form-group input.refer-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  width: 168px;
  height: 45.21px;
  background: #2747C9;
  border-color: #2747C9;
  border-radius: 23.2558px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
}

.careers .form-group button.cancel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.116279px;
  color: #2747C9;
}

.careers .form-group textarea.form-control {
  height: 140px;
  border-radius: 6px;
  border: 1px solid #2F3537;
  padding: 0 12px;
}

.careers .form-group .text-help {
  color: #dc1d34;
  font-size: 14px;
}

.careers .form-group .btn-wrapper {
  position: relative;
}
.careers .form-group .btn-wrapper i {
  position: absolute;
  left: 44px;
  top: 11px;
  display: none;
}
.careers .form-group .btn-wrapper.loading i {
  display: block;
}

.careers .has-danger .form-control {
  border: 1px solid #dc1d34;
}

.careers .inline-label span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.careers .inline-label input {
  background: #FFFFFF;
  border: 1.5px solid #D4D4D4;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: none;
}
.careers .inline-label label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  display: block;
  vertical-align: middle;
}
.careers .inline-label a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #272EB8;
  text-decoration: none;
}
.success-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 200px;
}
.careers .job-content .success-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #2F3537;
  margin-bottom: 40px;
}
.careers .job-content .success-info strong {
  margin-bottom: 12px;
}
.careers .job-content .success-info a {
  width: 190px;
  height: 36px;
  background: #2747C9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .careers .listing ul {
    grid-template-columns: auto auto;
    max-width: 832px;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .careers .header .htitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .careers .header .htitle .back-btn {
    align-items: start;
    margin-top: 12px;
  }
  .careers .header .htitle .back-btn span {
    display: none;
  }
  .careers .header h1 {
    font-weight: 600;
    font-size: 24px;
    padding: 0 25px;
  }
  .careers .header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  .careers .listing ul li h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .careers .header div.btns .share {
    width: 140px;
    font-size: 16px;
    line-height: 19px;
  }
  .careers .header div.btns .apply-btn {
    width: 160px;
    font-size: 16px;
    line-height: 19px;
  }
  .careers .header div.badges {
    margin-top: 0;
    flex-direction: column;
    gap: 7px;
  }
  .careers .header div.badges p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #393960;
  }
  .careers .header div.btns {
    padding-top: 30px;
  }
  .careers .job-content h3 {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .careers .listing ul {
    grid-template-columns: auto;
    justify-content: center;
  }
  .careers .search {
    gap: 10px;
  }
}