.wrap .wp-heading-inline {
  font-size: 30px;
  font-weight: 500;
  color: #2d3859;
}

.wrap .wp-heading-inline + .page-title-action,
.wp-core-ui .search-box .button,
.wrap .bulkactions .button,
.orders-button {
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  background: #00b887;
  border-color: #00b887;
  color: white;
  text-align: center;
  line-height: 0;
}

.primary-button {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  background: #00b887;
  border-color: #00b887;
  color: white;
  text-align: center;
  padding: 10px;
}

.danger-button {
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  background: #ce0606;
  border-color: #ce0606;
  color: white;
  text-align: center;
  line-height: 0;
}

.order-status {
  font-weight: 500;
}

.post-type-shop_order .wp-list-table tbody .column-bosta_tracking_number {
  font-weight: bold;
  color: #2d3859;
}

.wrap .wp-list-table .manage-column span,
.wrap .widefat thead tr th,
.wrap .widefat tfoot tr th,
.tracking_title,
.timeline_title {
  color: #2d3859;
  font-size: 15px;
  font-weight: 500;
}

.timeline_title {
  font-size: 13px;
}

.wrap .widefat thead tr th span {
  text-align: center;
}

.search-box input[name="s"] {
  min-height: 34px;
}

.wp-core-ui .search-box .button {
  height: 34px;
  font-size: 15px;
}

.wc-backbone-modal.wc-order-preview .wc-backbone-modal-content {
  min-width: 75vw !important;
}

.wc-backbone-modal .order-details-table,
.wc-backbone-modal .timeline-table,
.pickups-table {
  border: 1px solid #858181;
  width: 75vw;
  border-radius: 8px;
  padding: 10px;
  margin: 10px;
}

.wc-backbone-modal .timeline-table {
  padding: 20px;
  width: 75vw;
}

.timeline-table table {
  padding-bottom: 10px;
}

.tracking {
  padding-bottom: 4px;
}

.timeline-table progress {
  width: 30px;
}

.timeline-status {
  display: flex;
  margin-bottom: 8px;
}

.timeline-status div {
  width: 100%;
}

.status_done {
  height: 8px;
  width: 8px;
  background-color: #00b887;
  border-radius: 50%;
  display: inline-block;
}

.status_done_line {
  height: 5px;
  width: 79%;
  background-color: #00b887;
  border-radius: 5px;
  display: inline-block;
}

.status_not_done_line {
  height: 5px;
  width: 79%;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
}

.status_not_done {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.timeline-next-action .next-action-label {
  font-weight: bold;
}

.table-title {
  font-size: 20px;
  padding: 0 20px;
}

.order-details-table td,
.order-details-table th,
.pickups-table td,
.pickups-table th {
  text-align: left;
  padding: 5px;
  border-radius: 8px;
}

.order-details-table tr {
  border-bottom: 1px solid #858181;
}

.order-details-table td {
  width: 25vw;
}

.order-details-table td {
  width: unset;
}

.order-details-table td,
.pickups-table th,
.pickups-table td {
  border-radius: 0;
  border-bottom: 1px solid #858181;
}

.order-details-table .last-field {
  border-bottom: none;
}

.bosta_status_search_tags {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.bosta_status_search_tags input {
  margin-right: 5px;
  border-radius: 5px;
  background-color: #858181;
  color: white;
}

.tablenav .no-pages {
  display: block !important;
}

.tracking {
  display: flex;
  flex-direction: column;
}

.subtext {
  font-size: 10px;
  color: #718096;
}

.wrap div.error-note {
  background-color: #ce0606;
  color: white;
  border-radius: 8px;
}

.wrap div.error-note p {
  font-size: 15px;
  font-weight: 400;
}

