
/* SH Auth Modals - Fullscreen overlay + glassmorphism content */
.shp-modal { display: none; position: fixed; inset: 0; z-index: 10000; }
.shp-modal .shp-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.shp-modal .shp-modal__content {
  position: fixed;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 92vw; max-width: 780px;
  background: rgba(15,15,15,0.98);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  overflow: hidden;
}
.shp-modal .shp-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.shp-modal .shp-modal__title { margin: 0; font-size: 20px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; }
.shp-modal .shp-modal__close { background: transparent; border: none; color: rgba(255,255,255,0.7); font-size: 24px; width: 32px; height: 32px; border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.shp-modal .shp-modal__close:hover { background: rgba(255,255,255,0.08); color: #fff; }
.shp-modal .shp-modal__body { padding: 20px 24px; font-size: 15px; line-height: 1.6; color: #e2e8f0; }
.shp-modal .shp-modal__footer { padding: 16px 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; gap: 10px; justify-content: flex-end; }

/* Buttons inside auth modal */
.shp-btn { appearance: none; border: none; border-radius: 12px; padding: 12px 18px; font-weight: 700; font-size: 14px; cursor: pointer; }
.shp-btn--success { background: rgba(33,150,243,0.3); border: 1px solid rgba(33,150,243,0.5); color: #fff; }
.shp-btn--success:hover { background: rgba(33,150,243,0.4); box-shadow: 0 6px 18px rgba(33,150,243,0.25); }

@media (max-width: 640px) {
  .shp-modal .shp-modal__content { height: 96vh; overflow: auto; width: 94vw; border-radius: 14px; }
  .shp-modal .shp-modal__title { font-size: 18px; }
  .shp-modal .shp-modal__body { font-size: 14px; }
}

      /* Force override password manager styles */

      /* Dropdown styling - Force override */
select,
.sh-modern-form select,
select[name="user_type"] {
   background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    
    font-size: 16px !important;
    min-height: 48px !important;
    padding: 12px 16px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Dropdown options */
select option {
   background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Custom dropdown arrow */
select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 20px !important;
}

/* Mobile specific */
@media (max-width: 768px) {
    select {
        font-size: 18px !important;
        min-height: 52px !important;
        width: 100% !important;
    }
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.4) inset !important;
    -webkit-text-fill-color: #000 !important;
   background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
}

/* Force για όλα τα input fields */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

/* Specific για glassmorphism design */
.sh-modern-form input,
.sh-modern-form textarea,
.sh-modern-form select {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
    /* The entire CSS block is MEMBERS AREA HUB territory */
    a:hover, a:focus, a:active {
      text-decoration: none;
      color: #fff!important;
    }
    #site-wrapper {
    background-color: #000!important;
    }
       /* Header με κουμπί */
       .section-header-with-action {
           display: flex;
           justify-content: space-between;
           align-items: center;
           margin-bottom: 20px !important;
           padding-bottom: 15px;
           border-bottom: 1px solid rgba(255, 255, 255, 0.15);
           flex-wrap: wrap;
           gap: 15px;
       }
       
/* Τίτλος χωρίς γραμμή */
.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    margin-bottom: 20px !important;
}

/* Κουμπί actions */
.section-actions {
    display: flex;
    gap: 10px;
    align-items: center;
        margin-bottom: 20px !important;
}




    .sh-header-auth {
        position: relative;
        display: inline-block;
    }
    
    .sh-modern-header-auth {
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        padding: 8px 16px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        transition: all 0.3s ease;
    }
    
    .sh-modern-header-auth:hover {
        background: rgba(255, 255, 255, 0.25);
        text-decoration: none;
        color: inherit;
    }
    
    .user-menu-trigger {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        padding: 6px 12px;
        color: inherit;
        border-radius:12px;
       /* background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;*/
    }
    
    .user-menu-trigger:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    
    .sh-modern-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        flex-shrink: 0;
    }
    
    .user-name {
        font-weight: 400;
        font-size: 14px;
        color: inherit;
        white-space: nowrap;
    }
    
    .user-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        min-width: 240px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        margin-top: 8px;
    }
    
    .user-dropdown.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .dropdown-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px;
        color: #a1a1a1;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        border-radius: 8px;
        margin: 4px;
    }
    
    .dropdown-item:hover {
        background: rgba(0, 115, 170, 0.1);
        color: #0073aa;
        text-decoration: none;
    }
    
    .dropdown-item.logout {
        color: #dc3545;
    }
    
    .dropdown-item.logout:hover {
        background: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }
    
    /* Profile create button - special styling */
    .dropdown-item.profile-create {
        background: linear-gradient(135deg, rgba(0, 115, 170, 0.1) 0%, rgba(0, 200, 212, 0.1) 100%);
        border: 1px solid rgba(0, 115, 170, 0.2);
        color: #0073aa;
        font-weight: 500;
    }
    
    .dropdown-item.profile-create:hover {
        background: linear-gradient(135deg, rgba(0, 115, 170, 0.2) 0%, rgba(0, 200, 212, 0.2) 100%);
        border-color: rgba(0, 115, 170, 0.4);
        color: #0073aa;
        transform: translateX(2px);
    }
    
    .dropdown-divider {
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
        margin: 8px 12px;
    }
    
    .dropdown-item svg {
        width: 18px;
        height: 18px;
    }
   
    
    /* Responsive */
    @media (max-width: 768px) {
        
        .user-name {
            display: none;
        }
        
        .user-dropdown {
            right: -10px;
        }

    
    }
    
    
