:root {
    /* Primary Colors */
    --primary-dark: #343346;
    --primary-light: #4a4a6a;
    --secondary-dark: #463346;
    --secondary-light: #6a4a5a;
    --background-dark: #2a2a36;
    --background-light: #f5f5f7;

    /* Text Colors */
    --text-light: #f2f2f2;
    --text-dark: #333333;
    --text-muted: #888888;
    --text-white: #ffffff;

    /* Accent Colors */
    --accent-success: #4CAF50;
    --accent-warning: #ff9800;
    --accent-danger: #f44336;
    --accent-info: #2196F3;
    --accent-primary: #3f51b5;
    --accent-secondary: #673ab7;

    /* UI Colors */
    --ui-light-bg: rgba(255, 255, 255, 0.1);
    --ui-lighter-bg: rgba(255, 255, 255, 0.2);
    --ui-lightest-bg: rgba(255, 255, 255, 0.05);
    --ui-dark-bg: rgba(0, 0, 0, 0.1);
    --ui-darker-bg: rgba(0, 0, 0, 0.2);
    --ui-border-light: #e0e0e0;
    --ui-border-dark: #ccc;
    --ui-shadow-color: rgba(0, 0, 0, 0.1);
    --ui-shadow-color-darker: rgba(0, 0, 0, 0.15);
    --ui-focus-shadow: rgba(0, 123, 255, 0.25);

    /* Alert Colors */
    --alert-success-bg: #dff0d8;
    --alert-success-text: #3c763d;
    --alert-success-border: #d6e9c6;
    --alert-danger-bg: #f2dede;
    --alert-danger-text: #a94442;
    --alert-danger-border: #ebccd1;
    --alert-warning-bg: #fcf8e3;
    --alert-warning-text: #8a6d3b;
    --alert-warning-border: #faebcc;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 3rem;

    /* Border Radius */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    --border-radius-xl: 16px;
    --border-radius-pill: 50px;

    /* Shadows */
    --shadow-sm: 0 2px 4px var(--ui-shadow-color);
    --shadow-md: 0 4px 8px var(--ui-shadow-color);
    --shadow-lg: 0 8px 16px var(--ui-shadow-color);
    --shadow-xl: 0 12px 24px var(--ui-shadow-color-darker);
    --shadow-inner: inset 0 2px 4px var(--ui-shadow-color);
    --shadow-focus: 0 0 0 3px var(--ui-focus-shadow);

    /* Card Colors */
    --card-bg: #ffffff;
    --card-border: #e0e0e0;
    --card-header-bg: linear-gradient(135deg, var(--secondary-dark), var(--primary-dark));
    --card-header-text: var(--text-light);
    --card-footer-bg: rgba(0, 0, 0, 0.03);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

body {
    margin: 0;
    background-color: var(--background-dark);
    background-image: linear-gradient(to bottom, rgba(42, 42, 54, 0.95), rgba(42, 42, 54, 0.95)), 
                      url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2346333c' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: var(--text-light);
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

/* Navigation Styles */
.navbar, .navbar-dark, .modern-navbar {
    box-shadow: var(--shadow-sm);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.navbar-dark {
    background-color: var(--secondary-dark);
}

.modern-navbar {
    background: linear-gradient(135deg, var(--secondary-dark) 0%, var(--primary-dark) 100%);
    box-shadow: var(--shadow-md);
    padding: 0.75rem 1.5rem;
}

.navbar-brand {
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: translateY(-2px);
}

.logo-image {
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.brand-text {
    margin-left: 0.75rem;
    font-weight: 600;
    background: linear-gradient(90deg, var(--text-white), var(--ui-border-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px var(--ui-shadow-color);
}

.modern-toggler, .admin-dropdown-toggle, .user-dropdown-toggle {
    border: none;
    background: var(--ui-light-bg);
    border-radius: var(--border-radius-md);
    padding: 0.5rem 0.75rem;
    transition: all 0.3s ease;
}

.modern-toggler:hover, .admin-dropdown-toggle:hover, .user-dropdown-toggle:hover {
    background: var(--ui-lighter-bg);
    transform: translateY(-2px);
}

.nav-group {
    margin-right: 1.5rem;
    position: relative;
}

.nav-group:after {
    content: '';
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background: var(--ui-light-bg);
    display: none;
}

@media (min-width: 992px) {
    .nav-group:after {
        display: block;
    }
}

.nav-link {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    border-radius: var(--border-radius-md);
}

.nav-link:hover {
    background: var(--ui-light-bg);
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: var(--text-white);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover:after {
    width: 80%;
}

/* Dropdown styles */
.dropdown-menu, .modern-dropdown {
    border: none;
    box-shadow: var(--shadow-md);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    margin-top: 0.5rem;
    animation: fadeIn 0.3s ease;
    background-color: var(--text-white);
    padding: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius-sm);
    transition: all 0.2s ease;
    margin-bottom: 0.25rem;
}

.dropdown-item:hover {
    background-color: var(--ui-dark-bg);
    transform: translateX(5px);
}

.dropdown-divider {
    margin: 0.5rem 0;
    opacity: 0.1;
}


/* Profile photo styles */
.profile-photo, .profile-photo-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ui-light-bg);
    box-shadow: 0 2px 8px var(--ui-shadow-color-darker);
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-photo-placeholder {
    font-size: 18px;
}

.username-text {
    font-weight: 500;
}

/* Mobile navigation styles */
.mobile-nav-container {
    margin-top: 1.5rem;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background-color: var(--ui-lightest-bg);
}

.mobile-nav-tabs {
    display: flex;
    justify-content: space-between;
    background-color: var(--ui-darker-bg);
}

.mobile-nav-tab {
    flex: 1;
    background: none;
    border: none;
    color: var(--text-light);
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.mobile-nav-tab i {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.mobile-nav-tab.active {
    background-color: var(--ui-light-bg);
    opacity: 1;
}

.mobile-nav-content {
    padding: 1rem;
}

.mobile-nav-pane {
    display: none;
}

.mobile-nav-pane.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: var(--text-light);
    text-decoration: none;
    border-radius: var(--border-radius-md);
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    background-color: var(--ui-lightest-bg);
}

.mobile-nav-link:hover {
    background-color: var(--ui-light-bg);
    transform: translateX(5px);
    color: var(--text-white);
}

.mobile-nav-link i {
    margin-right: 1rem;
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
}

.mobile-nav-divider {
    height: 1px;
    background-color: var(--ui-light-bg);
    margin: 0.75rem 0;
}

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

/* Card header styles (moved from navigation section) */
.card-header {
    color: var(--card-header-text);
    background: var(--card-header-bg);
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--card-border);
    border-top-left-radius: calc(var(--border-radius-md) - 1px);
    border-top-right-radius: calc(var(--border-radius-md) - 1px);
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background-color: var(--ui-darker-bg);
        border-radius: var(--border-radius-md);
    }

    .navbar-nav {
        padding: 0.5rem 0;
    }

    .dropdown-menu {
        background-color: var(--ui-dark-bg);
        border: none;
        margin-top: 0.5rem;
    }

    .dropdown-item {
        color: var(--text-light);
    }

    .dropdown-item:hover {
        background-color: var(--ui-light-bg);
        color: var(--text-white);
    }

    .nav-link {
        padding: 0.75rem 1rem;
        margin-bottom: 0.25rem;
    }
}

/* Event List Styles */
.events-container {
    margin: 20px;
    padding: 20px;
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius-md);
    background-color: var(--background-light);
    color: var(--text-dark);
    box-shadow: var(--shadow-md);
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.admin-form .form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(200, 200, 220, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.admin-form .form-control:focus {
    border-color: var(--accent-info);
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.15);
    background-color: #fff;
}

.admin-form label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    color: var(--primary-dark);
}

.admin-form .btn {
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 0.5rem;
}

.admin-form .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.admin-form .btn i {
    margin-right: 0.5rem;
}

.inline-form {
    display: inline;
}

.event-creator {
    margin-top: 10px;
    font-size: 0.9em;
    color: var(--text-muted);
}

.event-item {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius-md);
    background-color: var(--card-bg);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.event-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-sm);
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid var(--ui-dark-bg);
}

.event-time {
    color: var(--text-muted);
    font-size: 0.9em;
}

.event-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-actions {
    margin-top: var(--spacing-lg);
    padding: var(--spacing-md);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius-md);
    background-color: var(--ui-dark-bg);
    box-shadow: var(--shadow-sm);
}

