﻿/* Admin Layout Style */

:root {
    --sidebar-bg: #1a2035;
    --sidebar-hover: #2d3748;
    --sidebar-text: #e2e8f0;
    --sidebar-active: #4299e1;
    --topbar-bg: #ffffff;
    --topbar-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --dropdown-bg: #ffffff;
    --dropdown-hover: #f7fafc;
    --transition-speed: 0.3s;
/* Events Main Color*/
    --primary-color: #2563eb;
    --primary-hover: #1d4ed8;
    --text-color: #374151;
    --text-hover: #1f2937;
    --border-color: #e5e7eb;
    --active-bg: #eff6ff;
    --hover-bg: #f9fafb;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8fafc;
}

.navbar {
    z-index: 10;
    background-color: var(--topbar-bg);
    box-shadow: var(--topbar-shadow);
    /* padding: 0.75rem 0.5rem; */
}

.navbar-brand {
    font-weight: 600;
    color: #2d3748;
    font-size: 1.25rem;
}

.main {
    display: flex;
    flex-grow: 1;
}

.sidebar {
    width: 550px;
    background-color: var(--sidebar-bg);
    color: var(--sidebar-text);
    flex-shrink: 0;
    transition: width var(--transition-speed) ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

    .sidebar a {
        color: var(--sidebar-text);
        display: block;
        padding: 12px 10px;
        text-decoration: none;
        transition: all var(--transition-speed) ease;
        border-left: 3px solid transparent;
        font-size: 0.95rem;
    }

        .sidebar a:hover,
        .sidebar .dropdown-toggle:hover {
            background-color: var(--sidebar-hover);
            border-left: 3px solid var(--sidebar-active);
        }

    .sidebar .nav-link {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .sidebar .nav-link i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

    .sidebar .dropdown-menu {
        background-color: var(--sidebar-hover);
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .sidebar .dropdown-item {
        color: var(--sidebar-text) !important;
        padding: 10px 20px 10px 40px;
        font-size: 0.9rem;
    }

        .sidebar .dropdown-item:hover {
            background-color: var(--sidebar-active) !important;
            color: white !important;
        }

.content {
    padding: 25px;
    flex-grow: 1;
    background-color: #f8fafc;
}

/* Top navbar dropdown */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
    transition: all var(--transition-speed) ease;
}

    .dropdown-item:hover {
        background-color: var(--dropdown-hover);
        color: var(--sidebar-active);
    }

/* User dropdown in top navbar */
.user-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all var(--transition-speed) ease;
}

    .user-dropdown .dropdown-toggle:hover {
        background-color: #f7fafc;
    }

.user-dropdown img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

/* Modal styles */
.modal-content {
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 1px solid #e2e8f0;
}

/* Responsive adjustments */
/*  (max-width: 992px) { */
.sidebar {
    width: 250px;
    overflow: hidden;
}

    /* .sidebar a span {
                    display: none;
                } */

    .sidebar i {
        margin-right: 0;
        font-size: 1.2rem;
    }

}

.position-relative {
    position: relative;
    display: inline-block;
}

.badge {
    padding: 0.2em 0.4em;
    border: 2px solid white;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #212529;
}
/*Login Style*/
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-card {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.login-icon {
    width: 80%;
    height: 38px;
    margin-bottom: 1rem;
}

/* Profile Style */
.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.profile-img-container {
    position: relative;
}

.img-thumbnail {
    border: 5px solid #f8f9fa;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

hr {
    margin: 0.5rem 0;
    opacity: 0.2;
}

.badge {
    font-size: 0.85em;
    padding: 0.5em 0.75em;
    margin-right: 0.5em;
}

/* Style for readonly fields */
input[readonly] {
    background-color: #f8f9fa;
    border-color: #e9ecef;
}

/* Detail Blog Style */
<style >
/* Header image styling */
.header-image-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: -150px; /* Pull content up */
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Main content container */
.main-content-container {
    position: relative;
    z-index: 2;
}

/* Content card styling */
.content-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    margin-top: 100px; /* Overlap the image */
}

/* Title section */
.title-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
    line-height: 1.3;
}

.meta-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #edf2f7;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background-color: #4c51bf;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.publish-date {
    color: #718096;
    font-size: 0.9rem;
}

.category-badge {
    background-color: #ebf8ff;
    color: #3182ce;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.85rem;
}

/* Blog content styling */
.blog-content {
    color: #4a5568;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

    .blog-content p {
        margin-bottom: 1.75rem;
    }

    .blog-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 2rem 0;
    }

