@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.calc-wrapper {
  background-color: #000000;
}

.calc-container {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  font-family: "Heebo", Sans-serif;
  box-sizing: border-box;
  /* box-shadow: 0 0 30px 1px rgba(0,0,0,.15); */
  /* border-radius: 10px; */
  padding: 10px;
  /* background-color: #3c3c3b; */
  position: relative;
}

.calc-container * {
  box-sizing: border-box;
  /* color: #fff; */
  font-family: "Heebo", Sans-serif;
}
.calc-row {
  display: flex;
  width: 100%;
  height: 57px;
}
.calc-main-row {
  margin-bottom: 40px;
  display: flex;
}
.calc-heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  color: #0850fc !important;

}
.calc-heading span {
  color: #fff !important;
}
.calc-head-container{
  margin: 40px 0 20px 0;
}

.calc-head-container .calc-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc-head-container .calc-logo img {
  height: 200px;
}
.calc-head-container .calc-top-description{
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.section-heading {
  color: #0850fc;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  text-align: center !important;
  position: relative;
}
.calc-form-section {
  width: 50%;
  padding: 0 0 0 15px;
  background: #000;


}
.calc-form-section:first-child{
  margin-right: 20px;
}
.calc-form-section-container {
  /* border: .5px solid #ccc; */
  /* border-radius: 10px; */
  padding: 0;
}
.section-border {
  border: 2px solid #0850fc;
  border-radius: 5px;
  padding: 0 15px;
}
.calc-result-section {
  width: 50%;
  padding: 0;
  background-color: #000;
  padding-top: 22px;
  padding: 10px 15px;
}
.calc-form-group {
  border-bottom: 1px solid #cccccc4a;
  padding: 10px 0;
  text-align: left !important;
}
.control-label {
  display: flex;
  /* flex-direction: column; */
  font-size: 18px;
  justify-content: space-between;
  align-items: center;

}
.calc-label-group {
  width: 50%;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-align: left !important;
  line-height: 1;
}
.calc-input-group {
  width: 50%;
  text-align: right;
  position: relative;
}
.calc-form-group input,
.calc-form-group select {
  width: 100%;
  height: 37px;
  padding: 5px 8px;
  box-sizing: border-box;
  border: .5px solid #ccc;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}
.calc-form-group input:focus,
.calc-form-group select:focus {
  outline: 0;
  color: #0850fc;

}
.calc-form-group input {
  padding: 3px 8px;
}
.calc-sign{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 2px;
}
.calc-sign.c-white{
  color: #fff !important;
}
/* //////// */
.double-input-group {
  display: flex;
  width: 50%;
  text-align: right;
  position: relative;
}
.double-input-group .calc-input-group:first-child {
  width: 65%;
}
.double-input-group .calc-input-group:last-child {
  width: 35%;
}
.double-input-group .calc-input-group:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.double-input-group .calc-input-group:last-child input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calc-btn {
  font-size: 1.5rem;
  border: 0px;
  padding: 16px 18px;
  color: #fff !important;
  font-family: "Heebo", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5;
  /* box-shadow: 20px 20px 0px 0px rgb(0 0 0 / 80%); */
  transition: box-shadow 200ms ease-in-out;
  margin-top: 30px;
  background-color: #454e6d !important;
  margin: 0 !important;
}
.calc-btn:focus {
  outline: 0;
}
.calc-btn:hover {
  background-color: #c9c9c9 !important;
  color: #ffffff;
  /* box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 80%);
    transition: box-shadow 200ms ease-in-out; */
}

.red-font {
  color: red !important;
}

.green-font {
  color: #454e6d !important;
}
.iti {
  width: 100%;
}
.calc-info {
  font-size: 16px;
  margin: 10px 0;
}
.calc-info a {
  color: #454e6d;
  font-size: 17px;
}
.calc-result-section h1,
.calc-result-section h2 {
  margin: 0;
  text-align: center;
  color: #1277BD;
  margin-bottom: 10px;
  font-size: 30px;
}
.result-label {
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
  width: 60%;
  text-align: left;
}

.result-label span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}


.result-textarea {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.result-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 50%;
  text-align: right;
}
.light-blue{
  background-color: #5588ff !important;
}
.light-blue .result-text{
  color: #fff !important;
}
/* .calc-row .result-text:last-child {
  color: #fff !important;
} */

.breakdown {
  margin: 15px 0;
  border-bottom: .5px solid #d8d3d3;
  ;
}

.breakdown .calc-row {
  justify-content: space-around;
  margin: 20px;
}

.estimate-info {
  margin-top: 20px;
}

.legend-area {
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.legend-area span {
  font-weight: bold;
  font-size: 20px;
  color: #212529;
}

.res-cl-box {
  width: 12px;
  height: 12px;
  background: gray;
  display: inline-block;
  margin-right: 5px;
}

.calc-summary h3 {
  text-align: center;
  color: #454e6d;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}

.calc-summary .calc-row {
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #cccccc4a;
}

.calc-disclaimer {
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  text-align: left;
  padding: 10px;
  /* font-weight: 600; */
}


.calc-table-title {
  font-size: 25px;
  margin-top: 20px;
  text-align: center;
}

.calc-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

.calc-table tr {
  border: none;
}

.calc-table tr:nth-child(odd) td {
  background-color: #fff;
}

.calc-table tr:nth-child(even) td {
  background-color: #F5F5F5;
}

.calc-table th,
.calc-table td {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 10px 5px;
}

.calc-table thead th {
  background: #0850fc;
  color: #fff;
  padding: 10px 5px;
}

.calc-table tfoot td {
  text-align: center;
  background: #212529;
  color: #fff;

}

.calc-table td span {
  color: gray !important;
}

.hide-elem {
  display: none !important;
}

#energy-banking-plan-outputs{
    max-width: 700px;
    margin: 0 auto;
}




/* input append/prepend group styles */
.append-input-group,
.prepend-input-group {
  display: flex;
}

.append-input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.prepend-input-group input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.append-input-group span,
.prepend-input-group span {
  background-color: #0850fc;
  color: #ffff;
  font-weight: 600;
  /* border: .5px solid #ccc; */
  border: none;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 37px;
  margin-bottom: 0 !important;
}

.append-input-group span {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.prepend-input-group span {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}




/* ////////////////////////// */
@media screen and (max-width: 992px) {
  .calc-container {
    width: 100%;
    padding: 0;
  }

  .calc-result-section h1 {
    font-size: 22px;
  }

  /*
    .calc-main-row{
        flex-direction: column;
    }
    .calc-form-section{
        width: 100%;
        margin-right: 0px;
    }
    .calc-result-section{
        width: 100%;
        padding: 0px;
    }
     */

}

@media screen and (max-width: 992px) {
  .calc-container {
    width: 100%;
    padding: 10px 0;
  }

  .calc-main-row {
    flex-direction: column;
  }

  .result-text,
  .result-label {
    width: 100%;
  }

  .calc-form-section {
    width: 100%;
    padding: 0 10px;
  }

  .calc-result-section {
    width: calc(100% - 20px);
    margin: 20px 10px;
    padding: 0;
  }

  .calc-result-section h1 {
    font-size: 20px;
  }

  /*
    .calc-main-row{
        flex-direction: column;
    }
    .calc-form-section{
        width: 100%;
        margin-right: 0px;
    }
    .calc-result-section{
        width: 100%;
        padding: 0px;
    }
     */

}

@media screen and (max-width: 600px) {
  .calc-container {
    width: 100%;
    padding: 10px 0;
  }

  .section-heading {
    font-size: 16px;
  }

  .calc-main-row {
    flex-direction: column;
    padding: 5px;
  }

  .calc-result-section h1 {
    font-size: 20px;
  }

  .calc-label-group {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .double-input-group,
  .calc-label-group,
  .calc-input-group {
    width: 100%;
  }

  .calc-form-group input,
  .calc-form-group select {
    height: 32px;
    padding: 5px;
    font-size: 16px;
  }

  .append-input-group span,
  .prepend-input-group span {
    height: 32px;
  }

  .calc-form-section-container {
    padding: 10px;
  }

  .calc-form-section {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }

  .calc-result-section {
    width: 100%;
    padding: 5px;
    margin: 12px 0;
  }

  .carpet-area-res span {
    font-size: 20px !important;
  }

  .result-text {
    font-size: 16px;
  }

  .control-label {
    flex-direction: column;
  }

  .calc-btn {
    padding: 10px;
  }

  .calc-table th,
  .calc-table td {
    font-size: 8px;
    padding: 5px 2px;
  }

  .print-action .calc-form-group input,
  .print-action .calc-form-group select {
    text-indent: 30px !important;
    line-height: 1.3;
  }
  .print-action .control-label {
    flex-direction: row !important;
  }




}




/* /////////////// */


.ad-res-top-heading {
  text-align: center;
  font-size: 20px;
  color: #0850fc;
  font-weight: 500;
  border-radius: 3px;
  margin: 10px 0;
}

@media all and (min-width: 786px) {
  .ad-res-top-heading {
    font-size: 20px;
    font-weight: bold;
  }
}

.carpet-area-res-container {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;

}

.carpet-area-res-rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  padding-bottom: 10px;
}


.carpet-area-res-rows {
  padding: 10px 5px;
  margin: 0;
  width: 100%;
  /* border: 1px solid #eceaea; */
  /* padding: 8px 5px; */
  border-radius: 5px;
  flex-direction: column;

  background: #0850fc;
}

.carpet-area-res-rows label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.carpet-area-res-rows label span:not(.hsk-tooltip) {
  color: #fff;
}

.carpet-area-res span {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.carpet-area-sec-2 {
  /* margin-top: 10px; */
  width: 100%;
}

.carpet-area-res {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* input append/prepend group styles */
@media screen and (max-width: 786px) {
  .calc-heading {
    font-size: 25px;
    margin: 15px 0;
  }

  .carpet-area-sec-2 {
    margin-top: 0px;
    width: 100%;
  }

  .carpet-area-res-container {
    flex-direction: column;
    margin: 0;
  }

  .carpet-area-res-rows {
    width: 100%;
    margin: 10px 0;
  }

  .sectionBox {
    padding: 3em 1em !important;
    overflow-x: scroll !important;
  }

  .calc-row {
    flex-direction: column;
    height: auto;
  }

  .calc-row .result-label {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .result-textarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .result-text {
    text-align: center;
  }

}

@media screen and (max-width: 992px) {
  /* .calc-section{
        width: 70%;
        box-sizing: border-box;
        padding-right: 20px;
    } */
}

@media screen and (max-width: 768px) and (min-width: 600px) {

  /* .calc-section{
        width: 60%;
        box-sizing: border-box;
        padding-right: 20px;
    } */
}




/**********Calculator Style sheet**********/
.calc-input:focus-visible {
  outline: 0;
}

.calc-input:focus-visible {
  outline: 0;
}

.res-bg-blue {
  background-color: #0850fc;
  color: #fff;
}
.res-bg-yellow{
  background-color: yellow;
  
}
.res-bg-yellow .result-label span,
.res-bg-yellow .result-text{
  color: #000 !important;
}
.res-bg-blue .result-text,
.res-bg-green .result-text {
  color: #fff !important;
}

.res-bg-green {
  background-color: #0a8c28;
  color: #fff;
}






/* //////////////// */
.table-main {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  font-family: "Aller", Arial, sans-serif;
  width: auto;
  margin: 10px auto 15px auto;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 50px; */
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
  background: #000;
}

.energy-expenses-table,
.energy-saving-table {
  width: 50%;
  flex: 0 0 auto;
}


.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) ;
}

.price-table tr th {
  font-weight: bold;
  text-align: center;
}

.price-table:first-child tr th:first-child {
  text-align: left;
}

.price-table thead tr:first-child td {
  border-left: none;
  border-right: none;
}

.price-table tr th,
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 2px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  line-height: 1.2;
}

.price-table tr td:first-child {
  border-left: 0 none;
}

.energy-expenses-table.price-table thead tr:first-child td:first-child {
  background: red;
  color: #fff;
}

.energy-expenses-table tr th,
.energy-expenses-table tr td {
  width: 18%;

}

.energy-expenses-table thead tr td {
  color: #fff;
}

.energy-expenses-table thead tr:last-child td:last-child,
.energy-expenses-table tbody tr td:last-child {
  width: 10%;
  background-color: red;
  color: #fff;
}

.energy-saving-table tr th,
.energy-saving-table tr td {
  width: 17%;

}

.energy-saving-table thead tr:first-child td,
.energy-saving-table thead tr td:last-child,
.energy-saving-table tbody tr td:last-child {
  width: 32%;
  background-color: green;
  color: #fff;
  font-weight: bold;
  /* padding: 0; */
}
.energy-saving-table thead tr:nth-child(2) td:last-child,
.energy-saving-table .first-body tr:first-child td:last-child {
  background-color: rgb(32, 90, 32);
  color: #fff !important;
  
}
.energy-saving-table thead tr td:first-child,
.energy-saving-table tbody tr td:first-child {
  display: none;
}

.price-table .first-body tr {
  /* background-color: #EEEEEE !important; */
}

.solar-incentive-table tr td:first-child {
  text-align: left;
}

.solar-incentive-table tr td:last-child {
  font-weight: bold;
}

.solar-incentive-table tfoot td {
  font-weight: bold;
  color: #0850fc;
}


/* .price-table:first-child tr td:nth-child(2) {
    width: 75%;
    text-align: left;
}
.price-table:first-child tr td:nth-child(3) {
    width: 20%;
} */
/* .price-table tr td:not(:first-child) {
    text-align: center;
} */
.price-table:nth-child(2) tr td:nth-child(1) {

  /* text-align: left; */
}

.price-table tbody tr:nth-child(even) {
  background-color: #383737;
}

.solar-incentive-table #refund60Total tr {
  background-color: #000;
}

.solar-incentive-table #refundEstimateTable tr:nth-child(even) {
  background-color: #000;
}

.solar-incentive-table #refundEstimateTable tr:nth-child(odd) {
  background-color: #383737;
}

