/* Common styles */
.hidden {
  display: none;
}

/* Common styles End*/


/* Leader  */
#spin-loader {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
}

#spin-loader::before {
  content: "";
  background: rgb(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

.spin-loader {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/* Section 1 */
.rm-calculator label.estimated_value {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.rm-calculator label.estimated_value .tooltip_que {
  border: 1px solid var(--dark-green);
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  color: var(--dark-green);
  font-size: 12px;
}

.rm-calculator label.estimated_value .info-text {
  position: absolute;
  background: #E6ECED;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  top: 32px;
  margin-left: -10px;
  display: none;
  z-index: 1;
}

.rm-calculator label.estimated_value .info-text:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #E6ECED;
  border-width: 8px;
  margin-left: -8px;
}

/* Section 1 */



/* Section 2 */
th,
tr td {
  text-align: center;
}

.row-gray {
  background-color: #eeeff0;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator td .custom-radio {
  margin: 0;
  display: block;
  text-align: left;
}

.rm-calculator td .custom-radio input[type="radio"] {
  display: none;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator .option-table-content td input[type="radio"]+span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00414C;
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  top: 5px;
}

th,
tr td {
  text-align: center;
}

td.active.chip-max-rate-value:hover span,
td.active.chip-open-rate-value:hover span,
td.active.chip-rm-rate-value:hover span,
td.active.income-advantage-rate-value:hover span {
  color: #fff;
}

td.active.chip-max-rate-value:hover,
td.active.chip-open-rate-value:hover,
td.active.chip-rm-rate-value:hover,
td.active.income-advantage-rate-value:hover {
  background-color: #446D50;
  cursor: pointer;
  color: white;
}

.table-cell-grey.inactive {
  background-color: #d1d1d1;
  color: #777;
}


.mobile-only-table {
  display: none;
}

.table-header-text {
  font-size: 9px;
  font-weight: bold;
  color: white;
}



/* New one*/
.active.selected-chip-rate {
  background-color: #446D50 !important;
  color: white !important;
}

.active.selected-chip-rate .radio-label {
  color: #fff;
}

.rm-calculator .option-table-content td input[type="radio"]+span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00414C;
  border-top-color: rgb(0, 65, 76);
  border-right-color: rgb(0, 65, 76);
  border-bottom-color: rgb(0, 65, 76);
  border-left-color: rgb(0, 65, 76);
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  top: 5px;
}

.rm-calculator td.active .custom-radio input[type="radio"]:checked+span::before {
  background: url(../assets/images/check.svg) no-repeat center;
  border-color: #fff;
}

td.active.chip-max-rate-value:hover,
td.active.chip-open-rate-value:hover,
td.active.chip-rm-rate-value:hover,
td.active.income-advantage-rate-value:hover {
  background-color: #446D50;
  cursor: pointer;
  color: white;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator td .custom-radio {
  margin: 0;
  display: block;
  text-align: left;
}

.rm-calculator label {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: .5rem;
}

/* Progress bar */
.slidecontainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Common styles */
.hidden {
  display: none;
}

/* Common styles End*/


/* Leader  */
#spin-loader {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
}

#spin-loader::before {
  content: "";
  background: rgb(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

.spin-loader {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/* Section 1 */
.rm-calculator label.estimated_value {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.rm-calculator label.estimated_value .tooltip_que {
  border: 1px solid var(--dark-green);
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  color: var(--dark-green);
  font-size: 12px;
}

.rm-calculator label.estimated_value .info-text {
  position: absolute;
  background: #E6ECED;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  top: 32px;
  margin-left: -10px;
  display: none;
}

.rm-calculator label.estimated_value .info-text:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #E6ECED;
  border-width: 8px;
  margin-left: -8px;
}

/* Section 1 */



/* Section 2 */
th,
tr td {
  text-align: center;
}

.row-gray {
  background-color: #eeeff0;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator td .custom-radio {
  margin: 0;
  display: block;
  text-align: left;
}

.rm-calculator td .custom-radio input[type="radio"] {
  display: none;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator .option-table-content td input[type="radio"]+span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00414C;
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  top: 5px;
}

th,
tr td {
  text-align: center;
}

td.active.chip-max-rate-value:hover span,
td.active.chip-open-rate-value:hover span,
td.active.chip-rm-rate-value:hover span,
td.active.income-advantage-rate-value:hover span {
  color: #fff;
}

td.active.chip-max-rate-value:hover,
td.active.chip-open-rate-value:hover,
td.active.chip-rm-rate-value:hover,
td.active.income-advantage-rate-value:hover {
  background-color: #446D50;
  cursor: pointer;
  color: white;
}

.table-cell-grey.inactive {
  background-color: #d1d1d1;
  color: #777;
}


.mobile-only-table {
  display: none;
}

.table-header-text {
  font-size: 9px;
  font-weight: bold;
  color: white;
}



/* New one*/
.active.selected-chip-rate {
  background-color: #446D50 !important;
  color: white !important;
}

.active.selected-chip-rate .radio-label {
  color: #fff;
}

.rm-calculator .option-table-content td input[type="radio"]+span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00414C;
  border-top-color: rgb(0, 65, 76);
  border-right-color: rgb(0, 65, 76);
  border-bottom-color: rgb(0, 65, 76);
  border-left-color: rgb(0, 65, 76);
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  top: 5px;
}

.rm-calculator td.active .custom-radio input[type="radio"]:checked+span::before {
  background: url(../assets/images/check.svg) no-repeat center;
  border-color: #fff;
}

td.active.chip-max-rate-value:hover,
td.active.chip-open-rate-value:hover,
td.active.chip-rm-rate-value:hover,
td.active.income-advantage-rate-value:hover {
  background-color: #446D50;
  cursor: pointer;
  color: white;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.rm-calculator td .custom-radio {
  margin: 0;
  display: block;
  text-align: left;
}

.rm-calculator label {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: .5rem;
}

/* Progress bar */
.slidecontainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.slidecontainer .slider {
  width: 80%;
}

.slidecontainer .form-control {
  width: 20%;
}




input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 5px;
  background: var(--dark-green);
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #B0C4C8;
  border: 3px solid var(--dark-green);
  height: 37px;
  width: 37px;
  border-radius: 20px;
}



/* Responsive */
@media only screen and (max-width: 991px) {
  .mobile-only-table {
    display: block !important;
  }

  .rm-calculator .option-table-content th,
  .rm-calculator .option-table-content td {
    padding: 15px;
  }
}




/* Section 4 table style start */

#pageResults .clear {
  clear: both;
}

#pageResults .clearfix:before,
#pageResults .clearfix:after {
  content: " ";
  display: table;
}

