/* Theme Variables */

  .theme-pink {
    --background: #faebd7;
    --foreground: #cc8899;
    --card: #ffffff;
    --card-foreground: #cc8899;
    --primary: #cc8899;
    --primary-foreground: #ffffff;
    --secondary: #ede9fe;
    --secondary-foreground: #cc8899;
    --muted: #ede9fe;
    --muted-foreground: #cc8899;
    --accent: #ede9fe;
    --accent-foreground: #cc8899;
    --destructive: #ef4444;
    --destructive-foreground: #ffffff;
    --border: #cc8899;
    --input: #cc8899;
    --ring: #cc8899;
  }
  
  .theme-blue {
    --background: #eff6ff;
    --foreground: #1e3a8a;
    --card: #ffffff;
    --card-foreground: #1e3a8a;
    --primary: #3b82f6;
    --primary-foreground: #ffffff;
    --secondary: #dbeafe;
    --secondary-foreground: #1e3a8a;
    --muted: #dbeafe;
    --muted-foreground: #1d4ed8;
    --accent: #dbeafe;
    --accent-foreground: #1e3a8a;
    --destructive: #ef4444;
    --destructive-foreground: #ffffff;
    --border: #bfdbfe;
    --input: #bfdbfe;
    --ring: #3b82f6;
}

.theme-green {
  --background: #dfe8e6;
  --foreground: #5a7326;
  --card: #ffffff;
  --card-foreground: #5a7326;
  --primary: #5a7326;
  --primary-foreground: #ffffff;
  --secondary: #dfe8e6;
  --secondary-foreground: #5a7326;
  --muted: #5a7326a6;
  --muted-foreground: #5a7326;
  --accent: #dfe8e6;
  --accent-foreground: #5a7326;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
  --border: #5a7326;
  --input: #5a7326;
  --ring: #5a7326;
}

  
  .theme-orange {
    --background: #fff7ed;
    --foreground: #9a3412;
    --card: #ffffff;
    --card-foreground: #9a3412;
    --primary: #f77051;
    --primary-foreground: #ffffff;
    --secondary: #fed7aa;
    --secondary-foreground: #9a3412;
    --muted: #fed7aa;
    --muted-foreground: #f77051;
    --accent: #fed7aa;
    --accent-foreground: #f77051;
    --destructive: #f77051;
    --destructive-foreground: #ffffff;
    --border: #fdba74;
    --input: #fdba74;
    --ring: #f77051;
  }
  
  .theme-dark-blue { 
    --background: #FFDEDE;
    --foreground: #CF0F47;
    --card: #ffffff;
    --card-foreground: #CF0F47;
    --primary: #FF0B55;
    --primary-foreground: #ffffff;
    --secondary: #ffc2c2;
    --secondary-foreground: #CF0F47;
    --muted: #ffc2c2;
    --muted-foreground: #FF0B55;
    --accent: #ffc2c2;
    --accent-foreground: #FF0B55;
    --destructive: #CF0F47;
    --destructive-foreground: #ffffff;
    --border: #fca4b4;
    --input: #fca4b4;
    --ring: #FF0B55;
  }

.theme-green .schedule-content {
  text-align: center;
  background-color: #5b732669;
  border-radius: 10px;
  flex: 1;
  min-height: 2.5rem;
  cursor: pointer;
}
