
.container-sizes{
    width: 40%;   /* Set the desired width */
    height: 40%;  /* Set the desired height */
    padding: 1%;  /* Add padding inside the container */    
    margin: 2% auto;  /* Center the container horizontally */
    background-color: #fdfcfc;  
}

.conainer_master {
    max-width: 860px;
    width: 100%;      /* Set to 100% for full-width on smaller screens */
    height: auto;     /* Adjust height to be automatic */
    padding: 15px;      /* Add padding inside the container */    
    margin: 0 auto;  /* Center the container horizontally */
}

@media (min-width: 768px) {
    /* .conainer_master {
        width: 70%;   /* Wider on tablets and up */
       /* height: 60%;  /* Set the desired height */
   /* } */
}

@media (min-width: 1024px) {
    /* .conainer_master {
        width: 50%;   /* Even wider on larger screens */
       /* height: 60%;  /* Set the desired height */
   /* } */
}

.activity-level-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px; /* Add some padding for better spacing on smaller screens */
    box-sizing: border-box;
}

.activity-level-labels span {
    flex: 1; /* Makes all spans take equal space */
    text-align: center; /* Centers text inside the span */
    padding: 5px 0; /* Vertical padding */
    box-sizing: border-box; /* Ensures padding does not affect overall width */
    font-size: 14px; /* Base font size */
}

.activity-level-labels .active {
    color: orange;
}

@media (max-width: 768px) {
    .activity-level-labels {
        padding: 0 5px; /* Adjust padding for smaller screens */
    }

    .activity-level-labels span {
        font-size: 12px; /* Smaller font size for smaller screens */
        padding: 4px 0; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    .activity-level-labels {
        flex-direction: column; /* Stack the labels vertically on very small screens */
        align-items: center; /* Center-align the labels */
    }

    .activity-level-labels span {
        flex: none; /* Prevent stretching */
        width: auto; /* Allow width to adjust naturally */
        padding: 8px 0; /* More padding for easier touch interaction */
        font-size: 16px; /* Larger font size for better readability on very small screens */
    }
}

@media screen and (min-width: 768px){
    ul.nav.nav-wizard li {
        width: 25%;
    }
    ul.nav.nav-wizard li a:before {
       left:50% !important;
       top: 30px !important;
    }
   ul.nav.nav-wizard li a {
        text-align: center;
    }
    .card-header.bg-body-highlight {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*ul.nav.nav-wizard li:first-child {
        max-width: 110px;
    }
    ul.nav.nav-wizard li:last-child{
        max-width: 90px;
    }
    
   
    ul.nav.nav-wizard li:first-child a:before {
        width: 50% !important;
        left: 50% !important;
    }
    ul.nav.nav-wizard li:last-child a:before {
        width: 50% !important;
        right: 50% !important;
    }*/
}
    .progress-text{
        font-size: .7rem;
    }

    .form-range {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .activity-level-labels {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        box-sizing: inherit;
        font-size: 14px;
    }

    .form-controls {
        display: block;
        width: 100%;
        padding: .5rem 1rem;
        font-size: 0.8rem;
        font-weight: 200;
        line-height: 1.49;
        font-weight: bold;
    }
    #allergy-list {
        max-height: 150px; /* Adjust based on your needs */
        overflow-y: auto;  /* Enable vertical scrolling */
        border: 1px solid #ccc; /* Optional border for better visibility */
        font-size: 0.8rem;
        font-weight: 200;
        line-height: 1.49;
        font-weight: bold;
    }
    
    #allergy-list div {
        padding: .5rem 1rem;
        cursor: pointer;
    }
    
    #allergy-list div:hover {
        background-color: #f0f0f0;
    }

    #health-condition-list {
        max-height: 150px; /* Adjust based on your needs */
        overflow-y: auto;  /* Enable vertical scrolling */
        border: 1px solid #ccc; /* Optional border for better visibility */
        font-size: 0.8rem;
        font-weight: 200;
        line-height: 1.49;
        font-weight: bold;
    }
    #health-condition-list div{
        padding: .5rem 1rem;
        cursor: pointer;
    }
    #health-condition-list div:hover{
        background-color: #f0f0f0;
    }
    .suggestion-item {
        padding: 8px;
        cursor: pointer;
        background-color: #f0f0f0;
        border-bottom: 1px solid #ddd;
    }
    
    .suggestion-item:hover {
        background-color: #e0e0e0;
    }



    /* dev_aman css */

