:root {
    --lz-purple: #6f42c1;
    --lz-dark: #051622;
    --lz-muted: #6c757d;
}

.lz-dashboard .stat-card {
    color: #fff;
    border: 0;
    border-radius: 20px;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(5, 22, 34, 0.2);
}

.lz-dashboard .stat-card::before,
.lz-dashboard .stat-card::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    right: -40px;
    top: -40px;
}

.lz-dashboard .stat-card::after {
    width: 120px;
    height: 120px;
    right: 40px;
    top: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.lz-dashboard .stat-card .stat-icon {
    font-size: 1.75rem;
    opacity: 0.8;
}

.lz-dashboard .stat-card .stat-value {
    font-size: 2.25rem;
    font-weight: 700;
}

.lz-dashboard .stat-card .stat-label,
.lz-dashboard .stat-card .stat-subtext {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.lz-dashboard .stat-card .stat-subtext {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.95rem;
    opacity: 0.85;
}

.lz-dashboard .stat-card--sunrise {
    background: linear-gradient(120deg, #031b50, #0069ba);
    /* background: linear-gradient(120deg, #ff9a8b, #ff6a88, #ff99ac); */
}

.lz-dashboard .stat-card--ocean {
    /* background: linear-gradient(120deg, #4facfe, #00f2fe); */
    background: linear-gradient(120deg, #49b003, #61ce70);
}

.lz-dashboard .stat-card--mint {
    /* background: linear-gradient(120deg, #43e97b, #38f9d7); */
    background: linear-gradient(120deg, #beb503, #efe207);
}

.lz-dashboard .card {
    width: 100%;
}

.lz-dashboard .table-responsive {
    max-height: 360px;
}

.lz-dashboard .badge-floor {
    background: rgba(111, 66, 193, 0.15);
    color: var(--lz-purple);
}

.lz-dashboard .cursor-pointer {
    cursor: pointer;
}

.lz-dashboard table thead th {
    color: #0069ba;
}

span#lz-revenue-total {
    color: #fff !important;
    background: #47629d;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
}

.bay-top-pill {
    color: #fff;
    background: #beb503;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
}

.lz-control-wrapper .card-body {
    padding: 1.5rem 1.75rem;
}

.lz-control-card {
    border-radius: 18px;
}

.lz-control-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem 2rem;
    /* align-items: end; */
}

.lz-control-field .form-select,
.lz-control-field .form-control {
    min-height: 48px;
    max-width: 100%;
}

.lz-date-group .btn {
    min-width: 44px;
}

.lz-control-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lz-control-actions .btn {
    min-width: 140px;
}

.lz-control-wrapper .btn-primary {
    box-shadow: 0 15px 30px rgba(3, 27, 80, 0.15);
}

.lz-dashboard-tabs .nav-link {
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
}

.lz-dashboard-tabs .nav-link.active {
    background: #031b50;
    color: #fff;
}

.lz-schedule-legend .lz-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.lz-legend-dot.bg-available {
    background: #e9f5ff;
    border: 1px solid #c5e1fb;
}
.lz-legend-dot.bg-confirmed {
    background: #0069ba;
}
.lz-legend-dot.bg-hold {
    background: #ffa94d;
}
.lz-legend-dot.bg-blocked {
    background: #c92a2a;
}
.lz-legend-dot.bg-checked-in {
    background: #2fb66d;
}
.lz-legend-dot.bg-checked-out {
    background: #adb5bd;
}

.lz-schedule-layout {
    align-items: flex-start;
}

.lz-schedule-grid {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    min-height: 280px;
    background: #fff;
}

.lz-grid-row {
    display: grid;
    grid-template-columns: 75px repeat(
            var(--lz-bay-count, 12),
            minmax(54px, 1fr)
        );
}

.lz-grid-header {
    position: sticky;
    top: 0;
    z-index: 4;
    background: #f8fafc;
    border-bottom: 1px solid #e3e8ef;
    box-shadow: 0 6px 12px rgba(3, 27, 80, 0.07);
}

.lz-grid-cell {
    border-right: 1px solid #e3e8ef;
    border-bottom: 1px solid #e3e8ef;
    padding: 0.4rem;
    font-size: 0.8rem;
    min-height: 54px;
}

.lz-grid-cell.lz-grid-time {
    font-weight: 600;
    background: #f5f7fb;
    color: #031b50;
    position: sticky;
    left: 0;
    z-index: 5;
    box-shadow: 4px 0 12px rgba(3, 27, 80, 0.05);
    padding-top: 15px;
    text-align: center;
}

.lz-grid-cell.lz-grid-bay {
    border-bottom: 1px solid #e3e8ef;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0.2rem;
}

.lz-grid-row button.lz-grid-cell {
    border: none;
    border-right: 1px solid #e3e8ef;
    border-bottom: 1px solid #e3e8ef;
    background: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    transition:
        box-shadow 0.15s ease,
        transform 0.15s ease;
    position: relative;
    min-height: 54px;
    padding: 0.4rem 0.2rem 0.6rem;
}

.lz-grid-row button.lz-grid-cell span {
    font-size: 0.78rem;
    font-weight: 600;
}

.lz-grid-row button.lz-visit-checked-in {
    background: #eef9f3;
    box-shadow: inset 0 0 0 1px #c9ecd6;
}

.lz-grid-row button.lz-visit-checked-out {
    background: #f6f6f6;
    opacity: 0.85;
}

.lz-cell-number {
    font-weight: 700;
    font-size: 0.85rem;
    width: 100%;
}

.lz-cell-icon {
    font-size: 0.85rem;
}

.lz-grid-cell .lz-grid-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 3;
    justify-content: space-between;
}
.lz-cell-icon.text-warning {
    padding-left: 5px;
    padding-right: 5px;
}

.lz-grid-row button.lz-grid-cell:hover .lz-grid-actions,
.lz-grid-cell button.is-disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.lz-grid-row button.is-dragging {
    outline: 2px dashed #031b50;
    outline-offset: -4px;
    background: rgba(3, 27, 80, 0.08);
}

.lz-grid-row button.is-drag-preview {
    position: relative;
    box-shadow: inset 0 0 0 2px #0d6efd;
    animation: lzPulse 1s ease-in-out infinite;
}

.lz-grid-row button.is-drag-preview::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.08);
    border-radius: 8px;
}