/* Alert Styles */
@keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
    animation: slideDown 0.3s ease forwards;
    display: flex;
    align-items: center;
    border-left-width: 4px;
}

.alert i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.alert-success {
    color: var(--alert-success-text);
    background-color: var(--alert-success-bg);
    border-color: var(--alert-success-border);
    border-left-color: var(--accent-success);
}

.alert-danger {
    color: var(--alert-danger-text);
    background-color: var(--alert-danger-bg);
    border-color: var(--alert-danger-border);
    border-left-color: var(--accent-danger);
}

.alert-warning {
    color: var(--alert-warning-text);
    background-color: var(--alert-warning-bg);
    border-color: var(--alert-warning-border);
    border-left-color: var(--accent-warning);
}

.alert-modern {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 16px 20px;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 10px 25px var(--ui-shadow-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    max-width: 90%;
    animation: slideDown 0.4s ease forwards, pulse 2s infinite;
    backdrop-filter: blur(10px);
    border: none;
}

.alert-modern-cancel {
    background: linear-gradient(135deg, var(--accent-warning), var(--accent-danger));
    color: var(--text-white);
}

.alert-modern-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.alert-modern-icon {
    margin-right: var(--spacing-md);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--ui-lighter-bg);
    border-radius: 50%;
}

.alert-modern-text {
    flex: 1;
}

.alert-modern-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
}

.alert-modern-message {
    font-size: 14px;
    opacity: 0.9;
}

.alert-modern-close {
    background: none;
    border: none;
    color: var(--text-white);
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0;
    margin-left: var(--spacing-md);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.alert-modern-close:hover {
    opacity: 1;
}

@media (max-width: 576px) {
    .alert-modern {
        width: 90%;
        max-width: none;
        top: 10px;
    }

    .alert-modern-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}

.topnav {
    overflow: hidden;
    background-color: var(--secondary-dark);
    flex-direction: row;
    display: flex;
}
.flex-auto{
    display: flex;
    flex: 1 1 auto;
}
/* Form Input Styles */
input[type=text], select, textarea {
    width: 100%;
    padding: var(--spacing-md);
    border: 1px solid var(--ui-border-dark);
    border-radius: var(--border-radius-sm);
    box-sizing: border-box;
    margin-top: var(--spacing-xs);
    margin-bottom: var(--spacing-md);
    resize: vertical;
}

/* Button Styles - Enhanced with consistent styling */
.btn, button, input[type=submit], input[type=button] {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: var(--spacing-md) var(--spacing-lg);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--border-radius-md);
    transition: all var(--transition-normal);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btn:before, button:before, input[type=submit]:before, input[type=button]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
    transform: translateX(-100%);
    transition: transform var(--transition-normal);
}

.btn:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.btn:hover:before, button:hover:before, input[type=submit]:hover:before, input[type=button]:hover:before {
    transform: translateX(100%);
}

.btn:active, button:active, input[type=submit]:active, input[type=button]:active {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.btn:focus, button:focus, input[type=submit]:focus, input[type=button]:focus {
    outline: none;
    box-shadow: var(--shadow-focus);
}

/* Button Color Variations - Standardized with CSS variables */
/* Primary Button */
.btn-primary, input[type=submit] {
    background: linear-gradient(135deg, var(--primary-dark), var(--accent-primary));
    color: var(--text-light);
}

.btn-primary:hover, input[type=submit]:hover {
    background: linear-gradient(135deg, var(--accent-primary), var(--primary-dark));
}

/* Secondary Button */
.btn-secondary {
    background: linear-gradient(135deg, var(--secondary-dark), var(--accent-secondary));
    color: var(--text-light);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, var(--accent-secondary), var(--secondary-dark));
}

