  /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*
 body {
    font-family: poppins, Arial, Helvetica, sans-serif;
    color: #000 !important;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}*/
.fee-calculator-form-container {
    font-size: 1rem !important;
    max-width: 100% !important;
    border-width: 0 !important;
}
.fee-calculator-form-container .wForm {
    padding: 0;
}

.fee-calculator-form-container .wForm .oneField {
    padding: 2px 0;
    margin: 10px 0;
}
.fee-calculator-form-container .wForm .oneField, .fee-calculator-form-container .wForm .htmlSection {
    padding: 2px 0 !important;
}

.fee-calculator-form-container .oneField {
    width: 100%;
}

.fee-calculator-form-container .wForm .preField {
    font-weight: bold;
}

.fee-calculator-form-container .wForm label, .fee-calculator-form-container .wForm .label {
    display: inline;
}

.fee-calculator-form-container .inputWrapper {
    max-width: none !important;
    width: 100%;
}

.fee-calculator-form-container .wForm .reqMark::after {
    content: " *" !important;
    color: red !important;
    font-size: 90% !important;
}

.fee-calculator-form-container .wForm .oneField select {
    padding: .375rem .75rem;
    font-size: 16px;
}

.fee-calculator-form-container .wForm .oneField input {
    padding: .375rem .75rem;
}
.fee-calculator-form-container .wForm .horizontal .oneChoice {
    padding-right: 20px;
}
.fee-calculator-form-container .wForm .horizontal .oneChoice {
    padding-right: 20px;
}
.fee-calculator-form-container .wForm .oneField input {
    padding: .375rem .75rem;
}

.fee-calculator-form-container .inputWrapper input[type=radio] {
    width: auto;
    height: auto;
    margin: 5px 5px 5px 0;
}
.fee-calculator-form-container .wForm label, .fee-calculator-form-container .wForm .label {
    display: inline;
    padding-top: 5px;
}

.fee-calculator-form-container .btn-primary {
    margin-top: 1rem;
    border: none !important;
    border-radius: 4px;
    padding: 13px 20px 14px !important;
    display: inline-block;
    color: #fff !important;
    font-family: poppins, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: none;
    background-image: none !important;
    background-color: #e12744 !important;
    line-height: 27px;
    min-width: 164px;
}

.fee-calculator-table thead th {
    text-align: left;
    border-color: #ebebeb !important;
    border-bottom: 1px solid #111;
    font-family: poppins, Arial, Helvetica, sans-serif;
    font-weight: 900 !important;
    border-bottom-color: #ebebeb !important;
    border-right: 1px solid #ebebeb !important;
    padding: 10px !important;

}

.fee-calculator-table table thead tr th:first-child {
    border-left: 1px solid #ddd;
}
.fee-calculator-table tbody, table tbody {
    color: #000;
}

.fee-calculator-table tbody tr td, table tbody tr td {
    font-family: poppins, Arial, Helvetica, sans-serif;

    padding: 10px !important;
}

.fee-calculator-table thead tr, table thead tr {
    background-color: #f8f6f3;
    color: #000;
}

.fee-calculator-table tbody tr.even, .fee-calculator-table tbody tr:nth-child(even), table tbody tr.even, table tbody tr:nth-child(even) {
    background-color: #f8f6f3;
}

.fee-calculator-table table tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.fee-calculator-table table tbody tr td:first-child {
    border-left: 1px solid #ddd;
}


.fee-calculator-table table thead th, table thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

.fee-calculator-table table tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}