.lz-grid-row .is-drag-ghost {
    margin-top: 0.25rem;
    background: rgba(3, 27, 80, 0.1) !important;
    border: 1px dashed #031b50;
}

.lz-grid-row .is-drag-ghost::after {
    content: '';
    border-top: 2px solid #031b50;
    display: block;
    width: 40%;
    margin: 0.25rem auto 0;
}

.lz-grid-row button.is-drop-processing {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.lz-grid-row button.is-drop-processing::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
}

.lz-grid-row button.is-drop-processing::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid rgba(3, 27, 80, 0.2);
    border-top-color: #031b50;
    animation: lzSpin 0.9s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes lzSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes lzPulse {
    0% {
        box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.6);
    }
    70% {
        box-shadow: inset 0 0 0 6px rgba(13, 110, 253, 0.1);
    }
    100% {
        box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.6);
    }
}

.lz-grid-action {
    border: none;
    border-radius: 999px;
    width: 22px;
    height: 22px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    box-shadow: 0 3px 6px rgba(5, 22, 34, 0.15);
    cursor: pointer;
}

/* .lz-grid-action.lz-grid-edit {
    background: #fff;
    color: #345;
    border: 1px solid rgba(5, 22, 34, 0.14);
} */

/* .lz-grid-action.lz-grid-edit:hover,
.lz-grid-action.lz-grid-edit:focus-visible {
    background: #f4f8ff;
    color: #123;
    outline: none;
} */

/* .lz-grid-action.lz-grid-cancel {
    background: #fff6f6;
    color: #c22;
    border: 1px solid rgba(194, 34, 34, 0.25);
} */

.lz-visit-confirm-details {
    background: #f8f9fb;
    border-radius: 0.35rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #e4e8f1;
}

.lz-grid-action.lz-grid-cancel:hover,
.lz-grid-action.lz-grid-cancel:focus-visible {
    /* background: #ffe1e1; */
    /* color: #a41414; */
    outline: none;
}

