.modal-arabic {
    direction: rtl;
    font-size: 30px;
    font-family: scheherazade;
    color: brown;
}

#vocab-noun-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    /* width: 95vw; */
    /* max-width: 700px; */
    overflow-x: auto;
    padding: 15px;
    background-color: whitesmoke;
}

#noun-vocab-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

#noun-vocab-noun {
    text-align: center;
    font-family: scheherazade;
    font-size: 35px;
    color: brown;
}

#noun-vocab-search-result-list {
    padding: 10px;
}

#vocab-noun-inputs table {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

#vocab-noun-english {
    width: 400px;
}

#vocab-noun-singNoun,
#vocab-noun-pluralNoun,
#vocab-noun-feminine,
#vocab-noun-singulative {
    direction: rtl;
    font-size: 30px;
    font-family: scheherazade;
    color: brown;
}


/****************************** [ ADJECTIVES ] *****************************/

#vocab-adj-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    /* width: 95vw; */
    /* max-width: 700px; */
    overflow-x: auto;
    padding: 15px;
    background-color: whitesmoke;
}

#adj-vocab-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

#adj-vocab-adj {
    text-align: center;
    font-family: scheherazade;
    font-size: 35px;
    color: brown;
}

#adj-vocab-search-result-list {
    padding: 10px;
}

#vocab-adj-inputs table {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

#vocab-adj-english {
    width: 600px;
}

#vocab-adj-m_sing,
#vocab-adj-m_plural,
#vocab-adj-f_sing,
#vocab-adj-f_plural {
    direction: rtl;
    font-size: 30px;
    font-family: scheherazade;
    color: brown;
}


/****************************** [ VERBS] *****************************/

#vocab-verb-content {
    display: flex;
    flex-direction: column;
    /* width: 300px;
    height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    /* width: 95vw; */
    /* max-width: 700px; */
    overflow-x: auto;
    padding: 15px;
    background-color: whitesmoke;
}

#verb-vocab-title {
    font-family: artifika;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

#verb-vocab-verb {
    text-align: center;
    font-family: scheherazade;
    font-size: 35px;
    color: brown;
}

#verb-vocab-search-result-list {
    padding: 10px;
}

#vocab-verb-inputs table {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

#vocab-verb-english {
    width: 600px;
}