.ft-table { border-collapse: collapse; width:100%; }
.ft-table th, .ft-table td { padding: 8px; border:1px solid #eee; }

.ft-modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}
.ft-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  min-width: 800px;
  position: relative;
}
.ft-modal .ft-close {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 20px;
}
.ft-form-group {
  margin-bottom: 12px;
}
.ft-form-group label {
  display: block;
  margin-bottom: 5px;
}
.ft-input {
  width: 100%;
  padding: 6px;
}

.ft-modal-perm table th{
    font-size: 16px;
}

.ft-modal-perm table td{
    font-size: 13px;
}
button.disabled[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}