/* common CSS*/
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
html body select {
   outline: none;
   border:none;
   height: auto;
}
select:focus{
    border:none;
}
/* Module*/
html body .calculator-inner-title{
    text-align: center;
    margin:0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
html body .calculator-header-inner-sec {
    padding-bottom: 10px;
}
html body .calculator-header-top-section {
    max-width: 1200px !important;
    width: 100% !important;
    height: auto;
    position: relative;
    padding: 35px 15px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 3px 18px rgba(244, 245, 248, 1);
}
html body .calculator-heading-title {
    text-align: center;
}
html body .calculator-inner-input-fields {
    align-items: center;
    display: flex;
    gap:10px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
html body .main-chart-inner > .range_data_box_inner:first-child .calculator-inner-input-fields {
    margin-top: 0;
}
html body .calculator-common-label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
html body .calculator-inner-input-wrap {
    height: 30px;
    display: flex;
    padding: 0px 5px;
    width: fit-content;
    gap: 0;
    align-items: center;
    border-radius: 3px;
}
html body select.sip-dropdown, 
html body .calculator-inner-input-wrap {
    border: unset;
}
html body select.sip-dropdown {
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    width:max-content;
    background-color: transparent;
}
html body .easy-calc-field {
    text-transform: capitalize;
    border-radius: 3px;
    height: 30px;
    font-weight: 500;
    width: 100px;
    display: flex;
    align-items: center;
    text-align: right;
    border: none;
    font-size: 18px;
    background-color: transparent;
    margin-bottom: 0;
}
html body .easy-calc-field:focus{
    outline:none;
    border-style: none;
    box-shadow: none;
}
html body .calculator-inner-wrap,
html body .calculator-inner-input-wrap {
    display: flex;
    align-items: center;
}
.calculator-main-container {
    display: flex;
    justify-content: center;
}
.main-chart-inner {
    max-width: 65%;
    width: 100%;
}
.easy-calc-chart-logo {
    max-width: 35%;
    width: 100%;
}
.calc-full-width,
.calc-full-width-lumpsum{
    grid-template-columns: 100%;
}
html body .main-chart-inner {
    padding: 20px;
}
html body .easy-calc-chart-logo {
    padding: 20px;
}
html body .easy-calc-final-result p {
    color: #404040;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin:16px 0;
}
/* percentage common */
html body .percentage-symbol {
   position: relative;
   font-weight: 500;
}
/* easy final-result styles */
html body .easy-calc-final-result {
    background-color: #ffffff;
    border: 2px solid #f4f5f8;
    box-shadow: 0 3px 18px rgba(244, 245, 248, 1);
    padding: 15px;
}
html body .easy-calc-final-result h3{
    margin:0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
}
html body .easy-calc-final-result p:last-child{
    margin-bottom: 0;
}
/* table - 1 */
html body .rangeslider--horizontal{
    height: 15px;
}
html body .rangeslider__handle{
    height: 30px;
    width: 30px;
}
html body .rangeslider__handle:after{
    width:15px;
    height: 15px;
}
html body tbody tr:nth-child(2n+1) {
    background-color: unset;
}
html body .common-table tr,
html body .common-table td,
html body .common-table th{
    padding:10px;
    border:none;
}
caption#sip_tab_cap,
.sip_tab_cap {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 0;
}
/* Scrollbar CSS */
html body .scrollable {
    max-height: 520px;
    overflow-y: auto;
}
html body .common-table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
html body .common-table-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
html body .common-table-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
html body .common-table-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

html body .common-table-container th {
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    border: unset;
}
html body tbody#projectTableSIP tr td ,
html body tbody#projectTableLumpsum tr td,
html body tbody#swpProjectTable tr td,
html body tbody#mfProjectTable tr td,
html body tbody#ppfProjectTable tr td,
html body tbody#epfProjectTable tr td,
html body tbody#fdProjectTable tr td,
html body tbody#rdProjectTable tr td,
html body tbody#emiBreakdownTableBody tr td,
html body .common-pro-tbl tr td{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    border: 0;
}
html body tr.emi-header th.emi-main-heading-year{
    text-align: left !important;
}
caption#sip_tab_cap,
tr.sip-table-inner,
.sip-table thead.sip-result-head,
.sip_tab_cap{
    padding: 10px 0;
}
html body .common-table-container {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
html body .common-table-container th{
    padding: 10px;
}
#projectTableSIP tr td,
#projectTableLumpsum tr td,
#swpProjectTable tr td {
    border: solid 1px transparent;
    border-style: solid none;
    padding: 10px;
    background-color: #f7f7f7;
}
html body .common-table-container {
    background-color: #ffffff;
    border: 2px solid #f4f5f8;
    box-shadow: 0 3px 18px rgba(244, 245, 248, 1);
    padding: 15px;
    overflow-x:auto;
}
html body table#sip-table, 
html body #lumpsum-table, 
html body .common-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    text-align: center;
    border: unset;
    margin-bottom: 0;
}
html body table#sip-table tr,
html body #lumpsum-table tr,
html body .common-table tr {
    text-align: center;
}
html body table.common-table th {
    border: unset;
    text-align: center !important;
}
/* Common table CSS 10*/
html body table#emiBreakdownTable {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent!important;
}
html body #emiBreakdownTable td, 
html body #emiBreakdownTable th {
    text-align: center;
    padding: 10px;
}
html body .emi-main-heading-year{
    text-align: left !important;
}
html body .emi-header {
    cursor: pointer;
    position: relative;
}
html body #emiBreakdownTableBody .emi-header td {
    border: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
