.wide-max-width {
  width: 100%;
  background-color: white;
}

.section-full-width {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-content {
  max-width: 1220px;
  padding: 20px;
}

/* job offer header */
#article-job-opening .job-openiing-close-icon {
  position: absolute;
  right: 40%;
}
@media (max-width: 1400px) {
  #article-job-opening .job-openiing-close-icon {
    right: 50%;
  }
}
@media (max-width: 1024px) {
  #article-job-opening .job-openiing-close-icon {
    right: 5%;
  }
}
#article-job-opening #article-job-page-header {
  background: #CC1F3F;
  min-height: 400px;
  background-image: url("/wp-content/uploads/2023/09/Vector-12.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 655px;
}
@media (max-width: 1400px) {
  #article-job-opening #article-job-page-header {
    min-height: 300px;
    background-size: 565px;
  }
}
@media (max-width: 1024px) {
  #article-job-opening #article-job-page-header {
    background-size: 0;
  }
}
#article-job-opening .header-column {
  width: 50%;
}
#article-job-opening .article-job-header-first-column {
  margin-top: 5%;
  width: 60%;
}
@media (max-width: 1024px) {
  #article-job-opening .article-job-header-first-column {
    width: 100%;
  }
}
#article-job-opening .job-opening-backgorund-image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#article-job-opening .job-opening-backgorund-image img {
  margin-bottom: -400px;
  width: 200px;
}
@media (max-width: 1400px) {
  #article-job-opening .job-opening-backgorund-image img {
    margin-bottom: -200px;
    width: 100px;
  }
}
#article-job-opening #article-job-opening-title {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1400px) {
  #article-job-opening #article-job-opening-title {
    font-size: 70px;
  }
}
#article-job-opening #article-job-content > h1 {
  font-family: Open Sans;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  #article-job-opening #article-job-content > h1 {
    font-size: 18px;
  }
}
#article-job-opening #article-job-content > div > iframe {
  display: none;
}

/* job offer content */
#article-job-opening #article-job-offer-content {
  background: white;
}
#article-job-opening .article-job-offer {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#article-job-opening .article-job-subtitle {
  background: #CC1F3F;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 23px;
  z-index: 10;
}
@media (max-width: 767px) {
  #article-job-opening .article-job-subtitle {
    font-size: 16px;
    padding: 10px 25px;
  }
}
#article-job-opening .article-job-subtitle-content {
  margin: 20px 0;
  font-size: 20px;
  color: black;
  font-weight: 400;
}
@media (max-width: 767px) {
  #article-job-opening .article-job-subtitle-content {
    font-size: 16px;
  }
}
#article-job-opening #article-job-requirements,
#article-job-opening #article-job-duties,
#article-job-opening #article-job-offers {
  display: flex;
  flex-direction: column;
}
#article-job-opening #article-job-duties .article-job-subtitle {
  align-self: start;
}
#article-job-opening #article-job-offers .article-job-subtitle {
  align-self: start;
}
#article-job-opening #article-job-requirements .article-job-subtitle {
  align-self: end;
}

.article-job-subtitle-content ul li {
  margin-bottom: 5px;
}
.article-job-subtitle-content ul li::marker {
  content: url("/wp-content/uploads/2023/10/custom-marker.svg") " ";
}

/* job offer scroling text */
#article-job-offer-scrolling-text {
  background-color: #211DEB;
  padding: 15px 0 10px 0;
  margin-bottom: 50px;
}

/* job offer policy privacy */
#article-job-opening #article-job-offer-policy-privacy {
  background: white;
}
#article-job-opening #article-job-privacy-policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background: white;
  color: black;
}

/* job page footer */
#article-job-opening #article-job-page-footer {
  min-height: 400px;
  background-color: #111356;
  background-image: url("/wp-content/uploads/2023/09/job-page-footer-image.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  #article-job-opening #article-job-page-footer {
    background-size: 140px;
    min-height: 300px;
  }
}
#article-job-opening #article-job-page-footer .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#article-job-opening #article-job-page-footer button {
  color: white;
  background: #111356;
  border: 1px solid white;
  transition: 0.2s;
}
#article-job-opening #article-job-page-footer button:hover {
  background: #CC1F3F;
  border-color: #CC1F3F;
}

/* job form popup */
#cstomhrm-job-opening-popup {
  background: #fff;
  padding: 0 0 0 0;
}
#cstomhrm-job-opening-popup .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 10px 0;
}
#cstomhrm-job-opening-popup .navigation-item {
  margin: 0 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #89D9FF;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  #cstomhrm-job-opening-popup .navigation-item {
    font-size: 10px;
  }
}
#cstomhrm-job-opening-popup .navigation-item.active {
  color: #0940D9;
}

