.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.svg);
    mask-image: url(/images/cart-shopping-solid.svg);
}
.selectedCard {
    background-color: #bababa;
    color: #fff;
    border: 0rem solid #fff;
}
.orange {
    background-color: #9a9a9a;
    color: #fff
    border: 0rem solid #fff;
}
.card {
    min-height: 11rem;
}
.logo {
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
}
.alignBottomContainer {
    position: relative;
}
.alignBottom {
    position: absolute;
    bottom: 0rem;
    margin-bottom: 1rem;
}
.horizontalCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.horizontalRight {
    display: flex;
    justify-content: right;
    align-items: right;
}
.horizontalLeft {
    display: flex;
    justify-content: left;
    align-items: left;
}
.slider::-webkit-slider-thumb {
    background: var(--primary-color);
    margin-top: -.4rem;
    width: 0.9rem;
    height: 0.9rem;
}

.slider::-moz-range-thumb {
    background: var(--primary-color);
    width: 0.9rem;
    height: 0.9rem;
}

.slider::-ms-thumb {
    background: var(--primary-color);
    width: 0.9rem;
    height: 0.9rem;
}
.slider_range {
    font-size: 0.7rem;
    font-weight: normal;
    color: #bbb;
    text-align: center;
}
.p-sticky {
    top: 6rem;
}
.netPrice {
    color: #000;
}
.netPrice:visited {
    color: #000;
}
.dynamaker {
    width: 100%;
    height: 30rem;
}
@media (min-width: 856px) {
    .phonePadding {
        padding-left:.4rem;
    }
}
.question_fade.htmx-swapping {
  opacity: 0;
  transition: opacity 1s ease-out;
  pointer-events: none;
}
/*#question_id_COLOUR_OF_SHAFT_css.htmx-added {
  opacity: 0;
}*/
.question_fade {
  opacity: 1;
  transition: opacity 1s ease-out;
  pointer-events: all;
}
body.htmx-request .question_fade  {
    opacity: .5;
    transition: opacity 300ms linear;
    pointer-events: none;
}
#questionMain.htmx-swapping {
  opacity: 0;
  transition: opacity 1s ease-out;
  pointer-events: none;
}
#questionMain {
  opacity: 1;
  transition: opacity 1s ease-out;
  pointer-events: all;
}
.modal-body .content {
    color: #000;
}
.question_section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*body.htmx-request #questionMain  {
    opacity: .5;
    transition: opacity 300ms linear;
}*/