/* Content Author Section */
.content-author-section {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 3rem;
    border: 1px solid #e9ecef;
}

.author-image-wrapper {
    flex: 0 0 150px;
}

.author-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-initials {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-details {
    flex: 1;
}

    .author-details h5 {
        color: #6c757d;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }

.author-name-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

    .author-name-social h4 {
        color: #2d3748;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

.social-icon {
    color: #0077b5;
    font-size: 1.25rem;
    transition: all 0.2s;
}

    .social-icon:hover {
        color: #006097;
        transform: scale(1.1);
    }

.author-title {
    color: #4c51bf;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.author-bio {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #4a5568;
    transition: all 0.2s;
    padding: 0.5rem 0;
}

    .social-link:hover {
        color: #2d3748;
        text-decoration: underline;
    }

    .social-link i {
        font-size: 1.1rem;
    }

    .social-link.linkedin i {
        color: #0077b5;
    }

    .social-link.twitter i {
        color: #1da1f2;
    }

/* Responsive adjustments */
@@media (max-width: 992px) {
    .header-image-wrapper {
        height: 400px;
        margin-bottom: -100px;
    }

    .content-card {
        margin-top: 80px;
    }
}

@@media (max-width: 768px) {
    .header-image-wrapper {
        height: 350px;
        margin-bottom: -80px;
    }

    .content-card {
        padding: 1.5rem;
        margin-top: 60px;
    }

    .title-section h1 {
        font-size: 2rem;
    }

    .content-author-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }

    .author-image-wrapper {
        margin-bottom: 1.5rem;
    }

    .author-name-social {
        justify-content: center;
    }
}

/*User Create Style */
.form-label {
    font-weight: 500;
}

.form-control, .form-select {
    border-radius: 0.375rem;
}

textarea.form-control {
    min-height: 100px;
}

/*User Detail Style*/
.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-header {
    padding: 1.25rem 1.5rem;
}

.card-title {
    margin-bottom: 0;
    font-size: 1.25rem;
}

dt {
    font-weight: 500;
    color: #6c757d;
}

dd {
    margin-bottom: 0.75rem;
}

.badge {
    font-size: 0.875rem;
    padding: 0.35em 0.65em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-circle {
    border-radius: 50% !important;
}

/* Event Styling*/
/*Schedule Page*/
.primary-button {
    display: inline-flex;
    align-items: center;
    background-color: #3b82f6;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s;
}

    .primary-button:hover {
        background-color: #2563eb;
        color: white;
    }

.events-table {
    width: 100%;
    border-collapse: collapse;
}

    .events-table th {
        background-color: #f9fafb;
        padding: 0.75rem;
        text-align: left;
        font-weight: 600;
        border-bottom: 1px solid #e5e7eb;
    }

    .events-table td {
        padding: 0.75rem;
        border-bottom: 1px solid #e5e7eb;
    }

.event-cell {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.event-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e5e7eb;
    border-radius: 0.375rem;
    color: #6b7280;
}

.event-info {
    display: flex;
    flex-direction: column;
}

.event-name {
    font-weight: 600;
    color: #374151;
}

.event-type {
    font-size: 0.875rem;
    color: #6b7280;
}

.category-badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: #e5e7eb;
    color: #374151;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-container {
    position: relative;
    display: inline-block;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: help;
    transition: all 0.2s;
}

.status-icon {
    font-size: 0.75rem;
}

/* Live Status */
.status-live {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

    .status-live .status-icon {
        color: #10b981;
        animation: pulse-dot 2s infinite;
    }

/* Upcoming Status */
.status-upcoming {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

    .status-upcoming .status-icon {
        color: #3b82f6;
    }

/* Draft Status */
.status-draft {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}

    .status-draft .status-icon {
        color: #f59e0b;
    }

/* Closed Status */
.status-closed {
    background-color: #fed7d7;
    color: #c53030;
    border: 1px solid #feb2b2;
}

    .status-closed .status-icon {
        color: #e53e3e;
    }

/* Ended Status */
.status-ended {
    background-color: #f3f4f6;
    color: #4b5563;
    border: 1px solid #d1d5db;
}

    .status-ended .status-icon {
        color: #6b7280;
    }

/* Tooltip */
.status-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1f2937;
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 10;
    margin-bottom: 0.5rem;
}

    .status-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid transparent;
        border-top-color: #1f2937;
    }

.status-container:hover .status-tooltip {
    opacity: 1;
    visibility: visible;
}

.action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

    .action-button:hover {
        background-color: #f3f4f6;
    }

/* Pulse animation for live status */
@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .status-badge {
        font-size: 0.625rem;
        padding: 0.25rem 0.5rem;
        gap: 0.25rem;
    }

    .status-icon {
        font-size: 0.625rem;
    }

    .status-tooltip {
        font-size: 0.625rem;
    }
}

.tab-container {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tab-nav {
    display: flex;
    overflow-x: auto;
    padding: 0.25rem 1rem;
    gap: 0.5rem;
}

.tab-button {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-color);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 0.5rem;
}

    .tab-button i {
        font-size: 1rem;
        color: inherit;
    }

    .tab-button:hover {
        color: var(--text-hover);
        border-bottom-color: var(--border-color);
        background-color: var(--hover-bg);
    }

    .tab-button.active {
        color: var(--primary-color);
        border-bottom-color: var(--primary-color);
        background-color: var(--active-bg);
    }

        .tab-button.active i {
            color: var(--primary-color);
        }

/* Scrollbar styling for better UX */
.tab-nav::-webkit-scrollbar {
    height: 4px;
}

.tab-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tab-nav::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .tab-nav::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/*Schedule View */
/* Header Section */
.dashboard-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .dashboard-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.dashboard-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .dashboard-title {
        margin-bottom: 0;
    }
}

