body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    
    /* background-image: url("../images/bg42.jpeg");
    background-repeat: no-repeat;
      background-attachment: fixed;  
      background-size: cover; */


  /* background-color: #E7EFF2; */

}


/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.ji_header {
    width: 100%;
    height: 80px;
    background-color: transparent;
    text-align: center;
}

.ji_header_county_text {

    color:#127CBB;
    
    font-size: 26px;
    font-family: 'saira', serif;
    /* font-style: italic; */
    font-weight: 500;
    
}


/* ------------------------------------------------------------ */

/* // keep icon left and right   */

.ji_left_side {
    float: left;
    margin-top: 24px;
    margin-left: 11.5px;
    user-select: none;
}

.ji_right_side {
    float: right;
    margin-top: 30.5px;
    user-select: none;
}
/* // 3 div in one row */
.ji_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    /* Adjust the height as needed */
    /* background-color: #ccc;  */
}

.ji_section {
    flex: 1;
    height: 100%;
    /* border: 1px solid #999;  */
    box-sizing: border-box;
}



.ji_home_icon:before {
    font-family: FontAwesome;
    font-size: 29px;
    /* color: #127CBB; */
    color:#127CBB;
    content: '\f015';
    cursor: pointer;
    transition: 0.5s;
    padding-right: 19px;
}


.ji_home_icon:hover:before {
    /* background-color: rgb(230, 226, 226); */
    color:  rgb(125, 125, 125);
  }



.ji_next_icon:before {
    font-family: FontAwesome;
    font-size: 25px;
    color: #127CBB;
    content: '\f067';
    cursor: pointer;
    transition: 0.5s;
    padding-right: 17px;
}


.ji_next_icon:hover:before {
    /* background-color: rgb(230, 226, 226); */
    color:  rgb(125, 125, 125);
  }



 

.ji_exit_icon:before {
    font-family: FontAwesome;
    font-size: 26px;
    color: #127CBB;
    content: '\f090';
    cursor: pointer;
    transition: 0.5s;
    padding-right: 10px;
}

.ji_exit_icon:hover:before {
    /* background-color: rgb(230, 226, 226); */
    color:  rgb(125, 125, 125);
  }


/* ////////////////////////////////////////// FORM //////////////////////////////// */
.ji_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Style for the popup box */
.ji_popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 310px;
}

.ji_dataInputaccesscode {
    width: 100%;
    padding: 12px 20px;
    margin-top: 3px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.ji_dataInputaccesscode:focus {
    border: 3px solid #555;
}

.ji_button {
    /* background-color:rgba(80, 39, 39, 0.701); */
    background:  #127CBB;
    /* background: linear-gradient(0deg, rgba(33,64,95,1) 0%, rgba(67,100,133,1) 100%, rgba(33,64,95,1) 100%); */

    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 11px;

}


.ji_join_a_county {
    text-align: center;
    font-family: 'saira', sans-serif;
    font-size: 27px;
    color:   #127CBB;
    padding-left: 4px;
}



.ji_error_message_join {
    margin-top: 10px;
    color: red;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}





/* ////////////////////////////////////// TITLE //////////////////////////// */



.ji_ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;  
 
    width: 100%;
}


.ji_first_li {
    z-index: 9999;
    margin-top: 45px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px; */
    display: flex;
    background-color: #fbfbfb;
    border-top: 1px solid  #e7e7e7;
    border-bottom: 1px solid #e7e7e7; 
}

.ji_li_counter {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    color: #606061;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px; /* Fixed width */
    /* border-top: 1px solid  #e7e7e7;
    border-bottom: 1px solid #e7e7e7; */
}

.ji_li_center {
    flex-basis: 80%;
    background-color: #fbfbfb;
    /* border: 1px solid rgb(231, 231, 231);  */

  
}


.ji_ul_center_center {
    list-style-type: none;    
    margin: 0px;
    padding: 0px;
    
}


/* ----------------------------------------------------- */
.ji_li_access_code_center_center {
   
    
}


.ji_li_access_code {
    font-family: 'Anta', sans-serif;
    font-size: 20px;
    color: #c8c9c9;
    padding-left: 12px;
    text-align: left;

}
/* ------------------------------------------------------- */


.ji_li_name_center_center
{
   
    text-align: left;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #656161;
}


.ji_li_name {
    
}

/* ------------------------------------------------------------- */



.ji_li_clear {
    

    float :right;
    color: #127CBB;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
    /* margin-right: 0px; */
    /* margin-left: 30px; */
    /* padding-right: 20px; */



    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


.ji_li_clear:active {
    color:  rgb(125, 125, 125);
}




/* ------------------------------------------------------------- */


.ji_second_li {

  
    display: flex;
    /* background-color: rgb(152, 77, 77); */
    
    
}

.ji_hide_li {

  
    display: flex;
    /* background-color: rgb(152, 77, 77); */
    cursor: pointer;
    /* align-items: right;
    justify-content: right; */
    background-color: #fffdef;
    /* box-shadow: rgba(49, 49, 49, 0.16) 0px 1px 1px; */
    color:#127CBB;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    
}

.ji_hide_clear{

    font-family: 'aerial', sans-serif;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    /* padding: 5px; */
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #345d86;    
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    

}



.ji_message-textarea {
    background-color: #fffdef;
    padding: 10px;
    border: 0px;
    /* min-width: 300px; */
    width: 100%;
    height: 100px;
    /* min-height: auto; */
    resize: none;
    overflow-y: scroll;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    color:#4d4b4b;
    

}


.ji_message-textarea {
    resize: none;
    overflow: hidden;
     /* display: none; */
}



.ji_message-textarea:focus {
    outline: none;
}


/* [id^="message_text_"] {
    display: none;
} */


/* [id^="message_hide_"] {
    display: none;
} */


.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Optional - if you don't want arrows to be visible */
}



.updating{

    font-family: 'Blinker'; 
    color: #d3d1d1;
    margin-left: 5px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}

.updated{

    font-family:'Blinker'; 
    color: #d3d1d1;
    margin-left: 5px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}




@keyframes shine {
    from { -webkit-mask-position: 150%; }
    to { -webkit-mask-position: -50%; }
  }

