﻿:root {
    --primary-bg-color: #0060A0;
    --secondary-bg-color: #EAF1F7;
    --primary-font-color: #FFFFFF;
    --primary-font-family: 'Cairo', sans-serif;
    /*/--primary-font-family: 'droidarabickufi', sans-serif;*/
    
}

body{

}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0060A0 !important
}
.expand-button{
    display:none;
}
.editorMarginTop {
    font-size: 15px;
    line-height: 2rem;
}


.xdsoft_datetimepicker {
    margin-left: 52px;
}
.content-title a {
    color: inherit;
    text-decoration: none;
}
.nohover {
    text-decoration: none !important;
    padding: 0px !important;
}
@media (max-width: 767px) {
    .xdsoft_datetimepicker {
        margin-left: 0px;
    }
}

.dateIcon {
    background-color: transparent;
    border: none;
}

body {
    /*font-family: TheSans Plain !important;*/
    font-family: var(--primary-font-family) !important;
    margin: 0;
    padding: 0;
    font-size: 1rem !important;
    color: #383D41;
   
}
#menu-btn {
    line-height: normal;
}
.cultureLink {
    color: white;
    text-decoration: none;
}
.cultureLink:hover {
    color: white;
    text-decoration: none;
}
.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.logo-container {
    text-align: center;
    z-index:10;
}

.logo-title1 {
    font-size: 0.8rem;
}

.logo-title2 {
    font-size: 1.3rem;
}
.logo-container {
    text-align: right;
    z-index: 10;
    padding-left:2rem;
    padding-right: 2rem;
}
.RTL .logo-container {
    text-align: left;
    z-index: 10;
}

.subMenu-hidden{
    display:none;
}

h4 {
    margin-top: 0px !important;
}
.firstSectionHeader {
    padding-top: 0.3rem;
}

#upper-header, #upper-header-sm {
    background-color: var(--primary-bg-color);
    color: var(--primary-font-color);
    height: 4.3rem;
    padding-top: 0rem;
    /*padding-left: 1.5rem;*/
    font-family: var(--primary-font-family);
    display: flex;
    /*font-size:1.3rem;*/
}
.lang-date a{
    margin:auto;
}
.lang-date .col-1{
    margin:auto;
    text-align: center;
}
.lang-date {
    flex-direction: row-reverse;
    text-align: end;
    height: 4rem;
    justify-content: center;
    padding-top:0.4px;
    align-content: center;
    /*margin-top:1rem;*/
}

#upper-header {
    flex-direction: row-reverse;
    /*text-align: end;*/
}

#upper-header-sm {
    display: none;
    height: 6rem !important;
    padding-top: 0rem !important;
}

#subnav-container {
    display: none;
}

.bold {
    font-weight: 700 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    
}


.search, .search-sm {
    text-align: end;
}

#navbar {
    height: 3.5rem;
    background-color: var(--secondary-bg-color);
}

