.action-btn {
  display: flex;
  gap: 1rem;
}

/* body {
    width: 100vw;
}*/

.table-div {
  width: 100%;
  overflow-x: auto;
}

.table-custom {
  max-width: 100%;
  white-space: nowrap;
}

.nav-item .dropdown-item:hover {
  background-color: #0DCAF0 !important;
}

.import-div {
  display: flex;
  justify-content: space-between;
  /* gap: 3; */

}

.import-item {
  padding: 1rem;
  border-radius: .5rem;
  /* background-color: rgb(119, 182, 235); */

}

.import-div input {
  /* border: 1px solid black; */
  padding: 0;
  margin: 0;
}

.navbar-brand img{
width: 8% !important;
}