/*-----------------------------------------------[ Dialog Section ]------------------------------------*/

#dialog_table {
    width: 95%;
}

.dialog-title,
.dialog-description {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}

.txtDescriptionForeign,
.txtDescriptionTrans,
.txtDescriptionEnglish {
    width: 400px;
}

.txtDescriptionForeign {
    font-size: 25px;
    direction: rtl;
    color: brown;
    height: 50px;
}

#txtDescriptionTrans {
    height: 50px;
}

.txtDescriptionEnglish {
    height: 50px;
}

.txtTitleForeign {
    height: 30px;
    font-size: 25px;
    direction: rtl;
    color: brown;
}

.txtTitleForeignTrans,
.txtTitleEnglish {
    height: 30px;
}

.clsDialogPerson {
    direction: rtl;
    font-size: 30px;
    color: darkblue;
    text-align: center;
    width: 150px;
}

.addDialogLine {
    text-align: center;
}

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

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

.dialog-foreign,
.dialog-english,
.dialog-transliteration,
.dialog-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;
}

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

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

.dialog-transliteration {
    color: green;
    width: 28vw;
}

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

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

.clsTransliteration {
    width: 200px;
    color: green;
}

.dialog-spacer{
    width:100%;
    height:5px;
    background-color:darkslateblue;
    margin-bottom: 15px;
}

.cls-dialog-picture-container{
    display:flex;
    flex-direction: column;
    margin:10px auto;
    width:300px;
}