/* Primary Button */
.primary-button {
    display: inline-flex;
    align-items: center;
    border: 1px solid lightblue;
    color: lightblue;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

    .primary-button:hover {
        background-color: var(--primary-hover);
        color: white;
    }

    .primary-button i {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }

/* Search and Filter Section */
.search-filter-container {
    background-color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.search-filter-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .search-filter-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Search Input */
.search-wrapper {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .search-wrapper {
        width: 16rem;
    }
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: var(--text-light);
    pointer-events: none;
}

.search-input {
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2rem;
    font-size: 0.875rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background-color: white;
    transition: var(--transition);
}

    .search-input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
    }

/* Filter Controls */
.filter-controls {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

@media (min-width: 640px) {
    .filter-controls {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .filter-controls {
        width: auto;
    }
}

.filter-select {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background-color: white;
    transition: var(--transition);
}

    .filter-select:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
    }

/* Events Table */
.events-table-container {
    background-color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    overflow: hidden;
}

.events-table {
    width: 100%;
    border-collapse: collapse;
}

    .events-table thead {
        background-color: var(--bg-gray);
    }

    .events-table th {
        padding: 0.75rem 1.5rem;
        text-align: left;
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--text-light);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .events-table tbody tr {
        border-top: 1px solid var(--border-light);
        transition: var(--transition);
    }

        .events-table tbody tr:hover {
            background-color: var(--bg-hover);
        }

    .events-table td {
        padding: 1rem 1.5rem;
        font-size: 0.875rem;
        vertical-align: middle;
    }

/* Event Cell Content */
.event-cell {
    display: flex;
    align-items: center;
}

.event-avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.event-info {
    margin-left: 1rem;
}

.event-name {
    font-weight: 500;
    color: var(--text-dark);
}

.event-type {
    font-size: 0.75rem;
    color: var(--text-light);
    margin-top: 0.125rem;
}

/* Category Badge */
.category-badge {
    display: inline-flex;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    background-color: #dbeafe;
    color: #1e40af;
}

/* Tags */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.tag {
    display: inline-flex;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 9999px;
    background-color: var(--bg-gray);
    color: var(--text-medium);
}

/* Action Buttons */
.action-button {
    color: var(--primary);
    margin-right: 0.75rem;
    transition: var(--transition);
}

    .action-button:hover {
        color: var(--primary-hover);
    }

.delete-button {
    color: #dc2626;
}

    .delete-button:hover {
        color: #b91c1c;
    }

/* Pagination */
.pagination-container {
    background-color: white;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    .pagination-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.pagination-info {
    font-size: 0.875rem;
    color: var(--text-medium);
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .pagination-info {
        margin-bottom: 0;
    }
}

.pagination-nav {
    display: flex;
}

.pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--border);
    background-color: white;
    color: var(--text-medium);
    font-size: 0.875rem;
    transition: var(--transition);
}

    .pagination-button:hover {
        background-color: var(--bg-gray);
    }

    .pagination-button:first-child {
        border-top-left-radius: var(--radius);
        border-bottom-left-radius: var(--radius);
    }

    .pagination-button:last-child {
        border-top-right-radius: var(--radius);
        border-bottom-right-radius: var(--radius);
    }

    .pagination-button.active {
        background-color: var(--primary);
        border-color: var(--primary);
        color: white;
    }

    .pagination-button i {
        font-size: 0.75rem;
    }

/*Schedule Add Event Info Style*/

/*Header Back Button Style*/
/* Header Container */
.header-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .header-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Title Styles */
.header-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

/* Back Button Styles */
.back-button {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: 1px solid var(--border);
    color: var(--text-medium);
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

    .back-button i {
        margin-right: 0.5rem;
        font-size: 0.875rem;
    }

    .back-button:hover {
        background-color: var(--hover-bg);
        text-decoration: none;
    }

    /* If you need to add focus states for accessibility */
    .back-button:focus {
        outline: 2px solid #3b82f6;
        outline-offset: 2px;
    }

/* Base Styles */
.tab-content {
    display: none;
    padding: 1.5rem;
    background-color: white;
    border-radius: var(--radius);
}

    .tab-content.active {
        display: block;
    }

    /* Header Styles */
    .tab-content .flex.items-center {
        margin-bottom: 1.5rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--border-light);
    }

        .tab-content .flex.items-center span {
            background-color: var(--primary);
            color: white;
            border-radius: 9999px;
            height: 1.5rem;
            width: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            margin-right: 0.75rem;
        }

        .tab-content .flex.items-center h2 {
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--text);
        }