/* Company Navigation Styles */

.hub-company-navigation {
  
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
}

.hub-company-navigation.hub-sticky {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0;
    background: rgba(0, 0, 0, -0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0px;
    z-index: 500;
    text-align: -webkit-center;
}

.hub-nav-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 12px 16px !important;
    max-width: fit-content;
    height: 60px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.hub-company-navigation.hub-sticky .hub-nav-items {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 8px 12px;
}

.hub-nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    min-width: fit-content;
}

.hub-nav-item i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.hub-nav-item span {
    white-space: nowrap;
}

.hub-nav-item:hover {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    text-decoration: none;
}

.hub-nav-item.hub-active {
    color: white;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hub-nav-item.hub-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(80, 227, 194, 0.3));
    border-radius: 12px;
    z-index: -1;
}

/* Sticky state adjustments */
.hub-company-navigation.hub-sticky .hub-nav-item {
    padding: 8px 12px;
    font-size: 13px;
}

.hub-company-navigation.hub-sticky .hub-nav-item i {
    width: 16px;
    height: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hub-nav-items {
       flex-wrap: wrap;
    gap: 6px;
    padding: 7px 0px 10px 10px !important;
    max-width: 95vw;
    }
    
    .hub-nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .hub-nav-item span {
        display: none;
    }
    
    .hub-nav-item i {
        width: 20px;
        height: 20px;
    }
    
    .hub-company-navigation.hub-sticky .hub-nav-item {
        padding: 6px 10px;
    }
    
    .hub-company-navigation.hub-sticky .hub-nav-item i {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .hub-nav-items {
            height: 70px;
                gap: 4px;
        padding: 7px 10px 7px 10px !important;
    }
    
    .hub-nav-item {
        padding: 6px 8px;
        border-radius: 8px;
    }
    
    .hub-nav-item i {
        width: 18px;
        height: 18px;
    }
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Add padding to body when navigation becomes sticky */
body.hub-nav-sticky {
    padding-top: 80px;
}

/* Animation for sticky transition */
.hub-company-navigation.hub-sticky {
    animation: hubSlideDown 0.3s ease-out;
}

@keyframes hubSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 🎨 SPORTSHUNTER MODERN DASHBOARD - GLASSMORPHISM EDITION v3.3 MOBILE FIXED */


/*--------------------------------------*/

.business-card-content{
        min-height: 170px;
    
}
/* ✅ NEW: Business Content Summary */
.business-content-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
       margin-bottom: 10px !important;
}

.content-type-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    padding: 4px 0;
}

.content-type-item i {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.content-type-item span {
    font-weight: 500;
}


/* ✅ NEW: Simple White Links (όχι κουμπιά) */
.btn-card-link {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.btn-card-link:hover {
    color: #4FC3F7;
    text-decoration: none;
}

.btn-card-disabled {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    cursor: not-allowed;
}

/* Update actions container για spacing */
.business-card-actions {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.business-name {
        min-height: 110px;
    line-height: 1.5;
}


/* Company Header with Logo */
.company-header-with-logo {

}

.company-header-logo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .company-header-with-logo {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .company-header-logo {
        width: 80px;
        height: 80px;
    }
}

/*--------------------------------------*/
/* Base Reset */
.sh-modern-auth *, 
.sh-modern-dashboard *, 
.sh-modern-error *, 
.sh-modern-verification *,
.sh-business-hub-container *,
.sh-modern-business-form * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Typography & Base */
.sh-modern-auth,
.sh-modern-dashboard,
.sh-modern-error,
.sh-modern-verification,
.sh-business-hub-container,
.sh-modern-business-form {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: url('https://dev.sportshunter.gr/wp-content/themes/lookforsports/img/dashboard_bg_uhd.jpg') center/cover;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
    line-height: 1.6;
    color: white;
}

/* Background Overlay */
.sh-modern-auth::before,
.sh-modern-dashboard::before,
.sh-modern-error::before,
.sh-modern-verification::before,
.sh-business-hub-container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

/* Main Dashboard Container */
.dashboard-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    min-height: calc(100vh - 200px);
}

/* Glassmorphism Base */
.welcome-hero,
.business-section,
.stat-card,
.auth-card,
.error-card-glass,
.verification-card-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.5) inset,
        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    position: relative;
    overflow: hidden;
}

