/*custom edit on laraship arabic version style and direction*/
@import url('https://fonts.googleapis.com/css?family=Cairo');
  body,h1,h2,h3,h4,h5,h6,p,a,.swal2-modal .swal2-content,button{
     font-family: 'Cairo', sans-serif;
 }
 div.dataTables_wrapper div.dataTables_filter input{
 	margin-right: 10px;
 }
 div.dataTables_wrapper div.dataTables_length select {
    margin: 0px 10px;
} 
table.dataTable {
	margin-top: 30px !important;
}
div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin-top: 20px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0px 5px;
}
 table.dataTable thead>tr>th.sorting{
 	    padding-right: 25px;
 }
 .treeview-menu > li > a span{
 	padding-right: 5px;
 }
 .content .copy-button .fa-clipboard{
 	float: right;
 	padding: 5px;
 }
 .content .tab-content
 .content #payment_authorizenet {
 	margin-top: 20px;
 }
 div.dataTables_wrapper div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_info {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}
 .content   .list-inline {
 	text-align: center;
 }
 .content .tab-content {
 	margin-top: 20px;
 }
 /*responsive*/
 @media (min-width: 768px) and (max-width: 991px){
    div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
    margin-top: 10px;
   }
 }
 @media (max-width: 767px){
 	.dataTables_filter {
    float: none;
    margin-top: 4px;
    }
 }
 .content .col-md-6.text-right  .btn-success:last-child {
    margin: 5px !important; 
}
 
 .page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e64a";
    font-family: themify;
    color: #ced4da;
    font-size: 11px;
}

html body .navbar-dark .mailbox ul li .nav-link .fa-angle-right:before{
    content: "\f104";
}

.sidebar-nav .has-arrow::after {
    
    -webkit-transform: rotate(-50deg) translate(0,-50%);
    -ms-transform: rotate(-50deg) translate(0,-50%);
    -o-transform: rotate(-50deg) translate(0,-50%);
    transform: rotate(-50deg) translate(0,-50%);
   
}

.no-block-ui .fa-arrow-circle-right:before {
     content: "\f0a8" !important; 
}

#OrdersDataTable .number_value {
    float: right;
    padding-left: 5px;
}
#OrdersDataTable .number_symbol {
    float: none !important;
}