body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0;
}

.container {
  width: 100%;
  height: 450px;
  display: flex;
  padding: 20px;
  background-color: #ffffff;
}

.drop-box {
  width: 200px;
  height: 200px;
  border: 4px dashed #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  background-color: #e2e2e2;
}

.drop-box p {
  text-align: center;
  color: #666;
}

.info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  border: 4px solid rgb(226, 225, 225);
  border-radius: 10px;
  padding: 5px;
  margin-left: 15px;
  height: 107%;
  margin-top: -15px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-item input,
.info-item select {
  flex: 1;
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 300px;
}

.info-item button,
button {
  padding: 10px;
  border: none;
  background-color: #0e2756;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.info-item button,
button:hover {
  background-color: #d8572a;
}

.dragging {
  border-color: #01b63d;
}

.saveexcell {
  color: #fff;
  width: 70px;
  height: 50px;
  padding: 5px;
  margin: 5px;
  background-color: #bbbbbb;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 90%;
}

.saveexcell:hover {
  background-color: #7cad80;
}

.boxfiles {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  gap: 10px;
  border: 4px solid rgb(226, 225, 225);
  border-radius: 10px;
  margin-right: 10px;
  background-color: rgb(236, 236, 236);
}

.cont-esquerdo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 400px;
}

.table-container {
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #ddd;
}

th,
td {
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

.button {
  margin-top: 20px;
  margin-right: 15px;
}

.nome-arquivo {
  padding: 5px;
  border: none;
  background-color: #e7e6e6;
  color: white;
  border-radius: 5px;
}

.custom-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  max-width: 900px;
}

.info-box-inputs {
  border: 4px solid rgb(226, 225, 225);
  border-radius: 10px;
  padding: 5px;
}

.text_ai-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-items: auto;
  min-width: 400px;
  border: 4px solid rgb(226, 225, 225);
  border-radius: 10px;
  padding: 5px;
  margin-left: 15px;
  height: 107%;
  margin-top: -15px;
}

#box-editor-txt {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  font-family: monospace;
  resize: none;
}

#titulo-input-txt {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  font-family: monospace;
  resize: none;
}