/* Action Cards */
.action-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 25px;
    text-decoration: none;
    color: white;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.action-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.5) inset;
    text-decoration: none;
    color: white;
}

.action-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0073aa, #00c8d4);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.action-card:hover::before {
    transform: scaleX(1);
}

.action-card.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Welcome Hero Section */
.welcome-hero {
    padding: 40px;
    margin-bottom: 40px;
}

.welcome-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0073aa, #00c8d4, #667eea);
}

.welcome-content {

display: flex;
  gap: 20px;
  line-height: 22px;
  text-align: left !important;
  flex-direction: column-reverse;
}

.welcome-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.welcome-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    margin-bottom: 20px;
}

.user-badge-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.user-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(72, 187, 120, 0.35);
    backdrop-filter: blur(10px);
    color: #90EE90;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sh-discrete-logout {
    background: rgba(220, 53, 69, 0.3);
    border: 1px solid rgba(122, 14, 24, 0.82);
   color: rgba(122, 14, 24, 0.82);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.sh-discrete-logout:hover {
    background: rgba(220, 53, 69, 0.35);
    color: #dc3545;
    transform: translateY(-1px);
}

.welcome-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

/* Dashboard Grid */
.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    margin-bottom: 40px;
}

/* Quick Actions */
.quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    min-height: 230px;
}

.action-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0073aa, #00c8d4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

.action-card.secondary .action-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.action-card.accent .action-icon {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.action-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.action-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
}

/* Business Section */
.business-section {
    padding: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}


.count-badge {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Business Cards */
.business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.business-card {
     background: rgb(10 10 10 / 45%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.25),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.business-card:hover {
   /* transform: translateY(-4px);*/
      background: rgb(10 10 10 / 65%);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.45) inset;
}

.business-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.business-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.status-badges {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
}

.status-badge {
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 90px;
}

.status-badge.publish {
    background: rgba(72, 187, 120, 0.35);
    color: #90EE90;
}

.status-badge.draft {
    background: rgba(255, 193, 7, 0.35);
    color: #FFE135;
}

.business-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.business-actions {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

/* Whitelabel Elements */
.whitelabel-badge {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.whitelabel-domain {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 8px;
}

.domain-name {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

/* Buttons */
.btn-view {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    flex: 1;
    min-width: 120px;
    text-align: center;
    justify-content: center;
}

.btn-view:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(72, 187, 120, 0.35);
    color: white;
    text-decoration: none;
}


  
  .kataxorisi-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;

}

.kataxorisi-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
}
.btn-details {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 1px solid #4b4b4b;
  color: white;
}

.btn-details:hover {
    background: linear-gradient(165deg, #667eea 0%, #764ba2 100%);
    transform: translateY(-2px);
}

.whitelabel-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    margin-left: 8px;
}

.whitelabel-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
}

.whitelabel-activity-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    margin-top: 8px;
}

.whitelabel-activity-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
}

/* Sidebar Stats */
.sidebar-stats {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-card {
    padding: 25px;
    height: 230px;
}

.stat-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.stat-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.stat-description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(0, 115, 170, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0073aa;
}

.empty-state h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.empty-state p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
}

.limit-notice {
    background: rgba(255, 193, 7, 0.25);
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-radius: 12px;
    padding: 15px;
    color: #FFE135;
    font-size: 14px;
    backdrop-filter: blur(10px);
    margin-top: 20px;
}

/* Auth Forms */
.auth-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.5) inset;
    max-width: 500px;
    width: 100%;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.auth-header p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-bottom: 0;
}

/* Auth Tabs */
.auth-tabs {
    display: flex;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 4px;
}

.auth-tab {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
}

