.ali-rt-customer-box{margin:10px 0;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;direction:rtl}
.ali-rt-customer-box label{display:block;font-weight:600;margin-bottom:6px}
.ali-rt-customer-box select{width:100%;height:36px;border:1px solid #d1d5db;border-radius:6px;padding:0 10px;background:#fff;margin-bottom:8px}
.ali-rt-customer-box button{width:100%;height:36px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}
.ali-rt-customer-box button:disabled{opacity:.6}
.hm-gateway-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999; /* بالاتر از Xootix */
}
.hm-gateway-inner {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 320px;
  text-align: right;
  direction: rtl;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.hm-gateway-inner h3 {
  margin-top: 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.hm-gateway-inner button {
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: 0;
  padding: 8px 0;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}
.hm-gateway-inner button:disabled {
  opacity: .6;
  cursor: default;
}
