.elementor-1345 .elementor-element.elementor-element-facb20b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:50px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-1345 .elementor-element.elementor-element-facb20b:not(.elementor-motion-effects-element-type-background), .elementor-1345 .elementor-element.elementor-element-facb20b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-86045ce );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-1345 .elementor-element.elementor-element-3323579{text-align:center;}.elementor-1345 .elementor-element.elementor-element-3323579 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1345 .elementor-element.elementor-element-aefde78 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-1345 .elementor-element.elementor-element-aefde78{text-align:center;}.elementor-1345 .elementor-element.elementor-element-aefde78 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-1345 .elementor-element.elementor-element-031d66a > .elementor-widget-container{margin:30px 0px 0px 0px;}body.elementor-page-1345:not(.elementor-motion-effects-element-type-background), body.elementor-page-1345 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-86045ce );}@media(max-width:1366px){.elementor-1345 .elementor-element.elementor-element-facb20b{--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-1345 .elementor-element.elementor-element-facb20b{--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:45px;--padding-bottom:45px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for html, class: .elementor-element-031d66a */@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .responsive-table-input-matrix {
        display: block;
        position: relative;
        width: 100%;
    }

    .responsive-table-input-matrix:after {
        clear: both;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .responsive-table-input-matrix tbody {
        display: block;
        overflow-x: auto;
        position: relative;
        white-space: nowrap;
        width: auto;
    }

    .responsive-table-input-matrix tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .responsive-table-input-matrix tbody tr td {
        display: block;
        text-align: center;
    }

    .responsive-table-input-matrix tbody tr td:first-child {
        text-align: left;
    }

    .responsive-table-input-matrix thead {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .responsive-table-input-matrix thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .responsive-table-input-matrix thead th:first-of-type {
        height: 1.4em;
    }

    .responsive-table-input-matrix thead th {
        display: block;
        text-align: right;
    }

    .responsive-table-input-matrix thead th:first-child {
        text-align: right;
    }
}


#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#btnRun{
    color: #ffffff;
    background-color: #E85936;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
    /* padding: 10px 10px 10px 10px; */
    /* flex-basis: 100%; */
    margin-left: 10px;
    min-height: 47px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border: none;
    box-shadow: none;
    /* margin: 0%; */
}

#btnRun:hover {
    color: #E85936;
    background-color:#fff;
    border: 2px solid #E85936;
    box-shadow: none;
}


/*  */
/* New UI CSS */
body {
    font-family: 'Montserrat';
    font-style: normal;
    background: #F5F5F5;
}

#heading {
    /* width: 360px; */
    /* height: 30px; */

    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;

    color: #3E2A35;
}

/* .card {
    width: 1290px;
    height: 380px;
    margin: 0px 30px;

    background: #FFFFFF;
} */

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.sub-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3E2A35;
}

/* #sub-heading {
    position: absolute;
    width: 212px;
    height: 20px;
    top: 22px;
} */

.field {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.field .label {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

input {
    width: 100px;
    height: 35px;
    left: 254px;
    top: 229px;

    background: #FFFFFF;
    border: 1px solid rgba(62, 42, 53, 0.3);
    border-radius: 10px;
}

.btn {
    width: 150px;
    height: 45px;
    right: 92px;
    top: 300px;
    border-color: #E55933 !important;
    background: #E55933 !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: 1s;
}

.btn:hover {
    transition: 1s;
    color: #E85936;
    background-color:#fff;
    border: 2px solid #E85936;
    box-shadow: none !important;
}

.reset-btn {
    width: 150px;
    height: 45px;
    right: 92px;
    top: 300px;
    padding-top: 5px !important;
    color: #E85936 !important;
    background-color:#fff !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    outline:none !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
.reset-btn:focus {
    outline: none;
}

#preDownRoundCapTable {
    display: none;
}
/* #nextButton {
    transition: 10s;
} */

div#series {
    display: none;
}

button#addButton{
    width: fit-content;
    transition: 1s;
    /* display: none; */
}
div.card div.card{
    cursor: pointer;
}

.active{
    border: 3px solid #E55933;
    color:#E55933;
}

div.chartDiv{
    opacity: 0.05;
    cursor: not-allowed !important;
}

div.aChartDiv{
    opacity: 0.04;
}

/* div#charts{
    opacity: 0.5;
    cursor: not-allowed !important;
} */

.invalidInput{
        border-color: #dc3545;
}

#currency div:hover {
    color:#E55933;
}

.selectedCurrency {
    border-bottom: 2px solid  #E55933;
    color:#E55933;
}

#pieCharts div:hover {
    color:#E55933;
}

#mainChartDiv{
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: ease-in;
}/* End custom CSS */