nav {
    display: flex;
	height:100%;
    /*flex-direction: row-reverse;*/
}

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display:flex;
    }

        nav ul li {
            text-align: center;
        }
        nav ul li {
            margin: 0px !important;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            nav ul li a {
                height: 100%;
                margin: auto;
                display: flex;
                align-items: center;
                padding-right: 0.9rem;
                padding-left: 0.9rem;
                padding-bottom: 0px;
                padding-top: 0px;
                font-weight: bold;
            }
.fullWidth {
    min-height: 100vh;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgb(255 255 255 / 42%);
}

.paddingtop {
    padding: 10rem;
    padding-top: 9rem;
    padding-bottom: 2rem;
}
.searchBtnContainer{
    margin-top:auto;
}

.GlobalSearchButton {
    border: none;
    background-color: #166195;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    color: var(--primary-font-color);
    background-image: linear-gradient(to right, #166195 60%,#3CA835);
}

.globalSearchBorder {
    border: none !important;
    border-bottom: 3px solid #0060A0 !important;
    border-radius: 0rem !important;
    background-color:transparent;
}

    .globalSearchBorder:focus {
        color: #0060A0 !important;
        background-color: transparent;
        border-color: transparent !important;
        border: none !important;
        border-bottom: 3px solid #0060A0 !important;
        outline: 0 !important;
         box-shadow: 0 0 0 0rem rgb(0 96 160 / 25%) !important;
        background-color: transparent;
    }


.noborder {
    border: none;
}

.SearchItem h5 {
    color: var(--primary-bg-color);
}

.SearchItem a {
    color: gray;
    text-decoration: none;
}
.SearchItem {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px var(--primary-bg-color);
}


.selectedSubMenu a {
    pointer-events: auto;
}
    @media (max-width: 1166px) and (min-width:990px) {
        .footer-item a {
            font-size: 0.75rem;
        }

        nav ul li {
            margin:0px!important;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.7rem;
        }

         nav  ul  li  a {
            height: 100%;
            margin: auto;
            display: flex;
            align-items:center;
            padding-right: 0.6rem;
            padding-left: 0.6rem;
            padding-bottom:0px;
            padding-top:0px;
        }
    }

    @media (max-width: 990px) and (min-width:768px) {
        nav ul li a {
            font-size: 0.75rem;
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

        .logo-container {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
        .subnav-item {
            margin: 0rem 1rem !important;
        }

        .nav-sm-icons {
            font-size: 1.5rem !important;
        }

        .subnav-item a {
            font-size: 0.75rem !important;
        }
    }

    nav li a:hover {
        color: var(--primary-font-color);
        text-decoration: none;
    }

    nav li a:hover {
        background-color: var(--primary-bg-color);
    }

    #menu-btn, #menu-btn-white {
        padding: 0.8rem 1.4rem;
        border: none;
        background: none;
    }

    #menu-btn-white {
        text-align: start;
        margin-right: 3rem;
    }

    .activepage {
        background-color: var(--primary-bg-color);
        color: var(--primary-font-color);
    }

.DatePickerDevexpress {
    height: 100%;
    width: 100%;
    background-color: transparent!important;
}
.DatepickerInputContainer {
    height: 100%;
    width: 100%!important;
}
.DatePickerDevexpress {
    border: none !important;
    font-family: var(--primary-font-family) !important;
}
    .DatePickerDevexpress .dx-placeholder {
        width: 100%;
        text-align: left;
    }
.RTL .DatePickerDevexpress .dx-placeholder {
        width: 100%;
        text-align: right;
    }

.DatePickerDevexpress .dx-clear-button-area {
    height: fit-content;
    font-weight: bold !important;
    text-align: center;
    width: 20px;
    min-width: 0px;
}
 .DatePickerDevexpress .dx-icon-clear {
    font-family: var(--primary-font-family) !important;
    color: rgb(0, 0, 0);
    position: relative;
    margin: auto;
    padding: 0px;
    height: auto;
    width: auto;
    background-position: initial;
    background-size: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.DatePickerDevexpress  .dx-show-clear-button .dx-clear-button-area {
   
}
    .DatePickerDevexpress .dx-dropdowneditor-icon {
    background-color: transparent !important;
    color: gray;
}
.DatePickerDevexpress  .dx-icon-clear::before {
    content: "×";
    font-weight: bold;
}
    .DatePickerDevexpress .dx-dropdowneditor-icon:hover {
        background-color: transparent !important;
        color: var(--primary-bg-color);
    }
.DatePickerDevexpress .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
    background-color: transparent !important;
    color: var(--primary-bg-color) !important;
}

.footer-menu a {
    color: white;
    text-decoration: none;
}
.footer-menu a:hover {
    color: white;
    text-decoration: none;
}
#subnav-container {
    /*position: absolute;*/
    position: relative;
    z-index: 2;
    padding: 0rem !important;
}
.NewscardDetails {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: justify;
    -webkit-box-orient: vertical;
    font-weight: lighter;
}

#subnav {
    /*font-family: TheSans Plain;*/
    font-family: var(--primary-font-family);
    padding: 1rem 0rem;
    /*background-color: rgba(234,241,247,.7);*/
    background-color: rgb(0, 96, 160);
}

    .subnav-subcontainer, #subnav {
        display: flex;
        /*flex-direction: row-reverse;*/
    }

    .subnav-subcontainer {
        text-align: left;
        justify-content: end;
    }

    .RTL .subnav-subcontainer {
        text-align: right;
        justify-content: start;
    }



    .subnav-item {
        margin: 0rem 2.5rem;
    }

        .subnav-item a {
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: bold;
        }
        .subnav-item a:hover {
            /*color: #383D41;*/
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: bold;
        }

    .nav-sm-icons {
        font-size: 1.3rem;
        padding: 0rem 0.3rem;
    }

    #submenu-icons {
        text-align: end;
    }

    #youtube {
       /*color: #E21D1C;*/
    }
