#side-menu li a {
    direction: rtl;
    text-align: right;
}

#side-menu .nav-second-level.two-li > li {
    text-align: right;
    float: right;
    direction: rtl;
}

#side-menu .nav-second-level {
    right: 0;
}

.sidebar .nav-second-level .arrow {
    left: 20px !important;
}

#side-menu .nav-second-level li > a {
    text-align: right;
    direction: rtl;
    padding-right: 30px;
}

.top-right-part {
    width: 240px;
    float: right;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.top-right-part a {
    color: #ffffff;
    line-height: 59px;
    font-size: 18px;
    padding-left: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .top-right-part {
        width: 60px;
        padding-left: 0;
    }
}

.navbar-top-links > li {
    float: right;
}

.navbar-top-links .dropdown-user {
    left: 0;
    right: auto;
    width: 280px;
}

.dropdown-menu>li>a {
    direction: rtl;
    text-align: right;
}

.dropdown-menu> li > a i{
    float: right;
    padding-left: 10px;
}

.navbar-top-links .dropdown-user .dw-user-box .u-img {
    float: right;
}

.bg-title h4 {
    direction: rtl;
    text-align: right;
}

.table > thead > tr > th {
    direction: rtl;
    text-align: center;
}

#section-iconbox-1 .table > thead > tr > th {
    direction: rtl;
    text-align: right;
}

.form-create .panel-header {
    background: #effaff;
    border-bottom: none;
    color: #1caff6;
    padding: 30px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.bg-transparent {
    background-color: transparent!important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.dashboard-dropdown .btn:hover, .dashboard-dropdown .btn:focus {
    font-size: 20px;
    color: #1b3e4b;
}

.dashboard-dropdown .btn i {
    line-height: 30px;
}

.card-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #001737;
    line-height: 1.4;
}

#dashboardDropdown50 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
    left: -10px !important;
    right: auto !important;
}

.dropdown .dropdown-menu {
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 15px 5px #e6eaec;
    box-shadow: 0px 1px 15px 5px #e6eaec;
    border-radius: 0;
}
.dashboard-dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 130px;
    min-width: 120px;
    padding: 1rem 0;
    margin: 0;
    border-radius: 8px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}