* {
  box-sizing: border-box;
}
#m_table{
  overflow: scroll;
}
#table {
  margin: 20px auto;
}
#database_info {
  min-height: 100px;
  border: 2px solid rgb(122, 112, 112);
}
#database_info input {
  flex-grow: 1;
}
#database_info label {
  min-width: 100px;
  display: inline-block;
}
#text_connection {
  width: 50%;
}
.upload_place {
  border: 1px dashed #343a40;
  cursor: pointer;
  height: 40px;
}
input,
button {
  padding: 6px;
  height: 40px;
}
.dataTables_scrollHeadInner,.dataTables_scrollFootInner{
  margin: auto;
}

.center_{
  display: flex !important;
  justify-content: right;
  align-items: center;
}