/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* Hide duplicate cart icon in navigation menu */
li#Secondary_Navbar-64dd29fb21c75 a[href*="cart.php?a=view"] {
    display: none !important;
}

/* Alternative: Hide any cart icon that appears after the user dropdown button */
.user-nav li button#toggle-user + a[href*="cart.php?a=view"] {
    display: none !important;
}

/* Hide any secondary navbar cart icons to prevent duplicates */
#Secondary_Navbar li a[href*="cart.php?a=view"] {
    display: none !important;
}


/* Ensure main cart icon remains visible */
li#carticondesk {
    display: inline-block !important;
}

/* Make cart icon visible if theme options are enabled */
li#carticondesk button#cart-link {
    display: inline-block !important;
}

/* CAPTCHA Overlay Styles - WHMCS 8.11.0+ */
.captcha-overlay-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.captcha-overlay-badge-hidden {
    display: none;
}

.captcha-overlay-badge img {
    width: 60px;
    height: auto;
}

.captcha-overlay-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    z-index: 9998;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