/* job offer quiz header */
#job-quiz-header {
  padding: 70px 0;
  background: #CC1F3F;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}
#job-quiz-header .job-quiz-header-title {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 767px) {
  #job-quiz-header .job-quiz-header-title {
    font-size: 70px;
  }
}
#job-quiz-header .job-quiz-header-subtitle {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #job-quiz-header .job-quiz-header-subtitle {
    font-size: 25px;
  }
}
#job-quiz-header .job-quiz-header-content {
  font-size: 20px;
  margin-top: 20px;
}
#job-quiz-header .job-quiz-header-image img {
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
}
@media (max-width: 1400px) {
  #job-quiz-header .job-quiz-header-image img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  #job-quiz-header .job-quiz-header-image img {
    height: 150px;
  }
}

/* job offer quiz content*/
#job-quiz-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  #job-quiz-content-section {
    margin-top: 50px;
  }
}
#job-quiz-content-section .job-quiz-close-icon {
  position: absolute;
  right: 2%;
  top: 20%;
}
@media (max-width: 1400px) {
  #job-quiz-content-section .job-quiz-close-icon {
    top: 14%;
  }
}
@media (max-width: 1024px) {
  #job-quiz-content-section .job-quiz-close-icon {
    top: 16%;
  }
}
@media (max-width: 640px) {
  #job-quiz-content-section .job-quiz-close-icon {
    top: 18%;
  }
}
@media (max-width: 450px) {
  #job-quiz-content-section .job-quiz-close-icon {
    top: 20%;
  }
}

.job-offer-quiz {
  width: 100%;
  padding: 50px 20px;
  color: black;
  background: #E5EBF1;
  border-radius: 40px;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .job-offer-quiz {
    padding: 25px 10px;
    margin: 10px 0;
  }
}
.job-offer-quiz .question-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.job-offer-quiz .job-quiz-description {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .job-offer-quiz .job-quiz-description {
    display: none;
  }
}
.job-offer-quiz .job-quiz-description-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 767px) {
  .job-offer-quiz .job-quiz-description-mobile {
    display: none;
  }
}
.job-offer-quiz .job-offer-quiz-question {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767px) {
  .job-offer-quiz .job-offer-quiz-question {
    flex-direction: column;
    align-items: center;
  }
}
.job-offer-quiz input {
  margin: 0 10px;
}

/*job offer quiz radio inputs*/
.job-quiz-input {
  display: flex;
  flex-direction: row;
  margin-top: -8px;
}
.job-quiz-input label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
}
.job-quiz-input input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.job-quiz-input .design {
  width: 16px;
  height: 16px;
  border: 1px solid black;
  border-radius: 100%;
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
}
.job-quiz-input .design::before, .job-quiz-input .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}
.job-quiz-input .design::before {
  background: red;
  opacity: 0;
  transition: 0.3s;
}
.job-quiz-input .design::after {
  background: red;
  opacity: 0.4;
  transition: 0.6s;
}
.job-quiz-input input:checked + .design::before {
  opacity: 1;
  transform: scale(1);
}

/* job offer quiz footer */
#job-quiz-footer {
  background: #CC1F3F;
  min-height: 300px;
  -webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}
#job-quiz-footer .job-quiz-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#job-quiz-footer .job-quiz-footer-content .job-quiz-error {
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
#job-quiz-footer .job-quiz-footer-button {
  background: #CC1F3F;
  color: white;
  border: 1px solid white;
}
#job-quiz-footer .job-quiz-footer-button:hover {
  background: #89D9FF;
  color: black;
  border-color: #89D9FF;
}

.job-quiz-footer-image img {
  margin-bottom: -300px;
  margin-top: -100px;
  z-index: 999;
  position: relative;
}
@media (max-width: 1500px) {
  .job-quiz-footer-image img {
    height: 350px;
    margin-bottom: -371px;
  }
}
@media (max-width: 767px) {
  .job-quiz-footer-image img {
    height: 150px;
    margin-bottom: -573px;
  }
}

/* job summary */
#job-summary-header {
  background: #CC1F3F;
  min-height: 550px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}
#job-summary-header h1 {
  font-size: 120px;
}
@media (max-width: 767px) {
  #job-summary-header h1 {
    font-size: 70px;
  }
}
#job-summary-header .job-summary-header-content {
  width: 75%;
}
@media (max-width: 767px) {
  #job-summary-header .job-summary-header-content {
    font-size: 18px;
    width: 100%;
  }
}
#job-summary-header .job-quiz-header-image img {
  position: absolute;
  right: 0;
  top: 0;
  height: 450px;
}
@media (max-width: 1024px) {
  #job-summary-header .job-quiz-header-image img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #job-summary-header .job-quiz-header-image img {
    height: 150px;
  }
}
#job-summary-header .job-summary-close-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 30px;
}