.price-table tr:hover {
  /* background-color: #EEEEEE; */
}

.calc-site-table-logo {
  height: 20px;
}

.price-table .calc-input-group input {
  height: 30px;
  border: .5px solid #ccc;
}

.price-table .calc-input-group span {
  padding: 2px 3px;
  min-width: 20px;
  height: 30px;
}

.calc-report-generate-error {
  text-align: center;
  color: red;
  font-size: 16px;
  position: absolute;
  top: -23px;
}

.required-text {
  color: red;
  font-size: 14px;
}
.small-option-text{
  font-size: 14px;
}

/* @media print {
    .page-break{
        page-break-before: always;
    }
    .calc-form-section-container{
        padding: 0;
    }
    .carpet-area-res-rows label,
    .carpet-area-res span,
    .ad-res-top-heading{
        font-weight: bold;
        color: #0850fc;
    }
    .calc-label-group,
    .result-label,
    .result-text{
        font-size: 12px;
    }
    .rhw-tooltip{
        display: none !important;
    }
    .calc-form-group input, .calc-form-group select{
        font-size: 12px;
        height: 33px;
    }
    .price-table tr th, .price-table tr td{
        font-size: 12px;
    }
    
    .price-table-head td{
        color: #0850fc !important;
    }
    .append-input-group span, .prepend-input-group span{
        font-size: 12px;
        min-width: 15px;
        color: #0850fc !important;
    }
} */


