.ppw,
.hctm {
  padding-inline: 20px;
}

.ppw__head {
  margin-bottom: 40px;
}

.ppw__cost-calc {
  padding: 20px;
  border: 1px solid #e9e9e9;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  border-radius: 16px;
}

.ppw__calc .ppw__calc-inner {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4,1fr);
  margin-bottom: 15px;
}

.ppw__calc-inner {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.ppw__calc-inner select {
  border: 1px solid #dddde4;
  height: 100%;
  padding: 10px;
  width: 100%;
}

.ppw_plus,
.ppw_minus {
  background-color: #05abb3;
  color: #fff;
  width: var(--hwsize);
  --hwsize: 34px;
  aspect-ratio: 1;
  transition: .2s ease;
  cursor: pointer;
}

.ppw_minus {
  background-color: #e9e9e9;
  color: #000;
}

.small_text {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-bottom: 6px;
}

.ppw__total {
  border: 1px solid #e9e9e9;
  margin-top: 30px;
  text-align: right;
  background: #fafafa;
  padding: 20px;
}

.ppw_plus:hover {
  background-color: #125373;
}

.ppw_minus:hover {
  background-color: #8d8d94;
  color: #ffff;
}

.ppw__block:last-child {
  align-self: center;
}

.hctm {
  padding-top: 40px;
}

.hctm__cost .ppw__calc-inner {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 15px;
}

.ppw__range {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #05abb3;
  border-radius: 4px;
}

.ppw__range span {
  color: #fff;
}

.hctm__cost {
  border: 1px solid #e9e9e9;
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
}

.ppw__calc-inner:nth-last-child(1 of .ppw__calc-inner) {
  padding-bottom: 0;
  border-bottom: 0;
}

.hctm__cost .ppw__block:last-child {
  text-align: right;
}

.ppw__calc-inner .ppw__range input[type=range] {
  background-color: #e9e9e9;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  padding: 0;
  accent-color: #dcc093;
}

.ppw__range input[type=range]:focus {
  outline: unset !important;
  border-color: #dddde4 !important;
}

.ppw__block:last-child {
  position: relative;
}

.ppw__block:last-child button.ppw_minus {
  position: absolute;
  left: -35px;
}

.ppw__range span.ppw__range__number {
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
}

.hctm.membership-plan .hctm__cost {
  background-color: var(--dark);
  color: #fff;
  overflow: hidden;
  position: relative;
  border-color: var(--dark);
}

.hctm.payg-projects .hctm__cost {
  background-color: #05abb3;
  border-color: #05abb3;
  color: #fff;
}

.hctm.membership-plan .hctm__cost .ppw__total,
.hctm.payg-projects .hctm__cost .ppw__total {
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
}

.ppw .ppw__cost-calc .ppw__calc .job_list_row .ppw__block {
  align-self: center;
}

.payg-projects-site__logo strong, 
.ppw__block.membership-plan__logo strong{
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.payg-projects-site__logo strong .payg-projects__logo, 
.hctm.membership-plan .hctm__cost .membership-plan__icon{
  display: flex;
  width: 40px;
  aspect-ratio: 1;
}

.ppw .ppw__cost-calc .job_list_totals .ppw__block, 
.ppw .ppw__cost-calc .job_list_row .ppw__block:last-child{
  text-align: right;
}

.hiring-costs .hctm__cost .ppw__calc-inner:nth-child(2) .ppw__block:nth-child(2) {
  text-align: right;
}

.hiring-costs .hctm__cost .ppw__total .wage.payg_saving_total_under_payg {
  /*   font-size: 20px; */
  font-size: 22px;
  text-align: center;
  font-weight: 900;
  color: #05abb3;
}

.hiring-costs .hctm__cost .ppw__calc-inner .recruiter_agency_costs_total {
  width: 80px;
  margin-top: 25px;
}

.payg-projects-site__logo strong {
  font-size: 17px;
  line-height: 1;
}



.plan-pdf_btn .#generate_pdf_file {
  background: #05abb3 !important;
  border-color: #05abb3;
  color: #fff !important;
  cursor: pointer;
  font-size: 1rem;
  margin-inline: 0px;
}

.plan-pdf_btn {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.wage.payg_saving_total_under_payg,
.wage.membership_saving_total_under_membership_plan{
  color: #05abb3;
}

@media screen and (max-width: 767px) {

  .hctm {
    padding-top: 30px;
  }

  .ppw__cost-calc, 
  .hctm__cost{
    border-radius: 10px;
  }

  .hctm__cost .ppw__calc-inner, 
  .ppw__calc .ppw__calc-inner {
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
  }

  .ppw__calc-inner:nth-last-child(1 of .ppw__calc-inner) {
    margin-bottom: 0;
  }

  .ppw__cost-calc {
    padding: 24px 14px;
  }

  .small_text {
    text-align: left;
  }

  .ppw__block:last-child button.ppw_minus {
    position: static;
  }

  .hctm .ppw__calc-inner:nth-last-child(1 of .ppw__calc-inner) {
    grid-template-columns: auto;
    gap: 2px;
  }

  .ppw__total {
    margin-top: 20px;
  }

  .ppw_minus, .ppw_plus {
    --hwsize: 24px;
  }

  .hctm.membership-plan .hctm__cost .ppw__total, 
  .hctm.payg-projects .hctm__cost .ppw__total {
    font-size: 16px;
    line-height: 1.6;
  }

  .hctm.payg-projects .hctm__cost .ppw__calc-inner, 
  .hctm.membership-plan .hctm__cost .ppw__calc-inner{
    gap: 4px;
  }

  .payg-projects-site__logo strong .payg-projects__logo {
    width: 30px;
  }

  .payg-projects-site__logo strong, 
  .ppw__block.membership-plan__logo strong {
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .ppw .ppw__calc .ppw__calc-inner .ppw__range {
    margin-top: 10px;
  }

  .hiring-costs .hctm__cost .ppw__calc-inner:nth-child(2) .ppw__block:nth-child(2), 
  .ppw .ppw__cost-calc .job_list_row .ppw__block:last-child, 
  .ppw .ppw__cost-calc .job_list_totals .ppw__block {
    text-align: left;
  }

  .hiring-costs .hctm__cost .ppw__total .wage.payg_saving_total_under_payg {
    font-size: 16px;
    line-height: 1.2;
  }
}

.report-download-main {
  max-width: 550px;
  position: relative;
  overflow: hidden;
  background-color: #e6f6f7;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding: 35px;
  border-radius: 25px;
}

.report-download-close img {
  max-height: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.report-download-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  right: 0;
}

.report-download-main:before {
  background: #d9f0f2;
  border-radius: 50%;
  content: "";
  height: 450px;
  left: -160px;
  position: absolute;
  top: -214px;
  width: 450px;
  z-index: -1;
}

button#generate_pdf_file {
  background: #05abb3 !important;
  border-color: #05abb3;
  color: #fff !important;
  font-size: 1rem;
  padding: .75rem 1rem;
  margin-top: 32px;
  margin-left: 22px;
  cursor: pointer;
}

#pdf_html_latest table td {
  border: none;
  font-size: 16px;
  line-height: 18px;
  font-family: arial;
  padding-block: 8px;
}

#pdf_html_latest .table__heading h2 {
  font-size: 18px;
  padding-block: 8px 5px;
  font-family: arial;
}


