/* .invite_code_block {
    font-family: 'TTNormsProLight';
    min-height: 465px;
    margin-bottom: 20px;
} */


button:disabled, button[disabled] {
    /* background: blue !important; */
    background-color: #afafaf !important;
} 


.grecaptcha-badge {
    visibility: hidden !important;
}

/* Remove spinner on WooCommerce checkout page */
/* .woocommerce .blockUI.blockOverlay { 
    position: relative !important;  
    display: none !important;
} */

/* Remove NMI on WooCommerce checkout page */
/* .payment_method_nmi {
    display: none !important;
    visibility: hidden !important;
} */

/* Remove STRIPE on WooCommerce checkout page */
.payment_method_stripe {
    display: none !important;
    visibility: hidden !important;
}

.marketing-tool-active {
    background-color: #2f941b !important;
}

.tooltip{
    z-index: 5000000 !important;
}

/* Better meesages  Styling */
.bpbm-search{
    display: none !important;
}
.modal-content {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between sections */
    justify-content: center;
    align-items: stretch; /* Stretch elements to fit modal width */
    position: fixed;
    top: 45%;
    left: 80%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 80%; /* Smaller modal */
    max-width: 400px; /* Set maximum width */
}

/* Modal sections */
.modal-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Textarea */
#downline_dtls_custom_msg {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}
#downline-msg-selected-user-count {
    font-weight: bold;
}

/* Buttons container */
.modal-buttons {
    display: flex;
    justify-content: space-between; /* Align buttons side by side */
    gap: 10px; /* Space between buttons */
}

/* Buttons styling */
.modal-buttons button {
    padding: 8px 15px; /* Smaller buttons */
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* Error message styling */
.error-message {
    color: red;
    font-size: 12px;
    display: none; /* Hidden by default */
}
