
/* set background image */
body {
    background-image: url(/administration/lang/russian/images/russian.jpg);
}

/* set fonts */
@font-face {
    font-family: artifika;
    src: url(/lib/fonts/Artifika-Regular.ttf);
}

@font-face {
    font-family: poppins300;
    src: url(/lib/fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins400;
    src: url(/lib/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins600;
    src: url(/lib/fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: pushkin;
    src: url(/lib/fonts/Pushkin.ttf);
}

@font-face {
    font-family: bookman_cyrillic;
    src: url(/lib/fonts/Bookman_Light_Italic_Cyrillic.ttf);
}

@font-face {
    font-family: cyrillic_ribbon;
    src: url(/lib/fonts/cyrillic_ribbon.ttf);
}

@font-face {
    font-family: allegretto_cyrillic;
    src: url(/lib/fonts/Allegretto_Script_One.ttf);
}
@font-face {
    font-family: BScript_D;
    src: url(/lib/fonts/BScript_D.ttf);
}
@font-face {
    font-family: russian_script;
    src: url(/lib/fonts/cyrillic_script.ttf);
}
@font-face {
    font-family: GoodVibesCyr;
    src: url(/lib/fonts/GoodVibesCyr.ttf);
}
@font-face {
    font-family: Magnolia_Script;
    src: url(/lib/fonts/Magnolia_Script.otf);
}
@font-face {
    font-family: Russkopis;
    src: url(/lib/fonts/Russkopis_Normalny.otf);
}
@font-face {
    font-family: Russkopis_bold;
    src: url(/lib/fonts/Russkopis_Zhirny.otf);
}

@font-face {
    font-family: NotoSans_Regular;
    src: url(/lib/fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: NotoSans_Bold;
    src: url(/lib/fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family: NotoSans_Italic;
    src: url(/lib/fonts/NotoSans-Italic.ttf);
}

@font-face {
    font-family: Pacifico;
    src: url(/lib/fonts/Pacifico-Regular.ttf);
}

@font-face {
    font-family: Nickainley;
    src: url(/lib/fonts/Nickainley-Normal.otf);
}

/*--------------------------------------------------------------------------------------------------------------------------------
 Modal css for alerts that are common to all pages so they are placed here with the menu system which is common to all pages
--------------------------------------------------------------------------------------------------------------------------------*/

.modals {
    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.6);
    /* Black w/ opacity */
}

#modal-alert-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 300px;
    border-radius: 20px;
    background-color: White;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#modal-alert-title {
    border-radius: 20px 20px 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: brown;
    color: white;
    font-size: 30px;
    text-align: center;
}

#modal-alert-message {
    font-size: 20px;
    padding: 20px;
}

#modal-alert-nav {
    text-align: center;
    margin: 20px 0 20px 0;
}

#main-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 1rem;
    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;
    padding: 10px;
    overflow-y: auto;
    background-color: #ecebeb;
    top: 120px;
    height: 75%;
    width: 1100px;
}


#txtTitleForeign {
    direction: ltr;
}

#txtDescriptionForeign {
    direction: ltr;
}


.sentence-foreign{
    direction: ltr;
    unicode-bidi:initial;
    font-size: 20px;
    line-height: 25px;
    color: darkgreen;
    font-family: pushkin;
}


.dialog-foreign {
    direction: ltr;
    unicode-bidi: initial;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 45px;
    color: dodgerblue;
    width: 28vw;
    text-align:left;
}

.clsDialogPerson {
    direction: ltr;
    font-size: 20px;
    color: darkblue;
    text-align: left;
    width: 150px;
}

.cls-dialog-title-foreign, .cls-dialog-title-english{
    width:350px;
}

.clsGrammarEnglishExampleStyle{
    color:rgb(52, 73, 16);
    font-size: 20px;
    direction:ltr;
    font-family: Arial, Helvetica, sans-serif;
}

.clsGrammarForeignExampleStyle{
     color:darkgreen;/*rgb(4, 127, 250); */
    font-size: 25px;
    direction:ltr;
    font-family: pushkin;
    font-weight: bold;
}

.reading-foreign{
    font-size: 18px;
    color:rgb(0, 19, 0);
    font-family: pushkin;
}

/* .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;
    margin-bottom: 10px;
} */

.reading-foreign {
    direction: ltr;
    font-family: pushkin;
    font-size: 20px;
    line-height: 24px;
    color: rgb(2, 87, 2);
}

