<style>

.calculator-content {
    width: 100%;
    position: relative;
}

.chart-container {
    width: 100%;
    margin: 80px 0px;
}

.time-container {
    background-color: white;
    border-radius: 16px;
    color: #343a40;
    border: 1px solid #e8e8e8;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    margin-bottom: 50px;
}
.estimated {
    font-size: 20px;
    color: #1E2436;
}

.earnings {
    color: #000;
    font-size: 32px;
    margin: 4px 0px 8px 0px;
}

.floki {
    color: #868993;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.input-content {
    background-color: white;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    width: 100%;
}

.input-title {
    color: #343a40;
    font-size: 16px;
    margin-bottom: 24px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inputs {
    color: black !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 40px !important;
}

.input-box {
    font-size: 32px !important;
    line-height: 32px !important;
    padding: 0px !important;
    width: 100% !important;
}

</style>