.only-in-mobile {
  display: none;
}
table.bids a {
  color: var(--text);
}
table.bids a:hover {
  color: var(--site3);
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .bids {
    border: 0;
  }

  .bids,
  .bids caption,
  .bids thead,
  .bids tbody,
  .bids tr,
  .bids th,
  .bids td {
    display: block;
  }

  .bids thead {
    display: none;
  }

  .bids tr {
    margin-bottom: 30px;
    background: #f1f1f1;
    border: 1px solid #ddd;
  }

  .bids td {
    border-top: 1px solid #ddd;
  }

  .only-in-mobile {
    display: inline;
  }
}

/**/

.bids-header {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
  margin-top: -1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.bids-header .form-control {
  border-radius: 2rem;
}

.bids-header .btn {
  border-radius: 2rem;
}

@media (max-width: 991px) {
  .bids-header {
    text-align: center;
  }
  .bids-header .btn-group {
    margin-bottom: 15px;
  }
}

/**/

#filtering {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  border-radius: 30px;
  padding: 20px;
  padding-bottom: 5px;
}

/**/

.bid-expired {
  transform: rotate(-10deg);
}
