@font-face {
    /* no use of this css */
    font-family: "MBT-v24";
    src: url("/wp-content/themes/newmbt/assets/fonts/MBT-v24-2fb4663759344f8c5322bc1b3ef4863b322edea211bfeb1308a748bffd77dd27.woff2") format('woff'); 
}
[class^=mbticon-] {
    transition: opacity 500ms ease-in-out;
    font-family: 'MBT-v24';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: 1 ;
}
.calculator-iframe input,
.calculator-iframe select {
    font: 400 16px Roboto;
    color: #333;
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.calculator-iframe label {
    font-size: 14px;
    color: #555;
}
.calculator-iframe div.banner{
    display: none;
}
.calculator-iframe label span.info-icon {
    position: relative;
    display: inline-block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="14px" width="14px" version="1.1" id="_x32_" viewBox="0 0 512 512" xml:space="preserve" fill="%23aaa" stroke="%23aaa"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><style type="text/css"> .st0{fill:%23aaa;} </style><g><path class="st0" d="M255.992,0.008C114.626,0.008,0,114.626,0,256s114.626,255.992,255.992,255.992 C397.391,511.992,512,397.375,512,256S397.391,0.008,255.992,0.008z M300.942,373.528c-10.355,11.492-16.29,18.322-27.467,29.007 c-16.918,16.177-36.128,20.484-51.063,4.516c-21.467-22.959,1.048-92.804,1.597-95.449c4.032-18.564,12.08-55.667,12.08-55.667 s-17.387,10.644-27.709,14.419c-7.613,2.782-16.225-0.871-18.354-8.234c-1.984-6.822-0.404-11.161,3.774-15.822 c10.354-11.484,16.289-18.314,27.467-28.999c16.934-16.185,36.128-20.483,51.063-4.524c21.467,22.959,5.628,60.732,0.064,87.497 c-0.548,2.653-13.742,63.627-13.742,63.627s17.387-10.645,27.709-14.427c7.628-2.774,16.241,0.887,18.37,8.242 C306.716,364.537,305.12,368.875,300.942,373.528z M273.169,176.123c-23.886,2.096-44.934-15.564-47.031-39.467 c-2.08-23.878,15.58-44.934,39.467-47.014c23.87-2.097,44.934,15.58,47.015,39.458 C314.716,152.979,297.039,174.043,273.169,176.123z"/></g></g></svg>') no-repeat;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 14px;
}
.calculator-iframe .mbticon-svg8:before {
    content: "\e907";
}
.calculator-iframe .button-row a {
    width: 134px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 400;
}
.calculator-iframe input,
.calculator-iframe select,
.calculator-iframe .mbt-btn {
    border-radius: 3px;
}
.calculator-iframe .btn-teal {
    color: #fff;
    background-color: #1393a2;
}
.calculator-iframe .btn-teal:active, .calculator-iframe .btn-teal:focus {
    color: #fff;
    background-color: #0e7c8a;
}
.calculator-iframe .btn-grey {
    border: 1px solid #ddd;
    color: #000;
    background-color: #f6f7f8;
}
.calculator-iframe .btn-grey:active, .calculator-iframe .btn-grey:focus {
    background-color: #ededed;
}
.calculator-iframe h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #333;
    margin-bottom: 10px;
}
.calculator-iframe h4 {
    line-height: 1.1;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 18px;
}
.calculator-iframe .results {
    border-top: 1px solid #ddd;
    opacity: .25;
}
.calculator-iframe .results.on {
    opacity: 1;
}
.calculator-iframe .results.on > h3 {
    font-weight: 500;
}
.calculator-iframe .affordability .left h4 {
    font-weight: 600;
}
.calculator-iframe .total {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.1;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-iframe .affordability .left p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.calculator-iframe .ngrs-range-slider .ngrs-runner {
    position: relative;
    margin: 0;
    height: 24px;
    background-color: transparent;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 95%;
}
.calculator-iframe .ngrs-range-slider .ngrs-join {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    height: 24px;
    -moz-border-radius: 24px 0 0 24px;
    -webkit-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
    background-color: #00a360;
}
.calculator-iframe .ngrs-range-slider .ngrs-handle {
    position: absolute;
    z-index: 2;
    height: 28px;
    width: 28px;
    top: -3px;
    margin: 0 0 0 -13px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.4);
    border: 1px solid #b2b2b2;
}
.calculator-iframe .range {
    height: 24px;
    border-radius: 24px;
    background-color: #cfd4d6;
    margin-left: 0;
    width: 95%;
    padding: 0;
}
.calculator-iframe .icons {
    width: 95%;
    margin-bottom: 35px;
}
.calculator-iframe .right p {
    font-size: 14px;
    color: #333;
}
.calculator-iframe .right p span {
    font-weight: 700;
    font-size: 22px;
}
.calculator-iframe .right .icons img:first-child {
    position: relative;
    top: 23px;
    width: 26px;
}
.calculator-iframe .right .icons img:last-child {
    float: right;
    width: 50px;
}
.calculator-iframe .results .breakdowns>div>div.key>div div {
    font-weight: 500;
    color: #777;
    font-size: 16px;
    line-height: 22px;
}
.results div.breakdowns>.spending .key .title:before,
.results div.breakdowns>.budget .key .title:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 8px;
    left: -16px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ccc;
}
.calculator-iframe .budget .graph .label {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 1;
    font-size: 18px;
    color: #777;
}
.canvasjs-chart-credit {
    display: none;
}
.calculator-iframe #affordability-doughnut-chart {
    top: -15px;
}
/* my css */
.calculator-iframe .affordability {
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity linear .5s;
    transition: opacity linear .5s;
    height: 0;
}
.calculator-iframe .affordability.on {
    opacity: 1;
    height: auto;
    margin-bottom: 20px;
}
.calculator-iframe .results .breakdowns .key>div div {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #777;
}
.calculator-iframe .results .breakdowns .key>div span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.calculator-iframe .results .breakdowns .budget .key>div {
    margin-bottom: 10px;
    padding-left: 20px;
}
.calculator-iframe .results .breakdowns .budget .key>div:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ccc;
}
.calculator-iframe .results .breakdowns .budget .key>div.leftover:before {
    background-color: #4c5889;
}
.calculator-iframe .results .breakdowns .budget .key>div.payment:before {
    background-color: #42a975;
}
.calculator-iframe .results .breakdowns .budget .key>div.debt:before {
    background-color: #e4623a;
}
.calculator-iframe .results .breakdowns .budget .graph .label div {
    font-weight: 700;
    font-size: 18px;
    color: #777;
    text-align: center;
}
.calculator-iframe .results .breakdowns .budget .graph .label div:last-child{
    color: #000;
    font-size: 22px;
}
.calculator-iframe .error {
    color: #db4c3f;
    margin-bottom: 5px;
}
@media screen and (width <= 767.98px) {
    .calculator-iframe div.banner.active {
        background-color: #f2f2f2;
        display: block;
    }
    .calculator-iframe div.banner.active h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .calculator-iframe div.banner.active p {
        font-size: 14px;
        line-height: 17px;
        float: left;
        max-width: 72%;
        padding-right: 10px;
    }
    .calculator-iframe div.banner.active button {
        float: right;
        font-size: 14px;
        font-weight: 400;
        height: 30px;
        line-height: 14px;
        padding: 7px 5px;
        max-width: 33%;
        min-width: 68px;
        margin-top: 2px;
    }
    .calculator-iframe .top h3 {
        font-size: 21px;
        padding: 0;
        margin-bottom: 15px;
    }
    .calculator-iframe input,
    .calculator-iframe select {
        font-size: 14px;
    }
    .calculator-iframe .error {
        font-size: 14px;
        line-height: 17px;
    }
    .calculator-iframe input:focus,
    .calculator-iframe select:focus {
        outline: none;
    }
    .calculator-iframe .results.on h4 {
        font-size: 16px;
    }
    .calculator-iframe .total{
        font-size: 38px;
    }
    .calculator-iframe .results.on > h3,
    .calculator-iframe .affordability .left h4{
        font-size: 19px;
    }
    .calculator-iframe .results .breakdowns .key>div div,
    .calculator-iframe .results .breakdowns .key>div span {
        font-size: 14px;
        line-height: 17px;
    }
    .calculator-iframe .affordability .left p{
        line-height: 17px;        
    }
    .calculator-iframe .button-row a{
        width: 100%;
    }

    /* modal */
    .calculator-iframe .modal.filters-modal {
        position: absolute;
        left: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
        z-index: 100 !important;
    }
    .calculator-iframe .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
    /* .calculator-iframe .modal.filters-modal + */
    .calculator-iframe .custom-backdrop {
        position: absolute;
        opacity: 0.6;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #000;
        z-index: 9;
    }
    .calculator-iframe .modal.fade.in {
        opacity: unset;
    }
    .modal-backdrop.fade.in {
        display: none !important;
    }
    .calculator-iframe .modal-dialog {
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }
    .calculator-iframe .modal-content {
        border: none !important;
    }
    .calculator-iframe .modal .hide-in-modal {
        display: none;
    }
    .calculator-iframe .modal .modal-header  {
        border: 0;
        min-height: 0;
        padding: 10px 10px 10px 15px;
        overflow: hidden;
        background-color: #252626;
        border-radius: unset;
    }
    .calculator-iframe .modal .cancel-btn {
        font: 500 15px Roboto;
        line-height: 20px;
        color: #767676;
    }
    .calculator-iframe .modal .update-btn {
        font: 400 15px Roboto;
        line-height: 30px;
        color: #fff;
        background-color: #00a360;
        border-radius: 3px;
        padding: 0 12px;
    }
    .calculator-iframe .modal .inputs .form-row {
        position: relative;
        padding-top: 9px;
        margin-bottom: 10px;
    }
    .calculator-iframe .modal .inputs .form-row>label {
        position: absolute;
        top: 1px;
        left: 7px;
        font: 700 12px Roboto;
        color: #888;
        line-height: 16px;
        overflow: visible;
        padding: 0 5px;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(251, 251, 251, .5) 0%, #fbfbfb 100%);
    }
}