#pageResults .clearfix:after {
  clear: both;
}

#pageResults .graph-table-container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 1rem;
}

#pageResults .table-container {
  width: 50%;
  display: inline-block;
}

#pageResults .table-container .spacer {
  height: 2rem;
}

@media only screen and (max-width: 767px) {
  #pageResults .table-container {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
}

#pageResults .graph .spacer {
  height: 2rem;
}

#pageResults .graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .graph .legend .leg {
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .legend .leg .legend-tab {
    width: 50%;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  #pageResults .graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .graph .legend .leg tr {
  height: auto;
}

#pageResults .graph .legend .leg td {
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 0;
  height: 20px;
}

#pageResults .graph .legend .leg td.legicon {
  width: 20px;
}

#pageResults .graph .legend .leg td.legicon.home-value {
  background-color: #79c691;
}

#pageResults .graph .legend .leg td.legicon.rev-mort-int {
  background-color: #fcdd04;
}

#pageResults .graph .legend .leg td.legicon.rev-mort {
  background-color: #00414b;
}

#pageResults .graph .legend .leg td.legend-text {
  padding-left: 5px;
}

#pageResults .graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .mobile-graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .mobile-graph .legend .leg {
  height: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .legend .leg .legend-tab {
    width: 80%;
    text-align: center;
    display: inline-block;
  }
}


@media only screen and (min-width: 768px) {
  #pageResults .mobile-graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .mobile-graph .legend .leg tr {
  height: auto;
}

#pageResults .mobile-graph .legend .leg td {
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 5px;
}

#pageResults .mobile-graph .legend .leg td .home-value {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #79c691;
}

