/* /Components/Layout/Input.razor.rz.scp.css */
#input[b-sgxsrvfvku] {
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 50.6875em) {
    #input[b-sgxsrvfvku] {
        flex-direction: row;
        height: calc(22em - 7.5vw);
        min-height: 13.5em;
    }
}

#input[b-sgxsrvfvku]  > * {
    flex-grow: 1;
}

@media (min-width: 50.6875em) {
    #input[b-sgxsrvfvku]  > * {
        overflow: auto;
    }
}
/* /Components/Layout/InputField.razor.rz.scp.css */
.input-field[b-xa1oma52l3] {
    align-items: start;
    flex-direction: column;
    gap: 0.5em;
    justify-content: space-between;
    line-height: 120%;
    max-width: 22em;
    padding-top: 0.5em;
}

@media (min-width: 26.5625em) {
    .input-field[b-xa1oma52l3] {
        flex-direction: row;
    }
}

.input-label[b-xa1oma52l3] {
    display: inline;
    font-weight: bold;
    vertical-align: middle;
    white-space: pre-wrap;
}

.input-box[b-xa1oma52l3] {
    position: relative;
}

.unit-label[b-xa1oma52l3] {
    font-size: 0.8em;
    line-height: 120%;
}

input[b-xa1oma52l3] {
    height: 1.75em;
    width: 8.5em;
}

.reset-btn[b-xa1oma52l3] {
    background: none;
    border: none;
    outline: none;
    padding: 0.25em;
    position: absolute;
        right: 0;
}

.reset-icon[b-xa1oma52l3] {
    height: 1em;
    width: 1em;
}

/* Hide Increment/Decrement Arrows */
/* Chrome, Safari, Edge, Opera */
input[b-xa1oma52l3]::-webkit-outer-spin-button,
input[b-xa1oma52l3]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-xa1oma52l3] {
    -moz-appearance: textfield;
}
/* /Components/Layout/InputFieldSet.razor.rz.scp.css */
.group-title[b-7x6sw42boh] {
    cursor: pointer;
    padding-block: .15em;
}﻿

.group-title:hover[b-7x6sw42boh] {
    background-color: var(--off-white);
    filter: brightness(85%);
}

.collapse-button[b-7x6sw42boh] {
    background: none;
    border: none;
    height: 1em;
    outline: none;
    padding: 0em;
    width: 1em;
}

.collapse-icon[b-7x6sw42boh] {
    vertical-align: baseline;
}

.input-group[b-7x6sw42boh] {
    flex-direction: column;
    max-width: 22em;
}

.hidden[b-7x6sw42boh] {
    height: 0;
    opacity: 0;
    transition: height ease-in-out 0.5s, opacity ease-in-out 0.5s;
    z-index: -1;
}

.hidden[b-7x6sw42boh]  * {
    height: 0 !important;
    padding: 0 !important;
}

.shown[b-7x6sw42boh] {
    margin-top: 1rem;
}

hr[b-7x6sw42boh] {
    margin-block: .4em;
}
/* /Components/Layout/Intro.razor.rz.scp.css */
#region[b-pnaadwo5tw],
#vehicle-size[b-pnaadwo5tw] {
    text-align: center;
}

#region > *[b-pnaadwo5tw],
#vehicle-size > *[b-pnaadwo5tw] {
    display: block;
    margin: auto;
    margin-bottom: 0em;
}

#region > p[b-pnaadwo5tw],
#vehicle-size > p[b-pnaadwo5tw] {
    margin-bottom: .25em;
}

@media (min-width: 31.4375em) {
    #region[b-pnaadwo5tw],
    #vehicle-size[b-pnaadwo5tw] {
        text-align: start;
    }

    #region > *[b-pnaadwo5tw],
    #vehicle-size > *[b-pnaadwo5tw] {
        display: inline-block;
    }

    #region > p[b-pnaadwo5tw],
    #vehicle-size > p[b-pnaadwo5tw] {
        display: block;
    }
}

@media (min-width: 69.125em) {
    #region[b-pnaadwo5tw],
    #vehicle-size[b-pnaadwo5tw] {
        text-align: start;
    }

    #region > *[b-pnaadwo5tw],
    #vehicle-size > *[b-pnaadwo5tw] {
        display: inline-block;
    }

    #region > p[b-pnaadwo5tw],
    #vehicle-size > p[b-pnaadwo5tw] {
        display: inline-block;
    }
}

.intro-input[b-pnaadwo5tw] {
    height: 1.7em;
    width: 10.5em;
}

.intro-input[name="ZIP Code"][b-pnaadwo5tw] {
    width: 10.5em;
}

@media (min-width: 31.4375em) {
    .intro-input[name="ZIP Code"][b-pnaadwo5tw] {
        width: 7.5em;
    }
}

#intro[b-pnaadwo5tw] {
    background-color: var(--light-gray);
    flex-direction: column-reverse;
    font-size: 1.125em;
}

@media (min-width: 64em) {
    #intro[b-pnaadwo5tw] {
        flex-direction: row;
    }
}

