html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.checkbox-wrapper label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.checkbox-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-radius: 2px;
    background: #fff;
}

.checkbox-wrapper input[type="checkbox"]:checked + label::before {
    background: #0078d4;
}

.validation-message {
    color: red !important;
    font-size: 13px;
    margin-top: 4px;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input, .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
    border-color: #c8c8c8;
}
.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, .e-float-input input, .e-float-input.e-control-wrapper input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input, .e-float-input textarea, .e-float-input.e-control-wrapper textarea, .e-input-group .e-input[disabled], .e-input-group.e-control-wrapper .e-input[disabled], .e-input-group.e-disabled input.e-input, .e-input-group.e-control-wrapper.e-disabled input.e-input, .e-input-group.e-disabled textarea.e-input, .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.e-headertext{
    font-weight: 600 !important;
}

.e-grid .e-headercell {
    color: #2c3e50;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.e-grid .e-rowcell {
    color: #415870;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.e-btn, .e-css.e-btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.e-checkbox-wrapper .e-frame+.e-label, .e-css.e-checkbox-wrapper .e-frame+.e-label{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.bg-blue-card-custom-1{
    background-color: #cfc8f9 !important;
    color: #010713 !important;
}
.bg-blue-card-custom-2{
    background-color: #dbd6fd !important;
    color: #010713 !important;
}
.bg-blue-card-custom-3{
    background-color: #e3e0fd !important;
    color: #010713 !important;
}
.bg-blue-card-custom-4{
    background-color: #ebe9fb !important;
    color: #010713 !important;
}
.bg-blue-card-custom-5{
    background-color: #f5f4fb !important;
    color: #010713 !important;
}
.bg-light-card-custom-5{
    background-color: #ede9fe !important;
    color: #010713 !important;
}

/* Text fields */
.text-field {
    margin-bottom: 16px;
}

.text-field label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #323130;
}

.text-field input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #a19f9d;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.2s;
}

.text-field input:focus {
    border-color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
}

/* Primary button */
.btn-w-100{
    width: 100%;
}
.btn-w-50{
    width: 50%;
}
.btn-w-30{
    width: 30%;
}
.btn-w-20{
    width: 20%;
}
.btn-w-10{
    width: 10%;
}
.btn-primary {
    /*width: 100%;*/
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #0078d4;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #106ebe;
}

.btn-primary:active {
    background-color: #005a9e;
}


.label-input-form{
    font-size: 14px !important;
}
.e-btn.e-primary, .e-css.e-btn.e-primary{
    font-family: 'Roboto', sans-serif !important;
}
.e-ddl.e-input-group .e-input-value, .e-ddl.e-input-group .e-input-value:focus {
    margin: 5px;
    font-family: 'Roboto', sans-serif !important;
}
span label.e-label-top{
    color: #003049 !important;
    font-size: 17px !important;
}
input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input{
    font-family: 'Roboto', sans-serif !important;
}

label{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 30px !important;
}





/* ==========================================
   Glassmorphism Module - Light Glassmorphism Design
   ========================================== */

/* Base Container */
.gmorph-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #e0e5ec 0%, #f5f7fa 50%, #e8eef5 100%);
    padding: 1rem;
}

/* Glass Card - Main Style */
.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.08),
            inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.glass-card-body {
    background: transparent;
    padding: 0;
}