#pageResults .mobile-graph .legend .leg td .rev-mort-int {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fcdd04;
}

#pageResults .mobile-graph .legend .leg td .rev-mort {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #00414b;
}

#pageResults .mobile-graph .legend .leg td .legend-text {
  padding-left: 5px;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  margin: 2rem 2rem 0;
}

#pageResults table {
  /* width: 100%; */
  /* border-collapse: separate; */
  /* border-spacing: 2px; */
  border: none;
}

#pageResults tr {
  height: 40px;
}

#pageResults td:lang(fr) {
  font-size: 14px;
}

#pageResults tr.remaining {
  background-color: #00414d;
  color: white;
}

#pageResults tr td:first-child {
  text-align: left;
  padding: 15px;
  line-height: normal;
}

#pageResults .even-row {
  background-color: #E6ECED;
}

#pageResults .mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-only {
    display: table-cell;
  }

  #pageResults .prod-img {
    margin-bottom: 10px;
  }
}

#pageResults .mobile-graph {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph {
    display: block;
    margin-bottom: 30px;
  }
}

#pageResults .uri {
  width: 380px !important;
  height: 221px !important;
}

#pageResults .ctas-container {
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (max-width: 767px) {
  #pageResults .ctas-container .cta-container {
    display: block;
    width: 100%;
  }
}

#pageResults .start-over-button-container {
  margin-top: 50px;
  text-align: left;
}

#pageResults .summary-text {
  font-weight: normal;
  font-style: normal;
}

#pageResults .results-statement {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement {
    margin-top: 1rem;
    margin-bottom: 0rem;
    display: none;
  }
}

#pageResults .results-statement-mobile {
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement-mobile {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0rem;
    padding: 5px;
  }
}

#pageResults .desktop-header {
  height: 1rem !important;
  padding-bottom: 0.5rem;
}

#pageResults .question-title-button {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .question-title-button:hover,
#pageResults .question-title-button:focus {
  background-color: #afd9b8;
}

#pageResults .btn-green {
  background-color: #afd9b8;
  color: #000;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .btn-green:hover,
#pageResults .btn-green:focus {
  background-color: #fddd03;
}

.rm-calculator .graph table {
  margin: 0;
  border: none;
}

.table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  gap: 20px;
  margin-top: 20px;
}

.downloadreportcta {
  font-size: 16px;
  width: 100%;
}

.customize-btn a {
  background: #E6ECED;
}



.popup-details {
  max-width: 100%;
  width: 500px;
  padding: 15px;
  color: #00414d;
  background-color: white;
  font-weight: normal;
  /* border-radius: 8px; */
  position: absolute;
  z-index: 998;
  -ms-transform: translate(0, -550px);
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 62px;
}

@media (min-width: 768px) {
  .popup-details {
    /* max-width: 450px; */
    -ms-transform: translate(50%, -125%);
    /* transform: translate(50%, -125%); */
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .popup-details {
    /* max-width: 500px; */
    -ms-transform: translate(85%, -125%);
    /* transform: translate(85%, -125%); */
  }
}

.popup-details .close-x {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-details .details-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popup-details .details-header {
    font-size: 18px;
  }
}

.popup-details .details-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup-details .details-content .content-title {
  width: 50%;
}

.popup-details .details-content .content-title p {
  font-weight: 700;
}

.popup-details .details-content .content-input {
  width: 50%;
}

.popup-details .details-content .content-input .input-field {
  width: 100%;
  background-color: #e2f1e5;
  border: none;
}

.popup-details .download-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-details .download-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -ms-transform: translate(-50%, 3px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  background-color: white;
  box-shadow: 2px 2px rgba(165, 165, 165, 0.5);
}

@media (min-width: 768px) {
  .popup-details:after {
    -ms-transform: translate(115px, 12px) rotate(45deg);
    transform: translate(115px, 12px) rotate(45deg);
  }
}


.popup-close-button-2 {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .popup-close-button-2 {
    top: 10px;
    right: 10px;
  }
}

table.pop-tb {
  border: none;
  margin: 0 0 15px;
  table-layout: auto;
}

.popup-content {
  max-height: 80vh;
  overflow: auto;
  font-size: 1rem;
  padding: 20px;
}

.popup-header {
  font-size: 26px;
  line-height: 32px;
  background-color: #00414d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup-header .modal-title {
  color: white;
}

#customize-popup {
  /*   position: relative; */
  right: 59%;
  bottom: 10%;
  width: 40%;
}

