.lcac--calculator {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    background: #F7F7F7;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 21%);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 21%);
    color: #000;
}

.lcac--switched {
    display: flex;
    margin-top: 0px;
}

.lcac--switched input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.lcac--switched label {
    width: 100px;
    background: #fff;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 0px solid rgb(236, 236, 236, 0.25);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    color: #908f8f;
    flex: 1;
    width: auto;
}

.lcac--switched input:checked+label {
    background: #B70004;
    color: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

.lcac--box {
    flex: 1;
    margin: 0px 10px 0px 5px;
}

.lcac--title {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #B70004;
}

.lcac--title span {
    color: #000;
}

.lcac--row-bordered {
    border-bottom: 1px solid rgb(255 255 255 / 37%);
}

.lcac--row {
    display: block;
}

.lcac--result-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcac--row-center {
    align-items: center;
}

.lcac--col {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcac--col>div {
    flex: 1;
    margin: 10px;
}

.lcac--result-section .lcac--col>div {
    margin: 5px;
    font-size: 15px;
    padding: 7px 0px;
    margin-bottom: 0px;
}

.lcac--name {
    text-align: left;
    margin-bottom: 10px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.lcac--name span {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 5px;
}

.lcac--calculator input[type="text"] {
    text-align: center;
    font-size: 15px;
    color: #404040;
    padding: 5px 5px 5px 5px;
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: 0 auto;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
}

.lcac--calculator table input[type="text"] {
    font-size: 11px;
    padding: 3px;
    border: 0px solid #fff;
    padding-left: 6px;
}

.lcac--calculator select {
    border: 0px;
    font-size: 15px;
    padding: 9px 5px 9px 5px;
    padding-left: 6px;
    outline: none;
    margin: 0 auto;
    font-weight: 100;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    color: #404040;
}

.lcac--calculator table {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(237, 237, 237);
    color: #000;
    font-size: 11px;
    line-height: 16px;
    margin: 0px;
    width: 100%;
}

.lcac--calculator table td {
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(237, 237, 237);
    padding: 2px 3px 2px 3px;
}

.lcac--calculator table tr td:nth-last-child(1) {
    font-weight: bold;
    text-align: right;
}

.lcac--calculator table tr:nth-last-child(1) td {
    font-weight: bold;
}

.lcac--calculator table tr td:nth-child(1),
.lcac--calculator table tr th:nth-child(1) {
    width: 30px;
}

.lcac--calculator table tr td,
.lcac--calculator table tr th {
    width: 90px;
}

.lcac--calculator table tr td:nth-child(2),
.lcac--calculator table tr th:nth-child(2),
.lcac--calculator table tr td:nth-child(3),
.lcac--calculator table tr th:nth-child(3),
.lcac--calculator table tr td:nth-last-child(1),
.lcac--calculator table tr th:nth-last-child(1) {
    width: 110px;
}

.lcac--calculator table tr th {
    text-align: left;
}

.lcac--calculator table tr th:nth-last-child(1) {
    text-align: right;
}

.lcac--col.lcac--col-result {
    border-radius: 3px;
    background: #ffcccb;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 30%);
    color: #000;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lcac--col.lcac--col-result.lcac--col-yellow {
    background: #FFFFE0;
}

.lcac--col.lcac--col-result.lcac--col-green {
    background: #90ee90;
}

.lcac--col.lcac--col-result.lcac--col-orange {
    background: #efaaa9;
}

.lcac--col.lcac--col-result.lcac--col-orange {
    background: #f05754;
}

.lcac--col.lcac--col-result.lcac--col-transparent {
    background: transparent;
    box-shadow: none;
}

.lcac--col.lcac--col-result .lcac--name {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.lcac--result {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
}

.lcac--subt,
.lcac--result-section-title {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0px;
    background: #e4e4e4;
    margin: 15px 0px;
}

span.total__funded {
    background: #ffcccb;
    padding: 3px 12px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.lcac--calculator table td,
.lcac--calculator table th {
    font-size: 13px;
}

.lcac--calculator table input[type="text"] {
    font-size: 13px;
}

.lcac--clear-tbl {
    background: #dcdcdc;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    width: 140px;
    display: inline-block;
}

.lcac--clear-tbl-row {
    text-align: right;
}

@media all and (max-width:780px) {
    .lcac--wrap {
        display: block;
    }
    .lcac--calculator table {
        min-width: 550px;
    }
    .lcac--calculator table td,
    .lcac--calculator table th {
        font-size: 13px;
    }
    .lcac--calculator table input[type="text"] {
        font-size: 13px;
    }
}