/* Success Button */
.btn-success {
    background: linear-gradient(135deg, var(--accent-success), #3d8b40);
    color: var(--text-light);
}

.btn-success:hover {
    background: linear-gradient(135deg, #3d8b40, var(--accent-success));
    filter: brightness(105%);
}

/* Danger Button */
.btn-danger {
    background: linear-gradient(135deg, var(--accent-danger), #d32f2f);
    color: var(--text-light);
}

.btn-danger:hover {
    background: linear-gradient(135deg, #d32f2f, var(--accent-danger));
    filter: brightness(105%);
}

/* Warning Button */
.btn-warning {
    background: linear-gradient(135deg, var(--accent-warning), #e68900);
    color: var(--text-dark);
}

.btn-warning:hover {
    background: linear-gradient(135deg, #e68900, var(--accent-warning));
    filter: brightness(105%);
}

/* Info Button */
.btn-info {
    background: linear-gradient(135deg, var(--accent-info), #0b7dda);
    color: var(--text-light);
}

.btn-info:hover {
    background: linear-gradient(135deg, #0b7dda, var(--accent-info));
    filter: brightness(105%);
}

/* Outline Buttons */
.btn-outline-primary {
    color: var(--primary-dark);
    background-color: transparent;
    border-color: var(--primary-dark);
    box-shadow: none;
}

.btn-outline-primary:hover {
    color: var(--text-white);
    background: linear-gradient(135deg, var(--primary-dark), var(--accent-primary));
    border-color: var(--primary-dark);
}

.btn-outline-secondary {
    color: var(--secondary-dark);
    background-color: transparent;
    border-color: var(--secondary-dark);
    box-shadow: none;
}

.btn-outline-secondary:hover {
    color: var(--text-white);
    background: linear-gradient(135deg, var(--secondary-dark), var(--accent-secondary));
    border-color: var(--secondary-dark);
}

/* Button Sizes */
.btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: var(--border-radius-sm);
}

.btn-lg {
    padding: 0.875rem 1.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: var(--border-radius-lg);
}

/* Rounded button */
.btn-rounded {
    border-radius: var(--border-radius-pill);
}

/* Icon button */
.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.btn-icon-sm {
    width: 2rem;
    height: 2rem;
    padding: 0.375rem;
}

.btn-icon-lg {
    width: 3rem;
    height: 3rem;
    padding: 0.625rem;
}

/* Container Styles */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Form Container */
.form-container {
    border-radius: var(--border-radius-md);
    background-color: var(--background-light);
    padding: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 20px;
    color: var(--text-dark);
}

/* Card Styles */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--card-bg);
    background-clip: border-box;
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Card Header - Standard Style */
.card-header {
    padding: var(--spacing-md) var(--spacing-lg);
    margin-bottom: 0;
    background: var(--card-header-bg);
    color: var(--card-header-text);
    border-bottom: 1px solid var(--card-border);
    border-top-left-radius: calc(var(--border-radius-md) - 1px);
    border-top-right-radius: calc(var(--border-radius-md) - 1px);
    position: relative;
}

.card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
    opacity: 0.7;
}

/* Card Body - Standard Style */
.card-body {
    flex: 1 1 auto;
    padding: var(--spacing-lg);
    color: var(--text-dark);
}

/* Card Footer - Standard Style */
.card-footer {
    padding: var(--spacing-md) var(--spacing-lg);
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid var(--card-border);
    border-bottom-right-radius: calc(var(--border-radius-md) - 1px);
    border-bottom-left-radius: calc(var(--border-radius-md) - 1px);
}

/* Card variations */
.card-flat {
    box-shadow: none;
    border: 1px solid var(--ui-border-light);
}

.card-flat:hover {
    transform: none;
    box-shadow: var(--shadow-sm);
}

.card-accent {
    border-top: 4px solid var(--accent-primary);
}

.card-accent-success {
    border-top: 4px solid var(--accent-success);
}

.card-accent-warning {
    border-top: 4px solid var(--accent-warning);
}

.card-accent-danger {
    border-top: 4px solid var(--accent-danger);
}

.card-accent-info {
    border-top: 4px solid var(--accent-info);
}

/* Login and Auth Card Styles */
.auth-card {
    max-width: 500px;
    margin: 0 auto;
}

/* Cart Card Styles */
.cart-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cart-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Admin Section Title - Standardized */
.admin-section-title {
    border-bottom: 2px solid var(--accent-info);
    padding-bottom: var(--spacing-sm);
    margin-bottom: var(--spacing-lg);
    color: var(--text-dark);
}

.item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-row {
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
}

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

/* Section Styles - Standardized */
.section {
    padding: 3rem 0;
}

/* Standard Section Title */
.section-title {
    margin-bottom: var(--spacing-xl);
    text-align: center;
    position: relative;
    color: var(--text-light);
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, var(--secondary-dark), var(--primary-dark));
    border-radius: 3px;
}

/* Utility Classes */
.bg-primary {
    background-color: var(--primary-dark) !important;
    color: var(--text-light);
}

.bg-secondary {
    background-color: var(--secondary-dark) !important;
    color: var(--text-light);
}

/* Grid Layouts */
.admin-tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Session Info Styles */
.session-stats {
    margin-top: 20px;
    margin-bottom: 20px;
}
.stat-card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
}
.stat-value {
    font-size: 1.2rem;
    font-weight: bold;
    color: #343346;
}
.stat-label {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Item List Styles */
.card-mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-input {
    flex: 2;
    min-width: 200px;
}
.filter-select {
    flex: 1;
    min-width: 150px;
}
.admin-actions {
    display: flex;
    gap: 10px;
}
.items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.item-image-container {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.item-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.item-placeholder {
    font-size: 4em;
    color: #ccc;
}
.item-title {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}
.item-price {
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.item-stock {
    margin-bottom: 15px;
}
.item-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.action-btn {
    flex: 1;
}
.admin-item-actions {
    display: flex;
    gap: 10px;
    flex: 2;
}
.empty-state {
    text-align: center;
    padding: 50px 20px;
}
.empty-state-icon {
    font-size: 4em;
    color: #ccc;
    margin-bottom: 20px;
}
.empty-state-actions {
    margin-top: 20px;
}

/* Order Management Styles */
.order-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}
.order-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
/* Fix for dropdown menu in order cards */
.order-card .dropdown-menu {
    overflow: visible;
    z-index: 1030;
    position: absolute;
}
/* Status Badge Styles - Standardized with CSS variables */
.status-badge {
    font-size: 0.8rem;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: 50px;
    display: inline-block;
}
.status-PENDING {
    background-color: var(--accent-warning);
    color: var(--text-dark);
}
.status-PROCESSING {
    background-color: var(--accent-info);
    color: var(--text-light);
}
.status-SHIPPED {
    background-color: var(--secondary-dark);
    color: var(--text-light);
}
.status-DELIVERED {
    background-color: var(--accent-success);
    color: var(--text-light);
}
.status-CANCELLED {
    background-color: var(--accent-danger);
    color: var(--text-light);
}
.status-REFUNDED {
    background-color: var(--text-muted);
    color: var(--text-light);
}
.status-filter-select {
    max-width: 200px;
}

/* Status Bubbles Styles */
.status-bubbles-container {
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.status-bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.status-bubble-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}

.status-bubble {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

.status-bubble:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.status-bubble-label {
    font-size: 0.7rem;
    text-align: center;
    color: #666;
}

/* Stock Adjustment Styles */
.reason-field {
    display: none;
}
.stock-card {
    transition: all 0.3s ease;
    border-left: 4px solid #0d6efd;
}
.stock-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.form-card {
    transition: all 0.3s ease;
}
.form-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.page-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-left: 5px solid #0d6efd;
}
.btn-submit {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    transition: all 0.3s ease;
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.stock-badge {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}

.text-primary {
    color: var(--primary-dark) !important;
}

.text-secondary {
    color: var(--secondary-dark) !important;
}

.rounded {
    border-radius: var(--border-radius-md) !important;
}

.shadow {
    box-shadow: var(--shadow-md) !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}
.about-us-logo{
    max-width: 100%;
}

.topnav a {
    justify-content: start;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #fff;
    color: #463346;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.isaiah{
    justify-content: center;
    height: 50%;
    width: 50%;
}

.camaradev{
    background-image: url("/camaradev.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    width: 100%;

/* Schedule View Styles */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.schedule-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1.25rem;
    position: relative;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.schedule-title {
    margin: 0;
    color: var(--text-light);
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.schedule-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.5) 100%);
    border-radius: 2px;
}

.schedule-title i {
    margin-right: 0.75rem;
    color: var(--accent-info);
    font-size: 2rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.schedule-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.schedule-actions .btn {
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.schedule-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.schedule-actions .btn i {
    font-size: 1.1rem;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    perspective: 1000px; /* For 3D effect on cards */
}

.schedule-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d; /* For 3D effect */
    position: relative;
}

.schedule-card:hover {
    transform: translateY(-10px) scale(1.03) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.25);
}

.schedule-card-header {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 70%, rgba(100, 200, 255, 0.8) 100%);
    color: white;
    padding: 1.5rem 1.75rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

.schedule-card-header i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.schedule-card-header h2 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.schedule-card-body {
    flex: 1;
    padding: 1.75rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97), rgba(245, 245, 255, 0.95));
    color: var(--text-dark);
    position: relative;
    z-index: 1;
}

.schedule-card-body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: -1;
}

.schedule-card-footer {
    padding: 1.25rem 1.75rem;
    background: linear-gradient(to bottom, rgba(245, 245, 250, 0.9), rgba(240, 240, 250, 0.95));
    border-top: 1px solid rgba(200, 200, 220, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.schedule-card-footer .btn {
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.schedule-card-footer .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.schedule-description {
    margin-bottom: 1.75rem;
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.6;
}

.user-list {
    background: linear-gradient(to bottom right, rgba(240, 240, 255, 0.5), rgba(230, 230, 250, 0.7));
    border-radius: var(--border-radius-lg);
    padding: 1.25rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(200, 200, 220, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.user-list::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0.5;
    z-index: 0;
}

.user-list h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.user-list h4 i {
    margin-right: 0.75rem;
    color: var(--accent-info);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    font-size: 1.2rem;
}

.user-list ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.user-list li {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid rgba(100, 100, 150, 0.1);
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.user-list li:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.user-list li:last-child {
    border-bottom: none;
}

.user-list li:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.75rem;
    color: var(--accent-info);
    opacity: 0.8;
    font-size: 0.9rem;
}

.admin-section {
    margin-top: 4rem;
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.admin-section-header {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 70%, rgba(100, 200, 255, 0.8) 100%);
    color: white;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.admin-section-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

.admin-section-header i {
    margin-right: 1rem;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.admin-section-header h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.admin-section-body {
    padding: 2rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97), rgba(245, 245, 255, 0.95));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-dark);
}

.admin-forms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.admin-form {
    padding: 2rem;
    background: linear-gradient(to bottom right, rgba(250, 250, 255, 0.9), rgba(240, 240, 250, 0.95));
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(200, 200, 220, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.admin-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(200, 200, 220, 0.5);
}

.admin-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--accent-info), var(--accent-primary));
}

.admin-form h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.admin-form h3 i {
    margin-right: 0.75rem;
    color: var(--accent-info);
    font-size: 1.2rem;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}

.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(240, 240, 255, 0.1), rgba(230, 230, 250, 0.15));
    border-radius: var(--border-radius-xl);
    margin-top: 3rem;
    border: 1px dashed rgba(200, 200, 220, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.empty-state::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.empty-state i {
    font-size: 4rem;
    color: var(--accent-info);
    margin-bottom: 1.5rem;
    opacity: 0.8;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 1;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.empty-state p {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.empty-state .btn {
    position: relative;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.empty-state .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
    color: var(--text-dark);
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Admin Styles */
.status-filter-select {
    max-width: 200px;
}

.quantity-input {
    width: 70px;
}

.inline-form {
    display: inline;
}

.flex-gap-5 {
    display: flex;
    gap: 5px;
}

.text-center-td {
    text-align: center;
}
.topnav a.active {
    background-color: #a8abab;
    color: white;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#about{
    justify-content: center;
}
input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #343346;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #463346;
}

.all-browsers {
    margin: 0;
    padding: 5px;
    background-color: lightgray;
}

.all-browsers > h1, .browser {
    margin: 10px;
    padding: 5px;
}

.calendar-title{
    color: #000000 !important;
    font-weight: bold !important;
}

.browser {
    background: white;
}

.browser > h2, p {
    margin: 4px;
    font-size: 90%;
}

footer {
    text-align: left;
    padding: 3px;
    background: var(--card-header-bg);
    color: var(--text-light);
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

#flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border: 1px black solid;
    margin: 0 auto;
}

.flex-item {
    box-shadow: 10px 10px 5px #343346;
    /*BORDER-RADIUS: 100PX 15PX 100PX 10PX;*/
    width: 33%;
    height: 30%;
    background: #463433;
    align-content: center;
    justify-content: center;
    color: #c4ab90;
}

.flex-item p {
    justify-content: center;
}
.flex-item h1 {
    justify-content: center;
}
.flex-item img {
    justify-content: center;
}
video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50%;
}

/* Modern Card Layout */
.card {
    background-color: var(--background-light);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Card Header - Gradient Variation */
.card-header-gradient {
    background: linear-gradient(to right, var(--secondary-dark), var(--primary-dark));
    color: var(--text-light);
    padding: 20px;
    text-align: center;
    border-bottom: none;
}

.card-header h2, .card-header h3 {
    margin: 0;
    font-size: 1.8em;
    font-weight: 600;
}

/* Card Body - Larger Padding Variation */
.card-body-large {
    padding: 25px;
    color: var(--text-dark);
}

/* Card variations */
.card-primary .card-header {
    background: linear-gradient(to right, var(--primary-dark), var(--primary-light));
}

.card-secondary .card-header {
    background: linear-gradient(to right, var(--secondary-dark), var(--secondary-light));
}

.card-success .card-header {
    background: linear-gradient(to right, #388e3c, #4caf50);
}

.card-info .card-header {
    background: linear-gradient(to right, #0277bd, #2196f3);
}

.card-warning .card-header {
    background: linear-gradient(to right, #f57c00, #ff9800);
}

.card-danger .card-header {
    background: linear-gradient(to right, #d32f2f, #f44336);
}

/* Card image container */
.card-img-container {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md);
    overflow: hidden;
}

.card-img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.card-body p {
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Page Container */
.page-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    animation: fadeIn 0.8s ease-out;
}

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

/* Scrollable Container */
.scrollable-container {
    max-height: 200px;
    overflow-y: auto;
}

.icon-large {
    font-size: 2rem;
}

.thumbnail-container {
    max-width: 200px;
}

/* Section Titles - Using standardized styles defined earlier */

/* Grid Layout */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Enhanced Form Elements */
.form-group {
    margin-bottom: var(--spacing-lg);
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: var(--spacing-sm);
    font-weight: 500;
    color: var(--text-dark);
    transition: var(--transition-fast);
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--ui-border-light);
    border-radius: var(--border-radius-md);
    background-color: white;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-inner);
    font-size: 1rem;
    color: var(--text-dark);
}

.form-control:hover {
    border-color: var(--ui-border-dark);
}

.form-control:focus {
    border-color: var(--accent-primary);
    box-shadow: var(--shadow-inner), var(--shadow-focus);
    outline: none;
}

.form-control::placeholder {
    color: var(--text-muted);
    opacity: 0.7;
}

/* Floating label effect */
.form-group.floating-label {
    position: relative;
}

.form-group.floating-label label {
    position: absolute;
    top: 12px;
    left: 16px;
    background-color: transparent;
    transition: all var(--transition-normal);
    pointer-events: none;
    color: var(--text-muted);
    padding: 0 5px;
    margin: 0;
}

.form-group.floating-label .form-control:focus ~ label,
.form-group.floating-label .form-control:not(:placeholder-shown) ~ label {
    top: -10px;
    left: 10px;
    font-size: 0.85rem;
    color: var(--accent-primary);
    background-color: white;
}

/* Form validation styles */
.form-control.is-valid {
    border-color: var(--accent-success);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234CAF50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
    border-color: var(--accent-danger);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f44336'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--accent-danger);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Enhanced Buttons - Removed duplicate styles */

/* Enhanced Footer */
.footer-wrapper {
    margin-top: 40px;
}

footer {
    padding: 30px 0 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2);
    background-color: var(--secondary-dark);
    color: white;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
}

footer .container {
    background-color: transparent !important;
    border-radius: 0;
    padding: 0 15px;
}

footer h5 {
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

footer h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--primary-light);
}

footer p {
    margin: 0;
    font-size: 0.9em;
    opacity: 1;
    text-shadow: none;
    line-height: 1.6;
    color: white;
}

footer img {
    height: 250px !important;
}

footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    color: white;
    font-size: 1em;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

footer .social-icons a:hover {
    background-color: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

footer .footer-link {
    color: white;
    opacity: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.9em;
    text-shadow: none;
}

footer .footer-link:hover {
    opacity: 1;
    color: var(--primary-light);
    transform: translateX(5px);
}

footer ul li {
    margin-bottom: 10px;
}

footer .btn-outline-light {
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 6px 15px;
}

footer .btn-outline-light:hover {
    background-color: var(--primary-light);
    border-color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

footer .border-top {
    border-color: rgba(255,255,255,0.1) !important;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-dark);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--primary-light);
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
    color: white;
}

/* Newsletter Form Styling */
.newsletter-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background-color: rgba(255,255,255,0.1);
    color: white;
    padding: 10px 15px;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255,255,255,0.6);
}

.newsletter-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primary-light);
    border: none;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background-color: var(--primary-dark);
    transform: translateX(3px);
}

/* Responsive Footer Adjustments */
@media (max-width: 767.98px) {
    footer {
        text-align: center;
        color: white;
        padding: 25px 0 15px !important;
    }

    footer h5:after {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .social-icons {
        justify-content: center;
        display: flex;
    }

    footer ul.list-unstyled {
        margin-bottom: 20px;
    }

    footer .footer-link:hover {
        transform: none;
    }

    footer .btn-outline-light {
        margin-bottom: 20px;
    }
}

/* Alert Messages */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    animation: fadeIn 0.5s ease-out;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Table Enhancements */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

th {
    background-color: #343346;
    color: white;
    padding: 12px 15px;
    text-align: left;
}

td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background-color: rgba(0,0,0,0.05);
}

/* Image Enhancements */
.img-profile {
    border-radius: 50%;
    border: 5px solid #46333c;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.img-profile:hover {
    transform: scale(1.05);
}

/* Utility Classes */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

.d-flex { display: flex !important; }
.flex-column { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }

.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }

.rounded { border-radius: var(--border-radius-sm) !important; }
.rounded-md { border-radius: var(--border-radius-md) !important; }
.rounded-lg { border-radius: var(--border-radius-lg) !important; }
.rounded-circle { border-radius: 50% !important; }

.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow-md { box-shadow: var(--shadow-md) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }

.text-primary { color: var(--primary-dark) !important; }
.text-secondary { color: var(--secondary-dark) !important; }
.text-light { color: var(--text-light) !important; }
.text-dark { color: var(--text-dark) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-success { color: var(--accent-success) !important; }
.text-warning { color: var(--accent-warning) !important; }
.text-danger { color: var(--accent-danger) !important; }
.text-info { color: var(--accent-info) !important; }

.bg-primary { background-color: var(--primary-dark) !important; }
.bg-secondary { background-color: var(--secondary-dark) !important; }
.bg-light { background-color: var(--background-light) !important; }
.bg-dark { background-color: var(--background-dark) !important; }
.bg-success { background-color: var(--accent-success) !important; }
.bg-warning { background-color: var(--accent-warning) !important; }
.bg-danger { background-color: var(--accent-danger) !important; }
.bg-info { background-color: var(--accent-info) !important; }

/* Stock status indicators */
.stock-available { color: #2E7D32; /* Darker green */ }
.stock-low { color: #E65100; /* Darker orange */ }
.stock-unavailable { color: #B71C1C; /* Darker red */ }

/* Media Stream Styling */
.media-list {
    background-color: var(--primary-dark, #343346) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.media-list-title {
    font-size: 20px !important;
    color: var(--text-light, #f2f2f2) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3) !important;
}

.media-item {
    padding: 12px 15px !important;
    margin-bottom: 8px !important;
    background-color: rgba(255,255,255,0.1) !important;
    color: var(--text-light, #f2f2f2) !important;
    border-left: 3px solid transparent !important;
    transition: all 0.2s ease !important;
}

.media-item:hover {
    background-color: rgba(255,255,255,0.2) !important;
    transform: translateX(5px) !important;
    border-left: 3px solid var(--accent-info, #2196F3) !important;
}

.media-item.active {
    background-color: var(--accent-info, #2196F3) !important;
    color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    border-left: 3px solid white !important;
}

.media-item i {
    margin-right: 10px !important;
    font-size: 18px !important;
    color: var(--accent-info, #2196F3) !important;
}

.media-item.active i {
    color: white !important;
}

.media-item-name {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

/* Schedule Calendar Enhancements */
.form-group label {
    font-weight: bold !important;
    color: var(--text-dark) !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 1.1em !important;
}

/* Form labels in cards with light background */
.card .card-body .form-group label {
    color: var(--text-dark, #333333) !important;
}

/* Schedule selection buttons */
.schedule-button-container {
    margin-bottom: 8px;
}

.schedule-select-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--primary-light, #4a4a6a);
    color: var(--text-light, #f2f2f2);
    border: 2px solid transparent;
    border-radius: var(--border-radius-md, 8px);
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    text-align: center;
    min-width: 180px;
    position: relative;
    overflow: hidden;
}

.schedule-select-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.schedule-select-btn:hover {
    background-color: var(--primary-dark, #343346);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.schedule-select-btn:hover:before {
    transform: translateX(0);
}

.schedule-select-btn.active {
    background-color: var(--accent-info, #2196F3);
    color: white;
    border-color: white;
    font-weight: bold;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.schedule-select-btn.active:hover {
    background-color: #1976D2; /* Darker blue on hover when active */
}

/* For smaller screens */
@media (max-width: 768px) {
    .schedule-select-btn {
        width: 100%;
        min-width: unset;
    }
}

/* Home Page Specific Styles */
.home-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    animation: fadeIn 0.8s ease-out;
}

.ceo-image {
    text-align: center;
    margin: 20px 0;
}

.ceo-image img {
    width: 100%;
    max-width: 200px;
    border-radius: 15px;
    border: 5px solid #46333c;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.ceo-image img:hover {
    transform: scale(1.05);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #343346;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border-color: #343346;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 5px rgba(52, 51, 70, 0.3);
    outline: none;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.btn-submit {
    background-color: #343346;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.btn-submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.btn-submit:hover {
    background-color: #463346;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.btn-submit:hover:before {
    transform: translateX(0);
}

.btn-submit:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Checkout Page Specific Styles */
/* Page Title */
.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-light);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.page-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--card-header-bg);
    border-radius: 3px;
}

/* Checkout Progress */
.checkout-progress {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 600px;
    position: relative;
}

.checkout-progress:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.progress-step {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 33.33%;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.step-label {
    font-size: 0.9rem;
    color: #777;
    font-weight: 500;
}

.progress-step.active .step-number {
    background-color: #4CAF50;
    color: white;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}

.progress-step.active .step-label {
    color: #333;
    font-weight: 600;
}

.progress-step.completed .step-number {
    background-color: var(--secondary-light);
    color: white;
}

.progress-step.completed .step-label {
    color: #4CAF50  ;
}

/* Main Layout */
.checkout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

/* Section Styling */
.checkout-section {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.checkout-section:hover {
    box-shadow: var(--shadow-lg);
}

.checkout-section h2 {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    color: var(--text-dark);
    font-size: 1.5rem;
    font-weight: 600;
}

/* Address Cards */
.address-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 18px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.address-card:hover {
    border-color: var(--accent-success);
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.address-card.selected {
    border-color: var(--accent-success);
    background-color: #f0f9f0;
    box-shadow: var(--shadow-md);
}

.address-card.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--accent-success);
}

.address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.address-card-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--text-dark);
}

.address-card-default {
    font-size: 0.8rem;
    background-color: var(--accent-success);
    color: var(--text-light);
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.address-card-content {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.address-card input[type="radio"] {
    margin-top: 12px;
    margin-right: 8px;
    transform: scale(1.2);
}

/* Form Styling */
.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    font-size: 1rem;
    color: var(--text-dark);
}

.form-control:focus {
    border-color: var(--accent-success);
    background-color: #fff;
    box-shadow: var(--shadow-sm);
    outline: none;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row .form-group {
    flex: 1;
}

/* Order Summary */
.order-summary {
    position: sticky;
    top: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(0);
}

.order-summary:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
}

.order-summary h2 {
    background: linear-gradient(135deg, var(--accent-success) 0%, #3d9c40 100%);
    color: white;
    padding: 22px 25px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
}

.order-summary h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.cart-items {
    padding: 25px;
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    scrollbar-width: thin;
    scrollbar-color: var(--accent-success) #f0f0f0;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}

.cart-items::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.cart-items::-webkit-scrollbar-thumb {
    background-color: var(--accent-success);
    border-radius: 10px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.cart-item:hover {
    transform: translateX(5px);
    background-color: rgba(76, 175, 80, 0.03);
}

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

.cart-item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 18px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    /* Added to better handle large images */
    max-width: 100%;
    max-height: 100%;
}

.cart-item:hover .cart-item-image {
    transform: scale(1.05);
    box-shadow: 0 5px 12px rgba(0,0,0,0.12);
}

.cart-item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
    pointer-events: none;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.cart-item:hover .cart-item-image img {
    transform: scale(1.1);
}

.cart-item-details {
    flex: 1;
    padding: 5px 0;
}

.cart-item-name {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
    font-size: 1.05rem;
    transition: color 0.2s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-item:hover .cart-item-name {
    color: var(--accent-success);
}

.cart-item-price {
    color: var(--accent-success);
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.cart-item:hover .cart-item-price {
    transform: scale(1.05);
}

.cart-item-quantity {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    padding: 2px 8px;
    background-color: rgba(76, 175, 80, 0.08);
    border-radius: 12px;
    margin-top: 2px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 25px;
    color: var(--text-dark);
    font-size: 1rem;
    position: relative;
    transition: background-color 0.2s ease;
}

.summary-row:not(:last-child) {
    border-bottom: 1px dashed rgba(0,0,0,0.05);
}

.summary-row:hover {
    background-color: rgba(76, 175, 80, 0.03);
}

.summary-row span:first-child {
    font-weight: 500;
    color: var(--text-muted);
}

.summary-row span:last-child {
    font-weight: 600;
}

.summary-total {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--text-dark);
    background: linear-gradient(to right, rgba(76, 175, 80, 0.05), rgba(76, 175, 80, 0.1));
    border-top: 2px solid rgba(76, 175, 80, 0.2);
    padding: 22px 25px;
    margin-top: 10px;
    position: relative;
}

.summary-total:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, var(--accent-success), transparent);
}

.summary-total span:last-child {
    color: var(--accent-success);
}

/* Buttons */
.btn-checkout {
    background: linear-gradient(135deg, var(--accent-success) 0%, #3d9c40 100%);
    color: white;
    padding: 16px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(76, 175, 80, 0.2);
    width: 100%;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-checkout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3d9c40 0%, var(--accent-success) 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.btn-checkout:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(76, 175, 80, 0.3);
}

.btn-checkout:hover:before {
    opacity: 1;
}

.btn-checkout:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.2);
}

.btn-outline-checkout {
    background-color: transparent;
    color: #4CAF50;
    border: 2px solid #4CAF50;
}

.btn-outline-checkout:hover {
    background-color: #f0f9f0;
}

/* Payment Form Elements */
#payment-message {
    padding: 12px 15px;
    border-radius: 8px;
    background-color: rgba(244, 67, 54, 0.05);
    border: 1px solid rgba(244, 67, 54, 0.2);
    color: #d32f2f;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    transform-origin: center;
    animation: messageAppear 0.3s ease-out;
}

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

.hidden {
    display: none !important;
}

/* Spinner */
.spinner {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s ease-in-out infinite;
    vertical-align: middle;
    margin-right: 8px;
}

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

.hidden {
    display: none !important;
}

/* Alert Messages */
#payment-message {
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    font-size: 0.95rem;
}

/* Media Page Specific Styles */
.media-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.media-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.media-title {
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.media-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
}

.media-player-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.media-player-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.media-player {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.media-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: var(--shadow-sm);
}

/* Schedule Calendar Specific Styles */
.calendar-container {
    margin: 30px auto;
    padding: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    color: var(--text-dark);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.calendar-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--accent-info) 0%, var(--primary-dark) 100%);
}

/* Schedule Selector Styles */
.schedule-selector {
    margin-bottom: 35px;
    padding: 25px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.selector-title {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: var(--primary-dark);
    padding-bottom: 12px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.selector-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.5) 100%);
    border-radius: 2px;
}

.schedule-button-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.schedule-button-container {
    position: relative;
}

.schedule-select-btn {
    padding: 10px 20px;
    border: 2px solid var(--primary-light);
    background-color: white;
    color: var(--primary-dark);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.3px;
}

.schedule-select-btn:hover {
    background-color: var(--primary-light);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.schedule-select-btn.active {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(33, 150, 243, 0.2);
}

.update-view-btn {
    margin-top: 15px;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}

.update-view-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Calendar Header Styles */
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.calendar-nav {
    display: flex;
    gap: 15px;
    align-items: center;
}

.calendar-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary-dark);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    position: relative;
}

.calendar-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.3) 100%);
    border-radius: 2px;
}

.nav-btn {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: none;
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.today-btn {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 100%);
    color: white;
    border: none;
}

.today-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.calendar-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: flex-end;
}

.calendar-actions .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
}

.calendar-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.action-btn {
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 500;
}

/* Calendar Wrapper */
.calendar-wrapper {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Calendar Table Styles */
.calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.calendar th {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 100%);
    color: white;
    padding: 18px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.calendar th::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

.calendar td {
    height: 130px;
    width: 14.28%;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
    background-color: white;
    transition: all 0.3s ease;
    position: relative;
}

.calendar td:hover {
    background-color: rgba(33, 150, 243, 0.03);
    box-shadow: inset 0 0 0 1px rgba(33, 150, 243, 0.1);
}

.calendar td.other-month {
    background-color: #f8f9fa;
    color: #aaa;
}

.calendar td.today {
    background-color: rgba(33, 150, 243, 0.05);
    position: relative;
}

.calendar td.today::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.5) 100%);
}

