.stateGreen {
    background: #2ecc40;
}
.stateRed {
    background: #ff4136;
}
.stateSelected {
    background: #6c6c6c;
}
.prodNav {
    margin-top: 6rem;
}
.questionNavigation {
    margin-top: 0.3rem;
}
.questionValues {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.questionItems {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.questionView {
    transition: all ease-in 1s ;
}
.htmx-indicator{
    display:none !important;
}

.htmx-request .loadingOverlay{
    display:inline !important;
}
.htmx-request.loadingOverlay{
    display:inline !important;
}

.loading-container {
    position: relative;
    top: 45%;
    width: 100%;
}
.loadingOverlay {
/*    width: 100%;*/
    height: 100%;
    align-content: center;
    /*max-height: 75vh;*/
    display: block;
    background-color: rgba(200,200,200,.7);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.price {
/*    align-items: center;
    width: 25%;
    margin-top: 0.3em;*/
    /*display: flex; height: 100%;width: 50%;*/
    float: left;
    padding: 0 .6em;
    position: relative;
    top: 25%;
}
#priceSummary {
    margin-top: 4rem;
}
.priceSummaryHeader {
    font-weight: 700;
    text-align: center;
    margin-top: 1em;
}
.priceSummaryRow {
    background: #efefef;
}
.priceSummaryRow:nth-of-type(odd) {
    background: #cdcdcd;
}
.priceSummaryRow .quantity {
    text-align: center;
}
.priceSummaryRow .netprice {
    text-align: right;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
}
.topNavbar {
    top: 0px;
    left: 0px;
    background-color: #fff;
}
.cart {
    width: 1.0rem;
    height: 0.9rem;
    margin-top:0.1rem;
    background-color: white;
    -webkit-mask-image: url(/images/cart-shopping-solid-5e548b2d44dd6b4a6950f2053d5faa44.svg);
    mask-image: url(/images/cart-shopping-solid-5e548b2d44dd6b4a6950f2053d5faa44.svg);
}