button.edit-btn {
  border: none;
  background: green;
  color: white;
  border-radius: 5px;
  margin: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.btn-success{
  background: green;
}

.marginButton{
  margin-left: 5px;
  margin-right: 5px;
}

button.delete-btn{
  border: none;
  background: red;
  color: white;
  border-radius: 5px;
  margin: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.table {
  width: 100%;
  overflow-x: auto;
}

.table thead th {
  white-space: nowrap;
}

.table tbody td {
  white-space: nowrap;
}

.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
}

.dataTables_wrapper .dt-buttons {
  margin-bottom: 10px;
}

.dt-button {
  margin-right: 5px;
}
#card {
  background: white;
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 1px -2px 1px #f2f2f2;
  min-height: 100vh;
}

.titleView {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.titleView {
background-color: #42424a;
  margin: -7px 10px 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  height: 40px;
}
.titleView h1 {
  line-height: 40px!important;
  font-size: 24px;
}

