﻿

/*20-07-2023*/
.AddClickCount img {
    width: 280px !important;
}
.box a.signlanguage-2 {
    display: none;
}
.text-Signfont .signlanguage-2 .check {
    display: inline-block !important;
}


.box a.custom-cur-2 {
    display: none;
}

.custom-cur .custom-cur-2 .check {
    display: inline-block !important;
}


.box a.readPage-2 {
    display: none;
}

.readPage .readPage-2 .check {
    display: inline-block !important;
}


/* <!-- NEW Icons --> */

.box a.highlightTitles-2 {  display: none;}
.highlightTitles .highlightTitles-2 .check {display: inline-block !important;}



.box a.Hint-2 {
    display: none;
}

.Hint .Hint-2 .check {
    display: inline-block !important;
}


.box a.readingGuide-2 {
    display: none;
}
.readingGuide .readingGuide-2 .check {
    display: inline-block !important;
}



.box a.speakToText-2 {
    display: none;
}
 
.speakToText .speakToText-2 .check {
    display: inline-block !important;
}


.box a.stopAnimation-2    {      display: none;}
.stopAnimation .stopAnimation-2 .check {    display: inline-block !important;   }



.box a.textGuide-2 {
    display: none;
}

.textGuide .textGuide-2 .check {
    display: inline-block !important;
}


.stop-animations * {
    animation-play-state: paused;
}


.resultTextArea {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 200px; /* Set a minimum height */
    max-height: 400px; /* Set a maximum height if needed */
    overflow-y: auto; /* Enable vertical scroll if content exceeds the height */
}

.tooltips {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999999999;   
}
 



/*end*/
.modal-body {
    padding: 0px !important;
}

.block {
    width: 100%;
    /*margin: 5px 0 15px;*/
    margin: 0px;
    overflow: hidden;
}
.box a {
    display: block;
    width: 100%;
    height: 73%;
/*    padding: 4px 0 5px;
*/    position: relative;
}



@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Regular.woff2') format('woff2'), url('../fonts/DroidKufi-Regular.woff') format('woff'), url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DroidKufi-Bold.eot');
    src: url('../fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Bold.woff2') format('woff2'), url('../fonts/DroidKufi-Bold.woff') format('woff'), url('../fonts/DroidKufi-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SignFont2';
    src: url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff2'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('truetype');
}

@font-face {
    font-family: 'SignFont3';
    src: url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff2'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('truetype');
}

@font-face {
    font-family: 'SignFont4';
    src: url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff2'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('truetype');
}

@font-face {
    font-family: 'SignFont5';
    src: url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff2'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('woff'), url('https://plugins.jobilityapp.com/ArabicDeaf_Normal_SmartPress.woff2') format('truetype');
}

.ChangeFontDeaf {
    font-family: 'SignFont3', Fallback, sans-serif;
}

