/*
|
| Left To Right Files
| Import All File From "ltr" Directions Only
|
*/
/* Global */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800&display=swap");
* {
  font-family: "Tajawal", sans-serif !important;
}

body {
  direction: rtl !important;
  padding-right: var(--aside-width);
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
div,
section,
article,
b,
strong,
ul,
li,
a,
button {
  text-align: right;
}

/* Bootstrap */
.alert-dismissible i,
.alert-dismissible svg {
  margin-left: 5px;
}

#links-bar {
  float: right;
}

.btn-add-new {
  float: left;
  margin-right: 5px;
}

.pr-remove {
  padding-left: 0px !important;
}

.search-buttons button,
.search-buttons a {
  left: 0px;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

/* Plugins */
/*
|||||||||||||||||||||||||||||||||||||||||||||||||| File Map
- Bootstrap
- Data table js
- Font Aw..
*/
/*
*
*
*
* Bootstrap
*
*
*
*/
.alert-dismissible .close {
  left: -4px !important;
  text-align: left;
}

.modal-open {
  padding-left: 0px !important;
  overflow: hidden;
}

.input-group input {
  border-radius: var(--border-radius) 0px 0px var(--border-radius) !important;
}
.input-group .input-group-text {
  border-radius: 0px var(--border-radius) var(--border-radius) 0px !important;
}

.dropdown-menu {
  text-align: right;
}

.accordion .card-header button {
  text-align: right;
}

/*
*
*
*
* Font Aw..
*
*
*
*/
.alert .svg-inline--fa {
  margin-left: 5px;
}

/*
*
*
*
* Data table js
*
*
*
*/
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: right !important;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

#myTable_wrapper .col-md-6 {
  padding: 0px !important;
}

#myTable_filter input {
  width: 240px;
  height: 40px;
  padding: 0.5rem 0.5rem;
  margin-left: 0px;
}

/*
| Layouts ( Aside , Navbar )
*//*# sourceMappingURL=rtl.css.map */