@import url('../foodense-front/css/fonts.css');
body {
    direction : rtl;
    text-align : right !important;
    font-family :PeydaWeb !important;
    }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.p, ol li, p, ul li{
    font-family :PeydaWeb !important;
}
.right-0
{
    left: 0 !important;
    right:auto !important;
}

.oblique {
    transform: skewX(-10deg) !important;
    overflow: hidden;
    width: 60% ;
    left: -10rem !important;
    right: auto !important;
    border-bottom-right-radius: 0.75rem !important;
}
[dir=rtl] .mr-3, [dir=rtl] .mx-3 {
    margin-left: 1rem !important;
    margin-right: 0px !important;
}

.customer-testimonial .content:before {
    left: auto !important;
    right: -18px !important;
    margin-right: .75rem !important;
    margin-left: 0 !important;
    transform: rotate(315deg) !important;
}
[dir=rtl] .text-right {
    text-align: left !important;
}
[dir=rtl] .text-left {
    text-align: right !important;
}
[dir=rtl] .nav {
    padding-right: 0px !important;
    padding-left: 0;
}

[dir=rtl] .nav-pills .nav-item:not(:last-child) {
    padding-left: 1rem;
    padding-right: 0;
}
[dir=rtl] .btn:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: 0;
}
[dir=rtl] .mr-2, [dir=rtl] .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0rem !important;
}


[dir=rtl] .custom-control-label::before {
    top: .120rem;
    right: -1.75rem;
    left: 0;
}

[dir=rtl] .custom-control-label::after {
    top: .120rem;
    right: -1.75rem;
    left: auto;
}

[dir=rtl] .custom-checkbox .custom-control-input ~ .custom-control-label {
    margin-right: 1.75rem;
}
[dir=rtl] .datepicker table tr td.day.range-start {
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir=rtl] .datepicker table tr td.day.range-end {
    border-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir=rtl] .datepicker{
    direction:rtl;
}
[dir=rtl] .datepicker .input-group{flex-direction:row-reverse;}
