.woocommerce-view-order .global-header-section > .container {
  max-width: 100%;
  padding: 0;
}

.en__job_details .en__jobdesc-block .title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 20px;
  font-family: "Gotham Ultra";
}

.en__job-descwrap .row {
  justify-content: space-between;
}

.enhanz_jobchanges {
  background-color: #000000;
  padding: 45px;
}

.enhanz_jobchanges h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px !important;
  font-family: "Gotham Ultra";
  display: block !important;
}

.enhanz_jobchanges p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.enhanz_jobchanges a {
  background-color: #EB445E;
  color: #ffffff;
  text-decoration: unset;
  font-size: 14px;
  font-family: "Gotham Ultra";
  padding: 12px 16px;
  display: inline-block;
  border-radius: 5px;
}

.enhanz_jobchanges textarea {
  width: 100% !important;
  padding: 15px;
}

.enhanz_jobchanges textarea:focus {
  outline: 0;
}

.enhanz_jobchanges button {
  background-color: #9ED6DF;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gotham Ultra";
  padding: 12px 38px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: normal;
  float: right;
}

.enhanz_jobchanges .col-6:last-child {
  padding-left: 45px;
}

.enhanz_jobchanges .col-6:first-child {
  border-right: 1px solid #FCFCFC;
}

.enhanz_jobchanges .col-6 {
  padding-right: 45px;
}

.en__job_details .en__jobdesc-blockwrap {
  padding: 5% 10% 0 15%;
}

.en__job-descwrap:nth-child(2) .row {
  justify-content: unset;
}

.en__jobdesc-blockwrap .swiper-slide,
.viewjob_images .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}

.viewjob_images .swiper-slide .imgbox {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
}

.viewjob_images .swiper-button-prev,
.viewjob_images .swiper-rtl .swiper-button-next {
  left: 0 !important;
}

.viewjob_images .swiper-button-next,
.viewjob_images .swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.en__jobdesc-blockwrap .swiper-button-prev,
.en__jobdesc-blockwrap .swiper-button-next {
  display: none;
}

.viewjob_images {
  margin: 125px 0 !important;
}

.imgbox .image_numtag {
  background-color: #9ED6DF;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 9px 30px;
  font-family: "Gotham Ultra";
}

.imgbox .image_typetag {
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  left: 28px;
  bottom: 38px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 35px;
  font-family: "Gotham Ultra";
}

.en__job_details .enhanz__title-wrap p {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  color: #000000;
  font-family: "Gotham Ultra";
}

.en__job_details .enhanz__title-wrap p span {
  color: #5AB0BE;
  font-family: "Gotham Black";
}

.en__job_details .enhanz__title-wrap {
  padding: 55px 0px;
}

.enhanz_jobchanges a:hover,
.enhanz_jobchanges button:hover {
  opacity: 0.7;
}

.viewjob_images .swiper-slide .imgbox.edited {
  padding-left: 32px;
}

.viewjob_images .swiper-slide .imgbox.oringal {
  padding-right: 32px;
}

.viewjob_images .swiper-slide .imgbox.oringal .image_numtag {
  right: 31px;
}

.viewjob_images .swiper-slide .imgbox.edited .image_typetag {
  left: 65px;
}

.en__jobdesc-block p.value {
  font-weight: 600;
}

.en__job-descwrap .en__jobdesc-block p,
.en__jobdesc-block ul li,
.en__jobdesc-block span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Gotham Light";
}

.en__job-descwrap .en__jobdesc-block p {
  margin-bottom: 5px;
}

.inner-row.en__job-descwrap:first-child {
  margin-bottom: 45px;
}

.en__jobdesc-blockwrap .swiper-slide .en__jobdesc-block {
  padding: 0 15px 15px 0;
}

.job-free-services li label,
.job-paid-services li label {
  display: flex;
  line-height: 1.4;
}

.job-free-services li label input,
.job-paid-services li label input {
  margin-right: 12px !important;
}

.en__jobdesc-blockwrap .swiper-slide .en__jobdesc-block {
  max-width: 50%;
  flex: 0 0 50%;
}

.en__jobdesc-block ul li {
  padding: 3px 0;
}

.en__job_details .en__jobdesc-block p {
  font-family: "Gotham Medium";
  margin: 0;
  font-size: 16px;
}

.en__jobdesc-blockwrap .swiper-slide .en__jobdesc-block ul {
  padding: 15px 0 0;
}

.comment_img {
  background-color: #000000;
  position: fixed;
  top: auto;
  right: 0;
  padding: 0;
  border-radius: 100px 100px 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  z-index: 99;
}

.comment_img img {
  max-width: 40px;
}

body.enhanz_show_comment_box .enhanz_job_comments {
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}

.enhanz_job_comments {
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  width: 400px;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  transform: translateX(400px);
}

body.enhanz_show_comment_box .enhanz_job_comments_wrapper {
  position: relative;
}

body.enhanz_show_comment_box .enhanz_job_comments_wrapper:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.84);
  display: block;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

