/* Custom Orders Layout */
.hj_custom_orders_list {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hj_custom_order_block {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.status-new {
  background-color: #ff5722; /* Orange for new status */
}

.status-processing {
  background-color: #ffc107; /* Yellow for processing */
}

.status-completed {
  background-color: #4caf50; /* Green for completed */
}

.hj_custom_order_block h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.hj_order_meta {
  margin-bottom: 20px;
}

.hj_order_info {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 15px;
  /* border: 1px solid #e0e0e0; */
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.hj_order_meta {
  flex: 1;
  display: flex;
  text-align: left;
  font-size: 16px;
  justify-content: space-between;
}

.hj_order_actions {
  text-align: right;
}

.hj_button {
  background-color: #fff;
  border: 1px solid #5bc0de;
  padding: 10px 15px;
  margin-left: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
.hj-order-title {
  color: #5bc0de;
}

table.artwork-requests-table {
  width: 100%;
  margin-top: 3%;
}
/* .list-group-item-action:hover a {
  color: #ffffff !important;
} */
/* .list-group-item .list-group-item-action .active {
  color: #ffffff !important;
} */


.woocommerce-MyAccount-navigation .list-group {
  flex-direction:row !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group-item {
  border: none !important;
  background-color: #f9fafa;
  margin: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group-item.active {
  background-color: #f1f2f3;
}
.woocommerce-MyAccount-orders {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex !important;
  padding-left: 0% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  padding-top: 5% !important;
}
.artwork-requests-container table.artwork-requests-table td {
  border-top: 1px solid #69727d;
  border-bottom: 1px solid #69727d;
  padding: 15px 0px;
}
.artwork-requests-table .delete-button {
  padding: 5px 10px;
  font-size: 14px;
}
.artwork-requests-container table.artwork-requests-table th {
  padding: 10px 0px;
  font-weight: 500;
  font-size: 18px;
}
.hj_order_info {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 15px;
  /* border: 1px solid #ddd; */
  margin-bottom: 20px;
  background-color: #fff;
}
.hj_order_heading {
  font-weight: 700;
  color: #69727d;
  width: 40%;
  padding: 0px 15px;
}
.hj_date_heading {
  font-weight: 700;
  color: #69727d;
  width: 20%;
  padding: 0px 15px;
  /* text-align: center; */
}
.hj_total_heading {
  font-weight: 700;
  color: #69727d;
  width: 20%;
  padding: 0px 15px;
  /* text-align: end; */
}
.hj_action_heading {
  font-weight: 700;
  color: #69727d;
  width: 20%;
  padding: 0px 15px;
  /* text-align: center; */
}
/* .hj_order_meta {
  flex: 1;
  text-align: left;
} */
.hj_order_outer-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}
.hj_order_actions {
  display: grid;
  justify-content: flex-end;
  gap: 10px;
}

.hj_order_actions {
  padding: 10px 15px;

  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 30%;
}
.hj_order_width {
  width: 50%;
}
.hj_date_width {
  width: 25%;
}
.hj_total_width {
  width: 25%;
}

.hj_order_actions a.hj_button:hover {
  background-color: #fff;
  border-color: #0073aa;
}

.hj_order_actions a.hj_button:hover {
  background-color: #0073aa; /* Button hover color */
  color: #fff;
  border-color: #0073aa;
}

.hj_order_actions a.hj_help:hover,
.hj_order_actions a.hj_add_on_order:hover {
  background-color: #0073aa; /* Change color for hover */
  color: white;
  border-color: #0073aa;
}
.hj-status-bar {
  display: flex;
  margin-top: 20px;
  border-radius: 33px;
  overflow: hidden;
  border: 4px solid #000;
  min-width: 940px;
}
.hj-status-step {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-color: #2b2b2b;
  color: #fff;
  border-right: 3px solid #000;
}
.hj-status-step:first-child {
  background: linear-gradient(to right, #f09d28, #ef7e2d);
}
.hj-status-step.hj-completed {
  background: linear-gradient(to right, #f09d28, #ef7e2d);
}
.middle-image-section {
  padding: 14%;
}
.status-badge {
  padding: 6px 11px;
  border-radius: 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 5px;
  /* background: rgb(112, 112, 112); */
  width: auto;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}
.status-new {
  background: #f1c1c1;
  color: #a24545;
}
.delete-button {
  background-color: red;
  cursor: pointer;
  color: #fff;
  border: none !important;
}
.hj-art-request-title a {
  color: var(--links-normal-color, #5bc0de);
}
.hj_order_search_form input {
    padding: 6px 12px;
    width: 250px;
    margin-right: 10px;
}

.hj_order_search_form button {
    padding: 6px 12px;
    background-color: #0071a1;
    color: white;
    border: none;
    cursor: pointer;
}