/* Glass Card Variants */
.glass-card-light {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.glass-card-soft {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
            0 8px 40px rgba(0, 0, 0, 0.06),
            0 2px 10px rgba(0, 0, 0, 0.04);
}

/* Page Header */
.gmorph-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.gmorph-header h5,
.gmorph-header h4,
.gmorph-header h3 {
    color: #1a1a2e;
    font-weight: 600;
    margin: 0;
}

.gmorph-header h5 i,
.gmorph-header h4 i,
.gmorph-header h3 i {
    color: #4361ee;
}

/* Stats Cards */
.glass-stat-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 1.25rem;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.glass-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.glass-stat-card .stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.glass-stat-card .stat-icon.primary {
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    color: white;
}

.glass-stat-card .stat-icon.success {
    background: linear-gradient(135deg, #06d6a0 0%, #1b9aaa 100%);
    color: white;
}

.glass-stat-card .stat-icon.warning {
    background: linear-gradient(135deg, #f77f00 0%, #fcbf49 100%);
    color: white;
}

.glass-stat-card .stat-icon.danger {
    background: linear-gradient(135deg, #ef476f 0%, #d62839 100%);
    color: white;
}

.glass-stat-card .stat-icon.info {
    background: linear-gradient(135deg, #4cc9f0 0%, #4895ef 100%);
    color: white;
}

.glass-stat-card .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
}

.glass-stat-card .stat-value-invoice {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
}

.glass-stat-card .stat-label {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Glass Table Container */
.glass-table-container {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}

/* Glass Dialog/Modal */
.glass-dialog {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.glass-dialog .e-dlg-header-content {
    background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.glass-dialog .e-dlg-content {
    background: transparent !important;
}

.glass-dialog .e-footer-content {
    background: rgba(248, 249, 250, 0.5) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Glass Tabs */
.glass-tabs {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 0.5rem;
}

.glass-tabs .e-tab-header {
    background: transparent !important;
}

.glass-tabs .e-toolbar-item.e-active {
    background: rgba(67, 97, 238, 0.15) !important;
    border-radius: 8px !important;
}

.glass-tabs .e-toolbar-item .e-tab-text {
    color: #1a1a2e !important;
    font-weight: 500 !important;
}

.glass-tabs .e-toolbar-item.e-active .e-tab-text {
    color: #4361ee !important;
    font-weight: 600 !important;
}

/* Glass Form Controls */
.glass-form-group {
    margin-bottom: 1rem;
}

.glass-form-group label {
    color: #1a1a2e;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
    display: block;
}

/* Syncfusion Input Overrides for Glass Effect */
.gmorph-container .e-input-group,
.gmorph-container .e-input-group.e-control-wrapper {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}

.gmorph-container .e-input-group:hover,
.gmorph-container .e-input-group.e-control-wrapper:hover {
    border-color: rgba(67, 97, 238, 0.4) !important;
}

.gmorph-container .e-input-group.e-input-focus,
.gmorph-container .e-input-group.e-control-wrapper.e-input-focus {
    border-color: #4361ee !important;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15) !important;
}

.gmorph-container .e-input,
.gmorph-container .e-input::placeholder {
    color: #495057 !important;
}

/* Syncfusion Grid Overrides */
.gmorph-container .e-grid {
    background: transparent !important;
    border: none !important;
}

.gmorph-container .e-grid .e-gridheader {
    background: rgba(248, 249, 250, 0.8) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.gmorph-container .e-grid .e-headercell {
    background: transparent !important;
    color: #1a1a2e !important;
    font-weight: 600 !important;
}

.gmorph-container .e-grid .e-rowcell {
    background: transparent !important;
    color: #495057 !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.gmorph-container .e-grid .e-row:hover .e-rowcell {
    background: rgba(67, 97, 238, 0.05) !important;
}

.gmorph-container .e-grid .e-altrow .e-rowcell {
    background: rgba(248, 249, 250, 0.5) !important;
}

.gmorph-container .e-grid .e-gridpager {
    background: rgba(248, 249, 250, 0.6) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Glass Buttons */
.glass-btn {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #1a1a2e;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.glass-btn-primary {
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    color: white;
    border: none;
}

.glass-btn-primary:hover {
    background: linear-gradient(135deg, #3a56d4 0%, #320a8c 100%);
    color: white;
}

/* ==========================================
   Glassmorphism Badge System
   Premium glass-effect badges for the entire application
   ========================================== */

/* Base Glass Badge Styling - Override Bootstrap defaults */
.badge {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.45em 0.85em;
    border-radius: 8px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.badge:hover {
    transform: translateY(-1px);
    box-shadow:
            0 6px 20px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Glass Primary Badge */
.badge.bg-primary {
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.85) 0%, rgba(58, 12, 163, 0.85) 100%) !important;
    border: 1px solid rgba(67, 97, 238, 0.3);
    box-shadow:
            0 4px 15px rgba(67, 97, 238, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.badge.bg-primary:hover {
    box-shadow:
            0 6px 25px rgba(67, 97, 238, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Glass Success Badge */
.badge.bg-success {
    background: linear-gradient(135deg, rgba(6, 214, 160, 0.85) 0%, rgba(27, 154, 170, 0.85) 100%) !important;
    border: 1px solid rgba(6, 214, 160, 0.3);
    box-shadow:
            0 4px 15px rgba(6, 214, 160, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.badge.bg-success:hover {
    box-shadow:
            0 6px 25px rgba(6, 214, 160, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Glass Danger Badge */
.badge.bg-danger {
    background: linear-gradient(135deg, rgba(239, 71, 111, 0.85) 0%, rgba(214, 40, 57, 0.85) 100%) !important;
    border: 1px solid rgba(239, 71, 111, 0.3);
    box-shadow:
            0 4px 15px rgba(239, 71, 111, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.badge.bg-danger:hover {
    box-shadow:
            0 6px 25px rgba(239, 71, 111, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Glass Warning Badge */
.badge.bg-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.9) 0%, rgba(247, 127, 0, 0.9) 100%) !important;
    color: #1a1a2e !important;
    border: 1px solid rgba(255, 193, 7, 0.3);
    box-shadow:
            0 4px 15px rgba(255, 193, 7, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.badge.bg-warning:hover {
    box-shadow:
            0 6px 25px rgba(255, 193, 7, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* Glass Info Badge */
.badge.bg-info {
    background: linear-gradient(135deg, rgba(76, 201, 240, 0.85) 0%, rgba(72, 149, 239, 0.85) 100%) !important;
    border: 1px solid rgba(76, 201, 240, 0.3);
    box-shadow:
            0 4px 15px rgba(76, 201, 240, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.badge.bg-info:hover {
    box-shadow:
            0 6px 25px rgba(76, 201, 240, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Glass Secondary Badge */
.badge.bg-secondary {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.85) 0%, rgba(73, 80, 87, 0.85) 100%) !important;
    border: 1px solid rgba(108, 117, 125, 0.3);
    box-shadow:
            0 4px 15px rgba(108, 117, 125, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.badge.bg-secondary:hover {
    box-shadow:
            0 6px 25px rgba(108, 117, 125, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Glass Light Badge */
.badge.bg-light {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.9) 100%) !important;
    color: #1a1a2e !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.badge.bg-light:hover {
    box-shadow:
            0 6px 20px rgba(0, 0, 0, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Glass Dark Badge */
.badge.bg-dark {
    background: linear-gradient(135deg, rgba(33, 37, 41, 0.9) 0%, rgba(26, 26, 46, 0.9) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.badge.bg-dark:hover {
    box-shadow:
            0 6px 25px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Glass White Badge (for colored backgrounds) */
.badge.bg-white {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 1);
}

.badge.bg-white:hover {
    box-shadow:
            0 6px 20px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Badge Size Variants */
.badge.badge-sm {
    font-size: 0.7rem;
    padding: 0.35em 0.65em;
}

.badge.badge-lg {
    font-size: 0.95rem;
    padding: 0.55em 1em;
}

/* Pill-shaped Glass Badges */
.badge.rounded-pill {
    border-radius: 50rem;
    padding-left: 1em;
    padding-right: 1em;
}

/* Badge with icon spacing */
.badge i,
.badge .bi {
    margin-right: 0.35em;
}

/* Badge in container context - Additional enhancements for glass containers */
.gmorph-container .badge {
    font-weight: 600;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Info Cards */
.glass-info-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.glass-info-card .info-label {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.glass-info-card .info-value {
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 600;
}

/* Section Headers */
.glass-section-header {
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(67, 97, 238, 0.2);
}

/* Patient/Staff Avatar */
.glass-avatar {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 8px 25px rgba(67, 97, 238, 0.3);
}

.glass-avatar-sm {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 1.25rem;
}

/* Status Indicators */
.glass-status {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.glass-status-active {
    background: rgba(6, 214, 160, 0.15);
    color: #06d6a0;
}

.glass-status-success {
    background: rgba(6, 214, 160, 0.15);
    color: #06d6a0;
}

.glass-status-warning {
    background: rgba(247, 127, 0, 0.15);
    color: #f77f00;
}

.glass-status-danger {
    background: rgba(239, 71, 111, 0.15);
    color: #ef476f;
}

.glass-status-info {
    background: rgba(76, 201, 240, 0.15);
    color: #4895ef;
}

.glass-status-busy {
    background: rgba(29, 4, 106, 0.15);
    color: #8048ef;
}

/* Timeline for History */
.glass-timeline {
    position: relative;
    padding-left: 2rem;
}

.glass-timeline::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #4361ee, rgba(67, 97, 238, 0.2));
    border-radius: 2px;
}

.glass-timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.glass-timeline-item::before {
    content: '';
    position: absolute;
    left: -1.65rem;
    top: 0.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 3px solid #4361ee;
    box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.15);
}

/* Scrollbar Styling */
.gmorph-container ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.gmorph-container ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.gmorph-container ::-webkit-scrollbar-thumb {
    background: rgba(67, 97, 238, 0.3);
    border-radius: 4px;
}

.gmorph-container ::-webkit-scrollbar-thumb:hover {
    background: rgba(67, 97, 238, 0.5);
}

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

.glass-card {
    animation: fadeInUp 0.4s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .glass-card {
        padding: 1rem;
        border-radius: 12px;
    }

    .gmorph-header {
        padding: 0.75rem 1rem;
    }

    .glass-stat-card {
        padding: 1rem;
    }
}

/* Syncfusion Dialog Overrides */
.gmorph-container .e-dialog {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.gmorph-container .e-dlg-header {
    color: #1a1a2e !important;
    font-weight: 600 !important;
}

/* Syncfusion DropDownList Overrides */
.gmorph-container .e-ddl.e-input-group {
    background: rgba(255, 255, 255, 0.9) !important;
}

/* Syncfusion DatePicker Overrides */
.gmorph-container .e-date-wrapper {
    background: rgba(255, 255, 255, 0.9) !important;
}

/* Tab content area */
.gmorph-container .e-tab .e-content {
    background: transparent !important;
}

.gmorph-container .e-tab {
    background: transparent !important;
}

/* Summary Cards Row */
.glass-summary-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.glass-summary-row > * {
    flex: 1;
    min-width: 200px;
}

/* Quick Actions */
.glass-quick-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Detail Page Header */
.glass-detail-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* Checkbox styling for test selection */
.glass-checkbox-group {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.glass-checkbox-group:hover {
    background: rgba(67, 97, 238, 0.08);
}

.glass-checkbox-group input[type="checkbox"]:checked + label {
    color: #4361ee;
    font-weight: 600;
}

/* Price/Amount displays */
.glass-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
}

.glass-price-sm {
    font-size: 0.9rem;
    font-weight: 600;
}

/* Selection badges */
.glass-selection-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(67, 97, 238, 0.1);
    color: #4361ee;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.25rem;
}

.glass-selection-badge .remove-btn {
    margin-left: 0.5rem;
    cursor: pointer;
    opacity: 0.7;
}

.glass-selection-badge .remove-btn:hover {
    opacity: 1;
}
