 #calculator {
     margin: 0 auto;
     padding: 150px 0 0;
     border-radius: 5px;
     text-align: left;
     max-width: 1200px;
 }

 .calculate_form {
     position: relative;
     z-index: 9999999;
     background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(252, 245, 245, 0) 76.04%);
     border-radius: 26px;
     box-shadow: 0px -3px 24px #FF3B330d;
     width: 100%;
 }

 .roicalculate_resultsections {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }

 .roicalculate_resultsections #section1 {
     max-width: 600px;
 }

 .calculate_form h4 {
     font-size: 30px;
 }

 .calculate_form h5 {
     font-size: 20px;
     margin-bottom: 15px !important;
     font-family: "Poppins", Helvetica;
     font-weight: 500;
 }

 .result-section {
     background-color: #fff5f5;
     border: 1px solid #f5c7c7 !important;
     border-radius: 26px;
     box-shadow: 2px 3px 30px #d8c6c60d;
     padding: 30px;
 }

 .result-section p {
     font-size: 15px;
     font-weight: 500;
     line-height: 28px;
     color: #545454;
 }

 .error-message {
     color: #fb5f66 !important;
     margin-top: -10px !important;
     margin-bottom: 15px !important;
     display: block;
 }

 .input-label.postfix {
     position: absolute;
     z-index: 1;
     top: 0;
     bottom: 0;
     width: 80px;
     font-size: 18px;
     padding: 15px 10px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 0;
     border-radius: 0;
     font-size: 16px !important;
     padding: 10px !important;
     height: 44px !important;
 }

 .questions-type-outer {
     position: relative;
 }

 label {
     display: inline-block;
     font-weight: normal;
     margin-bottom: 5px;
     max-width: 100%;
     font-family: var(--font-default);
     font-size: 15px;
     font-weight: 500;
     line-height: 28px;
     color: var(--color-paragraph);
     color: #545454;
 }

 label span:not(.radio-outer span) {
     color: #fb5f66 !important;
     display: inline;
 }

 .form-control {
     border-bottom: rgba(0, 0, 0, 0.3) 1px solid !important;
     background: transparent !important;
     border-right: 0 !important;
     border-top: 0 !important;
     border-left: 0 !important;
     margin-bottom: 1.5rem;
     color: #000;
     width: 100%;
     display: block;
     border-radius: 0;
     max-height: 45px;
     min-height: 45px;
     box-shadow: none !important;
     font-size: 14px;
 }

 .form-control:focus {
     box-shadow: none !important;
 }

 .questions-type-outer.postfix_on.prefix_on input {
     padding: 0 90px !important;
 }

 .input-label.prefix {
     position: absolute;
     z-index: 1;
     top: 0;
     bottom: 0;
     width: 80px;
     font-size: 18px;
     padding: 15px 10px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 0;
     border-radius: 0 6px 6px 0;
     font-size: 16px !important;
     padding: 10px !important;
     height: 44px !important;
     left: 0;
     border-radius: 0;
 }

 .questions-type-outer .input-label {
     background-color: #fbecec !important;
     color: #333;
     font-size: 14px !important;
 }

 .realTime-layout2 .question-component {
     width: 100%;
     float: left;
     margin-top: 15px;
 }

 .grid_2 {
     display: flex;
 }

 .grid_2 .radio-outer {
     padding: 0 7.5px;
 }

 .radio-outer {
     width: 100%;
     float: left;
     position: relative;
 }

 .radio-outer input[type="radio"] {
     width: auto;
     float: left;
     box-shadow: none;
     opacity: 0;
     position: absolute;
     bottom: 0;
     left: 0;
 }

 .realTime-layout2 .radio-outer>input[type="radio"]+label {
     min-height: 50px !important;
     padding: 10px 15px 10px 40px !important;
     font-size: 16px !important;
     display: flex;
     align-items: center;
     border-width: 1.5px !important;
 }

 .radio-outer>input[type="radio"]+label::before {
     box-shadow: inset 0 0 0 3px #fff !important;
     border-width: 1.5px !important;
     background-color: #fff;
 }

 .radio-outer>input[type="radio"]+label::before {
     content: "";
     font-size: 0px;
     width: 28px;
     height: 28px;
     float: left;
     border-width: 2px;
     border-style: solid;
     position: absolute;
     left: 11px;
     top: 11px;
     border-radius: 50px;
     white-space: nowrap;
     box-shadow: inset 0 0 0 3px #fff;
     font-size: 8px;
 }

 .radio-outer>input[type="radio"]+label::after {
     position: absolute;
     content: "";
     font-size: 0;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }

 .radio-outer.active>input[type="radio"]:checked+label::before,
 .radio-outer.active input[type="radio"]+label::before,
 .radio-outer>input[type="radio"]:checked+label::before {
     border-color: #FF5656 !important;
     background: linear-gradient(180deg, #FF5656 0%, #FE0000 100%) !important;
     top: 11px;
     font-size: 8px !important;
 }

 .form-group.readio_option {
     display: inline-block;
     width: 100%;
 }

 .calculate_btn {
     border-radius: 60px;
     background: linear-gradient(180deg, #FF5656 0%, #FE0000 100%) !important;
     box-shadow: 2px 3px 26px 0px rgba(254, 0, 0, 0.26);
     width: 145px;
     height: 46px;
     flex-shrink: 0;
     color: #FFF !important;
     font-family: Poppins;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     border: none;
     display: block;
     margin: 10px auto;
     outline: none !important;
 }

 .clicked-calculate,
 .clicked-email {
     background: #fff !important;
     border: 1px solid #FF5656 !important;
     color: #FE0000 !important;
 }

 .btn.btn-secondary {
     margin: 20px auto;
     padding: 10px 25px;
     border-radius: 60px;
     background: linear-gradient(180deg, #FF5656 0%, #FE0000 100%);
     box-shadow: 2px 3px 26px 0px rgba(254, 0, 0, 0.26);
     color: #fff;
 }

 .detailed-report-btn {
     display: none;
 }

 /* Add a special style for the clicked calculate button */
 .clicked-calculate {
     background-color: #4CAF50;
     color: white;
 }