﻿
body,
body * {
    direction: rtl !important;
}

.dropdown-menu-right::before {
    right: 10px !important;
    left: auto !important;
}

.dropdown-menu-right {
    left: auto !important;
}

/*@media only screen and (min-width: 551px) {
    .dropdown-menu-right {
        right: 0 !important;
    }
}

@media only screen and (max-width: 550px) {
    .dropdown-menu-right {
        right: -50px !important;
    }
}*/

/*@media only screen and (max-width: 767.99px) {
    .dropdown-menu-right {
        left: 0px !important;
    }
    .navbar .dropdown-menu {
        left: 0px !important;
        right: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-menu-right {
        left: auto !important;
    }
}
*/

@media only screen and (max-width: 767.99px) {
    .dropdown-menu-right {
        left: 0px !important;
    }
}

/*@media only screen and (max-width: 1169.99px) {
    .dropdown-menu-right > li > a {
        display: block !important;
    }
}*/
