@font-face {
    font-family: 'TheMixArab';
    src: url(../fonts/TheMixArab.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheMixArabBld';
    src: url(../fonts/TheMixArab-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
:root{
    --mainColor:#59111d;
}
html:lang(ar){
    direction:rtl;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'TheMixArab';
}
main{
    min-height:300px;
}
.login-form, .screen-space {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #ECECEC;
    border-radius: 15px;
}
.screen-space{
    height:100%;
}
.mainBtn {
    background: var(--mainColor);
    border-color: var(--mainColor);
}
.number{
    background:#fff;
    padding:5px 20px;
    border-radius:10px;
}
.text-end:lang(en){
    text-align:left!important;
}
.text-end:lang(en){
    text-align:left!important;
}

.text-start:lang(ar){
    text-align:right!important;
}
.screen-space .d-flex span:first-child {
    
}
.screen-space .d-flex span:nth-child(2) {
    
}


.dropdown-toggle:lang(ar)::after {
    margin-right: .255em;
    margin-left: 0;
}
.dropdown-item:lang(ar){
    text-align:right;
}
.error{
    color:red;
}
table.dataTable thead th:lang(ar), table.dataTable thead td:lang(ar), table.dataTable tfoot th:lang(ar), table.dataTable tfoot td:lang(ar) {
    text-align:center;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:lang(ar),
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:lang(ar),
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:lang(ar),
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:lang(ar),
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:lang(ar),
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:lang(ar),
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:lang(ar),
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:lang(ar) {
    right: inherit;
    left: 12px;
}
#myTable thead {
    background: #f6f7fb;
}
















.site-footer {
    padding: 35px 0 30px;
}

    .site-footer .layout-container {
        padding: 0 15px;
    }

@media all and (min-width:560px) {
    .site-footer__top .region {
        float: left;
        position: relative;
        width: 50%;
    }

     .site-footer__top .region:lang(ar) {
        float: right;
    }
}

@media all and (min-width:560px) and (max-width:850px) {
    .site-footer .region {
        box-sizing: border-box;
    }

    .site-footer__top .region:nth-child(2n+1) {
        padding-right: 10px;
    }

        .site-footer__top .region:nth-child(2n+1):lang(ar) {
            padding-left: 10px;
            padding-right: 0;
        }

    .site-footer__top .region:nth-child(2n) {
        padding-left: 10px;
    }

        .site-footer__top .region:nth-child(2n):lang(ar) {
            padding-left: 0;
            padding-right: 10px;
        }

    .region-footer-third {
        clear: both;
    }
}

@media all and (min-width:851px) {
    .site-footer__top .region {
        width: 24%;
        padding: 0 0.65%;
    }

        .site-footer__top .region:first-child {
            padding-left: 0;
        }

            .site-footer__top .region:first-child:lang(ar) {
                padding-left: 10px;
                padding-right: 0;
            }

    .site-footer__top .region:last-child {
        padding-right: 0;
    }

        .site-footer__top .region:last-child:lang(ar) {
            padding-left: 0;
            padding-right: 10px;
        }
}

.site-footer h2 {
    color: #c0c0c0;
    color: rgba(255,255,255,0.65);
}

.site-footer blockquote {
    color: #555;
}

.site-footer .content {
    color: #c0c0c0;
    color: rgba(255,255,255,0.65);
    font-size: 0.857em;
}

.site-footer .menu-item {
    padding: 0;
}

.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
    padding-left: 1.4em;
}

[dir="rtl"] .site-footer .content ol:not(.menu), [dir="rtl"] .site-footer .content ul:not(.menu) {
    padding-right: 1.4em;
    padding-left: 0;
}

.site-footer .content a, .site-footer .content a.is-active {
    color: #fcfcfc;
    color: rgba(255,255,255,0.8);
}

    .site-footer .content a:hover, .site-footer .content a:focus {
        color: #fefefe;
        color: rgba(255,255,255,0.95);
    }

.site-footer .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255,255,255,0.1);
    padding: 10px;
}

.site-footer table {
    font-size: 1em;
}

.site-footer tr td, .site-footer tr th {
    border-color: #555;
    border-color: rgba(255,255,255,0.18);
}

.site-footer tr.odd {
    background-color: transparent;
}

.site-footer tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0,0,0,0.15);
}

.site-footer__top h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.site-footer__top .content {
    margin-top: 0;
}

.site-footer__top p {
    margin-top: 1em;
}

.site-footer__top .content .menu {
    padding-left: 0;
}

[dir="rtl"] .site-footer__top .content .menu {
    padding-right: 0;
}

.site-footer__top .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px;
    text-indent: -15px;
}

[dir="rtl"] .site-footer__top .content li a {
    padding: 0.8em 20px 0.8em 2px;
}

.site-footer__top .content li a:hover, .site-footer__top .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255,255,255,0.05);
    text-decoration: none;
}

.site-footer__top .block-menu, .site-footer__bottom .block {
    margin: 0;
    padding: 0;
    border: none;
}

.site-footer__bottom .block {
    margin: 0.5em 0;
}

.site-footer__bottom .content {
    padding: 0.5em 0;
    margin-top: 0;
}

.site-footer__bottom .block h2 {
    margin: 0;
}

.site-footer__bottom {
    letter-spacing: 0.2px;
    margin-top: 30px;
    border-top: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
}

    .site-footer__bottom .region {
        margin-top: 20px;
    }

    .site-footer__bottom .block {
        clear: both;
    }

        .site-footer__bottom .block .menu {
            padding: 0;
        }

    .site-footer__bottom .menu-item a {
        float: left;
        padding: 0 12px;
        display: block;
        border-right: 1px solid #555;
        border-color: rgba(255,255,255,0.15);
    }

[dir="rtl"] .site-footer__bottom .menu-item a {
    float: right;
    border-left: 1px solid #555;
    border-right: none;
}

.site-footer__bottom .menu-item:first-child a {
    padding-left: 0;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
    padding-right: 0;
    padding-left: 12px;
}

.site-footer__bottom .menu-item:last-child a {
    padding-right: 0;
    border-right: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
    padding-left: 0;
    padding-right: 12px;
    border-left: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
    padding-right: 0;
}
.site-footer__bottom .region, .region-footer-fifth * {
    margin: 0;
}

.site-footer__top .block {
    border: 0;
    width: 100%;
    margin: 0 1rem;
}

.site-footer__top .content p, .site-footer__top .content a {
    margin: 0;
    float: right;
}

[dir='rtl'] .site-footer__top .content p, [dir='rtl'] .site-footer__top .content a {
    float: left;
}

.site-footer__top .content a img {
    height: 2rem;
    margin-top: 1rem;
}

.site-footer__top .content strong {
    font-size: 1.3rem;
    direction: ltr;
    display: inline-block;
}

.site-footer__top .region {
    margin: 1px;
}

.site-footer__top .region-footer-first .block {
    font-size: 3rem;
    line-height: 3rem;
}

[dir='rtl'] .site-footer__top .region-footer-first {
    border-right: 0;
}

@media all and (min-width:850px) {
    [dir='rtl'] .site-footer__top .region-footer-first {
        border-left: 1px solid white;
    }
}

.view-supporters .view-content, .view-members .view-content, .view-activities-news .view-content, .view-success-stories .view-content {
    margin-right: 0;
    margin-left: 0;
}

.site-footer {
    background: var(--mainColor);
}

    .site-footer .content, .site-footer .content a {
        color: white;
    }
    @media(max-width:767px){

    }