html body #emiBreakdownTable td, 
html body #emiBreakdownTable th,
html body #emiBreakdownTable .emi-header{
    border: 1px solid #000000 !important;
}
html body .easy-calc-final-result.custom-common-table {
    overflow-y: hidden;
}
/* lumpsum module styles */
html body .custom-load-more-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
html body button#loadMoreButton {
    background: #000000;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}
html body button#loadMoreButton:hover{
    background: #ffffff;
    color: #000000;
}
html body .easy-calc-common-result{
    margin-top: 40px;
}
html body h3.emi-table-heading{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}
.ac11Icon {
    transition: transform 0.2s ease;
}
.ac11Icon.rotated {
    transform: rotate(180deg);
}
/* Responsive styles */
@media only screen and (max-width: 1440px) {
    html body .calculator-main-container {
        justify-content: center;
    }    
}
@media only screen and (max-width:991px){
    html body .main-chart-inner,
    html body .easy-calc-chart-logo {
        padding: 10px;
    }
    .calculator-main-container {
        display: flex;
        max-width: 100% !important;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 10px 0px 10px;
    }
    .main-chart-inner {
	    max-width: 100%;
	    padding: 0px;
	}
	.easy-calc-chart-logo {
	    max-width: 100%;
	    padding: 0px;
	}
}
@media only screen and (max-width: 767px) {
    html body .common-table-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    .calculator-main-container {
        padding: 0;
    }
    html body .common-table-container{
        margin-top: 20px;
    }
    html body .calculator-header-inner-sec .calculator-inner-title{
        font-size: 30px;
        margin-bottom: 20px !important;
    }
    html body .main-chart-inner,
    html body .easy-calc-chart-logo{
        padding: 0px;
    }
    html body .calculator-main-container {
        grid-template-columns: 100%;
        row-gap: 20px;
    }
    caption#sip_tab_cap,
    html body .common-table-container th ,
    .sip_tab_cap{
        font-size: 16px;
        line-height: 18px;
    }
   html body tbody#projectTableSIP tr td,
   html body tbody#projectTableLumpsum tr td,
   html body tbody#swpProjectTable tr td,
   html body tbody#mfProjectTable tr td,
   html body tbody#ppfProjectTable tr td,
   html body tbody#epfProjectTable tr td,
   html body tbody#fdProjectTable tr td,
   html body tbody#rdProjectTable tr td,
   html body tbody#emiBreakdownTableBody tr td,
   html body .common-pro-tbl tr td{
        font-size: 14px;
        line-height: 16px;
    }
    html body .calculator-common-label,
    html body .easy-calc-final-result p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    html body .calculator-header-inner-sec .calculator-inner-title{
        font-size: 24px;
    }
    html body .easy-calc-final-result h3 {
        display: flex;
        justify-content: center;
        font-size: 24px;
        line-height: 28px;
    }
    html body .easy-calc-final-result p {
        flex-direction: column;
        gap:5px;
    }
    html body .calculator-common-label,
    html body .easy-calc-field,
    html body select.sip-dropdown {
        font-size: 14px;
    }
    html body .calculator-inner-input-fields {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    html body .rangeslider--horizontal{
        height: 15px;
    }
    html body .rangeslider__handle{
        height: 30px;
        width: 30px;
    }
}
@media only screen and (max-width: 450px) {
    html body label.calculator-common-label {
        width: 60%;
    }
    html body .easy-calc-field {
        width: 82px;
    }
}

