
body {
    direction: rtl;
    font-family:  Tahoma, Arial, sans-serif;

}
@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none !important;
    }
    .navbar-collapse.show {
        display: block !important;
    }
    .dropdown-menu {
        display: none !important;
    }
    .dropdown-menu.show {
        display: block !important;
    }
}


.navbar-nav {
    margin-right: 0;
}

.container {
    direction: rtl;
}
.table-bordered thead th {
    text-align: center !important;
}
.table td, .table th  {
    text-align: center !important;
}
table {
    direction: rtl;
    text-align: right;
}

th, td {
    text-align: right;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    text-align: right !important;
    margin-bottom: 1rem !important;
}

.form-group {
    text-align: right;
}
.form-control {
	width: auto !important;
}