/* December 12, 2024 */

/* 💛 #pull_me_down [s.Pull] 💛 */
#pull_me_down {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 34px - 10px - 16px);
    height: calc(16px + (50 - 16) * ((100vh - 676px) / (1080 - 676)));
}
#pull_me_down {
    display: none;
    opacity: 0;
}

#pull_me_down.active {
    display: inline-block;
    opacity: 1;
}
#pull_me_down.active:after {
    content: 'Press to show';
    position: absolute;
    left: calc(50% + 30px);
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    opacity: 0;
    transition: opacity 1.2s;
}




/* 💛 #popup_message_box [s.PopupMessage] 💛 */


/* 💛 #letter_number_menu [s.LetterNumberMenu] 💛 */


#letter_number_menu {
    border-radius: 6px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(200px + 35px + (14px * 2));
    bottom: calc(200px + 35px);
    justify-content: space-around;
    align-items: center;
    max-width: 370px;
    width: 90%;
    padding: 5px 10px;
    padding: 5px 20px;
    display: none;
}
#letter_number_menu.active { display: flex;}



.position_number {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 5px;
}

.position_number.active {
    opacity: 0.9;
    background-color: #777;
    pointer-events: none;
}

.position_number.aligned {
    border: 2px solid #0fc00f;
    background-color: #777;
    pointer-events: auto;
}


.cancel_slash_line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block;
    width: 100%;
    height: 3px;
}

.position_number.active .cancel_slash_line { display: inline-block;}

.position_number.aligned .cancel_slash_line {
    background-color: #0fc00f;
    background-color: #538d4e;
}

.cancel_slash_line { display: none;}














/* 💛 #container_past_wordles_display [s.PastWordlesDisplay] 💛 */
#container_past_wordles_display { display: none;}

.no_matches_message {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    width: 73vw;
    padding: 3rem 2rem;
}
#container_past_wordles_display.no_matches {
    height: auto;
    bottom: 30%;
}
#no_matches_message {
    width: 100%;
    text-align: center;
}
#container_past_wordles_display #no_matches_message { display: none;}
#container_past_wordles_display.no_matches #no_matches_message { display: inline-block;}

#container_past_wordles_display.active { display: flex;}


#container_past_wordles_display {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 6px;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background-color: #eee;
    flex-direction: column;
    height: fit-content;
    max-height: 80vh;
    width: 96vw;
    width: 98vw;
    width: 50vw;
    max-width: calc((110px * 7) + (48px * 2) + 16px + 10px);
    width: 70vw;
    padding: 2rem 0;
    padding: 2rem 3rem;
    padding: 32px 48px;
    box-shadow: 4px 6px 18px 0px rgba(25,25,25, 0.4);
    box-shadow: 0px 4px 18px 1px rgba(25,25,25, 0.4);
}





#wordle_history_title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid black;
    margin-bottom: 16px;
    padding-bottom: 16px;
}


#container_past_wordles_display .content_main {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(90px, max(76px, 100% / 8)), 1fr));
    overflow-y: scroll;
    scrollbar-width: none;
    border-bottom: 1px solid black;
    padding: 10px 0;
    padding-bottom: 24px;
    width: 100%;
}


#background_row_color_patterning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    padding-bottom: 24px;
}
.odd_row, .even_row {
    height: calc(16px + (16px * 0.3) + (2px * 2));
    min-height: 27.8px;
}
.odd_row {
    background-color: transparent;
    background-color: skyblue;
    background-color: #d0d0d0;
}
.even_row {
    background-color: lightgrey;
    background-color: #f4f4f4;
}


.previous_wordle_word {
    display: inline-block;
    justify-content: center;
    align-items: center;
    align-items: flex-end;
    letter-spacing: 1px;
    width: 70%;
    padding: 2px 0;
    margin: auto;
}

.previous_wordle_word span {
    text-align: left;
    display: inline-flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto 0;
    vertical-align: middle;
}









/* 💛  [s.] 💛 */



/* 💛  [s.] 💛 */



/* 💛  [s.] 💛 */



/* 💛  [s.] 💛 */



/* 💛  [s.] 💛 */