/* dark mode module 1 */
html body .calculator-header-top-section.dark-mode-unable{
    background-color: #22262c;
}
html body .calculator-header-top-section.dark-mode-unable .calculator-inner-title{
    color: #ffffff;
}
html body .calculator-header-top-section.dark-mode-unable .calculator-common-label{
    color:#ffffff;
}
html body .calculator-header-top-section.dark-mode-unable .easy-calc-final-result{
    box-shadow: none;
    background-color: #292e37;
    border: 2px solid #575757;
}
html body .calculator-header-top-section.dark-mode-unable .easy-calc-final-result h3,
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTable .emi-column-headers th,
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTable .emi-header th{
    color:#ffffff;
}
html body .calculator-header-top-section.dark-mode-unable .easy-calc-final-result p{
    color: #908d96;
}
html body .calculator-header-top-section.dark-mode-unable .easy-calc-final-result.custom-common-table{
    border: unset;
    padding: 0;
}
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTable td, 
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTable th, 
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTable .emi-header{
    border: 1px solid #908d96!important;
    color: #908d96;
}
html body .calculator-header-top-section.dark-mode-unable  select.sip-dropdown,
html body .calculator-header-top-section.dark-mode-unable .calculator-inner-input-wrap{
    border: none;
}
/* table dark-body */
html body .calculator-header-top-section.dark-mode-unable .common-table-container {
    background-color: #292e37;
    box-shadow: none;
    border:2px solid #575757;
}
html body .calculator-header-top-section.dark-mode-unable caption#sip_tab_cap,
html body .calculator-header-top-section.dark-mode-unable caption.sip_tab_cap{
    color:#ffffff !important;
}
html body .calculator-header-top-section.dark-mode-unable .sip-table thead.sip-result-head ,
html body .calculator-header-top-section.dark-mode-unable .lumpsum-table thead.sip-result-head,
html body .calculator-header-top-section.dark-mode-unable .sip-result-head,
html body .calculator-header-top-section.dark-mode-unable .common-table-container thead.sip-result-head tr th {
    color: #ffffff !important;
}
html body .calculator-header-top-section.dark-mode-unable tbody#projectTableSIP tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#projectTablelumpsum tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#mfProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#swpProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#ssyProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#ppfProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#epfProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#fdProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#rdProjectTable tr td,
html body .calculator-header-top-section.dark-mode-unable tbody#emiBreakdownTableBody tr td{
    color: #908d96 !important;
}
html body .calculator-header-top-section.dark-mode-unable #projectTableSIP tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #projectTablelumpsum tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #mfProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #swpProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #ssyProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #ppfProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #epfProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #fdProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #rdProjectTable tr:hover td,
html body .calculator-header-top-section.dark-mode-unable #emiBreakdownTableBody tr:hover td,
html body .calculator-header-top-section.dark-mode-unable .sip-table thead.sip-result-head{
    background-color: #fff !important;
    color: #22262c !important;
}
html body .calculator-header-top-section.dark-mode-unable th.emi-main-heading-year {
    color: #fff;
}
html body .calculator-header-top-section.dark-mode-unable .sip_tab_cap,
html body .calculator-header-top-section.dark-mode-unable .sip-table thead.sip-result-head{
    background-color: #22262c !important;
}
html body .calculator-header-top-section.dark-mode-unable tr.emi-header,
html body .calculator-header-top-section.dark-mode-unable .common-table-container .sip-result-head{
    background-color: #22262c !important;
    color: #fff !important;
}
