.table-fileds-wrap {
  width: 100%;
}[dir] .table-fileds-wrap {
  margin-bottom: 20px;
}
.table-fileds-wrap legend {
  font-weight: bold;
}
[dir] .table-fileds-wrap legend {
  margin-bottom: 0.5rem;
}
[dir] .table-fileds-wrap .custom-control-label {
  margin-bottom: 0 !important;
}
.table-fileds-wrap .confirm-btn-box {
  display: flex;
  justify-content: flex-end;
}
[dir] .table-fileds-wrap .confirm-btn-box {
  margin-top: -20px;
  margin-bottom: 10px;
}
.list-group-item {
  transition: all 1s;
}
[dir=ltr] .settings-btn {
  margin-left: 20px;
}
[dir=rtl] .settings-btn {
  margin-right: 20px;
}
#sidebar-table-fields .b-sidebar-header {
  font-size: 16px;
}
[dir] #sidebar-table-fields .b-sidebar-header {
  padding: 1rem !important;
}
[dir] #sidebar-table-fields .b-sidebar-body {
  padding: 1.5rem;
  background-color: #fff;
}
[dir] #sidebar-table-fields .b-sidebar-body .custom-checkbox {
  margin-bottom: 1rem;
}
.table-fileds-wrap .b-sidebar-outer {
  z-index: 9999 !important;
}