/* Grid Layout */
.grid {
    display: grid;
    gap: 1.5rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

/* Form Control Styles */
label.block {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.25rem;
}

    label.block span.text-red-500 {
        color: var(--error);
    }

input[type="text"],
input[type="url"],
select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    background-color: white;
    transition: all 0.2s ease;
    border-radius: 8px;
}

    input[type="text"]:focus,
    input[type="url"]:focus,
    select:focus {
        outline: none;
        border-color: #11a2d1;
        box-shadow: 0 0 0 3px rgba(17, 162, 209, 0.15);
    }

/* Radio Button Styles */
.flex.items-center.space-x-4 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.flex.items-center {
    display: flex;
    align-items: center;
}

input[type="radio"] {
    height: 1rem;
    width: 1rem;
    color: var(--primary);
    border-color: var(--border);
}

    input[type="radio"]:focus {
        --tw-ring-color: var(--primary-light);
    }

.flex.items-center label {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    color: var(--text);
}

/* Helper Text Styles */
.text-xs.text-gray-500 {
    font-size: 0.75rem;
    color: var(--text-light);
}

/* Error Message Styles */
.text-red-500.text-xs {
    font-size: 0.75rem;
    color: var(--error);
    margin-top: 0.25rem;
    display: block;
}

/* Placeholder Styles */
::placeholder {
    color: var(--text-light);
    opacity: 1;
}
input[type="radio"] {
    border: 1px solid var(--border);
    border-radius: 50%;
    margin: 0;
}

    input[type="radio"]:checked {
        background-color: var(--primary);
        border-color: var(--primary);
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
    }

/*  Schedule Data Info  */

/* Tab Content */
.tab-content {
    display: none;
    padding: 1.5rem;
    background-color: white;
    border-radius: var(--radius);
}

    .tab-content.active {
        display: block;
    }

/* Section Header */
.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-light);
}

.section-number {
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-right: 0.75rem;
}

.section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Form Grid */
.form-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Form Controls */
.form-group {
    margin-bottom: 0;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-medium);
    margin-bottom: 0.25rem;
}

    .form-label .required {
        color: var(--error);
    }

.form-control {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: white;
    transition: var(--transition);
}

/*    .form-control:focus {
        outline: none;
        border-color: var(--primary-light);
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
    }*/

/* Checkbox Group */
.checkbox-group {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.checkbox-control {
    margin-top: 0.125rem;
    height: 1rem;
    width: 1rem;
    color: var(--primary);
    border-color: var(--border);
    border-radius: var(--radius);
}

.checkbox-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-medium);
}