.nav-sm-icons {
    color: white !important;
}
#instagram {
  /*  background: -webkit-linear-gradient(45deg,#FFD568, #C822AE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

    #twitter {
       /* color: #4FC5F7;*/
    }

    #facebook {
   /*   color: #38529A;*/
    }

    .vlh {
        border-right: 0.5px solid var(--primary-bg-color);
        height: 1.5rem;
        opacity: 0.1;
    }

    .footer-container {
        display: flex;
        /*flex-direction: row-reverse;*/
        padding-left:4%;
        padding-right:4%;

    }
footer {
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

    footer {
        background-color: var(--primary-bg-color);
        text-align: right !important;
    }

    .footer-item {
        padding-bottom: 0.4rem;
        display:flex;
    }

        .footer-item a, .footer-item a:hover {
            color: var(--primary-font-color);
            text-decoration: none;
            font-size: 0.9rem;
        }

    .footer-icons {
        color: inherit;
        margin: 0rem 1rem;
        transform: scaleX(-1);
    }
.AddressSection a{
    color:inherit;
    text-decoration: none;
    font-weight: bold;
}
.body-content {
    min-height: 65.5vh !important;
}
.dx-datebox-wrapper-date a {
    color: var(--primary-bg-color) !important;
}
.dx-datebox-wrapper-date .dx-icon {
    color: var(--primary-bg-color) !important;
}
.dx-datebox-wrapper-date .dx-button-content {
    color: var(--primary-bg-color) !important;
}
.searchResult {
    min-height: 20vh;
}
.footer-icons i {
    transform: scaleX(-1);
}

#lower-footer {
    text-align: center;
    margin: 0.7rem;
    font-size: 0.8rem;
    color: #166195;
    font-size: 0.7rem;
    position:relative;
}

.AddressSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.RTL .AddressSection .item {
    padding-left: 10px;
    border-left: solid 1px; 
}
    .RTL .AddressSection .item:last-child {
        /* padding-left: 10px;*/
        border-left: none;
    }
    a{
        color : inherit;
        text-decoration:none;
    }
a:hover {
    color: inherit;
    text-decoration: none;
}

        .footer-sm-container {
            margin-top: 1rem;
        }

    .footer-sm-icons {
        color: var(--primary-font-color);
        font-size: 1.4rem;
        padding: 0rem 0.9rem;
    }

.vl {
    border-right: 0.5px solid var(--primary-font-color);
    /*height: 0.5rem;*/
}
.cedarContainer{
    text-align:start;
}

#cedar {
    height: calc(120px*0.9)
}
@media (max-width: 1358px) and (min-width:992px) {
    .subnav-item {
        margin: 0rem !important;
    }
}
    @media (max-width: 575px) {
        .smview {
            display: none;
        }
        #subnav-container {
            position: absolute;
            z-index: 2;
            padding: 0rem !important;
        }
        #menu-btn-white {
            margin-right: 0rem;
            padding: 0rem 1.4rem!important;
        }
    }

    @media(max-width:800px) and (min-width: 425px) {
        .body {
            font-size: 0.9rem !important;
        }

        .logo-container {
            display: flex !important;
            align-items: center !important;
            padding: 0px !important;
            text-align: center;
            width: fit-content;
        }
        .LRAName {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .search-sm {
            display: flex;
            align-content: center;
        }
        .search-sm {
            display: flex;
            justify-content: end;
            margin-top: auto !important;
            margin-bottom: auto !important;
        }
        .smview {
            display: none;
        }

        #upper-header {
            display: none;
        }

        #upper-header-sm {
            height: 4rem !important;
            display: flex;
        }

        #navbar, #subnav-container {
            display: none;
        }

        nav ul{
            display: block;
        }
       
        nav ul li {
            float: none;
            text-align: right;
        }

            nav ul li a {
                display: list-item;
                font-size: 0.8rem;
                padding: 0.5rem 1rem;
            }

        .mt-2 {
            margin-top: 0rem;
        }

        /*
  #first-section {
    position: relative;
}
*/

        #navbar {
            width: 100%;
            /*height: 60%;*/
            height: 21rem;
            position: absolute;
            right: 0px;
            z-index: 17;
        }

        #menu-btn, .search {
            display: none;
        }


        #subnav-container {
            z-index: 17;
            margin-top: 30% !important;
        }
        .subnav-item {
            text-align: center;
            margin: 0rem;
        }
        .subnav-item a {
            font-size: 0.75rem;
        }
        #subnav {
            border-top: 0.5px solid #DCDCDC;
        }
        .nav-sm-icons {
            font-size: 1.2rem;
        }
        .logo-title1 {
            font-size: 0.6rem;
        }
        .logo-title2 {
            font-size: 0.8rem;
        }
        .footer-container {
            margin: 0rem 1rem;
        }
    }