.print-action.calc-wrapper,
.print-action .calc-form-section:not(#solar-tax-max-inputs),
.print-action.calc-form-section:not(#solar-tax-max-inputs),
.print-action .calc-result-section:not(#solar-tax-max-outputs),
.print-action.calc-result-section:not(#solar-tax-max-outputs)
{
  background-color: #fff !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.print-action .price-table {
  width: 50%;
  background-color: transparent !important;
}
.print-action .calc-result-section,
.print-action.calc-result-section {
  margin: 0 !important;
}
.print-action #energy-banking-plan-inputs .control-label .calc-label-group{
    color: #000 !important;
}

.print-action .price-table tbody tr:nth-child(even) {
  background-color: #ddd;
}
.print-action .calc-top-description,
.print-action .checkbox-label{
  display: none;
}
.print-action .output__container--calc {
  color: #000;
  background-color: #fff;
  border: 2px solid #0850fc;
}
.print-action #homeonwnerForm,
.print-action #solarProForm{
  border: none;
  padding: 0 !important;
}
/* .print-action #homeonwnerForm .calc-form-group,
.print-action #solarProForm .calc-form-group{
  padding: 0;
} */
.print-action #homeonwnerForm .calc-input,
.print-action #solarProForm .calc-input{
   border: none;
   background-color: #fff;
   height: 27px !important;
   font-size: 14px;
}
.print-action #solarProForm .calc-label-group,
.print-action #homeonwnerForm .calc-label-group{
  font-size: 14px;
  width: 40%;
}
.print-action #solarProForm .calc-input-group,
.print-action #homeonwnerForm .calc-input-group{
  width: 60%;
}
.print-action .calc-label-group,
.print-action #solarProForm .calc-label-group,
.print-action #homeonwnerForm .calc-label-group,
/* .print-action .result-label span, */
.print-action .price-table tr th,
.print-action .price-table tr td {
  color: #000;
}

.print-action .heading__primary--calc {
  color: #0850fc;
}

.print-action .price-table tr.price-table-head,
.print-action .price-table tr.price-table-head th,
.print-action .price-table tr.price-table-head td {
  background-color: #fff;
  color: #0850fc;
}

.print-action .calc-row .result-text:last-child {
  /* color: #000 !important; */
}

.print-action .append-input-group span,
.print-action .prepend-input-group span {
  background-color: #fff;
  color: #000;
  border: 0.5px solid #ccc !important;
}
.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-label span,
.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-text:first-child,
.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-text:last-child {
  color: #000 !important;
}

