@tailwind components;
@tailwind utilities;

@layer components {
  .all-\[unset\] {
    all: unset;
  }
}

:root {
  --bg: rgba(255, 255, 255, 1);
  --foundation-greygrey-400: rgba(92, 92, 92, 1);
  --foundation-greygrey-500: rgba(51, 51, 51, 1);
  --foundation-whitewhite-600: rgba(232, 232, 232, 1);
  --primarygreen-pr: rgba(10, 154, 178, 1);
  --pure-black: rgba(13, 13, 13, 1);
  --white: rgba(255, 255, 255, 1);
}

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 47.4% 11.2%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 47.4% 11.2%;

    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;

    --card: transparent;
    --card-foreground: 222.2 47.4% 11.2%;

    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;

    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 0 100% 50%;
    --destructive-foreground: 210 40% 98%;

    --ring: 215 20.2% 65.1%;

    --radius: 0.5rem;
  }

  .dark {
    --background: 224 71% 4%;
    --foreground: 213 31% 91%;

    --muted: 223 47% 11%;
    --muted-foreground: 215.4 16.3% 56.9%;

    --accent: 216 34% 17%;
    --accent-foreground: 210 40% 98%;

    --popover: 224 71% 4%;
    --popover-foreground: 215 20.2% 65.1%;

    --border: 216 34% 17%;
    --input: 216 34% 17%;

    --card: transparent;
    --card-foreground: 213 31% 91%;

    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 1.2%;

    --secondary: 222.2 47.4% 11.2%;
    --secondary-foreground: 210 40% 98%;

    --destructive: 0 63% 31%;
    --destructive-foreground: 210 40% 98%;

    --ring: 216 34% 17%;

    --radius: 0.5rem;
  }
}

@layer base {
  * {
    @apply border-border;
  }

  body {
    @apply bg-background text-foreground;
    font-feature-settings: "rlig"1, "calt"1;
  }
}

body {
  font-family: "Geist", sans-serif;
}

.goog-te-gadget {
  font-size: 0 !important;
}

@media (min-width: 320px) and (max-width: 640px) {
  .goog-te-gadget .goog-te-combo {
    width: 120px !important;
  }
}

.goog-te-gadget .goog-te-combo {
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #555;
  background-color: #333;
  color: white;
  cursor: pointer;
}


/* Hide Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}




body {
  top: 0 !important;
  position: static !important;
}

@media (min-width: 640px) {
  .custom-language-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
  }
}



.custom-language-select:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.loading-indicator {
  margin-left: 10px;
  font-size: 12px;
  color: #666;
}

.language-selector {
  display: flex;
  align-items: center;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left: 0;
  top: -53px !important;
  height: 39px;
  width: 100%;
  z-index: 10000001;
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb {
  display: none !important;
}

.goog-te-gadget span,
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* Hide Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-te-balloon-frame {
  display: none !important;
}

/* Hide Google Translate banner */
#goog-gt-tt,
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget {
  display: none !important;
}

/* Prevent iframe balloon from affecting layout */
iframe.goog-te-banner-frame {
  display: none !important;
}