/*  ------------------------------------------------------

File : RTL Settings
Project : FAPE | Foundation Amane pour la Protection d'Enfance
Version : 1.0
Developed by : YT - Synergie Media
URL : www.synergie-media.com

------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


body {
    direction: rtl;
    letter-spacing: 0;
    font-family: 'Tajawal', sans-serif;
}


table {
    direction:ltr; 
    text-align:center; 
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    padding:10px;
}

.top-menu li {
    margin-left:unset; 
    margin-right:20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Tajawal', sans-serif;
}

.fa-angle-right:before {
    content: "\f104";
}

.thebutton {
    margin-right:unset; 
    margin-left:10px;
}

.main-menu {
    float:left;
}

.main-menu li:last-child {
    margin-right:25px; 
    margin-left:0;
}
   
#desktop ul.main-menu li i {
    margin-right:10px;
    margin-left:unset;
    margin-bottom:8px;
}


.menu-top-menu-arabic-container {
    order:2;
}

.menu-language-menu-arabic-container {
    order:1;
}

.form-control {
    direction:rtl !important;
}

.wpcf7-form {
    direction:rtl;
}


.log-out {
    right:unset; 
    left:16%;
}

.dash-sidebar::before {
    right:unset; 
    left:0;
}

.dash-menu li a::after {
    content: "\f104";
}

.fape-left-hr {
    border-left:none; 
    border-right:#A5721E 5px solid;
}

#mobile ul li {
    text-align: right;
}

[dir='rtl'] .slick-next {
    left: 0 !important;
}