canvas#cashFlowChart {
    display: block;
    max-height: 280px;
    max-width: 1712px;
    box-sizing: border-box;
    height: 280px;
    width: 824px;
}

.calculator {
    display: flex;
     gap: 50px;
}
.calculator-section .container {
    padding: 30px !important;!i;!;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*  -------------------------------    */

.input-section {
    width: 100%;
}

.summary {
    width: 100%;
}

.user-inputs {
    margin-bottom: 15px;
}
.user-inputs p {
    margin-bottom: 5px;
}

.curncy-div {
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.curncy-div p {
    margin-bottom: 5px;
}

.summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary .summary-item {
    padding-bottom: 15px;
}

      .summary-item {
            background: #eef2f7;
            padding: 15px;
            border-radius: 5px;
        }

.summary .summary-item h3.summary-head {
    font-weight: 700;
    font-size: 16px !important;
}

@media(max-width:450px){
    .calculator {
    flex-direction:column;
}
}