[dir] h4 {
  margin-bottom: 20px;
}
.sub-menu {
  display: flex;
  height: 50px;
}
.fa-title {
  min-width: 80px;
  font-size: 14px;
  font-weight: bold;
}
.sub-title {
  width: 200px;
}
.modal-lg {
  max-width: 1200px !important;
}
[dir] .row {
  margin-bottom: 15px !important;
}
.warn-tip {
  color: #04b88f;
}
[dir] .warn-tip {
  transform: scale(1.4);
  margin-top: -1px;
}
[dir=ltr] .warn-tip {
  margin-left: 50px;
}
[dir=rtl] .warn-tip {
  margin-right: 50px;
}
