 :root, [data-theme=default] {
     --color-primary-darker: #d9120c;
     --color-primary-darker-h: 220;
     --color-primary-darker-s: 90%;
     --color-primary-darker-l: 42%;
     --color-primary-dark: #d9120c;
     --color-primary-dark-h: 220;
     --color-primary-dark-s: 90%;
     --color-primary-dark-l: 49%;
     --color-primary: #d9120c;
     --color-primary-h: 220;
     --color-primary-s: 90%;
     --color-primary-l: 56%;
     --color-primary-light: #4c84f6;
     --color-primary-light-h: 220;
     --color-primary-light-s: 90%;
     --color-primary-light-l: 63%;
     --color-primary-lighter: #6e9cf7;
     --color-primary-lighter-h: 220;
     --color-primary-lighter-s: 90%;
     --color-primary-lighter-l: 70%;
     --color-accent-darker: #a11730;
     --color-accent-darker-h: 349;
     --color-accent-darker-s: 75%;
     --color-accent-darker-l: 36%;
     --color-accent-dark: #c41c3b;
     --color-accent-dark-h: 349;
     --color-accent-dark-s: 75%;
     --color-accent-dark-l: 44%;
     --color-accent: #e02447;
     --color-accent-h: 349;
     --color-accent-s: 75%;
     --color-accent-l: 51%;
     --color-accent-light: #e54865;
     --color-accent-light-h: 349;
     --color-accent-light-s: 75%;
     --color-accent-light-l: 59%;
     --color-accent-lighter: #ea6c83;
     --color-accent-lighter-h: 349;
     --color-accent-lighter-s: 75%;
     --color-accent-lighter-l: 67%;
     --color-black: #1c1c21;
     --color-black-h: 240;
     --color-black-s: 8%;
     --color-black-l: 12%;
     --color-white: #fff;
     --color-white-h: 0;
     --color-white-s: 0%;
     --color-white-l: 100%;
     --color-success-darker: #649f38;
     --color-success-darker-h: 94;
     --color-success-darker-s: 48%;
     --color-success-darker-l: 42%;
     --color-success-dark: #73b540;
     --color-success-dark-h: 94;
     --color-success-dark-s: 48%;
     --color-success-dark-l: 48%;
     --color-success: #88c559;
     --color-success-h: 94;
     --color-success-s: 48%;
     --color-success-l: 56%;
     --color-success-light: #a0d17b;
     --color-success-light-h: 94;
     --color-success-light-s: 48%;
     --color-success-light-l: 65%;
     --color-success-lighter: #b8dd9d;
     --color-success-lighter-h: 94;
     --color-success-lighter-s: 48%;
     --color-success-lighter-l: 74%;
     --color-error-darker: #a11730;
     --color-error-darker-h: 349;
     --color-error-darker-s: 75%;
     --color-error-darker-l: 36%;
     --color-error-dark: #c41c3b;
     --color-error-dark-h: 349;
     --color-error-dark-s: 75%;
     --color-error-dark-l: 44%;
     --color-error: #e02447;
     --color-error-h: 349;
     --color-error-s: 75%;
     --color-error-l: 51%;
     --color-error-light: #e54865;
     --color-error-light-h: 349;
     --color-error-light-s: 75%;
     --color-error-light-l: 59%;
     --color-error-lighter: #ea6c83;
     --color-error-lighter-h: 349;
     --color-error-lighter-s: 75%;
     --color-error-lighter-l: 67%;
     --color-warning-darker: #f0b800;
     --color-warning-darker-h: 46;
     --color-warning-darker-s: 100%;
     --color-warning-darker-l: 47%;
     --color-warning-dark: #ffc400;
     --color-warning-dark-h: 46;
     --color-warning-dark-s: 100%;
     --color-warning-dark-l: 50%;
     --color-warning: #ffd138;
     --color-warning-h: 46;
     --color-warning-s: 100%;
     --color-warning-l: 61%;
     --color-warning-light: #ffdc6b;
     --color-warning-light-h: 46;
     --color-warning-light-s: 100%;
     --color-warning-light-l: 71%;
     --color-warning-lighter: #ffe799;
     --color-warning-lighter-h: 46;
     --color-warning-lighter-s: 100%;
     --color-warning-lighter-l: 80%;
     --color-bg: #fff;
     --color-bg-h: 0;
     --color-bg-s: 0%;
     --color-bg-l: 100%;
     --color-contrast-lower: #f2f2f2;
     --color-contrast-lower-h: 0;
     --color-contrast-lower-s: 0%;
     --color-contrast-lower-l: 95%;
     --color-contrast-low: #d3d3d4;
     --color-contrast-low-h: 240;
     --color-contrast-low-s: 1%;
     --color-contrast-low-l: 83%;
     --color-contrast-medium: #79797c;
     --color-contrast-medium-h: 240;
     --color-contrast-medium-s: 1%;
     --color-contrast-medium-l: 48%;
     --color-contrast-high: #313135;
     --color-contrast-high-h: 240;
     --color-contrast-high-s: 4%;
     --color-contrast-high-l: 20%;
     --color-contrast-higher: #1c1c21;
     --color-contrast-higher-h: 240;
     --color-contrast-higher-s: 8%;
     --color-contrast-higher-l: 12%;
}
        :root {
    --max-width-xxxxs: 20rem;
    --max-width-xxxs: 26rem;
    --max-width-xxs: 32rem;
    --max-width-xs: 38rem;
    --max-width-sm: 48rem;
    --max-width-md: 64rem;
    --max-width-lg: 80rem;
    --max-width-xl: 90rem;
    --max-width-xxl: 100rem;
    --max-width-xxxl: 120rem;
    --max-width-xxxxl: 150rem;
}