.popup table td {
  border: 1px solid var(--hover-green);
  font-size: 14px;
}

th,
tr td {
  text-align: center;
}

.popup table th {
  font-size: 14px;
  color: white;
  background-color: #00414d;
  font-weight: normal;
  border: 1px solid var(--hover-green);
}



.popup-details {
  max-width: 100%;
  width: 500px;
  padding: 15px;
  color: #00414d;
  background-color: white;
  font-weight: normal;
  /* border-radius: 8px; */
  position: absolute;
  z-index: 998;
  -ms-transform: translate(0, -550px);
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 62px;
}

@media (min-width: 768px) {
  .popup-details {
    /* max-width: 450px; */
    -ms-transform: translate(50%, -125%);
    /* transform: translate(50%, -125%); */
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .popup-details {
    /* max-width: 500px; */
    -ms-transform: translate(85%, -125%);
    /* transform: translate(85%, -125%); */
  }
}

.popup-details .close-x {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-details .details-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popup-details .details-header {
    font-size: 18px;
  }
}

.popup-details .details-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup-details .details-content .content-title {
  width: 50%;
}

.popup-details .details-content .content-title p {
  font-weight: 700;
}

.popup-details .details-content .content-input {
  width: 50%;
}

.popup-details .details-content .content-input .input-field {
  width: 100%;
  background-color: #e2f1e5;
  border: none;
}

.popup-details .download-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-details .download-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -ms-transform: translate(-50%, 3px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  background-color: white;
  box-shadow: 2px 2px rgba(165, 165, 165, 0.5);
}

@media (min-width: 768px) {
  .popup-details:after {
    -ms-transform: translate(115px, 12px) rotate(45deg);
    transform: translate(115px, 12px) rotate(45deg);
  }
}


.popup-close-button-2 {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .popup-close-button-2 {
    top: 10px;
    right: 10px;
  }
}

table.pop-tb {
  border: none;
  margin: 0 0 15px;
  table-layout: auto;
}

.popup-content {
  max-height: 80vh;
  overflow: auto;
  font-size: 1rem;
  padding: 20px;
}

.popup-header {
  font-size: 26px;
  line-height: 32px;
  background-color: #00414d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#customize-popup {
  /*   position: relative; */
  right: 59%;
  bottom: 10%;
  width: 40%;
}




.popup-close-button-2::before,
.popup-close-button-2::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 13px;
  height: 3px;
  content: "";
  background-color: #00414d;
  display: block;
}

.popup-close-button-2::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close-button-2::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close-button-2:hover:focus {
  cursor: pointer;
}

.popup-close-button-2:hover:focus::before,
.x:hover:focus::after {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.modal-content {
  /* width: auto !important; */
}

/* Section 4 table style End */


/* PDF */



/* Responsive */
@media only screen and (max-width: 991px) {
  .mobile-only-table {
    display: block !important;
  }

  .rm-calculator .option-table-content th,
  .rm-calculator .option-table-content td {
    padding: 15px;
  }
}




/* Section 4 table style start */

#pageResults .clear {
  clear: both;
}

#pageResults .clearfix:before,
#pageResults .clearfix:after {
  content: " ";
  display: table;
}

#pageResults .clearfix:after {
  clear: both;
}

#pageResults .graph-table-container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 1rem;
}

#pageResults .table-container {
  width: 50%;
  display: inline-block;
}

#pageResults .table-container .spacer {
  height: 2rem;
}

@media only screen and (max-width: 767px) {
  #pageResults .table-container {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
}

#pageResults .graph .spacer {
  height: 2rem;
}

#pageResults .graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .graph .legend .leg {
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .legend .leg .legend-tab {
    width: 50%;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  #pageResults .graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .graph .legend .leg tr {
  height: auto;
}

#pageResults .graph .legend .leg td {
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 0;
  height: 20px;
}