.checkbox-help {
    font-size: 0.75rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

/* Error Message */
.error-message {
    font-size: 0.75rem;
    color: var(--error);
    margin-top: 0.25rem;
    display: block;
}

/* Sponsors Section Container */
#speakers-section .tab-content,
#sponsors-section .tab-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
    color: #1f2937;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Header Styles */
.speakers-header,
.sponsors-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.speakers-step-number,
.sponsors-step-number {
    background-color: #3b82f6;
    color: white;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 16px;
    font-size: 16px;
}
.speakers-title,
.sponsors-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Form Input Styles */
.speakers-form-group,
.sponsors-form-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .sponsors-form-group {
        grid-template-columns: 1fr 1fr;
    }
}
.speakers-input-container,
.sponsors-input-container {
    margin-bottom: 20px;
}
.speakers-label,
.sponsors-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}
.speakers-input,
.sponsors-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
/*    .speakers-input:focus,
    .sponsors-input:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }*/

/* Logo URL Input Group */
.speakers-url-group,
.sponsors-url-group {
    display: flex;
    gap: 8px;
}
.speakers-url-input,
.sponsors-url-input {
    flex: 1;
    min-width: 0;
}
.speakers-add-button,
.sponsors-add-button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    white-space: nowrap;
}
    .speakers-add-button:hover,
    .sponsors-add-button:hover {
        background-color: #2563eb;
        transform: translateY(-1px);
    }
    .speakers-add-button:active,
    .sponsors-add-button:active {
        transform: translateY(0);
    }
.speakers-helper-text,
.sponsors-helper-text {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/* Sponsors List Styles */
.speakers-list-container,
.sponsors-list-container {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 24px;
}
.speakers-list-header,
.sponsors-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.speakers-list-title,
.sponsors-list-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}
.speakers-count-badge,
.sponsors-count-badge {
    background-color: #f3f4f6;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 9999px;
}

