#newPassIcon2 {
    display: none;
}

#confirmPassIcon2 {
    display: none;
}

#passwordError {
    color: #e33b54;
    display: none;
}

#words-select-list {
    display: none;
}

#optionMark2 {
    display: none;
}

#words-24-part-1 {
    display: none;
}

#words-24-part-2 {
    display: none;
}

.error-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b1b1c;
    color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    color: rgb(252, 86, 86);
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    display: none;
    z-index: 10;
    text-align: center;
}

.error-modal h1 {
    font-size: 24px;
    color: #fff;
}

.error-modal p {
    color: #777777;
    margin-top: -10px;
}

.error-modal span {
    color: #48ff91;
}