.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-label .calc-sign,
.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-label .calc-sign.c-white,
.print-action .calc-row:not(.light-blue, .res-bg-blue, .res-bg-green) .result-text:last-child {
  color: #000 !important;
}
.print-action .res-bg-blue,
.print-action .res-bg-blue .result-label span,
.print-action .res-bg-blue .result-text:first-child,
.print-action .res-bg-blue .result-text:last-child {
  color: #fff !important;
}

.print-action .res-bg-green,
.print-action .res-bg-green .result-label span,
.print-action .res-bg-green .result-text:first-child,
.print-action .res-bg-green .result-text:last-child {
  color: #fff !important;
}

.print-action .calc-row {
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* .print-action .bg__red {
    background-color: #fff;
    color: #ff0000;
  } */
/* .print-action .bg__red--emphasize {
    background-color: #ddd !important;
    color: #a70000;
  } */
/* .print-action .darkGreenClr {
    background-color: #fff!important;
    color: #0a8c28;
  } */
/* .print-action .emphasize__blue {
    background-color: #ddd !important;
    color: #035a17;
  } */


.print-action .chart-container {
  flex-direction: column;
}

.print-action .chart-section {
  width: 100%;
}

.print-action .calc-form-group {
  padding: 5px 0;
}

.print-action .calc-form-group input,
.print-action .calc-form-group select,
.print-action .append-input-group span,
.print-action .prepend-input-group span {
  height: 33px !important;
}

.print-action .div-transparent:before,
.print-action .div-transparent:after {
  content: unset;
}

.print-action .hsk-tooltip {
  display: none !important;
}
.print-action  .required-text{
  display: none !important;
}

.print-action .print-hidden {
  display: none;
  width: 0 !important;
  height: 0 !important;
}
.print-action .section-border:first-child{
  margin-bottom: 10px;
}
.print-action .carpet-area-res-rows label,
.print-action .result-label {
  font-size: 12px;
}
.print-action .calc-summary .result-label{
  /* width: 30%; */
}
.print-action .calc-summary .result-textarea{
  width: 60%;
}

.print-action .result-text {
  font-size: 16px;
  text-align: center !important;
}


.print-action .carpet-area-res span {
  font-size: 20px;
}

.print-action .price-table tr th,
.print-action .price-table tr td {
  padding: 5px;
}

@media screen and (max-width: 600px) {
  .print-action .calc-label-group {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .print-action .calc-form-group input,
  .print-action .calc-form-group select {
    height: 29px;
    padding: 3px;
    font-size: 14px;
  }

  .print-action .append-input-group span,
  .print-action .prepend-input-group span {
    height: 29px;
  }
}


.price-table tr.price-table-head td,
.price-table tr.price-table-head td span {
  font-size: 13px;
  font-weight: 600;
  font-family: "Aller", Arial, sans-serif;
  color: #fff;
  vertical-align: middle;

}

.price-table tr.price-table-head td span.hsk-tooltip {
  color: #000;
}

.price-table tr.price-table-head td span.hsk-tooltip:hover {
  color: #fff;
}

.price-table tr.price-table-head {
  background-color: #0850fc;
  color: #FFFFFF;
}

.price-table .price-table-popular {
  font-family: "Aller", Arial, sans-serif;
  border-top: 3px solid #0850fc !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height: 46px;
  vertical-align: middle;
}







@media screen and (max-width: 768px) {
  .table-main {
    flex-direction: column;
    padding: 5px;
  }
  .print-action .table-main {
    flex-direction: row !important;
    overflow-x: scroll ;
  }

  .price-table:first-child,
  .price-table:last-child {
    width: 100%;
  }

  .small-hidden {
    display: none;
  }

  .price-table tr th,
  .price-table tr td {
    padding: 4px 3px;
  }

  .rhw-calc-btn {
    margin: 5px 10px;
    width: calc(100% - 20px) !important;

  }
  #energy-banking-plan-outputs{
    padding: 5px;
  }
}


.rhw-hide {
  display: none !important;
}


.rhw-input {
  width: 100%;
  height: 40px !important;
  border: 1px solid #dae0e8 !important;
  border-radius: 3px !important;
  padding: 2px 15px;
  font-size: 18px !important;
  color: #000000 !important;
  display: inline;
  box-sizing: border-box;
  padding-left: 10px !important;
  text-align: left !important;
  margin-right: 0 !important;
}

.rhw-input:focus {
  outline: 0;
  border-color: #dae0e8 !important;
}
.rhw-calc-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.rhw-calc-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px !important;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  border: none;
  border: 2px solid #0850fc !important;
  background-color: #0850fc !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  max-width: 400px;
}

.rhw-calc-btn:focus {
  outline: 0;
}

.rhw-calc-btn:hover {
  border-color: #0030A0;
  background-color: #0030A0;
  transition: ease-in-out 0.2s;
}

#pdf-view{
  height: 0 !important;
  display: none;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .rhw-input {
    font-size: 14px;
  }

  .rhw-input {
    height: 30px !important;
    border-radius: 2px !important;
    padding: 2px 10px;
    font-size: 12px !important;
  }

  .result-label {
    font-size: 14px;
  }

  .price-table tr.price-table-head td,
  .price-table tr.price-table-head td span {
    font-size: 10px;
    font-weight: normal;
  }

  .price-table tr th,
  .price-table tr td {
    font-size: 9px;
  }

  .energy-expenses-table thead tr td:first-child,
  .energy-expenses-table tbody tr td:first-child,
  .energy-saving-table thead tr td:first-child,
  .energy-saving-table tbody tr td:first-child {
    display: table-cell;
    padding: 1px;
    width: 6%;
  }

}