body.enhanz_show_comment_box {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.enhanz_close_comment_box {
  color: #9ED6DF;
  font-weight: 700;
  text-align: center;
  padding: 0;
  border: 1.5px solid #9ED6DF;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 28px;
  font-size: 16px;
  float: right;
  cursor: pointer;
  margin: 5px 0 10px;
  transition: all 0.2s ease-in-out;
}

.enhanz_close_comment_box:hover {
  background-color: #9ED6DF;
  color: #000000;
  transition: all 0.2s ease-in-out;
}

.enhanz_job_comments ul.order_notes {
  padding: 0;
}

.order_notes li {
  padding-bottom: 30px;
}
.order_notes li:last-child {
  padding-bottom: 0;
}

.order_notes li .note_content {
  background-color: #111111;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
}

.order_notes li p.meta {
  font-size: 11px;
  padding: 10px 15px 0;
  color: #9ED6DF;
  display: inline-block;
  width: 100%;
}

.order_notes li abbr.exact-date {
  text-decoration: unset;
}

.enhanz_job_comments textarea {
  background-color: transparent;
  border: 1px solid #222222;
  border-radius: 5px;
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 14px;
}

.enhanz_job_comments::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #111111;
}

.enhanz_job_comments::-webkit-scrollbar {
  width: 5px;
  background-color: #111111;
}

.enhanz_job_comments::-webkit-scrollbar-thumb {
  background-color: #9ED6DF;
  border-radius: 100px;
}

.enhanz_jobchanges .enhanz_job_comments p {
  margin-bottom: 0;
  font-size: 14px;
}

.order_notes li.user .note_content {
  float: right;
}

.enhanz_jobchanges .enhanz_job_comments .user p {
  text-align: right;
}

body.enhanz_show_comment_box header {
  z-index: 0;
}

.formstep2 .nextbtn > p {
  font-family: "Gotham Medium";
}

.en__job_details .viewjob_images .swiper {
  padding: 0 50px;
}

body.hide_begin .en_beforeyoubegin {
  display: none;
}

.enhanz_job_comments button.button {
  background-color: #83c6d1 !important;
  color: #000000 !important;
  margin: 10px 0 0 !important;
}

.enhanz_job_comments .job_comments_wrap {
  height: calc(100vh - 290px);
  overflow: auto;
  width: 100%;
  padding: 20px;
}
.enhanz_job_comments .job_comments_wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b7e4ed;
}
.enhanz_job_comments .job_comments_wrap::-webkit-scrollbar {
  width: 6px;
  background-color: #b7e4ed;
}
.enhanz_job_comments .job_comments_wrap::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}

.comment_wrap {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  padding: 0 20px;
}

.enhanz_show_comment_box section.en__job_details {
  z-index: 3;
}

@media (max-width: 1600px) {
  .enhanz_jobchanges {
    padding: 30px;
  }
  a .enhanz_jobchanges .col-6 {
    padding-right: 20px;
  }
  .enhanz_jobchanges .col-6:last-child {
    padding-left: 20px;
  }
  .viewjob_images .swiper-slide .imgbox.oringal {
    padding-right: 15px;
  }
  .viewjob_images .swiper-slide .imgbox.edited {
    padding-left: 15px;
  }
  .viewjob_images .swiper-slide .imgbox.oringal .image_numtag {
    right: 15px;
  }
  .viewjob_images {
    margin: 65px 0 !important;
  }
  .viewjob_images .swiper-slide .imgbox.edited .image_typetag {
    left: 45px;
  }
  .viewjob_images .swiper-slide .imgbox.edited .image_typetag {
    left: 50px;
  }
  .en__job_details .en__jobdesc-blockwrap {
    padding: 5% 5% 0 15%;
  }
}
@media (max-width: 1280px) {
  .en__job_details .en__jobdesc-blockwrap {
    padding: 5% 5% 0 8%;
  }
}
@media (max-width: 1199px) {
  .en__job_details .en__jobdesc-blockwrap {
    padding: 5% 5% 0 20%;
  }
}
@media (max-width: 1024px) {
  .en__jobdesc-block {
    margin-bottom: 20px;
  }
  .inner-row.en__job-descwrap:first-child {
    margin-bottom: 25px;
  }
  .enhanz_jobchanges .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanz_jobchanges .col-6:first-child {
    border-right: 0;
    border-bottom: 1px solid #FCFCFC;
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .enhanz_jobchanges .col-6:last-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .imgbox .image_typetag {
    font-size: 12px;
    position: absolute;
    left: 15px;
    bottom: 22px;
    padding: 5px 20px;
  }
  .imgbox .image_numtag {
    font-size: 12px;
    right: 0;
    top: 15px;
    padding: 5px 15px;
  }
  .en__jobdesc-blockwrap .swiper-slide .en__jobdesc-block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .en__jobdesc-blockwrap .swiper-slide .en__jobdesc-block:first-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .col-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .en__job_details .en__jobdesc-blockwrap {
    padding: 0 25px;
  }
  .viewjob_images .swiper-slide .imgbox {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .viewjob_images .swiper-slide .imgbox.oringal {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .viewjob_images .swiper-slide .imgbox.edited {
    padding-left: 0;
  }
  .viewjob_images .swiper-slide .imgbox.oringal .image_numtag {
    right: 0;
  }
  .imgbox .image_typetag {
    left: 15px !important;
    bottom: 30px !important;
  }
  .enhanz_jobchanges {
    padding: 20px;
  }
  .en__banner .infobox {
    padding: 50px 0px 0px;
  }
  .beforeafterslide .image-dots {
    bottom: -11%;
  }
}/*# sourceMappingURL=job-view.css.map */