:root {
    --display: block;
}
:root {
    --zindex-header: 3;
    --zindex-popover: 5;
    --zindex-fixed-element: 10;
    --zindex-overlay: 15;
}
:root {
    --icon-xxxs: 8px;
    --icon-xxs: 12px;
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
    --icon-xxl: 96px;
    --icon-xxxl: 128px;
}
:root {
    --radius-sm: calc(var(--radius, 0.25em)/2);
    --radius-md: var(--radius, 0.25em);
    --radius-lg: calc(var(--radius, 0.25em)*2);
    --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117), 0 46px 60px -6px rgba(0, 0, 0, 0.2);
    --bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}
:root {
     --radio-switch-width: 186px;
     --radio-switch-height: 1.7rem;
     --radio-switch-padding: 3px;
     --radio-switch-radius: 50em;
     --radio-switch-animation-duration: 0.3s;
}
 .radio-switch {
     position: relative;
     display: inline-block;
     display: inline-flex;
     padding: var(--radio-switch-padding);
     border-radius: calc(var(--radio-switch-radius) * 1.4);
     background-color: var(--color-contrast-lower);
     box-shadow: 0 0 0 1px var(--color-contrast-low);
}
 .radio-switch:focus-within, .radio-switch:active {
     box-shadow: 0 0 0 1px var(--color-contrast-low);
}
 .radio-switch__item {
     position: relative;
     display: inline-block;
     height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
     width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
}
 .radio-switch__label {
     position: relative;
     z-index: 2;
     display: flex;
     height: 100%;
     align-items: center;
     justify-content: center;
     border-radius: var(--radio-switch-radius);
     cursor: pointer;
     font-size: var(--text-sm);
     user-select: none;
     transition: all var(--radio-switch-animation-duration);
}
 .radio-switch__input:checked ~ .radio-switch__label {
     color: var(--color-white);
}
 .radio-switch__label :not(*):focus-within, .radio-switch__input:focus ~ .radio-switch__label {
     background-color: transparent;
}
 .radio-switch__marker {
     position: absolute;
     z-index: 1;
     top: 0;
     left: -100%;
     border-radius: var(--radio-switch-radius);
     background-color: var(--color-primary);
     height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
     width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
     box-shadow: var(--shadow-md);
     transition: transform var(--radio-switch-animation-duration);
}
 .radio-switch__input:checked ~ .radio-switch__marker {
     transform: translateX(100%);
}
#form-tax-calculator .form-control:not(textarea) {
    height: 1.7rem;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
#form-tax-calculator .input-group-text{
    height: 1.7rem;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
#form-tax-calculator .radio-switch__label{
    margin: 0 0 0;
}
#form-tax-calculator .input-group{
    border-radius: 1.5rem;
    background-color: #fff;
    border: 1px solid rgba(166,168,171,0.3);
}
#form-tax-calculator .form-group label.col-form-label{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.7rem;
    font-weight: 600;
    color: #2b2a2b;
    position: relative;
    padding-left: 1rem;
}
#form-tax-calculator .hide-div .form-group label.col-form-label span{
    padding-left: 1rem;
    color: #939598;

}
#form-tax-calculator .form-group > .col-form-label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(https://www.dfcc.lk/wp-content/themes/dfccbank/assets/images/income-tax/right-arrow-right.png);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
#form-tax-calculator .form-group > .col-form-label.collapsed:after {
    content: "";
    background: url(https://www.dfcc.lk/wp-content/themes/dfccbank/assets/images/income-tax/right-arrow-left.png);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
#form-tax-calculator .hide-div .form-group label.col-form-label:after{
    content:none;
    
}