@media screen and (max-width: 800px) {
  .rhw-input {
    height: 33px !important;
    font-size: 12px !important;
  }

  .calc-form-section {
    justify-content: center;
    flex-direction: column;
    margin: 0;
  }

  .calc-form-section .calc-input {
    width: 100% !important;
    margin-bottom: 8px;
  }

  .print-action .calc-form-section .calc-input {
    margin-bottom: 0;
  }
  .print-action .calc-summary .calc-row {
    padding: 2px 5px;
    flex-direction: row !important;
  }
  .print-action .calc-row .result-label {
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
  }
  
 
  .print-action .ad-res-top-heading {
    margin: 0;
  }
  #solar-tax-main .calc-main-row {
    margin-bottom: 0 !important;
  }

  #user-information .calc-form-section {
    margin: 0 0 10px 0;
    width: 100%;
  }
  #user-information .calc-form-section.section-border {
    margin: 10px;
    width: calc(100% - 20px);
  }

}

.rhw-calc-btn {
  line-height: 22px !important;
  width: 100%;
}
.rhw-calc-btn:hover {
  border: 2px solid #ffff !important;
  background-color: #0850fc !important;
}
#clearHomeonwnerForm{
  background-color: red !important;
  border: 2px solid #ffff !important;
  width: auto;
  padding: 10px 20px !important;
  border-radius: 20px;
}
  /* loader styles************** */
/* /////// */
.btn-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  position: absolute;
  right: 40px;
  display: none;

}
.btn-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
/* /////// */
.loader {
  width: 20px;
  height: 20px;
  border: 2px dotted #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  margin: 5px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* loader styles************** */

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0850fc;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.loader-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255);
  z-index: 100;
  /* padding: 20% 0%; */

  display: none;
}


/* /////////////// */
.div-transparent {
  position: relative;

}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  right: 0%;
  height: 90%;
  width: 1px;
  background-image: linear-gradient(to bottom, transparent, #000, transparent);
}

.div-arrow-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: white;
  border-bottom: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
}

.div-tab-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 14px;
  background-color: white;
  border-bottom: 1px solid rgb(48, 49, 51);
  border-left: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
  border-radius: 0 0 8px 8px;
}

.div-stopper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6px;
  left: calc(50% - 7px);
  width: 14px;
  height: 12px;
  background-color: white;
  border-left: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
}

.div-dot:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: #000;
  border: 1px solid rgb(48, 49, 51);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white,
    0 0 0 4px white;
}

/* ////////////////////// */

.darkGreenClr {
  background-color: #0a8c28 !important;
  color: #fff !important;
}

.header__calc {
  width: 100%;
  padding: 8px;
}

.heading__primary--calc {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}

.heading__secondary--calc {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #464646;
}

.error__container {
  background-color: #ff000072;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.err__msg {
  color: #fff;
  display: block;
  padding: 10px;
  text-transform: capitalize;
}

.input__container--calc {
  padding: 10px;
  width: 100%;
  background-color: #ddd;
}

.row__calc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row_calc {
  padding: 5px;
  width: 100%;
}

.label__calc {
  display: block;
  font-size: 17px;
  color: #000;
  margin: 5px 0px;
}

.combined__calc {
  width: 50%;
  padding: 5px 0px;
}

.energy__banking--container {
  color: #000;
}

.section__calc {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  background-color: #fff;
  padding: 10px;
}

