body {
    font-family: RBB, Arial, sans-serif;
    font-size: 100%;
    color: black;
    font-variant-ligatures: no-common-ligatures;
    text-decoration: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.yellow-buttons:hover {
    cursor: pointer;
}

.yellow-buttons:hover .lower-shadows {
    fill: #FFEE9C !important;
}

.yellow-buttons:hover .upper-shadows {
    fill: #CC9900 !important;
}

.blue-buttons:hover {
    cursor: pointer;
}

.blue-buttons:hover .lower-shadows {
    fill: #83E5FF !important;
}

.blue-buttons:hover .upper-shadows {
    fill: #0068B5 !important;
}

.yellow-buttons:hover .num-icon {
    fill: #CC9900 !important;
}

.pointer:hover {
    cursor: pointer;
}

.logo:hover .logo-text {
    cursor: pointer;
    transform-origin: center;
    transform: scale(0.95, 0.95);
}

.img-rounded {
    border-radius: 8px;
}

.wrapper {
    padding: 2% 1% 0 1%;
    margin: auto;
    width: 33%;
    min-width: 584px;
    min-height: 584px;
    direction: rtl;
}

.header {
    margin-bottom: 3%;
    padding: 0;
}

.content {
    background-color: #122b40;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.first-content {
    padding: 0 2px 2px 2px;
}

.footer {
    font-size: 0.7vw;
    margin-top: 2%;
    color: black;
}

.footer a {
    color: black;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.copyright {
    margin-top: 1%;
    font-size: smaller;
}

.loginBtn {
    background-color: #000033;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
}

.loginBtn:hover {
    text-decoration: none;
    color: #78B2F2;
}

.btn-default {
    text-align: center;
    display: inline-block;
    background-color: #000033;
    border-color: #000033;
    text-decoration: none;
}

.btn-default:hover {
    text-align: center;
    display: inline-block;
    background-color: #000033;
    border-color: #000033;
    text-decoration: none;
}

.customInput {
    padding: 3px;
    margin: 0;
    border: solid 1px #dcdcdc;
    border-radius: 0 6px 6px 0;
    transition: box-shadow 0.3s, border 0.3s;
    float: inherit;
    text-align: right;
    direction: rtl;
}

.textInHome {
    font-family: AdobeNaskh, sans-serif;
    color: white;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
    padding: 6px;

}

.titleInHome {
    font-family: RBB, sans-serif;
    color: #FFC524;
    font-size: 16px;
}

.videoText {
    font-family: RBB, sans-serif;
    color: white;
    font-size: 12px;
}

.levelText {
    font-family: RBB, sans-serif;
    color: #032B3A;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}

.levelLink:hover {
    text-decoration: none;
}

.lesson-title {
    font-family: RBB, sans-serif;
    color: #6ceaff;
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
}

.lesson_name {
    font-family: RBB, sans-serif;
    color: #032b3a;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 10px;
}

.ULTitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #032b3a;
}

.ULTitleAC {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #032b3a;
    text-align: center;
}

.levelNameAC {
    font-family: RB, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
}

.ULNumber {
    color: #336600;
}

#videoBounce {
    transform-origin: 25% 25%;
    -ms-transform-origin: 70% 50%; /* IE 9 */
    -webkit-transform-origin: 70% 50%; /* Chrome, Safari, Opera */
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */
}

.row {
    margin: 0;
}

#iframeVid {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 5px 0 0 3px;
}

#menu-logo {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2px;
    width: 41.1%;
    margin-left: 11px;
}

/*........................videoMenu.............*/
#videoBtns {
    z-index: 2 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    border-radius: 8px;
    background-image: url('../../assets/site_assets/images/bg-video.svg');
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}

#videoBtns:after {
    z-index: 2 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffe7ac;
    background-size: cover;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.video-menu {
    width: 40%;
    margin: 15% auto;
}

.video-container-btn {
    background-color: #ff891f;
    border-radius: 8px;
    padding: 2px;
    font-size: 5.5vw;
    margin-top: 2%;
}

.video-innercontainer-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #ff891f;
    border-radius: 7px;

    border-top: 3px solid #de6608 !important;
    border-bottom: 3px solid #ffdfc5 !important;
}

.video-innercontainer-btn:hover {
    border-bottom: 3px solid #de6608 !important;
    border-top: 3px solid #ffdfc5 !important;
}

#vidBtn1, #vidBtn2, #vidBtn3 {
    width: 100%;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}

.st0 {
    fill: #336600;
}

.st1 {
    clip-path: url(#SVGID_2_);
}

.st2 {
    fill: #99CC33;
}

.st3 {
    fill: #BFF259;
}

.st4 {
    fill: #669900;
}

.st5 {
    fill: #047D99;
}

.st6 {
    fill: #F5F5F5;
}

.st7 {
    fill: #032B3A;
}

/*LEVEL STYLE-------------------------------------------------------------------------------*/

.blind-mode {
    mix-blend-mode: color;
}