#smalldevice {
    display: none;
}

.BigDevice {
    display: block;
}
.lower-footer-of-big-device{
    display:flex;
}
.ResetButton {
    border: none;
    background-color: #166195;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    color: var(--primary-font-color);
    background-image: linear-gradient(to right, #166195 60%, #19B01D);
    margin-left: 0.5rem;
}

.Brief {
    text-align: justify;
}

.IndicatorsText {
    text-align: justify;
}

.cardDetails {
    text-align: justify;
}


.info {
    text-align: justify;
}

.arabiagis {
    text-align: center;
    padding: 0rem;
    margin-right: auto;
    width: fit-content;
    position: absolute;
    margin: auto;
    left: auto;
    right: 0px;
}

.copyright {
    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    position:absolute;
}

.RTL .arabiagis {
    color: gray;
    text-align: center;
    font-size: 0.7rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    position: absolute;
    margin: auto;
    left: 0px;
    right: auto;
}

.socialMediaFooter {
    display: flex;
    flex-direction: row;
    margin: 0px;
    align-content: center;
    justify-content: center;
    padding: 0.5rem;
    padding-right: calc(4% + 1.1rem);
    color: #166195;
    box-shadow: rgba( 22, 97, 149, 0.3) 0px -50px 36px -28px inset;
    /*background: linear-gradient(to right,rgb(22 97 149 / 35%), #EAF1F7);*/
    background: linear-gradient(to right,rgb(22 97 149 / 35%), #fff);
}

    .socialMediaFooter .footer-sm-icons {
        color: #166195;
    }
.MapIcon {
    margin-right: 1rem;
    margin-left: 0px;
}

.RTL .MapIcon  {
    margin-right:0px;
    margin-left:1rem;
}
.RTL .copyright {
    padding-left: 0px;
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.arabiagis {
    padding-left: 0px;
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.RTL .arabiagis {
    padding-right: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.AddressSection {
    padding: 0px;
}
.copyright {
    padding-right: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.mobileTopDiv {
    display: none;
}
.UnderPhoto {
    background-color: #6E6B6F;
    position: absolute;
    margin-top: -55px;
    /* margin-left: 50px; */
    border-radius: 100px;
    width: 110px;
    height: 110px;
    right: 50%;
    left: 50%;
    transform: translate(50%);
}
.WhiteContainerOfPhoto {
    background-color: #ffffff;
    position: absolute;
    margin-top: -47.5px;
    /* margin-left: 57.5px; */
    border-radius: 100px;
    left: 50%;
    right: 50%;
    transform: translate(50%);
    width: 95px;
    height: 95px;
}
.OrganigramItemPhoto 
{
    position: absolute;
    margin-top: -40px;
    /* margin-left: 65px; */
    border-radius: 100px;
    width: 80px;
    height: 80px;
    left: 50%;
    right: 50%;
    transform: translate(50%);
}
.OrganigramItemName {
    background-color: #6E6B6F;
    height: 4.9rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    display: table;
}
    .OrganigramItemName > span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        padding-left: 10px;
    }
.OrganigramItemCard {
    top: 0px;
    position: absolute;
    height: 60px;
    width: 210px;
}
.OrganigramPosition {
    background-color: #F0EDEF;
    height: 2.5rem;
    text-align: center;
    padding-top: 10px;
    color: #424142;
    font-size: 16px;
}
.smview{
		    max-width: 15%;
	}
@media (max-width: 1035px) {
    .copyright {
        width: 100%;
        height: fit-content;
        margin-top: auto;
        padding: 0.5rem;
        margin-bottom: auto;
        position: relative;
    }

    .arabiagis {
        position: relative;
    }
    .RTL .arabiagis {
        position: relative;
    }
	
}
@media (max-width: 1100px) {
	
	.footer-item a, .footer-item a:hover{
		    font-size: 0.7rem;
	}
	.smview{
		    max-width: 7.9rem;
	}
}

@media(max-width:700px) and (min-width: 590px) {
    #subnav-container {
            margin-top: 35% !important;
        }
    }

    @media(max-width:590px) and (min-width: 500px) {
        #subnav-container {
            margin-top: 42% !important;
        }

        #navbar {
            height: 28rem;
        }
    }

    @media(max-width:500px) and (min-width: 425px) {
        #subnav-container {
            margin-top: 47% !important;
        }
        .logo-container {
            text-align: right;
            z-index: 10;
            padding-left: 2rem;
            padding-right: 2rem;
            height: fit-content;
            margin-top: auto;
            margin-bottom: auto;
        }
        #navbar {
            height: 28rem;
        }
    }

