/* General Class */

.dir-rtl{
direction: rtl !important;
}
.dir-ltr{
direction: ltr !important;
}

.text-right{
text-align: right !important;
}
.text-center{
text-align: center !important;
}
.text-left{
text-align: left !important;
}
.text-justify{
text-align: justify !important;
}

/* General Class */

.header-nav .notifications .notification-item i {
margin: 0 20px 0 20px !important;
}

.header-nav .messages .message-item img {
margin: 0 20px 0 20px !important;
}

.header-nav .profile .dropdown-item i {
margin-right: 0px !important;
margin-left: 10px !important;
}
.breadcrumb-item+.breadcrumb-item::before {
float: right !important;
padding-left: 5px;
}
.datatable-table th button, .datatable-pagination-list button {
text-align: center !important;
}

@media (max-width: 991.98px) {
.column-sm-reverse{
flex-direction: column-reverse !important;
}
}

.item-sidebar:hover {
background: #0d6efd;
color: #fff;
transition: all 0.5s;
}

.item-sidebar.active {
background: #0d6efd;
color: #fff;
}
