/*!
Author:     Wady
Author URI: https://wady.sa
*/

html {
    direction: ltr;
}

footer#site-footer form#feedburner button.btn {
    float: right;
}

.sidebar .nav-link .feather {
    margin-left: 0;
    margin-right: 4px;
}

@media (min-width: 992px) {
    .user-nav {
        left: 0 !important;
        transform: translateX(-100px) !important
    }
}

.user-nav .icon-exp {
    left: unset !important;
    right: -50px;
}

@media (min-width: 992px){
    .user-nav ul {
        right:unset;
        left: 100px;
    }
}