@media(max-width:450px) and (min-width: 425px) {
    #subnav-container {
        margin-top: 49% !important;
    }

    #navbar {
        height: 29rem;
    }
}


    @media (max-width: 425px) {
        body {
            font-size: 0.75rem !important;
        }
        #subnav-container {
            position: fixed !important;
            top: 2.8rem !important;
        }
        .logo-container {
            text-align: right;
            z-index: 10;
            padding-left: 2rem;
            padding-right: 2rem;
            height: fit-content;
            margin-top: auto;
            margin-bottom: auto;
        }
        .LRAName {
            display: none;
        }
       
        .smview {
            display: none;
        }

        #upper-header {
            display: none;
        }

        #upper-header-sm {
            display: flex;
            /*flex-direction:row-reverse;*/
            height: 3rem !important;
        }

        #navbar, #subnav-container {
            display: none;
        }

        .nav-sm-icons {
            font-size: 1.5rem;
            padding: 2rem 1rem;
        }

        nav ul {
            display: block;
        }

        nav ul li {
            float: none;
            text-align: right;
            /*padding-bottom: 0.5rem;*/
        }

            nav ul li a {
                display: list-item;
                font-size: 0.8rem;
                padding: 0.8rem 1rem;
                border-bottom: 0.5px solid rgb(0,96,160, 10%);
            }

        .mt-2 {
            margin-top: 0rem;
        }
        .subnav-item a {
            color: #383D41;
           
        }

        /*
   #first-section {
    position: relative;
}
   */

        #navbar {
            width: 100%;
            height: fit-content;
           /* position: absolute;*/
            right: 0px;
            z-index: 16;
        }

        #menu-btn, .search {
            display: none;
        }

        /*
       #menu-btn-white {
        margin-right: 2rem;
        }
    */

        .search-sm {
            font-size: 0.8rem !important;
            padding-top: 1rem !important;
        }

        #subnav-container {
            z-index: 17;
            /*margin-top: 50% !important;*/
        }

        #subnav, .subnav-subcontainer {
            display: block !important;
            background-color: rgba(234, 241, 247, 0.9) !important;
            color:black!important;
        }

            .subnav-subcontainer, .subnav-subcontainer div {
                width: 100% !important;
            }


        .subnav-item {
            text-align: center;
            margin: 0rem 0rem;
            padding-top: 0.8rem;
            padding-bottom: 0.8rem;
            border-bottom: 0.5px solid rgb(60,168,53,10%);
        }
        .logo-title1{
            display:none;
        }
        .logo-title2 {
            display: none;
        }
        #submenu-icons {
            margin-left: 0.2rem;
            margin-top: 1rem;
        }

        .subnav-item a {
            font-size: 0.75rem;
        }

        .footer-container {
            margin: 0rem;
        }

        .footer-sm-icons {
            font-size: 0.75rem;
            padding: 0rem 1rem;
        }

        #logo {
            width: 35px;
            height: 35px;
        }

        .logo-title1 {
            font-size: 0.5rem;
        }

        .logo-title2 {
            font-size: 0.6rem;
        }

        .footer-item a {
            font-size: 0.75rem;
        }
    }

    @media (max-width: 385px) {
        .logo-title1 {
            font-size: 0.45rem;
        }
    }

    @media (max-width: 320px) {
        .footer-container {
            padding: 0.5rem;
        }

        .logo-title1 {
            font-size: 0.35rem;
        }

        .logo-title2 {
            font-size: 0.45rem;
        }
        
        #subnav-container {
            margin-top: 60% !important;
        }
    }

