.create-pickup-title,
.repetition-info-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}

.create-pickup-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}

.repetition-info-title {
  margin-bottom: 20px;
}

.pickup-table-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

.pickup-info-table td:not(:last-child),
.pickup-info-table th:not(:last-child) {
  border-right: 1px solid grey;
  border-radius: 0;
}

.pickup-table-subtitle {
  font-size: 15px;
  margin-bottom: 40px;
}

.pickups-table {
  width: calc(100% - 20px);
  font-size: 15px;
  background: white;
}

.pickup-info-table {
  width: 99%;
  border: 1px solid grey;
  border-radius: 5px;
}

.pickups-page-tabs {
  padding-bottom: 10px;
}

.tablink {
  /* background-color: #555;
    color: white; */
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  margin-right: 8px;
  border: 0;
  font-weight: 700;
  font-size: 17px;
}

.tablink:hover,
.ActiveTab {
  border-bottom: 1px solid red;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

.pickup_state_created {
  background: #fffbe5;
  border-color: #fffbe5;
  color: #ffdf00;
  /* font-size: 13px; */
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.pickup_state_in {
  background: #ffeee5;
  border-color: #ffeee5;
  color: #ff5900;
  /* font-size: 13px; */
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.pickup_state_picked {
  background: #e7f7e5;
  border-color: #e7f7e5;
  color: #15b600;
  /* font-size: 13px; */
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.pickup_state_canceled {
  color: red;
  background: #ffe5e5;
  border-color: #ffe5e5;
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.pickup-location-note {
  font-size: 16px;
  font-weight: 500;
}

.pickup-location-link {
  font-size: 17px;
  color: #0080ff;
  margin-left: 5px;
}

.signature-image {
  width: 50%;
  max-height: 50px;
  object-fit: cover;
  max-width: 100px;
}
