.calculatorInput {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.calculatorInputSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0.5em;
}

.calculatorRadioContainer {
    border-top: none;
}

.EERCalculator{
    width: 100%;
}

/* .EERCalculatorInputs, #calculatorResultsSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
} */

#calculatorResultsSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.calculatorInputLabel {
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 700;
    font-size: 20px;
}

.radio > label {
    margin-right: 10px;
}

.infoIcon {
    margin-left: 10px;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    max-width: 400px;
    color: black;
    background-color: #d7faff;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #269abc;
    text-align: left;
}

.boldTxt {
    font-weight: bold;
}

.infoIcon-enabled {
    cursor: pointer;
    color: #269abc;
    transition: color 0.5s;
    transition-timing-function: ease-in-out;
}

.infoIcon-disabled {
    cursor: default;
    color: inherit;
    transition: color 0.5s;
    transition-timing-function: ease-in-out;
}

.calculateBtnContainer {
    display: flex;
    justify-content: center;
}

.amdrTableTitle {
    margin-left: 0 !important;
}

#calculateEERButton {
    float: left;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 800;
}

#startAgainEERButton {
    float: right;
}

#macroNutrientRangeImg {
    max-width: 100%;
    height: auto;
}

#macroNutrientRangesDescription {
    font-size: 16px;
}

.nutrientTableHeading {
    text-align: start;
    font-size: 18px;
    min-width: 100px;
}

.nutrientTableData {
    text-align: start;
    font-size: 16px;
}

.tableContainer {
    width: 100%;
    overflow: auto;
}

#EERCalculator .gc-chckbxrdio input[type="radio"] + label {
    line-height: unset !important;
    margin-left: 14px !important;
}

#EERCalculator .gc-chckbxrdio input[type="radio"] + label::before {
    width: 14px !important;
    height: 14px !important;
    border: 2.5px solid #fff !important;
}

#activityLevel .gc-chckbxrdio input[type="radio"] + label::before {
    left: unset !important;
    right: 0;
}

@media (min-width:768px){
    .calculatorInputLabel {
        text-align:start;
    }

    #activityLevel .calculatorInputLabel {
        text-align:center;
    }
}

/* For small phone screeens */
@media screen and (max-width: 600px) {
    body { 
        font-size: calc(0.8em + 1vw) !important; 
    }

    main {
        font-size: calc(0.8em + 1vw) !important;
    }
    
    h1 {
        font-size: calc(1.7em + 1vw) !important; 
    }
    
    h3 {
        font-size: calc(1em + 1vw) !important; 
    }

    .btn {
        font-size: calc(0.7em + 1vw) !important;
        margin: 3px 0;
    }

    .nutrientTableData {
        font-size: calc(0.8em + 1vw) !important;
    }

    .nutrientTableHeading {
        font-size: calc(0.85em + 1vw) !important;
    }

    .radio {
        font-size: calc(0.8em + 1vw) !important;
    }

    .calculatorInputLabel {
        font-size: calc(1em + 1vw) !important; 
    }

    form {
        font-size: inherit !important;
    }
}