.lz-grid-row button.lz-status-available {
    background: #fdfefe;
    color: #6c7a91;
}
.lz-grid-row button.lz-status-confirmed {
    background: rgba(0, 105, 186, 0.18);
    color: #031b50;
}
.lz-grid-row button.lz-status-hold {
    background: rgba(255, 169, 77, 0.28);
    color: #7a4800;
}
.lz-grid-row button.lz-status-blocked {
    background: rgba(201, 42, 42, 0.28);
    color: #601010;
}
.lz-grid-row button.lz-status-past {
    background: #f2f4f7;
    color: #97a0b8;
    cursor: not-allowed;
}
.lz-grid-row button.lz-grid-cell.is-selected {
    box-shadow: 0 0 0 2px #3568d4 inset;
    transform: translateY(-1px);
}

.lz-grid-row button.is-selected {
    box-shadow: 0 0 0 2px #031b50 inset;
    transform: translateY(-1px);
}

.lz-grid-row button.is-manual-selected {
    box-shadow: 0 0 0 2px #00a1ff inset;
    position: relative;
}

.lz-grid-row button.is-manual-selected::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00a1ff;
}

.lz-slot-tooltip {
    min-width: 180px;
}

.lz-slot-tooltip .text-muted {
    font-size: 0.8rem;
}

.lz-grid-empty {
    padding: 2rem;
    text-align: center;
    color: #6c7a91;
}

.lz-schedule-sidebar {
    width: 360px;
    flex-shrink: 0;
}

.lz-stat-row {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #e3e8ef;
    font-size: 0.9rem;
}

.lz-reservations {
    max-height: 1000px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lz-reservations__empty {
    text-align: center;
    color: #6c7a91;
    padding: 2rem 1rem;
}

.lz-reservation-card {
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.lz-reservation-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(5, 22, 34, 0.08);
}

.lz-reservation-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}

.lz-reservation-card__ref {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    color: #a1abc4;
    text-transform: uppercase;
}

.lz-reservation-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6c757d;
}

.lz-reservation-card__payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.35rem 0.25rem 0.15rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    margin: 0.5rem 0;
}

.lz-reservation-card__payment strong {
    display: block;
    font-size: 0.95rem;
}

.lz-reservation-card__payment .text-danger {
    font-weight: 600;
}

.lz-reservation-card__payment .text-info {
    font-weight: 600;
}

.lz-reservation-card__meta span i {
    margin-right: 4px;
    color: #031b50;
}

.lz-reservation-card__code {
    margin-top: 0.35rem;
    font-weight: 600;
    color: #031b50;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    letter-spacing: 0.05em;
}

.lz-reservation-card__contact {
    font-size: 0.8rem;
    color: #6c7a91;
}

.lz-reservation-card__contact i {
    margin-right: 4px;
}

.lz-reservation-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.lz-reservation-card__actions .btn {
    flex: 1 1 auto;
}

.lz-reservation-card__divider {
    width: 1px;
    height: 20px;
    background: #e3e8ef;
    display: inline-block;
}

#lz-selected-slot {
    font-size: 0.9rem;
    background: #f8fafc;
    border-color: #e3e8ef !important;
}

.lz-grid-cell .spinner-border {
    width: 1rem;
    height: 1rem;
}

.lz-dashboard .modal .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #031b50;
}

.lz-dashboard .modal .form-control:disabled {
    background: #f5f5f5;
}

.lz-dashboard .search-wrapper .input-group-text {
    background: transparent;
}

.form-check.form-switch .form-check-input {
    background-repeat: no-repeat;
}

.lz-reservation-card__code .text-warning {
    font-size: smaller;
}

@media (max-width: 1600px) {
    .lz-grid-row {
        grid-template-columns: 70px repeat(
                var(--lz-bay-count, 12),
                minmax(45px, 1fr)
            );
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
    /* .lz-schedule-sidebar {
		width: 100%;
	} */
    .lz-reservation-card__meta {
        flex-direction: column;
        gap: 0.35rem;
    }
}

@media (max-width: 768px) {
    .lz-grid-row {
        grid-template-columns: 90px repeat(auto-fit, minmax(70px, 1fr));
    }
    .lz-dashboard-tabs .nav-link {
        padding: 0.5rem 1rem;
    }
}

/* Booking Details Modal Styles */
.lz-booking-details-grid .card {
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(5, 22, 34, 0.04);
}

.lz-booking-details-grid .card-header {
    border-bottom: 1px solid #e3e8ef;
    border-radius: 12px 12px 0 0 !important;
    padding: 0.75rem 1rem;
}

.lz-booking-details-grid .card-header h6 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #031b50;
}

