body {
  direction: rtl;
  font-family: sans-serif;
  margin: 20px;
  background: #f5f5f5;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

section {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.top-bar input {
  width: 300px;
}

.import-section textarea {
  width: 100%;
  height: 120px;
  font-family: monospace;
}

.form-section label {
  display: block;
  margin-top: 8px;
}

.form-section input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.checkbox {
  margin-top: 10px;
}

.form-actions {
  margin-top: 10px;
}

#companiesTable {
  width: 100%;
  border-collapse: collapse;
}

#companiesTable th,
#companiesTable td {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 13px;
}

#companiesTable th {
  background: #eee;
}