#pageResults .graph .legend .leg td.legicon {
  width: 20px;
}

#pageResults .graph .legend .leg td.legicon.home-value {
  background-color: #79c691;
}

#pageResults .graph .legend .leg td.legicon.rev-mort-int {
  background-color: #fcdd04;
}

#pageResults .graph .legend .leg td.legicon.rev-mort {
  background-color: #00414b;
}

#pageResults .graph .legend .leg td.legend-text {
  padding-left: 5px;
}

#pageResults .graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .mobile-graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .mobile-graph .legend .leg {
  height: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .legend .leg .legend-tab {
    width: 80%;
    text-align: center;
    display: inline-block;
  }
}


@media only screen and (min-width: 768px) {
  #pageResults .mobile-graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .mobile-graph .legend .leg tr {
  height: auto;
}

#pageResults .mobile-graph .legend .leg td {
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 5px;
}

#pageResults .mobile-graph .legend .leg td .home-value {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #79c691;
}

#pageResults .mobile-graph .legend .leg td .rev-mort-int {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fcdd04;
}

#pageResults .mobile-graph .legend .leg td .rev-mort {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #00414b;
}

#pageResults .mobile-graph .legend .leg td .legend-text {
  padding-left: 5px;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  margin: 2rem 2rem 0;
}

#pageResults table {
  /* width: 100%; */
  /* border-collapse: separate; */
  /* border-spacing: 2px; */
  border: none;
}

#pageResults tr {
  height: 40px;
}

#pageResults td:lang(fr) {
  font-size: 14px;
}

#pageResults tr.remaining {
  background-color: #00414d;
  color: white;
}

#pageResults tr td:first-child {
  text-align: left;
  padding: 15px;
  line-height: normal;
}

#pageResults .even-row {
  background-color: #E6ECED;
}

#pageResults .mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-only {
    display: table-cell;
  }

  #pageResults .prod-img {
    margin-bottom: 10px;
  }
}

#pageResults .mobile-graph {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph {
    display: block;
    margin-bottom: 30px;
  }
}

#pageResults .uri {
  width: 380px !important;
  height: 221px !important;
}

#pageResults .ctas-container {
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (max-width: 767px) {
  #pageResults .ctas-container .cta-container {
    display: block;
    width: 100%;
  }
}

#pageResults .start-over-button-container {
  margin-top: 50px;
  text-align: left;
}

#pageResults .summary-text {
  font-weight: normal;
  font-style: normal;
}

#pageResults .results-statement {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement {
    margin-top: 1rem;
    margin-bottom: 0rem;
    display: none;
  }
}

#pageResults .results-statement-mobile {
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement-mobile {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0rem;
    padding: 5px;
  }
}

#pageResults .desktop-header {
  height: 1rem !important;
  padding-bottom: 0.5rem;
}

#pageResults .question-title-button {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .question-title-button:hover,
#pageResults .question-title-button:focus {
  background-color: #afd9b8;
}

#pageResults .btn-green {
  background-color: #afd9b8;
  color: #000;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .btn-green:hover,
#pageResults .btn-green:focus {
  background-color: #fddd03;
}

.rm-calculator .graph table {
  margin: 0;
  border: none;
}

.table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  gap: 20px;
  margin-top: 20px;
}

.downloadreportcta {
  font-size: 16px;
  width: 100%;
}

.customize-btn a {
  background: #E6ECED;
}



.popup-details {
  max-width: 100%;
  width: 500px;
  padding: 15px;
  color: #00414d;
  background-color: white;
  font-weight: normal;
  /* border-radius: 8px; */
  position: absolute;
  z-index: 998;
  -ms-transform: translate(0, -550px);
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 62px;
}