.lz-booking-details-grid .table-sm {
    font-size: 0.85rem;
}

.lz-booking-details-grid .table-sm td,
.lz-booking-details-grid .table-sm th {
    padding: 0.5rem 0.75rem;
}

.lz-booking-details-grid code {
    font-size: 0.8rem;
    background: #f5f7fb;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.lz-booking-details-loading {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#lz-booking-details .modal-xl {
    max-width: 960px;
}

@media (max-width: 992px) {
    #lz-booking-details .modal-xl {
        max-width: 95%;
        margin: 1rem auto;
    }
}

/* Grouped Booking Indicator */
#lz-edit-grouped-indicator .alert {
    font-size: 0.9rem;
}

#lz-edit-grouped-indicator .alert i {
    color: #0c63e4;
}
.lz-status-confirmed .lz-cell-number {
    color: #fff;
    font-weight: 700 !important;
}
.lz-status-confirmed .lz-cell-icon {
    margin-top: -4px;
    margin-bottom: 4px;
}
.lz-grid-actions span.lz-grid-action {
    background: transparent;
    color: #fff;
    border: none;
}

/* Base button style */
.lz-reservation-card__actions .btn {
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 12px;
    font-weight: 500;
    border: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center; /* ✅ center horizontally */
}

/* Hover effect */
.lz-reservation-card__actions .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
}

/* =========================
   CHECK-OUT (Dark Blue Theme)
========================= */
.lz-reservation-card__actions .lz-visit-action[data-action='check_out'] {
    background: linear-gradient(135deg, #0b2a5b, #123b7a);
    color: #fff;
}

.lz-reservation-card__actions .lz-visit-action[data-action='check_out']:hover {
    background: linear-gradient(135deg, #091f45, #0b2a5b);
}

/* =========================
   EXTEND (Yellow Accent)
========================= */
.lz-reservation-card__actions .lz-extend-booking {
    background: linear-gradient(135deg, #ffd500, #ffea00);
    color: #0b2a5b;
}

.lz-reservation-card__actions .lz-extend-booking:hover {
    background: linear-gradient(135deg, #ffea00, #ffd500);
}

/* =========================
   EDIT (Blue Accent)
========================= */
.lz-reservation-card__actions .lz-edit-booking {
    background: linear-gradient(135deg, #1e66f5, #3b82f6);
    color: #fff;
}

.lz-reservation-card__actions .lz-edit-booking:hover {
    background: linear-gradient(135deg, #174fcc, #2563eb);
}

/* =========================
   CANCEL (Soft Red)
========================= */
.lz-reservation-card__actions .lz-cancel-booking {
    background: linear-gradient(135deg, #ff4d4d, #ff6b6b);
    color: #fff;
}

.lz-reservation-card__actions .lz-cancel-booking:hover {
    background: linear-gradient(135deg, #e63946, #ff4d4d);
}

/* =========================
   VIEW DETAILS (Light Button)
========================= */
.lz-reservation-card__actions .lz-view-details {
    /* background: #f1f3f5; */
    color: #fff;
}

.lz-reservation-card__actions .lz-view-details:hover {
    background: #e9ecef;
}

/* Remove divider for modern look */
.lz-reservation-card__divider {
    display: none;
}
/* .lz-schedule-grid {
    max-height: calc(100vh - 260px);
} */

@media (max-width: 767px) {
    .lz-dashboard .lz-control-wrapper {
        padding: 0;
    }
    .lz-dashboard .lz-control-card {
        padding: 10px;
    }
    .lz-dashboard .lz-control-actions {
        display: none !important;
    }
    .modal {
        padding-top: 50px;
    }
    .modal-backdrop.show {
        display: none !important;
    }
    .modal{
    --bs-modal-zindex:1090;
    }
}

/* =========================
   Frontend Employee Styles
   ========================= */

/* Container adjustment for frontend (non-admin) */
.lz-dashboard.lz-frontend {
    padding: 20px 10px;
}

/* Hide admin-specific elements on frontend */
.lz-dashboard.lz-frontend .wrap-header {
    display: none;
}

/* Navigation links between dashboard and floor view */
.lz-employee-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.lz-employee-nav-links {
    display: flex;
    gap: 15px;
}

.lz-employee-nav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    transition: all 0.2s ease;
}

.lz-employee-nav a:hover {
    background: #e9ecef;
    color: #212529;
}

.lz-employee-nav a.active {
    background: #0d6efd;
    color: #fff;
}

/* Logout button styling */
.lz-employee-logout,
.lz-admin-logout {
    color: #dc3545 !important;
}

.lz-employee-logout:hover,
.lz-admin-logout:hover {
    background: #f8d7da !important;
    color: #a71d2a !important;
}

/* =========================
   Admin Navigation (for frontend admin pages)
   ========================= */

.lz-admin-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.lz-admin-nav-links {
    display: flex;
    gap: 15px;
}

.lz-admin-nav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    transition: all 0.2s ease;
}

.lz-admin-nav a:hover {
    background: #e9ecef;
    color: #212529;
}

.lz-admin-nav a.active {
    background: #0d6efd;
    color: #fff;
}

.lz-nav-divider {
    color: #adb5bd;
    font-weight: 300;
    margin: 0 5px;
    user-select: none;
}

/* Ensure modals work properly on frontend */
.lz-frontend .modal {
    z-index: 1055;
}

.lz-frontend .modal-backdrop {
    z-index: 1050;
}

/* Remove Bay modal must appear on top of Edit modal */
#lz-remove-bay-modal {
    z-index: 1060 !important;
}

#lz-remove-bay-modal ~ .modal-backdrop {
    z-index: 1055 !important;
}

/* Add Bay modal must appear on top of Edit modal */
#lz-add-bay-modal {
    z-index: 1060 !important;
}

#lz-add-bay-modal ~ .modal-backdrop {
    z-index: 1055 !important;
}

/* Mobile adjustments for employee view */
@media (max-width: 767px) {
    .lz-dashboard.lz-frontend {
        padding: 10px;
    }

    .lz-employee-nav,
    .lz-admin-nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .lz-employee-nav-links,
    .lz-admin-nav-links {
        flex-wrap: wrap;
        gap: 10px;
    }

    .lz-employee-nav a,
    .lz-admin-nav a {
        padding: 6px 12px;
        font-size: 14px;
    }

    .lz-employee-logout,
    .lz-admin-logout {
        margin-left: auto;
    }

    .lz-nav-divider {
        display: none;
    }
}

/* =========================
   Employee Login Form
   ========================= */

.lz-employee-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 20px;
}

.lz-employee-login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    width: 100%;
    max-width: 420px;
}