.calendar-day {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: 1.2rem;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 8px;
    position: relative;
}

.today .calendar-day {
    color: var(--accent-info);
    font-weight: 800;
}

.other-month .calendar-day {
    color: #bbb;
    font-weight: 600;
}

.event-container {
    margin-top: 8px;
}

.calendar-event {
    color: white;
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
    display: block;
    min-height: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-height: 65px;
    overflow-y: auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-left: 4px solid transparent;
}

.calendar-event:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.02);
}

.calendar-event.all-day {
    background-color: #2196F3;
    border-left: 4px solid #0d47a1;
    font-weight: 700;
    padding-left: 14px;
}

.event-time {
    font-size: 0.8rem;
    opacity: 0.95;
    display: block;
    margin-top: 4px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
}

.event-time i {
    margin-right: 4px;
}

/* Custom scrollbar for events */
.calendar-event::-webkit-scrollbar {
    width: 4px;
}

.calendar-event::-webkit-scrollbar-track {
    background: transparent;
}

.calendar-event::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.schedule-name {
    font-size: 0.7rem;
    opacity: 0.8;
    font-style: italic;
}

/* Event colors based on event type */
.calendar-event.event-type-REGULAR {
    background-color: #308c08;
    border-left: 4px solid #1e5505;
}

.calendar-event.event-type-HOLIDAY {
    background-color: #03fcf8;
    border-left: 4px solid #02c9c6;
}