.tool-image[b-pnaadwo5tw] {
    height: auto;
    max-height: 15em;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 64em) {
    .tool-image[b-pnaadwo5tw] {
        max-height: none;
        max-width: 18em;
        width: 37.8%;
    }
}

#calculate-fuel-savings-btn[b-pnaadwo5tw] {
    align-self: center;
    background-color: var(--green);
    border: none;
    color: var(--off-white);
    flex: 0;
    font-weight: bold;
    outline: none;
    padding-right: .25em;
}

#calculate-fuel-savings-btn:hover[b-pnaadwo5tw] {
    box-shadow: none !important;
    filter: brightness(85%);
}

@media (min-width: 31.4375em) {
    #calculate-fuel-savings-btn[b-pnaadwo5tw] {
        align-self: flex-start;
    }
}

.dollar-icon[b-pnaadwo5tw] {
    color: gold;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nq4kr75sh0] {
    margin: auto;
    max-width: 80em;
}

header[b-nq4kr75sh0] {
    align-items: center;
    flex-direction: row;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}

@media (min-width: 20em) {
    header[b-nq4kr75sh0] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.logo[b-nq4kr75sh0] {
    display: block;
    height: auto;
    width: 100%;
}

@media (min-width: 20em) {
    .logo[b-nq4kr75sh0] {
        display: block;
        height: 10vw;
        max-height: 3em;
        min-height: 2em;
        width: auto;
    }
}

#blazor-error-ui[b-nq4kr75sh0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-nq4kr75sh0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/Output.razor.rz.scp.css */
.output-pane-list[b-e4t7l7nejx] {
    align-items: stretch;
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.output-pane[b-e4t7l7nejx] {
    background-color: white;
    display: inline-block;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1em;
    padding: 1rem;
}

@media (min-width: 32em) {
    .output-pane[b-e4t7l7nejx] {
        flex-wrap: nowrap;
    }
}

.output-pane-heading[b-e4t7l7nejx] {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.output-pane-body[b-e4t7l7nejx] {
    position: relative;
    text-align: center;
}

.output-pane-body h3[b-e4t7l7nejx] {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.output-field-list[b-e4t7l7nejx] {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: end;
}

.output-field-list hr[b-e4t7l7nejx] {
    margin-top: -0.25em;
    position: absolute;
    left: 0;
    right: 0;
}

.output-field:first-child[b-e4t7l7nejx] {
    margin-bottom: 0.5em;
}

.output-note[b-e4t7l7nejx] {
    font-size: .8125em;
    font-style: italic;
    margin-bottom: 0;
}

#icev-output[b-e4t7l7nejx] {
    border-top: var(--indigo) thick solid;
}

#hev-output[b-e4t7l7nejx] {
    border-top: var(--steel-blue) thick solid;
}

#bev-output[b-e4t7l7nejx] {
    border-top: var(--olive-leaf) thick solid;
}

#phev-output[b-e4t7l7nejx] {
    border-top: var(--pearl-aqua) thick solid;
}
/* /Components/Layout/OutputField.razor.rz.scp.css */
.output-value[b-ubs5frr9d7] {
    display: inline-block;
    font-family: var(--font-stack-titular);
    font-weight: bold;
    margin: 0;
    text-align: end;
    white-space: nowrap;
}

.output-unit[b-ubs5frr9d7] {
    color: black;
    font-size: 0.75em;
    font-weight: normal;
}
/* /Components/Layout/SelectField.razor.rz.scp.css */
.input-field[b-uascmkie1q] {
    align-items: start;
    flex-direction: column;
    gap: 0.5em;
    justify-content: space-between;
    line-height: 120%;
    max-width: 22em;
    padding-top: 0.5em;
}

@media (min-width: 26.5625em) {
    .input-field[b-uascmkie1q] {
        flex-direction: row;
    }
}

.unit-label[b-uascmkie1q] {
    font-size: 0.8em;
    line-height: 120%;
}

select[b-uascmkie1q] {
    height: 1.75em;
    width: 8.5em;
}

.input-box[b-uascmkie1q] {
    position: relative;
}

.reset-btn[b-uascmkie1q] {
    background: none;
    border: none;
    outline: none;
    padding: 0.25em;
    position: absolute;
        right: 1em;
}

.reset-icon[b-uascmkie1q] {
    height: 1em;
    width: 1em;
}

.tooltip-icon[b-uascmkie1q] {
    display: inline-block;
    height: 0.9em;
    margin-left: 0.5em;
    width: auto;
}

/* Hide Increment/Decrement Arrows */
/* Chrome, Safari, Edge, Opera */
input[b-uascmkie1q]::-webkit-outer-spin-button,
input[b-uascmkie1q]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-uascmkie1q] {
    -moz-appearance: textfield;
}
/* /Components/Layout/ToolTip.razor.rz.scp.css */
.tooltip-icon[b-krhnghxar7] {
    display: inline-block;
    height: 0.9em;
    margin-left: 0.5em;
    width: 0.9em;
}