.input__calc {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.input__calc:focus {
  outline: 0px;
  background-color: #f7f7f7;
}

.input__calc:disabled {
  background-color: #f3f2f2;
}

.legend__calc {
  font-size: 12px;
}

.output__container--calc {
  padding: 4px;
  position: relative;
  background-color: #0850fc;
  color: #fff;
  /* margin-top: 15px; */
}

.table__output--container {
  width: 100%;
  background-color: #fff;
  color: #000;
  /* filter: blur(10px); */
}

.heading__tertiary--calc {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  /* border-bottom: 1px solid #000099 */
  background-color: #2c616f;
  color: #fff;
}

.row__table {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 5px;
  color: #000;
  font-size: 19px;
}

.table__label {
  font-size: 15px;
  display: block;
}

.table__percentage {
  text-align: center;
  display: block;
}

.table__value {
  text-align: center;
  display: block;
}

.main__result--calc {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.result__box {
  padding: 10px;
  border-radius: 5px;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result__label {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 13px;
  display: block;
}

.result__value {
  font-size: 16px;
}

.fieldset__calc {
  padding: 10px;
  border: 1px solid #ddd;
}

.btn__calc {
  padding: 10px 40px;
  background-color: rgb(0, 0, 153);
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn__calc:hover {
  background-color: #060668;
}

.btn__calc:focus {
  outline: 0px;
}

/* COTS */

.row_calc-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 6px 0px;
}

.paddingbtm {
  padding: 10px;
}

.input_calc {
  width: 100%;
  padding-bottom: 0px;
}

.start_value {
  font-size: 13px;
  color: rgb(143, 143, 143);
  padding-top: 0px;
  padding-bottom: 10px;
}

.borderbtm {
  border-bottom: 1px solid #ddd;
}

.selectOption {
  padding: 6px;
  border: 1px solid rgb(197, 197, 197);
  width: 100%;
  margin-bottom: 10px;
  color: #2c616f !important;
}

.light__text {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.backgroundCol {
  background-color: #ddd;
}

.form__output--calc {
  padding: 10px;
  z-index: 10000;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  /* display: none; */
}

#contact-form {
  background-color: #060668;
  color: #fff;
  padding: 10px;
}

.heading__tertiart--calc-form {
  padding: 10px 0px;
}

/* Phase 2 style customization */
.section2 {
  /* display: block; */
  margin-top: 50px;
}

.section1 {
  /* display: none; */
  margin-bottom: 20px;
}

.controller__calc {
  padding: 10px;
  display: none;
}

.btn__controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn__ctrl {
  padding: 7px 30px;
  border: 0px;
  text-align: center;
  border: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.btn__ctrl:hover {
  opacity: 0.8;
}

.btn__ctrl:focus {
  outline: 0px;
}

.stepList__ctrl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.step__ctrl {
  background-color: #ddd;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.current__step {
  background-color: #000;
}

.btn__pre {
  background-color: #ddd;
}

.btn__next {
  background-color: #060668;
  color: #fff;
}
.bonus-map-link{
  color: #FFEA00  !important;
  text-decoration-line: underline!important;
  text-decoration-color: #FFEA00  !important;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.controller__info,
.section__info {
  padding: 10px;
  background-color: #ddd;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto;
  font-size: 16px;
}

.section__info {
  width: 100%;
}

.grid3x3 {
  display: flex;
  
}
.grid3x3 li:nth-child(1),
.grid3x3 li:nth-child(2),
.grid3x3 li:nth-child(4),
.grid3x3 li:nth-child(6){
  width: 100%;
}
.grid3x3 li:nth-child(1){
  width: 60%;
}
.grid3x3 li:nth-child(3){
  width: 6.5%;
}
.grid3x3 li:nth-child(5){
  width: 6.5%;
}


.output__container--calc-es {
  padding: 10px;
  width: 100%;
  margin: 0 auto
}

.grid__box {}

.list__esres {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.list__esres.bg__gray .item__esres {
  color: #000;
}

.item__esres {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px;
  font-weight: 700;
}

.emphasize {
  background-color: #ddd;
}

.emphasize__blue {
  background-color: #035a17;
  color: #fff !important;
}

.bg__gray {
  background-color: #f2f2f2;
  color: #000;
}

.heading__section--calc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}

.bg__gray--red {
  background-color: #f2f2f2;
  color: #ff0000;
}

.bg__red {
  background-color: #ff0000;
  color: #fff !important;
}

.bg__red--emphasize {
  background-color: #a70000;
  color: #fff !important;
}
.bg__orange {
  background-color: yellow;
  color: #000 !important;
}

.bg__orange--emphasize {
  background-color: rgb(201, 201, 15);
  color: #000 !important;
}
.bg__blue {
  background-color: #0a8c28;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 900px) {
  .wrapper__calc {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .container__calc {
    grid-template-columns: 1fr;
  }

  .section__calc {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .form__output--calc {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .row__calc {
    flex-direction: column;
  }

  .combined__calc {
    width: 100%;
  }

  .label__calc {
    display: block;
    width: 100%;
  }

  .heading__section--calc {
    font-size: 13px;
    padding: 5px 8px;
  }

  .grid3x3 {
    grid-template-columns: .5fr 1fr 1fr 0.2fr 1fr;
  }

  .item__esres {
    font-size: 12px;
  }
}

@media only screen and (max-width: 460px) {
  .main__result--calc {
    grid-template-columns: 1fr;
  }

  .row__table {
    grid-template-columns: 1fr;
  }

  .table__label {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .non__responsive {
    display: none;
  }

  .heading__section--calc {
    font-size: 11px;
  }

  .item__esres {
    font-size: 9px;
  }
}

@media only screen and (max-width: 300px) {
  .main__result--calc {
    grid-template-columns: 1fr;
  }

  .row__table {
    grid-template-columns: 1fr;
  }

  .table__label {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .non__responsive {
    display: none;
  }

  .heading__section--calc {
    font-size: 10px;
  }

  .item__esres {
    font-size: 9px;
  }
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.5em;
}


/* /////////////checkbox styles//////////// */
.checkbox-label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  text-align: left !important;
  position: relative;
  display: flex;
  align-items: center;
}
:root {
  --body: #fafafa;
  --text-default: #1d1d1f;
  --text-secondary: #86868b;
}

/* @media (prefers-color-scheme: light) {
    :root {
      --body: #fafafa;
      --text-default: #1d1d1f;
    }
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --body: #161616;
      --text-default: #f5f5f7;
    }
  } */

/* Checkbox Styles */
input[type="checkbox"] {
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  height: 30px;
  width: 75px;
  border: 5px solid var(--body);
  border-radius: .5rem;
  cursor: pointer;
  /* box-shadow: 9px 9px 16px rgba(189, 189, 189, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5), inset 10px 10px 15px -10px #c3c3c3, inset -10px -10px 15px -10px #fff; */
  /* Toggle Indicator */
  /* Label */
  /* Checked Styles */
  right: 0;
}

/* @media (prefers-color-scheme: light) {
    input[type="checkbox"] {
      box-shadow: 9px 9px 16px rgba(189, 189, 189, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5), inset 10px 10px 15px -10px #c3c3c3, inset -10px -10px 15px -10px #fff;
    }
  }
  @media (prefers-color-scheme: dark) {
    input[type="checkbox"] {
      box-shadow: -8px -4px 8px 0px rgba(255, 255, 255, 0.05), 8px 4px 12px 0px rgba(0, 0, 0, 0.5), inset -4px -4px 4px 0px rgba(255, 255, 255, 0.05), inset 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
    }
  } */


input[type="checkbox"]::before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: var(--body);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0.25rem;
  bottom: 0;
  border-radius: 23%;
  /* box-shadow: 7px 7px 15px #c3c3c3, 9px 9px 16px rgba(189, 189, 189, 0.6); */
  transition: 0.15s;
}

@media (prefers-color-scheme: light) {
  input[type="checkbox"]::before {
    /* box-shadow: 7px 7px 15px #c3c3c3, 9px 9px 16px rgba(189, 189, 189, 0.6); */
  }
}

@media (prefers-color-scheme: dark) {
  input[type="checkbox"]::before {
    /* box-shadow: -8px -4px 8px 0px rgba(255, 255, 255, 0.05), 8px 4px 12px 0px rgba(0, 0, 0, 0.5); */
  }
}

input[type="checkbox"]::after {
  content: attr(data-uncheck);
  position: absolute;
  font-size: 14px;
  top: 1px;
  right: 7px;
  color: var(--text-secondary);
  font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.004em;
}

input[type="checkbox"]:checked {
  background: #0850fc;
}
input[type="checkbox"]:hover::before{
  background-color:#0850fc;
}
input[type="checkbox"]:checked:hover::before{
  background-color:#fff;
}
@media (prefers-color-scheme: light) {
  input[type="checkbox"]:checked {
    /* box-shadow: 9px 9px 16px rgba(189, 189, 189, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5), inset 10px 10px 15px -10px #0047b9, inset -10px -10px 15px -10px #0047b9; */
  }
}

input[type="checkbox"]:checked::before {
  left: 47px;
  box-shadow: none;
}

input[type="checkbox"]:checked::after {
  content: attr(data-check);
  left: 0.4rem;
  color: #f5f5f7;
}
@media only screen and (max-width: 600px) {
  .checkbox-label{
    font-size: 12px !important;
  }
}
/* ////////////////////////////// */


.pdf-view-separator {
  padding-top: 10px;
  display: none;
}

.print-action .calc-main-row:not(#solar-tax-main .calc-main-row) {
  display: block;
  grid-template-columns: auto;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.print-action .calc-form-section-container {
  padding: 0 10px !important;
}

.print-action .calc-form-section-container {
  padding: 0 10px !important;
}

.print-action .calc-main-row {
  flex-direction: column-reverse;
  row-gap: 10px;
  margin-bottom: 0 !important;
}
.print-action .macrs-calc-container,
.print-action #solar-tax-max-inputs,
.print-action #solar-tax-max-outputs{
  max-width: 95% !important;
  margin: 0 auto !important;
  border-radius: 0;
  border: none;
  background-color: #fff !important;
}
.print-action #solar-tax-max-inputs{
  padding-bottom: 20px;  
}

.print-action .section-heading {
  text-align: center;
  padding: 0px;
  margin: 0;
}

.print-action .pdf-view-separator {
  display: block;
}

.print-action.calc-form-section,
.print-action.calc-result-section {
  width: 100% !important;
}

.print-action.pdf-page .calc-form-section,
.print-action.pdf-page .calc-result-section {
  width: 100% !important;
}

.print-action .header__calc {
  padding: 5px;
}

.print-action .heading__section--calc {
  padding: 5px;
}

.print-action .heading__primary--calc {
  font-size: 13px;
}

.print-action .item__esres {
  padding: 3px;
}

.print-action.calc-result-section {
  padding: 10px;
}

.print-action .calc-result-section {
  padding: 10px;
  margin-top: 10px;
}

.print-action .price-table .price-table-head td {
  font-size: 10px !important;
}

.print-action .price-table tr th,
.print-action .price-table tr td {
  padding: 2px 3px;
  font-size: 10px;
}
.print-action .bonus-map-link{
  color: #0850fc !important;
  
}
.print-action #energy-banking-main .calc-main-row{
  flex-direction: column;
}
.print-action #energy-banking-main .calc-main-row .calc-result-section{
  width: 100%;
}


.blur-calculator {
  filter: blur(4px);
}

.iti__country {
  font-size: 16px;
}

.calc-hidden {
  display: none !important;
}

/* //// model style */


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */

  /* Location of the box */
  /* padding-top: 100px;  */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 45%;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  top: 50%;
  margin-top: -75px;
}

.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 2px solid #1751a5;
  width: 50%;
  height: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  top: 50%;
  margin-top: -170px;
  padding: 20px;
  box-sizing: border-box;
}

.modal-body div {
  margin: 0;
  padding: 15px 10px !important;
  font-size: 17px !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 2%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  background-color: #1751a5;
  color: white;
}

.modal-header p {
  text-align: center !important;
  font-size: 25px;
  margin: 0 !important;
  padding: 10px 0 !important;
}

.modal-body {
  padding: 2px 15px;
}

.modal-footer {
  background-color: #1751a5;
  color: white;
}

.calc-action-sec {
  text-align: center;
  position: relative;
  margin-top: 25px;
}

.email-section {
  width: 100%;

}

.form-field {
  margin-bottom: 10px;
}

#firstStep label {
  margin-bottom: 2px !important;
  color: #132654;
  font-size: 16px;
}

#firstStep .calc-input {
  height: 35px !important;
}

#firstStep .calc-btn {
  height: 40px !important;
}