.nutriex-persInfo-wrap {
    position: relative;
    padding: 80px 0 30px;
}
.nutriex-persInfo-bg {
    background-image: url(../img/bg/37.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.nutriex-persInfoCard-outer{
    position: relative;
}
.nutriex-persInfoCard-bg {
    background-image: url(../img/bg/8.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.nutriex-persInfoCard-outer,
.nutriex-persInfoCard-outer .card-header,
.nutriex-persInfoCard-outer .card-header *,
.nutriex-persInfoCard-outer .card-body,
.nutriex-persInfoCard-outer .card-body *{
    z-index: 5;
    position: relative;
}
.nutriex-persInfoCard-outer .card-footer,
.nutriex-persInfoCard-outer .card-footer *{
    z-index: 2;
    position: relative;
}
.nutriex-persInfoCard-outer .card-body .form-controls,
.nutriex-persInfoCard-outer .card-body .form-select,
.nutriex-persInfoCard-outer .card-body .label{
    z-index: 2;
}
.custom-control {
    position: relative;
    z-index: 4;
}
.custom-control .custom-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    background-color: #fff;
    width: 100%;
    z-index: 4;
    max-height: 90px !important;
}
.custom-dropdown .list-group-item {
    border: 0;
}
form>div:not(.custom-control){
    z-index: 2 !important;
}
.nutriex-persInfoCard-outer .choices[data-type*=select-multiple] .choices__button, 
.nutriex-persInfoCard-outer .choices[data-type*=text] .choices__button {
    border-left: 0px solid #008fa1 !important;
    background-size: contain !important;
    background-position: center !important;
    width: 8px !important;
    margin: 0 0 0 6px !important;
}
.nutriex-persInfoCard-outer .choices .choices__list--multiple .choices__item {
    font-size: 14px !important;
    background-color: #edbf43 !important;
    color: #ffffff !important;
}
input.form-range:focus::-webkit-slider-thumb {
    box-shadow: none;
}
.avoidFood-checkbox-wrap {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.avoidFood-checkbox {
    display: none;
}
.avoidFood-label {
    background-color: #fff;
    color: #3874ff;
    padding: 5px 16px;
    border: 1px solid #3874ff;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.labelIcon {
    margin-left: 5px;
}
.avoidFood-checkbox-wrap  input:checked+label {
    background-color: #3874ff;
    color: #fff;
}
.avoidFood-checkbox-wrap  input:checked+label .labelIcon {
    transform: rotate(45deg);
    transform-origin: center;
}
.btn-link:hover {
    text-decoration: none;
}
.theme-wizard .food-wizard-nav .nav-link .nav-item-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.foodTimeIcon {
    width: 40px;
    height: 20px;
}
.avoidFood-checkbox-wrap .labelIcon {
    width: 16px;
    height: 16px;
}
.divider-content-center {
    position: absolute !important;
}
.form-icon-container .form-icon {
    position: absolute !important;
}
.form-check {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
}
.form-check .form-check-input {
    float: unset;
    margin-left: unset;
    margin-top: 2px !important;
}
.theme-wizard.theme-horz-wizard .nav-item .nav-link .nav-item-circle {
    background-color: #fff;
  }
.theme-wizard.theme-horz-wizard .nav-item .nav-link.done .nav-item-circle {
    border-color: #25b003;
    color: #25b003;
    background-color: #fff !important;
}
  .theme-wizard.theme-horz-wizard .nav-item .nav-link.done .nav-item-title {
    color: #25b003 !important;
}
.theme-wizard .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link.complete .nav-item-circle-parent::after {
    background: #25b003 !important;
}
.label-2-align{
    height: 34px;
}
@media screen and (min-width: 768px){
    .nutriex-content>.bg-body-tertiary {
        margin-bottom: 63px !important;
        z-index: 2;
        min-height: calc(100vh - 64px);
        position: relative;
    }
    .footer {
        position: fixed;
        bottom: 0;
        /* z-index: 4; */
        background-color: #fcfcfc;
    }
}
@media screen and (max-width: 767px){
    .activity-level-labels span {
        padding: 5px 0;
        font-size: 11px;
    }
    .conainer_master {
        max-width: calc(100% - 30px);
    }
}
@media screen and (max-width: 575px){
    .nutriex-persInfoCard-outer .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .avoidFood-label {
        padding: 5px 10px;
        font-size: 12px;
    }
    .form-range {
        width: 100%;
        margin: unset;
    }
    .activity-level-labels span {
        display: none;
        text-align: left;
    }
    .activity-level-labels span.active{
        display: block;
    }
    .activity-level-labels {
        justify-content: flex-start !important;
    }
    .activity-level-labels span {
        padding: 5px 0;
        font-size: 12px;
    }
}

