body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.no-access-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.logo-relationship-container {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    border: 2px solid #e9ecef;
}

.propverse-logo-container,
.whatsapp-logo-container {
    text-align: center;
}

.propverse-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
}

.whatsapp-icon-small {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.whatsapp-icon-small i {
    font-size: 40px;
    color: white;
}

.logo-label {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.arrow-connection {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 1rem;
}

.arrow-line {
    width: 40px;
    height: 2px;
    background: #dc3545;
    position: relative;
}

.arrow-cross {
    background: #dc3545;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 -1px;
    z-index: 2;
}

.relationship-text {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-style: italic;
}

.whatsapp-icon-container {
    position: relative;
    display: inline-block;
}

.whatsapp-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.whatsapp-icon i {
    font-size: 60px;
    color: white;
}

.access-denied-overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
}

.access-denied-overlay i {
    font-size: 24px;
    color: white;
}

.access-denied-title {
    color: #333;
    font-weight: 600;
    font-size: 2rem;
}

.access-denied-message {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

.access-denied-actions {
    margin: 2rem 0;
}

/* User Not Found Styles */
.user-not-found-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
}

.user-icon-container {
    position: relative;
    display: inline-block;
}

.user-icon-wrapper {
    position: relative;
    display: inline-block;
}

.user-icon-background {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #6c757d, #495057);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user-icon-background i {
    font-size: 45px;
    color: white;
}

.search-overlay {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 35px;
    height: 35px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.search-overlay i {
    font-size: 16px;
    color: #212529;
}

.user-not-found-title {
    color: #495057;
    font-weight: 600;
    font-size: 2rem;
}

.user-not-found-message {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

.user-not-found-actions {
    margin: 2rem 0;
}

/* WhatsApp Not Configured Styles */
.whatsapp-not-configured-container {
    max-width: 550px;
    margin: 0 auto;
    padding: 2rem;
}

.config-icon-container {
    position: relative;
    display: inline-block;
}

.config-icon-wrapper {
    position: relative;
    display: inline-block;
}

.whatsapp-config-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.7;
}

.whatsapp-config-icon i {
    font-size: 45px;
    color: white;
}

.config-warning-overlay {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.config-warning-overlay i {
    font-size: 18px;
    color: #212529;
}

.config-title {
    color: #495057;
    font-weight: 600;
    font-size: 2rem;
}

.config-message {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 450px;
    margin: 0 auto;
}

.config-actions {
    margin: 2rem 0;
}

/* No Logout Access Styles */
.no-logout-access-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
}

.logout-restriction-icon-container {
    position: relative;
    display: inline-block;
}

.logout-restriction-icon-wrapper {
    position: relative;
    display: inline-block;
}

.logout-restriction-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #6c757d, #495057);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.8;
}

.logout-restriction-icon i {
    font-size: 45px;
    color: white;
}

.restriction-overlay {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.restriction-overlay i {
    font-size: 18px;
    color: white;
}

.no-logout-title {
    color: #495057;
    font-weight: 600;
    font-size: 2rem;
}

.no-logout-message {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 450px;
    margin: 0 auto;
}

.no-logout-actions {
    margin: 2rem 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .no-access-container {
        padding: 1rem;
    }
    
    .logo-relationship-container {
        padding: 1.5rem;
    }
    
    .logo-relationship-container .d-flex {
        flex-direction: column;
        gap: 1.5rem !important;
    }
    
    .arrow-connection {
        transform: rotate(90deg);
        margin: 0;
    }
    
    .propverse-logo,
    .whatsapp-icon-small {
        width: 60px;
        height: 60px;
    }
    
    .whatsapp-icon-small i {
        font-size: 30px;
    }
    
    .whatsapp-icon {
        width: 100px;
        height: 100px;
    }
    .whatsapp-icon i {
        font-size: 50px;
    }
    .access-denied-title {
        font-size: 1.5rem;
    }
    .access-denied-message {
        font-size: 1rem;
    }
    
    .user-not-found-container {
        padding: 1rem;
    }
    
    .user-icon-background {
        width: 80px;
        height: 80px;
    }
    
    .user-icon-background i {
        font-size: 35px;
    }
    
    .search-overlay {
        width: 30px;
        height: 30px;
    }
    
    .search-overlay i {
        font-size: 14px;
    }
    
    .user-not-found-title {
        font-size: 1.5rem;
    }
    
    .user-not-found-message {
        font-size: 1rem;
    }
    
    .user-not-found-actions {
        margin: 1rem 0;
    }
    
    .user-not-found-actions .btn {
        margin: 0.25rem 0;
    }
    
    .whatsapp-not-configured-container {
        padding: 1rem;
    }
    
    .whatsapp-config-icon {
        width: 80px;
        height: 80px;
    }
    
    .whatsapp-config-icon i {
        font-size: 35px;
    }
    
    .config-warning-overlay {
        width: 35px;
        height: 35px;
    }
    
    .config-warning-overlay i {
        font-size: 16px;
    }
    
    .config-title {
        font-size: 1.5rem;
    }
    
    .config-message {
        font-size: 1rem;
    }
    
    .config-actions .btn {
        margin: 0.25rem 0;
    }
    
    .no-logout-access-container {
        padding: 1rem;
    }
    
    .logout-restriction-icon {
        width: 80px;
        height: 80px;
    }
    
    .logout-restriction-icon i {
        font-size: 35px;
    }
    
    .restriction-overlay {
        width: 35px;
        height: 35px;
    }
    
    .restriction-overlay i {
        font-size: 16px;
    }
    
    .no-logout-title {
        font-size: 1.5rem;
    }
    
    .no-logout-message {
        font-size: 1rem;
    }
    
    .no-logout-actions .btn {
        margin: 0.25rem 0;
    }
}

/* ...existing code... */