/* Table Styles */
.speakers-table,
.sponsors-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}
    .speakers-table thead,
    .sponsors-table thead {
        background-color: #f9fafb;
    }
    .speakers-table th,
    .sponsors-table th {
        padding: 14px 20px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #4b5563;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .speakers-table td,
    .sponsors-table td {
        padding: 16px 20px;
        font-size: 14px;
        border-top: 1px solid #e5e7eb;
        vertical-align: middle;
    }
        .speakers-table td img,
        .sponsors-table td img {
            width: 80px;
            max-width: 80px;
        }
    .speakers-table tr:hover,
    .sponsors-table tr:hover {
        background-color: #f9fafb;
    }
    .speakes-table .actions-cell,
    .sponsors-table .actions-cell {
        text-align: right;
    }

/* Empty State */
.speakers-empty-state,
.sponsors-empty-state {
    padding: 32px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    font-style: italic;
}

/* Action Buttons */
.speakers-action-buttons,
.sponsors-action-buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.speakers-action-button,
.sponsors-action-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
    .speakers-action-button:hover,
    .sponsors-action-button:hover {
        background-color: #f3f4f6;
        color: #1f2937;
    }
    .speakers-action-button.delete:hover,
    .sponsors-action-button.delete:hover {
        color: #ef4444;
        background-color: #fee2e2;
    }

/* Logo Preview */
.speakers-logo-preview,
.sponsors-logo-preview {
    max-width: 80px;
    max-height: 40px;
    display: block;
    object-fit: contain;
}

/* Save Button */
.speakers-save-button,
.sponsors-save-button {
    background-color: #10b981;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
    .speakers-save-button:hover,
    .sponsors-save-button:hover {
        background-color: #059669;
        transform: translateY(-1px);
    }
    .speakers-save-button:active,
    .sponsors-save-button:active {
        transform: translateY(0);
    }
    .speakers-save-button:disabled,
    .sponsors-save-button:disabled {
        background-color: #d1d5db;
        cursor: not-allowed;
        opacity: 0.7;
        transform: none;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .sponsors-url-group {
        flex-direction: column;
    }

    .sponsors-add-button {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }

    .sponsors-table th,
    .sponsors-table td {
        padding: 12px;
    }
}

/*Agenda styling*/
/* Agenda Section Container */
.agenda-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
    color: #1f2937;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Header Styles */
.agenda-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.agenda-step-number {
    background-color: #11a2d1;
    color: white;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 16px;
    font-size: 16px;
}

.agenda-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Form Input Styles */
.agenda-form-group {
    display: grid;
    gap: 24px;
    margin-bottom: 32px;
}

.agenda-input-container {
    margin-bottom: 20px;
}

.agenda-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.agenda-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

    .agenda-input:focus {
        outline: none;
        border-color: #11a2d1;
        box-shadow: 0 0 0 3px rgba(17, 162, 209, 0.15);
    }

.agenda-textarea {
    resize: vertical;
    min-height: 80px;
}

/* Add Button */
.agenda-add-button {
    background: #11a2d1;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

    .agenda-add-button:hover {
        background-color: #0e86ab;
        transform: translateY(-1px);
    }

    .agenda-add-button:active {
        transform: translateY(0);
    }

/* Agenda List Styles */
.agenda-list-container {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 24px;
}

.agenda-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.agenda-list-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Table Styles */
.agenda-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

    .agenda-table thead {
        background-color: #f9fafb;
    }

    .agenda-table th {
        padding: 14px 20px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #4b5563;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .agenda-table td {
        padding: 16px 20px;
        font-size: 14px;
        border-top: 1px solid #e5e7eb;
        vertical-align: middle;
    }

    .agenda-table tr:hover {
        background-color: #f9fafb;
    }

    .agenda-table .actions-cell {
        text-align: right;
    }

/* Empty State */
.agenda-empty-state {
    padding: 32px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    font-style: italic;
}

/* Action Buttons */
.agenda-action-buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.agenda-action-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

    .agenda-action-button:hover {
        background-color: #f3f4f6;
        color: #1f2937;
    }

    .agenda-action-button.delete:hover {
        color: #ef4444;
        background-color: #fee2e2;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .agenda-table th,
    .agenda-table td {
        padding: 12px;
    }

    .agenda-form-group {
        grid-template-columns: 1fr;
    }

    .agenda-table {
        display: block;
        overflow-x: auto;
    }
}
/* Description Section Container */

/* Header Styles */
.description-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.description-step-number {
    background-color: #11a2d1;
    color: white;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 16px;
    font-size: 16px;
}

.description-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Form Input Styles */
.description-form-group {
    display: grid;
    gap: 24px;
}

.description-input-container {
    margin-bottom: 20px;
}

.description-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.description-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

    .description-input:focus {
        outline: none;
        border-color: #11a2d1;
        box-shadow: 0 0 0 3px rgba(17, 162, 209, 0.15);
    }

.description-textarea {
    resize: vertical;
    min-height: 200px;
}

/* Required field indicator */
.required-field {
    color: #ef4444;
}

/* Validation error message */
.validation-error {
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .description-container {
        padding: 24px;
    }

    .description-textarea {
        min-height: 150px;
    }
}

/* Form Actions Container */
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    margin-top: 32px;
}

    /* Base Button Styles */
    .form-actions button {
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }

/* Previous Button */
.form-action-prev {
    background-color: white;
    border: 1px solid #d1d5db;
    color: #374151;
}

    .form-action-prev:hover {
        background-color: #f9fafb;
        transform: translateY(-1px);
    }

    .form-action-prev:active {
        transform: translateY(0);
    }

/* Draft Button */
.form-action-draft {
    background-color: #e5e7eb;
    color: #374151;
    margin-right: 12px;
}

    .form-action-draft:hover {
        background-color: #d1d5db;
        transform: translateY(-1px);
    }

    .form-action-draft:active {
        transform: translateY(0);
    }

/* Next Button */
.form-action-next {
    background-color: #11a2d1;
    color: white;
}

    .form-action-next:hover {
        background-color: #0e86ab;
        transform: translateY(-1px);
    }

    .form-action-next:active {
        transform: translateY(0);
    }

/* Submit Button */
.form-action-submit {
    background-color: #10b981;
    color: white;
    display: none; /* Hidden by default */
}

    .form-action-submit:hover {
        background-color: #059669;
        transform: translateY(-1px);
    }

    .form-action-submit:active {
        transform: translateY(0);
    }

/* Button Icons */
.form-actions i {
    font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-actions {
        flex-direction: column;
        gap: 16px;
    }

    .form-action-buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .form-action-draft {
        margin-right: 0;
        order: 1;
    }

    .form-action-next {
        order: 2;
    }

    .form-action-submit {
        order: 3;
    }

    .form-action-prev {
        width: 100%;
        order: 4;
    }
}

/*Gallery Styling*/
.gallery-container {
    max-width: 100%;
}

/* Gallery Header */
.gallery-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.gallery-header-title {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}
/* Primary Button */
.primary-button {
    display: inline-flex;
    align-items: center;
    background-color: #3b82f6;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

    .primary-button i {
        margin-right: 8px;
    }

    .primary-button:hover {
        background-color: #2563eb;
    }

/* Search & Filter */
.gallery-search-filter {
    margin-bottom: 20px;
}

.gallery-search-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.gallery-search-wrapper {
    position: relative;
    flex-grow: 1;
    max-width: 400px;
}


.gallery-search-input {
    width: 100%;
    padding: 10px 12px 10px 36px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
    background-color: #fff;
}

.gallery-filter-select {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color: #374151;
}

/* Gallery Table */
.gallery-table-container {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-table {
    width: 100%;
    border-collapse: collapse;
}

    .gallery-table thead {
        background-color: #f3f4f6;
        text-align: left;
    }

    .gallery-table th,
    .gallery-table td {
        padding: 12px 16px;
        font-size: 14px;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
    }

    .gallery-table th {
        font-weight: 600;
    }

    .gallery-table img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
    }

/* Action Buttons */
.gallery-action-button {
    margin-left: 8px;
    color: #6b7280;
    font-size: 16px;
    transition: color 0.2s ease;
}

    .gallery-action-button:hover {
        color: #3b82f6;
    }

    .gallery-action-button.delete-button:hover {
        color: #ef4444;
    }

/* Pagination */
.gallery-pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    color: #6b7280;
}

.gallery-pagination-nav {
    display: flex;
    gap: 8px;
}

.gallery-pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    color: #374151;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

    .gallery-pagination-button.active {
        background-color: #3b82f6;
        color: white;
        font-weight: 600;
    }

    .gallery-pagination-button:hover {
        background-color: #f3f4f6;
    }
/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
    animation: modalSlideIn 0.3s ease-out;
}

.modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

    .modal-close:hover {
        background-color: #f3f4f6;
        color: #374151;
    }

.modal-body {
    padding: 1.5rem;
    color: #6b7280;
    line-height: 1.5;
}

.modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.modal-button {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

    .modal-button.secondary {
        background-color: #f3f4f6;
        color: #374151;
    }

        .modal-button.secondary:hover {
            background-color: #e5e7eb;
        }

    .modal-button.danger {
        background-color: #dc2626;
        color: white;
    }

        .modal-button.danger:hover {
            background-color: #b91c1c;
        }

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-search-content {
        flex-direction: column;
        align-items: stretch;
    }

    .gallery-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .gallery-pagination-container {
        flex-direction: column;
        gap: 10px;
    }

    .gallery-table th,
    .gallery-table td {
        padding: 10px;
    }
}
/* Gallery Add Styling */

/* Section Headers */
.gallery-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.gallery-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #3b82f6;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    margin-right: 12px;
}