.calendar-event.event-type-MEETING {
    background-color: #8c2c08;
    border-left: 4px solid #5e1d05;
}

.calendar-event.event-type-APPOINTMENT {
    background-color: #fc8803;
    border-left: 4px solid #ca6d02;
}

.calendar-event.event-type-REMINDER {
    background-color: #fcfc03;
    border-left: 4px solid #caca02;
}

.calendar-event.event-type-PERSONAL {
    background-color: #72a7ed;
    border-left: 4px solid #4080e0;
}

.calendar-event.event-type-OTHER {
    background-color: #ad5fed;
    border-left: 4px solid #9030e8;
}

/* Event Management Styles */
.event-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--spacing-lg);
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-lg);
    border-bottom: 2px solid var(--accent-info);
    padding-bottom: var(--spacing-md);
}

.event-title {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--text-light);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 0;
}

.event-actions {
    display: flex;
    gap: var(--spacing-sm);
}

.event-card {
    background-color: var(--card-bg);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    margin-bottom: var(--spacing-lg);
    transition: all 0.3s ease;
}

.event-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

.card-header-gradient {
    background: linear-gradient(to right, var(--primary-dark), var(--primary-light));
    color: var(--text-light);
    padding: var(--spacing-md);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.event-table th {
    background-color: var(--primary-light);
    color: var(--text-light);
    padding: var(--spacing-md);
    text-align: left;
    font-weight: 600;
}

.event-table td {
    padding: var(--spacing-md);
    border-bottom: 1px solid var(--card-border);
    color: var(--text-dark);
    vertical-align: middle;
}

.event-table tr:last-child td {
    border-bottom: none;
}

.event-table tr:hover {
    background-color: rgba(0,0,0,0.03);
}

.event-type {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: white;
    border-radius: var(--border-radius-lg);
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-type-REGULAR {
    background-color: #308c08;
}

.event-type-HOLIDAY {
    background-color: #03fcf8;
}

.event-type-MEETING {
    background-color: #8c2c08;
}

.event-type-APPOINTMENT {
    background-color: #fc8803;
}

.event-type-REMINDER {
    background-color: #fcfc03;
}

.event-type-PERSONAL {
    background-color: #72a7ed;
}

.event-type-OTHER {
    background-color: #ad5fed;
}

.action-buttons {
    display: flex;
    gap: 0.5rem;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xl);
    color: var(--text-muted);
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

/* Event Management Alert Styles */
.event-container .alert {
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
}

.event-container .alert-success {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 4px solid var(--accent-success);
    color: var(--accent-success);
}

.event-container .alert-danger {
    background-color: rgba(244, 67, 54, 0.1);
    border-left: 4px solid var(--accent-danger);
    color: var(--accent-danger);
}

/* Calendar Legend Styles */
.calendar-legend {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.calendar-legend::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--accent-info) 0%, var(--primary-dark) 100%);
}