.lz-employee-login-header {
    text-align: center;
    margin-bottom: 30px;
}

.lz-employee-login-header i {
    font-size: 48px;
    color: #0d6efd;
    margin-bottom: 15px;
    display: block;
}

.lz-employee-login-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
}

.lz-employee-login-header p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
}

/* WordPress login form styling */
.lz-employee-login-card form {
    margin: 0;
}

.lz-employee-login-card p {
    margin-bottom: 20px;
}

.lz-employee-login-card label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 6px;
}

.lz-employee-login-card input[type="text"],
.lz-employee-login-card input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lz-employee-login-card input[type="text"]:focus,
.lz-employee-login-card input[type="password"]:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.lz-employee-login-card .login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lz-employee-login-card .login-remember input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.lz-employee-login-card .login-remember label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.lz-employee-login-card .login-submit {
    margin-bottom: 0;
}

.lz-employee-login-card input[type="submit"] {
    width: 100%;
    padding: 14px 24px;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.lz-employee-login-card input[type="submit"]:hover {
    background: #0b5ed7;
}

.lz-employee-login-card input[type="submit"]:active {
    background: #0a58ca;
}

.lz-employee-login-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.lz-employee-login-footer p {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    text-align: center;
}

.lz-employee-login-footer i {
    margin-right: 4px;
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .lz-employee-login-wrapper {
        min-height: auto;
        padding: 10px;
    }

    .lz-employee-login-card {
        padding: 25px;
    }

    .lz-employee-login-header i {
        font-size: 40px;
    }

    .lz-employee-login-header h2 {
        font-size: 20px;
    }
}
