.wizard>.content>.body label {
    float: right;
}
.wizard>.actions>ul>li, .wizard>.steps>ul>li {
    float: right;
}
.page-title-box .page-title {
    
    direction: rtl;
    text-align: right;
}
.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
    text-align: right;
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:active, .wizard>.steps .disabled a:hover {
    
    text-align: right;
}
.wizard>.actions>ul {
    float: left;
}
.note-editor.note-frame {
    text-align: right;
}
.wizard>.steps .done a {
   
    text-align: right;
}
.btn-group, .btn-group-vertical {
    
    float: right;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: left;
}
.header-title {
   
    text-align: right;
}
table.dataTable {
    
    text-align: right; 
}
.mb-3, .my-3 {
    text-align: right;
}
body {
    direction: rtl;
    text-align: right;
}
label {
    font-weight: bold;
    color: #000000;
}
.table {
    
    color: #000000;
}
.form-control {
    color: #000000;
}
   /* @font-face { font-family: Anjoman-Regular; src: url('assets/fonts/Anjoman-Regular.ttf'); } */
   /* @font-face { font-family: Anjoman-Bold; font-weight: bold; src: url('assets/fonts/Anjoman-Bold.ttf');}*/
    
   /* * {*/
   /*font-family: Anjoman-Regular !important;*/
   /* }*/
    
    .topbar-light .navbar-custom {
    background: #F5F6F8;
}
@media (min-width: 992px) {
    .center-menu .wrapper {
        padding: 100px 12px 0 12px;
    }
}
.navbar-custom {
    position: fixed;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 100;
}
#topnav .topbar-menu {
    margin-top: 40px;
}
.page-title-box {
    position: relative;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/*.p-4 {*/
/*     padding: 0px !important; */
/*}*/
.mydesign a:hover {
    color: #188ae2 !important;
    
}
@media (min-width: 992px) {
    #navigation {
        display: block !important;
        float: right;
        direction: rtl;
    }
}
.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
    background: #dcb965;
    color: #000;
    cursor: default;
}
.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
    background: #343b4a;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    border-radius: 2px;
}
@media (max-width: 991px) {
    .wrapper {
        padding-top: 250px !important;
    }
}
.wizard>.content>.body label {
     float: none; 
}