.auth-tab.active {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Form Elements */
.input-group-redesigned {
    margin-bottom: 20px;
}

.form-label-clean {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.input-wrapper-clean,
.select-wrapper-clean {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-wrapper-clean input,
.select-wrapper-clean select {
    width: 100%;
    padding: 15px 50px 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.input-wrapper-clean input:focus,
.select-wrapper-clean select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
    background: rgba(255, 255, 255, 0.25);
}

.input-wrapper-clean input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

/* Input Icons */
.input-icon-right {
    position: absolute;
    right: 15px;
    color: rgba(255, 255, 255, 0.65);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.toggle-password-clean {
    position: absolute;
    right: 45px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    padding: 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.toggle-password-clean:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* Checkbox */
.checkbox-group-clean {
    margin-bottom: 25px;
}

.checkbox-clean {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.checkbox-clean input[type="checkbox"] {
    display: none;
}

.checkmark-clean {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checkbox-clean input[type="checkbox"]:checked + .checkmark-clean {
    background: #0073aa;
    border-color: #0073aa;
}

.checkbox-clean input[type="checkbox"]:checked + .checkmark-clean::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.hint-clean {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Primary Button */
.auth-card .btn-primary {
    background: linear-gradient(135deg, #0073aa, #00c8d4);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 115, 170, 0.35);
}

.auth-card .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 115, 170, 0.45);
        background: linear-gradient(135deg, #0073aa, #00c8d4);
    color: white;
    text-decoration: none;
}

.auth-card .btn-primary.w-100 {
    width: 100%;
}

.auth-card .btn-loading {
    display: none;
}

.auth-card .btn-primary.loading .btn-text {
    display: none;
}

.auth-card .btn-primary.loading .btn-loading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-card .btn-loading i {
    animation: spin 1s linear infinite;
}

/* Messages */
.sh-modern-message-glass {
    padding: 18px 24px;
    border-radius: 16px;
    margin-bottom: 25px;
    display: none;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.sh-modern-message-glass.success {
    background: rgba(72, 187, 120, 0.35);
    color: #90EE90;
    border-color: rgba(40, 167, 69, 0.35);
}

.sh-modern-message-glass.error {
  background: rgba(255, 0, 24, 0.50);
  color: #edb7bb;
  border: 1px solid rgb(164, 7, 19);
}

/* Resend Success Message */
.sh-resend-success-glass {
    background: rgba(40, 167, 69, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(40, 167, 69, 0.35);
    border-radius: 12px;
    padding: 15px 20px;
    color: #90EE90;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.2);
    animation: fadeInUp 0.5s ease-out;
}

.sh-resend-success-glass i {
    width: 20px;
    height: 20px;
    color: #90EE90;
}

/* Error and Verification Cards */
.error-card-glass,
.verification-card-glass {
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 40px;
}

.error-icon-glass,
.verification-icon-glass {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    backdrop-filter: blur(10px);
}

.error-icon-glass {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

.verification-icon-glass {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8;
}

.error-card-glass h2,
.verification-card-glass h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 24px;
}

.error-card-glass p,
.verification-card-glass p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
}

.email-display-glass {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.verification-card-glass .btn-primary-glass,
.auth-card .btn-primary-glass {
    background: linear-gradient(135deg, #0073aa, #00c8d4);
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 115, 170, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.auth-card .btn-primary-glass:hover,
.verification-card-glass .btn-primary-glass:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 115, 170, 0.45);
    color: white;
    text-decoration: none;
}

.auth-card .btn-secondary-glass,
.verification-card-glass .btn-secondary-glass {
    background: rgba(108, 117, 125, 0.35);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.auth-card .btn-secondary-glass:hover,
.verification-card-glass .btn-secondary-glass:hover {
    background: rgba(108, 117, 125, 0.5);
    color: white;
    text-decoration: none;
}

.info-note-glass,
.verification-card-glass .info-note-glass {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

/* Header Auth */
.sh-modern-header-auth {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.sh-modern-header-auth:hover {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    color: inherit;
}

.sh-modern-header-logged {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sh-modern-user-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.sh-modern-user-link:hover {
    color: inherit;
    text-decoration: none;
}

.sh-modern-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sh-modern-logout {
    background: rgba(220, 53, 69, 0.15);
    border: none;
    color: #dc3545;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sh-modern-logout:hover {
    background: rgba(220, 53, 69, 0.25);
}

/* Utilities */
.auth-link {
    color: #00c8d4;
    text-decoration: none;
    font-weight: 500;
}

.auth-link:hover {
    color: #0073aa;
    text-decoration: underline;
}

.auth-footer {
    text-align: center;
    margin-top: 20px;
}

/* Support Section */
.support-section {
    margin-top: 50px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    text-align: center;
}

.support-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.support-card {
      background: rgb(10 10 10 / 45%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

/*.support-card:hover {
    transform: translateY(-5px);
      background: rgb(10 10 10 / 65%);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}*/

.support-card .action-icon,
.support-card .support-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.support-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.support-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.btn-secondary-action {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.btn-secondary-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
    color: white;
    text-decoration: none;
}

.support-link {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #e91e63, #f8bbd9);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.3);
}

.support-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.4);
    color: white;
    text-decoration: none;
}

/* Company Page Specific */
.sh-company-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.sh-company-header h2 {
    margin: 0 0 10px 0;
    color: white;
}

.sh-company-info {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.sh-back-to-dashboard {
    margin-bottom: 20px;
}

.sh-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.sh-back-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Company Details */
.company-navigation {
     display: flex;
    justify-content: space-between;
    height: 80px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    color: white;
    height: 60px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}


/* Detail sections με max-width για mobile */
.detail-section {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.detail-section:hover {
    /*transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.2);*/
}

/* Detail Items with proper horizontal alignment */
.detail-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.detail-label {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-label i {
    width: 18px;
    height: 18px;
    opacity: 0.8;
}

.detail-value {
    color: white;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    max-width: 60%;
    word-break: break-word;
}

.detail-link {
    color: #4FC3F7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-link:hover {
    color: #29B6F6;
    text-decoration: underline;
}

.status-active {
    color: #00c8d4;
    font-weight: 600;
}

.status-inactive {
    color: #FF7043;
    font-weight: 600;
}

/* Activities Section */
.activities-section {
    grid-column: 1 / -1;
}

.activities-count {
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 14px;
    margin-left: 8px;
}

/* Activities List - Responsive 4-3-2-1 layout */
.activities-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Desktop XL - 4 columns */
@media (max-width: 1400px) {
    .activities-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop - 3 columns */
@media (max-width: 1024px) {
    .activities-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile - 1 column */
@media (max-width: 640px) {
    .activities-list {
        grid-template-columns: 1fr;
    }
}

.hub-activity-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  background: rgb(10 10 10 / 45%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
    min-height: 120px;
}

.hub-activity-item:hover {
    transform: translateY(-2px);
      background: rgb(10 10 10 / 65%);
    border-color: rgba(255, 255, 255, 0.3);
}

.activity-info {
    flex: 1;
    margin-bottom: 15px;
}

.activity-title {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.activity-status {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
}

.activity-status.status-publish {
    background: rgba(76, 175, 80, 0.2);
    color: #00c8d4;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.activity-status.status-draft {
    background: rgba(255, 193, 7, 0.2);
    color: #FFC107;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.btn-activity-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: rgba(33, 150, 243, 0.2);
    border: 1px solid rgba(33, 150, 243, 0.35);
    border-radius: 8px;
    color: #2196F3;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-activity-view:hover {
    background: rgba(33, 150, 243, 0.3);
    transform: translateY(-2px);
    color: #1976D2;
    text-decoration: none;
}


/* Message Toggle Button */
.btn-toggle-message {
    background: rgba(79, 195, 247, 0.2);
    color: #4fc3f7;
    border: 1px solid rgba(79, 195, 247, 0.3);
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-toggle-message:hover {
    background: rgba(79, 195, 247, 0.3);
    transform: translateY(-1px);
}

/* Loading States */
.sh-loading {
    text-align: center;
    padding: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.sh-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}


.sh-error {
    background: rgba(220, 53, 69, 0.2);
    color: #ff6b7a;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.error-state {
    text-align: center;
    padding: 60px 20px;
}

.error-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.error-state h2 {
    color: white;
    margin-bottom: 15px;
}

.error-state p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .quick-actions {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    
    .support-grid{
    
  gap: 25px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
    
.action-card {
    min-height: 200px;
}


    .dashboard-wrapper {
        background: none;
        background-color: #0F0F0F!important;
        padding: 20px 15px 60px;
    }
    
    .welcome-hero {
        padding: 25px;
    }
    
    .welcome-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .welcome-text h1 {
        font-size: 24px;
    }
    

     .quick-actions {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));


    min-height: 230px;
}
    
    .auth-card,
    .error-card-glass,
    .verification-card-glass {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .business-grid {
        grid-template-columns: 1fr;
    }
    
    .user-badge-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    
    /* Εμφάνιση sections στο mobile */
    .detail-section {
padding: 20px;
    margin-bottom: 15px;
    max-width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
    width: calc(100vw - 30px);
    }
    
.company-status-badges {
    flex-direction: row;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
   
    .message-cell {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .message-preview,
    .message-full {
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
         .company-status-badges {
    flex-direction: row;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
    .auth-header h1 {
        font-size: 24px;
    }
    
    .auth-header p {
        font-size: 14px;
    }
    
    .input-wrapper-clean input,
    .select-wrapper-clean select {
        font-size: 16px;
    }
}

/* Mobile Extra Small (under 480px) */
@media (max-width: 480px) {
    /* Company header section responsive */
    .company-navigation {
      display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 148px !important;
    gap: 9px;  
        
    }
    .company-header-section {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .company-page-title {
        font-size: 20px;
    }
    
    /* Detail sections mobile */
    .detail-section {
      
        max-width: 90vw;
        width: 100%;
        margin: 0 auto 15px;
    }
    /*
    .sh-forms-filters {
        padding: 15px;
        margin: 15px 0;
    }*/
    
    .filter-item select {
        padding: 12px 15px;
        width: 100%;
    }
    
    .btn-clear,
    #clear-filters {
        padding: 12px 20px;
    }
    
    /* Forms cards mobile 
    .forms-table tr,
    .sh-forms-table tr,
    .form-row {
        padding: 10px;
        width: 82vw;
        margin: 0 auto;
    }*/
    
    /* ✅ Detail items mobile stack */
    .detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 15px;
    }
    
    .detail-value {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    
    /* ✅ Section title smaller on mobile 
    .section-title {
        font-size: 16px;
    }
    */
    /* Activity items proper sizing 
    .hub-activity-item {
        margin: 0 auto 15px;
        max-width: 320px;
        border-radius: 20px;
        width: 100%;
    }*/
}

/* Ultra small screens (under 390px) */
@media (max-width: 390px) {
    .detail-section {
        padding: 12px;
        border-radius: 12px;
    }
    /*
    .company-header-section {
        padding: 15px;
    }
    
    .company-page-title {
        font-size: 18px;
    }
    
    .forms-table tr,
    .sh-forms-table tr {
        padding: 8px;
        
    }*/
}


  /* ✅ CLEANED: Unified glassmorphism card base for all special pages */
  .sh-daily-limit-card-glass,
    .sh-access-required-card-glass,
    .sh-daily-limit-reached-glass,
    .sh-email-verification-required-glass,
    .sh-access-required-glass {
       background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 24px;
        padding: 40px;
        text-align: center;
        color: white;
        max-width: 600px;
        width: 100%;
        box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.3),
            0 1px 0 rgba(255, 255, 255, 0.5) inset,
            0 -1px 0 rgba(0, 0, 0, 0.1) inset;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    
    /* Specific positioning for different card types */
    .sh-daily-limit-reached-glass,
    .sh-email-verification-required-glass,
    .sh-access-required-glass {
        margin: 0 auto;
    }
    
    /* ✅ CLEANED: Unified top border animation */
    .sh-daily-limit-card-glass::before,
    .sh-access-required-card-glass::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        animation: shimmer 2s ease-in-out infinite alternate;
    }
    .sh-access-required-card-glass::before {
        background: linear-gradient(90deg, #0073aa, #00c8d4, #667eea);
    }
    /* ✅ CLEANED: Unified card titles */
    .sh-daily-limit-card-glass h2,
    .sh-access-required-card-glass h2,
    .sh-daily-limit-reached-glass h2,
    .sh-email-verification-required-glass h2,
    .sh-access-required-glass h2 {
        color: white;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 15px;
        font-family: "Poppins", sans-serif;
    }
    
    /* Smaller titles for legacy cards */
    .sh-daily-limit-reached-glass h2,
    .sh-email-verification-required-glass h2,
    .sh-access-required-glass h2 {
        font-size: 28px;
    }
    
    /* ✅ CLEANED: Unified card descriptions */
    .sh-daily-limit-card-glass p,
    .sh-access-required-card-glass p {
        color: rgba(255, 255, 255, 0.85);
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    
    /* ✅ CLEANED: Unified info boxes */
    .sh-daily-limit-info-box-glass,
    .sh-access-required-info-glass,
    .sh-daily-limit-tip-glass,
    .sh-limit-info-glass,
    .sh-limit-tip-glass,
    .sh-access-info-glass {
        /*backdrop-filter: blur(15px);*/
        border-radius: 16px;
        padding: 25px;
        margin: 30px 0;
        text-align: left;
        background-color: #0000003b;
    }

       /* ✅ CLEANED: Unified primary button styling */
       .sh-btn-primary-glass,
    .sh-btn-member-area-glass,
    .sh-btn-verify-glass,
    .sh-btn-login-glass {
        background: linear-gradient(135deg, #0073aa, #00c8d4);
        color: white;
        padding: 15px 30px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 25px rgba(0, 115, 170, 0.35);
        border: none;
        cursor: pointer;
    }
    
    .sh-btn-primary-glass:hover,
    .sh-btn-member-area-glass:hover,
    .sh-btn-verify-glass:hover,
    .sh-btn-login-glass:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 40px rgba(0, 115, 170, 0.45);
        
        color: white;
        text-decoration: none;
    }
    /* ✅ CLEANED: Unified top border animation */
    .sh-daily-limit-card-glass::before,
    .sh-access-required-card-glass::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        animation: shimmer 2s ease-in-out infinite alternate;
    }
    
    .sh-daily-limit-card-glass::before {
        background: linear-gradient(90deg, #FF6B6B, #FFE66D, #4ECDC4);
    }
    
    .sh-access-required-card-glass::before {
        background: linear-gradient(90deg, #0073aa, #00c8d4, #667eea);
    }
    
    @keyframes shimmer {
        0% { opacity: 0.8; }
        100% { opacity: 1; }
    }
    
    /* ✅ CLEANED: Unified icon styling */
    .sh-daily-limit-icon-glass,
    .sh-access-required-icon-glass,
    .sh-limit-icon-glass,
    .sh-verification-icon-glass,
    .sh-access-icon-glass {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        border-radius: 50%;
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        animation: pulse 2s ease-in-out infinite;
    }
          /* ✅ CLEANED: Unified action button containers */
    .sh-daily-limit-actions-glass,
    .sh-access-required-actions-glass,
    .sh-limit-actions,
    .sh-verification-actions,
    .sh-access-actions {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin: 30px 0;
        flex-wrap: wrap;
    }  
    /* ✅ CLEANED: Unified info box titles */
    .sh-daily-limit-tip-glass h3,
    .sh-access-required-info-glass h3,
    .sh-limit-tip-glass h3,
    .sh-access-info-glass h3 {
        color: #90EE90;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        text-align: center;
        justify-content: center;
    }
    .alert-icon {
            display: inline-block;
            animation: pulse 2s ease-in-out infinite;
            margin-right: 8px;
        }
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        

    .sh-daily-limit-tip-glass li,
    .sh-access-required-info-glass li,
    .sh-limit-tip-glass li,
    .sh-access-info-glass li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 15px;
        line-height: 1.5;
    }
    .info-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #0d47a1;
            font-size: 15px;
            font-weight: 500;
        }
        .info-item:last-child {
            margin-bottom: 0;
        }
        .info-icon {
            background: #2196f3;
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            flex-shrink: 0;
        }
    .sh-daily-limit-tip-glass h3 i,
    .sh-access-required-info-glass h3 i {
        width: 24px;
        height: 24px;
        color: #90EE90;
    }
    
    /* ✅ CLEANED: Unified info box lists */
    .sh-daily-limit-tip-glass ul,
    .sh-access-required-info-glass ul,
    .sh-limit-tip-glass ul,
    .sh-access-info-glass ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    /* Icon-specific colors */
    .sh-daily-limit-icon-glass {
        background: rgba(255, 107, 107, 0.25);
        border: 1px solid rgba(255, 107, 107, 0.35);
        color: #FF6B6B;
    }
    
    .sh-access-required-icon-glass {
        background: rgba(0, 115, 170, 0.25);
        border: 1px solid rgba(0, 115, 170, 0.35);
        color: #0073aa;
    }
    
    /* Legacy icon sizes */
    .sh-limit-icon-glass,
    .sh-verification-icon-glass,
    .sh-access-icon-glass {
        font-size: 60px;
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        border: none;
        animation: none;
    }
    
    /* ✅ CLEANED: Unified secondary button styling */
    .sh-btn-secondary-glass,
    .sh-btn-home-secondary-glass {
        background: rgba(108, 117, 125, 0.35);
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.35);
        padding: 15px 30px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
   min-width: 236px;
    }
    
    .sh-btn-secondary-glass:hover,
    .sh-btn-home-secondary-glass:hover {
        background: rgba(108, 117, 125, 0.5);
        color: white;
        text-decoration: none;
        transform: translateY(-1px);
    }

        /* Responsive Design */
        @media (max-width: 768px) {
            /* ✅ CLEANED: Unified mobile card styling */
        .sh-daily-limit-card-glass,
        .sh-access-required-card-glass {
            padding: 30px 20px;
            margin: 20px;
        }
        
        .sh-daily-limit-card-glass h2,
        .sh-access-required-card-glass h2 {
            font-size: 24px;
        }
        
        .sh-daily-limit-card-glass p,
        .sh-access-required-card-glass p {
            font-size: 16px;
        }
        
        .sh-daily-limit-icon-glass,
        .sh-access-required-icon-glass {
            width: 80px;
            height: 80px;
            font-size: 36px;
        }
    }

/* 🔗 BOOKNETIC INTEGRATION: Smart Registration Styles */
.booknetic-info-box {
    background: rgba(33, 150, 243, 0.15);
    border: 1px solid rgba(33, 150, 243, 0.3);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    backdrop-filter: blur(10px);
    animation: slideInDown 0.3s ease-out;
}

.booknetic-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.booknetic-text h4 {
    color: #2196F3;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    font-family: 'Poppins', sans-serif;
}

.booknetic-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

/* Booknetic password section animation */
#booknetic-password-section {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced message styling for info type */
.sh-modern-message-glass.info,
#sh-modern-message.info {
    background: rgba(33, 150, 243, 0.2);
    border: 1px solid rgba(33, 150, 243, 0.4);
    color: #ffffff;
}

/* Mobile responsive for Booknetic info box */
@media (max-width: 768px) {
    .booknetic-info-box {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .booknetic-icon {
        align-self: center;
        margin-top: 0;
    }
    
    .booknetic-text h4 {
        font-size: 15px;
    }
    
    .booknetic-text p {
        font-size: 13px;
    }
}

/* 🔗 BOOKNETIC INTEGRATION: Email-First UI Enhancements */
.email-checking {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: #2196F3;
    animation: spin 1s linear infinite;
}

.booknetic-account-section {
    margin-top: 20px;
    animation: slideInDown 0.4s ease-out;
}

.booknetic-details-section {
    margin-top: 16px;
    animation: fadeInUp 0.3s ease-out;
}

.booknetic-details-box {
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(10px);
}

.booknetic-details-box h4 {
    color: #00c8d4;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    font-family: 'Poppins', sans-serif;
}

.booknetic-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.btn-link-clean {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    transition: color 0.3s ease;
}

.btn-link-clean:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Hide/show animations for form sections */
#normal-registration-fields {
    transition: all 0.3s ease;
}

#normal-registration-fields.hidden {
    display: none !important;
}

/* Booknetic user info styling */
#booknetic-user-info {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

#booknetic-user-info strong {
    color: #00c8d4;
    font-weight: 600;
}

/* Email checking indicator animation */
@keyframes spin {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

/* 🔒 LOCKED FIELDS STYLING */
.input-group-redesigned.locked {
    position: relative;
}

.input-group-redesigned.locked input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.input-group-redesigned.locked input:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.lock-icon {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    width: 16px;
    height: 16px;
}

/* LINK BUTTON STYLING (like forgot password) */
.link-button {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-family: inherit;
    transition: color 0.3s ease;
}

.link-button:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.forgot-password-link {
    text-align: center;
    margin-top: 16px;
}

/* BOOKNETIC DATA BOX */
.booknetic-data-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.4s ease-out;
}

.booknetic-data-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* CHECKBOX GROUP REDESIGNED */
.checkbox-group-redesigned {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.checkbox-group-redesigned input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #00c8d4;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-group-redesigned label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
}

.checkbox-group-redesigned .terms-link,
.checkbox-group-redesigned .privacy-link {
    color: #00c8d4;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.checkbox-group-redesigned .terms-link:hover,
.checkbox-group-redesigned .privacy-link:hover {
    color: #42A5F5;
    text-decoration: none;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
    .booknetic-data-box {
        padding: 20px;
    }
    
    .booknetic-data-box h4 {
        font-size: 16px;
    }
    
    .checkbox-group-redesigned {
        padding: 12px;
        gap: 10px;
    }
    
    .checkbox-group-redesigned label {
        font-size: 13px;
    }
}
 
/* Info Messages - Γαλάζιο για notifications */
.sh-modern-message-glass.info {
    background: linear-gradient(135deg, rgba(0, 115, 170, 0.15), rgba(0, 200, 212, 0.1));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 115, 170, 0.3);
    color: #0073aa;
    box-shadow: 0 8px 32px rgba(0, 115, 170, 0.2);
}

.sh-modern-message.info {
    background: linear-gradient(135deg, #d1ecf1, #c3e6fb);
    border: 1px solid #bee5eb;
    color: #0c5460;
}
p.info{
  background: rgba(33, 150, 243, 0.2);border: 1px solid rgba(33, 150, 243, 0.4);color: #ffffff;padding: 20px;border-radius: 20px;margin: 20px 0;

}