#form-tax-calculator .btn-submit ,#form-tax-calculator .btn-reset{
    padding: .2rem 1rem;
}
#form-tax-calculator .form-group > .col-form-label.no_icon:after{
    background:inherit;
}
#income-calculator-page{
    background-color: #fff;
}
div#tax-calculator {
    background-color: #f4f4f4;
    margin-top: 1rem;
    border-radius: 0.5rem;
        padding-right: 30px;
    padding-left: 30px;
}
#form-tax-calculator .add-input{
    padding-left: 2rem;
}
span.tooltip_span {
    width: 23px;
    height: 23px;
    display: block;
    float: right;
    position: relative;
    background: url(https://www.dfcc.lk/wp-content/themes/dfccbank/assets/images/income-tax/information-button.png);
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
p.bc_top {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    margin-top: 23px;
}
span.tooltip_span .content {
    position: absolute;
    width: 375px;
    z-index: 9999;
    left: -28px;
    top: 33px;
    background-color: #fff;
    padding: 12px;
    box-shadow: 4px 5px 10px -5px rgba(0,0,0,0.75);
    border-radius: 0.5rem;
    display: none;
    color: #2d373e;
    line-height: 1.8;
    font-size: 12px;
}
span.tooltip_span .content:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://www.dfcc.lk/wp-content/themes/dfccbank/assets/images/income-tax/Polygon1.png);
    position: absolute;
    top: -16px;
    left: 20px;
    z-index: 1;
    background-size: 100%;

}
input.add_total_quly {
    border: none;
    background-color: transparent;
    font-weight: 600;
    color: #636161;
}
input.add{
    border: none;
    background-color: transparent;
    font-weight: 600;
    color: #636161;    
}
#form-tax-calculator button.btn.btn-default.btn-print.btn-rounded {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 1rem;
}
#form-tax-calculator button.btn.btn-default.btn-print.btn-rounded svg{
    height: 0.7rem;
}
#form-tax-calculator .content-ul li{
    color: #2d373e;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 10px;
}
#tax-calculator .calc-results{
    padding: 1rem;
}
.bottom_links .calc-results .icon_svg img{
    height: 50px;
}
.bottom_links .calc-results h4{
    font-size: .6rem;
    text-align: center;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;    
}
#tax-calculator .calc-results-extrainfo dd, #tax-calculator .calc-results-extrainfo dt{
    font-weight: 600;
}
#tax-calculator .calc-results h4 {
    font-weight: 600;
}
#income-tax-tnc{
    background-color: #f4f4f4;
    margin-top: 1rem;
    border-radius: 0.5rem;
    padding-right: 30px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 30px;
}
#income-tax-tnc .calc-tnc-inner p{
    font-weight: 600;
    margin-bottom: 0rem;
    padding-left: 1rem;
}
#income-tax-tnc .calc-tnc-inner p{
    font-weight: 600;
    margin-bottom: 0rem;
    padding-left: 1rem;
}
#income-tax-tnc .calc-tnc-inner .content-ul{
    padding-left: 1rem;
}
#landding-default .collapse:not(.show) {
    display: none;
}

#tax-calculator .form-control:disabled {
    background: #fff;
    border-radius: 0rem 2rem 2rem 0rem;
}
button.closebtnsec {
    position: absolute;
    right: -8px;
    border: solid 2px #b5b5b5;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    padding: 3px;
    background-color: #d9120c;
    font-size: 11px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 600px) {
        div#tax-calculator {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mobile_v {
            width: 47%;
            margin-bottom: 10px;
    }
    .radio-switch {
        position: absolute;
        top: -34px;
        right: 0;
    }
    #form-tax-calculator .form-control:not(textarea) {
        border-radius: 0 1.5rem 1.5rem 0;
    }
    #form-tax-calculator .input-group {
        background-color: #f4f4f4;
    }
    #form-tax-calculator .hide-div .form-group label.col-form-label span {
        padding-left: 0;
    }
    .radio-switch__input:checked ~ .radio-switch__marker {
        transform: translateX(100%);
        width: 100%;
    }
    .radio-switch {
        width: auto;
    }
    .radio-switch__label {
        font-size: 10px;
    }
    #form-tax-calculator .add-input {
        padding-left: 1rem;
        margin-bottom: 6px;
    }
    #form-tax-calculator .add-input .form-control:not(textarea) {
        border-radius: 1.5rem;
    }
    div#tax-calculator {
        margin: 7px;
        width: auto;
    }
    span.tooltip_span .content {
        width: 280px;
        right: 0%;
        left: auto;
    }
    span.tooltip_span .content:after {
        right: 0px;
        left: auto;
    }
    span.othertools{
        position: static;
    }
    span.tooltip_span.othertools .content {
        width: 250px;
        right: 0%;
        left: 15px;
        top: 100%;
    }
    span.tooltip_span.othertools .content:after {
        right: 133px;
    }
}
@media only screen and (max-width: 380px) {
    .radio-switch {
        width: 54%;
    }
    .radio-switch__marker {
        width: 100%;
    }
    .radio-switch__input:checked ~ .radio-switch__marker {
        transform: translateX(100%);
        width: 100%;
    }

}