/*
Theme Name: Olympus child Theme
Theme URI: https://olympus.crumina.net/
Author: Crumina Team
Author URI: https://crumina.net/
Description: BuddyPress WordPress child theme.
Version: 1
Template:olympus
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olympus
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/
#invite_popup.invite-modal {
    display: none !important;
    position: fixed !important;
    z-index: 999999 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.7) !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}
form#inviteop_form {
    padding: 20px;
}
/* Center inside */
.invite-modal-inner {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    max-width: 500px !important;
    width: 90% !important;
    position: relative !important;
    animation: fadeIn .2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.invite-close {
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
    font-size: 26px !important;
    cursor: pointer !important;
}
.invite-modal {
    display:none;
    position:fixed;
    z-index:9999;
    padding-top:80px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.6);
}

.invite-modal-content {
    background:#fff;
    margin:auto;
    padding:20px;
    border-radius:8px;
    width:90%;
    max-width:450px;
    position:relative;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
}

.invite-close {
    position:absolute;
    top:10px;
    right:15px;
    font-size:22px;
    cursor:pointer;
}

.invite-submit-btn {
    background:#0073aa;
    color:#fff;
    padding:10px 15px;
    border:none;
    border-radius:4px;
    cursor:pointer;
}

.invite-submit-btn:hover {
    background:#005f8d;
}
#invite_popup.invite-modal {
    position: fixed !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.invite-modal-content {
    position: relative !important;
}
