input#search_customer_pdf {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
}
.wrapper-filter {
    margin-bottom: 8px;
    position:relative;
}
p#searching-message {
    font-size: 14px;
}
button.btn-saveChanges {
    background: #2271b1;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    border: 1px solid #2271b1;
    border-radius: 5px;
}
.img-box img {
    border-radius: 50%;
}
ul.filter-list-holder li {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 1px solid gainsboro;
}
.results_wrapper {
    position: absolute;
    width: 50%;
    z-index: 9999;
    background: #fff;
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid gainsboro;
}

ul.filter-list-holder {
    padding: 0;
    margin: 0px;
}
.user-list-box {
    overflow: hidden;
}
.img-box {
    float: left;
}

.user-content-box {
    float: left;
    padding: 10px 10px 0px 10px;
}

.top-performer {
    width: 100%;
    overflow: hidden;
    font-size:14px;
}

.donation-box {
    border-left: 1px solid black;
}
.info-box, .donation-box {
    float: left;
    width: 50%;
    text-align:center;
}

#wp-admin-bar-connect_dashboard{
	background: #f06320;
}

#wp-admin-bar-connect_dashboard a{
	color: #fff !important;
	font-weight: 700;
}


@media screen and (max-width: 768px) {
  .jet-dynamic-table,
  .jet-dynamic-table thead,
  .jet-dynamic-table tbody,
  .jet-dynamic-table th,
  .jet-dynamic-table td,
  .jet-dynamic-table tr {
    display: block;
    width: 100%;
  }

  /* Hide header row */
  .jet-dynamic-table thead {
    display: none;
  }

  /* Each row becomes a card */
  .jet-dynamic-table tr {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  /* Each cell stacked with label on left */
  .jet-dynamic-table td {
    text-align: left;
    padding: 8px 10px;
    position: relative;
    border: none;
  }

  /* Add label dynamically from data-label attribute */
  .jet-dynamic-table td::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: capitalize;
    flex: 1;
    text-align: left;
    color: #333;
  }

  /* Make Elementor button smaller */
  .jet-dynamic-table a.elementor-button {
    padding: 6px 10px;
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  .table {
    width: 100%;
    border-collapse: collapse;
    display: block;
  }

  .table thead {
    display: none; /* Hide header on mobile */
  }

  .table tr {
    display: block;
    margin-bottom: 15px;
    background: #1c1c1c; /* dark bg since text is white */
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px;
  }

  .table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border: none !important;
    text-align: left;
    color: #fff;
    font-size: 15px;
  }

  /* Show labels dynamically using data-label */
  .table td::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    color: #bbb;
    flex: 1;
  }

  /* Make buttons fit nicely */
  .table td button {
    padding: 6px 10px;
    font-size: 14px;
    width: auto;
  }

  /* Optional: subtle shadow for row cards */
  .table tr {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}

.variation-TaxYear, .variation dt, .variation dd{
	color:#FFFFFF00 !important;
}


/* WooCommerce Cart Table Column Width Optimization */

.shop_table.cart {
  table-layout: fixed;
  width: 100%;
}

/* Remove button - minimal width for "×" */
.shop_table.cart .product-remove {
  width: 60px;
  text-align: left !important;
}

.shop_table.cart .product-remove a.remove {
  font-size: 32px !important;
  text-align:left !important;
  line-height: 1;
  font-weight: 700 !important;
}

/* Thumbnail - small square */
.shop_table.cart .product-thumbnail {
  width: 80px;
  text-align: center;
}

/* Product name - generous space for text and variations */
.shop_table.cart .product-name {
  width: auto; /* Takes remaining space */
  min-width: 250px;
}

/* Price - compact for currency values */
.shop_table.cart .product-price {
  width: 110px;
  text-align: right;
}

/* Quantity - minimal for number input */
.shop_table.cart .product-quantity {
  width: 100px;
  text-align: center;
}

/* Subtotal - moderate width for totals */
.shop_table.cart .product-subtotal {
  width: 130px;
  text-align: right;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 768px) {
  .shop_table.cart {
    table-layout: auto;
  }
  
  .shop_table.cart .product-name {
    min-width: 150px;
  }
}