.chatbar {
    right: -250px;
}
    .chatbar.active {
        right: 0;
    }

    .chatbar .chatbar__header {
        padding: 30px 0px 15px 20px;
    }

.chatbar__dismiss {
    left: 10px;
}
    .chatbar__dismiss span::before {
        content: '\f061';
    }

.chats-container {
    right: 250px;
    flex-direction: row;
}

i.chat__close-button {
    float: right;
    /*padding-left: 10px;*/
}

i.chat__collapse-button {
    float: left;
    /*padding-left: 10px;*/
}

.chat__message--pending .chat__message--check .chat__message--double-check {
    float: right;
    position: relative;
    top: 6px;
    right: -3px;
}

    .chat__message--pending .chat__message--check {
        padding-left: 10px;
    }

/*.chat__current-user {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 12px !important;
}

.chat__other-user--align {
    direction: rtl;
}*/

.user-chats h4 i {
    float: right
}

.chat__current-user-time, .k-alt time {
    right: auto !important;
    left: 100% !important;
    margin-left: 8px !important;
    margin-right: 0px !important;
}

.chat__other-user-time {
    left: auto !important;
    right: 100% !important;
    margin-right: 8px !important;
    margin-left: 0px !important;
}
.apply-en-lang {
    display: none;
    visibility: hidden;
}

/* start Nested menu */
.dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: -1px;
    border-radius: 0px 6px 6px 6px;
}

.dropdown-submenu > a:after {
    float: right;
    margin-right: -15px;
    margin-top: 1px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #cccccc;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }
/* end Nested menu */


/* Start Notification Menu */
.menu-title {
    float: right !important;
}

.dropdown-menu.notifications {
    right: 0;
    left: auto;
}
/* End Notification Menu */


/* 
    Start Side Menu 
*/
#sidebar {
    left: -250px;
}

    #sidebar.active {
        left: 0;
    }

    #sidebar a[aria-expanded="false"]::after, a[aria-expanded="true"]::after {
        right: 10px;
    }

#dismiss {
    right: 10px;
}
    #dismiss span::before {
        content: '\f060';
    }
/* 
    End Side Menu 
*/