/* December 12, 2024 */


body {
    background: #eee;
    color: #010101;
    font-family: 'Roboto', sans-serif;
    font-size: 17.49px;
    letter-spacing: 0.6px;
    line-height: 1.3;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;

    /* height: 100vh; */
    /* max-height: 100%; */
}
body {
    position: relative;
    top: 0;
    
    
    /* display: flex; */
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: flex-start;

    /* justify-content: space-evenly; */
    /* justify-content: space-between; */
    /* justify-content: space-around; */

    /* background-color: #0fbb0f; */
    /* background-color: #f0cff0; */
    /* background-color: #fdfdfd; */
    /* background-color: #f6f6f6; */
    /* background-color: #f8f8f8; */
    /* background-color: #f1f1f1; */
    /* background-color: #fff; */
    background-color: var(--light-body-bg-color);

    overflow-x: hidden;
    overflow-y: hidden;

    /* min-height: 100vh;
    height: 100vh; */

    max-height: 100%;
    height: 100vh;
}

main { position: relative;}
main {
    height: 100%;
    width: 100%;
    /* content: 'abc'; */
}





/* body {background-color: pink;} */







/* #btn_hide_invalid_keys:focus-visible, #btn_hide_invalid_keys:focus-within {border-color: var(--light-focused-border-color);} */
/* #btn_hide_invalid_keys:focus, #btn_hide_invalid_keys:focus-visible, #btn_hide_invalid_keys:focus-within, #btn_hide_invalid_keys:target {border-color: none;} */
/* #function_button_keys_main button:focus-visible, #function_button_keys_main button:focus-within {border-color: var(--light-focused-border-color);} */
/* #function_button_keys_main button:focus-visible, #function_button_keys_main button:focus-within {border-color: none;} */


/* --light-key-active-bg-color: #949599;
    --light-key-active-color: #aeafb1;

    --light-border-color: #d3d6da;
    --light-focused-border-color: #878a8c; */


















/* September 20, 2024 */

header {
    /* width: 100%; */


    /* height: 30px; */
    /* max-height: 30px; */

    /* background-color: #888; */

    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-top: 6px; */

    position: fixed;
    /* z-index: 899; */

    /* height: 0; */
}
#settings_image_container {
    padding-top: 3px;
    padding-right: 2px;
    /* background-color: #888; */

    cursor: pointer;
    user-select: none;

    /* padding: 16px; */
    /* padding-top: 14px; */
    /* padding-right: 10px; */

    /* background-color: pink; */

}



/* header img { */
/* #settings_image_container img {
    max-height: 100%;
    width: auto;
    background-color: #888;
    margin-top: -8px;
    margin-right: -2px;
} */
/* #settings_image_container img {
    width: 30px;
    width: 34px;
    pointer-events: none;   
    margin-bottom: 8px;
    margin-left: 2px;
    z-index: 1899;
} */

/* my  icon */
/* header img { */
/* header #my_settings_icon { */
/* #settings_image_container #my_settings_icon { */
#my_settings_icon {
    z-index: 1899;
    pointer-events: none;   
    margin-bottom: 8px;
    margin-left: 2px;
    width: 30px;
    width: 34px;
    max-width: 21px;
    max-width: 22px;
}


#popup_message_box { display: none;}


@media screen and (max-width: 430px) {
    /* #settings_image_container {
        width: calc(34px + 10px);
        height: calc(34px + 14px);
    }
    header img { margin: 0;} */

    #settings_image_container {
        width: calc(34px + 10px + 10px);
        height: calc(34px + 14px + 14px);
        height: calc(34px + 14px + 10px);
    }
    header img {
        /* margin-top: -5px;
        margin-top: 0px;
        margin-top: -2px;
        margin-right: 0px;

        margin-top: -8px; */

        margin-bottom: 8px;
    }

    header img {
        width: 30px;

    }
    #settings_image_container {
        width: calc(30px + 10px + 10px);
        height: calc(30px + 14px + 10px);
    }
}










#measure_stick {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 300px;
    width: 1px;
    background-color: red;
}
#measure_stick {display: none;}








/* =================================== */

/* 💛 Poitner Events 💛 */
#settings_icon_main:before { pointer-events: none;}



/* =================================== */



/* =================================== */

/* 💛  💛 */


/* =================================== */








