.delete-checkbox {
  float: right;
  font-size: 50%;
}

.searchbar {
  margin: 0 auto;
  margin-bottom: 3rem;
}

.searchbar .searchbar-input {
  min-width: 100%;
}

.searchbar .fa-search {
  color: var(--gray-medium);
  float: right;
  position: relative;
  right: 14px;
  top: 25px;
}
