.ff-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none !important;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.ff-modal.show {
  display: flex !important;
}

.ff-modal-box {
  background: #fff;
  width: 420px;
  max-width: 90%;
  border-radius: 8px;
  overflow: hidden;
}

.ff-modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ff-modal-header h3 {
  margin: 0;
  font-size: 16px;
}

.ff-modal-header span {
  cursor: pointer;
  font-size: 22px;
}

.ff-modal-body {
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.ff-modal-footer {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  text-align: right;
}

.btn-close {
  background: #1e88e5;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.ff-box {
  background:#f5f7fb;
  padding:20px;
  border-radius:8px;
}

.ff-title {
  background:#56617a;
  color:#fff;
  padding:10px;
  border-radius:6px;
  margin-bottom:10px;
}

.ff-row {
  display:flex;
  gap:10px;
}

.ff-row input {
  flex:1;
  padding:10px;
}

.btn-check {
  background:#1e88e5;
  color:#fff;
  border:none;
  padding:10px 15px;
}

/* MODAL */
.ff-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none !important;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.ff-modal.show {
  display: flex !important;
}

.ff-modal-box {
  background:#fff;
  width:350px;
  border-radius:8px;
  padding:15px;
}

.ff-modal-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.ff-modal-header span {
  cursor:pointer;
  font-size:22px;
}

.ff-info {
  margin:10px 0;
}

.ff-table {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:15px;
}

.btn-pay {
  width:100%;
  background:#1e88e5;
  color:#fff;
  border:none;
  padding:10px;
}