@media (min-width: 768px) {
  .popup-details {
    /* max-width: 450px; */
    -ms-transform: translate(50%, -125%);
    /* transform: translate(50%, -125%); */
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .popup-details {
    /* max-width: 500px; */
    -ms-transform: translate(85%, -125%);
    /* transform: translate(85%, -125%); */
  }
}

.popup-details .close-x {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-details .details-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popup-details .details-header {
    font-size: 18px;
  }
}

.popup-details .details-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup-details .details-content .content-title {
  width: 50%;
}

.popup-details .details-content .content-title p {
  font-weight: 700;
}

.popup-details .details-content .content-input {
  width: 50%;
}

.popup-details .details-content .content-input .input-field {
  width: 100%;
  background-color: #e2f1e5;
  border: none;
}

.popup-details .download-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-details .download-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -ms-transform: translate(-50%, 3px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  background-color: white;
  box-shadow: 2px 2px rgba(165, 165, 165, 0.5);
}

@media (min-width: 768px) {
  .popup-details:after {
    -ms-transform: translate(115px, 12px) rotate(45deg);
    transform: translate(115px, 12px) rotate(45deg);
  }
}


.popup-close-button-2 {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .popup-close-button-2 {
    top: 10px;
    right: 10px;
  }
}

table.pop-tb {
  border: none;
  margin: 0 0 15px;
  table-layout: auto;
}

.popup-content {
  max-height: 80vh;
  overflow: auto;
  font-size: 1rem;
  padding: 20px;
}

.popup-header {
  font-size: 26px;
  line-height: 32px;
  background-color: #00414d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup-header .modal-title {
  color: white;
}

#customize-popup {
  /*   position: relative; */
  right: 59%;
  bottom: 10%;
  width: 40%;
}

.popup table td {
  border: 1px solid var(--hover-green);
  font-size: 14px;
}

th,
tr td {
  text-align: center;
}

.popup table th {
  font-size: 14px;
  color: white;
  background-color: #00414d;
  font-weight: normal;
  border: 1px solid var(--hover-green);
}



.popup-details {
  max-width: 100%;
  width: 500px;
  padding: 15px;
  color: #00414d;
  background-color: white;
  font-weight: normal;
  /* border-radius: 8px; */
  position: absolute;
  z-index: 998;
  -ms-transform: translate(0, -550px);
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 62px;
}

@media (min-width: 768px) {
  .popup-details {
    /* max-width: 450px; */
    -ms-transform: translate(50%, -125%);
    /* transform: translate(50%, -125%); */
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .popup-details {
    /* max-width: 500px; */
    -ms-transform: translate(85%, -125%);
    /* transform: translate(85%, -125%); */
  }
}

.popup-details .close-x {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-details .details-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popup-details .details-header {
    font-size: 18px;
  }
}

.popup-details .details-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup-details .details-content .content-title {
  width: 50%;
}

.popup-details .details-content .content-title p {
  font-weight: 700;
}

.popup-details .details-content .content-input {
  width: 50%;
}

.popup-details .details-content .content-input .input-field {
  width: 100%;
  background-color: #e2f1e5;
  border: none;
}

.popup-details .download-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-details .download-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 20%;
  -ms-transform: translate(-50%, 3px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  background-color: white;
  box-shadow: 2px 2px rgba(165, 165, 165, 0.5);
}

@media (min-width: 768px) {
  .popup-details:after {
    -ms-transform: translate(115px, 12px) rotate(45deg);
    transform: translate(115px, 12px) rotate(45deg);
  }
}


.popup-close-button-2 {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .popup-close-button-2 {
    top: 10px;
    right: 10px;
  }
}

table.pop-tb {
  border: none;
  margin: 0 0 15px;
  table-layout: auto;
}

.popup-content {
  max-height: 80vh;
  overflow: auto;
  font-size: 1rem;
  padding: 20px;
}

.popup-header {
  font-size: 26px;
  line-height: 32px;
  background-color: #00414d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#customize-popup {
  /*   position: relative; */
  right: 59%;
  bottom: 25%;
  width: 40%;
}




.popup-close-button-2::before,
.popup-close-button-2::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 13px;
  height: 3px;
  content: "";
  background-color: #00414d;
  display: block;
}

.popup-close-button-2::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close-button-2::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close-button-2:hover:focus {
  cursor: pointer;
}

.popup-close-button-2:hover:focus::before,
.x:hover:focus::after {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* View details 4th section view tablepoup */
.page-template-fi .modal-dialog.modal-dialog-centered .modal-content {
  width: auto;
}

.modal-content {
  /* width: auto !important; */
}

/* Section 4 table style End */


/* PDF */