#job-summary-image {
  min-height: 590px;
  margin-top: -85px;
  background-image: url("/wp-content/uploads/2023/10/Vector-14.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #job-summary-image {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  #job-summary-image {
    min-height: 240px;
  }
}

/* job form */
#job-form-header {
  background: #CC1F3F;
  min-height: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

.job-opening-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.job-opening-form .form-group-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .job-opening-form .form-group-50 {
    width: 100%;
  }
}
.job-opening-form .form-group-50 input {
  width: 96%;
  margin: 2%;
}
.job-opening-form .form-group-100 {
  width: 100%;
}
.job-opening-form .form-group-100 .form-control {
  width: 98%;
  margin: 1%;
}
.job-opening-form .form-check {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.job-opening-form .form-check label {
  display: block;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .job-opening-form .form-check label {
    font-size: 12px;
  }
}
.job-opening-form .form-group-checkbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.job-opening-form .form-submit {
  margin-top: 50px;
}

.form-group-checkbox .form-check input[type=checkbox] {
  display: none;
}
.form-group-checkbox .form-check input[type=checkbox] + .form-check-label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #211DEB;
  border-radius: 50%;
  margin-right: 10px;
}
.form-group-checkbox .form-check input[type=checkbox]:checked + .form-check-label::before {
  background-color: #CC1F3F;
  border: 2px solid #CC1F3F;
}

/* form file inputs */
.form__container {
  position: relative;
  width: 96%;
  height: 150px;
  background: #211DEB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 2%;
  border-radius: 40px;
}
.form__container.active {
  background-color: #211DEB;
}
.form__container .form-input-file-title {
  width: 80%;
}
.form__container .form-input-file-subtitle {
  width: 80%;
  font-weight: 400;
  line-height: 1.2;
}
.form__file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.form__files-container {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.form__text {
  font-size: 16px;
  color: black;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__icon {
  display: none;
  font-size: 22px;
  color: #1871b5;
  text-decoration: none;
}

.job-post-error {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

#job-form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -50px;
}
@media (max-width: 767px) {
  #job-form-footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #job-form-footer img {
    height: 100px;
  }
}

/* job quiz result */
#job-quiz-result {
  min-height: calc(100vh - 50px);
  background: #CC1F3F;
  display: flex;
  flex-direction: column;
  background-image: url("/wp-content/uploads/2023/10/job-quiz-left-image.png");
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #job-quiz-result {
    background-image: none;
  }
}
#job-quiz-result .job-quiz-result-close-icon {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 9999;
}
@media (max-width: 767px) {
  #job-quiz-result .job-quiz-result-close-icon {
    right: 4%;
    top: 4%;
  }
}
#job-quiz-result .section-column-result {
  text-align: center;
  font-size: 120px;
}
#job-quiz-result .job-quiz-result-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 800px;
}
@media (max-width: 1570px) {
  #job-quiz-result .job-quiz-result-content {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 500px;
  }
}
@media (max-width: 550px) {
  #job-quiz-result .job-quiz-result-content {
    width: 100%;
  }
}
#job-quiz-result .section-column-result-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1570px) {
  #job-quiz-result .section-column-result-text {
    text-align: center;
  }
}
#job-quiz-result .quiz-result-button {
  text-align: center;
  margin-top: 100px;
}
#job-quiz-result .job-quiz-result-button {
  background: #CC1F3F;
  color: white;
  border: 1px solid white;
}
#job-quiz-result .job-quiz-result-button:hover {
  background: #89D9FF;
  color: black;
  border-color: #89D9FF;
}
#job-quiz-result .job-quiz-result-footer-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  #job-quiz-result .job-quiz-result-footer-image {
    height: 300px;
  }
}
@media (max-width: 800px) {
  #job-quiz-result .job-quiz-result-footer-image {
    display: none;
  }
}

/* job quiz result number and border */
.card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #CC1F3F;
  width: 350px;
  height: 350px;
}
.card .percent {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 50%;
}
.card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
  overflow: visible !important;
}
.card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #CC1F3F;
  stroke-width: 30;
}
.card svg circle:last-of-type {
  stroke-dasharray: 942px;
  stroke-dashoffset: calc(942px - 942px * var(--percent) / 100);
  stroke: #3498db;
}
.card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card .number h3 {
  font-weight: 200;
  font-size: 3.5rem;
}
.card .number h3 span {
  font-size: 120px;
  color: red;
}
.card:nth-child(1) svg circle:last-of-type {
  stroke: #0940D9;
}
.card:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}/*# sourceMappingURL=cstomhrm.css.map */