.form-input {
  width: 100%;
  border: 1px solid #d9e5ff !important;
  font-size: 16px;
  border-radius: 5px;
  color: #132654;
  height: 35px;
}

.input-group .iti {
  width: 100%;
}

.form-btn {
  min-width: 100px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: none;
  background: #1751a5 !important;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  width: 200px;

}

@media screen and (max-width:768px) {
  .modal-content1 {
    width: 75%;
  }
}



/* styled btn */
.stm-btn {
  overflow: hidden;
  position: relative;
}
.stm-btn span {
  /* z-index: 20; */
}
.stm-btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.stm-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* caclulator devider */
.fancy-devider {
  --b: 6px;   /* control the border thickness */
  --w: min(30vw,300px);  /* control the width of the line*/
  --g: 15px;  /* control the gap */
  --c: #0B486B;
 
  width: fit-content;
  padding: 5px 3em;
  line-height: 1.6em;
  border: 1px solid;
  color: #fff;
  background: 
    conic-gradient(from   45deg at left ,var(--c) 25%,#0000 0) 0,
    conic-gradient(from -135deg at right,var(--c) 25%,#0000 0) 100%;
  background-size: 51% 100%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: 
     linear-gradient(
       #0000      calc(50% - var(--b)/2),
       var(--c) 0 calc(50% + var(--b)/2),
       #0000    0) 
    1/0 var(--w)/calc(var(--w) + var(--g));
  margin-inline: auto;
}















/* //////////MACRS Calculator//////////// */
.macrs-calculator .macrs-calc-wrapper{
  /* width: 100%; */
  
}

.macrs-calculator .macrs-calc-wrapper *{
  font-family: Helvetica, sans-serif;
}
.macrs-calculator .macrs-calc-container{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 10px;
}
.macrs-calculator .roc-calc-form-sec{
  width: 100%;
  padding: 15px 0;
  background: #000;
  border: 1.5px solid #0850fc;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.calc-heading {
  margin: 0;
  font-size: 1em;
  color: #000;
  text-align: center !important;
  font-weight: bold !important;
  margin: 0px;
}
.macrs-calculator .calc-flex-row{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-around;
  padding: 0 20px;
}
.macrs-calculator .formGroup-sec{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0 auto;
}
.calc-flex-row .formGroup-sec{
  width: 40%;
}
.macrs-calculator .form-lbl-sec{
  width: 100%;
  padding: 5px;
  text-align: left;
  box-sizing: border-box;
}
.macrs-calculator .form-lbl-sec label{
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  /* text-align: right; */
  color: #fff;
  box-sizing: border-box;
}
.macrs-calculator .form-input-sec{
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.macrs-calculator .form-input-sec .calc-input{
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  margin: 0 ;
  line-height: 1.4;
  color: rgb(34, 34, 34);
  box-sizing: border-box;
  border: none;
  background: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-sizing: border-box;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.macrs-calculator .form-input-sec:focus-visible,
.macrs-calculator .form-input-sec .calc-input:focus-visible{
  outline: 0;
}
.macrs-calculator .append-input,
.macrs-calculator .prepend-input{
  display: flex;
  align-items: center;
}
.macrs-calculator .append-input span,
.macrs-calculator .prepend-input span{
  height: 36px;
  padding: 6px 10px;
  background: #0850fc;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.macrs-calculator .append-input span{
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.macrs-calculator .append-input .calc-input{
  border-radius: 0 4px 4px 0;
}
.macrs-calculator .prepend-input span{
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.macrs-calculator .prepend-input .calc-input{
  border-radius: 4px 0 0 4px;
}

.macrs-calculator .form-btn{
  text-align: right;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.macrs-calculator .font-bold{
  font-weight: 700 !important;
}


.macrs-calculator .roc-calc-result-sec{
  width: 100%;
  padding: 20px;
  border: 1.5px solid #0850fc;
  border-radius: 5px;
  background: #000;
  box-sizing: border-box;
}


.macrs-calculator .calc-row-label{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.macrs-calculator .calc-flex-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
}

.macrs-calculator .table-sec{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.macrs-calculator .table-sec table{
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}
.macrs-calculator .table-sec table tr:nth-child(even){
  background-color: #383737;
}
.macrs-calculator .table-sec table tr:nth-child(odd){
  background-color: #000;
}
.macrs-calculator .table-sec table th{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  color: #fff;
  border: none;
  border: 1px solid #0850fc;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background: #0850fc;
}
.macrs-calculator .table-sec table th:last-child{
  border-right-color: #0850fc;
}
.macrs-calculator .table-sec table td{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #0850fc !important;
  box-sizing: border-box;
  width: 30%;
  height: 45px;
}
.macrs-calculator .table-sec table tbody td:nth-child(2),
.macrs-calculator .table-sec table tbody td:nth-child(3){
  font-weight: bold;
  font-size: 16px;
  /* color: #06c; */
}
.macrs-calculator .table-sec table td span{
  color:  rgb(34, 34, 34);
  font-weight: 400;
  font-size: 13px;
  display: flex;
  width: 100%;
}
.macrs-calculator .table-sec table th:first-child,
.macrs-calculator .table-sec table td:first-child{
  text-align: left;
}
.table-sec table tr:last-child td{
  border-bottom: 0;
}
.macrs-calculator .total td{
  font-size: 14px!important;
  font-weight: 600!important;
}
.macrs-calculator .table-sec table tr:nth-child(odd){
  background: #F9F9F9;
}
.macrs-calculator .table-sec table tr:nth-child(even){
  background: #FBFBFB;
}
.macrs-calculator .table-sec table tfoot td{
  font-weight: bold ;
}

.d-flex{
  display: flex;
  
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.space-between{
  justify-content: space-between;
}

.calc-discription{
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
#flip{
  font-size: 17px !important;
  cursor: pointer;
  color: #FFEA00;
  background: transparent;
  /* display: inline-block; */
  padding: 5px 31px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  min-width: 260px;
  margin: 15px 0;
  width: 60%;
  min-width: 280px;
  box-sizing: border-box;
  border: 2px solid #FFEA00;  
}
#flip:hover{
  background: transparent;
  color: #FFEA00;
  border: 2px solid #FFEA00;
  transition: all 0.3s ease-in-out;
}
#flip.filled{
  background: transparent;
  color: #FFEA00;
  border: 2px solid #FFEA00;
  transition: all 0.3s ease-in-out;
}
#panel{
  display: none;
}


@media only screen and (max-width: 1080px) {
  .macrs-calculator .form-lbl-sec{
      padding: 7px 5px 0;
  }
}
@media only screen and (max-width: 992px){
  .macrs-calculator .macrs-calc-container{
      width: 100%;
  }
  .macrs-calculator .form-lbl-sec{
      width: 40%;
      padding: 7px 10px 0;
  }
  .macrs-calculator .form-input-sec{
      width: 60%;
  }
}
@media only screen and (max-width: 768px){
  .macrs-calculator .macrs-calc-container{
      width: 100%;
  }
  .macrs-calculator .calc-flex-row{
      flex-direction: column;
  }
  .macrs-calculator .formGroup-sec{
      width: 100%;
  }
  .macrs-calculator .form-lbl-sec{
      width: 20%;
  }
  .macrs-calculator .form-input-sec{
      width: 75%;
  }
 
}
@media only screen and (max-width: 600px){
  .macrs-calculator .formGroup-sec{
      flex-direction: column;
  }
  .macrs-calculator .form-lbl-sec{
      width: 100%;
      padding: 5px 20px;
      text-align: left;
  }
  .macrs-calculator .form-input-sec{
      width: 100%;
  }
  
  .macrs-calculator .calc-flex-column{
      width: 50%;
      margin-bottom: 20px;
  }
  .macrs-calculator .roc-calc-result-sec {
      padding: 10px;
  }
  .macrs-calculator .table-sec table th {
      font-size: 14px;
      padding: 5px;
  }
  .macrs-calculator .table-sec table td{
      padding: 5px;
      font-size: 14px;
  }
  
 
  .macrs-calculator .calc-flex-row{
      padding: 0 5px;
  }
  .macrs-calculator .form-lbl-sec label {
      text-align: center;
  }
  .sm-hidden{
    display: none;
  }
}