.ppw__calc-inner .add_more_row {
  background: transparent;
  border-color: #05abb3;
  color: #05abb3;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 5px;
  margin-block: 15px;
  display: inline-block;
  padding: .75rem 0rem;
  border-radius: 50px;
  transition: 0.2s ease all;
}

.table__heading.funded-head {
  padding-block: 16px 16px;
}

#pdf_html_latest .ppw__head {
  margin-block: 25px 20px;
}

#pdf_html_latest table tfoot {
  padding-block: 20px;
  display: inline-table;
  width: 100%;
  border: 0 !important;
  border-radius: 0px 0px 16px 16px;
  background: #f5f5f5;
}

#pdf_html_latest .ppw {
  padding-top: 25px;
  padding-bottom: 25px;
}

.report-download-body .hbspt-form {
  padding-block: 25px 28px;
  text-align: center;
}


.report-download-title {
  font-weight: 500;
  font-size: 20px;
}

#pdf_html_latest table .ppw__total .ppw-label {
  color: #000 !important;
  font-family: arial;
}

#pdf_html_latest .ppw__calc .ppw__calc-inner {
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bottom-content {
  padding-top: 30px;
}

#pdf_html_latest .ppw__total {
  margin-top: 0px;
  padding: 0;
  /*   padding: 10px 10px; */
}

tfoot.ppw__total tr {
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

tfoot.ppw__total tr td {
  text-align: left;
}

tfoot.ppw__total tr td {
  padding: .75rem !important;
}

tfoot.ppw__total tr td:first-child {
  /*   padding-left: 0px !important; */
}

#pdf_html_latest table tfoot td:nth-of-type(2) {
  padding-left: 0px !important;
}

#pdf_html_latest table tfoot td:nth-of-type(2) {
  text-align: left;
  padding-left: .45rem !important;
}

tfoot.ppw__total tr td:last-child {
  /*   padding-right: 0 !important; */
  text-align: right;
}

.th__funded-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__heading {
  background: #e6f6f7;
  border-radius: 10px;
  margin-bottom: 12px;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: left;
}

.table__heading h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ppw__hiring-costs-btn {
  padding-top: 20px;
  text-align: right;
}

@media screen and (max-width: 767px){
  [data-name] {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgb(255 255 255 / 31%);
    padding: 10px;
    align-items: center;
  }
  [data-name]::before {
    content: attr(data-name) " :";
    ); width: 50%;
    margin-right: 20px;
    text-align: left;
  }
  .mobile-hide{
    display: none;
  }
  .ppw__total {
    text-align: left;
  } 
  #pdf_html_latest {
    width: 1400px;
  }

}

.currency-change {
  text-align: right;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.currency-change select {
  width: 110px;
  background-color: #05abb3;
  padding-block: 8px;
  padding-inline: 15px;
  color: #fff;
  border-radius: 6px;
}

.currency-change label {
  padding-inline: 10px;
  font-weight: bold;
}

/* Tooltip css */
[data-tip] {
  position:relative;

}
[data-tip]:before {
  content:'';
  /* hides the tooltip when not hovered */
  display:none;
  content:'';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;	
  position:absolute;
  top:52px;
  left:35px;
  z-index:8;
  font-size:0;
  line-height:0;
  width:0;
  height:0;
}
[data-tip]:after {
  display:none;
  content:attr(data-tip);
  position:absolute;
  top:57px;
  left:0px;
  padding:5px 8px;
  background:#1a1a1a;
  color:#fff;
  z-index:9;
  font-size: 0.75em;
  height:26px;
  line-height:18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space:nowrap;
  word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  display:block;
}

[data-tip= '']:hover:before,
[data-tip = '']:hover:after {
  display:none;
}