.legend-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    letter-spacing: 0.5px;
}

.legend-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.5) 100%);
    border-radius: 2px;
}

.legend-items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.legend-item:hover {
    background-color: rgba(33, 150, 243, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.legend-color::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
}

.legend-color.all-day {
    background-color: #2196F3;
    border-left: 3px solid #0d47a1;
}

/* Event type legend colors - dynamically generated for all event types */
.legend-color.event-type-REGULAR {
    background-color: #308c08;
    border-left: 3px solid #1e5505;
}

.legend-color.event-type-HOLIDAY {
    background-color: #03fcf8;
    border-left: 3px solid #02c9c6;
}

.legend-color.event-type-MEETING {
    background-color: #8c2c08;
    border-left: 3px solid #5e1d05;
}

.legend-color.event-type-APPOINTMENT {
    background-color: #fc8803;
    border-left: 3px solid #ca6d02;
}

.legend-color.event-type-REMINDER {
    background-color: #fcfc03;
    border-left: 3px solid #caca02;
}

.legend-color.event-type-PERSONAL {
    background-color: #72a7ed;
    border-left: 3px solid #4080e0;
}

.legend-color.event-type-OTHER {
    background-color: #ad5fed;
    border-left: 3px solid #9030e8;
}

.legend-color.today {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.1) 0%, rgba(33, 150, 243, 0.05) 100%);
    border: 1px solid rgba(33, 150, 243, 0.2);
}

