/* Add (Pro) label to specific menu items */
ul.wp-submenu a[href*="wwp_wholesale_reports"]::after,
ul.wp-submenu a[href*="wwp-bulk-wholesale-pricing"]::after,
ul.wp-submenu a[href*="wwp-import-url-feature"]::after,
ul.wp-submenu a[href*="invoices_rule"]::after{
    content: "(Pro)";
    display: inline-block;
    position: relative;
    color: #D63638;
    font-weight: bold;
    margin-left: 5px;
}


textarea#woocommerce_ipgw_invoice_gateway_description {
    width: 445px;
}

textarea#woocommerce_ipgw_invoice_gateway_instructions {
    width: 445px;
}

input#woocommerce_ipgw_invoice_gateway_title {
    width: 445px;
}


/************************************ Slider **************************************/
.sidebar-guarantee {
    display: flex;
    font-size: 14px;
    color: #333;
    background: #F9DBAA;
    max-width: 530px;
    width: 98%;
    border-radius: 4px;
    border: 1px solid #F9DBAA;
      margin-top: 15px;
    margin-bottom: 15px;
}


.header h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.header h1 span {
    color: #ff8c00;
}

.guarantee-item {
    display: flex;
    border-radius: 5px;
    align-items: center;
}

span.guarantee-item svg {
    margin-right: 8px;
}

.features {
   display: grid;
    /* display: ruby-text; */
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #333;
}

.features li {
    margin: 10px 0;
    /* display: flex; */
    align-items: center;
    font-size: 13px;
}

.features li::before {
    content: '✔';
    color: #E6A53A;
    margin-right: 10px;
}
.ipgw-sidebar {
    position: absolute;
    width: 30%;
    height: 44%;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(159deg, rgba(255, 255, 255, 1) 0%, rgb(253 182 66 / 23%) 58%, rgba(255, 255, 255, 1) 100%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 22%;
    left: 65%;
  z-index: 9;
}

@media only screen and (max-width: 940px) {
  .ipgw-sidebar {
    display: none;
  }
}

/************************************ Popup **************************************/
.quote-popup {
   position: fixed;
    max-width: 638px;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(159deg, rgba(255, 255, 255, 1) 0%, rgb(253 182 66 / 23%) 58%, rgba(255, 255, 255, 1) 100%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;

}

a.quote-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #2D3748;
    cursor: pointer;
}

.quote-popup .header {
    margin-bottom: 20px;
}

.quote-icon {
    width: 70px;
    margin-right: 10px;
}

p.more {
    font-size: 12px;
    margin-bottom: 20px;
}

.header h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.header h1 span {
    color: #ff8c00;
}

.popup-guarantee {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    background: #F9DBAA;
    max-width: 530px;
    width: 100%;
    margin: 15px 1px;
    border-radius: 4px;
    border: 1px solid #F9DBAA;
}

.guarantee-item {
    display: flex;
    padding: 5px 10px;
    border-radius: 5px;
    align-items: center;
}

span.guarantee-item svg {
    margin-right: 8px;
}

.features {
    /* display: ruby-text; */
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #333;
}

.features li {
    margin: 10px 0;
    /* display: flex; */
    align-items: center;
    font-size: 13px;
}

.features li::before {
    content: '✔';
    color: #E6A53A;
    margin-right: 10px;
}

.popup-btn {
    text-decoration: none;
    background: #FDB642;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    transition: background 0.3s;
}

.popup-btn:hover {
    background: #ff6f00;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #636363;
    opacity: 0.5;
    z-index: 9; /* Increased to sit above most elements */
}
