[dir] .app-management-wrap {
  padding-bottom: 80px;
}
.modal-lg {
  max-width: 1000px !important;
}
#cell-phone {
  display: inline-block;
  width: 75% !important;
}
[dir=ltr] #cell-phone {
  border-top-left-radius: revert;
  border-bottom-left-radius: revert;
}
[dir=rtl] #cell-phone {
  border-top-right-radius: revert;
  border-bottom-right-radius: revert;
}
