.burger .burger-label__breadcrumbs::before {
    content: 'القائمة' !important;
}

body.notes .burger .burger-label__breadcrumbs::after {
    content: '';
}

.ar {
    text-align: right;
    direction: rtl;
}

.ar-justfy {
    text-align: justify !important;
}

.en {text-align: left; direction: ltr;}

main.home h1 {
    font-size: 60px;
    margin:10px 0 10px 0; 
    font-weight: 900;
}

 input {font-family:'Readex Pro' !important}

 form .textinput__label {
    right: 18px !important;
    left: unset !important;
 }

 .sharing .sharing-options .sharing-option {
    margin-left: 14.4px !important;
}


.stack-item .copy-wrapper .link {
    right: 0 !important;
}

/* Menu */
body.mobile-menu-open aside.mobile-menu {
    right:0 !important;
}

aside.mobile-menu {
    left:unset !important;
    right: calc(-1 * var(--mobile-menu-width) - 1px) !important;
}

aside.mobile-menu ul {
    align-items: flex-end !important; 
}

.burger {
    right: var(--header-padding-horiz) !important;
    left: unset !important;
}

@media screen and (min-width: 1300px){
aside.mobile-menu a {
    letter-spacing:0 !important;
    line-height: 1.3;
}
}

@media screen and (min-width: 1024px){
aside.mobile-menu a {
    letter-spacing:0 !important;
    line-height: 1.3;
}
}

aside.mobile-menu a {
    letter-spacing:0 !important;
}

@media screen and (min-width: 1300px) {
.stack-item h1,.stack-item h2,.stack-item h3,.stack-item h4,.stack-item h5,.stack-item h6 {
    letter-spacing:0 !important;
}}

@media screen and (min-width: 1024px) {
.stack-item h1,.stack-item h2, .stack-item h3, .stack-item h4, .stack-item h4, .stack-item h5{
    letter-spacing:0 !important;
}}

footer li:not(:last-child) {
    margin-bottom: 1px;
}

footer .profile-links li{
    padding-top: 4px;
    font-size: x-small;
}

.email-title {
    margin-bottom: 8px !important; 
}

header .page-title {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

aside.mobile-menu li:last-child {
    margin-top: 15vh ;
}

p {
    line-height: 2 !important; 
    letter-spacing: 0 !important;
}

.sharing .sharing-options {text-align: right !important;}