@media(max-width:800px) {
    .searchBtnContainer {
        width: 100%;
    }
    .searchBar {
        display: flex;
        flex-direction: column;
    }
    form.searchnosubmit {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    .expand-button{
        display:block;
    }
    #MobileNaV .subnav-item a {
        color: rgb(56, 61, 65) !important;
    }
    #navbar nav {
        padding: 0px;
    }
    .SearchButton {
        width: 100%;
    }
    .upper-header {
        display: none;
    }
    .selectedSubMenu a {
        pointer-events: none;
    }
    #navbar{
        display:none!important;
    }
    #subnav{
        display:none!important;
    }
    #subnav-container{
      position:fixed!important;
       top: 3.8rem!important;
       height:100vh;
       overflow: scroll;
       margin-top:4px!important;
       z-index:9999;
    }
    #subnav, .subnav-subcontainer {
        display: block ;
        background-color: rgba(234, 241, 247, 0.9) !important;
        color: black !important;
    }

        .subnav-subcontainer, .subnav-subcontainer div {
            width: 100% !important;
        }


    .subnav-item {
        text-align: center;
        margin: 0rem 0rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        border-bottom: 0.5px solid rgb(60,168,53,10%);
    }
    #MobileNaV .subnav-subcontainer{
        height:100vh;
    }
    .MenuOpened{
        overflow:hidden;
    }
    #upper-header-sm {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0px;
    }
    .CultureMobile {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        text-align: center;
        color: blue;
    }
        .CultureMobile a {
            color: var(--primary-bg-color);

        }
    #MobileNav {
        display: flex;
    }
    
  
    #SearchForm {
        padding: 2rem;
        padding-top: 9rem;
        padding-bottom: 2rem;
    }
    .GlobalSearchButton{
        width:100%;
    }
    #lower-footer {
        text-align: inherit;
        margin: 0rem;
        font-size: 0.8rem;
        color: white;
        font-size: 0.7rem;
    }
    .GlobalSearchButton{
        margin-top:1rem;
    }
    #smalldevice {
        display: block;
    }
    .BigDevice {
        display: none;
    }
    .lower-footer-of-big-device {
        display: none;
    }
    #smalldevice a{
        color:white;
        text-decoration:none;
    }

    element.style {
    }

    .copyright {
        color: white;
        height: 100%;
        padding: 0.9rem;
        border-top: solid 1px #ccc;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        position:relative;
    }
    .arabiagis {
        color: white;
        text-align: center;
        padding: 0rem;
        padding-top: 0px;
        font-size: 0.7rem;
        margin: auto;
        position: relative;
    }
    .RTL .arabiagis {
        color: white;
        text-align: center;
        padding: 0rem;
        font-size: 0.7rem;
        padding: 0.2rem;
        padding-top: 0px;
        font-size: 0.7rem;
        margin: auto;
        position: relative;
    }
    #smalldevice .lower-footer{
        margin:0px;
    }
  
  
    .item {
        padding: 0px;
        padding-bottom: 0.7rem;
    }
    .mobileTopSection {
        display: block;
        height: 3rem;
    }
   
}
.LoadingDiv {
    display:none;
}
.ModalLoadingDiv {
    display: none;
}
.select2-container--default .select2-selection--single {
  
    padding-left: 1.5rem;
}
.depollutionProgramsTable tr {
    border-bottom: 1px solid white;
}
.depollutionProgramsButtons button a {
    text-decoration: none;
    color: white;
}
.Richtext {
    font-size: 1rem;
    line-height: 1.9rem;
}
td.Title {
    font-size: 0.9375rem;
    line-height: 1.9rem;
}
.Brief {
    font-size: 0.9375rem;
    line-height: 1.9rem;
}
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.5rem 0 2rem;
    margin: 0 -5%;
    overflow: hidden;
}
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--primary-bg-color);
    color: var(--primary-bg-color);
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: var(--primary-bg-color);
        color: var(--primary-bg-color);
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: var(--primary-bg-color);
        color: var(--primary-bg-color);
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 1s;
    }

@keyframes dotFlashing {
    0% {
        background-color: var(--primary-bg-color);
    }

    50%, 100% {
        background-color: var(--secondary-bg-color);
    }
}
.NumbersCards{
    cursor: pointer;
}
@media (max-width: 425px) {
   
    #subnav-container {
        position: fixed !important;
        top: 2.8rem !important;
    }
}