.step-form { display: none; }
.step-form.active { display: block; }
.question-item { margin-bottom: 1.5rem; position: relative; }
.step-navigation { margin-top: 2rem; display: flex; justify-content: space-between; }
.form-check { margin-bottom: 0.5rem; }
.select2-selection__rendered {
  padding: 5px 23px !important;
}
.select2-selection__clear {
    font-size: 20px;
    margin-top: 0px !important;
}
.select2-selection__choice {
  font-size: 0.9rem!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px;
}
.invalid-feedback { display: none; }
.is-invalid + .invalid-feedback { display: block; }
h6.signup-header {
    text-align: Center;
    font-weight: 600;
    font-size: 25px;
    padding-top: 10px;
    line-height: 125%;
    color: #4b4b4b;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
input.form-control.height-feet,input.form-control.height-inch{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;

}
input.form-control.height-feet+div span,input.form-control.height-inch+div span{
  border-top-right-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}
.form-check .form-check-label{
  margin-left:0;
}
.form-group label{
  font-size:16px;
}
.error, .label_error {
    color: red;
    font-size: 12px;
}
.input-group-append .input-group-text-password {
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 1.3rem;
  padding: 0.75rem;
}
.footer {
  background-color: #ffffff;
  padding: 20px 2.45rem;
}
.alert-box {
  z-index: 99999999;
  top: 2vh;
}


.alert-dismissible .close {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    padding: 0 5px;

}

.start-25 {
  left: 25%;
}
.consent-text-box {
    max-height: 250px;
    overflow-y: auto; 
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    line-height: 1.5;
}

.consent-text-box::-webkit-scrollbar {
    width: 6px;
}
.consent-text-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.option-box {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fafafa;
    padding: 10px 16px;
    cursor: pointer;
    align-items: center;
    transition: all 0.2s ease;
}

.option-box:hover {
    background: #f0f8ff;
    border-color: #5a8dee;
}

.option-box input {
    display: none;
}

/* Selected Box State */
.option-box input:checked + span {
    font-weight: 600;
}
.option-box input + span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #efefef;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #afafaf;
}
.option-box input:checked + span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5a8dee;
    margin-right: 10px;
    vertical-align: middle;
}

/* Box highlight when selected */
.option-box input:checked ~ span,
.option-box input:checked {
    color: #000;
}

.option-box input:checked {
    border-color: #5a8dee !important;
}

.option-box input:checked {
    outline: none;
}

.option-box input:checked + span {
    color: #000;
}

.option-box input:checked ~ span {
    color: #000;
}

.option-box input:checked {
    background: #e8f0ff;
}

/* Checked box styling */
.option-box input:checked + span,
.option-box:has(input:checked) {
    border-color: #5a8dee;
    background: #e8f0ff;
}

.step-progress-container {
    width: 100%;
    margin: 30px 0 50px;
    text-align: center;
}

.progress-percentage {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.step-item {
    text-align: center;
}

.line {
    flex: 1;
    height: 4px;
    background: #e5e5e5;
    margin: 0 10px;
}

.line.active {
    background: #000;
}

.step-item .label {
    margin-top: 8px;
    font-weight: 600;
}
.step-item .circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}