.gallery-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}
.custom-gallery-form-container {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid rgba(203, 213, 225, 0.3);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

    .custom-gallery-form-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
/*        background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);*/
        z-index: 1;
    }

    .custom-gallery-form-container:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-2px);
    }

/* Form Grid */
.gallery-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .gallery-form-grid {
        grid-template-columns: 1fr;
    }
}

/* Form Groups */
.gallery-form-group {
    margin-bottom: 16px;
}

.gallery-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.required {
    color: #ef4444;
}

.gallery-form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
    transition: border-color 0.2s;
}

    .gallery-form-control:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

    .gallery-form-control::placeholder {
        color: #9ca3af;
    }

textarea.gallery-form-control {
    min-height: 100px;
    resize: vertical;
}

/* File Upload */
.gallery-file-upload-container {
    margin-top: 8px;
}

.gallery-file-upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gallery-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.gallery-file-upload-text {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-file-upload-button {
    padding: 10px 16px;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    transition: background-color 0.2s;
}

    .gallery-file-upload-button:hover {
        background-color: #e5e7eb;
    }

.gallery-file-upload-hint {
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}

/* Error Messages */
.gallery-error-message {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #ef4444;
}

/* Form Actions */
.gallery-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.gallery-form-submit {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .gallery-form-submit:hover {
        background-color: #2563eb;
    }

    .gallery-form-submit i {
        margin-right: 8px;
    }

/* Attachments Preview */
#attachments-preview {
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    padding: 12px;
}

    #attachments-preview .file-preview {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        background-color: #f9fafb;
        border-radius: 4px;
    }

        #attachments-preview .file-preview .file-info {
            display: flex;
            align-items: center;
        }

        #attachments-preview .file-preview .file-icon {
            margin-right: 8px;
            color: #6b7280;
        }

        #attachments-preview .file-preview .file-name {
            font-size: 14px;
            color: #374151;
        }

        #attachments-preview .file-preview .file-remove {
            color: #ef4444;
            cursor: pointer;
        }
/*Request Page Styling*/
.badge {
    padding: 0.5em 0.75em;
    border-radius: 0.375rem;
    font-weight: 600;
    color: white !important;
}

