﻿:root {
    --light-checkbox-bg: #f0f0f0;
    --light-checkbox-border: #ccc;
    --light-checkbox-hover-bg: #e0e0e0;
    --light-checkbox-hover-border: #bbb;
    --light-checkmark-color: white;

    --light-green: #A5ED98;
    --morning-glory: #a0cdde;
    --primary-color: #2563eb;


 


    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #06b6d4;
    --secondary-color: #6b7280;
    --secondary-w-color: #f1f5f9;
    --border-radius: 12px;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-success: linear-gradient(135deg, #28a745 0%, #218838 100%);
    --gradient-warning: linear-gradient(135deg, #ffa502 0%, #ff6348 100%);
    --gradient-danger: linear-gradient(135deg, #ff3f34 0%, #c0392b 100%);
    /*        --accent-color: #10b981; */
    --accent-color: #5729e9;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --border-color: #e2e8f0;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    /* --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); */
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --button-primary-start: #1e3a8a;
    --button-primary-end: #3b82f6;
    --button-hover-start: #152c70;
    --shadow-light-secondary: 0 4px 16px rgba(0, 0, 0, 0.05);
    --light-bg: #f8f9fa;
    --border-color: #e9ecef;
    --text-muted: #6c757d;
    --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
}
