/*css file*/


html {
    scroll-behavior: smooth;
}


.title-container {
    padding-top: 0px !important;
}
.r-valign {    
    width: 100%;
    margin-top: -6px;
}


.non-member {
    margin: 20px 0px 10px 0px;
  
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.container-identify {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.my-form {
    background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
}

.identify-logo {
    width: 200px;
    padding: 30px 0px;
    margin: 0 auto;
}

.row-card-title {
    margin: 20px 0 10px 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    gap: 5vw;
    border: solid 0px green;
}
    .row > * {        
        padding-right: calc(var(--bs-gutter-x)* 0);
        padding-left: calc(var(--bs-gutter-x)* 0);        
    }

.form-title {
    text-align: center;
    margin-bottom: 20px;
}

    .form-title h1 {
        font-size: 2.8em;
    }

.my-form p {
    padding-top: 10px;
}

.identify-holder {
    width: 90%;
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto;
}

.identify__buttons {
    /* display: inline-flex; */
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}

.button--identify {
    padding-left: 30px;
}

    .button--identify:after {
        margin-left: -82px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "login";
        font-size: 1.1em;
    }

.parent-title {
    display: flex;
    align-items: center;
}

.child-logo {
    margin-left: auto;
    order: 2;
    margin-top: 0px;
}

.form-title-gap {
    margin-top: 0px;
}

.facility-form-logo img {
    width: 250px;
}

.form-intro-text {
    max-width: 100%;
    line-height: 20px;
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
}

.after-fixed-div-form {
    margin-top: 190px !important;
}

ul {
    padding-left: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.note-text {
    font-size: 0.8em;
    line-height: 1.4em;
}



.inline-checkbox {
    display: inline-flex;
    align-items: center;
}

    .inline-checkbox input[type="checkbox"] {
        transform: scale(1); /* Adjust the scale as needed to make it smaller */
        margin: 0 5px 0 10px; /* Adjust space between checkbox and label text */
        border-radius: 5px;
    }

    /* Optional: Adjust the size of the checkbox */
    .inline-checkbox input[type="checkbox"] {
        width: 16px; /* Adjust the width */
        height: 16px; /* Adjust the height */
    }



    .inline-checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

input[type="checkbox"]:not(.switch):after {
    left: 5px;
    top: 3px;
 
}

.selection {
    font-size: 0.9em;
    line-height: 1.4em;
}
.select2-results__option {
    font-size: 0.9em;
    line-height: 1.4em;
}



























/* Start media queries */
@media screen and (max-width: 1050px) {
    .fixed-div {
        padding: 0px;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
      
    }

    .title-container {
        padding-top: 0px!important;    
    }

    .parent-title {
        flex-direction: column;
        align-items: start;
        margin-top: 0px;
    }

    .child-logo {
        margin-left: 0;
        order: 2;
        margin: 0px 0px 10px 0px;
    }

    .facility-form-logo img {
        width: 200px;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .text-container {
        order: 2;        
        margin: 20px 0;
    }

    .after-fixed-div-form {
        margin-top: 260px !important;
    }

    .selected-item-title {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .icon-container-patient-list {
        display: flex;
        justify-content: center;
        align-items: top;
        flex-wrap: nowrap;
        margin-top: 20px;
        flex-direction: row;
        align-content: space-around;       
        width: 100% !important;
    }
    
  }




@media only screen and (max-width: 575px) {


    .row {    
        gap: 0vw;
        border: solid 0px green;
    }
    .row-height-space-more {
        margin-top: 0px;
    }
    .row-height-space-more-language {
        margin-top: 18px;
    }
    .button--identify:after {
        margin-left: -76px !important;
    }

    .form-title h1 {
        font-size: 2.5em;
        line-height: 1em;
    }

    .title-line {
        margin-left: 0px;
        margin-right: 26px;
    }

    .form-title-gap {
        margin: 12px 0;
    }

    .form-intro-text {
        margin-top: 0px;
    }

    .after-fixed-div-form {
        margin-top: 260px !important;
    }   

    #progressbar li:before {
        width: 34px;
        height: 34px;
        line-height: 30px;       
        font-size: 20px;      
    }
    #progressbar li {       
        font-size: 0.6em;      
    }
     
    .form-inner-title {        
        font-size: 1.2em;    
        line-height: 1.2em;
        padding-top: 2px;
    }
    .steps {
        font-size: 0.95em;    
    }

    .label-button-holder {       
        margin-left: 0px !important;        
    }

    .ml-4 {
        margin-left: 0rem !important;
        margin-top: 10px;
    }


    
 }











.icon-container-patient-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px auto;    
    width: 60%;
}

.icon-item-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    width: calc(33.333% - 20px); /* Adjust this as needed for desktop view */
}

    .icon-item-list i.material-icons {
        font-size: 26px; /* Adjust the size of the icon as needed */
        color: white; /* Assuming 'icon-success' is meant to color the icons green */
        margin-bottom:0px;
    }

    .icon-item-list p {
        margin: 0;
        font-size: 12px;
        color: #333; /* Adjust text color as needed */
        margin: 10px;
        max-width: 220px;
    }
















/* Media query for mobile devices */
@media (max-width: 600px) {


   


    .icon-item-list {
        width: 100%; /* Full width for mobile devices */
        margin: 10px 0; /* Adjust margins for better spacing on mobile */
        flex-direction: row; /* Arrange icon and text in a row */
        align-items: center; /* Center items vertically */
        text-align: left; /* Align text to the left */
    }


        .icon-item-list .material-icons {            
            line-height: 32px;          
        }


        .icon-item-list i.material-icons {
            font-size: 20px; /* Adjust the size of the icon as needed for mobile */
            margin: 0 10px 0 0; /* Add right margin for spacing between icon and text */
            width: 36px; /* Icon takes up 20% width */
            height:36px;
            display: flex;
            justify-content: center;
            align-items: center; /* Center icon vertically */
        }

        .icon-item-list i.material-symbols-outlined {
            font-size: 20px; /* Adjust the size of the icon as needed for mobile */
            margin: 0 10px 0 0; /* Add right margin for spacing between icon and text */
            width: 36px; /* Icon takes up 20% width */
            min-width: 36px;
            height:36px;
            display: flex;
            justify-content: center;
            align-items: center; /* Center icon vertically */
        }
       

        .icon-item-list p {
            font-size: 12px; /* Adjust text size as needed for mobile */          
            margin: 0; /* Remove margin */
            max-width: 90%!important;
        }


    .black-text {
        
        width:300px!important;
        
    }


    .r-valign {    
        margin-top: 0px;
    }


    .non-member {
        margin: 20px 0px 20px 0px;
    }


}








/* Five steps 

#progressbar-five-steps {
    overflow: hidden;
    color: lightgrey;
    
}

    #progressbar-five-steps .active {
        color: #000;
    }

    #progressbar-five-steps li {
        list-style-type: none;
        font-size: 0.8em;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 300;
        border: solid 1px red;
    }

        #progressbar-five-steps li:before {
            width: 36px;
            height: 36px;
            line-height: 32px;
            display: block;
            font-size: 22px;
            color: #ffffff;
            background: #ccc;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
            font-family: "Material Icons";
        }

        #progressbar-five-steps li:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #ccc;
            position: absolute;
            left: 0;
            top: 18px;
            z-index: -1;
        }

        #progressbar-five-steps li.active:before,
        #progressbar-five-steps li.active:after {
            background: #2e4b7d;
        }

.selected-item-title {
    font-weight: 600;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.food-item-description {
    display: flex;
    max-width: 450px;
}

    .food-item-description p {
        font-weight: 400;
        font-size: 0.9em;
    }

    */

    



/* Mobile styles 
@media only screen and (max-width: 768px) {




}*/