* {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.the-wrapper {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.red {
    color: red;
}

.test p {
    font-size: 20px;
    margin-top: 100px;
}

.the-btn {
    position: fixed;
    right: 25px;
    bottom: 20px;
    background-color: #12cd6a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block; /*line-height: 43px*/
}

    .the-btn img {
        width: 35px;
        height: auto;
        margin-top: 5px;
    }

.pop-up .modal-dialog {
    position: fixed;
    right: 75px;
    bottom: 20px;
}

.pop-up .modal-header {
    background-color: #cccccc; /*#12cd6a*/
}

.pop-up-links {
}

    .pop-up-links a {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }

.pop-up .modal-footer {
    background-color: #cccccc; /*#12cd6a*/
    padding: 5px;
}

.pop-up .modal-content {
    border: 0;
    border-radius: 4px;
    /*overflow: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (min-height: 700px) {
    .pop-up .modal-content {
        /*height: 84vh !important;*/
        /*height: auto !important;*/
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.box {
    border: 1px solid #e3e6e9;
    width: 50%;
    text-align: center;
    float: right;
}

    .box a > img {
        height: 32px;
        width: auto;
        max-width: 70px;
    }



    .block a p {
        color: #000;
        margin-top: 1px;
	margin-bottom: 1px;
        font-size: 13px;
    }

.pop-up .close {
    opacity: 1;
    text-shadow: none;
}

.box a {
    display: block;
    width: 100%;
    height: 73%;
    padding: 4px 0 5px;
    position: relative;
}

    .box a:hover {
        background-color: #e3e6e9;
        text-decoration: none;
    }

.check {
    position: absolute;
    top: 7px;
    right: 7px;
    display: none;
}

    .check img {
        width: 18px;
        height: auto;
    }

.box-active {
    border: 1px solid #2196f3;
}

    .box-active .check {
        display: inline-block;
    }

.body-cur {
    cursor: url(../Images/hover.png), auto;
}

.modal-open .pop-up {
    display: inline-block;
    padding-right: 1px;
    width: 300px;
    right: 75px;
    bottom: 20px;
}

.box a.link-2 {
    display: none;
}

.box a.link-4 {
    display: none;
}

.box a.color-2, .box a.color-3 {
    display: none;
}

.level {
    width: 94%;
    margin: auto;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 3%;
}

    .level span {
        display: inline-block;
        width: 48%;
        margin-right: 1%;
        height: 4px;
        background-color: #2196f3;
    }

.web-color .color-1 .check {
    display: none !important;
}

.web-color .color-2 .check {
    display: inline-block !important;
}

.web-color .color-3 .check {
    display: inline-block !important;
}

.box a.space-2, .box a.space-3 {
    display: none;
}

.text-space .space-1 .check {
    display: none !important;
}

.text-space .space-2 .check {
    display: inline-block !important;
}

.text-space .space-3 .check {
    display: inline-block !important;
}

.box a.font-2, .box a.font-3 {
    display: none;
}

.text-font .font-1 .check {
    display: none !important;
}

.text-font .font-2 .check {
    display: inline-block !important;
}

.text-font .font-3 .check {
    display: inline-block !important;
}

.box a.LineHeight-2 {
    display: none;
}

.box a.Signfont-3 {
    display: none;
}

.box a.Signfont-5 {
    display: none;
}

.text-Signfont .Signfont-1 .check {
    display: none !important;
}

.text-Signfont .Signfont-2 .check {
    display: inline-block !important;
}

.text-Signfont .Signfont-3 .check {
    display: inline-block !important;
}

.text-Signfont .Signfont-4 .check {
    display: inline-block !important;
}

.text-Signfont .Signfont-5 .check {
    display: inline-block !important;
}

/* start responsive */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .box img {
        height: 27px;
    }

    .block a p {
        font-size: 9px;
    }

    .box a {
        padding: 4px 0 7px;
    }

    .pop-up-links a {
        margin-bottom: 1px;
        font-size: 10px;
    }

    .pop-up .modal-body {
        padding: 5px 15px;
    }

    .block {
        margin: 5px 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

@media only screen and (max-width : 250px) {
}
/* end responsive */


/*MY Css*/
body {
    background: none !important;
}




/*  Widget   Style 15_9_2023 */

.modal-header {
    padding: 8px !important;
}

.block a p {
    color: #000;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 9px;
}

.box {
    font-size: 9px;
}






/* New Stylessssssssssssssssss 11_10_2023  */

.pop-up .modal-dialog {
   /* width: 450px !important;*/
}

.box {
    width: 33.33333333333%;
    font-size: 12px;
    height: 89px;
}

.boxImages {
    width: 66.666666666666%;
}

    /*.boxImages img {*/
        /*        height: 75px;
        margin-left: 50px;*/
        /*height: 75px;
        margin-left: 80px;
        margin-top: 7px;
    }*/

    .boxImages img {
        /* height: 75px;
        margin-left: 3px;
        margin-top: 10px;
        width: 100%;*/
        height: 90px;
        margin-left: 70px;
        /* margin-top: 10px; */
        width: 57%;
    }


.modal-header span {
    font-size: 15px;
}

.modal-open .pop-up {
    width: 500px;
}

.box a {
    height: 100%
}

.block a p {
    font-size: 12px;
    font-weight: 600;
}

.box a > img {
    height: 48px;
    width: 80px;
    max-width: 80px;
}

.box {
    height: 90px;
}

.box span {
    font-size: 12px;
    font-weight: bolder;
    }
