/* December 12, 2024 */
/* "settings/setting-contents/settings-first-time/directions_first_time_v1-3.css" */


#directions_title.second_copy { display: none;}
/* .modal_close_x { z-index: 3000;} */
/* #correct_word_wrapper { z-index: 1;} */



body.first_time #settings_container { display: inline-block;}
body.first_time #settings_title { display: none;}
/* #directions_title.second_copy { display: inline-block;} */
/* body.first_time #settings_main { height: 93%;} */
body.first_time #dark_mode_container { display: none;}
body.first_time #checkbox_container { display: none;}
body.first_time .position_fixed_container > h3 {
    width: 100%;
    width: calc(100% + (48px * 2));
    background-color: var(--light-settings-outer-bg-color);
}
body.first_time .position_fixed_container > h3 { display: none;}




body.first_time #directions_title.second_copy {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: var(--light-main-input-color);
    background-color: var(--light-settings-outer-bg-color);
    display: inline-block;
    display: flex;
    width: 60%;
    min-width: 640px;
    height: 7%;
    margin: auto;
    margin-top: 1px;
    padding-bottom: 5px;
    padding-bottom: 10px;
}



body.first_time #directions_title.second_copy {
    background-color: var(--light-settings-inner-bg-color);
}