.pagination-elpsis {
  background-color: transparent !important;
  border: 0px none !important;
  padding: 6px 3px !important;
}

@media (min-width: 768px) {
  .input-text-right {
    text-align: end;
  }
}

@media (min-width: 400px) {
  .input-flex {
    display: inline-flex !important;
  }
}

.result {
  padding: 0.5em;
  border-bottom: 1px solid black;
}

.show-entries-box {
  border: 1px solid;
  padding: 10px;
  background-color: #c4d3d4;
}

#searchInput {
  width: 100%;
}