.badge-success {
    background-color: #198754 !important;
}

.badge-info {
    background-color: #0dcaf0 !important;
}

.badge-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.badge-secondary {
    background-color: #6c757d !important;
}
.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    max-width: 350px;
}

.notification-content {
    background-color: lightgreen;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: between;
    align-items: center;
    animation: slideIn 0.3s ease-out;
}

.notification-message {
    flex-grow: 1;
    margin-right: 10px;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* Gallery Form Styles */
.gallery-create-container,
.gallery-edit-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.gallery-create-header,
.gallery-edit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.gallery-create-title,
.gallery-edit-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
}

.gallery-back-button {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #6b7280;
    color: white;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

    .gallery-back-button:hover {
        background-color: #4b5563;
    }

.gallery-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.gallery-form-group {
    display: flex;
    flex-direction: column;
}

    .gallery-form-group.col-span-2 {
        grid-column: span 2;
    }

.gallery-form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #374151;
}

.gallery-form-input,
.gallery-form-select,
.gallery-form-textarea {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    transition: border-color 0.2s;
}

    .gallery-form-input:focus,
    .gallery-form-select:focus,
    .gallery-form-textarea:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.gallery-form-textarea {
    resize: vertical;
    min-height: 100px;
}

.gallery-form-error {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* File Upload Styles */
.gallery-file-upload {
    position: relative;
}

.gallery-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.gallery-file-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border: 2px dashed #d1d5db;
    border-radius: 0.375rem;
    background-color: #f9fafb;
    transition: border-color 0.2s;
    min-height: 150px;
}

    .gallery-file-preview:hover {
        border-color: #3b82f6;
    }

    .gallery-file-preview i {
        font-size: 2rem;
        color: #6b7280;
        margin-bottom: 0.5rem;
    }

    .gallery-file-preview img {
        max-width: 100%;
        max-height: 120px;
        object-fit: cover;
        border-radius: 0.25rem;
    }

.gallery-attachment-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.gallery-attachment-item {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: white;
}

    .gallery-attachment-item img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        border-radius: 0.25rem;
    }

    .gallery-attachment-item span {
        display: block;
        margin-top: 0.5rem;
        font-size: 0.875rem;
        color: #6b7280;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gallery-attachment-item button {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        background-color: #ef4444;
        color: white;
        border: none;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

/* Current Attachments */
.gallery-current-attachments {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.gallery-remove-checkbox {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

/* Form Actions */
.gallery-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.gallery-cancel-button {
    padding: 0.75rem 1.5rem;
    background-color: #6b7280;
    color: white;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

    .gallery-cancel-button:hover {
        background-color: #4b5563;
    }

.gallery-submit-button {
    padding: 0.75rem 1.5rem;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .gallery-submit-button:hover {
        background-color: #2563eb;
    }

/* Responsive */
@media (max-width: 768px) {
    .gallery-form-grid {
        grid-template-columns: 1fr;
    }

    .gallery-form-group.col-span-2 {
        grid-column: span 1;
    }

    .gallery-create-header,
    .gallery-edit-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

//Email template Index Page Style
.btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

.badge {
    font-size: 0.85em;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

//Events Create Page Styling
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.border-bottom {
    border-bottom: 2px solid #dee2e6 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.remove-item {
    margin-top: 0.5rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

//Reminder Styling
/* Custom Modal Styles */
.custom-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header {
    background-color: lightblue;
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 1.2rem;
    border-bottom: none;
}

.custom-modal .modal-title {
    font-weight: 600;
    font-size: 1.4rem;
}

.custom-modal .modal-body {
    padding: 2rem;
    text-align: center;
}

.custom-modal .modal-icon {
    font-size: 4rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.custom-modal .modal-message {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #343a40;
}

.custom-modal .item-details {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin: 1.5rem 0;
}

.custom-modal .item-name {
    font-weight: 600;
    color: #dc3545;
    font-size: 1.3rem;
}

.custom-modal .modal-footer {
    border-top: none;
    padding: 1.2rem;
    justify-content: center;
}

.custom-modal .btn-cancel {
    background-color: #6c757d;
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: 6px;
    font-weight: 500;
}

.custom-modal .btn-delete {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    padding: 0.6rem 1.8rem;
    border-radius: 6px;
    font-weight: 500;
}

.custom-modal .btn-cancel:hover {
    background-color: #5a6268;
}

.custom-modal .btn-delete:hover {
    background: linear-gradient(135deg, #c82333, #a71e2a);
}
