/* --- OVERLAY AND POPUP (Shared Styles) --- */

/* Full-screen overlay */
#cufp-popup-overlay, #cufp-activators-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999; /* On top of everything */
    overflow-y: auto;
}

/* Form Container for Profile Form */
#cufp-popup-content {
    background: #fff;
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Form Container for Activators Form */
#cufp-activators-content {
    background: #fff;
    width: 80%;
    max-width: 800px; /* Wider for more content */
    margin: 50px auto;
    padding: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Close buttons */
#cufp-close-btn, #cufp-activators-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* --- FORM FIELDS (Shared Styles) --- */
#cufp-profile-form input[type="text"],
#cufp-profile-form input[type="tel"],
#cufp-activators-form input[type="text"],
#cufp-activators-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#cufp-profile-form label,
#cufp-activators-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#cufp-profile-form button[type="submit"],
#cufp-activators-form button[type="submit"] {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

/* --- ACTIVATORS SPECIFIC STYLES --- */
.activator-fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.activator-fieldset legend {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 10px;
}
#cufp-activators-form textarea {
    min-height: 100px;
    margin-bottom: 10px;
}

.custom-logout-button {
    border-radius: 50%;
    background-color: #3dafe1;
    color: #fff;
    padding: 17px 5px;
    border: white 2px solid;
    text-transform:  uppercase;
}
#mega-menu-wrap-primary {
    background-color: transparent!important;

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
    padding: 10px!important;
    margin: 3px;
    border: white 2px solid!important;
    background-color: #1b7f96!important;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 20px !important;
    border-radius: 0 !important;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        flex-direction: row !important;
    }
}
.activator-download-box span{
    display: inline-block;
}
.activator-download-box {
    text-align: right;
}
.activator-download-box span a{
    display: inline-block;
    width: auto;
}
