body{
    direction: rtl;
}

.mr-6 {
    margin-right: 0rem;
    margin-left: 1.5rem
}
.left-0{
    right:0!important
}
.mr-3 {
    margin-right: 0;
    margin-left: .75rem;
}
.right-0 {
    right: auto;
    left: 0;
}
.mr-5 {
    margin-right: auto;
    margin-left: 1.25rem;
}
#notification-list{display:none}
.space-x-8>:not([hidden])~:not([hidden]) {
    margin-right: calc(2rem*(1 - var(--tw-space-x-reverse)));
    margin-left: calc(2rem* var(--tw-space-x-reverse));
}
@media (min-width: 1024px) {
    .lg\:mr-3 {
        margin-right: auto;
        margin-left: .75rem;
    }
}
select {
background-position: left .5rem center;
}


h1{
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding-right: 13px;
    color: #4b5563;
}

.w-8 {
    width: 3rem;
}

.h-8 {
    height: 3rem;
}
.m-l0{margin-left: 0!important;}
.w59{
    width: 59px;
}



.hr-text {
    border: 0;
    color: #000;
    height: 1.5em;
    line-height: 1em;
    opacity: .9;
    outline: 0;
    position: relative;
    text-align: center;
}
.hr-text:before {
    background: linear-gradient(90deg, transparent, #000, transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.hr-text:after {
    background-color: #fff;
    color: #000;
    content: attr(data-content);
    display: inline-block;
    line-height: 1.5em;
    padding: 0 .5em;
    position: relative;
}