/*
 * Сгенерировано дизайн-конструктором iEXExchanger.
 * Источник настроек: админка iEXExchanger и сохранённые ключи оформления.
 * Не редактируйте этот файл вручную: изменения нужно публиковать из админ-панели.
 * © iEXExchanger. Все права защищены.
 */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

:root {
    --font-sans: 'Geologica', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 0.75rem;
    --input-container-height: 50px;
    --select-container-height: 50px;
    --field-container-radius: calc(var(--radius) + 4px);
    --app-background: #fafafa;
    --app-foreground: #171717;
    --section-background: #fefce8;
    --background: #ffffff;
    --foreground: #171717;
    --card: #ffffff;
    --card-foreground: #171717;
    --popover: #ffffff;
    --popover-foreground: #171717;
    --primary: #2fa042;
    --primary-foreground: #ffffff;
    --secondary: #8afe94;
    --secondary-foreground: #12712e;
    --muted: #fafafa;
    --muted-foreground: #12712e;
    --accent: #8afe94;
    --accent-foreground: #12712e;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #8afe94;
    --input: #8afe94;
    --input-background: #ffffff;
    --ring: #2fa042;
    --toolbar: #ffffff;
    --toolbar-foreground: #171717;
    --toolbar-border: #8afe94;
    --footer-background: #fafafa;
    --footer-foreground: #171717;
    --footer-muted-foreground: #12712e;
    --footer-border: #8afe94;
    --footer-link: #171717;
    --footer-link-hover: #2fa042;
    --footer-accent: #47fd65;
    --exchange-text-background: #fafafa;
    --exchange-text-foreground: #12712e;
    --exchange-text-border: #8afe94;
    --exchange-amount-background: #fafafa;
    --exchange-amount-foreground: #171717;
}

.dark {
    --app-background: #171717;
    --app-foreground: #fafafa;
    --section-background: #262626;
    --background: #171717;
    --foreground: #fafafa;
    --card: #202020;
    --card-foreground: #fafafa;
    --popover: #171717;
    --popover-foreground: #fafafa;
    --primary: #3a7b0a;
    --primary-foreground: #171717;
    --secondary: #3f3f46;
    --secondary-foreground: #fafafa;
    --muted: #303030;
    --muted-foreground: #d4d4d8;
    --accent: #3a7b0a;
    --accent-foreground: #e8feed;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #3f3f46;
    --input: #3f3f46;
    --input-background: #171717;
    --ring: #3a7b0a;
    --toolbar: #171717;
    --toolbar-foreground: #fafafa;
    --toolbar-border: transparent;
    --footer-background: #262626;
    --footer-foreground: #fafafa;
    --footer-muted-foreground: #d4d4d8;
    --footer-border: #3f3f46;
    --footer-link: #fafafa;
    --footer-link-hover: #3a7b0a;
    --footer-accent: #713f12;
    --exchange-text-background: #262626;
    --exchange-text-foreground: #d4d4d8;
    --exchange-text-border: #3f3f46;
    --exchange-amount-background: #262626;
    --exchange-amount-foreground: #fafafa;
}

body, input, button, textarea, select {
    font-family: var(--font-sans);
}

img[class*="size-[var(--exchange-option-icon-size)]"] {
  border-radius: 0 !important;
}

img[class*="size-[var(--exchange-option-child-icon-size)]"] {
  border-radius: 0 !important;
}

img[_ngcontent-iexexchanger-c1323684880].rounded-full.object-cover {
  border-radius: 0;
}

img[width="28"][height="28"][loading="lazy"][decoding="async"] {
    border-radius: 0 !important;
}

footer[_ngcontent-iexexchanger-c2131739388] {
  background: none;
}

ui-avatar[_ngcontent-iexexchanger-c2466237411][data-slot="avatar"][data-size="lg"] {
  background: none !important;
  border-radius: 0 !important;
}

div[_ngcontent-iexexchanger-c1323684880].rounded-2xl.border.border-border.bg-background.p-5.sm\:p-6 {
  background: var(--card);
}

span[_ngcontent-iexexchanger-c3682682319].relative.z-10.flex.min-h-12.w-full.items-center.justify-center.rounded-2xl.bg-background\/60.px-4.py-3 {
  background: none;
}