[dir] h4 {
  margin-bottom: 20px;
}
.sub-menu {
  display: flex;
  height: 50px;
}
.title {
  width: 80px;
  font-size: 16px;
  font-weight: bold;
}
.sub-title {
  width: 135px;
}
[dir] .modal-lg .row {
  margin-bottom: 0 !important;
}
.modal-lg .vs--searchable {
  width: 100% !important;
}
[dir] .row {
  margin-bottom: 15px !important;
}
.operate-wrap {
  width: 100%;
}
[dir] .operate-wrap {
  margin: 20px 0;
}
.operate-item {
  width: 100%;
  height: 35px;
  display: flex;
}
[dir] .operate-item {
  margin: 14px auto;
}
.operate-item .tip1 {
  text-indent: 80%;
  width: 110px;
}
[dir=ltr] .operate-item .tip2 {
  margin-left: 18%;
}
[dir=rtl] .operate-item .tip2 {
  margin-right: 18%;
}
#phone-number {
  display: inline-block;
  width: 75% !important;
}
[dir=ltr] #phone-number {
  border-top-left-radius: revert;
  border-bottom-left-radius: revert;
}
[dir=rtl] #phone-number {
  border-top-right-radius: revert;
  border-bottom-right-radius: revert;
}
.warn-tip {
  color: #2BC196;
}
[dir] .warn-tip {
  transform: scale(1.4);
  margin-top: 3px;
}
[dir=ltr] .warn-tip {
  margin-left: 30px;
}
[dir=rtl] .warn-tip {
  margin-right: 30px;
}
.v-select ul {
  width: 100% !important;
}