.legend-text {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.legend-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.legend-note i {
    color: var(--accent-info);
    margin-right: 6px;
}

.legend-note i {
    color: var(--primary-light);
    margin-right: 5px;
}

/* Admin Section Styles */
.admin-section {
    background-color: white;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid var(--primary-dark);
}

.admin-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.admin-title i {
    margin-right: 10px;
    color: var(--primary-light);
}

.admin-section p {
    margin-bottom: 20px;
    color: #666;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Responsive adjustments for calendar */
@media (max-width: 992px) {
    .calendar-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .calendar-title {
        margin-bottom: 15px;
    }

    .calendar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .calendar th {
        font-size: 0.9rem;
        padding: 10px 5px;
    }

    .calendar td {
        height: 100px;
        padding: 5px;
    }

    .calendar-day {
        font-size: 0.9rem;
    }

    .calendar-event {
        font-size: 0.8rem;
        padding: 4px 6px;
    }
}

@media (max-width: 768px) {
    .calendar-container {
        padding: 15px;
        margin: 15px;
    }

    .calendar th {
        font-size: 0.8rem;
        padding: 8px 2px;
    }

    .calendar td {
        height: 80px;
        padding: 3px;
    }

    .calendar-day {
        font-size: 0.8rem;
        margin-bottom: 3px;
    }

    .calendar-event {
        font-size: 0.7rem;
        padding: 3px 5px;
        margin-bottom: 3px;
        max-height: 40px;
    }

    .event-time {
        font-size: 0.65rem;
    }

    .legend-items {
        flex-direction: column;
        gap: 8px;
    }

    .admin-actions {
        flex-direction: column;
    }

    .action-btn {
        width: 100%;
    }
}







/* Schedule form styles */

.schedule-checkbox-hidden {
    display: none;
}

/* Admin User Management Styles */
.user-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Using standardized admin-section-title defined earlier */

.user-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.user-status.active {
    background-color: #28a745;
}

.user-status.inactive {
    background-color: #dc3545;
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.status-filter-select {
    max-width: 200px;
}

/* Cart Management Styles */
.cart-header {
    margin-bottom: 30px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.cart-table th {
    background-color: #f5f5f5;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    color: #333;
}

.cart-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* Added to better handle large images */
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.cart-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transform-origin: center;
}

.cart-item-details {
    padding-left: 15px;
    color: #333;
}

.cart-item-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.cart-item-price {
    color: #4CAF50;
}

.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.quantity-input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
}

.remove-btn {
    color: #dc3545;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
}

.cart-summary {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #333;
}

.summary-total {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.empty-cart {
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.empty-cart h3 {
    margin-bottom: 15px;
    color: #333;
}

/* Admin Cart Management Styles */
.cart-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cart-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.cart-item-row {
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
}

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

.item-image {
    width: 80%;
    height: auto;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}

/* Order Management Styles */
.order-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
}

.order-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Using standardized status badge styles defined earlier */

/* Using standardized admin-section-title defined earlier */

/* Status bubbles styles are defined in the first occurrence of Order Management Styles */

/* E-commerce Text Styles */
/* Order details page */
.order-date {
    color: #4CAF50 !important;
    font-weight: 700 !important;
}

/* Order list page */
.order-id {
    color: #4CAF50 !important;
    font-weight: bold !important;
}

.item-name {
    color: #4CAF50 !important;
    font-weight: bold !important;
}

.item-quantity {
    color: #4CAF50 !important;
    font-weight: 700 !important;
}

.order-total {
    color: #4CAF50 !important;
    font-weight: bold !important;
}

/* No image placeholder for order items */
.no-image-placeholder {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.5rem;
}

/* More items indicator in order list */
.more-items {
    color: #4CAF50;
    font-weight: 700;
    padding: 8px;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 5px;
    margin-top: 10px;
}

.address-content {
    color: #333 !important;
}

.card-info {
    color: #333 !important;
}

.order-items th {
    color: #333 !important;
}

.summary-row {
    color: #333 !important;
}

/* Cancellation notice */
[style*="color: #666"] {
    color: #333 !important;
}

/* Checkout page section headers */
.checkout-section h2 {
    color: #333 !important;
}

/* Address card title and content */
.address-card-title {
    color: #333 !important;
}

/* Order summary elements */
.order-summary h2 {
    color: #333 !important;
    font-weight: bold !important;
}

/* Cart item name */
.cart-item-name {
    color: #333 !important;
}

/* Form labels */
label {
    color: #333;
}

/* Specific styles for item-create and catalog-create pages */
.container label, 
.form-group label {
    color: #333;
}

.container input[type="text"],
.container input[type="number"],
.container textarea,
.container select,
.form-group input[type="text"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
    color: #333 !important;
}

/* User Home Page Specific Styles */
.user-home-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    border-radius: var(--border-radius-md);
    background-color: var(--background-light);
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 1;
    animation: fadeIn 0.8s ease-out;
    color: var(--text-dark);
}

/* Make form labels darker in user home page */
.user-home-container .form-group label {
    color: #000000;
    font-weight: 600;
}

.welcome-section {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    background-color: #fff;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
}

.welcome-section:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, var(--secondary-dark), var(--primary-dark));
    border-radius: 3px;
}

