.select-style {
    font-size: 15px;
}

label {
    /* over-rides bootstrap label property*/
    margin-bottom: 0px;
}
sup {
    vertical-align: super;
    font-size: 12px;
    color:dodgerblue;
    font-weight: bold;
}


.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1500;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#container {
    width: 95%;
    border-radius: 10px;
    background-color: transparent;
    /*#65655d;*/
    position: relative;
    top: 20px;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    /* border: 2px solid #65655d; */
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 87%;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
}

#general-instructions {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
    display: none;
    color: yellow;
}

#actions {
    width:600px;
    margin:0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-bottom:20px;
}

#getvocab-div {
    /* background-color: tomato; */
    visibility: hidden;
    position: absolute;
    right: 60px;
    /* width: 150px;
    position: absolute;
    left: 60%; */
}

#main-selection {
    /* background-color: coral; */
    margin-top: 10px;
    display: flex;
    font-size: 16px;
    /* justify-content: space-around; */
    /* width: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%); */
}

#sel-sections {
    width: 300px;
    margin: 0 auto;
}

#sel-lessons {
    display: none;
    width: 170px;
    position: absolute;
    left: 64%;
}

#lesson-div {
    display: none;
}

#main-nav {
    /* width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 20px 0 10px 0;
    
    position: relative;
    left: 50%;
    transform: translate(-50%); */
    text-align: center;
    display: none;
    margin: 20px 0 10px 0;
}


/*-----------------------------------------------[ Grammar Section ]------------------------------------*/






/*-----------------------------------------------[ Vocabulary Section ]------------------------------------*/

.clsVocabId {
    width: 90px;
}

#subHeader {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 20px;
    margin: 20px 0 20px 0;
}

#subId {
    width: 70px;
    text-align: right;
}

#subArabic {
    width: 140px;
    text-align: right;
}

#subEnglish {
    width: 380px;
    text-align: right;
}

#subPOS {
    width: 340px;
    text-align: right;
}

#subNotes {
    width: 270px;
    text-align: right;
}

#vocab-rows {
    display: flex;
    flex-direction: column;
    color: white;
    padding-left: 20px;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: 100px;
}

.theId {
    width: 60px;
    font-size: 20px;
    padding-left: 20px;
}

.theArabic {
    width: 300px;
    height: 100px;
    margin-right: 20px;
}

.theEnglish {
    width: 300px;
    margin-right: 20px;
}

.thePOS {
    width: 200px;
}

.theNotes {
    width: 30px;
}



.clsEnglish {
    border-radius: 5px;
    border: 1px solid black;
    font-size: 18px;
    width: 300px;
    font-size: 20px;
    padding-right: 15px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
}

.clsWiki {
    width: 200px;
}

.notey {
    width: 250px;
    font-size: 12px;
}

.clsPV {
    width: 150px;
    font-size: 25px;
    font-family: scheherazade;
    color: brown;
    direction: rtl;
}

.added-info button {
    margin-left: 20px;
}

#addVocabLine {
    text-align: center;
}


/*-----------------------------------------------[ Sentences Section ]------------------------------------*/

#sentence_table {
    width: 95%;
}

#addSentenceLine {
    text-align: center;
}

#sentence-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.sentence-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sentence-foreign,
.sentence-english,
.sentence-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.sentence-foreign {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown;
    width: 28vw;
}

.sentence-english {
    color: darkblue;
    width: 28vw;
}

.sentence-notes {
    color: darkgreen;
    width: 28vw;
}

.sentence-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/*-----------------------------------------------[ Expression Section ]------------------------------------*/

#expression_table {
    width: 95%;
}

#addExpressionLine {
    text-align: center;
}

#expression-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.expression-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.expression-foreign,
.expression-english,
.expression-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.expression-foreign {
    direction: ltr;
    unicode-bidi: bidi-override;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: darkgreen;
    width: 28vw;
}

.expression-english {
    color: darkblue;
    width: 28vw;
}

.expression-notes {
    color: darkgreen;
    width: 28vw;
}

.expression-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}
/*-----------------------------------------------[ Reading Section ]------------------------------------*/

/* #reading_table {
    width: 95%;
} */

/* #addReadingLine {
    margin-top: -10px;
    text-align: center;
    margin-bottom: 10px;
} */

/* #reading-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.reading-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.reading-foreign,
.reading-english,
.reading-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    width: 28vw;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px; */
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    /* margin-bottom: 10px;
} */

/* .reading-foreign {
    direction: rtl; */
    /* unicode-bidi: bidi-override; */
    /* font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown; */
/* } */

/* .reading-english {
    color: darkblue;
}

.reading-notes {
    color: darkgreen;
}

.reading-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
} */






/*-----------------------------------------------[ Exercises Section ]------------------------------------*/



/************************************ CSS For Quiz *************************************/


/***************************************************************************************/

#addQuizLine {
    text-align: center;
}

#quiz-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.quiz-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.quiz-question,
.quiz-answer {
    background-color: antiquewhite;
    border-radius: 7px;
    border: 1px solid #ccc;
    width: 700px;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.quiz-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/************************** CSS for displaying Current Vocab List **********************/


/***************************************************************************************/

#view-vocabList {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
    background-color: #daccc3;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    width: 1000px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#viewVocabList-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: brown;
}

#viewVocabList-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
    text-align: center;
}

#heading-POS {
    flex: .5;
}

#heading-arabic {
    flex: 1;
}

#heading-english {
    flex: 2;
}

#heading-lesson {
    flex: .4;
}

#viewVocabList-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: black;
    overflow-y: auto;
}

.viewVocabList-data-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    font-size: 15px;
    color: black;
}

.viewVocabList-data-row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 50px;
}

.data-POS {
    flex: .5;
}

.data-arabic {
    flex: 1;
    font-size: 40px;
    font-family: scheherazade;
    color: brown;
}

.data-english {
    flex: 2;
}

.data-lesson {
    flex: .4;
}

#close-viewVocabList-data {
    margin: 10px 0 10px 0;
}





.clsArabicLang {
    font-family: scheherazade;
    font-size: 28px;
    line-height: 35px;
}