.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    z-index: 9999;
}
ul.custom-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

span.page-numbers {
    display: inline-block;
    position: relative;
    border-radius: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(125,125,125,0.1);
    box-shadow: 0 0 1px #c2c2c2;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: 0.025em;
    cursor: pointer;
    color: #252525;
    box-shadow: none;
    font-size: 18px;
    padding: 0;
    min-width: 48px;
    line-height: 48px;
    height: 48px;
    max-height: 48px;
    text-align: center;
    border-radius: 48px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 48px;
}

/* .hubhood-hero-types-container .hubhood-hero-categories-wrapper, .hubhood-hero-types-container .hubhood-hero-categories-wrapper .simplebar-wrapper, .hubhood-hero-footer-design-2 .hubhood-hero-terms-wrapper .hubhood-hero-types-container .hubhood-hero-categories-inner {
    display: block !important;
} */

.hubhood-hero-types-container ~ .hubhood-map-listings-sidebar .hubhood-map-listings-sidebar-inner {
    padding-top: 0px;
}

/* Spinner when .active */
.hubhood-terms-inner.active {
    position: relative;
    min-height: 200px; /* adjust depending on your content */
}

.hubhood-terms-inner.active::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 46%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ccc;
    border-top-color: rgb(254, 204, 7); /* Spinner Color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 999;
}

/* Optional: add a semi-transparent background when loading */
.hubhood-terms-inner.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 998;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.aj .form-check-label {
    transition: all 0.2s ease-in-out;
    background: transparent;
}
.aj .form-check-label:hover{
    background: rgb(254, 204, 7);
    border-color: white;
    color: black;
}
.aj .form-check-input:checked + span {
    color: rgb(254, 204, 7);
}
.aj input.form-check-input {
    width: 0;
    opacity: 0;
}


/* Loader overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 90%);
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* When .active is added, show it */
#loader.active {
  display: flex;
}

/* The spinner itself */
#loader .spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ddd;
  border-top-color: rgb(254, 204, 7);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Keyframes for spinning */
@keyframes spin {
  to { transform: rotate(360deg); }
}

.single .hubhood-hero-slider{
    position: absolute !important;
}


.badge.expired-badge {
    background-color: #e74c3c;
    color: white;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
    position: absolute;
    top: 12px;
    left: 25px;
    z-index: 999;
}

/* ---------------- WoooCommerce Customization ---------------------------------------------- */

.wc-block-components-order-summary-item__image {
    display: none !important;
}

.wc-block-components-product-metadata {
    display: none !important;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    margin-top: 0px !important;
}

/* Woocommerce Checkout Page --------------------------------------------------------------- */

fieldset#contact-fields
 {
    margin: 0;
}
.wp-block-woocommerce-checkout-shipping-method-block,.wp-block-woocommerce-checkout-pickup-options-block {
    display: none;
}
.wc-stripe-blocks-payment-method-content iframe {
    height: 220px !important;
}
svg#Layer_1 {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset#payment-method {
    margin: 0;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    padding: 0;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    margin: 0;
    padding: 0;
}
.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected.wc-block-components-radio-control--highlight-checked--last-selected.disable-radio-control {
    margin-top: 45px;
}

a.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.9);
}

#custom-lightbox img {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}

#custom-lightbox .close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}