body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
p {
  color: #545965;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}
.show-result-button{
  text-align: left;
  margin: 1.5rem 0 2rem;
}
.show-result-button button{
  /* width: 50%; */
  font-size: 16px;
  line-height: 1.48;
  cursor: pointer;
  background: #FB8B23;
  color: white;
  border: 2px solid transparent;
  border-radius: 19px;
  padding: 8px 40px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 0px 0px 16px;
  box-shadow: rgba(46, 71, 93, 0.3) 0.0625rem 0.0625rem 0.5625rem;
}

.show-result-button button:hover{
  transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  background: #000; 
}
table{
  border: 1px solid #d4d4d4;
  border-collapse: collapse;
  margin-top: 20px;
}
table thead tr,
table thead tr th{
  background-color: #26619C !important;
  color: #fff !important; 
}
table th, table td{
  border: 1px solid #d4d4d4;
  font-size: 16px;
}
table tbody tr:nth-child(odd) td{
  background-color: #fff !important;
}
table tbody tr:nth-child(even) td{
  background-color: #F5F8FC !important;
}
.roi-calculator-note {
  font-size: 14px;
  color: #545965;
  line-height: 1.55;
  margin: -1rem 0 1rem;
}
input[type="text"]{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    background: #F5F8FC;
    border-radius: 27px;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    resize: none;
}
.roi-calculator-section h6 {
  font-size: 36px;
  line-height: 1.28;
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 0px;
}
.roi-calculator-section h3 {
  margin-bottom: 15px !important;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 10px;
  font-size: 24px !important;

}
.roi-calculator-section .desc{
  font-size: 16px;
  margin-bottom: 1rem;
}
.calculator-parameter {
  display: flex;
  justify-content: space-between;
}
.calculator-parameter .input-parameter{
  width: 50%;
  background: #fff;
  /* border-radius: 30px; */
  /* box-shadow: 0 5px 45px #4A50561A; */
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calculator-parameter .input-parameter .row{
  width: 80%;
}
.calculator-parameter .input-parameter .row label{
  font-size: 1rem;
}
.required{
  color: red;
}
.calculator-parameter .input-parameter a{
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.calculator-parameter .input-parameter h4{
    color: #626262;
    margin: 0.25rem 0 1.5rem;
    font-size: 24px;
}
.input-parameter .form-group{
  margin-bottom: 24px;
}
.mb-0{
  margin-bottom: 0;
}
.output-values{
  width: calc(50% - 50px);
}
.output-values h3{
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 5px;
}
.total-amount{
  margin-bottom: 10px;
}
.total-amount h4{
  font-size: 16px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.total-amount p{
  padding-left: 30px;
  margin-bottom: 5px;
}
.total-amount h4::before{
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 15px;
}
.total-amount.it h4::before{
  background-color: #37103A;
}
.total-amount.ops h4::before{
  background-color: #26619c;
}
.total-amount.claim h4::before{
  background-color: #FB8B23;
}
.total-amount.incorrect-claim h4::before{
  background-color: #51087E;
}
.amount-box{
  display: flex;
  flex-direction: column;
  width: 48%;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  padding: 8px;
  border-radius: 5px;
}
.amount-box span:first-child{
  font-size: 20px;
  font-weight: bold;
}
.download-report-section{
  margin-top: 1.5rem;
  background: #26619C;
  color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.download-report-section .download-btn{
    background: #FB8B23;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 1rem;
    border-radius: 2px;
    display: inline-block;
    width: 250px;
    color: #fff;
    border: 0px;
    outline: none;
}
.total-savings-section{
  background: #faf8f7;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.125rem;
  margin-left: 30px;
}
.chart-details{
  display: flex;
  align-items: center;
  margin-top: -16px;
}
.chart-details canvas{
  /* height: 250px; */
}
.chart-thumbnail ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.chart-thumbnail ul li{
  line-height: 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.chart-thumbnail ul li span{
    height: 16px;
    width: 16px;
    border-radius: 100%;
    display: block;
    margin-right: 10px;
}
.output-values-container{
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}

.lead-generation-modal {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.thank-you-heading {
  display: none;
  text-align: center;
  margin: 30px 0px 0px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  color: #1e1e1e;
}
.lead-generation-modal-form {
  width: 420px;
  background: #fff;
  min-height: 280px;
  border-radius: 30px;
  box-shadow: 0 5px 45px #4a50561a;
  padding: 30px 20px;
  position: relative;
}
.lead-generation-modal-form input[type="email"] {
  width: 100%;
  padding: 15px 18px;
  border: none;
  background: #f5f8fc;
  border-radius: 27px;
  color: #9ea3af;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  resize: none;
}
.lead-generation-modal-form .actions {
  text-align: center;
}
.lead-generation-modal-form .actions input[type="submit"] {
  background: #FB8B23;
  border: 2px solid transparent;
  color: #fff;
  padding: 8px 10px;
  border-radius: 19px;
  width: 100%;
}
.lead-generation-modal-form ul.inputs-list {
  padding: 0px;
  list-style: none;
  margin-top: 10px;
}
.lead-generation-modal-form ul.inputs-list:has(input[type="checkbox"]) {
  margin-bottom: 0px;
}
.lead-generation-modal-form ul.inputs-list li input[type="checkbox"] {
  margin-top: 3px;
  height: 15px;
  width: 15px;
}
.lead-generation-modal-form .legal-consent-container .hs-richtext {
  word-break: break-word;
}
.lead-generation-modal-form .legal-consent-container .hs-richtext p {
  font-size: 12px;
  line-height: 18px;
  color: #9ea3af;
}
.lead-generation-modal-form ul.inputs-list label {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: start !important;
  font-weight: 400;
}
.lead-generation-modal-form ul.inputs-list label input ~ span {
  margin-left: 10px;
}
.lead-generation-modal-form ul.inputs-list label input ~ span p {
  margin: 0;
  display: inline;
  color: #545965;
  font-size: inherit;
}
.lead-generation-modal-form ul.hs-error-msgs.inputs-list {
  margin-top: 0px;
}
.lead-generation-modal-form ul.hs-error-msgs.inputs-list label {
  display: block;
  font-weight: 500 !important;
  padding-left: 20px !important;
  color: #FB8B23;
  font-size: 12px;
  margin-top: 5px;
  padding: 0 10px;
}
.lead-generation-modal-form button.close-modal-btn {
  border: none;
  background: #FB8B23;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: -5px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.input-parameter-section{
  margin-top: -6rem;
}
@media (max-width: 1199px) {
  .input-parameter-section{
    margin-top: 0;
  }
  .calculator-parameter{
   flex-direction: column;
  }
  .calculator-parameter .input-parameter,
  .output-values{
    width: 100%;
  }
}
@media (max-width: 567px) {
  .chart-details{
   flex-direction: column;
  }
  .calculator-parameter .input-parameter .row{
    width: 100%;
  }
  .amount-box{
    width: 100%;
    margin-bottom: 1rem;
  }
  .output-values-container{
    flex-direction: column;
    margin-left: 0px;
  }
  .chart-thumbnail{
    margin-top: -1.5rem;
  }
  .total-savings-section{
    margin: 0;
  }
}
canvas {
  display: block;
  /* margin: 20px auto;
  border: 1px solid #ccc; */
  cursor: pointer;
}
.controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
input[type="number"] {
  width: 60px;
}
#tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 4px;
  display: none;
  pointer-events: none;
  white-space: nowrap;
}