/****************************** [ NOUNS ] *****************************/
#vocab-POS-content {
    width: 650px;
    height: 600px;
    background-color: orange;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: white;
}

#vocab-POS-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

#vocab-POS-title {
    text-align: center;
    font-size: 30px;
    color: darkslategray;
    font-weight: bold;
}

#idxStyle {
    font-size: 20px;
    color: darkslategray;
    font-weight: bold;
}

.styleVocabModalDescr {
    font-size: 20px;
    color: darkslategray;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.styleVocabModalText {
    font-size: 15px;
    color: blue;
    width: 400px;
    font-size: 20px;
}


#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-search-result-list {
    padding: 10px;
}

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

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

/****************************** [ 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-search-result-list {
    padding: 10px;
}

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

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




/****************************** [ 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-search-result-list {
    padding: 10px;
}

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

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