.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.pagination-controls {
  position: relative;
  margin-left: 30px;
}
.items-per-page .items-per-page-selected {
  background-color: #F4F4F4;
  background-image: url(https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg);
  background-position: right 21px center;
  background-size: 14px;
  border-radius: 7px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 50px 16px 20px;
  width: 100%;
  text-align: left;
}
.items-per-page-list {
  border-radius: 7px;
  position: absolute;
  width: 100%;
  top: 68px;
  margin: 0;
  padding: 10px;
  z-index: 1;
  background-color: #FFF;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}
.items-per-page-option {
  padding: 5px 10px;
  cursor: pointer;
}
.date-range-filter-section__inner input {
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background-size: 21px;
  display: block;
  width: 100%;
}
.date-range-filter-section__inner {
  display: flex;
  gap: 0 12px;
}
.date-range-filter-section__input-wrap label {
  font-size: 16px;
  display: block;
}
.wavelength-rate-switches__container {
  width: 240px;
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 100vw;
  margin-bottom: 30px;
  line-height: 2;
}
.wavelength-rate-switches__container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.wavelength-rate-switches__container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
.wavelength-rate-switches__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}
.wavelength-rate-switches__inner {
  border-radius: 3rem;
  background: #d8b19c;
  height: 100%;
}
.wavelength-rate-switches__inner > div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #000;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.wavelength-rate-switches__container input:nth-of-type(1):checked~ .wavelength-rate-switches__wrapper {
  transform: translateX(0%);
}
.wavelength-rate-switches__container input:nth-of-type(2):checked~ .wavelength-rate-switches__wrapper {
  transform: translateX(100%);
}
.wavelength-rate-switches__container  input:nth-of-type(1):checked~ .wavelength-rate-switches__wrapper .wavelength-rate-switches__inner div:nth-of-type(1) {
  opacity: 1;
}
.wavelength-rate-switches__container  input:nth-of-type(2):checked~ .wavelength-rate-switches__wrapper .wavelength-rate-switches__inner div:nth-of-type(2) {
  opacity: 1;
}
.rangeslider--horizontal {
  height: 8px;
  background-color: #f4f4f4;
}
.rangeslider--horizontal .rangeslider__fill {
  height: 100%;
  top: 0;
  background-color: #d8b19c;
}
.rate-input-container {
  margin-bottom: 10px;
}
.rate-input-container input::-webkit-outer-spin-button,
.rate-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rate-input-container input[type="number"] {
  -moz-appearance: textfield;
}
.rate-input-container input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: var(--base-family);
  font-size: var(--base-size);
  font-style: var(--base-style);
  padding: 0;
  height: auto;
  width: auto;
  min-width: 100px;
}
.rangeslider--horizontal .rangeslider__handle {
  height: 20px;
  width: 20px;
  top: -7px;
  background-image: none;
  border: none;
  background-color: #d8b19c;
}
.wave-job-listing.job-listing {
  padding-top: 50px;
  padding-bottom: 100px;
}
li.paginationNumber.prev-btn svg {
  transform: rotate(-180deg);
}
.job-listing .dis-flex {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common-wbox-fix.subspecialtysec{
  display:none;
}
.job-listing .dis-flex.vmiddle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.job-listing .content-wrapper {
  max-width: 1635px;
  padding: 0 55px;
  margin: 0 auto;
  width: 100%;
}

.jb-left {
  width: 415px;
  padding: 46px 25px;
  background-color: #F4F4F4;
}

.jb-frm {
  margin: 20px 0 0;
}

.jb-frm input[type="search"] {
  max-width: 290px;
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 20px 21px 20px 52px;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background-image: url('https://news.wave.com.au/hubfs/Job%20Listing/Union%20(4).svg');
  background-size: 21px;
  background-position: left 21px center;
  margin-bottom: 20px;
}
.jb-frm > input[type="search"]{
  margin-top: 20px;
}
.jb-frm input:focus-visible,
.jb-frm input:focus {
  outline: 0;
  border: none;
}

.jb-frm input::-webkit-input-placeholder {
  color: #000;
}

/* WebKit browsers */
.jb-frm input:-moz-placeholder {
  color: #000;
}

/* Mozilla Firefox 4 to 18 */
.jb-frm input::-moz-placeholder {
  color: #000;
}

/* Mozilla Firefox 19+ */
.jb-frm input:-ms-input-placeholder {
  color: #000;
}

/* Internet Explorer 10+ */

.jb-optionlist {
  max-width: 290px;
  padding: 16px 0 10px;
  border-top: 1px solid rgba(111, 116, 130, 0.30);
  border-bottom: 1px solid rgba(111, 116, 130, 0.30);
}
.jb-optionlist.opone{
  border-top:unset;
}
.jb-optionlist .common-wbox {
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 16px 20px;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background-image: url('https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Right-1.svg');
  background-size: 14px;
  background-position: right 21px center;
  margin-bottom: 11px;
  line-height: normal;
  cursor:pointer;
  border: 1px solid #FFF;
}
.jb-optionlist .common-wbox.active-fil {
  border: 1px solid #62BAAF;
}
.job-listing h5 {
  font-weight: 500;
  line-height: 141%;
  color: #000;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.052px;
}

.jb-right {
  width: calc(100% - 415px);
  padding: 30px 0 0 20px
}

.jb-acjobs {
  width: 50%;
  padding-right: 15px;
}

.jb-acjobs h5 {
  margin: 0;
}

.jb-acsort {
  width: 50%;
  padding-left: 15px;
  text-align: right;
}

.jb-acsort select {
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg");
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 7px;
  background-color: #F4F4F4;
  font-weight: 500;
  font-weight: 500;
  padding: 20px 21px 20px;
  border: none;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-size: 19px;
}

.jb-acsort select:focus-visible,
.jb-acsort select:focus {
  outline: 0;
  border: none;
}

.jbtm-space {
  margin-bottom: 24px;
}

.job-listbox {
  border-radius: 7px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  margin-bottom: 16px;
  transition:all 0.35s;
  position:relative;
}

.job-listbox a.abs_link{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.job-listbox:hover{
  border: 1px solid #043F3D;
}
.job-listbox .jb-ltitle h5{
  transition:all 0.35s;
}
.job-listbox:hover .jb-ltitle h5{
  color:#62BAAF;
}
.job-listbox:last-child {
  margin-bottom: 0;
}

.job-listleft {
  width: 65.5%;
  padding: 30px 30px 37px;
}

.job-listleft .green-tag {
  display: inline-block;
  border-radius: 71.322px;
  background-color: #62BAAF;
  padding: 8px 16px;
  line-height: normal;
  color: #fff;
  font-size: 13.551px;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

.jb-ltitle h5 {
  margin-bottom: 17px;
}

.jb-ltitle p,
.jb-conlist ul li,
.job-rtop ul li {
  font-weight: 400;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.061px;
}

.jb-conlist ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.jb-conlist ul li,.jobs-services ul li ul li,.job-descrpt ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
  list-style:none;
}
.job-mtitile.jb-conlist ul li,.job-mtitile.jb-conlist p,.job-descrpt ul li{
  font-size: 17px;
  line-height: 1.6;
  color: #043F3D;
}

.jb-conlist ul li:before,.jobs-services ul li ul li:before,.job-descrpt ul li:before{
  background-image: url(https://news.wave.com.au/hubfs/Job%20Listing/pin%202.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 21px;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 21px;
  background-size: contain;
}
.jobs-services ul li ul li:before{top:13px;}
.job-listright {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px;
  width: 34.5%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-rtop ul,
.job-btmlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-rtop ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.job-rtop ul li img {
  margin-right: 8px;
}

.job-btmlist ul li a {
  display: inline-block;
  border-radius: 71.322px;
  border: 0.713px solid #043F3D;
  padding: 8px 16px;
  line-height: normal;
  color: #000;
  text-decoration: none !important;
  font-size: 13.551px;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  pointer-events: none;
}

.job-btmlist ul li {
  margin: 0 7px 7px 0;
}

.job-btmlist ul li a:focus-visible,
.job-btmlist ul li a:focus {
  outline: 0;
  border: none;
}

.job-listing .paginationParent.noListStyle ul {
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.job-listing .paginationParent ul li {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 27.699px;
  font-style: normal;
  font-weight: 500;
  border: 1.458px solid #043F3D;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-family: inter;
}

.job-listing .paginationParent ul li:hover,
.job-listing .paginationParent ul li.active {
  color: #FFF;
  border: 1.458px solid #043F3D;
  background-color: #043F3D;
}

.job-listing .paginationParent ul li svg path {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.job-listing .paginationParent ul li:hover svg path {
  fill: #FFF;
}

.job-listing .paginationParent ul li.paginationNumber.prevArrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paginationParentmain {
  padding: 100px 0;
}
.main-popupsection{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.main-popupsection .popup-item {
  display: none;
}
.main-popupsection .popup-item.active_pop {
  display:block;
}
.main-popupsection .popup-inner {
  -webkit-box-shadow: 0 6px 12px rgba(37,37,37,.36);
  box-shadow: 0 6px 12px rgba(37,37,37,.36);
  width: 100%;
  max-width:1240px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin:20px auto;
  border-radius: 20px;
  position: relative;
}
.job-minner {
  flex-basis: 53.36%;
  margin: unset;
}
.bts-popup-close img {
  display: block;
  width: 100%;
  transition: all 0.35s;
}
.bts-popup-close img:hover {
  transform: rotate(90deg);
}
.bts-popup-close {
  display: block;
  position: absolute;
  right: 21px;
  top: 21px;
  line-height: 0;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.main-popupsection.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.main-popupsection::-webkit-scrollbar,
.main-popupsection .popup-inner::-webkit-scrollbar{
  display:none;
}
.job-table table td.green-bgs .job-btmlist {
  position: unset;
}
@media(min-width:768px) {
  .jb-frm{
    display:block !important;
    height:auto !important;

  }
}
@media(max-width:1280px) {
  .jb-left {
    width: 35%
  }

  .jb-right {
    width: 65%
  }

  .job-listing .content-wrapper {
    padding: 0 20px;
  }

  .jb-frm input[type=search],
  .jb-optionlist .common-wbox,
  .jb-optionlist {
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width:1024px) {
  .job-listing .content-wrapper {
    padding: 0 20px;
  }

  .job-listing h5 {
    font-size: 22px;
    line-height: 1.3;
  }

  .job-listing .paginationParent ul li {
    font-size: 23px;
    height: 50px;
    width: 50px;
  }

}

@media(max-width:991px) {
  .jb-left {
    width: 100%;
    padding: 30px 20px;
  }

  .jb-right {
    padding: 30px 0px;
    width: 100%;
  }
  .job-listing .common-wbox-fix .pop-options {
    left: 0;
    top: 68px;
    max-height: 300px;
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}
.job-rtop + .job-btmlist {
  margin-top: 30px;
}
.popup-permanent .job-middle .dis-flex,
.jobrepage .job-middle .dis-flex {
  justify-content: space-between;
}
@media(max-width:767px) {
  .jb-frm{display:none;}
  .job-listing{padding-top:50px;}
  .jbtm-space{flex-direction:column-reverse;}
  .job-listing h5.arrows{margin:0;position: relative;}
  .jb-left{padding:14px 20px;}
  .jb-right{padding:8px 0 0;}
  .job-listing h5.arrows:after {
    position: absolute;
    content: "";
    background-image: url(https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg);
    width: 15px;
    height: 15px;
    right: 0;
    top: 5px;
  }
  .job-listing h5.active-job:after{
    display:none;
  }
  .job-listing h5.active-job{
    margin-top:6px;
  }
  .job-listleft {
    padding: 20px 20px 30px;
    width: 100%;
  }

  .job-listright {
    width: 100%;
    padding: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
    display:block;
  }

  .job-btmlist {
    bottom: 0;
    position: relative;
    margin: 30px 0 0;
  }
  .jb-acjobs {
    padding: 0 0 15px;
    width: 100%;
  }

  .jb-acsort {
    padding: 15px 0 0;
    width: 100%;
  }

  .jb-acsort select {
    width: 100%
  }

  .jb-ltitle p,
  .jb-conlist ul li,
  .job-rtop ul li {
    font-size: 16px;
  }
  .job-listing .paginationParent ul li {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .paginationParentmain {
    padding:50px 0;
  }
}

.job-shead {
  text-align: center;
  max-width: 1237px;
  margin: 0 auto;
}

.job-sbanner .dis-flex {
  display: flex;
  flex-wrap: wrap;
}

.job-shead>* {
  color: var(--bg-base) !important
}

.job-sbanner .content-wrapper {
  max-width:100%;
  padding:0;
  margin: 0 auto;
  width: 100%;
}

.jons-topbanner {
  padding:52px 55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.job-sbanner .job-textlocs p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.job-textlocs p svg {
  margin-right: 8px;
}
.job-middle {
  background-color:#FFF;
}

.jobs-services {
  background: #f4f4f4;
  border-radius: 9px;
  padding: 15px 40px;
  margin:0;
}

.jobs-services ul,
.job-shares ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-services ul li {
  padding: 10px 0;
}

.jobs-services ul li img {
  margin-right: 10px;
}

.jobs-services ul li {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
}

.job-descrpt {
  margin-top: 30px;
}

.job-idtext {
  font-weight: 500;
  color: #043F3D;
  line-height: 110%;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  letter-spacing: -0.144px;
}

.job-sbanner h2 {
  color: #043F3D;
  margin-bottom: 30px;
}

.job-descrpt p,
.job-pconts p {
  margin-bottom: 20px;
}

.job-sbanner p,
.job-table td,
.jobs-services ul li,
.job-descrpt p,
.job-pconts p,
.job-shares p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #043F3D;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: -0.061px;
}
.job-table table td.green-bgs a{
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
  font-size: 13.551px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-applybtn {
  margin: 30px 0 0;
}

.job-applybtn a {
  border-radius: 100px;
  font-size: 19px;
  padding: 15.5px 54px 15.5px 25px !important;
  font-family: Inter, sans-serif;
}

.job-applybtn a:after {
  right: calc(36px - 10px) !important;
}

.job-right {
  padding-left: 30px;
  flex-basis: 29%;
}

.job-sbanner h3 {
  color: #043F3D;
  margin-bottom: 20px;
  font-family: 'DM Serif'
}

.job-wants {
  border-radius: 7px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 30px 23px 30px;
}

.profile-imgs {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 120px;
  height: 120px;
  width: 120px;
  margin-top: -120px;
}

.job-pconts h5 {
  font-weight: 500;
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  line-height: 141%;
  letter-spacing: 0.052px;
}

.job-pconts p {
  color: #000;
}

.job-pconts p a {
  color: #62BAAF;
  text-decoration-line: underline;
}

.job-pconts {
  margin: 15px 0 0;
}

.job-pconts p:last-child {
  margin: 0;
}

.job-shares {
  border-radius: 7px;
  text-align: center;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  padding: 18px 40px;
  margin: 14px 0 0;
}

.job-shares p {
  margin-bottom: 15px;
  color: #000;
}

.job-shares ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.job-shares ul li {
  margin: 0 8px;
}

.job-shares ul li a {
  display: block;
  line-height: 0;
}
.common-wbox-fix{
  position: relative;
}
.common-wbox-fix .pop-options {
  background: #043f3d;
  border-radius: 7px;
  color: #fff;
  padding: 33px 30px 40px;
  min-width: 400px;
  max-width: 400px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index:1;
  max-height: 600px;
  overflow: auto;
  transition:all 0.35s;
}
.common-wbox-fix .pop-options.showfilter{
  opacity:1;
  visibility: visible;
  z-index:1;
}
.common-wbox-fix .pop-options::-webkit-scrollbar{
  display:none;
}
.common-wbox-fix .pop-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.common-wbox-fix .pop-options ul li{
  color:#FFF;
  font-size:19px;
  font-style: normal;
  font-weight: 500;
  line-height:1;
  margin-bottom:19px;
  display:flex;
  align-items: center;
}
.common-wbox-fix .pop-options ul li span{
  line-height:normal;
  cursor: pointer;
}
.common-wbox-fix .pop-options h6 {
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 19px;
}
.common-wbox-fix input[type=checkbox]{
  position:relative;
  width: 34px !important;
  height: 34px;
  appearance: none;
  border-radius: 2px;
  background:#FFF;
  margin:0;
  margin-right:12px;
  cursor: pointer;
}
.common-wbox-fix.locationsec input[type=checkbox] {
  background: #043f3d;
}
.common-wbox-fix.locationsec input[type=checkbox]:checked,
.common-wbox-fix input[type=checkbox]:checked{
  background:#62BAAF;
}
.common-wbox-fix input[type=checkbox]:checked:after{
  content: '';
  position: absolute;
  width:18px;
  height:10px;
  top: 45%;
  left: 50%;
  border: 3px solid #FFF;
  border-top: 0;
  border-right: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}
.common-wbox span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 94%;
  display: block;
}
.resetfilter {
  margin-top: 10px;
}
.resetfilter a{
  color:#000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.051px;
  text-decoration-line: underline;
}
.location-search input[type="search"] {
  width: 100%;
  max-width: 100%;
}
.location-search input[type="search"]:first-child{
  margin-bottom:11px;
}
.location-search input[type="search"]:last-child{
  margin-bottom:0;
}
.location-state span.loc-state,
.salary-search span.salary-to,
.salary-search span.salary-form {
  background-color: #fff;
  background-image: url('https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg');
  background-position: right 21px center;
  background-size: 14px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 11px;
  padding: 20px 21px;
  display: block;
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.location-state span.loc-state{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-wbox-fix.locationsec .pop-options.showfilter,
.common-wbox-fix.salryrangesec .pop-options.showfilter{
  overflow:unset;
}
.salary-search span.salary-form{
  margin-bottom:11px;
}
.common-wbox-fix .pop-options .location-state ul,
.common-wbox-fix .pop-options .datasalary ul,
.common-wbox-fix .pop-options .datasalary2 ul {
  position: absolute;
  max-height: 300px;
  z-index: 1;
  top: 68px;
  width: 100%;
  overflow: auto;
  z-index: 2;
  background-color: #FFF;
  border-radius: 7px;
  display:none;
  padding: 10px;
}
.common-wbox-fix .pop-options .location-state ul{
  padding:20px;
}
.common-wbox-fix .pop-options .location-state,
.common-wbox-fix .pop-options .datasalary,
.common-wbox-fix .pop-options .datasalary2{
  position:relative;
}
.common-wbox-fix .pop-options .location-state ul::-webkit-scrollbar,
.common-wbox-fix .pop-options .datasalary ul::-webkit-scrollbar,
.common-wbox-fix .pop-options .datasalary2 ul::-webkit-scrollbar{
  display:none;
}
.common-wbox-fix .pop-options .datasalary ul li, 
.common-wbox-fix .pop-options .datasalary2 ul li {
  color: #000;
  width: 100%;
  padding: 10px;
  display: block;
  margin-bottom: 0;
}
.common-wbox-fix .pop-options .location-state ul li{
  color: #000;
}
.jobs-rlts.datasortinggroup {
  position: relative;
  max-width: 210px;
  margin-right: 0;
  margin-left: auto;
}
.jobs-rlts.datasortinggroup span.sort-text {
  background-color: #F4F4F4;
  background-image: url(https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg);
  background-position: right 21px center;
  background-size: 14px;
  border: none;
  border-radius: 7px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
}
.jobs-rlts.datasortinggroup ul {
  border-radius: 7px;
  position: absolute;
  width: 100%;
  top: 68px;
  margin: 0;
  padding: 10px;
  z-index: 1;
  background-color: #FFF;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.jobs-rlts.datasortinggroup ul li {
  padding: 5px 10px;
  text-align: left;
  cursor: pointer;
}
.jobs-rlts.datasortinggroup {
  margin-left: auto;
  margin-right: 0;
  max-width: 210px;
  position: relative;
}


@media(min-width:1025px) {
  .job-shead p {
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.061px;
  }

  .job-shead h2 {
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.10;
    letter-spacing: -0.321px;
  }

  .job-sbanner h2 {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.321px;
    font-size: 51px;
  }

  .job-sbanner h3 {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.105px;
    font-size: 39px;
  }
}

@media(max-width:1130px) {
  .job-right {
    flex-basis: 35%;
  }
  .job-minner {
    flex-basis: 65%;
  }
}

@media(max-width:767px) {

  .job-sbanner p,
  .job-table td,
  .job-table table td.green-bgs a,
  .jobs-services ul li,
  .job-descrpt p,
  .job-pconts p {
    font-size: 17px;
    line-height: 1.6;
  }
  .jobrepage .job-sbanner .job-middle{
    padding: 60px 0 0px!important;
  }
  .job-table table td{
    width:100%;
    padding:0 20px 0 20px;
  }
  .job-table table td.cwids{
    width:100%!important;
  }
  .job-table table tr{
    display:grid;
  }
  .job-applybtn a {
    font-size: 16px;
    padding: 13px 54px 13px 25px !important;
  }

  .job-table table td.green-bgs {
    padding: 15px 20px;
  }
  .job-minner,
  .job-minner {
    padding: 0 0 80px;
    flex-basis: 100%;
  }

  .job-right {
    flex-basis: 100%;
    padding: 15px 0 0;
  }

  .jobs-services {
    padding: 15px 20px;
  }

  .profile-imgs {
    border-radius: 90px;
    height: 90px;
    margin-top: -90px;
    width: 90px;
  }
}

.jb-optionlist .common-wbox {
  background-image: url('https://news.wave.com.au/hubfs/Job%20Listing/Arrow%20Down-1.svg');
}
.job-listing .common-wbox-fix .pop-options {
  padding: 19px 20px;
  max-height: 450px;
}
.common-wbox-fix .pop-options ul li{
  font-size:1rem; 
}
.common-wbox-fix input[type=checkbox]}
width: 27px !important;
height: 27px;
}

.location-state span.loc-state,
.salary-search span.salary-to,
.salary-search span.salary-form {
  padding: 16px 20px;

}

.job-sbanner  .job-textlocs p {display:flex; align-items:center; justify-content:center;color:#fff;}
.job-textlocs p svg{margin-right:8px;}
.job-middle{padding:60px 55px 100px;}
.job-idtext{font-weight: 500;color:#043F3D;line-height: 110%;font-size:18px;  font-family: "Inter", sans-serif;  letter-spacing: -0.144px;}
.job-sbanner h2{color:#043F3D;margin-bottom:30px;}
.job-sbanner p,.job-table td,.job-table table td.green-bgs a{ font-family: "Inter", sans-serif;font-weight: 400;color:#043F3D;font-size:19px; line-height: 140%; letter-spacing: -0.061px;}
.job-table{margin:30px 0 0;}
.job-table table {border-radius: 7px; border-spacing: 0;padding:28px 0 0;border: 1px solid #D7D7D7;background-color:#FFF;}
.job-table table td.cwids{padding:0 20px 0 40px;width:25%;}
.job-table table td{padding-bottom:20px; vertical-align: top;padding-right: 40px;}
.job-table table td.green-bgs { background-color: #d0e2e2; padding: 20px 40px; text-align: center; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.job-table table td.green-bgs a{text-decoration:underline;}
.job-applybtn{margin:30px 0 0;}
.job-applybtn a { border-radius: 100px; font-size: 19px; padding: 15.5px 54px 15.5px 25px !important; font-family: Inter, sans-serif; }
.job-applybtn a:after{ right: calc(36px - 10px) !important;}
.job-sbanner,
.job-banner {
  background-color: #043f3d;
}

.jons-topbanner{
  padding:50px 20px;
}
.job-middle {padding:60px 20px 100px;}
.job-sbanner p,.job-sbanner p,.job-table td,.job-table table td.green-bgs a{font-size: 17px;line-height: 1.6;}
.job-table table td.cwids {padding: 0 20px 0 20px;}
.job-table table td { padding-bottom: 15px;padding-right: 20px;}
.job-applybtn a { font-size: 16px; padding: 13px 54px 13px 25px !important;  }
.job-table table td.green-bgs{padding:15px 20px;}


.jobs-rlts.datasortinggroup span.sort-text {
  padding: 16px 20px;
  width:100%;
}
.jobs-rlts.datasortinggroup{
  max-width:100%;
}
}

@media(max-width:640px){
  .job-table table td.cwids{width:140px;padding-right:10px;}
  .job-table table td.green-bgs a {display: block;}
}

.jobrepage .job-sbanner .jons-topbanner {
  padding: 90px 20px;
}
.jobrepage .job-sbanner .content-wrapper {
  max-width: 1280px;
  padding: 0 20px;
}
.jobrepage .job-sbanner .content-wrapper {
  max-width: 1280px;
  padding: 0 20px;
}
.jobrepage .job-sbanner .job-middle{
  padding:60px 0 100px;
}

.jobrepage .job-minner > a.button.button--secondary.button--arrow {
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 20px;
  line-height:1;
}
.jobrepage .job-minner > a.button.button--secondary.button--arrow:after {
  left: 0;
  transform: rotate(180deg);
}
.job-table table td.green-bgs .job-btmlist ul.dis-flex {
  justify-content: flex-start;
}
@media(max-width:1280px){
  .jobrepage .job-sbanner .jons-topbanner{
    padding: 170px 20px 90px;
  }
}
.all_job_post_main {
  position: relative;
}
#loader {
  position: fixed;
  z-index: 9999;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid rgb(4, 63, 61);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}