 /* Modern UI Button Style - Violet & Pink Theme */
 .btn-modern-ui {
    position: relative;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: var(--tm-gradient-primary, linear-gradient(131.65deg, #7C3AED 22.81%, #fe016e 101.32%));
    border: none;
    border-radius: var(--tm-radius-lg, 12px);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(131, 27, 238, 0.3);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    outline: none;
}

.btn-modern-ui::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-modern-ui:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(131, 27, 238, 0.4);
    background: var(--tm-gradient-primary, linear-gradient(131.65deg, #7C3AED 22.81%, #fe016e 101.32%));
    filter: brightness(1.1);
}

.btn-modern-ui:hover::before {
    left: 100%;
}

.btn-modern-ui:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(131, 27, 238, 0.3);
}

.btn-modern-ui:focus {
    box-shadow: 0 0 0 3px rgba(131, 27, 238, 0.25);
}

.btn-modern-ui i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btn-modern-ui:hover i {
    transform: scale(1.1);
}


.popover-header {
    background-color: #f1e4ff !important;
}

.btn-pophover {
    background: #865ed4 !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    border: none !important;
}


/*themed alert*/

.alert_msg {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, rgba(131, 27, 238, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border: 1px solid rgba(131, 27, 238, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(131, 27, 238, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.alert_msg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #7C3AED 0%, #a855f7 100%);
    border-radius: 2px;
}

.alert_msg:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(131, 27, 238, 0.15);
    border-color: rgba(131, 27, 238, 0.3);
}

.alert_icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #7C3AED 0%, #a855f7 100%);
    border-radius: 8px;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(131, 27, 238, 0.3);
}

.alert_content {
    flex: 1;
    min-width: 0;
}

.alert_title {
    font-weight: 600;
    font-size: 14px;
    color: #7C3AED;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
}

.alert_text {
    font-size: 13px;
    color: #3b3f49;
    line-height: 1.5;
    margin: 0;
}

.alert_icon {
    width: 20px;
}

.btn-save-draft {
    min-width: 150px;
    background-color: #1c293c;
    border-color: #1c293c;
    color: white;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(28, 41, 60, 0.08);
}

.btn-save-draft:hover, 
.btn-save-draft:focus, 
.btn-save-draft:active {
    background: #233554;
    border-color: #233554;
    color: #fff;
    box-shadow: 0 2px 8px rgba(28, 41, 60, 0.12);
    outline: none;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}




    .guest-info-card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 24px;
        margin: 20px 0;
        border: 1px solid #e5e7eb;
    }

    .guest-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #f3f4f6;
    }

    .guest-title {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
    }

    .guest-count-badge {
        background: #10b981;
        color: white;
        padding: 4px 12px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 500;
    }

    .guest-profile-section {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        gap: 16px;
    }

    .guest-avatar {
        flex-shrink: 0;
    }

    .avatar-circle {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #8b5cf6, #a855f7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 600;
        font-size: 20px;
    }

    .guest-details {
        flex: 1;
    }

    .guest-name {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        margin: 0 0 4px 0;
    }

    .guest-id {
        font-size: 14px;
        color: #6b7280;
        margin: 0 0 8px 0;
    }

    .primary-guest-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #dcfce7;
        color: #166534;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 500;
    }

    .guest-actions {
        flex-shrink: 0;
    }

    .action-menu-btn {
        background: none;
        border: none;
        color: #6b7280;
        font-size: 16px;
        cursor: pointer;
        padding: 8px;
        border-radius: 4px;
        transition: background-color 0.2s;
    }

    .action-menu-btn:hover {
        background: #f3f4f6;
    }

    .edit-guest-btn {
        background: none;
        border: none;
        color: #3b82f6;
        font-size: 16px;
        cursor: pointer;
        padding: 8px;
        border-radius: 4px;
        transition: background-color 0.2s;
        margin-right: 4px;
    }

    .edit-guest-btn:hover {
        background: #eff6ff;
    }

    .guest-info-sections {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .info-section {
        background: #f9fafb;
        padding: 20px;
        border-radius: 8px;
    }

    .section-title {
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        margin: 0 0 16px 0;
    }

    .passenger-stats {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .passenger-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .passenger-icon {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .adult-icon {
        color: #3b82f6;
    }

    .child-icon {
        color: #10b981;
    }

    .infant-icon {
        color: #f59e0b;
    }

    .passenger-count-text {
        font-size: 14px;
        color: #374151;
        font-weight: 500;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .contact-icon {
        color: #6b7280;
        width: 16px;
        height: 16px;
    }

    .contact-text {
        font-size: 14px;
        color: #374151;
        font-weight: 500;
    }

    .rooming-alert {
        background: #fef3c7;
        border: 1px solid #f59e0b;
        border-radius: 8px;
        padding: 12px 16px;
        margin: 20px 0;
    }

    .alert-content {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .alert-icon {
        color: #d97706;
        font-size: 16px;
    }

    .alert-text {
        color: #92400e;
        font-size: 14px;
        font-weight: 500;
    }

    .guest-card-actions {
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid #f3f4f6;
        display: flex;
        justify-content: flex-end;
    }

    .add-rooming-btn {
        background: #3b82f6;
        color: white;
        border: none;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: background-color 0.2s;
    }

    .add-rooming-btn:hover {
        background: #2563eb;
    }

    .add-rooming-btn:disabled {
        background: #9ca3af;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .add-rooming-btn:disabled:hover {
        background: #9ca3af;
    }

    .guest-actions .btn-group {
        display: inline-block;
    }

    .guest-actions .dropdown-menu {
        min-width: 200px;
    }

    .guest-actions .dropdown-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .guest-actions .dropdown-item img {
        width: 16px;
        height: 16px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .guest-info-sections {
            grid-template-columns: 1fr;
        }
        
        .guest-profile-section {
            flex-direction: column;
            text-align: center;
            gap: 12px;
        }
        
        .guest-details {
            text-align: center;
        }
    }