.welcome-section h1 {
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-size: 2.2em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.welcome-section p {
    color: var(--text-dark);
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.profile-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
}

.user-profile-image {
    flex: 0 0 150px;
    height: 150px;
    background-color: var(--secondary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3em;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.user-profile-image:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
}

.user-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-details {
    flex: 1;
}

.profile-photo-upload {
    flex: 0 0 150px;
    margin-top: 10px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
}

.profile-photo-upload h3 {
    margin-bottom: 15px;
    color: var(--primary-dark);
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    font-size: 1.1em;
}

.quick-links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
}

.quick-links h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

.quick-link {
    padding: 12px 20px;
    background-color: var(--secondary-dark);
    color: white;
    text-decoration: none;
    border-radius: var(--border-radius-sm);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.quick-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.quick-link:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    color: white;
    text-decoration: none;
}

.quick-link:hover:before {
    transform: translateX(0);
}

/* Responsive Adjustments for User Home */
@media (max-width: 768px) {
    .profile-section {
        flex-direction: column;
        align-items: center;
    }

    .profile-details {
        width: 100%;
    }

    .user-profile-image {
        margin-bottom: 20px;
    }

    .profile-photo-upload {
        width: 100%;
        flex: none;
        margin-top: 20px;
    }

    .quick-link {
        width: 100%;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .page-container {
        padding: 0 15px;
    }

    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .media-content {
        grid-template-columns: 1fr;
    }

    /* Hide on mobile */
    .d-none-mobile {
        display: none !important;
    }

    /* Full width on mobile */
    .w-100-mobile {
        width: 100% !important;
    }

    /* Cart responsive adjustments */
    .cart-actions {
        flex-direction: column;
        gap: 10px;
    }

    .cart-table {
        display: block;
        overflow-x: auto;
    }
}

/* Modern Schedule Selection Styles */
.schedule-selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 20px;
    max-height: 350px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-light) transparent;
}

.schedule-selection-grid::-webkit-scrollbar {
    width: 6px;
}

.schedule-selection-grid::-webkit-scrollbar-track {
    background: transparent;
}

.schedule-selection-grid::-webkit-scrollbar-thumb {
    background-color: var(--primary-light);
    border-radius: 10px;
}

.schedule-bubble {
    position: relative;
    text-align: center;
}

.bubble-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bubble-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.bubble-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-info) 0%, rgba(33, 150, 243, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bubble-label:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(33, 150, 243, 0.3);
}

.bubble-label:hover::before {
    opacity: 1;
}

.bubble-checkbox:checked + .bubble-label {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(33, 150, 243, 0.25);
    transform: translateY(-5px);
}

.bubble-checkbox:checked + .bubble-label::before {
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.schedule-name {
    font-size: 1rem;
    font-weight: 700;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.bubble-checkbox:checked + .bubble-label .schedule-name {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.schedule-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.schedule-actions .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border: none;
}

.schedule-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.schedule-actions .btn-primary {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-info) 100%);
}

@media (max-width: 576px) {
    .schedule-selection-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 15px;
    }

    .schedule-actions {
        flex-direction: column;
    }

    .schedule-actions button {
        width: 100%;
        margin-bottom: 5px;
    }
}
