@font-face {
  font-family: 'Gotham';
  src: url('/static/fonts/Gotham-Light.woff') format('woff'), url('/static/fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/static/fonts/Gotham-Regular.woff') format('woff'), url('/static/fonts/Gotham-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/static/fonts/Gotham-Medium.woff') format('woff'), url('/static/fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Light.woff2') format('woff2'), url('/static/fonts/Graphik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Regular.woff2') format('woff2'), url('/static/fonts/Graphik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Medium.woff2') format('woff2'), url('/static/fonts/Graphik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Bold.woff2') format('woff2'), url('/static/fonts/Graphik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/static/fonts/LyonDisplay-Light.woff2') format('woff2'), url('/static/fonts/LyonDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/static/fonts/LyonDisplay-Regular.woff2') format('woff2'), url('/static/fonts/LyonDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/static/fonts/LyonDisplay-Medium.woff2') format('woff2'), url('/static/fonts/LyonDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LyonDisplay';
  src: url('/static/fonts/LyonDisplay-Bold.woff2') format('woff2'), url('/static/fonts/LyonDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root,
[data-theme='dark'] {
  color-scheme: dark;
  --error: #B33424;
  --danger: #B33424;
  --warning: #EDB31F;
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --black: #000000;
  --accent-yellow: #EAB308;
  --accent-yellow-light: #f8c72d;
  --accent-yellow-dark: #b98d06;
  --accent-red: #EF4444;
  --accent-red-light: #f37373;
  --accent-red-dark: #eb1515;
  --accent-orange: #F97316;
  --accent-orange-light: #fa9148;
  --accent-orange-dark: #d65b06;
  --success: #21A649;
  --success-light: #29d15c;
  --success-dark: #197b36;
  --accent-blue: #3B82F6;
  --accent-blue-light: #6ca1f8;
  --accent-blue-dark: #0b63f3;
  --accent-cyan: #06B6D4;
  --accent-cyan-dark: #058ba2;
  --accent-magenta: #D946EF;
  --accent-magenta-light: #e375f3;
  --accent-magenta-dark: #cf17eb;
  --primary: #42ade3;
  --primary-hover: #2f9ace;
  --accent: #883227;
  --accent-light: #B33424;
  --primary-alpha-10: rgba(66, 173, 227, 0.1);
  --primary-alpha-20: rgba(66, 173, 227, 0.2);
  --primary-alpha-30: rgba(66, 173, 227, 0.3);
  --primary-alpha-50: rgba(66, 173, 227, 0.5);
  --accent-alpha-10: rgba(136, 50, 39, 0.1);
  --accent-alpha-20: rgba(136, 50, 39, 0.2);
  --accent-alpha-30: rgba(136, 50, 39, 0.3);
  --accent-alpha-50: rgba(136, 50, 39, 0.5);
  --light-alpha-10: rgba(255, 255, 255, 0.1);
  --light-alpha-20: rgba(255, 255, 255, 0.2);
  --light-alpha-30: rgba(255, 255, 255, 0.3);
  --light-alpha-40: rgba(255, 255, 255, 0.4);
  --light-alpha-50: rgba(255, 255, 255, 0.5);
  --light-alpha-60: rgba(255, 255, 255, 0.6);
  --light-alpha-70: rgba(255, 255, 255, 0.7);
  --light-alpha-80: rgba(255, 255, 255, 0.8);
  --light-alpha-90: rgba(255, 255, 255, 0.9);
  --dark-alpha-10: rgba(0, 0, 0, 0.1);
  --dark-alpha-20: rgba(0, 0, 0, 0.2);
  --dark-alpha-30: rgba(0, 0, 0, 0.3);
  --dark-alpha-40: rgba(0, 0, 0, 0.4);
  --dark-alpha-50: rgba(0, 0, 0, 0.5);
  --dark-alpha-60: rgba(0, 0, 0, 0.6);
  --dark-alpha-70: rgba(0, 0, 0, 0.7);
  --dark-alpha-80: rgba(0, 0, 0, 0.8);
  --dark-alpha-90: rgba(0, 0, 0, 0.9);
  --facebook: #1877F2;
  --twitter: #1DA1F2;
  --instagram: #E4405F;
  --youtube: #FF0000;
  --tiktok: #000000;
  --discord: #5865F2;
  --twitch: #9146FF;
  --color-dark-translucent: rgba(0, 0, 0, 0.7);
  --color-light-translucent: rgba(255, 255, 255, 0.1);
  --root-font-size: 16px;
  --font-size-xs: 0.8125rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 0.9375rem;
  --font-size-md: 0.9375rem;
  --font-size-lg: 1.0625rem;
  --font-size-xl: 1.1875rem;
  --font-size-2xl: 1.3125rem;
  --text-color: var(--text-default);
  --body-color: var(--text-default);
  --body-bg-color: var(--surface-app);
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --header-bg-color: #14141a;
  --header-border-color: var(--border-subtle);
  --footer-bg-color: #14141a;
  --content-bg-color: var(--surface-app);
  --headings-color: var(--text-default);
  --headings-color-sm: var(--text-secondary);
  --page-header-color: var(--text-default);
  --page-header-border: var(--border-moderate);
  --headings-font-weight: 600;
  --headings-line-height: 1.2;
  --headings-letter-spacing: -0.02em;
  --lead-color: var(--text-muted);
  --font-family-sans-serif: 'Graphik', system-ui, -apple-system, sans-serif;
  --font-family-serif: Georgia, 'Times New Roman', Times, serif;
  --font-family-monospace: 'Space Mono', monospace;
  --font-family-base: 'Graphik', system-ui, -apple-system, sans-serif;
  --text-primary: #42ade3;
  --text-secondary: #883227;
  --text-success: #21A649;
  --text-danger: #B33424;
  --text-warning: #EDB31F;
  --text-info: #3B82F6;
  --text-muted: var(--text-muted);
  --link-color: #42ade3;
  --link-decoration: none;
  --link-hover-color: #2f9ace;
  --link-hover-decoration: none;
  --link-color-default: #616161;
  --link-hover-color-default: #212121;
  --link-disabled-color-default: #BDBDBD;
  --link-color-primary: #42ade3;
  --link-hover-color-primary: #2f9ace;
  --link-disabled-color-primary: rgba(66, 173, 227, 0.4);
  --link-color-secondary: #B33424;
  --link-hover-color-secondary: #d84e3c;
  --link-disabled-color-secondary: rgba(179, 52, 36, 0.4);
  --link-color-neutral: var(--text-secondary);
  --link-hover-color-neutral: var(--text-default);
  --link-disabled-color-neutral: var(--text-faint);
  --link-color-inverse: #212121;
  --link-hover-color-inverse: #424242;
  --link-disabled-color-inverse: rgba(33, 33, 33, 0.4);
  --border-width: 1px;
  --border-width-2x: 2px;
  --border-width-3x: 3px;
  --border-width-4x: 4px;
  --border-color-dark: var(--border-subtle);
  --border-color-light: var(--border-emphasis);
  --border-color: var(--border-moderate);
  --border-color-inverse-dark: var(--border-emphasis);
  --border-color-inverse-light: var(--border-subtle);
  --border-color-inverse: var(--border-moderate);
  --border-color-primary: #42ade3;
  --border-color-secondary: #883227;
  --border-color-default: #E0E0E0;
  --border-color-default-inverse: #616161;
  --border-color-danger: #B33424;
  --border-color-success: #21A649;
  --border-color-warning: #EDB31F;
  --border-color-info: #3B82F6;
  --border-radius-small: 0.125rem;
  --border-radius-base: 0.25rem;
  --border-radius-large: 0.375rem;
  --border-radius-circle: 50%;
  --icons-font-family: 'Font Awesome 6 Pro';
  --icon-default-color: var(--text-secondary);
  --icon-secondary-color: var(--text-muted);
  --icon-inverse-color: #212121;
  --icon-hover-color: var(--text-default);
  --hr-border-color: var(--border-moderate);
  --hr-border-color-inverse: var(--border-emphasis);
  --blockquote-small-color: var(--text-secondary);
  --blockquote-border-color: var(--border-moderate);
  --cursor-disabled: not-allowed;
  --cursor-default: default;
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #42ade3;
  --component-active-hover-bg: #2f9ace;
  --input-bg: var(--surface-floating);
  --input-bg-disabled: rgba(46, 46, 56, 0.5);
  --input-color: var(--text-default);
  --input-color-inverse: #212121;
  --input-border-color: var(--border-moderate);
  --input-box-shadow: none;
  --input-box-shadow-disabled: none;
  --input-color-focus: var(--text-default);
  --input-bg-focus: var(--surface-floating-hover);
  --input-inline-bg-focus: var(--surface-floating-hover);
  --input-border-focus: #42ade3;
  --input-shadow-focus: 0 0 0 3px rgba(66, 173, 227, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: var(--text-faint);
  --input-color-disabled: var(--text-muted);
  --input-line-height: 1.5;
  --radio-default-color: var(--border-moderate);
  --radio-active-color: #42ade3;
  --checkbox-active-color: #42ade3;
  --form-control-feedback-color: var(--text-secondary);
  --form-check-accent-color: #42ade3;
  --form-check-input-bg: var(--surface-floating);
  --form-check-input-border: var(--border-moderate);
  --form-check-input-focus-border: #42ade3;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #42ade3;
  --form-check-input-checked-border-color: #42ade3;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #42ade3;
  --form-check-input-indeterminate-border-color: #42ade3;
  --form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  --form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  --mark-bg: rgba(237, 179, 31, 0.3);
  --code-color: #D946EF;
  --code-bg: rgba(255, 255, 255, 0.08);
  --thumbnail-bg: var(--surface-floating);
  --thumbnail-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  --nav-tabs-collapse-bg: var(--surface-floating);
  --pagination-bg: transparent;
  --pagination-color: var(--text-muted);
  --pagination-border-color: var(--border-moderate);
  --pagination-hover-bg: var(--surface-floating);
  --pagination-hover-color: var(--text-default);
  --pagination-hover-border-color: var(--border-emphasis);
  --pagination-active-bg-primary: rgba(66, 173, 227, 0.1);
  --pagination-active-color-primary: #42ade3;
  --pagination-active-border-primary: rgba(66, 173, 227, 0.3);
  --pagination-active-bg-secondary: rgba(136, 50, 39, 0.1);
  --pagination-active-color-secondary: #B33424;
  --pagination-active-border-secondary: rgba(136, 50, 39, 0.3);
  --pagination-disabled-bg: transparent;
  --pagination-disabled-color: var(--text-faint);
  --pagination-disabled-border-color: var(--border-subtle);
  --pagination-ellipsis-color: var(--text-muted);
  --bg-surface: rgba(45, 45, 58, 0.3);
  --bg-surface-raised: #2e2e38;
  --bg-surface-raised-hover: #3a3a46;
  --bg-surface-overlay: var(--backdrop-overlay);
  --bg-soft-neutral: rgba(255, 255, 255, 0.08);
  --text-secondary: var(--text-secondary);
  --text-faint: var(--text-faint);
  --border-subtle: rgba(255, 255, 255, 0.05);
  --border-moderate: rgba(255, 255, 255, 0.1);
  --border-emphasis: rgba(255, 255, 255, 0.2);
}
[data-theme='light'] {
  color-scheme: light;
  --error: #B33424;
  --danger: #B33424;
  --warning: #EDB31F;
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --black: #000000;
  --accent-yellow: #EAB308;
  --accent-yellow-light: #f8c72d;
  --accent-yellow-dark: #b98d06;
  --accent-red: #EF4444;
  --accent-red-light: #f37373;
  --accent-red-dark: #eb1515;
  --accent-orange: #F97316;
  --accent-orange-light: #fa9148;
  --accent-orange-dark: #d65b06;
  --success: #21A649;
  --success-light: #29d15c;
  --success-dark: #197b36;
  --accent-blue: #3B82F6;
  --accent-blue-light: #6ca1f8;
  --accent-blue-dark: #0b63f3;
  --accent-cyan: #06B6D4;
  --accent-cyan-dark: #058ba2;
  --accent-magenta: #D946EF;
  --accent-magenta-light: #e375f3;
  --accent-magenta-dark: #cf17eb;
  --primary: #42ade3;
  --primary-hover: #2f9ace;
  --accent: #883227;
  --accent-light: #B33424;
  --color-dark-translucent: rgba(0, 0, 0, 0.5);
  --color-light-translucent: rgba(255, 255, 255, 0.5);
  --text-color: #212121;
  --body-color: #212121;
  --body-bg-color: #FFFFFF;
  --headings-color: #212121;
  --headings-color-sm: #424242;
  --page-header-color: #212121;
  --page-header-border: #EEEEEE;
  --text-primary: #42ade3;
  --text-secondary: #883227;
  --text-success: #21A649;
  --text-danger: #B33424;
  --text-warning: #EDB31F;
  --text-info: #3B82F6;
  --text-muted: #9E9E9E;
  --link-color: #42ade3;
  --link-decoration: none;
  --link-hover-color: #2f9ace;
  --link-hover-decoration: underline;
  --link-color-primary: #42ade3;
  --link-hover-color-primary: #2f9ace;
  --link-disabled-color-primary: rgba(66, 173, 227, 0.4);
  --link-color-secondary: #883227;
  --link-hover-color-secondary: #B33424;
  --link-disabled-color-secondary: rgba(136, 50, 39, 0.4);
  --link-color-neutral: #757575;
  --link-hover-color-neutral: #424242;
  --link-disabled-color-neutral: #BDBDBD;
  --link-color-inverse: #FFFFFF;
  --link-hover-color-inverse: #F5F5F5;
  --link-disabled-color-inverse: rgba(255, 255, 255, 0.4);
  --border-color-dark: #757575;
  --border-color: #E0E0E0;
  --border-color-light: #EEEEEE;
  --border-color-inverse-dark: #EEEEEE;
  --border-color-inverse: #F5F5F5;
  --border-color-inverse-light: #FAFAFA;
  --icon-default-color: #757575;
  --icon-secondary-color: #9E9E9E;
  --icon-inverse-color: #FFFFFF;
  --icon-hover-color: #212121;
  --hr-border-color: #424242;
  --hr-border-color-inverse: #EEEEEE;
  --blockquote-small-color: #757575;
  --blockquote-border-color: #E0E0E0;
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #42ade3;
  --component-active-hover-bg: #2f9ace;
  --input-bg: #FFFFFF;
  --input-bg-disabled: #F5F5F5;
  --input-color: #212121;
  --input-color-inverse: #FFFFFF;
  --input-border-color: #E0E0E0;
  --input-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  --input-box-shadow-disabled: none;
  --input-color-focus: #212121;
  --input-bg-focus: #FFFFFF;
  --input-inline-bg-focus: #FAFAFA;
  --input-border-focus: #42ade3;
  --input-shadow-focus: 0 0 0 3px rgba(66, 173, 227, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: #9E9E9E;
  --input-color-disabled: #BDBDBD;
  --radio-default-color: #E0E0E0;
  --radio-active-color: #42ade3;
  --checkbox-active-color: #42ade3;
  --form-control-feedback-color: #757575;
  --form-check-accent-color: #42ade3;
  --form-check-input-bg: #FFFFFF;
  --form-check-input-border: #E0E0E0;
  --form-check-input-focus-border: #42ade3;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #42ade3;
  --form-check-input-checked-border-color: #42ade3;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #42ade3;
  --form-check-input-indeterminate-border-color: #42ade3;
  --form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  --form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  --mark-bg: rgba(237, 179, 31, 0.2);
  --code-color: #b011c8;
  --code-bg: rgba(217, 70, 239, 0.1);
  --thumbnail-bg: #FFFFFF;
  --thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  --nav-tabs-collapse-bg: #FAFAFA;
  --bg-surface: #FFFFFF;
  --bg-surface-raised: rgba(0, 0, 0, 0.02);
  --bg-surface-raised-hover: rgba(0, 0, 0, 0.04);
  --bg-surface-overlay: rgba(0, 0, 0, 0.5);
  --bg-soft-neutral: rgba(0, 0, 0, 0.06);
  --text-secondary: #757575;
  --text-faint: #BDBDBD;
  --border-subtle: #EEEEEE;
  --border-moderate: #E0E0E0;
  --border-emphasis: #BDBDBD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color-scheme: dark;
}
body {
  margin: 0;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-default);
  background-color: var(--surface-app);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-default);
  margin-bottom: 1rem;
}
.heading--ruled {
  color: var(--text-default);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-moderate);
}
.heading-primary--ruled {
  color: #42ade3;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(66, 173, 227, 0.3);
}
.heading-accent--ruled {
  color: #883227;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(136, 50, 39, 0.3);
}
.heading-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.heading-bar > * {
  min-width: 0;
}
.heading-bar h1,
.heading-bar h2,
.heading-bar h3,
.heading-bar h4,
.heading-bar h5,
.heading-bar h6 {
  margin-bottom: 0;
}
.heading-bar__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
p {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
button:focus {
  outline: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: vertical;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
code,
pre {
  font-family: 'Space Mono', monospace;
  font-size: inherit;
}
svg {
  display: block;
  vertical-align: middle;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-05 {
  gap: 0.25rem !important;
}
.gap-1 {
  gap: 0.5rem !important;
}
.gap-2 {
  gap: 0.75rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 2rem !important;
}
.gap-6 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.5rem !important;
}
.column-gap-1 {
  column-gap: 0.5rem !important;
}
.row-gap-2 {
  row-gap: 0.75rem !important;
}
.column-gap-2 {
  column-gap: 0.75rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 2rem !important;
}
.column-gap-5 {
  column-gap: 2rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.me-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-05 {
  padding: 0.25rem !important;
}
.pt-05 {
  padding-top: 0.25rem !important;
}
.pb-05 {
  padding-bottom: 0.25rem !important;
}
.ps-05 {
  padding-left: 0.25rem !important;
}
.pe-05 {
  padding-right: 0.25rem !important;
}
.px-05 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-05 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.m-05 {
  margin: 0.25rem !important;
}
.mt-05 {
  margin-top: 0.25rem !important;
}
.mb-05 {
  margin-bottom: 0.25rem !important;
}
.ms-05 {
  margin-left: 0.25rem !important;
}
.me-05 {
  margin-right: 0.25rem !important;
}
.mx-05 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-05 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.ps-1 {
  padding-left: 0.5rem !important;
}
.pe-1 {
  padding-right: 0.5rem !important;
}
.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.ms-1 {
  margin-left: 0.5rem !important;
}
.me-1 {
  margin-right: 0.5rem !important;
}
.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.p-2 {
  padding: 0.75rem !important;
}
.pt-2 {
  padding-top: 0.75rem !important;
}
.pb-2 {
  padding-bottom: 0.75rem !important;
}
.ps-2 {
  padding-left: 0.75rem !important;
}
.pe-2 {
  padding-right: 0.75rem !important;
}
.px-2 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.m-2 {
  margin: 0.75rem !important;
}
.mt-2 {
  margin-top: 0.75rem !important;
}
.mb-2 {
  margin-bottom: 0.75rem !important;
}
.ms-2 {
  margin-left: 0.75rem !important;
}
.me-2 {
  margin-right: 0.75rem !important;
}
.mx-2 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5 {
  padding-top: 2rem !important;
}
.pb-5 {
  padding-bottom: 2rem !important;
}
.ps-5 {
  padding-left: 2rem !important;
}
.pe-5 {
  padding-right: 2rem !important;
}
.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.ms-5 {
  margin-left: 2rem !important;
}
.me-5 {
  margin-right: 2rem !important;
}
.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.ps-6 {
  padding-left: 3rem !important;
}
.pe-6 {
  padding-right: 3rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.ms-6 {
  margin-left: 3rem !important;
}
.me-6 {
  margin-right: 3rem !important;
}
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.w-auto {
  width: auto !important;
}
.min-w-auto {
  min-width: auto !important;
}
.h-auto {
  height: auto !important;
}
.min-h-auto {
  min-height: auto !important;
}
.mw-none {
  max-width: none !important;
}
.mh-none {
  max-height: none !important;
}
.fw-16 {
  width: 16px !important;
}
.fh-16 {
  height: 16px !important;
}
.min-fw-16 {
  min-width: 16px !important;
}
.max-fw-16 {
  max-width: 16px !important;
}
.min-fh-16 {
  min-height: 16px !important;
}
.max-fh-16 {
  max-height: 16px !important;
}
.fw-20 {
  width: 20px !important;
}
.fh-20 {
  height: 20px !important;
}
.min-fw-20 {
  min-width: 20px !important;
}
.max-fw-20 {
  max-width: 20px !important;
}
.min-fh-20 {
  min-height: 20px !important;
}
.max-fh-20 {
  max-height: 20px !important;
}
.fw-24 {
  width: 24px !important;
}
.fh-24 {
  height: 24px !important;
}
.min-fw-24 {
  min-width: 24px !important;
}
.max-fw-24 {
  max-width: 24px !important;
}
.min-fh-24 {
  min-height: 24px !important;
}
.max-fh-24 {
  max-height: 24px !important;
}
.fw-32 {
  width: 32px !important;
}
.fh-32 {
  height: 32px !important;
}
.min-fw-32 {
  min-width: 32px !important;
}
.max-fw-32 {
  max-width: 32px !important;
}
.min-fh-32 {
  min-height: 32px !important;
}
.max-fh-32 {
  max-height: 32px !important;
}
.fw-40 {
  width: 40px !important;
}
.fh-40 {
  height: 40px !important;
}
.min-fw-40 {
  min-width: 40px !important;
}
.max-fw-40 {
  max-width: 40px !important;
}
.min-fh-40 {
  min-height: 40px !important;
}
.max-fh-40 {
  max-height: 40px !important;
}
.fw-48 {
  width: 48px !important;
}
.fh-48 {
  height: 48px !important;
}
.min-fw-48 {
  min-width: 48px !important;
}
.max-fw-48 {
  max-width: 48px !important;
}
.min-fh-48 {
  min-height: 48px !important;
}
.max-fh-48 {
  max-height: 48px !important;
}
.fw-64 {
  width: 64px !important;
}
.fh-64 {
  height: 64px !important;
}
.min-fw-64 {
  min-width: 64px !important;
}
.max-fw-64 {
  max-width: 64px !important;
}
.min-fh-64 {
  min-height: 64px !important;
}
.max-fh-64 {
  max-height: 64px !important;
}
.fw-80 {
  width: 80px !important;
}
.fh-80 {
  height: 80px !important;
}
.min-fw-80 {
  min-width: 80px !important;
}
.max-fw-80 {
  max-width: 80px !important;
}
.min-fh-80 {
  min-height: 80px !important;
}
.max-fh-80 {
  max-height: 80px !important;
}
.fw-96 {
  width: 96px !important;
}
.fh-96 {
  height: 96px !important;
}
.min-fw-96 {
  min-width: 96px !important;
}
.max-fw-96 {
  max-width: 96px !important;
}
.min-fh-96 {
  min-height: 96px !important;
}
.max-fh-96 {
  max-height: 96px !important;
}
.fw-120 {
  width: 120px !important;
}
.fh-120 {
  height: 120px !important;
}
.min-fw-120 {
  min-width: 120px !important;
}
.max-fw-120 {
  max-width: 120px !important;
}
.min-fh-120 {
  min-height: 120px !important;
}
.max-fh-120 {
  max-height: 120px !important;
}
.fw-160 {
  width: 160px !important;
}
.fh-160 {
  height: 160px !important;
}
.min-fw-160 {
  min-width: 160px !important;
}
.max-fw-160 {
  max-width: 160px !important;
}
.min-fh-160 {
  min-height: 160px !important;
}
.max-fh-160 {
  max-height: 160px !important;
}
.fw-200 {
  width: 200px !important;
}
.fh-200 {
  height: 200px !important;
}
.min-fw-200 {
  min-width: 200px !important;
}
.max-fw-200 {
  max-width: 200px !important;
}
.min-fh-200 {
  min-height: 200px !important;
}
.max-fh-200 {
  max-height: 200px !important;
}
.fw-240 {
  width: 240px !important;
}
.fh-240 {
  height: 240px !important;
}
.min-fw-240 {
  min-width: 240px !important;
}
.max-fw-240 {
  max-width: 240px !important;
}
.min-fh-240 {
  min-height: 240px !important;
}
.max-fh-240 {
  max-height: 240px !important;
}
.fw-280 {
  width: 280px !important;
}
.fh-280 {
  height: 280px !important;
}
.min-fw-280 {
  min-width: 280px !important;
}
.max-fw-280 {
  max-width: 280px !important;
}
.min-fh-280 {
  min-height: 280px !important;
}
.max-fh-280 {
  max-height: 280px !important;
}
.fw-320 {
  width: 320px !important;
}
.fh-320 {
  height: 320px !important;
}
.min-fw-320 {
  min-width: 320px !important;
}
.max-fw-320 {
  max-width: 320px !important;
}
.min-fh-320 {
  min-height: 320px !important;
}
.max-fh-320 {
  max-height: 320px !important;
}
.fw-360 {
  width: 360px !important;
}
.fh-360 {
  height: 360px !important;
}
.min-fw-360 {
  min-width: 360px !important;
}
.max-fw-360 {
  max-width: 360px !important;
}
.min-fh-360 {
  min-height: 360px !important;
}
.max-fh-360 {
  max-height: 360px !important;
}
.fw-400 {
  width: 400px !important;
}
.fh-400 {
  height: 400px !important;
}
.min-fw-400 {
  min-width: 400px !important;
}
.max-fw-400 {
  max-width: 400px !important;
}
.min-fh-400 {
  min-height: 400px !important;
}
.max-fh-400 {
  max-height: 400px !important;
}
.fw-480 {
  width: 480px !important;
}
.fh-480 {
  height: 480px !important;
}
.min-fw-480 {
  min-width: 480px !important;
}
.max-fw-480 {
  max-width: 480px !important;
}
.min-fh-480 {
  min-height: 480px !important;
}
.max-fh-480 {
  max-height: 480px !important;
}
.fw-560 {
  width: 560px !important;
}
.fh-560 {
  height: 560px !important;
}
.min-fw-560 {
  min-width: 560px !important;
}
.max-fw-560 {
  max-width: 560px !important;
}
.min-fh-560 {
  min-height: 560px !important;
}
.max-fh-560 {
  max-height: 560px !important;
}
.fw-600 {
  width: 600px !important;
}
.fh-600 {
  height: 600px !important;
}
.min-fw-600 {
  min-width: 600px !important;
}
.max-fw-600 {
  max-width: 600px !important;
}
.min-fh-600 {
  min-height: 600px !important;
}
.max-fh-600 {
  max-height: 600px !important;
}
.w-10 {
  width: 10% !important;
}
.h-10 {
  height: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.h-20 {
  height: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.h-25 {
  height: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.h-30 {
  height: 30% !important;
}
.w-33 {
  width: 33% !important;
}
.h-33 {
  height: 33% !important;
}
.w-40 {
  width: 40% !important;
}
.h-40 {
  height: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.h-50 {
  height: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.h-60 {
  height: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.h-70 {
  height: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.h-75 {
  height: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.h-80 {
  height: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.h-90 {
  height: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.vw-10 {
  width: 10vw !important;
}
.vh-10 {
  height: 10vh !important;
}
.min-vw-10 {
  min-width: 10vw !important;
}
.max-vw-10 {
  max-width: 10vw !important;
}
.min-vh-10 {
  min-height: 10vh !important;
}
.max-vh-10 {
  max-height: 10vh !important;
}
.vw-20 {
  width: 20vw !important;
}
.vh-20 {
  height: 20vh !important;
}
.min-vw-20 {
  min-width: 20vw !important;
}
.max-vw-20 {
  max-width: 20vw !important;
}
.min-vh-20 {
  min-height: 20vh !important;
}
.max-vh-20 {
  max-height: 20vh !important;
}
.vw-25 {
  width: 25vw !important;
}
.vh-25 {
  height: 25vh !important;
}
.min-vw-25 {
  min-width: 25vw !important;
}
.max-vw-25 {
  max-width: 25vw !important;
}
.min-vh-25 {
  min-height: 25vh !important;
}
.max-vh-25 {
  max-height: 25vh !important;
}
.vw-30 {
  width: 30vw !important;
}
.vh-30 {
  height: 30vh !important;
}
.min-vw-30 {
  min-width: 30vw !important;
}
.max-vw-30 {
  max-width: 30vw !important;
}
.min-vh-30 {
  min-height: 30vh !important;
}
.max-vh-30 {
  max-height: 30vh !important;
}
.vw-33 {
  width: 33vw !important;
}
.vh-33 {
  height: 33vh !important;
}
.min-vw-33 {
  min-width: 33vw !important;
}
.max-vw-33 {
  max-width: 33vw !important;
}
.min-vh-33 {
  min-height: 33vh !important;
}
.max-vh-33 {
  max-height: 33vh !important;
}
.vw-40 {
  width: 40vw !important;
}
.vh-40 {
  height: 40vh !important;
}
.min-vw-40 {
  min-width: 40vw !important;
}
.max-vw-40 {
  max-width: 40vw !important;
}
.min-vh-40 {
  min-height: 40vh !important;
}
.max-vh-40 {
  max-height: 40vh !important;
}
.vw-50 {
  width: 50vw !important;
}
.vh-50 {
  height: 50vh !important;
}
.min-vw-50 {
  min-width: 50vw !important;
}
.max-vw-50 {
  max-width: 50vw !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.max-vh-50 {
  max-height: 50vh !important;
}
.vw-60 {
  width: 60vw !important;
}
.vh-60 {
  height: 60vh !important;
}
.min-vw-60 {
  min-width: 60vw !important;
}
.max-vw-60 {
  max-width: 60vw !important;
}
.min-vh-60 {
  min-height: 60vh !important;
}
.max-vh-60 {
  max-height: 60vh !important;
}
.vw-70 {
  width: 70vw !important;
}
.vh-70 {
  height: 70vh !important;
}
.min-vw-70 {
  min-width: 70vw !important;
}
.max-vw-70 {
  max-width: 70vw !important;
}
.min-vh-70 {
  min-height: 70vh !important;
}
.max-vh-70 {
  max-height: 70vh !important;
}
.vw-75 {
  width: 75vw !important;
}
.vh-75 {
  height: 75vh !important;
}
.min-vw-75 {
  min-width: 75vw !important;
}
.max-vw-75 {
  max-width: 75vw !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.max-vh-75 {
  max-height: 75vh !important;
}
.vw-80 {
  width: 80vw !important;
}
.vh-80 {
  height: 80vh !important;
}
.min-vw-80 {
  min-width: 80vw !important;
}
.max-vw-80 {
  max-width: 80vw !important;
}
.min-vh-80 {
  min-height: 80vh !important;
}
.max-vh-80 {
  max-height: 80vh !important;
}
.vw-90 {
  width: 90vw !important;
}
.vh-90 {
  height: 90vh !important;
}
.min-vw-90 {
  min-width: 90vw !important;
}
.max-vw-90 {
  max-width: 90vw !important;
}
.min-vh-90 {
  min-height: 90vh !important;
}
.max-vh-90 {
  max-height: 90vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.max-vw-100 {
  max-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.max-vh-100 {
  max-height: 100vh !important;
}
.min-w-10 {
  min-width: 10% !important;
}
.min-w-20 {
  min-width: 20% !important;
}
.min-w-25 {
  min-width: 25% !important;
}
.min-w-30 {
  min-width: 30% !important;
}
.min-w-33 {
  min-width: 33% !important;
}
.min-w-40 {
  min-width: 40% !important;
}
.min-w-50 {
  min-width: 50% !important;
}
.min-w-60 {
  min-width: 60% !important;
}
.min-w-70 {
  min-width: 70% !important;
}
.min-w-75 {
  min-width: 75% !important;
}
.min-w-80 {
  min-width: 80% !important;
}
.min-w-90 {
  min-width: 90% !important;
}
.min-w-100 {
  min-width: 100% !important;
}
.min-h-10 {
  min-height: 10% !important;
}
.min-h-20 {
  min-height: 20% !important;
}
.min-h-25 {
  min-height: 25% !important;
}
.min-h-30 {
  min-height: 30% !important;
}
.min-h-33 {
  min-height: 33% !important;
}
.min-h-40 {
  min-height: 40% !important;
}
.min-h-50 {
  min-height: 50% !important;
}
.min-h-60 {
  min-height: 60% !important;
}
.min-h-70 {
  min-height: 70% !important;
}
.min-h-75 {
  min-height: 75% !important;
}
.min-h-80 {
  min-height: 80% !important;
}
.min-h-90 {
  min-height: 90% !important;
}
.min-h-100 {
  min-height: 100% !important;
}
.mw-10 {
  max-width: 10% !important;
}
.mw-20 {
  max-width: 20% !important;
}
.mw-25 {
  max-width: 25% !important;
}
.mw-30 {
  max-width: 30% !important;
}
.mw-33 {
  max-width: 33% !important;
}
.mw-40 {
  max-width: 40% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.mw-60 {
  max-width: 60% !important;
}
.mw-70 {
  max-width: 70% !important;
}
.mw-75 {
  max-width: 75% !important;
}
.mw-80 {
  max-width: 80% !important;
}
.mw-90 {
  max-width: 90% !important;
}
.mw-100 {
  max-width: 100% !important;
}
@media (min-width: 360px) {
  .w-xxs-auto {
    width: auto !important;
  }
  .min-w-xxs-auto {
    min-width: auto !important;
  }
  .h-xxs-auto {
    height: auto !important;
  }
  .min-h-xxs-auto {
    min-height: auto !important;
  }
  .mw-xxs-none {
    max-width: none !important;
  }
  .mh-xxs-none {
    max-height: none !important;
  }
  .fw-xxs-16 {
    width: 16px !important;
  }
  .fh-xxs-16 {
    height: 16px !important;
  }
  .min-fw-xxs-16 {
    min-width: 16px !important;
  }
  .max-fw-xxs-16 {
    max-width: 16px !important;
  }
  .min-fh-xxs-16 {
    min-height: 16px !important;
  }
  .max-fh-xxs-16 {
    max-height: 16px !important;
  }
  .fw-xxs-20 {
    width: 20px !important;
  }
  .fh-xxs-20 {
    height: 20px !important;
  }
  .min-fw-xxs-20 {
    min-width: 20px !important;
  }
  .max-fw-xxs-20 {
    max-width: 20px !important;
  }
  .min-fh-xxs-20 {
    min-height: 20px !important;
  }
  .max-fh-xxs-20 {
    max-height: 20px !important;
  }
  .fw-xxs-24 {
    width: 24px !important;
  }
  .fh-xxs-24 {
    height: 24px !important;
  }
  .min-fw-xxs-24 {
    min-width: 24px !important;
  }
  .max-fw-xxs-24 {
    max-width: 24px !important;
  }
  .min-fh-xxs-24 {
    min-height: 24px !important;
  }
  .max-fh-xxs-24 {
    max-height: 24px !important;
  }
  .fw-xxs-32 {
    width: 32px !important;
  }
  .fh-xxs-32 {
    height: 32px !important;
  }
  .min-fw-xxs-32 {
    min-width: 32px !important;
  }
  .max-fw-xxs-32 {
    max-width: 32px !important;
  }
  .min-fh-xxs-32 {
    min-height: 32px !important;
  }
  .max-fh-xxs-32 {
    max-height: 32px !important;
  }
  .fw-xxs-40 {
    width: 40px !important;
  }
  .fh-xxs-40 {
    height: 40px !important;
  }
  .min-fw-xxs-40 {
    min-width: 40px !important;
  }
  .max-fw-xxs-40 {
    max-width: 40px !important;
  }
  .min-fh-xxs-40 {
    min-height: 40px !important;
  }
  .max-fh-xxs-40 {
    max-height: 40px !important;
  }
  .fw-xxs-48 {
    width: 48px !important;
  }
  .fh-xxs-48 {
    height: 48px !important;
  }
  .min-fw-xxs-48 {
    min-width: 48px !important;
  }
  .max-fw-xxs-48 {
    max-width: 48px !important;
  }
  .min-fh-xxs-48 {
    min-height: 48px !important;
  }
  .max-fh-xxs-48 {
    max-height: 48px !important;
  }
  .fw-xxs-64 {
    width: 64px !important;
  }
  .fh-xxs-64 {
    height: 64px !important;
  }
  .min-fw-xxs-64 {
    min-width: 64px !important;
  }
  .max-fw-xxs-64 {
    max-width: 64px !important;
  }
  .min-fh-xxs-64 {
    min-height: 64px !important;
  }
  .max-fh-xxs-64 {
    max-height: 64px !important;
  }
  .fw-xxs-80 {
    width: 80px !important;
  }
  .fh-xxs-80 {
    height: 80px !important;
  }
  .min-fw-xxs-80 {
    min-width: 80px !important;
  }
  .max-fw-xxs-80 {
    max-width: 80px !important;
  }
  .min-fh-xxs-80 {
    min-height: 80px !important;
  }
  .max-fh-xxs-80 {
    max-height: 80px !important;
  }
  .fw-xxs-96 {
    width: 96px !important;
  }
  .fh-xxs-96 {
    height: 96px !important;
  }
  .min-fw-xxs-96 {
    min-width: 96px !important;
  }
  .max-fw-xxs-96 {
    max-width: 96px !important;
  }
  .min-fh-xxs-96 {
    min-height: 96px !important;
  }
  .max-fh-xxs-96 {
    max-height: 96px !important;
  }
  .fw-xxs-120 {
    width: 120px !important;
  }
  .fh-xxs-120 {
    height: 120px !important;
  }
  .min-fw-xxs-120 {
    min-width: 120px !important;
  }
  .max-fw-xxs-120 {
    max-width: 120px !important;
  }
  .min-fh-xxs-120 {
    min-height: 120px !important;
  }
  .max-fh-xxs-120 {
    max-height: 120px !important;
  }
  .fw-xxs-160 {
    width: 160px !important;
  }
  .fh-xxs-160 {
    height: 160px !important;
  }
  .min-fw-xxs-160 {
    min-width: 160px !important;
  }
  .max-fw-xxs-160 {
    max-width: 160px !important;
  }
  .min-fh-xxs-160 {
    min-height: 160px !important;
  }
  .max-fh-xxs-160 {
    max-height: 160px !important;
  }
  .fw-xxs-200 {
    width: 200px !important;
  }
  .fh-xxs-200 {
    height: 200px !important;
  }
  .min-fw-xxs-200 {
    min-width: 200px !important;
  }
  .max-fw-xxs-200 {
    max-width: 200px !important;
  }
  .min-fh-xxs-200 {
    min-height: 200px !important;
  }
  .max-fh-xxs-200 {
    max-height: 200px !important;
  }
  .fw-xxs-240 {
    width: 240px !important;
  }
  .fh-xxs-240 {
    height: 240px !important;
  }
  .min-fw-xxs-240 {
    min-width: 240px !important;
  }
  .max-fw-xxs-240 {
    max-width: 240px !important;
  }
  .min-fh-xxs-240 {
    min-height: 240px !important;
  }
  .max-fh-xxs-240 {
    max-height: 240px !important;
  }
  .fw-xxs-280 {
    width: 280px !important;
  }
  .fh-xxs-280 {
    height: 280px !important;
  }
  .min-fw-xxs-280 {
    min-width: 280px !important;
  }
  .max-fw-xxs-280 {
    max-width: 280px !important;
  }
  .min-fh-xxs-280 {
    min-height: 280px !important;
  }
  .max-fh-xxs-280 {
    max-height: 280px !important;
  }
  .fw-xxs-320 {
    width: 320px !important;
  }
  .fh-xxs-320 {
    height: 320px !important;
  }
  .min-fw-xxs-320 {
    min-width: 320px !important;
  }
  .max-fw-xxs-320 {
    max-width: 320px !important;
  }
  .min-fh-xxs-320 {
    min-height: 320px !important;
  }
  .max-fh-xxs-320 {
    max-height: 320px !important;
  }
  .fw-xxs-360 {
    width: 360px !important;
  }
  .fh-xxs-360 {
    height: 360px !important;
  }
  .min-fw-xxs-360 {
    min-width: 360px !important;
  }
  .max-fw-xxs-360 {
    max-width: 360px !important;
  }
  .min-fh-xxs-360 {
    min-height: 360px !important;
  }
  .max-fh-xxs-360 {
    max-height: 360px !important;
  }
  .fw-xxs-400 {
    width: 400px !important;
  }
  .fh-xxs-400 {
    height: 400px !important;
  }
  .min-fw-xxs-400 {
    min-width: 400px !important;
  }
  .max-fw-xxs-400 {
    max-width: 400px !important;
  }
  .min-fh-xxs-400 {
    min-height: 400px !important;
  }
  .max-fh-xxs-400 {
    max-height: 400px !important;
  }
  .fw-xxs-480 {
    width: 480px !important;
  }
  .fh-xxs-480 {
    height: 480px !important;
  }
  .min-fw-xxs-480 {
    min-width: 480px !important;
  }
  .max-fw-xxs-480 {
    max-width: 480px !important;
  }
  .min-fh-xxs-480 {
    min-height: 480px !important;
  }
  .max-fh-xxs-480 {
    max-height: 480px !important;
  }
  .fw-xxs-560 {
    width: 560px !important;
  }
  .fh-xxs-560 {
    height: 560px !important;
  }
  .min-fw-xxs-560 {
    min-width: 560px !important;
  }
  .max-fw-xxs-560 {
    max-width: 560px !important;
  }
  .min-fh-xxs-560 {
    min-height: 560px !important;
  }
  .max-fh-xxs-560 {
    max-height: 560px !important;
  }
  .fw-xxs-600 {
    width: 600px !important;
  }
  .fh-xxs-600 {
    height: 600px !important;
  }
  .min-fw-xxs-600 {
    min-width: 600px !important;
  }
  .max-fw-xxs-600 {
    max-width: 600px !important;
  }
  .min-fh-xxs-600 {
    min-height: 600px !important;
  }
  .max-fh-xxs-600 {
    max-height: 600px !important;
  }
  .w-xxs-10 {
    width: 10% !important;
  }
  .h-xxs-10 {
    height: 10% !important;
  }
  .w-xxs-20 {
    width: 20% !important;
  }
  .h-xxs-20 {
    height: 20% !important;
  }
  .w-xxs-25 {
    width: 25% !important;
  }
  .h-xxs-25 {
    height: 25% !important;
  }
  .w-xxs-30 {
    width: 30% !important;
  }
  .h-xxs-30 {
    height: 30% !important;
  }
  .w-xxs-33 {
    width: 33% !important;
  }
  .h-xxs-33 {
    height: 33% !important;
  }
  .w-xxs-40 {
    width: 40% !important;
  }
  .h-xxs-40 {
    height: 40% !important;
  }
  .w-xxs-50 {
    width: 50% !important;
  }
  .h-xxs-50 {
    height: 50% !important;
  }
  .w-xxs-60 {
    width: 60% !important;
  }
  .h-xxs-60 {
    height: 60% !important;
  }
  .w-xxs-70 {
    width: 70% !important;
  }
  .h-xxs-70 {
    height: 70% !important;
  }
  .w-xxs-75 {
    width: 75% !important;
  }
  .h-xxs-75 {
    height: 75% !important;
  }
  .w-xxs-80 {
    width: 80% !important;
  }
  .h-xxs-80 {
    height: 80% !important;
  }
  .w-xxs-90 {
    width: 90% !important;
  }
  .h-xxs-90 {
    height: 90% !important;
  }
  .w-xxs-100 {
    width: 100% !important;
  }
  .h-xxs-100 {
    height: 100% !important;
  }
  .vw-xxs-10 {
    width: 10vw !important;
  }
  .vh-xxs-10 {
    height: 10vh !important;
  }
  .min-vw-xxs-10 {
    min-width: 10vw !important;
  }
  .max-vw-xxs-10 {
    max-width: 10vw !important;
  }
  .min-vh-xxs-10 {
    min-height: 10vh !important;
  }
  .max-vh-xxs-10 {
    max-height: 10vh !important;
  }
  .vw-xxs-20 {
    width: 20vw !important;
  }
  .vh-xxs-20 {
    height: 20vh !important;
  }
  .min-vw-xxs-20 {
    min-width: 20vw !important;
  }
  .max-vw-xxs-20 {
    max-width: 20vw !important;
  }
  .min-vh-xxs-20 {
    min-height: 20vh !important;
  }
  .max-vh-xxs-20 {
    max-height: 20vh !important;
  }
  .vw-xxs-25 {
    width: 25vw !important;
  }
  .vh-xxs-25 {
    height: 25vh !important;
  }
  .min-vw-xxs-25 {
    min-width: 25vw !important;
  }
  .max-vw-xxs-25 {
    max-width: 25vw !important;
  }
  .min-vh-xxs-25 {
    min-height: 25vh !important;
  }
  .max-vh-xxs-25 {
    max-height: 25vh !important;
  }
  .vw-xxs-30 {
    width: 30vw !important;
  }
  .vh-xxs-30 {
    height: 30vh !important;
  }
  .min-vw-xxs-30 {
    min-width: 30vw !important;
  }
  .max-vw-xxs-30 {
    max-width: 30vw !important;
  }
  .min-vh-xxs-30 {
    min-height: 30vh !important;
  }
  .max-vh-xxs-30 {
    max-height: 30vh !important;
  }
  .vw-xxs-33 {
    width: 33vw !important;
  }
  .vh-xxs-33 {
    height: 33vh !important;
  }
  .min-vw-xxs-33 {
    min-width: 33vw !important;
  }
  .max-vw-xxs-33 {
    max-width: 33vw !important;
  }
  .min-vh-xxs-33 {
    min-height: 33vh !important;
  }
  .max-vh-xxs-33 {
    max-height: 33vh !important;
  }
  .vw-xxs-40 {
    width: 40vw !important;
  }
  .vh-xxs-40 {
    height: 40vh !important;
  }
  .min-vw-xxs-40 {
    min-width: 40vw !important;
  }
  .max-vw-xxs-40 {
    max-width: 40vw !important;
  }
  .min-vh-xxs-40 {
    min-height: 40vh !important;
  }
  .max-vh-xxs-40 {
    max-height: 40vh !important;
  }
  .vw-xxs-50 {
    width: 50vw !important;
  }
  .vh-xxs-50 {
    height: 50vh !important;
  }
  .min-vw-xxs-50 {
    min-width: 50vw !important;
  }
  .max-vw-xxs-50 {
    max-width: 50vw !important;
  }
  .min-vh-xxs-50 {
    min-height: 50vh !important;
  }
  .max-vh-xxs-50 {
    max-height: 50vh !important;
  }
  .vw-xxs-60 {
    width: 60vw !important;
  }
  .vh-xxs-60 {
    height: 60vh !important;
  }
  .min-vw-xxs-60 {
    min-width: 60vw !important;
  }
  .max-vw-xxs-60 {
    max-width: 60vw !important;
  }
  .min-vh-xxs-60 {
    min-height: 60vh !important;
  }
  .max-vh-xxs-60 {
    max-height: 60vh !important;
  }
  .vw-xxs-70 {
    width: 70vw !important;
  }
  .vh-xxs-70 {
    height: 70vh !important;
  }
  .min-vw-xxs-70 {
    min-width: 70vw !important;
  }
  .max-vw-xxs-70 {
    max-width: 70vw !important;
  }
  .min-vh-xxs-70 {
    min-height: 70vh !important;
  }
  .max-vh-xxs-70 {
    max-height: 70vh !important;
  }
  .vw-xxs-75 {
    width: 75vw !important;
  }
  .vh-xxs-75 {
    height: 75vh !important;
  }
  .min-vw-xxs-75 {
    min-width: 75vw !important;
  }
  .max-vw-xxs-75 {
    max-width: 75vw !important;
  }
  .min-vh-xxs-75 {
    min-height: 75vh !important;
  }
  .max-vh-xxs-75 {
    max-height: 75vh !important;
  }
  .vw-xxs-80 {
    width: 80vw !important;
  }
  .vh-xxs-80 {
    height: 80vh !important;
  }
  .min-vw-xxs-80 {
    min-width: 80vw !important;
  }
  .max-vw-xxs-80 {
    max-width: 80vw !important;
  }
  .min-vh-xxs-80 {
    min-height: 80vh !important;
  }
  .max-vh-xxs-80 {
    max-height: 80vh !important;
  }
  .vw-xxs-90 {
    width: 90vw !important;
  }
  .vh-xxs-90 {
    height: 90vh !important;
  }
  .min-vw-xxs-90 {
    min-width: 90vw !important;
  }
  .max-vw-xxs-90 {
    max-width: 90vw !important;
  }
  .min-vh-xxs-90 {
    min-height: 90vh !important;
  }
  .max-vh-xxs-90 {
    max-height: 90vh !important;
  }
  .vw-xxs-100 {
    width: 100vw !important;
  }
  .vh-xxs-100 {
    height: 100vh !important;
  }
  .min-vw-xxs-100 {
    min-width: 100vw !important;
  }
  .max-vw-xxs-100 {
    max-width: 100vw !important;
  }
  .min-vh-xxs-100 {
    min-height: 100vh !important;
  }
  .max-vh-xxs-100 {
    max-height: 100vh !important;
  }
  .min-w-xxs-10 {
    min-width: 10% !important;
  }
  .min-w-xxs-20 {
    min-width: 20% !important;
  }
  .min-w-xxs-25 {
    min-width: 25% !important;
  }
  .min-w-xxs-30 {
    min-width: 30% !important;
  }
  .min-w-xxs-33 {
    min-width: 33% !important;
  }
  .min-w-xxs-40 {
    min-width: 40% !important;
  }
  .min-w-xxs-50 {
    min-width: 50% !important;
  }
  .min-w-xxs-60 {
    min-width: 60% !important;
  }
  .min-w-xxs-70 {
    min-width: 70% !important;
  }
  .min-w-xxs-75 {
    min-width: 75% !important;
  }
  .min-w-xxs-80 {
    min-width: 80% !important;
  }
  .min-w-xxs-90 {
    min-width: 90% !important;
  }
  .min-w-xxs-100 {
    min-width: 100% !important;
  }
  .min-h-xxs-10 {
    min-height: 10% !important;
  }
  .min-h-xxs-20 {
    min-height: 20% !important;
  }
  .min-h-xxs-25 {
    min-height: 25% !important;
  }
  .min-h-xxs-30 {
    min-height: 30% !important;
  }
  .min-h-xxs-33 {
    min-height: 33% !important;
  }
  .min-h-xxs-40 {
    min-height: 40% !important;
  }
  .min-h-xxs-50 {
    min-height: 50% !important;
  }
  .min-h-xxs-60 {
    min-height: 60% !important;
  }
  .min-h-xxs-70 {
    min-height: 70% !important;
  }
  .min-h-xxs-75 {
    min-height: 75% !important;
  }
  .min-h-xxs-80 {
    min-height: 80% !important;
  }
  .min-h-xxs-90 {
    min-height: 90% !important;
  }
  .min-h-xxs-100 {
    min-height: 100% !important;
  }
  .mw-xxs-10 {
    max-width: 10% !important;
  }
  .mw-xxs-20 {
    max-width: 20% !important;
  }
  .mw-xxs-25 {
    max-width: 25% !important;
  }
  .mw-xxs-30 {
    max-width: 30% !important;
  }
  .mw-xxs-33 {
    max-width: 33% !important;
  }
  .mw-xxs-40 {
    max-width: 40% !important;
  }
  .mw-xxs-50 {
    max-width: 50% !important;
  }
  .mw-xxs-60 {
    max-width: 60% !important;
  }
  .mw-xxs-70 {
    max-width: 70% !important;
  }
  .mw-xxs-75 {
    max-width: 75% !important;
  }
  .mw-xxs-80 {
    max-width: 80% !important;
  }
  .mw-xxs-90 {
    max-width: 90% !important;
  }
  .mw-xxs-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 480px) {
  .w-xs-auto {
    width: auto !important;
  }
  .min-w-xs-auto {
    min-width: auto !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .min-h-xs-auto {
    min-height: auto !important;
  }
  .mw-xs-none {
    max-width: none !important;
  }
  .mh-xs-none {
    max-height: none !important;
  }
  .fw-xs-16 {
    width: 16px !important;
  }
  .fh-xs-16 {
    height: 16px !important;
  }
  .min-fw-xs-16 {
    min-width: 16px !important;
  }
  .max-fw-xs-16 {
    max-width: 16px !important;
  }
  .min-fh-xs-16 {
    min-height: 16px !important;
  }
  .max-fh-xs-16 {
    max-height: 16px !important;
  }
  .fw-xs-20 {
    width: 20px !important;
  }
  .fh-xs-20 {
    height: 20px !important;
  }
  .min-fw-xs-20 {
    min-width: 20px !important;
  }
  .max-fw-xs-20 {
    max-width: 20px !important;
  }
  .min-fh-xs-20 {
    min-height: 20px !important;
  }
  .max-fh-xs-20 {
    max-height: 20px !important;
  }
  .fw-xs-24 {
    width: 24px !important;
  }
  .fh-xs-24 {
    height: 24px !important;
  }
  .min-fw-xs-24 {
    min-width: 24px !important;
  }
  .max-fw-xs-24 {
    max-width: 24px !important;
  }
  .min-fh-xs-24 {
    min-height: 24px !important;
  }
  .max-fh-xs-24 {
    max-height: 24px !important;
  }
  .fw-xs-32 {
    width: 32px !important;
  }
  .fh-xs-32 {
    height: 32px !important;
  }
  .min-fw-xs-32 {
    min-width: 32px !important;
  }
  .max-fw-xs-32 {
    max-width: 32px !important;
  }
  .min-fh-xs-32 {
    min-height: 32px !important;
  }
  .max-fh-xs-32 {
    max-height: 32px !important;
  }
  .fw-xs-40 {
    width: 40px !important;
  }
  .fh-xs-40 {
    height: 40px !important;
  }
  .min-fw-xs-40 {
    min-width: 40px !important;
  }
  .max-fw-xs-40 {
    max-width: 40px !important;
  }
  .min-fh-xs-40 {
    min-height: 40px !important;
  }
  .max-fh-xs-40 {
    max-height: 40px !important;
  }
  .fw-xs-48 {
    width: 48px !important;
  }
  .fh-xs-48 {
    height: 48px !important;
  }
  .min-fw-xs-48 {
    min-width: 48px !important;
  }
  .max-fw-xs-48 {
    max-width: 48px !important;
  }
  .min-fh-xs-48 {
    min-height: 48px !important;
  }
  .max-fh-xs-48 {
    max-height: 48px !important;
  }
  .fw-xs-64 {
    width: 64px !important;
  }
  .fh-xs-64 {
    height: 64px !important;
  }
  .min-fw-xs-64 {
    min-width: 64px !important;
  }
  .max-fw-xs-64 {
    max-width: 64px !important;
  }
  .min-fh-xs-64 {
    min-height: 64px !important;
  }
  .max-fh-xs-64 {
    max-height: 64px !important;
  }
  .fw-xs-80 {
    width: 80px !important;
  }
  .fh-xs-80 {
    height: 80px !important;
  }
  .min-fw-xs-80 {
    min-width: 80px !important;
  }
  .max-fw-xs-80 {
    max-width: 80px !important;
  }
  .min-fh-xs-80 {
    min-height: 80px !important;
  }
  .max-fh-xs-80 {
    max-height: 80px !important;
  }
  .fw-xs-96 {
    width: 96px !important;
  }
  .fh-xs-96 {
    height: 96px !important;
  }
  .min-fw-xs-96 {
    min-width: 96px !important;
  }
  .max-fw-xs-96 {
    max-width: 96px !important;
  }
  .min-fh-xs-96 {
    min-height: 96px !important;
  }
  .max-fh-xs-96 {
    max-height: 96px !important;
  }
  .fw-xs-120 {
    width: 120px !important;
  }
  .fh-xs-120 {
    height: 120px !important;
  }
  .min-fw-xs-120 {
    min-width: 120px !important;
  }
  .max-fw-xs-120 {
    max-width: 120px !important;
  }
  .min-fh-xs-120 {
    min-height: 120px !important;
  }
  .max-fh-xs-120 {
    max-height: 120px !important;
  }
  .fw-xs-160 {
    width: 160px !important;
  }
  .fh-xs-160 {
    height: 160px !important;
  }
  .min-fw-xs-160 {
    min-width: 160px !important;
  }
  .max-fw-xs-160 {
    max-width: 160px !important;
  }
  .min-fh-xs-160 {
    min-height: 160px !important;
  }
  .max-fh-xs-160 {
    max-height: 160px !important;
  }
  .fw-xs-200 {
    width: 200px !important;
  }
  .fh-xs-200 {
    height: 200px !important;
  }
  .min-fw-xs-200 {
    min-width: 200px !important;
  }
  .max-fw-xs-200 {
    max-width: 200px !important;
  }
  .min-fh-xs-200 {
    min-height: 200px !important;
  }
  .max-fh-xs-200 {
    max-height: 200px !important;
  }
  .fw-xs-240 {
    width: 240px !important;
  }
  .fh-xs-240 {
    height: 240px !important;
  }
  .min-fw-xs-240 {
    min-width: 240px !important;
  }
  .max-fw-xs-240 {
    max-width: 240px !important;
  }
  .min-fh-xs-240 {
    min-height: 240px !important;
  }
  .max-fh-xs-240 {
    max-height: 240px !important;
  }
  .fw-xs-280 {
    width: 280px !important;
  }
  .fh-xs-280 {
    height: 280px !important;
  }
  .min-fw-xs-280 {
    min-width: 280px !important;
  }
  .max-fw-xs-280 {
    max-width: 280px !important;
  }
  .min-fh-xs-280 {
    min-height: 280px !important;
  }
  .max-fh-xs-280 {
    max-height: 280px !important;
  }
  .fw-xs-320 {
    width: 320px !important;
  }
  .fh-xs-320 {
    height: 320px !important;
  }
  .min-fw-xs-320 {
    min-width: 320px !important;
  }
  .max-fw-xs-320 {
    max-width: 320px !important;
  }
  .min-fh-xs-320 {
    min-height: 320px !important;
  }
  .max-fh-xs-320 {
    max-height: 320px !important;
  }
  .fw-xs-360 {
    width: 360px !important;
  }
  .fh-xs-360 {
    height: 360px !important;
  }
  .min-fw-xs-360 {
    min-width: 360px !important;
  }
  .max-fw-xs-360 {
    max-width: 360px !important;
  }
  .min-fh-xs-360 {
    min-height: 360px !important;
  }
  .max-fh-xs-360 {
    max-height: 360px !important;
  }
  .fw-xs-400 {
    width: 400px !important;
  }
  .fh-xs-400 {
    height: 400px !important;
  }
  .min-fw-xs-400 {
    min-width: 400px !important;
  }
  .max-fw-xs-400 {
    max-width: 400px !important;
  }
  .min-fh-xs-400 {
    min-height: 400px !important;
  }
  .max-fh-xs-400 {
    max-height: 400px !important;
  }
  .fw-xs-480 {
    width: 480px !important;
  }
  .fh-xs-480 {
    height: 480px !important;
  }
  .min-fw-xs-480 {
    min-width: 480px !important;
  }
  .max-fw-xs-480 {
    max-width: 480px !important;
  }
  .min-fh-xs-480 {
    min-height: 480px !important;
  }
  .max-fh-xs-480 {
    max-height: 480px !important;
  }
  .fw-xs-560 {
    width: 560px !important;
  }
  .fh-xs-560 {
    height: 560px !important;
  }
  .min-fw-xs-560 {
    min-width: 560px !important;
  }
  .max-fw-xs-560 {
    max-width: 560px !important;
  }
  .min-fh-xs-560 {
    min-height: 560px !important;
  }
  .max-fh-xs-560 {
    max-height: 560px !important;
  }
  .fw-xs-600 {
    width: 600px !important;
  }
  .fh-xs-600 {
    height: 600px !important;
  }
  .min-fw-xs-600 {
    min-width: 600px !important;
  }
  .max-fw-xs-600 {
    max-width: 600px !important;
  }
  .min-fh-xs-600 {
    min-height: 600px !important;
  }
  .max-fh-xs-600 {
    max-height: 600px !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
  .w-xs-33 {
    width: 33% !important;
  }
  .h-xs-33 {
    height: 33% !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .h-xs-70 {
    height: 70% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .vw-xs-10 {
    width: 10vw !important;
  }
  .vh-xs-10 {
    height: 10vh !important;
  }
  .min-vw-xs-10 {
    min-width: 10vw !important;
  }
  .max-vw-xs-10 {
    max-width: 10vw !important;
  }
  .min-vh-xs-10 {
    min-height: 10vh !important;
  }
  .max-vh-xs-10 {
    max-height: 10vh !important;
  }
  .vw-xs-20 {
    width: 20vw !important;
  }
  .vh-xs-20 {
    height: 20vh !important;
  }
  .min-vw-xs-20 {
    min-width: 20vw !important;
  }
  .max-vw-xs-20 {
    max-width: 20vw !important;
  }
  .min-vh-xs-20 {
    min-height: 20vh !important;
  }
  .max-vh-xs-20 {
    max-height: 20vh !important;
  }
  .vw-xs-25 {
    width: 25vw !important;
  }
  .vh-xs-25 {
    height: 25vh !important;
  }
  .min-vw-xs-25 {
    min-width: 25vw !important;
  }
  .max-vw-xs-25 {
    max-width: 25vw !important;
  }
  .min-vh-xs-25 {
    min-height: 25vh !important;
  }
  .max-vh-xs-25 {
    max-height: 25vh !important;
  }
  .vw-xs-30 {
    width: 30vw !important;
  }
  .vh-xs-30 {
    height: 30vh !important;
  }
  .min-vw-xs-30 {
    min-width: 30vw !important;
  }
  .max-vw-xs-30 {
    max-width: 30vw !important;
  }
  .min-vh-xs-30 {
    min-height: 30vh !important;
  }
  .max-vh-xs-30 {
    max-height: 30vh !important;
  }
  .vw-xs-33 {
    width: 33vw !important;
  }
  .vh-xs-33 {
    height: 33vh !important;
  }
  .min-vw-xs-33 {
    min-width: 33vw !important;
  }
  .max-vw-xs-33 {
    max-width: 33vw !important;
  }
  .min-vh-xs-33 {
    min-height: 33vh !important;
  }
  .max-vh-xs-33 {
    max-height: 33vh !important;
  }
  .vw-xs-40 {
    width: 40vw !important;
  }
  .vh-xs-40 {
    height: 40vh !important;
  }
  .min-vw-xs-40 {
    min-width: 40vw !important;
  }
  .max-vw-xs-40 {
    max-width: 40vw !important;
  }
  .min-vh-xs-40 {
    min-height: 40vh !important;
  }
  .max-vh-xs-40 {
    max-height: 40vh !important;
  }
  .vw-xs-50 {
    width: 50vw !important;
  }
  .vh-xs-50 {
    height: 50vh !important;
  }
  .min-vw-xs-50 {
    min-width: 50vw !important;
  }
  .max-vw-xs-50 {
    max-width: 50vw !important;
  }
  .min-vh-xs-50 {
    min-height: 50vh !important;
  }
  .max-vh-xs-50 {
    max-height: 50vh !important;
  }
  .vw-xs-60 {
    width: 60vw !important;
  }
  .vh-xs-60 {
    height: 60vh !important;
  }
  .min-vw-xs-60 {
    min-width: 60vw !important;
  }
  .max-vw-xs-60 {
    max-width: 60vw !important;
  }
  .min-vh-xs-60 {
    min-height: 60vh !important;
  }
  .max-vh-xs-60 {
    max-height: 60vh !important;
  }
  .vw-xs-70 {
    width: 70vw !important;
  }
  .vh-xs-70 {
    height: 70vh !important;
  }
  .min-vw-xs-70 {
    min-width: 70vw !important;
  }
  .max-vw-xs-70 {
    max-width: 70vw !important;
  }
  .min-vh-xs-70 {
    min-height: 70vh !important;
  }
  .max-vh-xs-70 {
    max-height: 70vh !important;
  }
  .vw-xs-75 {
    width: 75vw !important;
  }
  .vh-xs-75 {
    height: 75vh !important;
  }
  .min-vw-xs-75 {
    min-width: 75vw !important;
  }
  .max-vw-xs-75 {
    max-width: 75vw !important;
  }
  .min-vh-xs-75 {
    min-height: 75vh !important;
  }
  .max-vh-xs-75 {
    max-height: 75vh !important;
  }
  .vw-xs-80 {
    width: 80vw !important;
  }
  .vh-xs-80 {
    height: 80vh !important;
  }
  .min-vw-xs-80 {
    min-width: 80vw !important;
  }
  .max-vw-xs-80 {
    max-width: 80vw !important;
  }
  .min-vh-xs-80 {
    min-height: 80vh !important;
  }
  .max-vh-xs-80 {
    max-height: 80vh !important;
  }
  .vw-xs-90 {
    width: 90vw !important;
  }
  .vh-xs-90 {
    height: 90vh !important;
  }
  .min-vw-xs-90 {
    min-width: 90vw !important;
  }
  .max-vw-xs-90 {
    max-width: 90vw !important;
  }
  .min-vh-xs-90 {
    min-height: 90vh !important;
  }
  .max-vh-xs-90 {
    max-height: 90vh !important;
  }
  .vw-xs-100 {
    width: 100vw !important;
  }
  .vh-xs-100 {
    height: 100vh !important;
  }
  .min-vw-xs-100 {
    min-width: 100vw !important;
  }
  .max-vw-xs-100 {
    max-width: 100vw !important;
  }
  .min-vh-xs-100 {
    min-height: 100vh !important;
  }
  .max-vh-xs-100 {
    max-height: 100vh !important;
  }
  .min-w-xs-10 {
    min-width: 10% !important;
  }
  .min-w-xs-20 {
    min-width: 20% !important;
  }
  .min-w-xs-25 {
    min-width: 25% !important;
  }
  .min-w-xs-30 {
    min-width: 30% !important;
  }
  .min-w-xs-33 {
    min-width: 33% !important;
  }
  .min-w-xs-40 {
    min-width: 40% !important;
  }
  .min-w-xs-50 {
    min-width: 50% !important;
  }
  .min-w-xs-60 {
    min-width: 60% !important;
  }
  .min-w-xs-70 {
    min-width: 70% !important;
  }
  .min-w-xs-75 {
    min-width: 75% !important;
  }
  .min-w-xs-80 {
    min-width: 80% !important;
  }
  .min-w-xs-90 {
    min-width: 90% !important;
  }
  .min-w-xs-100 {
    min-width: 100% !important;
  }
  .min-h-xs-10 {
    min-height: 10% !important;
  }
  .min-h-xs-20 {
    min-height: 20% !important;
  }
  .min-h-xs-25 {
    min-height: 25% !important;
  }
  .min-h-xs-30 {
    min-height: 30% !important;
  }
  .min-h-xs-33 {
    min-height: 33% !important;
  }
  .min-h-xs-40 {
    min-height: 40% !important;
  }
  .min-h-xs-50 {
    min-height: 50% !important;
  }
  .min-h-xs-60 {
    min-height: 60% !important;
  }
  .min-h-xs-70 {
    min-height: 70% !important;
  }
  .min-h-xs-75 {
    min-height: 75% !important;
  }
  .min-h-xs-80 {
    min-height: 80% !important;
  }
  .min-h-xs-90 {
    min-height: 90% !important;
  }
  .min-h-xs-100 {
    min-height: 100% !important;
  }
  .mw-xs-10 {
    max-width: 10% !important;
  }
  .mw-xs-20 {
    max-width: 20% !important;
  }
  .mw-xs-25 {
    max-width: 25% !important;
  }
  .mw-xs-30 {
    max-width: 30% !important;
  }
  .mw-xs-33 {
    max-width: 33% !important;
  }
  .mw-xs-40 {
    max-width: 40% !important;
  }
  .mw-xs-50 {
    max-width: 50% !important;
  }
  .mw-xs-60 {
    max-width: 60% !important;
  }
  .mw-xs-70 {
    max-width: 70% !important;
  }
  .mw-xs-75 {
    max-width: 75% !important;
  }
  .mw-xs-80 {
    max-width: 80% !important;
  }
  .mw-xs-90 {
    max-width: 90% !important;
  }
  .mw-xs-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 600px) {
  .w-xl-auto {
    width: auto !important;
  }
  .min-w-xl-auto {
    min-width: auto !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .min-h-xl-auto {
    min-height: auto !important;
  }
  .mw-xl-none {
    max-width: none !important;
  }
  .mh-xl-none {
    max-height: none !important;
  }
  .fw-xl-16 {
    width: 16px !important;
  }
  .fh-xl-16 {
    height: 16px !important;
  }
  .min-fw-xl-16 {
    min-width: 16px !important;
  }
  .max-fw-xl-16 {
    max-width: 16px !important;
  }
  .min-fh-xl-16 {
    min-height: 16px !important;
  }
  .max-fh-xl-16 {
    max-height: 16px !important;
  }
  .fw-xl-20 {
    width: 20px !important;
  }
  .fh-xl-20 {
    height: 20px !important;
  }
  .min-fw-xl-20 {
    min-width: 20px !important;
  }
  .max-fw-xl-20 {
    max-width: 20px !important;
  }
  .min-fh-xl-20 {
    min-height: 20px !important;
  }
  .max-fh-xl-20 {
    max-height: 20px !important;
  }
  .fw-xl-24 {
    width: 24px !important;
  }
  .fh-xl-24 {
    height: 24px !important;
  }
  .min-fw-xl-24 {
    min-width: 24px !important;
  }
  .max-fw-xl-24 {
    max-width: 24px !important;
  }
  .min-fh-xl-24 {
    min-height: 24px !important;
  }
  .max-fh-xl-24 {
    max-height: 24px !important;
  }
  .fw-xl-32 {
    width: 32px !important;
  }
  .fh-xl-32 {
    height: 32px !important;
  }
  .min-fw-xl-32 {
    min-width: 32px !important;
  }
  .max-fw-xl-32 {
    max-width: 32px !important;
  }
  .min-fh-xl-32 {
    min-height: 32px !important;
  }
  .max-fh-xl-32 {
    max-height: 32px !important;
  }
  .fw-xl-40 {
    width: 40px !important;
  }
  .fh-xl-40 {
    height: 40px !important;
  }
  .min-fw-xl-40 {
    min-width: 40px !important;
  }
  .max-fw-xl-40 {
    max-width: 40px !important;
  }
  .min-fh-xl-40 {
    min-height: 40px !important;
  }
  .max-fh-xl-40 {
    max-height: 40px !important;
  }
  .fw-xl-48 {
    width: 48px !important;
  }
  .fh-xl-48 {
    height: 48px !important;
  }
  .min-fw-xl-48 {
    min-width: 48px !important;
  }
  .max-fw-xl-48 {
    max-width: 48px !important;
  }
  .min-fh-xl-48 {
    min-height: 48px !important;
  }
  .max-fh-xl-48 {
    max-height: 48px !important;
  }
  .fw-xl-64 {
    width: 64px !important;
  }
  .fh-xl-64 {
    height: 64px !important;
  }
  .min-fw-xl-64 {
    min-width: 64px !important;
  }
  .max-fw-xl-64 {
    max-width: 64px !important;
  }
  .min-fh-xl-64 {
    min-height: 64px !important;
  }
  .max-fh-xl-64 {
    max-height: 64px !important;
  }
  .fw-xl-80 {
    width: 80px !important;
  }
  .fh-xl-80 {
    height: 80px !important;
  }
  .min-fw-xl-80 {
    min-width: 80px !important;
  }
  .max-fw-xl-80 {
    max-width: 80px !important;
  }
  .min-fh-xl-80 {
    min-height: 80px !important;
  }
  .max-fh-xl-80 {
    max-height: 80px !important;
  }
  .fw-xl-96 {
    width: 96px !important;
  }
  .fh-xl-96 {
    height: 96px !important;
  }
  .min-fw-xl-96 {
    min-width: 96px !important;
  }
  .max-fw-xl-96 {
    max-width: 96px !important;
  }
  .min-fh-xl-96 {
    min-height: 96px !important;
  }
  .max-fh-xl-96 {
    max-height: 96px !important;
  }
  .fw-xl-120 {
    width: 120px !important;
  }
  .fh-xl-120 {
    height: 120px !important;
  }
  .min-fw-xl-120 {
    min-width: 120px !important;
  }
  .max-fw-xl-120 {
    max-width: 120px !important;
  }
  .min-fh-xl-120 {
    min-height: 120px !important;
  }
  .max-fh-xl-120 {
    max-height: 120px !important;
  }
  .fw-xl-160 {
    width: 160px !important;
  }
  .fh-xl-160 {
    height: 160px !important;
  }
  .min-fw-xl-160 {
    min-width: 160px !important;
  }
  .max-fw-xl-160 {
    max-width: 160px !important;
  }
  .min-fh-xl-160 {
    min-height: 160px !important;
  }
  .max-fh-xl-160 {
    max-height: 160px !important;
  }
  .fw-xl-200 {
    width: 200px !important;
  }
  .fh-xl-200 {
    height: 200px !important;
  }
  .min-fw-xl-200 {
    min-width: 200px !important;
  }
  .max-fw-xl-200 {
    max-width: 200px !important;
  }
  .min-fh-xl-200 {
    min-height: 200px !important;
  }
  .max-fh-xl-200 {
    max-height: 200px !important;
  }
  .fw-xl-240 {
    width: 240px !important;
  }
  .fh-xl-240 {
    height: 240px !important;
  }
  .min-fw-xl-240 {
    min-width: 240px !important;
  }
  .max-fw-xl-240 {
    max-width: 240px !important;
  }
  .min-fh-xl-240 {
    min-height: 240px !important;
  }
  .max-fh-xl-240 {
    max-height: 240px !important;
  }
  .fw-xl-280 {
    width: 280px !important;
  }
  .fh-xl-280 {
    height: 280px !important;
  }
  .min-fw-xl-280 {
    min-width: 280px !important;
  }
  .max-fw-xl-280 {
    max-width: 280px !important;
  }
  .min-fh-xl-280 {
    min-height: 280px !important;
  }
  .max-fh-xl-280 {
    max-height: 280px !important;
  }
  .fw-xl-320 {
    width: 320px !important;
  }
  .fh-xl-320 {
    height: 320px !important;
  }
  .min-fw-xl-320 {
    min-width: 320px !important;
  }
  .max-fw-xl-320 {
    max-width: 320px !important;
  }
  .min-fh-xl-320 {
    min-height: 320px !important;
  }
  .max-fh-xl-320 {
    max-height: 320px !important;
  }
  .fw-xl-360 {
    width: 360px !important;
  }
  .fh-xl-360 {
    height: 360px !important;
  }
  .min-fw-xl-360 {
    min-width: 360px !important;
  }
  .max-fw-xl-360 {
    max-width: 360px !important;
  }
  .min-fh-xl-360 {
    min-height: 360px !important;
  }
  .max-fh-xl-360 {
    max-height: 360px !important;
  }
  .fw-xl-400 {
    width: 400px !important;
  }
  .fh-xl-400 {
    height: 400px !important;
  }
  .min-fw-xl-400 {
    min-width: 400px !important;
  }
  .max-fw-xl-400 {
    max-width: 400px !important;
  }
  .min-fh-xl-400 {
    min-height: 400px !important;
  }
  .max-fh-xl-400 {
    max-height: 400px !important;
  }
  .fw-xl-480 {
    width: 480px !important;
  }
  .fh-xl-480 {
    height: 480px !important;
  }
  .min-fw-xl-480 {
    min-width: 480px !important;
  }
  .max-fw-xl-480 {
    max-width: 480px !important;
  }
  .min-fh-xl-480 {
    min-height: 480px !important;
  }
  .max-fh-xl-480 {
    max-height: 480px !important;
  }
  .fw-xl-560 {
    width: 560px !important;
  }
  .fh-xl-560 {
    height: 560px !important;
  }
  .min-fw-xl-560 {
    min-width: 560px !important;
  }
  .max-fw-xl-560 {
    max-width: 560px !important;
  }
  .min-fh-xl-560 {
    min-height: 560px !important;
  }
  .max-fh-xl-560 {
    max-height: 560px !important;
  }
  .fw-xl-600 {
    width: 600px !important;
  }
  .fh-xl-600 {
    height: 600px !important;
  }
  .min-fw-xl-600 {
    min-width: 600px !important;
  }
  .max-fw-xl-600 {
    max-width: 600px !important;
  }
  .min-fh-xl-600 {
    min-height: 600px !important;
  }
  .max-fh-xl-600 {
    max-height: 600px !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .vw-xl-10 {
    width: 10vw !important;
  }
  .vh-xl-10 {
    height: 10vh !important;
  }
  .min-vw-xl-10 {
    min-width: 10vw !important;
  }
  .max-vw-xl-10 {
    max-width: 10vw !important;
  }
  .min-vh-xl-10 {
    min-height: 10vh !important;
  }
  .max-vh-xl-10 {
    max-height: 10vh !important;
  }
  .vw-xl-20 {
    width: 20vw !important;
  }
  .vh-xl-20 {
    height: 20vh !important;
  }
  .min-vw-xl-20 {
    min-width: 20vw !important;
  }
  .max-vw-xl-20 {
    max-width: 20vw !important;
  }
  .min-vh-xl-20 {
    min-height: 20vh !important;
  }
  .max-vh-xl-20 {
    max-height: 20vh !important;
  }
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }
  .max-vw-xl-25 {
    max-width: 25vw !important;
  }
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  .max-vh-xl-25 {
    max-height: 25vh !important;
  }
  .vw-xl-30 {
    width: 30vw !important;
  }
  .vh-xl-30 {
    height: 30vh !important;
  }
  .min-vw-xl-30 {
    min-width: 30vw !important;
  }
  .max-vw-xl-30 {
    max-width: 30vw !important;
  }
  .min-vh-xl-30 {
    min-height: 30vh !important;
  }
  .max-vh-xl-30 {
    max-height: 30vh !important;
  }
  .vw-xl-33 {
    width: 33vw !important;
  }
  .vh-xl-33 {
    height: 33vh !important;
  }
  .min-vw-xl-33 {
    min-width: 33vw !important;
  }
  .max-vw-xl-33 {
    max-width: 33vw !important;
  }
  .min-vh-xl-33 {
    min-height: 33vh !important;
  }
  .max-vh-xl-33 {
    max-height: 33vh !important;
  }
  .vw-xl-40 {
    width: 40vw !important;
  }
  .vh-xl-40 {
    height: 40vh !important;
  }
  .min-vw-xl-40 {
    min-width: 40vw !important;
  }
  .max-vw-xl-40 {
    max-width: 40vw !important;
  }
  .min-vh-xl-40 {
    min-height: 40vh !important;
  }
  .max-vh-xl-40 {
    max-height: 40vh !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .min-vw-xl-50 {
    min-width: 50vw !important;
  }
  .max-vw-xl-50 {
    max-width: 50vw !important;
  }
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  .max-vh-xl-50 {
    max-height: 50vh !important;
  }
  .vw-xl-60 {
    width: 60vw !important;
  }
  .vh-xl-60 {
    height: 60vh !important;
  }
  .min-vw-xl-60 {
    min-width: 60vw !important;
  }
  .max-vw-xl-60 {
    max-width: 60vw !important;
  }
  .min-vh-xl-60 {
    min-height: 60vh !important;
  }
  .max-vh-xl-60 {
    max-height: 60vh !important;
  }
  .vw-xl-70 {
    width: 70vw !important;
  }
  .vh-xl-70 {
    height: 70vh !important;
  }
  .min-vw-xl-70 {
    min-width: 70vw !important;
  }
  .max-vw-xl-70 {
    max-width: 70vw !important;
  }
  .min-vh-xl-70 {
    min-height: 70vh !important;
  }
  .max-vh-xl-70 {
    max-height: 70vh !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .min-vw-xl-75 {
    min-width: 75vw !important;
  }
  .max-vw-xl-75 {
    max-width: 75vw !important;
  }
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  .max-vh-xl-75 {
    max-height: 75vh !important;
  }
  .vw-xl-80 {
    width: 80vw !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .min-vw-xl-80 {
    min-width: 80vw !important;
  }
  .max-vw-xl-80 {
    max-width: 80vw !important;
  }
  .min-vh-xl-80 {
    min-height: 80vh !important;
  }
  .max-vh-xl-80 {
    max-height: 80vh !important;
  }
  .vw-xl-90 {
    width: 90vw !important;
  }
  .vh-xl-90 {
    height: 90vh !important;
  }
  .min-vw-xl-90 {
    min-width: 90vw !important;
  }
  .max-vw-xl-90 {
    max-width: 90vw !important;
  }
  .min-vh-xl-90 {
    min-height: 90vh !important;
  }
  .max-vh-xl-90 {
    max-height: 90vh !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .max-vw-xl-100 {
    max-width: 100vw !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .max-vh-xl-100 {
    max-height: 100vh !important;
  }
  .min-w-xl-10 {
    min-width: 10% !important;
  }
  .min-w-xl-20 {
    min-width: 20% !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .min-w-xl-30 {
    min-width: 30% !important;
  }
  .min-w-xl-33 {
    min-width: 33% !important;
  }
  .min-w-xl-40 {
    min-width: 40% !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .min-w-xl-60 {
    min-width: 60% !important;
  }
  .min-w-xl-70 {
    min-width: 70% !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .min-w-xl-80 {
    min-width: 80% !important;
  }
  .min-w-xl-90 {
    min-width: 90% !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .min-h-xl-10 {
    min-height: 10% !important;
  }
  .min-h-xl-20 {
    min-height: 20% !important;
  }
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  .min-h-xl-30 {
    min-height: 30% !important;
  }
  .min-h-xl-33 {
    min-height: 33% !important;
  }
  .min-h-xl-40 {
    min-height: 40% !important;
  }
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  .min-h-xl-60 {
    min-height: 60% !important;
  }
  .min-h-xl-70 {
    min-height: 70% !important;
  }
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  .min-h-xl-80 {
    min-height: 80% !important;
  }
  .min-h-xl-90 {
    min-height: 90% !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .mw-xl-10 {
    max-width: 10% !important;
  }
  .mw-xl-20 {
    max-width: 20% !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-30 {
    max-width: 30% !important;
  }
  .mw-xl-33 {
    max-width: 33% !important;
  }
  .mw-xl-40 {
    max-width: 40% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-60 {
    max-width: 60% !important;
  }
  .mw-xl-70 {
    max-width: 70% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-80 {
    max-width: 80% !important;
  }
  .mw-xl-90 {
    max-width: 90% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-sm-auto {
    width: auto !important;
  }
  .min-w-sm-auto {
    min-width: auto !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .min-h-sm-auto {
    min-height: auto !important;
  }
  .mw-sm-none {
    max-width: none !important;
  }
  .mh-sm-none {
    max-height: none !important;
  }
  .fw-sm-16 {
    width: 16px !important;
  }
  .fh-sm-16 {
    height: 16px !important;
  }
  .min-fw-sm-16 {
    min-width: 16px !important;
  }
  .max-fw-sm-16 {
    max-width: 16px !important;
  }
  .min-fh-sm-16 {
    min-height: 16px !important;
  }
  .max-fh-sm-16 {
    max-height: 16px !important;
  }
  .fw-sm-20 {
    width: 20px !important;
  }
  .fh-sm-20 {
    height: 20px !important;
  }
  .min-fw-sm-20 {
    min-width: 20px !important;
  }
  .max-fw-sm-20 {
    max-width: 20px !important;
  }
  .min-fh-sm-20 {
    min-height: 20px !important;
  }
  .max-fh-sm-20 {
    max-height: 20px !important;
  }
  .fw-sm-24 {
    width: 24px !important;
  }
  .fh-sm-24 {
    height: 24px !important;
  }
  .min-fw-sm-24 {
    min-width: 24px !important;
  }
  .max-fw-sm-24 {
    max-width: 24px !important;
  }
  .min-fh-sm-24 {
    min-height: 24px !important;
  }
  .max-fh-sm-24 {
    max-height: 24px !important;
  }
  .fw-sm-32 {
    width: 32px !important;
  }
  .fh-sm-32 {
    height: 32px !important;
  }
  .min-fw-sm-32 {
    min-width: 32px !important;
  }
  .max-fw-sm-32 {
    max-width: 32px !important;
  }
  .min-fh-sm-32 {
    min-height: 32px !important;
  }
  .max-fh-sm-32 {
    max-height: 32px !important;
  }
  .fw-sm-40 {
    width: 40px !important;
  }
  .fh-sm-40 {
    height: 40px !important;
  }
  .min-fw-sm-40 {
    min-width: 40px !important;
  }
  .max-fw-sm-40 {
    max-width: 40px !important;
  }
  .min-fh-sm-40 {
    min-height: 40px !important;
  }
  .max-fh-sm-40 {
    max-height: 40px !important;
  }
  .fw-sm-48 {
    width: 48px !important;
  }
  .fh-sm-48 {
    height: 48px !important;
  }
  .min-fw-sm-48 {
    min-width: 48px !important;
  }
  .max-fw-sm-48 {
    max-width: 48px !important;
  }
  .min-fh-sm-48 {
    min-height: 48px !important;
  }
  .max-fh-sm-48 {
    max-height: 48px !important;
  }
  .fw-sm-64 {
    width: 64px !important;
  }
  .fh-sm-64 {
    height: 64px !important;
  }
  .min-fw-sm-64 {
    min-width: 64px !important;
  }
  .max-fw-sm-64 {
    max-width: 64px !important;
  }
  .min-fh-sm-64 {
    min-height: 64px !important;
  }
  .max-fh-sm-64 {
    max-height: 64px !important;
  }
  .fw-sm-80 {
    width: 80px !important;
  }
  .fh-sm-80 {
    height: 80px !important;
  }
  .min-fw-sm-80 {
    min-width: 80px !important;
  }
  .max-fw-sm-80 {
    max-width: 80px !important;
  }
  .min-fh-sm-80 {
    min-height: 80px !important;
  }
  .max-fh-sm-80 {
    max-height: 80px !important;
  }
  .fw-sm-96 {
    width: 96px !important;
  }
  .fh-sm-96 {
    height: 96px !important;
  }
  .min-fw-sm-96 {
    min-width: 96px !important;
  }
  .max-fw-sm-96 {
    max-width: 96px !important;
  }
  .min-fh-sm-96 {
    min-height: 96px !important;
  }
  .max-fh-sm-96 {
    max-height: 96px !important;
  }
  .fw-sm-120 {
    width: 120px !important;
  }
  .fh-sm-120 {
    height: 120px !important;
  }
  .min-fw-sm-120 {
    min-width: 120px !important;
  }
  .max-fw-sm-120 {
    max-width: 120px !important;
  }
  .min-fh-sm-120 {
    min-height: 120px !important;
  }
  .max-fh-sm-120 {
    max-height: 120px !important;
  }
  .fw-sm-160 {
    width: 160px !important;
  }
  .fh-sm-160 {
    height: 160px !important;
  }
  .min-fw-sm-160 {
    min-width: 160px !important;
  }
  .max-fw-sm-160 {
    max-width: 160px !important;
  }
  .min-fh-sm-160 {
    min-height: 160px !important;
  }
  .max-fh-sm-160 {
    max-height: 160px !important;
  }
  .fw-sm-200 {
    width: 200px !important;
  }
  .fh-sm-200 {
    height: 200px !important;
  }
  .min-fw-sm-200 {
    min-width: 200px !important;
  }
  .max-fw-sm-200 {
    max-width: 200px !important;
  }
  .min-fh-sm-200 {
    min-height: 200px !important;
  }
  .max-fh-sm-200 {
    max-height: 200px !important;
  }
  .fw-sm-240 {
    width: 240px !important;
  }
  .fh-sm-240 {
    height: 240px !important;
  }
  .min-fw-sm-240 {
    min-width: 240px !important;
  }
  .max-fw-sm-240 {
    max-width: 240px !important;
  }
  .min-fh-sm-240 {
    min-height: 240px !important;
  }
  .max-fh-sm-240 {
    max-height: 240px !important;
  }
  .fw-sm-280 {
    width: 280px !important;
  }
  .fh-sm-280 {
    height: 280px !important;
  }
  .min-fw-sm-280 {
    min-width: 280px !important;
  }
  .max-fw-sm-280 {
    max-width: 280px !important;
  }
  .min-fh-sm-280 {
    min-height: 280px !important;
  }
  .max-fh-sm-280 {
    max-height: 280px !important;
  }
  .fw-sm-320 {
    width: 320px !important;
  }
  .fh-sm-320 {
    height: 320px !important;
  }
  .min-fw-sm-320 {
    min-width: 320px !important;
  }
  .max-fw-sm-320 {
    max-width: 320px !important;
  }
  .min-fh-sm-320 {
    min-height: 320px !important;
  }
  .max-fh-sm-320 {
    max-height: 320px !important;
  }
  .fw-sm-360 {
    width: 360px !important;
  }
  .fh-sm-360 {
    height: 360px !important;
  }
  .min-fw-sm-360 {
    min-width: 360px !important;
  }
  .max-fw-sm-360 {
    max-width: 360px !important;
  }
  .min-fh-sm-360 {
    min-height: 360px !important;
  }
  .max-fh-sm-360 {
    max-height: 360px !important;
  }
  .fw-sm-400 {
    width: 400px !important;
  }
  .fh-sm-400 {
    height: 400px !important;
  }
  .min-fw-sm-400 {
    min-width: 400px !important;
  }
  .max-fw-sm-400 {
    max-width: 400px !important;
  }
  .min-fh-sm-400 {
    min-height: 400px !important;
  }
  .max-fh-sm-400 {
    max-height: 400px !important;
  }
  .fw-sm-480 {
    width: 480px !important;
  }
  .fh-sm-480 {
    height: 480px !important;
  }
  .min-fw-sm-480 {
    min-width: 480px !important;
  }
  .max-fw-sm-480 {
    max-width: 480px !important;
  }
  .min-fh-sm-480 {
    min-height: 480px !important;
  }
  .max-fh-sm-480 {
    max-height: 480px !important;
  }
  .fw-sm-560 {
    width: 560px !important;
  }
  .fh-sm-560 {
    height: 560px !important;
  }
  .min-fw-sm-560 {
    min-width: 560px !important;
  }
  .max-fw-sm-560 {
    max-width: 560px !important;
  }
  .min-fh-sm-560 {
    min-height: 560px !important;
  }
  .max-fh-sm-560 {
    max-height: 560px !important;
  }
  .fw-sm-600 {
    width: 600px !important;
  }
  .fh-sm-600 {
    height: 600px !important;
  }
  .min-fw-sm-600 {
    min-width: 600px !important;
  }
  .max-fw-sm-600 {
    max-width: 600px !important;
  }
  .min-fh-sm-600 {
    min-height: 600px !important;
  }
  .max-fh-sm-600 {
    max-height: 600px !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .vw-sm-10 {
    width: 10vw !important;
  }
  .vh-sm-10 {
    height: 10vh !important;
  }
  .min-vw-sm-10 {
    min-width: 10vw !important;
  }
  .max-vw-sm-10 {
    max-width: 10vw !important;
  }
  .min-vh-sm-10 {
    min-height: 10vh !important;
  }
  .max-vh-sm-10 {
    max-height: 10vh !important;
  }
  .vw-sm-20 {
    width: 20vw !important;
  }
  .vh-sm-20 {
    height: 20vh !important;
  }
  .min-vw-sm-20 {
    min-width: 20vw !important;
  }
  .max-vw-sm-20 {
    max-width: 20vw !important;
  }
  .min-vh-sm-20 {
    min-height: 20vh !important;
  }
  .max-vh-sm-20 {
    max-height: 20vh !important;
  }
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }
  .max-vw-sm-25 {
    max-width: 25vw !important;
  }
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  .max-vh-sm-25 {
    max-height: 25vh !important;
  }
  .vw-sm-30 {
    width: 30vw !important;
  }
  .vh-sm-30 {
    height: 30vh !important;
  }
  .min-vw-sm-30 {
    min-width: 30vw !important;
  }
  .max-vw-sm-30 {
    max-width: 30vw !important;
  }
  .min-vh-sm-30 {
    min-height: 30vh !important;
  }
  .max-vh-sm-30 {
    max-height: 30vh !important;
  }
  .vw-sm-33 {
    width: 33vw !important;
  }
  .vh-sm-33 {
    height: 33vh !important;
  }
  .min-vw-sm-33 {
    min-width: 33vw !important;
  }
  .max-vw-sm-33 {
    max-width: 33vw !important;
  }
  .min-vh-sm-33 {
    min-height: 33vh !important;
  }
  .max-vh-sm-33 {
    max-height: 33vh !important;
  }
  .vw-sm-40 {
    width: 40vw !important;
  }
  .vh-sm-40 {
    height: 40vh !important;
  }
  .min-vw-sm-40 {
    min-width: 40vw !important;
  }
  .max-vw-sm-40 {
    max-width: 40vw !important;
  }
  .min-vh-sm-40 {
    min-height: 40vh !important;
  }
  .max-vh-sm-40 {
    max-height: 40vh !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .min-vw-sm-50 {
    min-width: 50vw !important;
  }
  .max-vw-sm-50 {
    max-width: 50vw !important;
  }
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  .max-vh-sm-50 {
    max-height: 50vh !important;
  }
  .vw-sm-60 {
    width: 60vw !important;
  }
  .vh-sm-60 {
    height: 60vh !important;
  }
  .min-vw-sm-60 {
    min-width: 60vw !important;
  }
  .max-vw-sm-60 {
    max-width: 60vw !important;
  }
  .min-vh-sm-60 {
    min-height: 60vh !important;
  }
  .max-vh-sm-60 {
    max-height: 60vh !important;
  }
  .vw-sm-70 {
    width: 70vw !important;
  }
  .vh-sm-70 {
    height: 70vh !important;
  }
  .min-vw-sm-70 {
    min-width: 70vw !important;
  }
  .max-vw-sm-70 {
    max-width: 70vw !important;
  }
  .min-vh-sm-70 {
    min-height: 70vh !important;
  }
  .max-vh-sm-70 {
    max-height: 70vh !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .min-vw-sm-75 {
    min-width: 75vw !important;
  }
  .max-vw-sm-75 {
    max-width: 75vw !important;
  }
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  .max-vh-sm-75 {
    max-height: 75vh !important;
  }
  .vw-sm-80 {
    width: 80vw !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .min-vw-sm-80 {
    min-width: 80vw !important;
  }
  .max-vw-sm-80 {
    max-width: 80vw !important;
  }
  .min-vh-sm-80 {
    min-height: 80vh !important;
  }
  .max-vh-sm-80 {
    max-height: 80vh !important;
  }
  .vw-sm-90 {
    width: 90vw !important;
  }
  .vh-sm-90 {
    height: 90vh !important;
  }
  .min-vw-sm-90 {
    min-width: 90vw !important;
  }
  .max-vw-sm-90 {
    max-width: 90vw !important;
  }
  .min-vh-sm-90 {
    min-height: 90vh !important;
  }
  .max-vh-sm-90 {
    max-height: 90vh !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .max-vw-sm-100 {
    max-width: 100vw !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .max-vh-sm-100 {
    max-height: 100vh !important;
  }
  .min-w-sm-10 {
    min-width: 10% !important;
  }
  .min-w-sm-20 {
    min-width: 20% !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .min-w-sm-30 {
    min-width: 30% !important;
  }
  .min-w-sm-33 {
    min-width: 33% !important;
  }
  .min-w-sm-40 {
    min-width: 40% !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .min-w-sm-60 {
    min-width: 60% !important;
  }
  .min-w-sm-70 {
    min-width: 70% !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .min-w-sm-80 {
    min-width: 80% !important;
  }
  .min-w-sm-90 {
    min-width: 90% !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .min-h-sm-10 {
    min-height: 10% !important;
  }
  .min-h-sm-20 {
    min-height: 20% !important;
  }
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  .min-h-sm-30 {
    min-height: 30% !important;
  }
  .min-h-sm-33 {
    min-height: 33% !important;
  }
  .min-h-sm-40 {
    min-height: 40% !important;
  }
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  .min-h-sm-60 {
    min-height: 60% !important;
  }
  .min-h-sm-70 {
    min-height: 70% !important;
  }
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  .min-h-sm-80 {
    min-height: 80% !important;
  }
  .min-h-sm-90 {
    min-height: 90% !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .mw-sm-10 {
    max-width: 10% !important;
  }
  .mw-sm-20 {
    max-width: 20% !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-30 {
    max-width: 30% !important;
  }
  .mw-sm-33 {
    max-width: 33% !important;
  }
  .mw-sm-40 {
    max-width: 40% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-60 {
    max-width: 60% !important;
  }
  .mw-sm-70 {
    max-width: 70% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-80 {
    max-width: 80% !important;
  }
  .mw-sm-90 {
    max-width: 90% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-md-auto {
    width: auto !important;
  }
  .min-w-md-auto {
    min-width: auto !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .min-h-md-auto {
    min-height: auto !important;
  }
  .mw-md-none {
    max-width: none !important;
  }
  .mh-md-none {
    max-height: none !important;
  }
  .fw-md-16 {
    width: 16px !important;
  }
  .fh-md-16 {
    height: 16px !important;
  }
  .min-fw-md-16 {
    min-width: 16px !important;
  }
  .max-fw-md-16 {
    max-width: 16px !important;
  }
  .min-fh-md-16 {
    min-height: 16px !important;
  }
  .max-fh-md-16 {
    max-height: 16px !important;
  }
  .fw-md-20 {
    width: 20px !important;
  }
  .fh-md-20 {
    height: 20px !important;
  }
  .min-fw-md-20 {
    min-width: 20px !important;
  }
  .max-fw-md-20 {
    max-width: 20px !important;
  }
  .min-fh-md-20 {
    min-height: 20px !important;
  }
  .max-fh-md-20 {
    max-height: 20px !important;
  }
  .fw-md-24 {
    width: 24px !important;
  }
  .fh-md-24 {
    height: 24px !important;
  }
  .min-fw-md-24 {
    min-width: 24px !important;
  }
  .max-fw-md-24 {
    max-width: 24px !important;
  }
  .min-fh-md-24 {
    min-height: 24px !important;
  }
  .max-fh-md-24 {
    max-height: 24px !important;
  }
  .fw-md-32 {
    width: 32px !important;
  }
  .fh-md-32 {
    height: 32px !important;
  }
  .min-fw-md-32 {
    min-width: 32px !important;
  }
  .max-fw-md-32 {
    max-width: 32px !important;
  }
  .min-fh-md-32 {
    min-height: 32px !important;
  }
  .max-fh-md-32 {
    max-height: 32px !important;
  }
  .fw-md-40 {
    width: 40px !important;
  }
  .fh-md-40 {
    height: 40px !important;
  }
  .min-fw-md-40 {
    min-width: 40px !important;
  }
  .max-fw-md-40 {
    max-width: 40px !important;
  }
  .min-fh-md-40 {
    min-height: 40px !important;
  }
  .max-fh-md-40 {
    max-height: 40px !important;
  }
  .fw-md-48 {
    width: 48px !important;
  }
  .fh-md-48 {
    height: 48px !important;
  }
  .min-fw-md-48 {
    min-width: 48px !important;
  }
  .max-fw-md-48 {
    max-width: 48px !important;
  }
  .min-fh-md-48 {
    min-height: 48px !important;
  }
  .max-fh-md-48 {
    max-height: 48px !important;
  }
  .fw-md-64 {
    width: 64px !important;
  }
  .fh-md-64 {
    height: 64px !important;
  }
  .min-fw-md-64 {
    min-width: 64px !important;
  }
  .max-fw-md-64 {
    max-width: 64px !important;
  }
  .min-fh-md-64 {
    min-height: 64px !important;
  }
  .max-fh-md-64 {
    max-height: 64px !important;
  }
  .fw-md-80 {
    width: 80px !important;
  }
  .fh-md-80 {
    height: 80px !important;
  }
  .min-fw-md-80 {
    min-width: 80px !important;
  }
  .max-fw-md-80 {
    max-width: 80px !important;
  }
  .min-fh-md-80 {
    min-height: 80px !important;
  }
  .max-fh-md-80 {
    max-height: 80px !important;
  }
  .fw-md-96 {
    width: 96px !important;
  }
  .fh-md-96 {
    height: 96px !important;
  }
  .min-fw-md-96 {
    min-width: 96px !important;
  }
  .max-fw-md-96 {
    max-width: 96px !important;
  }
  .min-fh-md-96 {
    min-height: 96px !important;
  }
  .max-fh-md-96 {
    max-height: 96px !important;
  }
  .fw-md-120 {
    width: 120px !important;
  }
  .fh-md-120 {
    height: 120px !important;
  }
  .min-fw-md-120 {
    min-width: 120px !important;
  }
  .max-fw-md-120 {
    max-width: 120px !important;
  }
  .min-fh-md-120 {
    min-height: 120px !important;
  }
  .max-fh-md-120 {
    max-height: 120px !important;
  }
  .fw-md-160 {
    width: 160px !important;
  }
  .fh-md-160 {
    height: 160px !important;
  }
  .min-fw-md-160 {
    min-width: 160px !important;
  }
  .max-fw-md-160 {
    max-width: 160px !important;
  }
  .min-fh-md-160 {
    min-height: 160px !important;
  }
  .max-fh-md-160 {
    max-height: 160px !important;
  }
  .fw-md-200 {
    width: 200px !important;
  }
  .fh-md-200 {
    height: 200px !important;
  }
  .min-fw-md-200 {
    min-width: 200px !important;
  }
  .max-fw-md-200 {
    max-width: 200px !important;
  }
  .min-fh-md-200 {
    min-height: 200px !important;
  }
  .max-fh-md-200 {
    max-height: 200px !important;
  }
  .fw-md-240 {
    width: 240px !important;
  }
  .fh-md-240 {
    height: 240px !important;
  }
  .min-fw-md-240 {
    min-width: 240px !important;
  }
  .max-fw-md-240 {
    max-width: 240px !important;
  }
  .min-fh-md-240 {
    min-height: 240px !important;
  }
  .max-fh-md-240 {
    max-height: 240px !important;
  }
  .fw-md-280 {
    width: 280px !important;
  }
  .fh-md-280 {
    height: 280px !important;
  }
  .min-fw-md-280 {
    min-width: 280px !important;
  }
  .max-fw-md-280 {
    max-width: 280px !important;
  }
  .min-fh-md-280 {
    min-height: 280px !important;
  }
  .max-fh-md-280 {
    max-height: 280px !important;
  }
  .fw-md-320 {
    width: 320px !important;
  }
  .fh-md-320 {
    height: 320px !important;
  }
  .min-fw-md-320 {
    min-width: 320px !important;
  }
  .max-fw-md-320 {
    max-width: 320px !important;
  }
  .min-fh-md-320 {
    min-height: 320px !important;
  }
  .max-fh-md-320 {
    max-height: 320px !important;
  }
  .fw-md-360 {
    width: 360px !important;
  }
  .fh-md-360 {
    height: 360px !important;
  }
  .min-fw-md-360 {
    min-width: 360px !important;
  }
  .max-fw-md-360 {
    max-width: 360px !important;
  }
  .min-fh-md-360 {
    min-height: 360px !important;
  }
  .max-fh-md-360 {
    max-height: 360px !important;
  }
  .fw-md-400 {
    width: 400px !important;
  }
  .fh-md-400 {
    height: 400px !important;
  }
  .min-fw-md-400 {
    min-width: 400px !important;
  }
  .max-fw-md-400 {
    max-width: 400px !important;
  }
  .min-fh-md-400 {
    min-height: 400px !important;
  }
  .max-fh-md-400 {
    max-height: 400px !important;
  }
  .fw-md-480 {
    width: 480px !important;
  }
  .fh-md-480 {
    height: 480px !important;
  }
  .min-fw-md-480 {
    min-width: 480px !important;
  }
  .max-fw-md-480 {
    max-width: 480px !important;
  }
  .min-fh-md-480 {
    min-height: 480px !important;
  }
  .max-fh-md-480 {
    max-height: 480px !important;
  }
  .fw-md-560 {
    width: 560px !important;
  }
  .fh-md-560 {
    height: 560px !important;
  }
  .min-fw-md-560 {
    min-width: 560px !important;
  }
  .max-fw-md-560 {
    max-width: 560px !important;
  }
  .min-fh-md-560 {
    min-height: 560px !important;
  }
  .max-fh-md-560 {
    max-height: 560px !important;
  }
  .fw-md-600 {
    width: 600px !important;
  }
  .fh-md-600 {
    height: 600px !important;
  }
  .min-fw-md-600 {
    min-width: 600px !important;
  }
  .max-fw-md-600 {
    max-width: 600px !important;
  }
  .min-fh-md-600 {
    min-height: 600px !important;
  }
  .max-fh-md-600 {
    max-height: 600px !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .vw-md-10 {
    width: 10vw !important;
  }
  .vh-md-10 {
    height: 10vh !important;
  }
  .min-vw-md-10 {
    min-width: 10vw !important;
  }
  .max-vw-md-10 {
    max-width: 10vw !important;
  }
  .min-vh-md-10 {
    min-height: 10vh !important;
  }
  .max-vh-md-10 {
    max-height: 10vh !important;
  }
  .vw-md-20 {
    width: 20vw !important;
  }
  .vh-md-20 {
    height: 20vh !important;
  }
  .min-vw-md-20 {
    min-width: 20vw !important;
  }
  .max-vw-md-20 {
    max-width: 20vw !important;
  }
  .min-vh-md-20 {
    min-height: 20vh !important;
  }
  .max-vh-md-20 {
    max-height: 20vh !important;
  }
  .vw-md-25 {
    width: 25vw !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .min-vw-md-25 {
    min-width: 25vw !important;
  }
  .max-vw-md-25 {
    max-width: 25vw !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .max-vh-md-25 {
    max-height: 25vh !important;
  }
  .vw-md-30 {
    width: 30vw !important;
  }
  .vh-md-30 {
    height: 30vh !important;
  }
  .min-vw-md-30 {
    min-width: 30vw !important;
  }
  .max-vw-md-30 {
    max-width: 30vw !important;
  }
  .min-vh-md-30 {
    min-height: 30vh !important;
  }
  .max-vh-md-30 {
    max-height: 30vh !important;
  }
  .vw-md-33 {
    width: 33vw !important;
  }
  .vh-md-33 {
    height: 33vh !important;
  }
  .min-vw-md-33 {
    min-width: 33vw !important;
  }
  .max-vw-md-33 {
    max-width: 33vw !important;
  }
  .min-vh-md-33 {
    min-height: 33vh !important;
  }
  .max-vh-md-33 {
    max-height: 33vh !important;
  }
  .vw-md-40 {
    width: 40vw !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .min-vw-md-40 {
    min-width: 40vw !important;
  }
  .max-vw-md-40 {
    max-width: 40vw !important;
  }
  .min-vh-md-40 {
    min-height: 40vh !important;
  }
  .max-vh-md-40 {
    max-height: 40vh !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .min-vw-md-50 {
    min-width: 50vw !important;
  }
  .max-vw-md-50 {
    max-width: 50vw !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .max-vh-md-50 {
    max-height: 50vh !important;
  }
  .vw-md-60 {
    width: 60vw !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .min-vw-md-60 {
    min-width: 60vw !important;
  }
  .max-vw-md-60 {
    max-width: 60vw !important;
  }
  .min-vh-md-60 {
    min-height: 60vh !important;
  }
  .max-vh-md-60 {
    max-height: 60vh !important;
  }
  .vw-md-70 {
    width: 70vw !important;
  }
  .vh-md-70 {
    height: 70vh !important;
  }
  .min-vw-md-70 {
    min-width: 70vw !important;
  }
  .max-vw-md-70 {
    max-width: 70vw !important;
  }
  .min-vh-md-70 {
    min-height: 70vh !important;
  }
  .max-vh-md-70 {
    max-height: 70vh !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .min-vw-md-75 {
    min-width: 75vw !important;
  }
  .max-vw-md-75 {
    max-width: 75vw !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .max-vh-md-75 {
    max-height: 75vh !important;
  }
  .vw-md-80 {
    width: 80vw !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .min-vw-md-80 {
    min-width: 80vw !important;
  }
  .max-vw-md-80 {
    max-width: 80vw !important;
  }
  .min-vh-md-80 {
    min-height: 80vh !important;
  }
  .max-vh-md-80 {
    max-height: 80vh !important;
  }
  .vw-md-90 {
    width: 90vw !important;
  }
  .vh-md-90 {
    height: 90vh !important;
  }
  .min-vw-md-90 {
    min-width: 90vw !important;
  }
  .max-vw-md-90 {
    max-width: 90vw !important;
  }
  .min-vh-md-90 {
    min-height: 90vh !important;
  }
  .max-vh-md-90 {
    max-height: 90vh !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .max-vw-md-100 {
    max-width: 100vw !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .max-vh-md-100 {
    max-height: 100vh !important;
  }
  .min-w-md-10 {
    min-width: 10% !important;
  }
  .min-w-md-20 {
    min-width: 20% !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .min-w-md-30 {
    min-width: 30% !important;
  }
  .min-w-md-33 {
    min-width: 33% !important;
  }
  .min-w-md-40 {
    min-width: 40% !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .min-w-md-60 {
    min-width: 60% !important;
  }
  .min-w-md-70 {
    min-width: 70% !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .min-w-md-80 {
    min-width: 80% !important;
  }
  .min-w-md-90 {
    min-width: 90% !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .min-h-md-10 {
    min-height: 10% !important;
  }
  .min-h-md-20 {
    min-height: 20% !important;
  }
  .min-h-md-25 {
    min-height: 25% !important;
  }
  .min-h-md-30 {
    min-height: 30% !important;
  }
  .min-h-md-33 {
    min-height: 33% !important;
  }
  .min-h-md-40 {
    min-height: 40% !important;
  }
  .min-h-md-50 {
    min-height: 50% !important;
  }
  .min-h-md-60 {
    min-height: 60% !important;
  }
  .min-h-md-70 {
    min-height: 70% !important;
  }
  .min-h-md-75 {
    min-height: 75% !important;
  }
  .min-h-md-80 {
    min-height: 80% !important;
  }
  .min-h-md-90 {
    min-height: 90% !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .mw-md-10 {
    max-width: 10% !important;
  }
  .mw-md-20 {
    max-width: 20% !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-30 {
    max-width: 30% !important;
  }
  .mw-md-33 {
    max-width: 33% !important;
  }
  .mw-md-40 {
    max-width: 40% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-60 {
    max-width: 60% !important;
  }
  .mw-md-70 {
    max-width: 70% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-80 {
    max-width: 80% !important;
  }
  .mw-md-90 {
    max-width: 90% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-lg-auto {
    width: auto !important;
  }
  .min-w-lg-auto {
    min-width: auto !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .min-h-lg-auto {
    min-height: auto !important;
  }
  .mw-lg-none {
    max-width: none !important;
  }
  .mh-lg-none {
    max-height: none !important;
  }
  .fw-lg-16 {
    width: 16px !important;
  }
  .fh-lg-16 {
    height: 16px !important;
  }
  .min-fw-lg-16 {
    min-width: 16px !important;
  }
  .max-fw-lg-16 {
    max-width: 16px !important;
  }
  .min-fh-lg-16 {
    min-height: 16px !important;
  }
  .max-fh-lg-16 {
    max-height: 16px !important;
  }
  .fw-lg-20 {
    width: 20px !important;
  }
  .fh-lg-20 {
    height: 20px !important;
  }
  .min-fw-lg-20 {
    min-width: 20px !important;
  }
  .max-fw-lg-20 {
    max-width: 20px !important;
  }
  .min-fh-lg-20 {
    min-height: 20px !important;
  }
  .max-fh-lg-20 {
    max-height: 20px !important;
  }
  .fw-lg-24 {
    width: 24px !important;
  }
  .fh-lg-24 {
    height: 24px !important;
  }
  .min-fw-lg-24 {
    min-width: 24px !important;
  }
  .max-fw-lg-24 {
    max-width: 24px !important;
  }
  .min-fh-lg-24 {
    min-height: 24px !important;
  }
  .max-fh-lg-24 {
    max-height: 24px !important;
  }
  .fw-lg-32 {
    width: 32px !important;
  }
  .fh-lg-32 {
    height: 32px !important;
  }
  .min-fw-lg-32 {
    min-width: 32px !important;
  }
  .max-fw-lg-32 {
    max-width: 32px !important;
  }
  .min-fh-lg-32 {
    min-height: 32px !important;
  }
  .max-fh-lg-32 {
    max-height: 32px !important;
  }
  .fw-lg-40 {
    width: 40px !important;
  }
  .fh-lg-40 {
    height: 40px !important;
  }
  .min-fw-lg-40 {
    min-width: 40px !important;
  }
  .max-fw-lg-40 {
    max-width: 40px !important;
  }
  .min-fh-lg-40 {
    min-height: 40px !important;
  }
  .max-fh-lg-40 {
    max-height: 40px !important;
  }
  .fw-lg-48 {
    width: 48px !important;
  }
  .fh-lg-48 {
    height: 48px !important;
  }
  .min-fw-lg-48 {
    min-width: 48px !important;
  }
  .max-fw-lg-48 {
    max-width: 48px !important;
  }
  .min-fh-lg-48 {
    min-height: 48px !important;
  }
  .max-fh-lg-48 {
    max-height: 48px !important;
  }
  .fw-lg-64 {
    width: 64px !important;
  }
  .fh-lg-64 {
    height: 64px !important;
  }
  .min-fw-lg-64 {
    min-width: 64px !important;
  }
  .max-fw-lg-64 {
    max-width: 64px !important;
  }
  .min-fh-lg-64 {
    min-height: 64px !important;
  }
  .max-fh-lg-64 {
    max-height: 64px !important;
  }
  .fw-lg-80 {
    width: 80px !important;
  }
  .fh-lg-80 {
    height: 80px !important;
  }
  .min-fw-lg-80 {
    min-width: 80px !important;
  }
  .max-fw-lg-80 {
    max-width: 80px !important;
  }
  .min-fh-lg-80 {
    min-height: 80px !important;
  }
  .max-fh-lg-80 {
    max-height: 80px !important;
  }
  .fw-lg-96 {
    width: 96px !important;
  }
  .fh-lg-96 {
    height: 96px !important;
  }
  .min-fw-lg-96 {
    min-width: 96px !important;
  }
  .max-fw-lg-96 {
    max-width: 96px !important;
  }
  .min-fh-lg-96 {
    min-height: 96px !important;
  }
  .max-fh-lg-96 {
    max-height: 96px !important;
  }
  .fw-lg-120 {
    width: 120px !important;
  }
  .fh-lg-120 {
    height: 120px !important;
  }
  .min-fw-lg-120 {
    min-width: 120px !important;
  }
  .max-fw-lg-120 {
    max-width: 120px !important;
  }
  .min-fh-lg-120 {
    min-height: 120px !important;
  }
  .max-fh-lg-120 {
    max-height: 120px !important;
  }
  .fw-lg-160 {
    width: 160px !important;
  }
  .fh-lg-160 {
    height: 160px !important;
  }
  .min-fw-lg-160 {
    min-width: 160px !important;
  }
  .max-fw-lg-160 {
    max-width: 160px !important;
  }
  .min-fh-lg-160 {
    min-height: 160px !important;
  }
  .max-fh-lg-160 {
    max-height: 160px !important;
  }
  .fw-lg-200 {
    width: 200px !important;
  }
  .fh-lg-200 {
    height: 200px !important;
  }
  .min-fw-lg-200 {
    min-width: 200px !important;
  }
  .max-fw-lg-200 {
    max-width: 200px !important;
  }
  .min-fh-lg-200 {
    min-height: 200px !important;
  }
  .max-fh-lg-200 {
    max-height: 200px !important;
  }
  .fw-lg-240 {
    width: 240px !important;
  }
  .fh-lg-240 {
    height: 240px !important;
  }
  .min-fw-lg-240 {
    min-width: 240px !important;
  }
  .max-fw-lg-240 {
    max-width: 240px !important;
  }
  .min-fh-lg-240 {
    min-height: 240px !important;
  }
  .max-fh-lg-240 {
    max-height: 240px !important;
  }
  .fw-lg-280 {
    width: 280px !important;
  }
  .fh-lg-280 {
    height: 280px !important;
  }
  .min-fw-lg-280 {
    min-width: 280px !important;
  }
  .max-fw-lg-280 {
    max-width: 280px !important;
  }
  .min-fh-lg-280 {
    min-height: 280px !important;
  }
  .max-fh-lg-280 {
    max-height: 280px !important;
  }
  .fw-lg-320 {
    width: 320px !important;
  }
  .fh-lg-320 {
    height: 320px !important;
  }
  .min-fw-lg-320 {
    min-width: 320px !important;
  }
  .max-fw-lg-320 {
    max-width: 320px !important;
  }
  .min-fh-lg-320 {
    min-height: 320px !important;
  }
  .max-fh-lg-320 {
    max-height: 320px !important;
  }
  .fw-lg-360 {
    width: 360px !important;
  }
  .fh-lg-360 {
    height: 360px !important;
  }
  .min-fw-lg-360 {
    min-width: 360px !important;
  }
  .max-fw-lg-360 {
    max-width: 360px !important;
  }
  .min-fh-lg-360 {
    min-height: 360px !important;
  }
  .max-fh-lg-360 {
    max-height: 360px !important;
  }
  .fw-lg-400 {
    width: 400px !important;
  }
  .fh-lg-400 {
    height: 400px !important;
  }
  .min-fw-lg-400 {
    min-width: 400px !important;
  }
  .max-fw-lg-400 {
    max-width: 400px !important;
  }
  .min-fh-lg-400 {
    min-height: 400px !important;
  }
  .max-fh-lg-400 {
    max-height: 400px !important;
  }
  .fw-lg-480 {
    width: 480px !important;
  }
  .fh-lg-480 {
    height: 480px !important;
  }
  .min-fw-lg-480 {
    min-width: 480px !important;
  }
  .max-fw-lg-480 {
    max-width: 480px !important;
  }
  .min-fh-lg-480 {
    min-height: 480px !important;
  }
  .max-fh-lg-480 {
    max-height: 480px !important;
  }
  .fw-lg-560 {
    width: 560px !important;
  }
  .fh-lg-560 {
    height: 560px !important;
  }
  .min-fw-lg-560 {
    min-width: 560px !important;
  }
  .max-fw-lg-560 {
    max-width: 560px !important;
  }
  .min-fh-lg-560 {
    min-height: 560px !important;
  }
  .max-fh-lg-560 {
    max-height: 560px !important;
  }
  .fw-lg-600 {
    width: 600px !important;
  }
  .fh-lg-600 {
    height: 600px !important;
  }
  .min-fw-lg-600 {
    min-width: 600px !important;
  }
  .max-fw-lg-600 {
    max-width: 600px !important;
  }
  .min-fh-lg-600 {
    min-height: 600px !important;
  }
  .max-fh-lg-600 {
    max-height: 600px !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .vw-lg-10 {
    width: 10vw !important;
  }
  .vh-lg-10 {
    height: 10vh !important;
  }
  .min-vw-lg-10 {
    min-width: 10vw !important;
  }
  .max-vw-lg-10 {
    max-width: 10vw !important;
  }
  .min-vh-lg-10 {
    min-height: 10vh !important;
  }
  .max-vh-lg-10 {
    max-height: 10vh !important;
  }
  .vw-lg-20 {
    width: 20vw !important;
  }
  .vh-lg-20 {
    height: 20vh !important;
  }
  .min-vw-lg-20 {
    min-width: 20vw !important;
  }
  .max-vw-lg-20 {
    max-width: 20vw !important;
  }
  .min-vh-lg-20 {
    min-height: 20vh !important;
  }
  .max-vh-lg-20 {
    max-height: 20vh !important;
  }
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }
  .max-vw-lg-25 {
    max-width: 25vw !important;
  }
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  .max-vh-lg-25 {
    max-height: 25vh !important;
  }
  .vw-lg-30 {
    width: 30vw !important;
  }
  .vh-lg-30 {
    height: 30vh !important;
  }
  .min-vw-lg-30 {
    min-width: 30vw !important;
  }
  .max-vw-lg-30 {
    max-width: 30vw !important;
  }
  .min-vh-lg-30 {
    min-height: 30vh !important;
  }
  .max-vh-lg-30 {
    max-height: 30vh !important;
  }
  .vw-lg-33 {
    width: 33vw !important;
  }
  .vh-lg-33 {
    height: 33vh !important;
  }
  .min-vw-lg-33 {
    min-width: 33vw !important;
  }
  .max-vw-lg-33 {
    max-width: 33vw !important;
  }
  .min-vh-lg-33 {
    min-height: 33vh !important;
  }
  .max-vh-lg-33 {
    max-height: 33vh !important;
  }
  .vw-lg-40 {
    width: 40vw !important;
  }
  .vh-lg-40 {
    height: 40vh !important;
  }
  .min-vw-lg-40 {
    min-width: 40vw !important;
  }
  .max-vw-lg-40 {
    max-width: 40vw !important;
  }
  .min-vh-lg-40 {
    min-height: 40vh !important;
  }
  .max-vh-lg-40 {
    max-height: 40vh !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .min-vw-lg-50 {
    min-width: 50vw !important;
  }
  .max-vw-lg-50 {
    max-width: 50vw !important;
  }
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  .max-vh-lg-50 {
    max-height: 50vh !important;
  }
  .vw-lg-60 {
    width: 60vw !important;
  }
  .vh-lg-60 {
    height: 60vh !important;
  }
  .min-vw-lg-60 {
    min-width: 60vw !important;
  }
  .max-vw-lg-60 {
    max-width: 60vw !important;
  }
  .min-vh-lg-60 {
    min-height: 60vh !important;
  }
  .max-vh-lg-60 {
    max-height: 60vh !important;
  }
  .vw-lg-70 {
    width: 70vw !important;
  }
  .vh-lg-70 {
    height: 70vh !important;
  }
  .min-vw-lg-70 {
    min-width: 70vw !important;
  }
  .max-vw-lg-70 {
    max-width: 70vw !important;
  }
  .min-vh-lg-70 {
    min-height: 70vh !important;
  }
  .max-vh-lg-70 {
    max-height: 70vh !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .min-vw-lg-75 {
    min-width: 75vw !important;
  }
  .max-vw-lg-75 {
    max-width: 75vw !important;
  }
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  .max-vh-lg-75 {
    max-height: 75vh !important;
  }
  .vw-lg-80 {
    width: 80vw !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .min-vw-lg-80 {
    min-width: 80vw !important;
  }
  .max-vw-lg-80 {
    max-width: 80vw !important;
  }
  .min-vh-lg-80 {
    min-height: 80vh !important;
  }
  .max-vh-lg-80 {
    max-height: 80vh !important;
  }
  .vw-lg-90 {
    width: 90vw !important;
  }
  .vh-lg-90 {
    height: 90vh !important;
  }
  .min-vw-lg-90 {
    min-width: 90vw !important;
  }
  .max-vw-lg-90 {
    max-width: 90vw !important;
  }
  .min-vh-lg-90 {
    min-height: 90vh !important;
  }
  .max-vh-lg-90 {
    max-height: 90vh !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .max-vw-lg-100 {
    max-width: 100vw !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .max-vh-lg-100 {
    max-height: 100vh !important;
  }
  .min-w-lg-10 {
    min-width: 10% !important;
  }
  .min-w-lg-20 {
    min-width: 20% !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .min-w-lg-30 {
    min-width: 30% !important;
  }
  .min-w-lg-33 {
    min-width: 33% !important;
  }
  .min-w-lg-40 {
    min-width: 40% !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .min-w-lg-60 {
    min-width: 60% !important;
  }
  .min-w-lg-70 {
    min-width: 70% !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .min-w-lg-80 {
    min-width: 80% !important;
  }
  .min-w-lg-90 {
    min-width: 90% !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .min-h-lg-10 {
    min-height: 10% !important;
  }
  .min-h-lg-20 {
    min-height: 20% !important;
  }
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  .min-h-lg-30 {
    min-height: 30% !important;
  }
  .min-h-lg-33 {
    min-height: 33% !important;
  }
  .min-h-lg-40 {
    min-height: 40% !important;
  }
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  .min-h-lg-60 {
    min-height: 60% !important;
  }
  .min-h-lg-70 {
    min-height: 70% !important;
  }
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  .min-h-lg-80 {
    min-height: 80% !important;
  }
  .min-h-lg-90 {
    min-height: 90% !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .mw-lg-10 {
    max-width: 10% !important;
  }
  .mw-lg-20 {
    max-width: 20% !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-30 {
    max-width: 30% !important;
  }
  .mw-lg-33 {
    max-width: 33% !important;
  }
  .mw-lg-40 {
    max-width: 40% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-60 {
    max-width: 60% !important;
  }
  .mw-lg-70 {
    max-width: 70% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-80 {
    max-width: 80% !important;
  }
  .mw-lg-90 {
    max-width: 90% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .w-xlg-auto {
    width: auto !important;
  }
  .min-w-xlg-auto {
    min-width: auto !important;
  }
  .h-xlg-auto {
    height: auto !important;
  }
  .min-h-xlg-auto {
    min-height: auto !important;
  }
  .mw-xlg-none {
    max-width: none !important;
  }
  .mh-xlg-none {
    max-height: none !important;
  }
  .fw-xlg-16 {
    width: 16px !important;
  }
  .fh-xlg-16 {
    height: 16px !important;
  }
  .min-fw-xlg-16 {
    min-width: 16px !important;
  }
  .max-fw-xlg-16 {
    max-width: 16px !important;
  }
  .min-fh-xlg-16 {
    min-height: 16px !important;
  }
  .max-fh-xlg-16 {
    max-height: 16px !important;
  }
  .fw-xlg-20 {
    width: 20px !important;
  }
  .fh-xlg-20 {
    height: 20px !important;
  }
  .min-fw-xlg-20 {
    min-width: 20px !important;
  }
  .max-fw-xlg-20 {
    max-width: 20px !important;
  }
  .min-fh-xlg-20 {
    min-height: 20px !important;
  }
  .max-fh-xlg-20 {
    max-height: 20px !important;
  }
  .fw-xlg-24 {
    width: 24px !important;
  }
  .fh-xlg-24 {
    height: 24px !important;
  }
  .min-fw-xlg-24 {
    min-width: 24px !important;
  }
  .max-fw-xlg-24 {
    max-width: 24px !important;
  }
  .min-fh-xlg-24 {
    min-height: 24px !important;
  }
  .max-fh-xlg-24 {
    max-height: 24px !important;
  }
  .fw-xlg-32 {
    width: 32px !important;
  }
  .fh-xlg-32 {
    height: 32px !important;
  }
  .min-fw-xlg-32 {
    min-width: 32px !important;
  }
  .max-fw-xlg-32 {
    max-width: 32px !important;
  }
  .min-fh-xlg-32 {
    min-height: 32px !important;
  }
  .max-fh-xlg-32 {
    max-height: 32px !important;
  }
  .fw-xlg-40 {
    width: 40px !important;
  }
  .fh-xlg-40 {
    height: 40px !important;
  }
  .min-fw-xlg-40 {
    min-width: 40px !important;
  }
  .max-fw-xlg-40 {
    max-width: 40px !important;
  }
  .min-fh-xlg-40 {
    min-height: 40px !important;
  }
  .max-fh-xlg-40 {
    max-height: 40px !important;
  }
  .fw-xlg-48 {
    width: 48px !important;
  }
  .fh-xlg-48 {
    height: 48px !important;
  }
  .min-fw-xlg-48 {
    min-width: 48px !important;
  }
  .max-fw-xlg-48 {
    max-width: 48px !important;
  }
  .min-fh-xlg-48 {
    min-height: 48px !important;
  }
  .max-fh-xlg-48 {
    max-height: 48px !important;
  }
  .fw-xlg-64 {
    width: 64px !important;
  }
  .fh-xlg-64 {
    height: 64px !important;
  }
  .min-fw-xlg-64 {
    min-width: 64px !important;
  }
  .max-fw-xlg-64 {
    max-width: 64px !important;
  }
  .min-fh-xlg-64 {
    min-height: 64px !important;
  }
  .max-fh-xlg-64 {
    max-height: 64px !important;
  }
  .fw-xlg-80 {
    width: 80px !important;
  }
  .fh-xlg-80 {
    height: 80px !important;
  }
  .min-fw-xlg-80 {
    min-width: 80px !important;
  }
  .max-fw-xlg-80 {
    max-width: 80px !important;
  }
  .min-fh-xlg-80 {
    min-height: 80px !important;
  }
  .max-fh-xlg-80 {
    max-height: 80px !important;
  }
  .fw-xlg-96 {
    width: 96px !important;
  }
  .fh-xlg-96 {
    height: 96px !important;
  }
  .min-fw-xlg-96 {
    min-width: 96px !important;
  }
  .max-fw-xlg-96 {
    max-width: 96px !important;
  }
  .min-fh-xlg-96 {
    min-height: 96px !important;
  }
  .max-fh-xlg-96 {
    max-height: 96px !important;
  }
  .fw-xlg-120 {
    width: 120px !important;
  }
  .fh-xlg-120 {
    height: 120px !important;
  }
  .min-fw-xlg-120 {
    min-width: 120px !important;
  }
  .max-fw-xlg-120 {
    max-width: 120px !important;
  }
  .min-fh-xlg-120 {
    min-height: 120px !important;
  }
  .max-fh-xlg-120 {
    max-height: 120px !important;
  }
  .fw-xlg-160 {
    width: 160px !important;
  }
  .fh-xlg-160 {
    height: 160px !important;
  }
  .min-fw-xlg-160 {
    min-width: 160px !important;
  }
  .max-fw-xlg-160 {
    max-width: 160px !important;
  }
  .min-fh-xlg-160 {
    min-height: 160px !important;
  }
  .max-fh-xlg-160 {
    max-height: 160px !important;
  }
  .fw-xlg-200 {
    width: 200px !important;
  }
  .fh-xlg-200 {
    height: 200px !important;
  }
  .min-fw-xlg-200 {
    min-width: 200px !important;
  }
  .max-fw-xlg-200 {
    max-width: 200px !important;
  }
  .min-fh-xlg-200 {
    min-height: 200px !important;
  }
  .max-fh-xlg-200 {
    max-height: 200px !important;
  }
  .fw-xlg-240 {
    width: 240px !important;
  }
  .fh-xlg-240 {
    height: 240px !important;
  }
  .min-fw-xlg-240 {
    min-width: 240px !important;
  }
  .max-fw-xlg-240 {
    max-width: 240px !important;
  }
  .min-fh-xlg-240 {
    min-height: 240px !important;
  }
  .max-fh-xlg-240 {
    max-height: 240px !important;
  }
  .fw-xlg-280 {
    width: 280px !important;
  }
  .fh-xlg-280 {
    height: 280px !important;
  }
  .min-fw-xlg-280 {
    min-width: 280px !important;
  }
  .max-fw-xlg-280 {
    max-width: 280px !important;
  }
  .min-fh-xlg-280 {
    min-height: 280px !important;
  }
  .max-fh-xlg-280 {
    max-height: 280px !important;
  }
  .fw-xlg-320 {
    width: 320px !important;
  }
  .fh-xlg-320 {
    height: 320px !important;
  }
  .min-fw-xlg-320 {
    min-width: 320px !important;
  }
  .max-fw-xlg-320 {
    max-width: 320px !important;
  }
  .min-fh-xlg-320 {
    min-height: 320px !important;
  }
  .max-fh-xlg-320 {
    max-height: 320px !important;
  }
  .fw-xlg-360 {
    width: 360px !important;
  }
  .fh-xlg-360 {
    height: 360px !important;
  }
  .min-fw-xlg-360 {
    min-width: 360px !important;
  }
  .max-fw-xlg-360 {
    max-width: 360px !important;
  }
  .min-fh-xlg-360 {
    min-height: 360px !important;
  }
  .max-fh-xlg-360 {
    max-height: 360px !important;
  }
  .fw-xlg-400 {
    width: 400px !important;
  }
  .fh-xlg-400 {
    height: 400px !important;
  }
  .min-fw-xlg-400 {
    min-width: 400px !important;
  }
  .max-fw-xlg-400 {
    max-width: 400px !important;
  }
  .min-fh-xlg-400 {
    min-height: 400px !important;
  }
  .max-fh-xlg-400 {
    max-height: 400px !important;
  }
  .fw-xlg-480 {
    width: 480px !important;
  }
  .fh-xlg-480 {
    height: 480px !important;
  }
  .min-fw-xlg-480 {
    min-width: 480px !important;
  }
  .max-fw-xlg-480 {
    max-width: 480px !important;
  }
  .min-fh-xlg-480 {
    min-height: 480px !important;
  }
  .max-fh-xlg-480 {
    max-height: 480px !important;
  }
  .fw-xlg-560 {
    width: 560px !important;
  }
  .fh-xlg-560 {
    height: 560px !important;
  }
  .min-fw-xlg-560 {
    min-width: 560px !important;
  }
  .max-fw-xlg-560 {
    max-width: 560px !important;
  }
  .min-fh-xlg-560 {
    min-height: 560px !important;
  }
  .max-fh-xlg-560 {
    max-height: 560px !important;
  }
  .fw-xlg-600 {
    width: 600px !important;
  }
  .fh-xlg-600 {
    height: 600px !important;
  }
  .min-fw-xlg-600 {
    min-width: 600px !important;
  }
  .max-fw-xlg-600 {
    max-width: 600px !important;
  }
  .min-fh-xlg-600 {
    min-height: 600px !important;
  }
  .max-fh-xlg-600 {
    max-height: 600px !important;
  }
  .w-xlg-10 {
    width: 10% !important;
  }
  .h-xlg-10 {
    height: 10% !important;
  }
  .w-xlg-20 {
    width: 20% !important;
  }
  .h-xlg-20 {
    height: 20% !important;
  }
  .w-xlg-25 {
    width: 25% !important;
  }
  .h-xlg-25 {
    height: 25% !important;
  }
  .w-xlg-30 {
    width: 30% !important;
  }
  .h-xlg-30 {
    height: 30% !important;
  }
  .w-xlg-33 {
    width: 33% !important;
  }
  .h-xlg-33 {
    height: 33% !important;
  }
  .w-xlg-40 {
    width: 40% !important;
  }
  .h-xlg-40 {
    height: 40% !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .h-xlg-50 {
    height: 50% !important;
  }
  .w-xlg-60 {
    width: 60% !important;
  }
  .h-xlg-60 {
    height: 60% !important;
  }
  .w-xlg-70 {
    width: 70% !important;
  }
  .h-xlg-70 {
    height: 70% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .h-xlg-75 {
    height: 75% !important;
  }
  .w-xlg-80 {
    width: 80% !important;
  }
  .h-xlg-80 {
    height: 80% !important;
  }
  .w-xlg-90 {
    width: 90% !important;
  }
  .h-xlg-90 {
    height: 90% !important;
  }
  .w-xlg-100 {
    width: 100% !important;
  }
  .h-xlg-100 {
    height: 100% !important;
  }
  .vw-xlg-10 {
    width: 10vw !important;
  }
  .vh-xlg-10 {
    height: 10vh !important;
  }
  .min-vw-xlg-10 {
    min-width: 10vw !important;
  }
  .max-vw-xlg-10 {
    max-width: 10vw !important;
  }
  .min-vh-xlg-10 {
    min-height: 10vh !important;
  }
  .max-vh-xlg-10 {
    max-height: 10vh !important;
  }
  .vw-xlg-20 {
    width: 20vw !important;
  }
  .vh-xlg-20 {
    height: 20vh !important;
  }
  .min-vw-xlg-20 {
    min-width: 20vw !important;
  }
  .max-vw-xlg-20 {
    max-width: 20vw !important;
  }
  .min-vh-xlg-20 {
    min-height: 20vh !important;
  }
  .max-vh-xlg-20 {
    max-height: 20vh !important;
  }
  .vw-xlg-25 {
    width: 25vw !important;
  }
  .vh-xlg-25 {
    height: 25vh !important;
  }
  .min-vw-xlg-25 {
    min-width: 25vw !important;
  }
  .max-vw-xlg-25 {
    max-width: 25vw !important;
  }
  .min-vh-xlg-25 {
    min-height: 25vh !important;
  }
  .max-vh-xlg-25 {
    max-height: 25vh !important;
  }
  .vw-xlg-30 {
    width: 30vw !important;
  }
  .vh-xlg-30 {
    height: 30vh !important;
  }
  .min-vw-xlg-30 {
    min-width: 30vw !important;
  }
  .max-vw-xlg-30 {
    max-width: 30vw !important;
  }
  .min-vh-xlg-30 {
    min-height: 30vh !important;
  }
  .max-vh-xlg-30 {
    max-height: 30vh !important;
  }
  .vw-xlg-33 {
    width: 33vw !important;
  }
  .vh-xlg-33 {
    height: 33vh !important;
  }
  .min-vw-xlg-33 {
    min-width: 33vw !important;
  }
  .max-vw-xlg-33 {
    max-width: 33vw !important;
  }
  .min-vh-xlg-33 {
    min-height: 33vh !important;
  }
  .max-vh-xlg-33 {
    max-height: 33vh !important;
  }
  .vw-xlg-40 {
    width: 40vw !important;
  }
  .vh-xlg-40 {
    height: 40vh !important;
  }
  .min-vw-xlg-40 {
    min-width: 40vw !important;
  }
  .max-vw-xlg-40 {
    max-width: 40vw !important;
  }
  .min-vh-xlg-40 {
    min-height: 40vh !important;
  }
  .max-vh-xlg-40 {
    max-height: 40vh !important;
  }
  .vw-xlg-50 {
    width: 50vw !important;
  }
  .vh-xlg-50 {
    height: 50vh !important;
  }
  .min-vw-xlg-50 {
    min-width: 50vw !important;
  }
  .max-vw-xlg-50 {
    max-width: 50vw !important;
  }
  .min-vh-xlg-50 {
    min-height: 50vh !important;
  }
  .max-vh-xlg-50 {
    max-height: 50vh !important;
  }
  .vw-xlg-60 {
    width: 60vw !important;
  }
  .vh-xlg-60 {
    height: 60vh !important;
  }
  .min-vw-xlg-60 {
    min-width: 60vw !important;
  }
  .max-vw-xlg-60 {
    max-width: 60vw !important;
  }
  .min-vh-xlg-60 {
    min-height: 60vh !important;
  }
  .max-vh-xlg-60 {
    max-height: 60vh !important;
  }
  .vw-xlg-70 {
    width: 70vw !important;
  }
  .vh-xlg-70 {
    height: 70vh !important;
  }
  .min-vw-xlg-70 {
    min-width: 70vw !important;
  }
  .max-vw-xlg-70 {
    max-width: 70vw !important;
  }
  .min-vh-xlg-70 {
    min-height: 70vh !important;
  }
  .max-vh-xlg-70 {
    max-height: 70vh !important;
  }
  .vw-xlg-75 {
    width: 75vw !important;
  }
  .vh-xlg-75 {
    height: 75vh !important;
  }
  .min-vw-xlg-75 {
    min-width: 75vw !important;
  }
  .max-vw-xlg-75 {
    max-width: 75vw !important;
  }
  .min-vh-xlg-75 {
    min-height: 75vh !important;
  }
  .max-vh-xlg-75 {
    max-height: 75vh !important;
  }
  .vw-xlg-80 {
    width: 80vw !important;
  }
  .vh-xlg-80 {
    height: 80vh !important;
  }
  .min-vw-xlg-80 {
    min-width: 80vw !important;
  }
  .max-vw-xlg-80 {
    max-width: 80vw !important;
  }
  .min-vh-xlg-80 {
    min-height: 80vh !important;
  }
  .max-vh-xlg-80 {
    max-height: 80vh !important;
  }
  .vw-xlg-90 {
    width: 90vw !important;
  }
  .vh-xlg-90 {
    height: 90vh !important;
  }
  .min-vw-xlg-90 {
    min-width: 90vw !important;
  }
  .max-vw-xlg-90 {
    max-width: 90vw !important;
  }
  .min-vh-xlg-90 {
    min-height: 90vh !important;
  }
  .max-vh-xlg-90 {
    max-height: 90vh !important;
  }
  .vw-xlg-100 {
    width: 100vw !important;
  }
  .vh-xlg-100 {
    height: 100vh !important;
  }
  .min-vw-xlg-100 {
    min-width: 100vw !important;
  }
  .max-vw-xlg-100 {
    max-width: 100vw !important;
  }
  .min-vh-xlg-100 {
    min-height: 100vh !important;
  }
  .max-vh-xlg-100 {
    max-height: 100vh !important;
  }
  .min-w-xlg-10 {
    min-width: 10% !important;
  }
  .min-w-xlg-20 {
    min-width: 20% !important;
  }
  .min-w-xlg-25 {
    min-width: 25% !important;
  }
  .min-w-xlg-30 {
    min-width: 30% !important;
  }
  .min-w-xlg-33 {
    min-width: 33% !important;
  }
  .min-w-xlg-40 {
    min-width: 40% !important;
  }
  .min-w-xlg-50 {
    min-width: 50% !important;
  }
  .min-w-xlg-60 {
    min-width: 60% !important;
  }
  .min-w-xlg-70 {
    min-width: 70% !important;
  }
  .min-w-xlg-75 {
    min-width: 75% !important;
  }
  .min-w-xlg-80 {
    min-width: 80% !important;
  }
  .min-w-xlg-90 {
    min-width: 90% !important;
  }
  .min-w-xlg-100 {
    min-width: 100% !important;
  }
  .min-h-xlg-10 {
    min-height: 10% !important;
  }
  .min-h-xlg-20 {
    min-height: 20% !important;
  }
  .min-h-xlg-25 {
    min-height: 25% !important;
  }
  .min-h-xlg-30 {
    min-height: 30% !important;
  }
  .min-h-xlg-33 {
    min-height: 33% !important;
  }
  .min-h-xlg-40 {
    min-height: 40% !important;
  }
  .min-h-xlg-50 {
    min-height: 50% !important;
  }
  .min-h-xlg-60 {
    min-height: 60% !important;
  }
  .min-h-xlg-70 {
    min-height: 70% !important;
  }
  .min-h-xlg-75 {
    min-height: 75% !important;
  }
  .min-h-xlg-80 {
    min-height: 80% !important;
  }
  .min-h-xlg-90 {
    min-height: 90% !important;
  }
  .min-h-xlg-100 {
    min-height: 100% !important;
  }
  .mw-xlg-10 {
    max-width: 10% !important;
  }
  .mw-xlg-20 {
    max-width: 20% !important;
  }
  .mw-xlg-25 {
    max-width: 25% !important;
  }
  .mw-xlg-30 {
    max-width: 30% !important;
  }
  .mw-xlg-33 {
    max-width: 33% !important;
  }
  .mw-xlg-40 {
    max-width: 40% !important;
  }
  .mw-xlg-50 {
    max-width: 50% !important;
  }
  .mw-xlg-60 {
    max-width: 60% !important;
  }
  .mw-xlg-70 {
    max-width: 70% !important;
  }
  .mw-xlg-75 {
    max-width: 75% !important;
  }
  .mw-xlg-80 {
    max-width: 80% !important;
  }
  .mw-xlg-90 {
    max-width: 90% !important;
  }
  .mw-xlg-100 {
    max-width: 100% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxlg-auto {
    width: auto !important;
  }
  .min-w-xxlg-auto {
    min-width: auto !important;
  }
  .h-xxlg-auto {
    height: auto !important;
  }
  .min-h-xxlg-auto {
    min-height: auto !important;
  }
  .mw-xxlg-none {
    max-width: none !important;
  }
  .mh-xxlg-none {
    max-height: none !important;
  }
  .fw-xxlg-16 {
    width: 16px !important;
  }
  .fh-xxlg-16 {
    height: 16px !important;
  }
  .min-fw-xxlg-16 {
    min-width: 16px !important;
  }
  .max-fw-xxlg-16 {
    max-width: 16px !important;
  }
  .min-fh-xxlg-16 {
    min-height: 16px !important;
  }
  .max-fh-xxlg-16 {
    max-height: 16px !important;
  }
  .fw-xxlg-20 {
    width: 20px !important;
  }
  .fh-xxlg-20 {
    height: 20px !important;
  }
  .min-fw-xxlg-20 {
    min-width: 20px !important;
  }
  .max-fw-xxlg-20 {
    max-width: 20px !important;
  }
  .min-fh-xxlg-20 {
    min-height: 20px !important;
  }
  .max-fh-xxlg-20 {
    max-height: 20px !important;
  }
  .fw-xxlg-24 {
    width: 24px !important;
  }
  .fh-xxlg-24 {
    height: 24px !important;
  }
  .min-fw-xxlg-24 {
    min-width: 24px !important;
  }
  .max-fw-xxlg-24 {
    max-width: 24px !important;
  }
  .min-fh-xxlg-24 {
    min-height: 24px !important;
  }
  .max-fh-xxlg-24 {
    max-height: 24px !important;
  }
  .fw-xxlg-32 {
    width: 32px !important;
  }
  .fh-xxlg-32 {
    height: 32px !important;
  }
  .min-fw-xxlg-32 {
    min-width: 32px !important;
  }
  .max-fw-xxlg-32 {
    max-width: 32px !important;
  }
  .min-fh-xxlg-32 {
    min-height: 32px !important;
  }
  .max-fh-xxlg-32 {
    max-height: 32px !important;
  }
  .fw-xxlg-40 {
    width: 40px !important;
  }
  .fh-xxlg-40 {
    height: 40px !important;
  }
  .min-fw-xxlg-40 {
    min-width: 40px !important;
  }
  .max-fw-xxlg-40 {
    max-width: 40px !important;
  }
  .min-fh-xxlg-40 {
    min-height: 40px !important;
  }
  .max-fh-xxlg-40 {
    max-height: 40px !important;
  }
  .fw-xxlg-48 {
    width: 48px !important;
  }
  .fh-xxlg-48 {
    height: 48px !important;
  }
  .min-fw-xxlg-48 {
    min-width: 48px !important;
  }
  .max-fw-xxlg-48 {
    max-width: 48px !important;
  }
  .min-fh-xxlg-48 {
    min-height: 48px !important;
  }
  .max-fh-xxlg-48 {
    max-height: 48px !important;
  }
  .fw-xxlg-64 {
    width: 64px !important;
  }
  .fh-xxlg-64 {
    height: 64px !important;
  }
  .min-fw-xxlg-64 {
    min-width: 64px !important;
  }
  .max-fw-xxlg-64 {
    max-width: 64px !important;
  }
  .min-fh-xxlg-64 {
    min-height: 64px !important;
  }
  .max-fh-xxlg-64 {
    max-height: 64px !important;
  }
  .fw-xxlg-80 {
    width: 80px !important;
  }
  .fh-xxlg-80 {
    height: 80px !important;
  }
  .min-fw-xxlg-80 {
    min-width: 80px !important;
  }
  .max-fw-xxlg-80 {
    max-width: 80px !important;
  }
  .min-fh-xxlg-80 {
    min-height: 80px !important;
  }
  .max-fh-xxlg-80 {
    max-height: 80px !important;
  }
  .fw-xxlg-96 {
    width: 96px !important;
  }
  .fh-xxlg-96 {
    height: 96px !important;
  }
  .min-fw-xxlg-96 {
    min-width: 96px !important;
  }
  .max-fw-xxlg-96 {
    max-width: 96px !important;
  }
  .min-fh-xxlg-96 {
    min-height: 96px !important;
  }
  .max-fh-xxlg-96 {
    max-height: 96px !important;
  }
  .fw-xxlg-120 {
    width: 120px !important;
  }
  .fh-xxlg-120 {
    height: 120px !important;
  }
  .min-fw-xxlg-120 {
    min-width: 120px !important;
  }
  .max-fw-xxlg-120 {
    max-width: 120px !important;
  }
  .min-fh-xxlg-120 {
    min-height: 120px !important;
  }
  .max-fh-xxlg-120 {
    max-height: 120px !important;
  }
  .fw-xxlg-160 {
    width: 160px !important;
  }
  .fh-xxlg-160 {
    height: 160px !important;
  }
  .min-fw-xxlg-160 {
    min-width: 160px !important;
  }
  .max-fw-xxlg-160 {
    max-width: 160px !important;
  }
  .min-fh-xxlg-160 {
    min-height: 160px !important;
  }
  .max-fh-xxlg-160 {
    max-height: 160px !important;
  }
  .fw-xxlg-200 {
    width: 200px !important;
  }
  .fh-xxlg-200 {
    height: 200px !important;
  }
  .min-fw-xxlg-200 {
    min-width: 200px !important;
  }
  .max-fw-xxlg-200 {
    max-width: 200px !important;
  }
  .min-fh-xxlg-200 {
    min-height: 200px !important;
  }
  .max-fh-xxlg-200 {
    max-height: 200px !important;
  }
  .fw-xxlg-240 {
    width: 240px !important;
  }
  .fh-xxlg-240 {
    height: 240px !important;
  }
  .min-fw-xxlg-240 {
    min-width: 240px !important;
  }
  .max-fw-xxlg-240 {
    max-width: 240px !important;
  }
  .min-fh-xxlg-240 {
    min-height: 240px !important;
  }
  .max-fh-xxlg-240 {
    max-height: 240px !important;
  }
  .fw-xxlg-280 {
    width: 280px !important;
  }
  .fh-xxlg-280 {
    height: 280px !important;
  }
  .min-fw-xxlg-280 {
    min-width: 280px !important;
  }
  .max-fw-xxlg-280 {
    max-width: 280px !important;
  }
  .min-fh-xxlg-280 {
    min-height: 280px !important;
  }
  .max-fh-xxlg-280 {
    max-height: 280px !important;
  }
  .fw-xxlg-320 {
    width: 320px !important;
  }
  .fh-xxlg-320 {
    height: 320px !important;
  }
  .min-fw-xxlg-320 {
    min-width: 320px !important;
  }
  .max-fw-xxlg-320 {
    max-width: 320px !important;
  }
  .min-fh-xxlg-320 {
    min-height: 320px !important;
  }
  .max-fh-xxlg-320 {
    max-height: 320px !important;
  }
  .fw-xxlg-360 {
    width: 360px !important;
  }
  .fh-xxlg-360 {
    height: 360px !important;
  }
  .min-fw-xxlg-360 {
    min-width: 360px !important;
  }
  .max-fw-xxlg-360 {
    max-width: 360px !important;
  }
  .min-fh-xxlg-360 {
    min-height: 360px !important;
  }
  .max-fh-xxlg-360 {
    max-height: 360px !important;
  }
  .fw-xxlg-400 {
    width: 400px !important;
  }
  .fh-xxlg-400 {
    height: 400px !important;
  }
  .min-fw-xxlg-400 {
    min-width: 400px !important;
  }
  .max-fw-xxlg-400 {
    max-width: 400px !important;
  }
  .min-fh-xxlg-400 {
    min-height: 400px !important;
  }
  .max-fh-xxlg-400 {
    max-height: 400px !important;
  }
  .fw-xxlg-480 {
    width: 480px !important;
  }
  .fh-xxlg-480 {
    height: 480px !important;
  }
  .min-fw-xxlg-480 {
    min-width: 480px !important;
  }
  .max-fw-xxlg-480 {
    max-width: 480px !important;
  }
  .min-fh-xxlg-480 {
    min-height: 480px !important;
  }
  .max-fh-xxlg-480 {
    max-height: 480px !important;
  }
  .fw-xxlg-560 {
    width: 560px !important;
  }
  .fh-xxlg-560 {
    height: 560px !important;
  }
  .min-fw-xxlg-560 {
    min-width: 560px !important;
  }
  .max-fw-xxlg-560 {
    max-width: 560px !important;
  }
  .min-fh-xxlg-560 {
    min-height: 560px !important;
  }
  .max-fh-xxlg-560 {
    max-height: 560px !important;
  }
  .fw-xxlg-600 {
    width: 600px !important;
  }
  .fh-xxlg-600 {
    height: 600px !important;
  }
  .min-fw-xxlg-600 {
    min-width: 600px !important;
  }
  .max-fw-xxlg-600 {
    max-width: 600px !important;
  }
  .min-fh-xxlg-600 {
    min-height: 600px !important;
  }
  .max-fh-xxlg-600 {
    max-height: 600px !important;
  }
  .w-xxlg-10 {
    width: 10% !important;
  }
  .h-xxlg-10 {
    height: 10% !important;
  }
  .w-xxlg-20 {
    width: 20% !important;
  }
  .h-xxlg-20 {
    height: 20% !important;
  }
  .w-xxlg-25 {
    width: 25% !important;
  }
  .h-xxlg-25 {
    height: 25% !important;
  }
  .w-xxlg-30 {
    width: 30% !important;
  }
  .h-xxlg-30 {
    height: 30% !important;
  }
  .w-xxlg-33 {
    width: 33% !important;
  }
  .h-xxlg-33 {
    height: 33% !important;
  }
  .w-xxlg-40 {
    width: 40% !important;
  }
  .h-xxlg-40 {
    height: 40% !important;
  }
  .w-xxlg-50 {
    width: 50% !important;
  }
  .h-xxlg-50 {
    height: 50% !important;
  }
  .w-xxlg-60 {
    width: 60% !important;
  }
  .h-xxlg-60 {
    height: 60% !important;
  }
  .w-xxlg-70 {
    width: 70% !important;
  }
  .h-xxlg-70 {
    height: 70% !important;
  }
  .w-xxlg-75 {
    width: 75% !important;
  }
  .h-xxlg-75 {
    height: 75% !important;
  }
  .w-xxlg-80 {
    width: 80% !important;
  }
  .h-xxlg-80 {
    height: 80% !important;
  }
  .w-xxlg-90 {
    width: 90% !important;
  }
  .h-xxlg-90 {
    height: 90% !important;
  }
  .w-xxlg-100 {
    width: 100% !important;
  }
  .h-xxlg-100 {
    height: 100% !important;
  }
  .vw-xxlg-10 {
    width: 10vw !important;
  }
  .vh-xxlg-10 {
    height: 10vh !important;
  }
  .min-vw-xxlg-10 {
    min-width: 10vw !important;
  }
  .max-vw-xxlg-10 {
    max-width: 10vw !important;
  }
  .min-vh-xxlg-10 {
    min-height: 10vh !important;
  }
  .max-vh-xxlg-10 {
    max-height: 10vh !important;
  }
  .vw-xxlg-20 {
    width: 20vw !important;
  }
  .vh-xxlg-20 {
    height: 20vh !important;
  }
  .min-vw-xxlg-20 {
    min-width: 20vw !important;
  }
  .max-vw-xxlg-20 {
    max-width: 20vw !important;
  }
  .min-vh-xxlg-20 {
    min-height: 20vh !important;
  }
  .max-vh-xxlg-20 {
    max-height: 20vh !important;
  }
  .vw-xxlg-25 {
    width: 25vw !important;
  }
  .vh-xxlg-25 {
    height: 25vh !important;
  }
  .min-vw-xxlg-25 {
    min-width: 25vw !important;
  }
  .max-vw-xxlg-25 {
    max-width: 25vw !important;
  }
  .min-vh-xxlg-25 {
    min-height: 25vh !important;
  }
  .max-vh-xxlg-25 {
    max-height: 25vh !important;
  }
  .vw-xxlg-30 {
    width: 30vw !important;
  }
  .vh-xxlg-30 {
    height: 30vh !important;
  }
  .min-vw-xxlg-30 {
    min-width: 30vw !important;
  }
  .max-vw-xxlg-30 {
    max-width: 30vw !important;
  }
  .min-vh-xxlg-30 {
    min-height: 30vh !important;
  }
  .max-vh-xxlg-30 {
    max-height: 30vh !important;
  }
  .vw-xxlg-33 {
    width: 33vw !important;
  }
  .vh-xxlg-33 {
    height: 33vh !important;
  }
  .min-vw-xxlg-33 {
    min-width: 33vw !important;
  }
  .max-vw-xxlg-33 {
    max-width: 33vw !important;
  }
  .min-vh-xxlg-33 {
    min-height: 33vh !important;
  }
  .max-vh-xxlg-33 {
    max-height: 33vh !important;
  }
  .vw-xxlg-40 {
    width: 40vw !important;
  }
  .vh-xxlg-40 {
    height: 40vh !important;
  }
  .min-vw-xxlg-40 {
    min-width: 40vw !important;
  }
  .max-vw-xxlg-40 {
    max-width: 40vw !important;
  }
  .min-vh-xxlg-40 {
    min-height: 40vh !important;
  }
  .max-vh-xxlg-40 {
    max-height: 40vh !important;
  }
  .vw-xxlg-50 {
    width: 50vw !important;
  }
  .vh-xxlg-50 {
    height: 50vh !important;
  }
  .min-vw-xxlg-50 {
    min-width: 50vw !important;
  }
  .max-vw-xxlg-50 {
    max-width: 50vw !important;
  }
  .min-vh-xxlg-50 {
    min-height: 50vh !important;
  }
  .max-vh-xxlg-50 {
    max-height: 50vh !important;
  }
  .vw-xxlg-60 {
    width: 60vw !important;
  }
  .vh-xxlg-60 {
    height: 60vh !important;
  }
  .min-vw-xxlg-60 {
    min-width: 60vw !important;
  }
  .max-vw-xxlg-60 {
    max-width: 60vw !important;
  }
  .min-vh-xxlg-60 {
    min-height: 60vh !important;
  }
  .max-vh-xxlg-60 {
    max-height: 60vh !important;
  }
  .vw-xxlg-70 {
    width: 70vw !important;
  }
  .vh-xxlg-70 {
    height: 70vh !important;
  }
  .min-vw-xxlg-70 {
    min-width: 70vw !important;
  }
  .max-vw-xxlg-70 {
    max-width: 70vw !important;
  }
  .min-vh-xxlg-70 {
    min-height: 70vh !important;
  }
  .max-vh-xxlg-70 {
    max-height: 70vh !important;
  }
  .vw-xxlg-75 {
    width: 75vw !important;
  }
  .vh-xxlg-75 {
    height: 75vh !important;
  }
  .min-vw-xxlg-75 {
    min-width: 75vw !important;
  }
  .max-vw-xxlg-75 {
    max-width: 75vw !important;
  }
  .min-vh-xxlg-75 {
    min-height: 75vh !important;
  }
  .max-vh-xxlg-75 {
    max-height: 75vh !important;
  }
  .vw-xxlg-80 {
    width: 80vw !important;
  }
  .vh-xxlg-80 {
    height: 80vh !important;
  }
  .min-vw-xxlg-80 {
    min-width: 80vw !important;
  }
  .max-vw-xxlg-80 {
    max-width: 80vw !important;
  }
  .min-vh-xxlg-80 {
    min-height: 80vh !important;
  }
  .max-vh-xxlg-80 {
    max-height: 80vh !important;
  }
  .vw-xxlg-90 {
    width: 90vw !important;
  }
  .vh-xxlg-90 {
    height: 90vh !important;
  }
  .min-vw-xxlg-90 {
    min-width: 90vw !important;
  }
  .max-vw-xxlg-90 {
    max-width: 90vw !important;
  }
  .min-vh-xxlg-90 {
    min-height: 90vh !important;
  }
  .max-vh-xxlg-90 {
    max-height: 90vh !important;
  }
  .vw-xxlg-100 {
    width: 100vw !important;
  }
  .vh-xxlg-100 {
    height: 100vh !important;
  }
  .min-vw-xxlg-100 {
    min-width: 100vw !important;
  }
  .max-vw-xxlg-100 {
    max-width: 100vw !important;
  }
  .min-vh-xxlg-100 {
    min-height: 100vh !important;
  }
  .max-vh-xxlg-100 {
    max-height: 100vh !important;
  }
  .min-w-xxlg-10 {
    min-width: 10% !important;
  }
  .min-w-xxlg-20 {
    min-width: 20% !important;
  }
  .min-w-xxlg-25 {
    min-width: 25% !important;
  }
  .min-w-xxlg-30 {
    min-width: 30% !important;
  }
  .min-w-xxlg-33 {
    min-width: 33% !important;
  }
  .min-w-xxlg-40 {
    min-width: 40% !important;
  }
  .min-w-xxlg-50 {
    min-width: 50% !important;
  }
  .min-w-xxlg-60 {
    min-width: 60% !important;
  }
  .min-w-xxlg-70 {
    min-width: 70% !important;
  }
  .min-w-xxlg-75 {
    min-width: 75% !important;
  }
  .min-w-xxlg-80 {
    min-width: 80% !important;
  }
  .min-w-xxlg-90 {
    min-width: 90% !important;
  }
  .min-w-xxlg-100 {
    min-width: 100% !important;
  }
  .min-h-xxlg-10 {
    min-height: 10% !important;
  }
  .min-h-xxlg-20 {
    min-height: 20% !important;
  }
  .min-h-xxlg-25 {
    min-height: 25% !important;
  }
  .min-h-xxlg-30 {
    min-height: 30% !important;
  }
  .min-h-xxlg-33 {
    min-height: 33% !important;
  }
  .min-h-xxlg-40 {
    min-height: 40% !important;
  }
  .min-h-xxlg-50 {
    min-height: 50% !important;
  }
  .min-h-xxlg-60 {
    min-height: 60% !important;
  }
  .min-h-xxlg-70 {
    min-height: 70% !important;
  }
  .min-h-xxlg-75 {
    min-height: 75% !important;
  }
  .min-h-xxlg-80 {
    min-height: 80% !important;
  }
  .min-h-xxlg-90 {
    min-height: 90% !important;
  }
  .min-h-xxlg-100 {
    min-height: 100% !important;
  }
  .mw-xxlg-10 {
    max-width: 10% !important;
  }
  .mw-xxlg-20 {
    max-width: 20% !important;
  }
  .mw-xxlg-25 {
    max-width: 25% !important;
  }
  .mw-xxlg-30 {
    max-width: 30% !important;
  }
  .mw-xxlg-33 {
    max-width: 33% !important;
  }
  .mw-xxlg-40 {
    max-width: 40% !important;
  }
  .mw-xxlg-50 {
    max-width: 50% !important;
  }
  .mw-xxlg-60 {
    max-width: 60% !important;
  }
  .mw-xxlg-70 {
    max-width: 70% !important;
  }
  .mw-xxlg-75 {
    max-width: 75% !important;
  }
  .mw-xxlg-80 {
    max-width: 80% !important;
  }
  .mw-xxlg-90 {
    max-width: 90% !important;
  }
  .mw-xxlg-100 {
    max-width: 100% !important;
  }
}
.fs-xs {
  font-size: 0.8125rem !important;
}
.fs-sm {
  font-size: 0.875rem !important;
}
.fs-base {
  font-size: 0.9375rem !important;
}
.fs-md {
  font-size: 0.9375rem !important;
}
.fs-lg {
  font-size: 1.0625rem !important;
}
.fs-xl {
  font-size: 1.1875rem !important;
}
.fs-2xl {
  font-size: 1.3125rem !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-end {
  text-align: right !important;
}
.fs-heading-sm {
  font-size: 0.9375rem !important;
}
.fs-heading-md {
  font-size: 1.0625rem !important;
}
.fs-heading-lg {
  font-size: 1.1875rem !important;
}
.fs-heading-xl {
  font-size: 1.3125rem !important;
}
.fs-heading-2xl {
  font-size: 1.75rem !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-justify {
  text-align: justify !important;
}
.text-strong {
  color: var(--text-strong) !important;
}
.text-default {
  color: var(--text-default) !important;
}
.text-secondary {
  color: var(--text-secondary) !important;
}
.text-muted {
  color: var(--text-muted) !important;
}
.text-subtle {
  color: var(--text-subtle) !important;
}
.text-faint {
  color: var(--text-faint) !important;
}
a.text-muted {
  text-decoration: none !important;
}
a.text-muted:hover {
  color: var(--text-secondary) !important;
  text-decoration: underline !important;
}
.text-primary {
  color: #42ade3 !important;
}
.text-accent {
  color: #883227 !important;
}
.text-success {
  color: #21A649 !important;
}
.text-warning {
  color: #EDB31F !important;
}
.text-error {
  color: #B33424 !important;
}
.text-info {
  color: #2660A4 !important;
}
.text-red {
  color: #EF4444 !important;
}
.text-orange {
  color: #F97316 !important;
}
.text-amber {
  color: #F59E0B !important;
}
.text-yellow {
  color: #EAB308 !important;
}
.text-lime {
  color: #84CC16 !important;
}
.text-green {
  color: #22C55E !important;
}
.text-teal {
  color: #14B8A6 !important;
}
.text-cyan {
  color: #06B6D4 !important;
}
.text-blue {
  color: #3B82F6 !important;
}
.text-indigo {
  color: #6366F1 !important;
}
.text-purple {
  color: #A855F7 !important;
}
.text-magenta {
  color: #D946EF !important;
}
.text-pink {
  color: #EC4899 !important;
}
.bg-surface-app {
  background-color: var(--surface-app) !important;
}
.bg-surface-raised {
  background-color: var(--surface-raised) !important;
}
.bg-surface-floating {
  background-color: var(--surface-floating) !important;
}
.bg-surface-hover {
  background-color: var(--surface-hover) !important;
}
.bg-primary {
  background-color: #42ade3 !important;
}
.bg-accent {
  background-color: #883227 !important;
}
.bg-success {
  background-color: #21A649 !important;
}
.bg-warning {
  background-color: #EDB31F !important;
}
.bg-error {
  background-color: #B33424 !important;
}
.bg-info {
  background-color: #2660A4 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-sidebar {
  background-color: #14141a !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-white {
  border-color: var(--border-moderate, rgba(255, 255, 255, 0.1)) !important;
}
.border-primary {
  border-color: #42ade3 !important;
}
.border-accent {
  border-color: #883227 !important;
}
.border-transparent {
  border-color: transparent !important;
}
.rounded {
  border-radius: 0.125rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-md {
  border-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.375rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
.rounded-end {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-start {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}
.shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}
.shadow-lg {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}
.shadow-primary {
  box-shadow: 0 10px 30px rgba(232, 106, 106, 0.3) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.zindex-base {
  z-index: 0 !important;
}
.zindex-chat-overlay {
  z-index: 100 !important;
}
.zindex-chat-messages {
  z-index: 200 !important;
}
.zindex-header {
  z-index: 900 !important;
}
.zindex-modal {
  z-index: 1100 !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-move {
  cursor: move !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .fs-xs-xs {
    font-size: 0.8125rem !important;
  }
  .fs-xs-sm {
    font-size: 0.875rem !important;
  }
  .fs-xs-base {
    font-size: 0.9375rem !important;
  }
  .fs-xs-md {
    font-size: 0.9375rem !important;
  }
  .fs-xs-lg {
    font-size: 1.0625rem !important;
  }
  .fs-xs-xl {
    font-size: 1.1875rem !important;
  }
  .fs-xs-2xl {
    font-size: 1.3125rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xs-05 {
    padding: 0.25rem !important;
  }
  .pt-xs-05 {
    padding-top: 0.25rem !important;
  }
  .pb-xs-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xs-05 {
    padding-left: 0.25rem !important;
  }
  .pe-xs-05 {
    padding-right: 0.25rem !important;
  }
  .px-xs-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xs-05 {
    margin: 0.25rem !important;
  }
  .mt-xs-05 {
    margin-top: 0.25rem !important;
  }
  .mb-xs-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xs-05 {
    margin-left: 0.25rem !important;
  }
  .me-xs-05 {
    margin-right: 0.25rem !important;
  }
  .mx-xs-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xs-1 {
    padding: 0.5rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.5rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.5rem !important;
  }
  .px-xs-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xs-1 {
    margin: 0.5rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.5rem !important;
  }
  .me-xs-1 {
    margin-right: 0.5rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 0.75rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.75rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.75rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.75rem !important;
  }
  .px-xs-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xs-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xs-2 {
    margin: 0.75rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.75rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.75rem !important;
  }
  .me-xs-2 {
    margin-right: 0.75rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xs-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.5rem !important;
  }
  .gap-xs-2 {
    gap: 0.75rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 600px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .fs-xl-xs {
    font-size: 0.8125rem !important;
  }
  .fs-xl-sm {
    font-size: 0.875rem !important;
  }
  .fs-xl-base {
    font-size: 0.9375rem !important;
  }
  .fs-xl-md {
    font-size: 0.9375rem !important;
  }
  .fs-xl-lg {
    font-size: 1.0625rem !important;
  }
  .fs-xl-xl {
    font-size: 1.1875rem !important;
  }
  .fs-xl-2xl {
    font-size: 1.3125rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-05 {
    padding: 0.25rem !important;
  }
  .pt-xl-05 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-05 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-05 {
    padding-right: 0.25rem !important;
  }
  .px-xl-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-05 {
    margin: 0.25rem !important;
  }
  .mt-xl-05 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-05 {
    margin-left: 0.25rem !important;
  }
  .me-xl-05 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }
  .px-xl-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }
  .me-xl-2 {
    margin-right: 0.75rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 0.75rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .fs-sm-xs {
    font-size: 0.8125rem !important;
  }
  .fs-sm-sm {
    font-size: 0.875rem !important;
  }
  .fs-sm-base {
    font-size: 0.9375rem !important;
  }
  .fs-sm-md {
    font-size: 0.9375rem !important;
  }
  .fs-sm-lg {
    font-size: 1.0625rem !important;
  }
  .fs-sm-xl {
    font-size: 1.1875rem !important;
  }
  .fs-sm-2xl {
    font-size: 1.3125rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-05 {
    padding: 0.25rem !important;
  }
  .pt-sm-05 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-05 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-05 {
    padding-right: 0.25rem !important;
  }
  .px-sm-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-05 {
    margin: 0.25rem !important;
  }
  .mt-sm-05 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-05 {
    margin-left: 0.25rem !important;
  }
  .me-sm-05 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }
  .px-sm-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }
  .me-sm-2 {
    margin-right: 0.75rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 0.75rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .fs-md-xs {
    font-size: 0.8125rem !important;
  }
  .fs-md-sm {
    font-size: 0.875rem !important;
  }
  .fs-md-base {
    font-size: 0.9375rem !important;
  }
  .fs-md-md {
    font-size: 0.9375rem !important;
  }
  .fs-md-lg {
    font-size: 1.0625rem !important;
  }
  .fs-md-xl {
    font-size: 1.1875rem !important;
  }
  .fs-md-2xl {
    font-size: 1.3125rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-05 {
    padding: 0.25rem !important;
  }
  .pt-md-05 {
    padding-top: 0.25rem !important;
  }
  .pb-md-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-05 {
    padding-left: 0.25rem !important;
  }
  .pe-md-05 {
    padding-right: 0.25rem !important;
  }
  .px-md-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-05 {
    margin: 0.25rem !important;
  }
  .mt-md-05 {
    margin-top: 0.25rem !important;
  }
  .mb-md-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-05 {
    margin-left: 0.25rem !important;
  }
  .me-md-05 {
    margin-right: 0.25rem !important;
  }
  .mx-md-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.75rem !important;
  }
  .pt-md-2 {
    padding-top: 0.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-md-2 {
    padding-left: 0.75rem !important;
  }
  .pe-md-2 {
    padding-right: 0.75rem !important;
  }
  .px-md-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-md-2 {
    margin: 0.75rem !important;
  }
  .mt-md-2 {
    margin-top: 0.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-md-2 {
    margin-left: 0.75rem !important;
  }
  .me-md-2 {
    margin-right: 0.75rem !important;
  }
  .mx-md-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 0.75rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .fs-lg-xs {
    font-size: 0.8125rem !important;
  }
  .fs-lg-sm {
    font-size: 0.875rem !important;
  }
  .fs-lg-base {
    font-size: 0.9375rem !important;
  }
  .fs-lg-md {
    font-size: 0.9375rem !important;
  }
  .fs-lg-lg {
    font-size: 1.0625rem !important;
  }
  .fs-lg-xl {
    font-size: 1.1875rem !important;
  }
  .fs-lg-2xl {
    font-size: 1.3125rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-05 {
    padding: 0.25rem !important;
  }
  .pt-lg-05 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-05 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-05 {
    padding-right: 0.25rem !important;
  }
  .px-lg-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-05 {
    margin: 0.25rem !important;
  }
  .mt-lg-05 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-05 {
    margin-left: 0.25rem !important;
  }
  .me-lg-05 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }
  .px-lg-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }
  .me-lg-2 {
    margin-right: 0.75rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 0.75rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none !important;
  }
  .d-xlg-inline {
    display: inline !important;
  }
  .d-xlg-inline-block {
    display: inline-block !important;
  }
  .d-xlg-block {
    display: block !important;
  }
  .d-xlg-flex {
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: inline-flex !important;
  }
  .d-xlg-grid {
    display: grid !important;
  }
  .d-xlg-inline-grid {
    display: inline-grid !important;
  }
  .flex-xlg-row {
    flex-direction: row !important;
  }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column {
    flex-direction: column !important;
  }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xlg-start {
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    justify-content: space-around !important;
  }
  .justify-content-xlg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xlg-start {
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    align-items: stretch !important;
  }
  .fs-xlg-xs {
    font-size: 0.8125rem !important;
  }
  .fs-xlg-sm {
    font-size: 0.875rem !important;
  }
  .fs-xlg-base {
    font-size: 0.9375rem !important;
  }
  .fs-xlg-md {
    font-size: 0.9375rem !important;
  }
  .fs-xlg-lg {
    font-size: 1.0625rem !important;
  }
  .fs-xlg-xl {
    font-size: 1.1875rem !important;
  }
  .fs-xlg-2xl {
    font-size: 1.3125rem !important;
  }
  .text-xlg-start {
    text-align: left !important;
  }
  .text-xlg-center {
    text-align: center !important;
  }
  .text-xlg-end {
    text-align: right !important;
  }
  .w-xlg-25 {
    width: 25% !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-100 {
    width: 100% !important;
  }
  .w-xlg-auto {
    width: auto !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .pt-xlg-0 {
    padding-top: 0 !important;
  }
  .pb-xlg-0 {
    padding-bottom: 0 !important;
  }
  .ps-xlg-0 {
    padding-left: 0 !important;
  }
  .pe-xlg-0 {
    padding-right: 0 !important;
  }
  .px-xlg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xlg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xlg-0 {
    margin: 0 !important;
  }
  .mt-xlg-0 {
    margin-top: 0 !important;
  }
  .mb-xlg-0 {
    margin-bottom: 0 !important;
  }
  .ms-xlg-0 {
    margin-left: 0 !important;
  }
  .me-xlg-0 {
    margin-right: 0 !important;
  }
  .mx-xlg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xlg-05 {
    padding: 0.25rem !important;
  }
  .pt-xlg-05 {
    padding-top: 0.25rem !important;
  }
  .pb-xlg-05 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xlg-05 {
    padding-left: 0.25rem !important;
  }
  .pe-xlg-05 {
    padding-right: 0.25rem !important;
  }
  .px-xlg-05 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xlg-05 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xlg-05 {
    margin: 0.25rem !important;
  }
  .mt-xlg-05 {
    margin-top: 0.25rem !important;
  }
  .mb-xlg-05 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xlg-05 {
    margin-left: 0.25rem !important;
  }
  .me-xlg-05 {
    margin-right: 0.25rem !important;
  }
  .mx-xlg-05 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xlg-05 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xlg-1 {
    padding: 0.5rem !important;
  }
  .pt-xlg-1 {
    padding-top: 0.5rem !important;
  }
  .pb-xlg-1 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xlg-1 {
    padding-left: 0.5rem !important;
  }
  .pe-xlg-1 {
    padding-right: 0.5rem !important;
  }
  .px-xlg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xlg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xlg-1 {
    margin: 0.5rem !important;
  }
  .mt-xlg-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xlg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xlg-1 {
    margin-left: 0.5rem !important;
  }
  .me-xlg-1 {
    margin-right: 0.5rem !important;
  }
  .mx-xlg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xlg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xlg-2 {
    padding: 0.75rem !important;
  }
  .pt-xlg-2 {
    padding-top: 0.75rem !important;
  }
  .pb-xlg-2 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xlg-2 {
    padding-left: 0.75rem !important;
  }
  .pe-xlg-2 {
    padding-right: 0.75rem !important;
  }
  .px-xlg-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xlg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xlg-2 {
    margin: 0.75rem !important;
  }
  .mt-xlg-2 {
    margin-top: 0.75rem !important;
  }
  .mb-xlg-2 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xlg-2 {
    margin-left: 0.75rem !important;
  }
  .me-xlg-2 {
    margin-right: 0.75rem !important;
  }
  .mx-xlg-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xlg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xlg-3 {
    padding: 1rem !important;
  }
  .pt-xlg-3 {
    padding-top: 1rem !important;
  }
  .pb-xlg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xlg-3 {
    padding-left: 1rem !important;
  }
  .pe-xlg-3 {
    padding-right: 1rem !important;
  }
  .px-xlg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xlg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xlg-3 {
    margin: 1rem !important;
  }
  .mt-xlg-3 {
    margin-top: 1rem !important;
  }
  .mb-xlg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xlg-3 {
    margin-left: 1rem !important;
  }
  .me-xlg-3 {
    margin-right: 1rem !important;
  }
  .mx-xlg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xlg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xlg-4 {
    padding: 1.5rem !important;
  }
  .pt-xlg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xlg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xlg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xlg-4 {
    padding-right: 1.5rem !important;
  }
  .px-xlg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xlg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xlg-4 {
    margin: 1.5rem !important;
  }
  .mt-xlg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xlg-4 {
    margin-left: 1.5rem !important;
  }
  .me-xlg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xlg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xlg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xlg-5 {
    padding: 2rem !important;
  }
  .pt-xlg-5 {
    padding-top: 2rem !important;
  }
  .pb-xlg-5 {
    padding-bottom: 2rem !important;
  }
  .ps-xlg-5 {
    padding-left: 2rem !important;
  }
  .pe-xlg-5 {
    padding-right: 2rem !important;
  }
  .px-xlg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xlg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xlg-5 {
    margin: 2rem !important;
  }
  .mt-xlg-5 {
    margin-top: 2rem !important;
  }
  .mb-xlg-5 {
    margin-bottom: 2rem !important;
  }
  .ms-xlg-5 {
    margin-left: 2rem !important;
  }
  .me-xlg-5 {
    margin-right: 2rem !important;
  }
  .mx-xlg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xlg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xlg-6 {
    padding: 3rem !important;
  }
  .pt-xlg-6 {
    padding-top: 3rem !important;
  }
  .pb-xlg-6 {
    padding-bottom: 3rem !important;
  }
  .ps-xlg-6 {
    padding-left: 3rem !important;
  }
  .pe-xlg-6 {
    padding-right: 3rem !important;
  }
  .px-xlg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xlg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xlg-6 {
    margin: 3rem !important;
  }
  .mt-xlg-6 {
    margin-top: 3rem !important;
  }
  .mb-xlg-6 {
    margin-bottom: 3rem !important;
  }
  .ms-xlg-6 {
    margin-left: 3rem !important;
  }
  .me-xlg-6 {
    margin-right: 3rem !important;
  }
  .mx-xlg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xlg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mt-xlg-auto {
    margin-top: auto !important;
  }
  .mb-xlg-auto {
    margin-bottom: auto !important;
  }
  .ms-xlg-auto {
    margin-left: auto !important;
  }
  .me-xlg-auto {
    margin-right: auto !important;
  }
  .mx-xlg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xlg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xlg-0 {
    gap: 0 !important;
  }
  .gap-xlg-1 {
    gap: 0.5rem !important;
  }
  .gap-xlg-2 {
    gap: 0.75rem !important;
  }
  .gap-xlg-3 {
    gap: 1rem !important;
  }
  .gap-xlg-4 {
    gap: 1.5rem !important;
  }
  .gap-xlg-5 {
    gap: 2rem !important;
  }
  .gap-xlg-6 {
    gap: 3rem !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .hidden-xlg-down {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xlg-up {
    display: none !important;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container-xs {
  width: 100%;
  max-width: 480px;
}
.container-sm {
  width: 100%;
  max-width: 640px;
}
.container-md {
  width: 100%;
  max-width: 960px;
}
.container-lg {
  width: 100%;
  max-width: 1280px;
}
.container-xl {
  width: 100%;
  max-width: 1400px;
}
.container-xxl {
  width: 100%;
  max-width: 1600px;
}
.layout-centered {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}
.layout-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #883227 center / cover no-repeat;
}
.layout-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 26, 41, 0.55);
  z-index: 0;
}
.layout-hero > .header,
.layout-hero > main,
.layout-hero > .main,
.layout-hero > footer {
  position: relative;
  z-index: 1;
}
.live-layout {
  display: grid;
  height: 100vh;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .live-layout {
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto 1fr auto;
  }
}
@media (min-width: 1200px) {
  .live-layout {
    grid-template-columns: 1fr 380px;
  }
}
.header {
  position: relative;
  width: 100%;
  z-index: 900;
  background: var(--surface-app);
  transition: all 0.3s ease;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-static {
  position: static;
  z-index: auto;
}
.header-standard {
  height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 1.5rem;
}
.header-standard .header-content,
.header-standard .container {
  height: 100%;
}
.header-standalone {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}
.header-standalone .header-content,
.header-standalone .container {
  justify-content: space-between;
}
.header-standalone .header-brand {
  font-size: 1.75rem;
}
.header-standalone .header-link {
  color: var(--text-faint);
}
.header-standalone .header-link:hover {
  color: var(--text-default);
}
.header-transparent {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.header-transparent .header-brand {
  color: #fff;
}
.header-transparent .header-brand:hover {
  color: rgba(255, 255, 255, 0.85);
}
.header-transparent .header-link,
.header-transparent .header-navlink {
  color: rgba(255, 255, 255, 0.75);
}
.header-transparent .header-link:hover,
.header-transparent .header-navlink:hover {
  color: #fff;
}
.header-transparent .header-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.header-transparent .header-button:hover {
  background: rgba(255, 255, 255, 0.08);
}
.header-transparent .header-button-primary {
  background: #42ade3;
  border-color: #42ade3;
  color: #fff;
}
.header-transparent .header-button-primary:hover {
  background: #2f9ace;
}
.header-branded {
  background: #883227;
  border-bottom-color: transparent;
}
.header-branded .header-brand {
  color: #fff;
}
.header-branded .header-brand:hover {
  color: rgba(255, 255, 255, 0.85);
}
.header-branded .header-link,
.header-branded .header-navlink {
  color: rgba(255, 255, 255, 0.8);
}
.header-branded .header-link:hover,
.header-branded .header-navlink:hover {
  color: #fff;
}
.header-branded .header-button {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.3);
}
.header-branded .header-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.header-centered {
  text-align: center;
}
.header-centered .header-brand {
  margin-right: 0;
}
.header-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--surface-app);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  gap: 1.5rem;
  z-index: 900;
}
.header-dashboard .header-brand {
  margin-right: 0;
}
.header-dashboard .header-welcome {
  flex: 1;
  font-size: 1.3125rem;
  font-weight: 600;
  color: var(--text-default);
  margin: 0;
}
@media (max-width: 767px) {
  .header-dashboard .header-welcome {
    display: none;
  }
}
@media (max-width: 479px) {
  .header-dashboard {
    height: 56px;
    gap: 0.75rem;
  }
}
.header .container {
  padding-left: 0;
  padding-right: 0;
}
.header-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.header-brand {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #42ade3;
  text-decoration: none !important;
  letter-spacing: 1px;
  flex-shrink: 0;
  margin-right: auto;
  transition: color 0.3s ease;
}
.header-brand:hover {
  color: rgba(232, 106, 106, 0.82);
  text-decoration: none !important;
}
.header-brand img {
  height: 2rem;
  width: auto;
}
@media (max-width: 767px) {
  .header-brand {
    font-size: 0.875rem;
    letter-spacing: 0.5px;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-navlink {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-navlink:hover {
  color: var(--text-default);
}
.header-links {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.header-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-link:hover {
  color: var(--text-default);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
.header-button {
  background: transparent;
  border: 1px solid rgba(232, 232, 240, 0.2);
  color: var(--text-default);
  padding: 6px 20px;
  border-radius: 0.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}
.header-button:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header-button-primary {
  background: #42ade3;
  border-color: #42ade3;
}
.header-button-primary:hover {
  background: #2f9ace;
}
.header-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface-raised);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.header-back {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-back:hover {
  color: var(--text-default);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Gotham', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--headings-color);
}
h1,
.h1 {
  font-size: 2rem !important;
}
h2,
.h2 {
  font-size: 1.75rem !important;
}
h3,
.h3 {
  font-size: 1.3125rem !important;
}
h4,
.h4 {
  font-size: 1.1875rem !important;
}
h5,
.h5 {
  font-size: 1.0625rem !important;
}
h6,
.h6 {
  font-size: 0.9375rem !important;
}
.display-1 {
  font-size: 4rem !important;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-2 {
  font-size: 3.5rem !important;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-3 {
  font-size: 3rem !important;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-4 {
  font-size: 2.625rem !important;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.display-5 {
  font-size: 2.25rem !important;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.display-6 {
  font-size: 1.9375rem !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  margin-bottom: 1rem;
  font-family: 'LyonDisplay', Georgia, serif;
  font-weight: 500;
  color: var(--headings-color);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
}
mark,
.mark {
  padding: 0.1875rem 0.375rem;
  background-color: var(--mark-bg);
  color: var(--text-default);
  border-radius: 0.125rem;
}
small,
.small {
  font-size: 85%;
  font-weight: inherit;
}
strong,
.fw-bold {
  font-weight: 700;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
em,
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 1.75;
}
.font-monospace {
  font-family: 'Space Mono', monospace;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
code {
  font-size: 90%;
  font-family: 'Space Mono', monospace;
  color: var(--code-color, #b011c8);
  background-color: var(--code-bg, rgba(217, 70, 239, 0.1));
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
kbd {
  font-size: 90%;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  background-color: var(--surface-floating);
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  border: 1px solid var(--border-moderate);
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  background-color: var(--surface-floating);
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--border-moderate);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
pre::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
pre::-webkit-scrollbar-track {
  background: transparent;
}
pre::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.38);
}
pre::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
pre code {
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #42ade3;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--blockquote-small-color);
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid var(--hr-border-color);
  opacity: 1;
}
dt {
  font-weight: 600;
  color: var(--text-default);
}
dd {
  margin-bottom: 0.75rem;
  margin-left: 0;
  color: var(--text-secondary);
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 2.625rem;
  }
  .display-2 {
    font-size: 2.25rem;
  }
  .display-3 {
    font-size: 1.9375rem;
  }
  .display-4 {
    font-size: 2rem;
  }
  .display-5 {
    font-size: 1.75rem;
  }
  .display-6 {
    font-size: 1.3125rem;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.3125rem;
  }
  h3,
  .h3 {
    font-size: 1.1875rem;
  }
}
.grid,
.grid-stats,
.grid-content,
.grid-features,
.grid-cards {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.grid > * {
  margin-bottom: 0;
  min-width: 0;
}
.grid-gap-xs {
  gap: 0.5rem;
}
.grid-gap-sm {
  gap: 0.75rem;
}
.grid-gap-md {
  gap: 1rem;
}
.grid-gap-lg {
  gap: 1.5rem;
}
.grid-gap-xl {
  gap: 2rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2,
.grid-content {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3,
.grid-features {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}
.grid-cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
.grid-cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid-cols-3-1 {
  grid-template-columns: 3fr 1fr;
}
.grid-cols-1-3 {
  grid-template-columns: 1fr 3fr;
}
.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.grid-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.grid-col-1 {
  grid-column: span 1;
}
.grid-col-2 {
  grid-column: span 2;
}
.grid-col-3 {
  grid-column: span 3;
}
.grid-col-4 {
  grid-column: span 4;
}
.grid-col-5 {
  grid-column: span 5;
}
.grid-col-6 {
  grid-column: span 6;
}
.grid-col-7 {
  grid-column: span 7;
}
.grid-col-8 {
  grid-column: span 8;
}
.grid-col-9 {
  grid-column: span 9;
}
.grid-col-10 {
  grid-column: span 10;
}
.grid-col-11 {
  grid-column: span 11;
}
.grid-col-12 {
  grid-column: span 12;
}
@media (max-width: 1439px) {
  .grid-cols-xlg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xlg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xlg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xlg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xlg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xlg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-xlg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-xlg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-xlg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-xlg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-xlg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-xlg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-cols-xlg-1 > [class*="grid-col-"] {
    grid-column: auto;
  }
}
@media (max-width: 1199px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-cols-lg-1 > [class*="grid-col-"] {
    grid-column: auto;
  }
}
@media (max-width: 991px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-cols-md-1 > [class*="grid-col-"] {
    grid-column: auto;
  }
  .grid-gap-md-xs {
    gap: 0.5rem;
  }
  .grid-gap-md-sm {
    gap: 0.75rem;
  }
  .grid-gap-md-md {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-cols-sm-1 > [class*="grid-col-"] {
    grid-column: auto;
  }
  .grid-gap-sm-xs {
    gap: 0.5rem;
  }
  .grid-gap-sm-sm {
    gap: 0.75rem;
  }
}
@media (max-width: 479px) {
  .grid-cols-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-xs-1 > [class*="grid-col-"] {
    grid-column: auto;
  }
  .grid-gap-xs-xs {
    gap: 0.5rem;
  }
}
.grid-stats {
  grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
}
@media (max-width: 991px) {
  .grid-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.grid-content {
  gap: 1.5rem;
}
.grid-features {
  gap: 2rem;
}
.grid-cards {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .grid-cards {
    grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
    gap: 1rem;
  }
}
.ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio img,
.ratio video {
  display: block;
}
.ratio--h {
  width: auto;
}
.ratio-cover {
  object-fit: cover;
  object-position: center;
}
.ratio-contain {
  object-fit: contain;
  object-position: center;
}
.ratio-1x1 {
  aspect-ratio: 1 / 1;
}
.ratio-4x3 {
  aspect-ratio: 4 / 3;
}
.ratio-3x2 {
  aspect-ratio: 3 / 2;
}
.ratio-16x9 {
  aspect-ratio: 16 / 9;
}
.ratio-21x9 {
  aspect-ratio: 21 / 9;
}
.ratio-9x16 {
  aspect-ratio: 9 / 16;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reactionFloat {
  0% {
    transform: translateY(0) scale(1.2);
    opacity: 0;
  }
  10% {
    transform: translateY(-15px) scale(1.15);
    opacity: 1;
  }
  90% {
    transform: translateY(-305px) scale(0.85);
    opacity: 1;
  }
  100% {
    transform: translateY(-330px) scale(0.75);
    opacity: 0;
  }
}
@keyframes statusDropdownPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(136, 50, 39, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(136, 50, 39, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-spin,
.loader-2,
.loader-3,
.loader-4 {
  animation: spin 1s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.05);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.95);
  }
  75% {
    transform: translate(20px, 10px) scale(1.02);
  }
}
@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px rgba(232, 106, 106, 0.3));
  }
  to {
    filter: drop-shadow(0 0 40px rgba(163, 71, 230, 0.4));
  }
}
@keyframes pulseScale {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes breathe {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scan {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
.atmosphere {
  position: relative;
}
.atmosphere--glow-accent::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(136, 50, 39, 0.06) 0%, transparent 70%);
  pointer-events: none;
  animation: breathe 6s ease-in-out infinite;
}
.atmosphere--glow-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(66, 173, 227, 0.06) 0%, transparent 70%);
  pointer-events: none;
  animation: breathe 6s ease-in-out infinite;
}
.atmosphere--glow-dual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(66, 173, 227, 0.08) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(136, 50, 39, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.atmosphere--vignette::after {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.atmosphere--noise::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
.atmosphere__scanline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(136, 50, 39, 0.15);
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.atmosphere__scanline::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(136, 50, 39, 0.6), transparent);
  animation: scan 4s ease-in-out infinite;
}
.atmosphere__scanline--primary {
  background: rgba(66, 173, 227, 0.15);
}
.atmosphere__scanline--primary::after {
  background: linear-gradient(90deg, transparent, rgba(66, 173, 227, 0.6), transparent);
}
.atmosphere__scanline--top {
  bottom: auto;
  top: 0;
}
.icon {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-orb {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--surface-app);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-orb i {
  font-size: 1.75rem;
  color: #EAB308;
}
a {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
a:hover,
a:focus {
  text-decoration: var(--link-hover-decoration);
}
a:focus {
  outline: 2px solid rgba(66, 173, 227, 0.3);
  outline-offset: 2px;
}
a:not([href]) {
  cursor: pointer;
}
dl a {
  color: var(--text-secondary);
}
a.btn,
a[class*="btn-"],
a.header-btn {
  text-decoration: none !important;
}
a.btn:focus,
a[class*="btn-"]:focus,
a.header-btn:focus {
  outline: none;
}
a.badge,
a[class*="badge-"],
a.live-badge,
a.ultra-badge,
a[class*="tier-"] {
  text-decoration: none !important;
}
a.badge:focus,
a[class*="badge-"]:focus,
a.live-badge:focus,
a.ultra-badge:focus,
a[class*="tier-"]:focus {
  outline: none;
}
a.nav__link,
a.header__link,
a.header__brand,
a.header__button,
a.dropdown-item,
a.dropdown-toggle,
a.sidenav__link {
  text-decoration: none !important;
}
a.nav__link:focus,
a.header__link:focus,
a.header__brand:focus,
a.header__button:focus,
a.dropdown-item:focus,
a.dropdown-toggle:focus,
a.sidenav__link:focus {
  outline: none;
}
a.card,
a[class*="card__"],
a.stat-card,
a.card-stats,
a.step-card,
a.feature-card,
a.story-card,
a.sidebar-card {
  text-decoration: none !important;
}
a.list-group-item,
a[class*="list-group"] {
  text-decoration: none !important;
}
a.data-table__action-btn,
a[class*="data-table__"]:not(.data-table__link-subtle) {
  text-decoration: none !important;
}
a.data-table__action-btn:focus,
a[class*="data-table__"]:not(.data-table__link-subtle):focus {
  outline: none;
}
a.chip,
a.filter-pill,
a.filter-tag,
a.filter-clear,
a[class*="filter-"] {
  text-decoration: none !important;
}
a.tab,
a[class*="tab-"],
a.nav-link {
  text-decoration: none !important;
}
a.avatar,
a[class*="avatar-"] {
  text-decoration: none !important;
}
a.user-menu__item {
  text-decoration: none !important;
}
a.toolbar-btn {
  text-decoration: none !important;
}
a.card-stats-add-btn {
  text-decoration: none !important;
}
a.post-card__menu-btn {
  text-decoration: none !important;
}
a.tabs-button {
  text-decoration: none !important;
}
a.footer-link,
a.footer-social-link {
  text-decoration: none !important;
}
a.sg-nav-link {
  text-decoration: none !important;
}
a.mobile-header__control-btn {
  text-decoration: none !important;
}
.link {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.link:hover,
.link:focus {
  text-decoration: var(--link-hover-decoration);
}
.link:focus {
  outline: 2px solid rgba(66, 173, 227, 0.3);
  outline-offset: 2px;
}
.link:disabled,
.link.disabled {
  color: var(--link-disabled-color-primary);
  text-decoration: none;
  cursor: var(--cursor-disabled);
  pointer-events: none;
}
.link--primary {
  color: var(--link-color-primary);
}
.link--primary:hover {
  color: var(--link-hover-color-primary);
}
.link--primary:focus {
  outline: 2px solid rgba(66, 173, 227, 0.3);
  outline-offset: 2px;
}
.link--primary:disabled,
.link--primary.disabled {
  color: var(--link-disabled-color-primary);
}
.link--accent {
  color: var(--link-color-secondary);
}
.link--accent:hover {
  color: var(--link-hover-color-secondary);
}
.link--accent:focus {
  outline-color: rgba(136, 50, 39, 0.3);
}
.link--accent:disabled,
.link--accent.disabled {
  color: var(--link-disabled-color-secondary);
}
.link--neutral {
  color: var(--link-color-neutral);
}
.link--neutral:hover {
  color: var(--link-hover-color-neutral);
}
.link--neutral:focus {
  outline-color: rgba(117, 117, 117, 0.3);
}
.link--neutral:disabled,
.link--neutral.disabled {
  color: var(--link-disabled-color-neutral);
}
.link--inverse {
  color: var(--link-color-inverse);
}
.link--inverse:hover {
  color: var(--link-hover-color-inverse);
}
.link--inverse:focus {
  outline-color: rgba(255, 255, 255, 0.3);
}
.link--inverse:disabled,
.link--inverse.disabled {
  color: var(--link-disabled-color-inverse);
}
.link--dark {
  color: var(--link-color-default);
}
.link--dark:hover {
  color: var(--link-hover-color-default);
}
.link--dark:focus {
  outline-color: rgba(97, 97, 97, 0.3);
}
.link--dark:disabled,
.link--dark.disabled {
  color: var(--link-disabled-color-default);
}
.link--success {
  color: #21A649;
}
.link--success:focus {
  outline-color: rgba(33, 166, 73, 0.3);
}
.link--success:disabled,
.link--success.disabled {
  color: rgba(33, 166, 73, 0.4);
}
.link--warning {
  color: #EDB31F;
}
.link--warning:focus {
  outline-color: rgba(237, 179, 31, 0.3);
}
.link--warning:disabled,
.link--warning.disabled {
  color: rgba(237, 179, 31, 0.4);
}
.link--danger,
.link--error {
  color: #B33424;
}
.link--danger:focus,
.link--error:focus {
  outline-color: rgba(179, 52, 36, 0.3);
}
.link--danger:disabled,
.link--error:disabled,
.link--danger.disabled,
.link--error.disabled {
  color: rgba(179, 52, 36, 0.4);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .input-group-text,
.input-group > .btn {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group > .input-group-text {
  flex: 0 0 auto;
  width: auto;
}
.input-group > .btn {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
}
.input-group > .btn:hover,
.input-group > .btn:focus,
.input-group > .btn:active {
  z-index: 3;
  transform: none;
}
.input-group > :not(:first-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .dropdown {
  flex: 0 0 auto;
  display: flex;
}
.input-group > .dropdown > .btn,
.input-group > .dropdown > button {
  z-index: 2;
}
.input-group > .dropdown > .btn:hover,
.input-group > .dropdown > button:hover,
.input-group > .dropdown > .btn:focus,
.input-group > .dropdown > button:focus,
.input-group > .dropdown > .btn:active,
.input-group > .dropdown > button:active {
  z-index: 3;
}
.input-group > .dropdown:first-child > .btn,
.input-group > .dropdown:first-child > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .dropdown:last-child > .btn,
.input-group > .dropdown:last-child > button {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .dropdown:not(:first-child):not(:last-child) > .btn,
.input-group > .dropdown:not(:first-child):not(:last-child) > button {
  margin-left: -1px;
  border-radius: 0;
}
.input-group:has(textarea) {
  align-items: flex-end;
}
.input-group:has(textarea) > textarea {
  line-height: 1.067;
}
.input-group:has(textarea) > .btn,
.input-group:has(textarea) > button,
.input-group:has(textarea) > .input-group-text,
.input-group:has(textarea) > .dropdown,
.input-group:has(textarea) > .dropdown > .btn,
.input-group:has(textarea) > .dropdown > button {
  min-height: 0;
  border-width: 1px;
}
.input-group > .form-floating {
  flex: 1 1 auto;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:last-child) > .form-control,
.input-group > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
  background: var(--surface-floating-hover);
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
}
.input-group-text i {
  line-height: 1;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin: 0;
}
.input-group-xs {
  flex-wrap: nowrap;
  width: auto;
}
.input-group-xs > .form-control,
.input-group-xs > .form-select,
.input-group-xs > .input-group-text,
.input-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.231;
  min-height: 1.5rem;
}
.input-group-xs > .form-control,
.input-group-xs > .form-select {
  flex: 0 1 auto;
  width: auto;
}
.input-group-xs > .form-select {
  padding-right: 2rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.077;
  min-height: 2rem;
}
.input-group-sm > .form-select {
  padding-right: 2.5rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.294;
  min-height: 3rem;
}
.input-group-lg > .form-select {
  padding-right: 3.5rem;
}
.input-group.input-group--transparent {
  width: auto;
  flex-wrap: nowrap;
  align-items: baseline;
}
.input-group.input-group--transparent > .form-control,
.input-group.input-group--transparent > .input-group-text {
  background: transparent;
  border-color: transparent;
  padding: 0.25rem 0.5rem;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  min-height: 0;
  margin-left: 0;
}
.input-group.input-group--transparent > .form-control {
  width: 4ch;
  flex: 0 0 auto;
  text-align: right;
}
.input-group.input-group--transparent > .input-group-text {
  white-space: nowrap;
}
.input-group.input-group--transparent > :first-child {
  padding-left: 0;
  margin-left: 0;
}
.input-group.input-group--transparent > :last-child {
  padding-right: 0;
}
.input-group.input-group--transparent:hover > .form-control {
  border-color: var(--border-moderate);
}
.input-group.input-group--transparent > .form-control:focus {
  border-color: #42ade3;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.chat-input-bar {
  background: rgba(20, 20, 26, 0.5);
  border-radius: 0.625rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  flex: 1;
}
.chat-input-bar input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.5rem 0.75rem;
  flex: 1;
  outline: none;
  font-size: 0.9375rem;
}
.chat-input-bar input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.floating-input-panel {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  width: 100%;
  max-width: 37.5rem;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .floating-input-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    background: var(--backdrop-overlay);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 767px) {
  .input-group-stack-mobile {
    flex-direction: column;
  }
  .input-group-stack-mobile > * {
    width: 100% !important;
    border-radius: 0.125rem !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }
  .input-group-stack-mobile > *:last-child {
    margin-bottom: 0;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-default);
  background: var(--surface-floating);
  background-clip: padding-box;
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: var(--text-faint);
  opacity: 1;
}
.form-control:focus {
  color: var(--text-default);
  background: var(--surface-floating);
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-control:disabled,
.form-control[readonly] {
  background: var(--surface-raised);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-control:disabled {
  pointer-events: none;
}
textarea.form-control {
  line-height: 1.5;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-default);
  background: var(--surface-floating);
  background-clip: padding-box;
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(232, 232, 240, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-select::placeholder {
  color: var(--text-faint);
  opacity: 1;
}
.form-select:focus {
  color: var(--text-default);
  background: var(--surface-floating);
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-select:disabled,
.form-select[readonly] {
  background: var(--surface-raised);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-select:disabled {
  pointer-events: none;
}
.form-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2342ade3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-select:disabled {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(232, 232, 240, 0.3)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-select option {
  background: var(--surface-floating);
  color: var(--text-default);
}
.form-textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-default);
  background: var(--surface-floating);
  background-clip: padding-box;
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 6.25rem;
  resize: vertical;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.form-textarea::placeholder {
  color: var(--text-faint);
  opacity: 1;
}
.form-textarea:focus {
  color: var(--text-default);
  background: var(--surface-floating);
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-textarea:disabled,
.form-textarea[readonly] {
  background: var(--surface-raised);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-textarea:disabled {
  pointer-events: none;
}
.form-textarea::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.form-textarea::-webkit-scrollbar-track {
  background: transparent;
}
.form-textarea::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.38);
}
.form-textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.form-textarea.resize-none {
  resize: none;
}
.form-textarea.resize-horizontal {
  resize: horizontal;
}
.form-control-xs {
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.231;
  border-radius: 0.125rem;
}
.form-control-sm {
  min-height: 2rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.077;
  border-radius: 0.125rem;
}
.form-control-lg {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.294;
  border-radius: 0.25rem;
}
.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
}
.form-label--md {
  font-size: 0.9375rem;
  font-weight: 400;
}
.form-text {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.25;
}
details.form-text {
  margin-top: 0.25rem;
}
details.form-text summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  user-select: none;
}
details.form-text summary::-webkit-details-marker {
  display: none;
}
details.form-text summary::marker {
  display: none;
  content: '';
}
details.form-text summary::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 0.625rem;
  color: inherit;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
details.form-text summary:hover {
  color: var(--text-secondary);
}
details.form-text[open] > summary::before {
  transform: rotate(90deg);
}
details.form-text > :not(summary) {
  margin-top: 0.25rem;
  padding-left: 0.75rem;
}
details.form-text code {
  font-size: 0.8125rem;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 3.5rem;
  line-height: 1.25;
  padding: 1rem;
  padding-top: 1.5rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: var(--text-faint);
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-8px) translateX(2px);
}
.form-floating > .form-control:focus ~ label {
  color: #42ade3;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #21A649;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306D6A0' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #21A649;
  box-shadow: 0 0 0 3px rgba(33, 166, 73, 0.15);
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #B33424;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF4565'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EF4565' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #B33424;
  box-shadow: 0 0 0 3px rgba(179, 52, 36, 0.15);
}
.valid-feedback,
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.valid-feedback {
  color: #21A649;
}
.invalid-feedback {
  color: #B33424;
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.form-check .form-check-input {
  margin-top: 0;
}
.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  vertical-align: top;
  background-color: var(--surface-floating);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #757575;
  appearance: none;
  print-color-adjust: exact;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.125rem;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(110%);
}
.form-check-input:focus {
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-check-input:checked {
  background-color: #42ade3;
  border-color: #42ade3;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-check-label {
  color: var(--text-secondary);
  cursor: pointer;
  user-select: none;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}
.form-switch .form-check-input {
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.6)'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.5rem;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.8)'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control[type="color"] {
  height: 2.75rem;
  padding: 0.5rem;
}
.form-control[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form-control[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 0.125rem;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-range::-webkit-slider-track {
  width: 100%;
  height: 0.25rem;
  background: var(--surface-raised);
  border-radius: 0.125rem;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background: #42ade3;
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.form-range::-webkit-slider-thumb:active {
  background: #2f9ace;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  background: var(--surface-raised);
  border-radius: 0.125rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #42ade3;
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.form-range::-moz-range-thumb:active {
  background: #2f9ace;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background: var(--text-faint);
}
.form-range:disabled::-moz-range-thumb {
  background: var(--text-faint);
}
.password-input {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-faint);
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}
.password-toggle:hover {
  color: var(--text-muted);
}
.forgot-password {
  text-align: right;
  margin-top: 0.5rem;
}
.forgot-password a {
  font-size: 0.875rem;
  color: var(--text-faint);
  text-decoration: none;
  transition: color 0.2s ease;
}
.forgot-password a:hover {
  color: var(--text-muted);
}
.form-group__label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.form-group__label input[type="checkbox"],
.form-group__label input[type="radio"] {
  vertical-align: middle;
}
.form-group__input-wrapper {
  position: relative;
}
.form-group__input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-default);
  background: var(--surface-floating);
  background-clip: padding-box;
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.375rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  background: var(--surface-raised);
  border: 1px solid rgba(66, 173, 227, 0.2);
}
.form-group__input::placeholder {
  color: var(--text-faint);
  opacity: 1;
}
.form-group__input:focus {
  color: var(--text-default);
  background: var(--surface-floating);
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.form-group__input:disabled,
.form-group__input[readonly] {
  background: var(--surface-raised);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-group__input:disabled {
  pointer-events: none;
}
.form-group__input:focus {
  background: rgba(45, 45, 58, 0.5);
}
.form-group__toggle-password {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.1875rem;
  padding: 0;
  transition: color 0.3s ease;
}
.form-group__toggle-password:hover {
  color: #42ade3;
}
.form-group__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-group__checkbox input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #42ade3;
  cursor: pointer;
}
.form-group__checkbox label {
  font-size: 0.875rem;
  color: var(--text-secondary);
  cursor: pointer;
}
.form-group__link {
  color: #42ade3;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.form-group__link:hover {
  color: #B33424;
}
.form-group__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 1rem;
  row-gap: 0;
}
.form-control--transparent {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  padding: 0.25rem 0.5rem;
  color: var(--text-muted);
}
h1 .form-control--transparent,
h2 .form-control--transparent,
h3 .form-control--transparent,
h4 .form-control--transparent,
h5 .form-control--transparent,
h6 .form-control--transparent {
  color: inherit;
}
.form-control--transparent:hover {
  border-color: var(--border-moderate);
  cursor: text;
}
.form-control--transparent:focus {
  border-color: var(--border-moderate);
  background: transparent;
  box-shadow: none;
  color: var(--text-default);
}
.form-control--static {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
  color: var(--text-default);
}
.form-control--static:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.form-control--flush {
  margin: -0.3125rem -0.5625rem;
}
.form-control--inherit {
  font-size: inherit;
  font-weight: inherit;
}
.input-highlight {
  background: rgba(237, 179, 31, 0.1);
  border: 1px solid rgba(237, 179, 31, 0.2);
  border-radius: 0.125rem;
  padding: 0.25rem;
}
.input-highlight .form-control {
  border-color: #42ade3;
}
.input-highlight:focus-within {
  background: transparent;
  border-color: transparent;
}
.input-highlight:focus-within .form-control {
  border-color: var(--border-moderate);
}
.modal .form-control,
.sheet .form-control {
  background: var(--surface-floating);
}
.modal .form-control:focus,
.sheet .form-control:focus {
  background: inherit;
}
.modal .form-control.form-control--transparent,
.sheet .form-control.form-control--transparent {
  background: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
}
.btn i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #42ade3;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #219ddc;
  min-height: 2.625rem;
}
.btn-primary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary:hover:not(:disabled) {
  background: #2ca3e0;
  border-color: #1f97d3;
}
.btn-primary:disabled {
  background: rgba(66, 173, 227, 0.6);
  border-color: rgba(66, 173, 227, 0.6);
}
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #883227;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #68261e;
  min-height: 2.625rem;
}
.btn-accent i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-accent:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-accent:hover:not(:disabled) {
  background: #742b21;
  border-color: #60231c;
}
.btn-accent:disabled {
  background: rgba(136, 50, 39, 0.6);
  border-color: rgba(136, 50, 39, 0.6);
}
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #B33424;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #912a1d;
  min-height: 2.625rem;
}
.btn-danger i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-danger:hover:not(:disabled) {
  background: #9e2e20;
  border-color: #89281b;
}
.btn-danger:disabled {
  background: rgba(179, 52, 36, 0.6);
  border-color: rgba(179, 52, 36, 0.6);
}
.btn-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #42ade3;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #42ade3;
  min-height: 2.625rem;
}
.btn-outline-primary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-primary:hover:not(:disabled) {
  background: #35a7e1;
  color: #FFFFFF;
  border-color: #35a7e1;
}
.btn-outline-primary:disabled {
  color: rgba(66, 173, 227, 0.6);
  border-color: rgba(66, 173, 227, 0.6);
}
.btn-outline-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #883227;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #883227;
  min-height: 2.625rem;
}
.btn-outline-accent i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-accent:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-accent:hover:not(:disabled) {
  background: #7c2e24;
  color: #FFFFFF;
  border-color: #7c2e24;
}
.btn-outline-accent:disabled {
  color: rgba(136, 50, 39, 0.6);
  border-color: rgba(136, 50, 39, 0.6);
}
.btn-outline-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #B33424;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #B33424;
  min-height: 2.625rem;
}
.btn-outline-danger i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-danger:hover:not(:disabled) {
  background: #a63021;
  color: #FFFFFF;
  border-color: #a63021;
}
.btn-outline-danger:disabled {
  color: rgba(179, 52, 36, 0.6);
  border-color: rgba(179, 52, 36, 0.6);
}
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #EEEEEE;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #EEEEEE;
  min-height: 2.625rem;
}
.btn-outline-light i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-light:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-light:hover:not(:disabled) {
  background: #f3f3f3;
  color: #212121;
  border-color: #f3f3f3;
}
.btn-outline-light:disabled {
  color: rgba(238, 238, 238, 0.6);
  border-color: rgba(238, 238, 238, 0.6);
}
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #424242;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #424242;
  min-height: 2.625rem;
}
.btn-outline-dark i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-dark:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-dark:hover:not(:disabled) {
  background: #3a3a3a;
  color: #FFFFFF;
  border-color: #3a3a3a;
}
.btn-outline-dark:disabled {
  color: rgba(66, 66, 66, 0.6);
  border-color: rgba(66, 66, 66, 0.6);
}
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #EEEEEE;
  color: #212121;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #EEEEEE;
  min-height: 2.625rem;
}
.btn-light i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-light:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light:hover:not(:disabled) {
  background: #dfdfdf;
  border-color: #dadada;
}
.btn-light:disabled {
  background: rgba(238, 238, 238, 0.6);
  border-color: rgba(238, 238, 238, 0.6);
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #424242;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #424242;
  min-height: 2.625rem;
}
.btn-dark i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-dark:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark:hover:not(:disabled) {
  background: #353535;
  border-color: #353535;
}
.btn-dark:disabled {
  background: rgba(66, 66, 66, 0.6);
  border-color: rgba(66, 66, 66, 0.6);
}
.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  width: 2.25rem;
  height: 2.25rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-subtle);
  border-radius: 0.25rem;
  color: #fff;
}
.header-btn i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .header-btn {
    border-radius: 50%;
  }
}
.header-btn:hover:not(:disabled) {
  background: var(--surface-floating-hover);
  border-color: var(--border-moderate);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid var(--border-emphasis);
  color: var(--text-default);
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  min-height: 2.625rem;
}
.btn-ghost i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-ghost:hover:not(:disabled) {
  background: var(--surface-hover);
  border-color: var(--border-emphasis);
}
.btn-ghost:disabled {
  border-color: var(--border-moderate);
  color: rgba(232, 232, 240, 0.5);
}
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  min-height: 2.625rem;
}
.btn-link i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-link:hover:not(:disabled) {
  background: var(--surface-hover);
  color: var(--text-default);
}
.btn-link:disabled {
  color: rgba(232, 232, 240, 0.5);
}
.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.0625rem;
  line-height: 1.294;
  min-height: 3rem;
}
@media (max-width: 479px) {
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
}
.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.07;
  min-height: 2rem;
}
.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  min-height: 1.5rem;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-block + .btn-block {
  margin-top: 1rem;
}
.btn-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
  cursor: pointer;
  transition: all 0.15s ease;
  background: transparent;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
.btn-icon:hover:not(:disabled) {
  background: var(--surface-hover);
  color: var(--text-default);
}
.btn-icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-icon.active {
  color: #3B82F6;
}
.btn-icon.btn-sm {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  min-height: 0;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
}
.btn-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.125rem;
  background: none;
  color: var(--text-muted);
  font-size: 0.8125rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.btn-dismiss:hover {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
}
.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid var(--border-moderate);
  border-radius: 0.25rem;
  color: var(--text-default);
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  transition: all 0.2s ease;
  width: 100%;
  min-height: 2.625rem;
}
.btn-social i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-social:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-social:hover:not(:disabled) {
  background: var(--surface-hover);
  border-color: var(--border-emphasis);
}
.btn-social i {
  font-size: 1.0625rem;
}
.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #42ade3;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  border: 1px solid #219ddc;
  min-height: 2.625rem;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  margin: 0;
  text-align: center;
  font-size: 0.9375rem;
}
.btn-cta i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-cta:hover:not(:disabled) {
  background: #2ca3e0;
  border-color: #1f97d3;
}
.btn-cta:disabled {
  background: rgba(66, 173, 227, 0.6);
  border-color: rgba(66, 173, 227, 0.6);
}
.btn-cta:hover:not(:disabled),
.btn-cta:focus:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 173, 227, 0.3);
}
.btn-group {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn-group > .btn,
.btn-group > button,
.btn-group > .dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}
.btn-group > .btn + .btn,
.btn-group > .btn + .dropdown,
.btn-group > .dropdown + .btn,
.btn-group > .dropdown + .dropdown,
.btn-group > button + button,
.btn-group > button + .dropdown,
.btn-group > .dropdown + button {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > button,
.btn-group > .dropdown > .btn,
.btn-group > .dropdown > button {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > button:first-child {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.btn-group > .dropdown:first-child > .btn,
.btn-group > .dropdown:first-child > button {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.btn-group > .btn:last-child:not(.dropdown-toggle),
.btn-group > button:last-child {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.btn-group > .dropdown:last-child > .btn,
.btn-group > .dropdown:last-child > button {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.btn-group > .btn:only-child,
.btn-group > button:only-child {
  border-radius: 0.25rem !important;
}
.btn-group > .dropdown:only-child > .btn,
.btn-group > .dropdown:only-child > button {
  border-radius: 0.25rem !important;
}
.btn-group > .btn:hover,
.btn-group > button:hover,
.btn-group > .dropdown:hover > .btn,
.btn-group > .dropdown:hover > button {
  z-index: 1;
}
.btn-group > .btn:active,
.btn-group > button:active,
.btn-group > .btn.active,
.btn-group > button.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > button:focus,
.btn-group > .dropdown > .btn:focus,
.btn-group > .dropdown > button:focus {
  z-index: 3;
}
.btn-group > .dropdown.show {
  z-index: 1000;
}
.btn-group > .dropdown.show > .btn,
.btn-group > .dropdown.show > button {
  z-index: inherit;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  isolation: isolate;
}
.btn-group-vertical > .btn,
.btn-group-vertical > button,
.btn-group-vertical > .dropdown {
  width: 100%;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .dropdown,
.btn-group-vertical > .dropdown + .btn,
.btn-group-vertical > .dropdown + .dropdown,
.btn-group-vertical > button + button,
.btn-group-vertical > button + .dropdown,
.btn-group-vertical > .dropdown + button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > :first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.btn-group-vertical > :first-child.btn,
.btn-group-vertical > :first-child > .btn,
.btn-group-vertical > :first-child > button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.btn-group-vertical > :last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.btn-group-vertical > :last-child.btn,
.btn-group-vertical > :last-child > .btn,
.btn-group-vertical > :last-child > button {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button:hover,
.btn-group-vertical > .dropdown:hover {
  z-index: 1;
}
.btn-group-vertical > .dropdown.show {
  z-index: 100;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #42ade3, #883227);
  background: rgba(0, 0, 0, 0.38);
  object-fit: cover;
  flex-shrink: 0;
  overflow: hidden;
  font-weight: 500;
  color: var(--text-default);
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.avatar.avatar-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.6875rem;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
}
.avatar.avatar-lg {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.875rem;
}
.avatar.avatar-xl {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
}
.avatar.avatar-2xl {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.0625rem;
}
img.avatar {
  font-size: 0;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge:empty {
  display: none;
}
a.badge {
  text-decoration: none;
  cursor: pointer;
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
}
.badge-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
}
.badge-lg {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.badge-primary {
  color: #FFFFFF;
  background-color: #42ade3;
}
a.badge-primary:hover,
a.badge-primary:focus {
  background-color: #2f9ace;
}
.badge-accent {
  color: #FFFFFF;
  background-color: #883227;
}
a.badge-accent:hover,
a.badge-accent:focus {
  background-color: #B33424;
}
.badge-success {
  color: #FFFFFF;
  background-color: #21A649;
}
a.badge-success:hover,
a.badge-success:focus {
  background-color: #1a843a;
}
.badge-danger,
.badge-error {
  color: #FFFFFF;
  background-color: #B33424;
}
a.badge-danger:hover,
a.badge-error:hover,
a.badge-danger:focus,
a.badge-error:focus {
  background-color: #912a1d;
}
.badge-warning {
  color: #212121;
  background-color: #EDB31F;
}
a.badge-warning:hover,
a.badge-warning:focus {
  background-color: #d29c11;
}
.badge-info {
  color: #FFFFFF;
  background-color: #3B82F6;
}
a.badge-info:hover,
a.badge-info:focus {
  background-color: #1469f4;
}
.badge-light {
  color: #212121;
  background-color: #EEEEEE;
}
a.badge-light:hover,
a.badge-light:focus {
  background-color: #E0E0E0;
}
.badge-dark {
  color: #FFFFFF;
  background-color: #424242;
}
a.badge-dark:hover,
a.badge-dark:focus {
  background-color: #212121;
}
.badge-outline-primary {
  color: #42ade3;
  background-color: transparent;
  border: 1px solid #42ade3;
}
a.badge-outline-primary:hover,
a.badge-outline-primary:focus {
  color: #FFFFFF;
  background-color: #42ade3;
}
.badge-outline-accent {
  color: #883227;
  background-color: transparent;
  border: 1px solid #883227;
}
a.badge-outline-accent:hover,
a.badge-outline-accent:focus {
  color: #FFFFFF;
  background-color: #883227;
}
.badge-outline-success {
  color: #21A649;
  background-color: transparent;
  border: 1px solid #21A649;
}
a.badge-outline-success:hover,
a.badge-outline-success:focus {
  color: #FFFFFF;
  background-color: #21A649;
}
.badge-outline-danger {
  color: #B33424;
  background-color: transparent;
  border: 1px solid #B33424;
}
a.badge-outline-danger:hover,
a.badge-outline-danger:focus {
  color: #FFFFFF;
  background-color: #B33424;
}
.badge-outline-warning {
  color: #EDB31F;
  background-color: transparent;
  border: 1px solid #EDB31F;
}
a.badge-outline-warning:hover,
a.badge-outline-warning:focus {
  color: #212121;
  background-color: #EDB31F;
}
.badge-outline-info {
  color: #3B82F6;
  background-color: transparent;
  border: 1px solid #3B82F6;
}
a.badge-outline-info:hover,
a.badge-outline-info:focus {
  color: #FFFFFF;
  background-color: #3B82F6;
}
.badge-outline-light {
  color: #EEEEEE;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
a.badge-outline-light:hover,
a.badge-outline-light:focus {
  color: #212121;
  background-color: #EEEEEE;
}
.badge-outline-dark {
  color: #424242;
  background-color: transparent;
  border: 1px solid #424242;
}
a.badge-outline-dark:hover,
a.badge-outline-dark:focus {
  color: #FFFFFF;
  background-color: #424242;
}
.badge-outline-neutral {
  color: var(--text-muted);
  background-color: transparent;
  border: 1px solid var(--text-muted);
}
.badge-soft-primary {
  color: #42ade3;
  background-color: rgba(66, 173, 227, 0.15);
}
.badge-soft-accent {
  color: #883227;
  background-color: rgba(136, 50, 39, 0.15);
}
.badge-soft-success {
  color: #21A649;
  background-color: rgba(33, 166, 73, 0.15);
}
.badge-soft-danger {
  color: #B33424;
  background-color: rgba(179, 52, 36, 0.15);
}
.badge-soft-warning {
  color: #EDB31F;
  background-color: rgba(237, 179, 31, 0.15);
}
.badge-soft-info {
  color: #3B82F6;
  background-color: rgba(59, 130, 246, 0.15);
}
.badge-soft-cyan {
  color: #06B6D4;
  background-color: rgba(6, 182, 212, 0.15);
}
.badge-soft-dark-cyan {
  color: #058ba2;
  background-color: rgba(5, 139, 162, 0.15);
}
.badge-soft-neutral {
  color: var(--text-muted);
  background-color: var(--bg-soft-neutral, rgba(255, 255, 255, 0.08));
}
.badge-pill {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-radius: 50rem;
}
.rounded-pill {
  border-radius: 50rem;
}
.badge-live {
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.badge-live::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background: currentColor;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.badge-live.badge-sm::before {
  width: 0.375rem;
  height: 0.375rem;
}
.badge-live.badge-lg::before {
  width: 0.5rem;
  height: 0.5rem;
}
.badge-live.badge-live-no-dot::before {
  display: none;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.badge-ultra {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.125rem;
  font-family: 'Space Mono', monospace;
}
.badge-tier-1 {
  color: #FFFFFF;
  background-color: #3B82F6;
}
a.badge-tier-1:hover,
a.badge-tier-1:focus {
  background-color: #1469f4;
}
.badge-tier-2 {
  color: #FFFFFF;
  background-color: #06B6D4;
}
a.badge-tier-2:hover,
a.badge-tier-2:focus {
  background-color: #0594ac;
}
.badge-tier-3 {
  color: #212121;
  background-color: #EAB308;
}
a.badge-tier-3:hover,
a.badge-tier-3:focus {
  background-color: #c39507;
}
.badge-tier-4 {
  color: #FFFFFF;
  background-color: #F97316;
}
a.badge-tier-4:hover,
a.badge-tier-4:focus {
  background-color: #e05f06;
}
.badge-tier-5 {
  color: #FFFFFF;
  background-color: #D946EF;
}
a.badge-tier-5:hover,
a.badge-tier-5:focus {
  background-color: #d120ec;
}
.badge-tier-6 {
  color: #FFFFFF;
  background-color: #EF4444;
}
a.badge-tier-6:hover,
a.badge-tier-6:focus {
  background-color: #ec1e1e;
}
.priority-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
  margin: 0.5rem 0 0.75rem;
}
.priority-picker .badge {
  border: none;
  font: inherit;
  cursor: pointer;
  gap: 0.25rem;
  opacity: 0.7;
  transition: opacity 0.15s ease, filter 0.15s ease;
}
.priority-picker .badge.active {
  opacity: 1;
  filter: brightness(1.2);
}
.priority-picker .badge:hover:not(.active) {
  opacity: 0.85;
}
.unread-dot {
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #42ade3;
  border-radius: 50%;
  pointer-events: none;
}
.unread-dot:not(:empty) {
  width: auto;
  height: 0.875rem;
  min-width: 0.875rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.0985;
  color: #FFFFFF;
  text-align: center;
  top: 0.5rem;
  left: 1.375rem;
  border-radius: 0.25rem;
}
.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}
.badge-status::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.badge-status--success {
  background: rgba(33, 166, 73, 0.12);
  color: #21A649;
}
.badge-status--success::before {
  background: #21A649;
}
.badge-status--warning {
  background: rgba(237, 179, 31, 0.12);
  color: #EDB31F;
}
.badge-status--warning::before {
  background: #EDB31F;
}
.badge-status--error {
  background: rgba(179, 52, 36, 0.12);
  color: #B33424;
}
.badge-status--error::before {
  background: #B33424;
}
.badge-status--info {
  background: rgba(136, 50, 39, 0.12);
  color: #B33424;
}
.badge-status--info::before {
  background: #883227;
}
.badge-status--primary {
  background: rgba(66, 173, 227, 0.12);
  color: #42ade3;
}
.badge-status--primary::before {
  background: #42ade3;
}
.badge-status--accent {
  background: rgba(136, 50, 39, 0.12);
  color: #883227;
}
.badge-status--accent::before {
  background: #883227;
}
.badge-status--blue {
  background: rgba(59, 130, 246, 0.12);
  color: #3B82F6;
}
.badge-status--blue::before {
  background: #3B82F6;
}
.badge-status--cyan {
  background: rgba(6, 182, 212, 0.12);
  color: #06B6D4;
}
.badge-status--cyan::before {
  background: #06B6D4;
}
.badge-status--yellow {
  background: rgba(234, 179, 8, 0.12);
  color: #EAB308;
}
.badge-status--yellow::before {
  background: #EAB308;
}
.badge-status--orange {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
}
.badge-status--orange::before {
  background: #F97316;
}
.badge-status--magenta {
  background: rgba(217, 70, 239, 0.12);
  color: #D946EF;
}
.badge-status--magenta::before {
  background: #D946EF;
}
.badge-status--red {
  background: rgba(239, 68, 68, 0.12);
  color: #EF4444;
}
.badge-status--red::before {
  background: #EF4444;
}
.badge-status--pink {
  background: rgba(236, 72, 153, 0.12);
  color: #EC4899;
}
.badge-status--pink::before {
  background: #EC4899;
}
.badge-status--purple {
  background: rgba(168, 85, 247, 0.12);
  color: #A855F7;
}
.badge-status--purple::before {
  background: #A855F7;
}
.badge-status--green {
  background: rgba(33, 166, 73, 0.12);
  color: #21A649;
}
.badge-status--green::before {
  background: #21A649;
}
.badge-status--muted {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
}
.badge-status--muted::before {
  background: var(--text-muted);
}
.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 0.4375rem 0.75rem;
  border-radius: 1.125rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  color: var(--text-strong);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.chip:has(.chip-avatar) {
  padding-left: 2.25rem;
}
.chip:visited {
  color: var(--text-strong);
}
.chip:hover {
  text-decoration: none;
  border-color: var(--border-moderate);
  background: var(--surface-floating-hover);
}
.chip:active {
  background: #31313b;
}
.chip:focus {
  outline: none;
}
.chip:focus-visible {
  outline: 2px solid rgba(245, 245, 245, 0.62);
  outline-offset: 2px;
}
.chip[disabled],
.chip.chip-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.chip-xs {
  padding: 0.1875rem 0.5rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  gap: 0.25rem;
}
.chip-xs .chip-icon {
  font-size: 0.8125rem;
}
.chip-sm {
  padding: 0.1875rem 0.625rem;
  border-radius: 0.875rem;
  font-size: 0.8125rem;
  gap: 0.25rem;
}
.chip-sm .chip-avatar {
  width: 1.125rem;
  height: 1.125rem;
}
.chip-sm .chip-icon {
  font-size: 0.875rem;
}
.chip-sm:has(.chip-avatar) {
  padding-left: 1.75rem;
}
.chip-lg {
  padding: 0.625rem 1.25rem;
  border-radius: 1.3125rem;
  font-size: 0.9375rem;
  gap: 0.5rem;
}
.chip-lg .chip-avatar {
  width: 1.75rem;
  height: 1.75rem;
}
.chip-lg .chip-icon {
  font-size: 1.1875rem;
}
.chip-lg:has(.chip-avatar) {
  padding-left: 2.875rem;
}
.chip-avatar {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.chip-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chip-sm .chip-avatar {
  left: 0.25rem;
}
.chip-lg .chip-avatar {
  left: 0.625rem;
}
.chip-icon {
  font-size: 1.0625rem;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
}
.chip-label {
  color: var(--text-default);
  font-weight: 600;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.chip-count {
  font-size: 0.8125rem;
  font-family: 'Space Mono', monospace;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}
.chip-active > .chip-count {
  color: var(--text-secondary);
}
.chip-label-dim {
  color: var(--text-muted);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.chip-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.125rem;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
}
.chip-dismiss:hover {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
}
.chip-caret {
  font-size: 0.625rem;
  line-height: 1;
  opacity: 0.6;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.dropdown.show > .chip .chip-caret {
  transform: rotate(180deg);
}
.chip:hover .chip-caret {
  opacity: 0.9;
}
.chip-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.chip-bar > :last-child {
  margin-bottom: 0;
}
.chip-bar--scrollable {
  flex-wrap: nowrap;
  overflow-x: auto;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.chip-bar--scrollable:hover {
  scrollbar-color: var(--border-moderate) transparent;
}
.chip-bar--scrollable::-webkit-scrollbar {
  height: 3px;
}
.chip-bar--scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.chip-bar--scrollable::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 50%;
}
.chip-bar--scrollable:hover::-webkit-scrollbar-thumb {
  background: var(--border-moderate);
}
.chip-xs .chip-caret {
  font-size: 0.5rem;
}
.chip-sm .chip-caret {
  font-size: 0.5rem;
}
.chip-lg .chip-caret {
  font-size: 0.75rem;
}
.chip-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.06);
  transition: width 0.4s ease;
  z-index: 0;
}
.chip-active {
  border-color: var(--border-emphasis);
  background: var(--surface-floating-hover);
}
.chip-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.chip-primary {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.12);
  border-color: #42ade3;
}
.chip-primary .chip-icon {
  color: inherit;
}
.chip-primary .chip-fill {
  background: rgba(66, 173, 227, 0.24);
}
.chip-primary:visited {
  color: #42ade3;
}
.chip-primary:hover {
  background: rgba(66, 173, 227, 0.2);
  border-color: #42ade3;
}
.chip-primary:active {
  background: rgba(66, 173, 227, 0.28);
}
.chip-primary.chip-active {
  background: rgba(66, 173, 227, 0.2);
}
.chip-accent {
  color: #B33424;
  background: rgba(179, 52, 36, 0.12);
  border-color: #B33424;
}
.chip-accent .chip-icon {
  color: inherit;
}
.chip-accent .chip-fill {
  background: rgba(179, 52, 36, 0.24);
}
.chip-accent:visited {
  color: #B33424;
}
.chip-accent:hover {
  background: rgba(179, 52, 36, 0.2);
  border-color: #B33424;
}
.chip-accent:active {
  background: rgba(179, 52, 36, 0.28);
}
.chip-accent.chip-active {
  background: rgba(179, 52, 36, 0.2);
}
.chip-success {
  color: #21A649;
  background: rgba(33, 166, 73, 0.12);
  border-color: #21A649;
}
.chip-success .chip-icon {
  color: inherit;
}
.chip-success .chip-fill {
  background: rgba(33, 166, 73, 0.24);
}
.chip-success:visited {
  color: #21A649;
}
.chip-success:hover {
  background: rgba(33, 166, 73, 0.2);
  border-color: #21A649;
}
.chip-success:active {
  background: rgba(33, 166, 73, 0.28);
}
.chip-success.chip-active {
  background: rgba(33, 166, 73, 0.2);
}
.chip-warning {
  color: #EDB31F;
  background: rgba(237, 179, 31, 0.12);
  border-color: #EDB31F;
}
.chip-warning .chip-icon {
  color: inherit;
}
.chip-warning .chip-fill {
  background: rgba(237, 179, 31, 0.24);
}
.chip-warning:visited {
  color: #EDB31F;
}
.chip-warning:hover {
  background: rgba(237, 179, 31, 0.2);
  border-color: #EDB31F;
}
.chip-warning:active {
  background: rgba(237, 179, 31, 0.28);
}
.chip-warning.chip-active {
  background: rgba(237, 179, 31, 0.2);
}
.chip-danger {
  color: #B33424;
  background: rgba(179, 52, 36, 0.12);
  border-color: #B33424;
}
.chip-danger .chip-icon {
  color: inherit;
}
.chip-danger .chip-fill {
  background: rgba(179, 52, 36, 0.24);
}
.chip-danger:visited {
  color: #B33424;
}
.chip-danger:hover {
  background: rgba(179, 52, 36, 0.2);
  border-color: #B33424;
}
.chip-danger:active {
  background: rgba(179, 52, 36, 0.28);
}
.chip-danger.chip-active {
  background: rgba(179, 52, 36, 0.2);
}
.chip-light {
  color: rgba(232, 232, 240, 0.8);
  background: rgba(232, 232, 240, 0.12);
  border-color: rgba(232, 232, 240, 0.8);
}
.chip-light .chip-icon {
  color: inherit;
}
.chip-light .chip-fill {
  background: rgba(232, 232, 240, 0.24);
}
.chip-light:visited {
  color: rgba(232, 232, 240, 0.8);
}
.chip-light:hover {
  background: rgba(232, 232, 240, 0.2);
  border-color: rgba(232, 232, 240, 0.8);
}
.chip-light:active {
  background: rgba(232, 232, 240, 0.28);
}
.chip-light.chip-active {
  background: rgba(232, 232, 240, 0.2);
}
.chip-blue {
  color: #3B82F6;
  background: rgba(59, 130, 246, 0.12);
  border-color: #3B82F6;
}
.chip-blue .chip-icon {
  color: inherit;
}
.chip-blue .chip-fill {
  background: rgba(59, 130, 246, 0.24);
}
.chip-blue:visited {
  color: #3B82F6;
}
.chip-blue:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: #3B82F6;
}
.chip-blue:active {
  background: rgba(59, 130, 246, 0.28);
}
.chip-blue.chip-active {
  background: rgba(59, 130, 246, 0.2);
}
.chip-cyan {
  color: #06B6D4;
  background: rgba(6, 182, 212, 0.12);
  border-color: #06B6D4;
}
.chip-cyan .chip-icon {
  color: inherit;
}
.chip-cyan .chip-fill {
  background: rgba(6, 182, 212, 0.24);
}
.chip-cyan:visited {
  color: #06B6D4;
}
.chip-cyan:hover {
  background: rgba(6, 182, 212, 0.2);
  border-color: #06B6D4;
}
.chip-cyan:active {
  background: rgba(6, 182, 212, 0.28);
}
.chip-cyan.chip-active {
  background: rgba(6, 182, 212, 0.2);
}
.chip-yellow {
  color: #EAB308;
  background: rgba(234, 179, 8, 0.12);
  border-color: #EAB308;
}
.chip-yellow .chip-icon {
  color: inherit;
}
.chip-yellow .chip-fill {
  background: rgba(234, 179, 8, 0.24);
}
.chip-yellow:visited {
  color: #EAB308;
}
.chip-yellow:hover {
  background: rgba(234, 179, 8, 0.2);
  border-color: #EAB308;
}
.chip-yellow:active {
  background: rgba(234, 179, 8, 0.28);
}
.chip-yellow.chip-active {
  background: rgba(234, 179, 8, 0.2);
}
.chip-orange {
  color: #F97316;
  background: rgba(249, 115, 22, 0.12);
  border-color: #F97316;
}
.chip-orange .chip-icon {
  color: inherit;
}
.chip-orange .chip-fill {
  background: rgba(249, 115, 22, 0.24);
}
.chip-orange:visited {
  color: #F97316;
}
.chip-orange:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: #F97316;
}
.chip-orange:active {
  background: rgba(249, 115, 22, 0.28);
}
.chip-orange.chip-active {
  background: rgba(249, 115, 22, 0.2);
}
.chip-magenta {
  color: #D946EF;
  background: rgba(217, 70, 239, 0.12);
  border-color: #D946EF;
}
.chip-magenta .chip-icon {
  color: inherit;
}
.chip-magenta .chip-fill {
  background: rgba(217, 70, 239, 0.24);
}
.chip-magenta:visited {
  color: #D946EF;
}
.chip-magenta:hover {
  background: rgba(217, 70, 239, 0.2);
  border-color: #D946EF;
}
.chip-magenta:active {
  background: rgba(217, 70, 239, 0.28);
}
.chip-magenta.chip-active {
  background: rgba(217, 70, 239, 0.2);
}
.chip-red {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.12);
  border-color: #EF4444;
}
.chip-red .chip-icon {
  color: inherit;
}
.chip-red .chip-fill {
  background: rgba(239, 68, 68, 0.24);
}
.chip-red:visited {
  color: #EF4444;
}
.chip-red:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #EF4444;
}
.chip-red:active {
  background: rgba(239, 68, 68, 0.28);
}
.chip-red.chip-active {
  background: rgba(239, 68, 68, 0.2);
}
.chip-muted {
  background: transparent;
  border-color: var(--border-moderate);
  color: var(--text-muted);
}
.chip-muted:visited {
  color: var(--text-muted);
}
.chip-muted:hover {
  border-color: var(--border-emphasis);
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
}
.chip-muted:active {
  background: rgba(255, 255, 255, 0.06);
}
.chip-muted.chip-active {
  border-color: var(--border-emphasis);
  color: var(--text-default);
  background: rgba(255, 255, 255, 0.08);
}
.chip-muted .chip-fill {
  background: rgba(255, 255, 255, 0.08);
}
.chip-placeholder {
  background: transparent;
  border-style: dashed;
}
.chip-placeholder:hover {
  background: rgba(255, 255, 255, 0.06);
  border-style: solid;
}
.chip-placeholder:active {
  background: rgba(255, 255, 255, 0.1);
  border-style: solid;
}
.chip-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .chip-list {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.chip-list--scrollable {
  flex-wrap: nowrap;
  overflow-x: auto;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.chip-list--scrollable:hover {
  scrollbar-color: var(--border-moderate) transparent;
}
.chip-list--scrollable::-webkit-scrollbar {
  height: 3px;
}
.chip-list--scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.chip-list--scrollable::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 50%;
}
.chip-list--scrollable:hover::-webkit-scrollbar-thumb {
  background: var(--border-moderate);
}
.alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  font-size: 0.9375rem;
  line-height: 1.25;
  position: relative;
}
.alert i,
.alert .icon {
  flex-shrink: 0;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
}
.alert > span,
.alert > p {
  flex: 1;
}
.alert > .btn,
.alert > [class*="btn-"] {
  flex-shrink: 0;
  color: currentColor;
  border: 1px solid currentColor;
  background: transparent;
  opacity: 0.7;
}
.alert > .btn:hover,
.alert > [class*="btn-"]:hover {
  opacity: 1;
}
.alert-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.25;
}
.alert {
  background: var(--surface-floating);
  border-color: var(--border-subtle);
  color: var(--text-secondary);
}
.alert i,
.alert .icon {
  color: var(--text-muted);
}
.alert--success,
.alert-success {
  background: rgba(33, 166, 73, 0.1);
  border-color: rgba(33, 166, 73, 0.2);
  color: #21A649;
}
.alert--success i,
.alert--success .icon,
.alert-success i,
.alert-success .icon {
  color: #21A649;
}
.alert--warning,
.alert-warning {
  background: rgba(237, 179, 31, 0.1);
  border-color: rgba(237, 179, 31, 0.2);
  color: #EDB31F;
}
.alert--warning i,
.alert--warning .icon,
.alert-warning i,
.alert-warning .icon {
  color: #EDB31F;
}
.alert--error,
.alert-danger,
.alert-error {
  background: rgba(179, 52, 36, 0.1);
  border-color: rgba(179, 52, 36, 0.2);
  color: #B33424;
}
.alert--error i,
.alert--error .icon,
.alert-danger i,
.alert-danger .icon,
.alert-error i,
.alert-error .icon {
  color: #B33424;
}
.alert--info,
.alert-info {
  background: rgba(136, 50, 39, 0.1);
  border-color: rgba(136, 50, 39, 0.2);
  color: #B33424;
}
.alert--info i,
.alert--info .icon,
.alert-info i,
.alert-info .icon {
  color: #883227;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  background: transparent;
  border: none;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.alert-dismissible .btn-close:hover {
  opacity: 1;
}
.dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--text-muted);
  flex-shrink: 0;
  vertical-align: middle;
}
.dot--lg {
  width: 0.625rem;
  height: 0.625rem;
}
.dot--success {
  background: #21A649;
}
.dot--warning {
  background: #EDB31F;
}
.dot--error {
  background: #B33424;
}
.dot--info {
  background: #883227;
}
.dot--primary {
  background: #42ade3;
}
.dot--accent {
  background: #883227;
}
.dot--blue {
  background: #3B82F6;
}
.dot--cyan {
  background: #06B6D4;
}
.dot--yellow {
  background: #EAB308;
}
.dot--orange {
  background: #F97316;
}
.dot--magenta {
  background: #D946EF;
}
.dot--red {
  background: #EF4444;
}
.dot--pink {
  background: #EC4899;
}
.dot--purple {
  background: #A855F7;
}
.dot--green {
  background: #21A649;
}
.dot--muted {
  background: var(--text-muted);
}
.dot--pulse {
  animation: dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.85);
  }
}
.dropdown,
.status-dropdown {
  position: relative;
  display: inline-flex;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.dropdown-menu,
.dropdown-menu-popout {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 140px;
  padding: 8px 0;
  margin: 4px 0 0;
  font-size: 0.9375rem;
  color: var(--text-default);
  max-width: fit-content;
  text-align: left;
  list-style: none;
  background-color: var(--surface-floating);
  background-clip: padding-box;
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.dropdown-menu dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: baseline;
  margin: 0 0 1rem;
}
.dropdown-menu dl:last-child {
  margin-bottom: 0;
}
.dropdown-menu dt {
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.dropdown-menu dd {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  margin: 0;
  text-align: right;
}
.dropdown-menu dd .form-control--transparent {
  text-align: right;
}
.dropdown-menu dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.dropdown-menu dl.data-list--left {
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
}
.dropdown-menu dl.data-list--left dd {
  justify-content: flex-start;
  text-align: left;
}
.dropdown-menu dl.data-list--left dd .form-control--transparent {
  text-align: left;
}
.dropdown-menu dl {
  padding: 0 0.75rem;
}
.dropdown-menu dl dt {
  white-space: nowrap;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu.dropdown-menu--sm {
  font-size: 0.8125rem;
  min-width: 7.5rem;
  padding: 0.25rem 0;
}
.dropdown-menu.dropdown-menu--sm .dropdown-item {
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
}
.dropdown-menu.dropdown-menu--sm .dropdown-header {
  padding: 0.25rem 0.75rem;
}
.dropdown-menu.dropdown-menu--sm .dropdown-divider {
  margin: 0.25rem 0;
}
.dropdown-menu.dropdown-menu--sm .dropdown-footer {
  padding: 0.25rem 0.5rem;
  gap: 0.25rem;
}
.dropdown-menu.dropdown-menu--sm .dropdown-footer .btn,
.dropdown-menu.dropdown-menu--sm .dropdown-footer [class*="btn-"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  min-height: 1.5rem;
  border-width: 1px;
}
.dropdown-menu.dropdown-menu--wide {
  min-width: 17.5rem;
}
.dropdown-menu.dropdown-menu--wider {
  min-width: 22.5rem;
}
.dropdown-menu--up {
  top: auto;
  bottom: 100%;
  margin: 0 0 4px;
}
.dropdown-menu-end {
  right: 0;
  left: auto;
}
.dropdown-menu-start {
  right: auto;
  left: 0;
}
.dropdown-menu-popout {
  margin-top: -0.25rem;
  padding: 0;
  min-width: 160px;
  max-width: 480px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .dropdown-menu-popout {
    max-width: min(420px, 85vw);
  }
}
@media (max-width: 767px) {
  .dropdown-menu-popout {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 479px) {
  .dropdown-menu-popout {
    max-width: calc(100vw - 32px);
    min-width: 140px;
  }
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--text-default);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  align-items: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.dropdown-item.dropdown-item--split {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--text-default);
  background-color: var(--surface-floating-hover);
}
.dropdown-item.active,
.dropdown-item:active {
  color: #42ade3;
  background-color: rgba(66, 173, 227, 0.1);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--text-faint);
  pointer-events: none;
  background-color: transparent;
  cursor: not-allowed;
}
.dropdown-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
.dropdown-header {
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 80% !important;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid var(--border-moderate);
  opacity: 1;
}
.dropdown-divider--chat {
  border-top: 1px solid #424242 !important;
}
.dropdown-footer {
  padding: 0.5rem 0.75rem;
  border-top: 1px solid var(--border-moderate);
  display: flex;
  gap: 0.5rem;
}
.dropdown-item-text {
  display: block;
  padding: 10px 16px;
  color: var(--text-secondary);
}
.dropdown-menu-dark {
  background-color: #14141a;
  border-color: var(--border-subtle);
}
.dropdown-menu-dark .dropdown-item {
  color: var(--text-secondary);
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: var(--text-default);
  background-color: rgba(255, 255, 255, 0.05);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: rgba(66, 173, 227, 0.15);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: var(--text-faint);
}
.dropdown-menu-dark .dropdown-divider {
  border-color: var(--border-subtle);
}
.dropdown-menu-dark .dropdown-header {
  color: var(--text-faint);
}
.dropdown-form {
  padding: 0.75rem;
  min-width: 200px;
  width: max-content;
  max-width: 17.5rem;
}
.dropdown-form .dropdown-form__label {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dropdown-form .form-control,
.dropdown-form .input-group {
  margin-bottom: 0.5rem;
}
.dropdown-form .input-group .form-control {
  margin-bottom: 0;
}
.dropdown-form .btn,
.dropdown-form [class*="btn-"] {
  width: 100%;
}
.dropdown-form .btn-group > .btn,
.dropdown-form .btn-group > button,
.dropdown-form .btn-group > [class*="btn-"] {
  width: auto;
}
.dropdown-detail {
  padding: 0.75rem 1rem;
  min-width: 300px;
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-secondary);
  white-space: normal;
  word-break: break-word;
}
.dropdown-detail > :last-child {
  margin-bottom: 0;
}
.dropdown-detail__title {
  color: var(--text-default);
}
.dropdown-detail__label {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.dropdown-detail__label + * {
  margin-top: 0.25rem;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 4px solid;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 4px;
}
.dropend .dropdown-toggle::after {
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 4px;
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid transparent;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
}
.status-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 20px;
  color: var(--text-default);
  font-weight: 500;
  font-size: 0.9375rem;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.status-dropdown-toggle .fa-chevron-down {
  font-size: 0.625rem;
}
.status-dropdown-toggle:hover {
  background: var(--surface-floating-hover);
}
@media (max-width: 479px) {
  .status-dropdown-toggle {
    padding: 6px 12px;
    font-size: 0.9375rem;
  }
}
.status-dropdown-toggle-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  gap: 0.25rem;
}
.status-dropdown-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--text-muted);
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 8px;
}
.status-dropdown-toggle .status-dropdown-dot {
  margin-right: 0;
}
.status-dropdown-dot--online {
  background: #21A649;
}
.status-dropdown-dot--live {
  background: #883227;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown-dot--error {
  background: #B33424;
}
.status-dropdown-dot--warning {
  background: #EDB31F;
}
.status-dropdown-dot--info {
  background: #883227;
}
.status-dropdown-dot--neutral {
  background: var(--text-muted);
}
.status-dropdown-dot--primary {
  background: #42ade3;
}
.status-dropdown-dot--accent {
  background: #883227;
}
.status-dropdown-dot--blue {
  background: #3B82F6;
}
.status-dropdown-dot--cyan {
  background: #06B6D4;
}
.status-dropdown-dot--yellow {
  background: #EAB308;
}
.status-dropdown-dot--orange {
  background: #F97316;
}
.status-dropdown-dot--magenta {
  background: #D946EF;
}
.status-dropdown-dot--red {
  background: #EF4444;
}
.status-dropdown-dot--pink {
  background: #EC4899;
}
.status-dropdown-dot--green {
  background: #21A649;
}
.status-dropdown-dot--muted {
  background: var(--text-muted);
}
.status-dropdown-dot--purple {
  background: #A855F7;
}
/*
.user-menu {
  // Styles for the user menu
}
*/
.user-menu-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #42ade3, #883227);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.user-menu-avatar:hover {
  border-color: #42ade3;
}
@media (max-width: 767px) {
  .user-menu-avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 479px) {
  .user-menu-avatar {
    width: 28px;
    height: 28px;
  }
}
.dropdown-form--auto-save {
  padding: 0.5rem;
  min-width: 180px;
}
.dropdown-form--auto-save .form-control,
.dropdown-form--auto-save .form-select {
  margin-bottom: 0;
}
.dropdown-form--auto-save .dropdown-form__actions {
  display: none;
}
.typeahead {
  position: relative;
}
.typeahead-results {
  max-height: 240px;
  overflow-y: auto;
}
.typeahead-results:not(.show):not(:empty) {
  display: none;
}
.typeahead:not(.dropdown) .typeahead-results.show {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background-color: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
}
.typeahead-panel {
  display: none;
}
.typeahead:not(.dropdown) .typeahead-panel:has(.typeahead-results.show) {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background-color: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
}
.typeahead:not(.dropdown) .typeahead-panel .typeahead-results.show {
  position: static;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}
.typeahead-footer {
  color: var(--text-muted);
  font-size: 0.875rem;
}
.typeahead-footer i {
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.typeahead-footer:hover {
  color: #42ade3;
}
.typeahead-footer:hover i {
  color: #42ade3;
}
.combobox-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: var(--text-default);
  background: var(--surface-floating);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.combobox-trigger:hover {
  border-color: var(--border-emphasis);
}
.combobox-trigger:focus {
  border-color: #42ade3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 173, 227, 0.15);
}
.combobox-trigger > i,
.combobox-trigger > .fa-chevron-down {
  font-size: 0.625rem;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.dropdown.show > .combobox-trigger > i,
.dropdown.show > .combobox-trigger > .fa-chevron-down {
  transform: rotate(180deg);
}
.combobox-trigger .combobox-value--placeholder {
  color: var(--text-faint);
}
.combobox-trigger-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.combobox-search {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px var(--border-moderate);
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--surface-floating);
}
.combobox-empty {
  display: none;
  padding: 0.75rem 1rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  text-align: center;
}
.combobox-empty.show {
  display: block;
}
.combobox-footer {
  color: var(--text-muted);
  font-size: 0.875rem;
}
.combobox-footer i {
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.combobox-footer:hover {
  color: #42ade3;
}
.combobox-footer:hover i {
  color: #42ade3;
}
.combobox-footer-divider:has(+ .combobox-footer[hidden]) {
  display: none;
}
[data-combobox] .dropdown-menu.dropdown-menu {
  padding-top: 0;
  max-height: 240px;
  overflow-y: auto;
}
[data-combobox] .dropdown-menu .typeahead-results {
  display: block;
  max-height: none;
  overflow-y: visible;
}
.dropdown-item.focused {
  color: var(--text-default);
  background-color: var(--surface-floating-hover);
}
.dropdown-item[aria-selected="true"] {
  color: #42ade3;
  background-color: rgba(66, 173, 227, 0.1);
}
.card {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.card > :last-child {
  margin-bottom: 0;
}
.card > :last-child > :last-child {
  margin-bottom: 0;
}
.card--collapsible > .card__title {
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}
.card--collapsible > .card__title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-left: auto;
  transition: transform 0.2s ease;
}
.card--collapsible > .card__title:hover::after {
  color: var(--text-secondary);
}
.card--collapsible.collapse--open > .card__title::after {
  transform: rotate(180deg);
}
.card--collapsible > .card__body,
.card--collapsible > .card__footer {
  display: none;
  margin-top: 1rem;
}
.card--collapsible.collapse--open > .card__body {
  display: block;
}
.card--collapsible.collapse--open > .card__footer {
  display: flex;
}
.card-accordion {
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card-accordion > .card--collapsible {
  background: var(--surface-raised);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.card-accordion > .card--collapsible + .card--collapsible {
  border-top: 1px solid var(--border-subtle);
}
.card--sm {
  padding: 0.75rem;
}
.card--sm > .card__title {
  margin-bottom: 0.75rem;
}
.card--flush {
  padding: 0;
}
.card--flush > .card__title {
  padding: 1rem 1rem 0;
}
.card--flush > .card__footer {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
}
.card__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 1rem;
}
.card__body {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.card__body > :last-child {
  margin-bottom: 0;
}
.card__body > :last-child > :last-child {
  margin-bottom: 0;
}
.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card__footer--end {
  justify-content: flex-end;
}
.card__footer--center {
  justify-content: center;
}
.card dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: baseline;
  margin: 0 0 1rem;
}
.card dl:last-child {
  margin-bottom: 0;
}
.card dt {
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.card dd {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  margin: 0;
  text-align: right;
}
.card dd .form-control--transparent {
  text-align: right;
}
.card dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.card dl.data-list--left {
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
}
.card dl.data-list--left dd {
  justify-content: flex-start;
  text-align: left;
}
.card dl.data-list--left dd .form-control--transparent {
  text-align: left;
}
.card--inset {
  background: var(--surface-floating);
}
.card--inset .list-group-item--action:hover:not(.list-group-item--disabled) {
  background-color: var(--surface-floating-hover);
}
.card--accent {
  --accent-color: #42ade3;
  border: none;
  border-left: 0.1875rem solid rgba(66, 173, 227, 0.5);
  border-radius: 0.1875rem;
  background: rgba(66, 173, 227, 0.05);
}
.card--accent .card__title > i,
.card--accent .card__title > .icon {
  color: var(--accent-color);
}
.card--accent-warning {
  --accent-color: #EDB31F;
  border-left-color: rgba(237, 179, 31, 0.5);
  background: rgba(237, 179, 31, 0.05);
}
.card--accent-success {
  --accent-color: #21A649;
  border-left-color: rgba(33, 166, 73, 0.5);
  background: rgba(33, 166, 73, 0.05);
}
.card--accent-info {
  --accent-color: #883227;
  border-left-color: rgba(136, 50, 39, 0.5);
  background: rgba(136, 50, 39, 0.05);
}
.step-card {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  padding: 3rem;
  text-align: left;
  transition: border-color 0.3s ease;
}
.step-card:hover {
  border-color: #B33424;
}
.step-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-number {
  font-family: 'Space Mono', monospace;
  font-size: 0.875rem;
  font-weight: 600;
  color: #42ade3;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: none;
}
.step-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 1rem;
}
.step-description {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.feature-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(136, 50, 39, 0.15);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #883227;
  flex-shrink: 0;
}
.feature-title {
  font-size: 1.1875rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 0.25rem;
}
.feature-description {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.story-card {
  width: 100%;
  flex-shrink: 0;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .story-card {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .story-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
}
.story-avatar {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #42ade3, #883227);
  flex-shrink: 0;
  overflow: hidden;
}
.story-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .story-avatar {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .story-avatar {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.story-content {
  flex: 1;
}
.story-name {
  font-size: 1.3125rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 0.5rem;
}
.story-quote {
  font-size: 1.1875rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: var(--text-muted);
}
.story-earnings {
  font-size: 1.0625rem;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.25;
}
.sidebar-card {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  padding: 1.125rem;
}
.sidebar-card + .sidebar-card {
  margin-top: 1.5rem;
}
.sidebar-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 1rem;
}
.card-performer {
  flex-shrink: 0;
  width: 15rem;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.25rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-performer:hover {
  border-color: #42ade3;
}
.card-performer:hover .card-performer-avatar {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .card-performer {
    width: 12.5rem;
  }
}
@media (max-width: 479px) {
  .card-performer {
    width: 10rem;
  }
}
.card-performer-avatar-container {
  width: 7.5rem;
  height: 7.5rem;
  margin: 1.25rem 0 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .card-performer-avatar-container {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (max-width: 479px) {
  .card-performer-avatar-container {
    width: 5rem;
    height: 5rem;
  }
}
.card-performer-avatar {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #42ade3, #883227);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .card-performer-avatar {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (max-width: 479px) {
  .card-performer-avatar {
    width: 5rem;
    height: 5rem;
  }
}
.card-performer-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.card-performer-overlay-top > * {
  pointer-events: auto;
}
.card-performer-overlay-top .badge {
  margin: 0 0.5rem;
}
.card-performer-access {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--backdrop-overlay);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  margin-left: auto;
}
.card-performer-access-locked {
  color: var(--text-secondary);
}
.card-performer-access-active {
  color: #21A649;
}
.card-performer-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 0.25rem;
  text-align: center;
}
.card-performer-status {
  font-size: 0.875rem;
  font-family: 'Space Mono', monospace;
  font-weight: 600;
  text-align: center;
}
.card-performer-status-expires {
  color: #EDB31F;
}
.card-performer-status-streaming {
  color: var(--text-muted);
}
.card-more {
  flex-shrink: 0;
  width: 15rem;
  background: var(--card-bg);
  border: 2px dashed var(--border-moderate);
  border-radius: 0.25rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 11.25rem;
  height: 100%;
  position: relative;
}
.card-more-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(66, 173, 227, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42ade3;
  font-size: 1.75rem;
  margin: 1rem 0 1.5rem;
  transition: all 0.3s ease;
}
.card-more-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
}
.card-more:hover {
  border-color: #42ade3;
  border-style: solid;
  background: rgba(66, 173, 227, 0.05);
}
.card-more:hover .card-more-icon {
  background: #42ade3;
  color: white;
  transform: scale(1.1);
}
.card-stats {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 0.375rem;
  padding: 1.125rem;
  display: flex;
  gap: 0.875rem;
}
@media (max-width: 767px) {
  .card-stats {
    padding: 0.875rem;
  }
}
.card-stats-icon {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: 0.625rem;
  background: rgba(66, 173, 227, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3125rem;
  color: #42ade3;
  order: 2;
}
@media (max-width: 767px) {
  .card-stats-icon {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1.1875rem;
  }
}
.card-stats-icon-success {
  background: rgba(33, 166, 73, 0.15);
  color: #21A649;
}
.card-stats-icon-warning {
  background: rgba(237, 179, 31, 0.15);
  color: #EDB31F;
}
.card-stats-icon-info {
  background: rgba(38, 96, 164, 0.15);
  color: #2660A4;
}
.card-stats-icon-error {
  background: rgba(179, 52, 36, 0.15);
  color: #B33424;
}
.card-stats-content {
  flex: 1;
  min-width: 0;
  order: 1;
}
.card-stats-label {
  font-size: 0.8125rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-stats-value {
  font-family: 'Space Mono', monospace;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-default);
  line-height: 1;
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .card-stats-value {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .card-stats-value {
    font-size: 1.3125rem;
  }
}
@media (max-width: 479px) {
  .card-stats-value {
    font-size: 1.3125rem;
  }
}
.card-stats-decimal {
  font-size: 0.5em;
  position: relative;
  top: -0.675em;
  left: -0.25rem;
  font-weight: 600;
  margin-left: 1px;
}
.card-stats-change {
  font-size: 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.card-stats-change-positive {
  color: #21A649;
}
.card-stats-change-negative {
  color: #B33424;
}
.card-stats-balance {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid var(--border-moderate);
  font-size: 0.9375rem;
  color: var(--text-secondary);
}
.card-stats-balance-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  color: var(--text-default);
  font-size: 1.0625rem;
}
.card-stats-centered {
  display: block;
  text-align: center;
  padding: 1.25rem;
}
.card-stats-centered .card-stats-value {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .card-stats-centered .card-stats-value {
    font-size: 1.3125rem;
  }
}
@media (max-width: 479px) {
  .card-stats-centered .card-stats-value {
    font-size: 1.1875rem;
  }
}
.card-stats-centered .card-stats-label {
  font-size: 0.9375rem;
  color: var(--text-muted);
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .card-stats-centered .card-stats-label {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .card-stats-centered {
    padding: 0.875rem;
  }
}
.card-stats-loading .card-stats-icon {
  background: var(--surface-floating-hover);
  color: transparent;
}
.card-stats-loading .card-stats-icon i {
  opacity: 0;
}
.card-stats-loading .card-stats-label,
.card-stats-loading .card-stats-value {
  background: linear-gradient(90deg, var(--surface-floating-hover) 0%, var(--surface-floating) 50%, var(--surface-floating-hover) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  color: transparent;
  border-radius: 0.125rem;
  user-select: none;
}
.card-stats-loading .card-stats-label {
  width: 60%;
  height: 0.875rem;
}
.card-stats-loading .card-stats-value {
  width: 80%;
  height: 1.5rem;
  margin-top: 0.25rem;
}
.card-stats-loading .card-stats-sublabel {
  opacity: 0;
}
.card-stats-empty .card-stats-icon {
  background: var(--surface-floating-hover);
  color: var(--text-faint);
}
.card-stats-empty .card-stats-value {
  color: var(--text-faint);
  font-weight: 400;
}
.card-stats-empty .card-stats-label {
  color: var(--text-faint);
}
.card-stats-add-btn {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(66, 173, 227, 0.2);
  border: 1px solid #42ade3;
  color: #42ade3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9375rem;
}
.card-stats-add-btn:hover {
  background: #42ade3;
  color: white;
}
.card-stats-sublabel {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.card-stats-sublabel.btn,
button.card-stats-sublabel {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #42ade3;
  font-weight: 600;
  transition: color 0.2s ease;
}
.card-stats-sublabel.btn:hover,
button.card-stats-sublabel:hover {
  color: #2f9ace;
}
.card-stats-sublabel.btn i,
button.card-stats-sublabel i {
  font-size: 0.8125rem;
}
.performer-card {
  background: var(--surface-raised);
  border: 1px solid var(--border-moderate);
  border-radius: 1.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.performer-card__avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--surface-floating);
  flex-shrink: 0;
}
.performer-card__name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 0.125rem;
}
.performer-card__handle {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.pass-card {
  background: var(--surface-raised);
  border: 2px solid #42ade3;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.pass-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.pass-card__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.pass-card__price {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  line-height: 1;
}
.pass-card__duration {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}
.pass-card__features {
  list-style: none;
  padding: 0;
}
.pass-card__feature {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.pass-card__icon {
  width: 1.25rem;
  height: 1.25rem;
  background: #21A649;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-default);
  font-size: 0.8125rem;
  flex-shrink: 0;
}
.package {
  background: var(--surface-app);
  border: 2px solid var(--border-moderate);
  border-radius: 1.5rem;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transform-origin: center;
  will-change: transform;
}
.package:hover {
  border-color: rgba(66, 173, 227, 0.2);
}
.package--selected {
  border-color: #42ade3;
  transform: scale(1.02);
}
.package__checkmark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #42ade3;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--text-default);
  font-size: 0.9375rem;
}
.package--selected .package__checkmark {
  display: flex;
}
.package__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #42ade3;
  color: var(--text-default);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
}
.package__header {
  margin-bottom: 1rem;
}
.package__name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
}
.package__price {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  line-height: 1;
  margin-bottom: 0.25rem;
  transition: all 0.3s ease;
}
.package--selected .package__price {
  font-size: 4rem;
  color: #42ade3;
}
.package__passes {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}
.package__label,
.package__value {
  font-size: 0.875rem;
  color: #21A649;
  font-weight: 500;
  margin-bottom: 1rem;
  min-height: 1.25rem;
}
.package__features {
  list-style: none;
  padding: 0;
}
.package__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.4375rem 0;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}
.package__icon {
  color: #21A649;
  font-size: 1.0625rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.summary {
  background: var(--surface-raised);
  border: 1px solid var(--border-moderate);
  border-radius: 1.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.summary__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 1rem;
}
.summary__row {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
}
.summary__row--total {
  border-top: 1px solid var(--border-moderate);
  margin-top: 0.5rem;
  padding-top: 1rem;
  font-weight: 600;
}
.summary__label {
  color: var(--text-muted);
}
.summary__value {
  color: var(--text-default);
  font-family: 'Space Mono', monospace;
}
.summary__value--total {
  font-size: 1.1875rem;
  color: #42ade3;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
}
.summary-row__label {
  color: var(--text-muted);
}
.summary-row__value {
  color: var(--text-default);
  font-weight: 500;
  font-family: 'Space Mono', monospace;
}
.summary-divider {
  height: 1px;
  background: var(--border-moderate);
  margin: 1rem 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 1rem;
}
.summary-total__label {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
}
.summary-total__value {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #42ade3;
}
a.card {
  transition: border-color 0.3s ease;
}
a.card:hover {
  border-color: #42ade3;
}
a.card-stats {
  transition: border-color 0.3s ease;
}
a.card-stats:hover {
  border-color: #42ade3;
}
a.step-card:hover {
  border-color: #42ade3;
}
a.feature-card {
  transition: border-color 0.3s ease;
}
a.feature-card:hover {
  border-color: #42ade3;
}
a.story-card:hover {
  border-color: #42ade3;
}
a.sidebar-card {
  transition: border-color 0.3s ease;
}
a.sidebar-card:hover {
  border-color: #42ade3;
}
.section {
  padding: 3.5rem 0;
}
@media (max-width: 991px) {
  .section {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
}
@media (max-width: 479px) {
  .section {
    padding: 1.5rem 0;
  }
}
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 2rem;
  }
}
@media (max-width: 479px) {
  .section-header {
    margin-bottom: 1.5rem;
  }
}
.section-title {
  font-size: 1.3125rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 1.1875rem;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 479px) {
  .section-title {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
  }
}
.section-title--accent {
  color: #883227;
}
.section-subtitle {
  font-size: 1.1875rem;
  color: var(--text-muted);
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 1.0625rem;
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 0.9375rem;
    max-width: 90%;
  }
}
@media (max-width: 479px) {
  .section-subtitle {
    font-size: 0.9375rem;
    max-width: 100%;
  }
}
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 1.5rem;
}
.tabs-button {
  background: transparent;
  border: none;
  color: var(--text-muted);
  padding: 0.75rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  bottom: -1px;
}
.tabs-button .badge {
  margin-left: 0.4em;
}
.tabs-button--active {
  color: var(--text-default);
  border-bottom-color: #42ade3;
}
.tabs-button:hover:not(.tabs-button--active) {
  color: var(--text-secondary);
}
@media (max-width: 767px) {
  .tabs-button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}
.tab-content {
  display: none;
}
.tab-content--active {
  display: block;
}
.tab-content > :last-child {
  margin-bottom: 0;
}
.tabs--sm .tabs-button,
.tabs--card .tabs-button {
  font-size: 0.8125rem;
  padding: 0.5rem 0.75rem;
}
.tabs--justified .tabs-button {
  flex: 1;
  justify-content: center;
}
.tabs:has(+ .tabs-panel) {
  margin-bottom: 0;
}
.tabs-panel {
  border: 1px solid var(--border-subtle);
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.tabs-panel > :last-child {
  margin-bottom: 0;
}
.tabs-panel > :last-child > :last-child {
  margin-bottom: 0;
}
.tabs-panel--inset {
  background: var(--surface-floating);
}
.tabs-panel--card {
  background: var(--surface-raised);
}
.tabs-panel--card dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: baseline;
  margin: 0 0 1rem;
}
.tabs-panel--card dl:last-child {
  margin-bottom: 0;
}
.tabs-panel--card dt {
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.tabs-panel--card dd {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  margin: 0;
  text-align: right;
}
.tabs-panel--card dd .form-control--transparent {
  text-align: right;
}
.tabs-panel--card dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.tabs-panel--card dl.data-list--left {
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
}
.tabs-panel--card dl.data-list--left dd {
  justify-content: flex-start;
  text-align: left;
}
.tabs-panel--card dl.data-list--left dd .form-control--transparent {
  text-align: left;
}
.tabs--card {
  border-top: 1px solid var(--border-subtle);
  margin: 0.75rem -1rem 0;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.tabs--card:first-child {
  margin-top: 0;
  border-top: none;
}
.tabs[data-tabs-collapse] {
  flex-wrap: nowrap;
  overflow: hidden;
}
.tabs-overflow {
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
}
.tabs-overflow .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 10rem;
}
.tabs-overflow-trigger {
  white-space: nowrap;
}
.tabs-button--collapsed {
  display: none;
}
.drag-handle {
  color: var(--text-faint);
  cursor: grab;
  transition: color 0.15s ease;
  user-select: none;
}
.drag-handle:hover {
  color: var(--text-muted);
}
.drag-handle:active {
  cursor: grabbing;
}
.sortable-ghost {
  opacity: 0.3;
}
.sortable-chosen {
  background: var(--surface-floating);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.data-table {
  background: var(--surface-raised);
  border: 1px solid var(--border-moderate);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  overflow: visible;
  /* Allow dropdowns to escape - rounded corners handled by corner cells */
}
.data-table table {
  width: 100%;
  border-collapse: collapse;
}
.data-table thead:first-child tr:first-child th:first-child {
  border-top-left-radius: 0.375rem;
}
.data-table thead:first-child tr:first-child th:last-child {
  border-top-right-radius: 0.375rem;
}
.data-table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 0.375rem;
}
.data-table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 0.375rem;
}
.data-table tfoot:last-child tr:last-child td:first-child,
.data-table tfoot:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 0.375rem;
}
.data-table tfoot:last-child tr:last-child td:last-child,
.data-table tfoot:last-child tr:last-child th:last-child {
  border-bottom-right-radius: 0.375rem;
}
.data-table tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}
.data-table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0.375rem;
}
.data-table .data-table__header + table thead tr:first-child th:first-child,
.data-table .data-table__header + table thead tr:first-child th:last-child {
  border-radius: 0;
}
.data-table thead th {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.03125rem;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-moderate);
  position: relative;
  /* For sort icons */
  white-space: nowrap;
  background: var(--surface-floating);
}
.data-table thead th:first-child {
  padding-left: 1.25rem;
}
.data-table thead th:last-child {
  padding-right: 1.25rem;
}
.data-table tbody td {
  font-size: 0.9375rem;
  color: var(--text-default);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
  vertical-align: top;
}
.data-table tbody td:first-child {
  padding-left: 1.25rem;
}
.data-table tbody td:last-child {
  padding-right: 1.25rem;
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}
.data-table--fixed table {
  table-layout: fixed;
}
.data-table--borderless tbody td {
  border-bottom-color: transparent !important;
}
.data-table--striped tbody tr:nth-child(even) {
  background: var(--surface-floating-hover);
}
.data-table--striped-columns tbody td:nth-child(even) {
  background: var(--surface-floating-hover);
}
.data-table--striped-columns tfoot td:nth-child(even),
.data-table--striped-columns tfoot th:nth-child(even) {
  background: var(--surface-floating-hover);
}
.data-table--condensed thead th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.data-table--condensed thead th:first-child {
  padding-left: 0.75rem;
}
.data-table--condensed thead th:last-child {
  padding-right: 0.75rem;
}
.data-table--condensed tbody td {
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
}
.data-table--condensed tbody td:first-child {
  padding-left: 0.75rem;
}
.data-table--condensed tbody td:last-child {
  padding-right: 0.75rem;
}
.data-table--condensed tfoot td,
.data-table--condensed tfoot th {
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
}
.data-table--condensed tfoot td:first-child,
.data-table--condensed tfoot th:first-child {
  padding-left: 0.75rem;
}
.data-table--condensed tfoot td:last-child,
.data-table--condensed tfoot th:last-child {
  padding-right: 0.75rem;
}
.data-table--condensed .data-table__status {
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  gap: 0.25rem;
}
.data-table--condensed .data-table__status::before {
  width: 0.3125rem;
  height: 0.3125rem;
}
.data-table--condensed .data-table__action-btn {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
}
.data-table--condensed .data-table__popout-toggle {
  width: 1.125rem;
  height: 1.125rem;
}
.data-table--condensed th.data-table__actions-col,
.data-table--condensed td.data-table__actions-col {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.data-table--condensed.data-table tbody td .btn,
.data-table--condensed.data-table tbody td button {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
}
.data-table--condensed.data-table tbody td .status-dropdown-toggle {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  gap: 0.1875rem;
}
.data-table--condensed .data-table__editable-label,
.data-table--condensed .data-table__editable-input {
  padding: 0.375rem 0.5rem;
}
.data-table--condensed tbody td:first-child .data-table__editable-label,
.data-table--condensed tbody td:first-child .data-table__editable-input {
  padding-left: 0.75rem;
}
.data-table--condensed tbody td:last-child .data-table__editable-label,
.data-table--condensed tbody td:last-child .data-table__editable-input {
  padding-right: 0.75rem;
}
.data-table--condensed tbody tr.data-table__group-header td {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.data-table--condensed tbody tr.data-table__subgroup-header td {
  padding: 0.25rem 0.75rem 0.25rem 1.25rem;
}
.data-table--condensed tbody tr.data-table__subgroup-header ~ tr:not(.data-table__group-header):not(.data-table__subgroup-header) td:first-child {
  padding-left: 1.25rem;
}
.data-table--sm tbody td {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.data-table--sm tbody td:first-child {
  padding-left: 1rem;
}
.data-table--sm tbody td:last-child {
  padding-right: 1rem;
}
.data-table--sm tfoot td,
.data-table--sm tfoot th {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.data-table--sm tfoot td:first-child,
.data-table--sm tfoot th:first-child {
  padding-left: 1rem;
}
.data-table--sm tfoot td:last-child,
.data-table--sm tfoot th:last-child {
  padding-right: 1rem;
}
.data-table--sm .data-table__action-btn {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
}
.data-table--lg tbody td {
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
}
.data-table--lg tbody td:first-child {
  padding-left: 1.5rem;
}
.data-table--lg tbody td:last-child {
  padding-right: 1.5rem;
}
.data-table--lg tfoot td,
.data-table--lg tfoot th {
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
}
.data-table--lg tfoot td:first-child,
.data-table--lg tfoot th:first-child {
  padding-left: 1.5rem;
}
.data-table--lg tfoot td:last-child,
.data-table--lg tfoot th:last-child {
  padding-right: 1.5rem;
}
.data-table tbody tr.table-row--primary {
  background: rgba(66, 173, 227, 0.1);
}
.data-table tbody tr.table-row--primary:hover {
  background: rgba(66, 173, 227, 0.15);
}
.data-table tbody tr.table-row--secondary {
  background: rgba(136, 50, 39, 0.1);
}
.data-table tbody tr.table-row--secondary:hover {
  background: rgba(136, 50, 39, 0.15);
}
.data-table tbody tr.table-row--success {
  background: rgba(33, 166, 73, 0.1);
}
.data-table tbody tr.table-row--success:hover {
  background: rgba(33, 166, 73, 0.15);
}
.data-table tbody tr.table-row--warning {
  background: rgba(237, 179, 31, 0.1);
}
.data-table tbody tr.table-row--warning:hover {
  background: rgba(237, 179, 31, 0.15);
}
.data-table tbody tr.table-row--info {
  background: rgba(179, 52, 36, 0.08);
}
.data-table tbody tr.table-row--info:hover {
  background: rgba(179, 52, 36, 0.12);
}
.data-table tbody tr.table-row--neutral {
  background: rgba(255, 255, 255, 0.03);
}
.data-table tbody tr.table-row--neutral:hover {
  background: rgba(255, 255, 255, 0.05);
}
.data-table tbody tr.table-row--error,
.data-table tbody tr.table-row--danger {
  background: rgba(179, 52, 36, 0.1);
}
.data-table tbody tr.table-row--error:hover,
.data-table tbody tr.table-row--danger:hover {
  background: rgba(179, 52, 36, 0.15);
}
.data-table tbody tr {
  transition: background 0.15s ease;
}
.data-table tbody tr:hover {
  background: var(--surface-floating-hover);
}
.data-table[data-table-selectable] tbody tr,
.data-table[data-table-selectable] tbody td {
  cursor: pointer !important;
}
.data-table tbody tr.table-row--selected.table-row--selected {
  background: rgba(136, 50, 39, 0.15) !important;
  box-shadow: inset 3px 0 0 #883227 !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:hover {
  background: rgba(136, 50, 39, 0.2) !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:first-child td:first-child {
  border-top-left-radius: 0.375rem;
}
.data-table tbody tr.table-row--selected.table-row--selected:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}
.data-table tbody tr.table-row--highlighted {
  background: rgba(66, 173, 227, 0.12) !important;
  box-shadow: inset 3px 0 0 #42ade3;
}
.data-table tbody tr.table-row--highlighted:hover {
  background: rgba(66, 173, 227, 0.18) !important;
}
.data-table tbody tr.table-row--highlighted:first-child td:first-child {
  border-top-left-radius: 0.375rem;
}
.data-table tbody tr.table-row--highlighted:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}
.data-table tbody tr.table-row--muted {
  opacity: 0.75;
}
.data-table tbody tr.table-row--accent-primary {
  box-shadow: inset 3px 0 0 #42ade3;
}
.data-table tbody tr.table-row--accent-success {
  box-shadow: inset 3px 0 0 #21A649;
}
.data-table tbody tr.table-row--accent-warning {
  box-shadow: inset 3px 0 0 #EDB31F;
}
.data-table tbody tr.table-row--accent-error {
  box-shadow: inset 3px 0 0 #B33424;
}
.data-table tbody tr.table-row--accent-info {
  box-shadow: inset 3px 0 0 #883227;
}
.data-table tbody tr.table-row--accent-neutral {
  box-shadow: inset 3px 0 0 var(--text-muted);
}
.data-table__mono {
  font-family: 'Space Mono', monospace;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.data-table__bold {
  font-weight: 700;
}
.data-table__muted {
  color: var(--text-muted);
  font-size: 0.875rem;
  vertical-align: middle;
}
.data-table tbody td .badge {
  vertical-align: baseline;
}
.data-table tbody td .btn,
.data-table tbody td button {
  vertical-align: middle;
}
.data-table.data-table tbody td .btn,
.data-table.data-table tbody td button:not(.chip) {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-width: 1px;
  min-height: 0;
}
.data-table.data-table tbody td .status-dropdown-toggle {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  gap: 0.25rem;
}
.data-table th.data-table__right,
.data-table td.data-table__right {
  text-align: right;
}
.data-table th.data-table__center,
.data-table td.data-table__center {
  text-align: center;
}
.data-table th.dt-col-auto,
.data-table td.dt-col-auto {
  width: auto;
  white-space: nowrap;
}
.data-table th.dt-col-fit,
.data-table td.dt-col-fit {
  width: 1%;
  min-width: fit-content;
  white-space: nowrap;
}
.data-table th.dt-col-fill,
.data-table td.dt-col-fill {
  width: 100%;
}
.data-table th.dt-col-xs,
.data-table td.dt-col-xs {
  width: 5%;
}
.data-table th.dt-col-sm,
.data-table td.dt-col-sm {
  width: 10%;
}
.data-table th.dt-col-md,
.data-table td.dt-col-md {
  width: 20%;
}
.data-table th.dt-col-lg,
.data-table td.dt-col-lg {
  width: 30%;
}
.data-table th.dt-col-xl,
.data-table td.dt-col-xl {
  width: 40%;
}
.data-table th.dt-col-10,
.data-table td.dt-col-10 {
  width: 10%;
}
.data-table th.dt-col-15,
.data-table td.dt-col-15 {
  width: 15%;
}
.data-table th.dt-col-20,
.data-table td.dt-col-20 {
  width: 20%;
}
.data-table th.dt-col-25,
.data-table td.dt-col-25 {
  width: 25%;
}
.data-table th.dt-col-30,
.data-table td.dt-col-30 {
  width: 30%;
}
.data-table th.dt-col-40,
.data-table td.dt-col-40 {
  width: 40%;
}
.data-table th.dt-col-50,
.data-table td.dt-col-50 {
  width: 50%;
}
.data-table th.dt-auto-size,
.data-table td.dt-auto-size {
  width: auto;
}
.data-table th.dt-min-100,
.data-table td.dt-min-100 {
  min-width: 6.25rem;
}
.data-table th.dt-min-150,
.data-table td.dt-min-150 {
  min-width: 9.375rem;
}
.data-table th.dt-min-200,
.data-table td.dt-min-200 {
  min-width: 12.5rem;
}
.data-table th.dt-min-250,
.data-table td.dt-min-250 {
  min-width: 15.625rem;
}
.data-table th.dt-min-300,
.data-table td.dt-min-300 {
  min-width: 18.75rem;
}
.data-table th.dt-max-200,
.data-table td.dt-max-200 {
  max-width: 12.5rem;
}
.data-table th.dt-max-250,
.data-table td.dt-max-250 {
  max-width: 15.625rem;
}
.data-table th.dt-max-300,
.data-table td.dt-max-300 {
  max-width: 18.75rem;
}
.data-table th.dt-max-400,
.data-table td.dt-max-400 {
  max-width: 25rem;
}
.data-table th.dt-max-500,
.data-table td.dt-max-500 {
  max-width: 31.25rem;
}
.data-table__status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}
.data-table__status::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.data-table__status--success {
  background: rgba(33, 166, 73, 0.1);
  color: #21A649;
}
.data-table__status--success::before {
  background: #21A649;
}
.data-table__status--warning {
  background: rgba(237, 179, 31, 0.1);
  color: #EDB31F;
}
.data-table__status--warning::before {
  background: #EDB31F;
}
.data-table__status--error {
  background: rgba(179, 52, 36, 0.1);
  color: #B33424;
}
.data-table__status--error::before {
  background: #B33424;
}
.data-table__status--info {
  background: rgba(136, 50, 39, 0.1);
  color: #B33424;
}
.data-table__status--info::before {
  background: #883227;
}
.data-table__status--neutral {
  background: var(--surface-hover);
  color: var(--text-muted);
}
.data-table__status--neutral::before {
  background: var(--text-muted);
}
.data-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
  border-radius: 0.375rem 0.375rem 0 0;
}
.data-table__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
}
.data-table__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.data-table__action-btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.data-table__action-btn:hover {
  background: var(--surface-floating);
  border-color: var(--border-moderate);
  color: var(--text-default);
}
.data-table th.data-table__actions-col,
.data-table td.data-table__actions-col {
  width: 4.25rem;
  white-space: nowrap;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.data-table th.data-table__actions-col--2,
.data-table td.data-table__actions-col--2 {
  width: 6.75rem;
}
.data-table th.data-table__actions-col--3,
.data-table td.data-table__actions-col--3 {
  width: 9.25rem;
}
.data-table table {
  overflow: visible;
}
.data-table .dropdown {
  position: relative;
}
.data-table td.data-table__drag-handle,
.data-table th.data-table__drag-handle {
  color: var(--text-faint);
  cursor: grab;
  transition: color 0.15s ease;
  user-select: none;
  width: 1%;
  padding-left: 0.75rem;
  padding-right: 0;
  vertical-align: middle;
}
.data-table td.data-table__drag-handle:hover,
.data-table th.data-table__drag-handle:hover {
  color: var(--text-muted);
}
.data-table td.data-table__drag-handle:active,
.data-table th.data-table__drag-handle:active {
  cursor: grabbing;
}
.data-table td.data-table__drag-handle + td,
.data-table th.data-table__drag-handle + td,
.data-table td.data-table__drag-handle + th,
.data-table th.data-table__drag-handle + th {
  padding-left: 0.5rem;
}
.data-table__empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
}
.data-table__empty i {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
  color: var(--text-subtle);
}
.data-table__count {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0 1.25rem 0.5rem 1.25rem;
}
.data-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-table:has(.dropdown.show) {
  overflow: visible;
}
@media (max-width: 767px) {
  .data-table table {
    min-width: 37.5rem;
  }
}
.data-table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-table--scroll td,
.data-table--scroll th {
  white-space: nowrap;
}
.data-table__editable {
  color: var(--text-secondary);
  cursor: pointer;
  border-bottom: 1px dashed var(--border-moderate);
  transition: all 0.15s ease;
}
.data-table__editable:hover {
  color: var(--text-default);
  border-bottom-color: var(--text-muted);
}
.data-table td.data-table__popout > .dropdown,
.data-table td.data-table__popout.dropdown {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.data-table td.data-table__popout > .dropdown-menu {
  margin-top: 0.5rem;
}
.data-table__popout-body {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-table__popout-toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0.125rem;
  align-self: stretch;
  background: transparent;
  border: none;
  color: var(--text-faint);
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 50%;
  line-height: 1;
}
.data-table__popout-toggle:hover {
  color: var(--text-muted);
  background: var(--surface-hover);
}
.data-table__popout-toggle i {
  transition: transform 0.2s ease;
}
.data-table td.data-table__popout.dropdown.show .data-table__popout-toggle i,
.data-table td.data-table__popout .dropdown.show .data-table__popout-toggle i {
  transform: scaleY(-1);
  filter: FlipH;
  transition: transform 0.2s ease;
}
.data-table th.data-table__sortable {
  cursor: pointer;
  padding-right: 2rem !important;
  /* Make room for both arrows */
  transition: background 0.15s ease;
}
.data-table th.data-table__sortable::before {
  content: "\f0de";
  /* Font Awesome sort-up icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(calc(-50% - 2px));
  color: var(--text-muted);
  font-size: 0.8125rem;
  transition: color 0.15s ease;
}
.data-table th.data-table__sortable::after {
  content: "\f0dd";
  /* Font Awesome sort-down icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  color: var(--text-muted);
  font-size: 0.8125rem;
  transition: color 0.15s ease;
}
.data-table th.data-table__sortable:hover {
  background: var(--surface-hover);
}
.data-table th.data-table__sortable.data-table__sorted-asc {
  background: rgba(136, 50, 39, 0.1);
}
.data-table th.data-table__sortable.data-table__sorted-asc::before {
  color: #B33424;
}
.data-table th.data-table__sortable.data-table__sorted-asc:hover {
  background: rgba(136, 50, 39, 0.12);
}
.data-table th.data-table__sortable.data-table__sorted-desc {
  background: rgba(136, 50, 39, 0.1);
}
.data-table th.data-table__sortable.data-table__sorted-desc::after {
  color: #B33424;
}
.data-table th.data-table__sortable.data-table__sorted-desc:hover {
  background: rgba(136, 50, 39, 0.12);
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):not([class*="btn"]),
.data-table a.data-table__link {
  color: var(--link-color-secondary, #B33424);
  text-decoration: none;
  transition: color 0.15s ease;
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):not([class*="btn"]):hover,
.data-table a.data-table__link:hover {
  color: var(--link-hover-color-secondary, #883227);
  text-decoration: underline;
}
.data-table .list-group a:not(.dropdown-item):not(.dropdown-toggle):not([class*="btn"]) {
  color: inherit;
  text-decoration: inherit;
}
.data-table .list-group a:not(.dropdown-item):not(.dropdown-toggle):not([class*="btn"]):hover {
  color: inherit;
  text-decoration: inherit;
}
.data-table .collapse-toggle {
  margin-top: 0;
}
.data-table a.data-table__link-subtle {
  color: var(--text-default) !important;
  text-decoration: none !important;
}
.data-table a.data-table__link-subtle:hover {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}
.data-table a.data-table__link-muted {
  color: var(--text-muted) !important;
  font-size: 0.875rem;
  text-decoration: none !important;
}
.data-table a.data-table__link-muted:hover {
  color: var(--text-secondary) !important;
  text-decoration: underline !important;
}
.data-table tbody tr.data-table__row-link {
  cursor: pointer;
}
.data-table tbody tr.data-table__row-link:hover {
  background: var(--surface-floating-hover);
}
.data-table tbody tr.data-table__row-link:hover a {
  color: #883227;
}
.dt-col-hidden {
  display: none !important;
}
.data-table + .pagination,
.data-table + nav .pagination {
  margin-top: 0.75rem;
}
.data-table--sticky-header thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--surface-floating);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--sticky-footer tfoot {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.data-table--sticky-footer tfoot td,
.data-table--sticky-footer tfoot th {
  background: var(--surface-floating);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.data-table--sticky-both thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--surface-floating);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--sticky-both tfoot td,
.data-table--sticky-both tfoot th {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: var(--surface-floating);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--editable table {
  table-layout: fixed;
}
.data-table--editable td.data-table__editable-cell {
  padding: 0 !important;
}
.data-table__editable-label {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.data-table__editable-label:hover {
  opacity: 0.8;
}
.data-table__editable-input {
  display: none;
  width: 100%;
  min-width: 0;
  padding: 0.75rem 1rem;
  margin: 0;
  background: var(--surface-floating);
  border: none;
  border-radius: 0.125rem;
  color: var(--text-default);
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(66, 173, 227, 0.15);
  box-sizing: border-box;
  transition: box-shadow 0.15s ease;
}
.data-table__editable-input:focus {
  box-shadow: inset 0 0 0 2px #42ade3;
}
.data-table__editable-input--invalid {
  box-shadow: inset 0 0 0 2px #B33424;
}
.data-table__editable-input[type="date"] {
  padding: 0.8125rem 1rem;
  line-height: 1.067;
}
.data-table__editable--saving {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}
.data-table__editable--saving::after {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #42ade3;
  border-top-color: transparent;
  border-radius: 50%;
  animation: inline-edit-spin 0.6s linear infinite;
}
@keyframes inline-edit-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.data-table__editable--success {
  animation: inline-edit-success-flash 0.8s ease;
}
@keyframes inline-edit-success-flash {
  0% {
    background: rgba(33, 166, 73, 0.1);
  }
  100% {
    background: transparent;
  }
}
.data-table tbody tr.data-table__group-header {
  background: var(--surface-floating);
  cursor: default;
}
.data-table tbody tr.data-table__group-header:hover {
  background: var(--surface-floating) !important;
}
.data-table tbody tr.data-table__group-header td {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  border-bottom: 1px solid var(--border-moderate);
  border-top: 1px solid var(--border-moderate);
}
.data-table tbody tr.data-table__group-header:first-child td {
  border-top: none;
}
.data-table tbody tr.data-table__subgroup-header {
  cursor: default;
  background: var(--surface-floating-hover);
  box-shadow: inset 3px 0 0 var(--border-moderate);
}
.data-table tbody tr.data-table__subgroup-header:hover {
  background: var(--surface-floating-hover) !important;
}
.data-table tbody tr.data-table__subgroup-header td {
  padding: 0.25rem 1.25rem 0.25rem 1.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  border-bottom: 1px solid var(--border-subtle);
}
.data-table tbody tr.data-table__subgroup-header ~ tr:not(.data-table__group-header):not(.data-table__subgroup-header) td:first-child {
  padding-left: 1.75rem;
}
.data-table tbody tr[data-collapse-group] {
  cursor: pointer;
}
.data-table tbody tr[data-collapse-group] td:first-child {
  position: relative;
  padding-right: 1.25rem;
}
.data-table tbody tr[data-collapse-group] td:first-child::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.8125rem;
  color: var(--text-muted);
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.data-table tbody tr[data-collapse-group].is-collapsed td:first-child::after {
  transform: translateY(-50%) rotate(-90deg);
}
.data-table tbody tr.group-row--hidden {
  display: none;
}
.data-table tr.collapse.collapse--open {
  display: table-row;
}
.data-table__cell--error {
  position: relative;
}
.data-table__cell--error .data-table__error-message {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: #B33424;
  color: var(--text-default);
  font-size: 0.8125rem;
  border-radius: 0.125rem;
  white-space: nowrap;
  z-index: 100;
}
.data-table__cell--error .data-table__error-message::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0.75rem;
  border: 4px solid transparent;
  border-bottom-color: #B33424;
}
.filter-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .filter-bar--wrap {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.filter-pills {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: transparent;
  border: 1px solid var(--border-moderate);
  border-radius: 1.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.5;
}
.filter-pill:hover {
  border-color: var(--border-emphasis);
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
}
.filter-pill--active {
  border-color: var(--border-emphasis);
  color: var(--text-default);
  background: rgba(255, 255, 255, 0.08);
}
.filter-pill .filter-pill__count {
  font-size: 0.8125rem;
  font-family: 'Space Mono', monospace;
  color: var(--text-muted);
  margin-left: 0.125rem;
}
.filter-pill--active .filter-pill__count {
  color: var(--text-secondary);
}
.filter-pill i {
  font-size: 0.8125rem;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: transparent;
  border: 1px solid var(--border-moderate);
  border-radius: 1.5rem;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.filter-search:focus-within {
  border-color: var(--border-emphasis);
  background: rgba(255, 255, 255, 0.04);
}
.filter-search i {
  color: var(--text-muted);
  font-size: 0.875rem;
  flex-shrink: 0;
}
.filter-search input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-default);
  font-size: 0.875rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  width: 7.5rem;
  padding: 0;
}
.filter-search input::placeholder {
  color: var(--text-muted);
}
.filter-search input:focus {
  width: 11.25rem;
}
@media (max-width: 767px) {
  .filter-search {
    padding: 0.375rem;
    border: none;
    background: none;
    cursor: pointer;
  }
  .filter-search:focus-within {
    background: none;
    border: none;
  }
  .filter-search input {
    width: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
  }
}
.search-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 26.25rem;
  max-height: 70vh;
  overflow-y: auto;
  background: var(--surface-app);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  margin-top: 0.25rem;
  padding: 0.5rem 0;
}
.search-panel .list-group-item {
  padding-left: 1rem;
}
.search-panel.show {
  display: block;
}
.filter-separator {
  width: 1px;
  height: 1.25rem;
  background: var(--border-moderate);
  flex-shrink: 0;
}
.filter-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-moderate);
  border-radius: 1.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  white-space: nowrap;
  line-height: 1.5;
}
.filter-tag__label {
  color: var(--text-muted);
  font-weight: 500;
}
.filter-tag__value {
  color: var(--text-default);
}
.filter-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.125rem;
  background: none;
  color: var(--text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  font-size: 0.8125rem;
}
.filter-tag__remove:hover {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
}
.filter-clear {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding: 0.375rem 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.5;
  transition: color 0.15s ease;
}
.filter-clear:hover {
  color: #42ade3;
}
.list-group {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.list-group:empty {
  margin-bottom: 0;
}
.list-group a {
  color: var(--text-default);
  text-decoration: none;
}
.list-group a:hover {
  text-decoration: underline;
}
.list-group-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-default);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.list-group-item:last-child {
  border-bottom: none;
}
.list-group-item > :last-child:not(.list-item-content) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.list-group-item--active {
  background-color: var(--surface-floating);
  border-color: #883227;
  color: #883227;
}
.list-group-item--active .list-item-text {
  color: #883227;
  font-weight: 600;
}
.list-group-item--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.list-group-item--action {
  cursor: pointer;
  position: relative;
}
.list-group-item--action a:first-of-type:not(.dropdown-item)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.list-group-item--action .list-item-meta,
.list-group-item--action .above-stretched-link,
.list-group-item--action > .dropdown,
.list-group-item--action > .btn-icon,
.list-group-item--action > .btn-group {
  position: relative;
  z-index: 2;
}
.list-group-item--action:has(.dropdown-menu.show) {
  z-index: 3;
}
.list-group-item--action:hover:not(.list-group-item--disabled) {
  background-color: var(--surface-hover);
  border-color: var(--border-moderate);
}
.list-group-item--action:active:not(.list-group-item--disabled) {
  background-color: #292932;
}
.list-group-item--primary {
  background-color: rgba(66, 173, 227, 0.1);
  border-color: rgba(66, 173, 227, 0.2);
}
.list-group-item--primary .list-item-text {
  color: #42ade3;
}
.list-group-item--primary.list-group-item--action:hover {
  background-color: rgba(66, 173, 227, 0.15);
}
.list-group-item--success {
  background-color: rgba(33, 166, 73, 0.1);
  border-color: rgba(33, 166, 73, 0.2);
}
.list-group-item--success .list-item-text {
  color: #21A649;
}
.list-group-item--success.list-group-item--action:hover {
  background-color: rgba(33, 166, 73, 0.15);
}
.list-group-item--warning {
  background-color: rgba(237, 179, 31, 0.1);
  border-color: rgba(237, 179, 31, 0.2);
}
.list-group-item--warning .list-item-text {
  color: #EDB31F;
}
.list-group-item--warning.list-group-item--action:hover {
  background-color: rgba(237, 179, 31, 0.15);
}
.list-group-item--error {
  background-color: rgba(179, 52, 36, 0.1);
  border-color: rgba(179, 52, 36, 0.2);
}
.list-group-item--error .list-item-text {
  color: #B33424;
}
.list-group-item--error.list-group-item--action:hover {
  background-color: rgba(179, 52, 36, 0.15);
}
.list-group-item--accent {
  background-color: rgba(136, 50, 39, 0.1);
  border-color: rgba(136, 50, 39, 0.2);
}
.list-group-item--accent .list-item-text {
  color: #883227;
}
.list-group-item--accent.list-group-item--action:hover {
  background-color: rgba(136, 50, 39, 0.15);
}
.list-group--flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}
.list-group--flush .list-group-item:first-child {
  border-top: none;
}
.list-group--flush .list-group-item.list-group-item--action {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.list-group--flush .list-group-item.list-group-item--action:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group--flush .list-group-item.list-group-item--action:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group--horizontal {
  display: flex;
  flex-direction: row;
}
.list-group--horizontal .list-group-item {
  border-bottom: none;
  border-right: 1px solid var(--border-subtle);
  padding: 0.625rem 1rem;
}
.list-group--horizontal .list-group-item:first-child {
  padding-left: 0;
}
.list-group--horizontal .list-group-item:last-child {
  border-right: none;
}
.list-group--numbered {
  counter-reset: list-group-counter;
}
.list-group--numbered .list-group-item::before {
  content: counter(list-group-counter) ".";
  counter-increment: list-group-counter;
  margin-right: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  font-family: 'Space Mono', monospace;
}
.list-group--sm .list-group-item {
  padding: 0.375rem 0.5rem;
  gap: 0.5rem;
}
.list-group--sm.list-group--flush .list-group-item:not(.list-group-item--action) {
  padding-left: 0;
  padding-right: 0;
}
.list-group--sm .list-item-icon {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.9375rem;
}
.list-group--sm .list-item-text {
  font-size: 0.875rem;
}
.list-group--sm .list-item-time {
  font-size: 0.8125rem;
}
.list-group--lg .list-group-item {
  padding: 1rem;
  gap: 1rem;
}
.list-group--lg .list-item-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.1875rem;
}
.list-group--lg .list-item-text {
  font-size: 1.0625rem;
}
.list-group--icons-xs .list-item-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.8125rem;
  border-radius: 50%;
}
.list-item-icon[data-dropdown] {
  cursor: pointer;
}
.list-group-item.list-group-item--accent-primary {
  box-shadow: inset 3px 0 0 #42ade3;
}
.list-group-item.list-group-item--accent-success {
  box-shadow: inset 3px 0 0 #21A649;
}
.list-group-item.list-group-item--accent-warning {
  box-shadow: inset 3px 0 0 #EDB31F;
}
.list-group-item.list-group-item--accent-error {
  box-shadow: inset 3px 0 0 #B33424;
}
.list-group-item.list-group-item--accent-info {
  box-shadow: inset 3px 0 0 #883227;
}
.list-group-item.list-group-item--accent-neutral {
  box-shadow: inset 3px 0 0 var(--text-muted);
}
.list-group-item > .drag-handle {
  flex-shrink: 0;
  padding: 0 0.25rem;
  margin-right: -0.5rem;
  opacity: 0.25;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.list-group-item:hover > .drag-handle {
  opacity: 1;
}
.list-group--bordered {
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  background: var(--surface-raised);
}
.collapse > .list-group + .list-group {
  border-top: 1px solid var(--border-moderate);
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.list-group--bordered-link .list-group-item {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 0.75rem;
  margin: 0;
  border-radius: 0;
  border: 1px solid var(--border-moderate);
  border-bottom: 1px solid var(--border-moderate);
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.list-group--bordered-link .list-group-item:not(:last-child) {
  margin-bottom: -1px;
}
.list-group--bordered-link .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.list-group--bordered-link .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.list-group--bordered-link .list-group-item:first-child:last-child {
  border-radius: 0.25rem;
}
.list-group--bordered-link .list-group-item:hover {
  background-color: rgba(66, 173, 227, 0.05);
  border-color: rgba(66, 173, 227, 0.3);
  z-index: 2;
}
.list-group--bordered-link .list-group-item:hover .list-item-arrow {
  color: #42ade3;
}
.list-group--bordered-link .list-group-item:hover .list-item-title,
.list-group--bordered-link .list-group-item:hover .list-item-heading {
  color: #42ade3;
}
.list-group--relaxed .list-item-content {
  gap: 0.25rem;
}
.list-group--avatar .list-group-item {
  gap: 0.75rem;
}
.list-group--avatar .list-item-avatar {
  width: 2.5rem;
  height: 2.5rem;
}
.list-item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  background: var(--surface-floating-hover);
  color: var(--text-default);
  font-size: 0.8125rem;
  font-weight: 600;
  flex-shrink: 0;
}
.list-item-heading {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  margin-bottom: 0.25rem;
  transition: color 0.2s ease;
}
.list-item-title {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  line-height: 1.4;
  transition: color 0.2s ease;
}
.list-item-subtext {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.list-item-description {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.list-group .list-item-description a {
  color: var(--text-muted);
  text-decoration: none;
}
.list-group .list-item-description a:hover {
  color: var(--text-secondary);
  text-decoration: underline;
}
.list-item-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border-subtle);
}
.list-item-footer > :first-child:nth-last-child(2) ~ * {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-group--align-top .list-group-item {
  align-items: flex-start;
}
.list-item-arrow {
  flex-shrink: 0;
  font-size: 1.0625rem;
  color: var(--text-faint);
  transition: color 0.2s ease;
  margin-left: auto;
}
.list-item-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.125rem;
  background: var(--surface-floating-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  flex-shrink: 0;
}
.list-item-icon-primary {
  background: rgba(66, 173, 227, 0.1);
  border: 1px solid rgba(66, 173, 227, 0.2);
  color: #42ade3;
}
.list-item-icon-accent {
  background: rgba(136, 50, 39, 0.1);
  border: 1px solid rgba(136, 50, 39, 0.2);
  color: #883227;
}
.list-item-icon-blue {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #3B82F6;
}
.list-item-icon-cyan {
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  color: #06B6D4;
}
.list-item-icon-yellow {
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.2);
  color: #EAB308;
}
.list-item-icon-orange {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  color: #F97316;
}
.list-item-icon-magenta {
  background: rgba(217, 70, 239, 0.1);
  border: 1px solid rgba(217, 70, 239, 0.2);
  color: #D946EF;
}
.list-item-icon-red {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #EF4444;
}
.list-item-icon-warning {
  background: rgba(237, 179, 31, 0.1);
  border: 1px solid rgba(237, 179, 31, 0.2);
  color: #EDB31F;
}
.list-item-icon-success {
  background: rgba(33, 166, 73, 0.1);
  border: 1px solid rgba(33, 166, 73, 0.2);
  color: #21A649;
}
.list-item-icon-error {
  background: rgba(179, 52, 36, 0.1);
  border: 1px solid rgba(179, 52, 36, 0.2);
  color: #B33424;
}
.list-item-icon-muted {
  background: rgba(232, 232, 240, 0.1);
  border: 1px solid rgba(232, 232, 240, 0.2);
  color: rgba(232, 232, 240, 0.6);
}
.list-item-content {
  flex: 1;
  min-width: 0;
}
.list-item-text {
  font-size: 0.9375rem;
  color: var(--text-default);
  margin-bottom: 0.125rem;
}
.list-item-time {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.list-item-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #21A649;
  flex-shrink: 0;
}
.list-group--users .list-group-item {
  justify-content: space-between;
}
.list-item-user {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
}
.list-item-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #42ade3, #883227);
  flex-shrink: 0;
  overflow: hidden;
}
.list-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-name {
  font-size: 0.9375rem;
  color: var(--text-default);
  font-weight: 500;
}
.list-item-countdown {
  font-family: 'Space Mono', monospace;
  font-size: 0.9375rem;
  font-weight: 600;
  flex-shrink: 0;
}
.list-item-countdown--critical {
  color: #B33424;
}
.list-item-countdown--warning {
  color: #EDB31F;
}
.list-item-countdown--ok {
  color: #21A649;
}
.list-item-status {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--text-muted);
  flex-shrink: 0;
  vertical-align: middle;
}
.list-item-status--online {
  background: #21A649;
}
.list-item-status--busy {
  background: #EDB31F;
}
.list-item-status--offline {
  background: var(--text-faint);
}
.list-group-verification .list-group-item {
  padding: 0.5rem 0;
  gap: 0.625rem;
  border: none;
  background: transparent;
}
.list-group-verification .list-item-icon {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  font-weight: bolder;
}
.list-group-verification .list-item-icon.icon-success {
  color: var(--text-default);
  background: rgba(33, 166, 73, 0.62);
}
.list-group-verification .list-item-icon.icon-warning {
  color: var(--text-default);
  background: rgba(237, 179, 31, 0.62);
}
.list-group-verification .list-item-icon.icon-danger,
.list-group-verification .list-item-icon.icon-error {
  color: var(--text-default);
  background: rgba(179, 52, 36, 0.62);
}
.list-group-verification .list-item-icon.icon-info {
  color: var(--text-default);
  background: rgba(136, 50, 39, 0.62);
}
.list-group-verification .list-item-text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-bottom: 0;
}
.list-group--clean .list-group-item {
  border-bottom: none;
  border-radius: 0.25rem;
}
.list-group-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  border-bottom: 1px solid var(--border-moderate);
  cursor: pointer;
  user-select: none;
}
.list-group-header:first-child {
  margin-top: 0;
}
.list-group-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.8125rem;
  color: var(--text-faint);
  transition: transform 0.15s ease;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.list-group-header__end {
  margin-left: auto;
}
.list-group-header.is-collapsed .list-group-header__toggle {
  transform: rotate(0deg);
}
.list-group-collapsible.is-hidden {
  display: none;
}
.list-group-subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-moderate);
}
.list-group--package {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.list-group--package .list-group-item {
  background: var(--surface-app);
  border: 2px solid var(--border-subtle);
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.list-group--package .list-group-item:hover {
  border-color: rgba(66, 173, 227, 0.2);
}
.list-group--package .list-group-item.list-group-item--active {
  border-color: #42ade3;
}
.list-group--package .list-group-package-check {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #42ade3;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--text-default);
  font-size: 0.9375rem;
}
.list-group--package .list-group-item--active .list-group-package-check {
  display: flex;
}
.list-group--package .list-group-package-icon {
  font-size: 3rem;
  color: #42ade3;
  flex-shrink: 0;
  line-height: 1;
}
.list-group--package .list-group-package-body {
  flex: 1;
  min-width: 0;
}
.list-group--package .list-group-package-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.25rem;
}
.list-group--package .list-group-package-price {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: var(--text-default);
  line-height: 1;
  margin-bottom: 0.25rem;
  transition: color 0.2s ease;
}
.list-group-item--active .list-group--package .list-group-package-price {
  color: #42ade3;
}
.list-group--package .list-group-package-passes {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.list-group--action .list-group-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
}
.list-group--action .list-group--media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.list-group--action .list-group--body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.list-group--action .list-group--title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--text-default);
  letter-spacing: -0.03125rem;
  line-height: 1.2;
}
.list-group--action .list-group--text {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.3;
}
.list-group--action .list-group--bonus {
  color: #EF4444;
  font-weight: 600;
}
.list-group--action .list-group--end {
  flex-shrink: 0;
}
.list-group--sheet {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.list-group--sheet .list-group-item {
  background-color: var(--surface-floating);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-moderate);
  border-radius: 0.125rem;
  margin: 0;
}
.list-group--sheet .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.list-group--sheet .list-group-item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.list-group--sheet .list-group-item + .list-group-item {
  margin-top: 0.25rem;
}
.list-group--sheet.list-group--action .list-group-item:hover,
.list-group--sheet.list-group--action .list-group-item:focus {
  background-color: var(--surface-floating-hover);
}
.list-group--sheet .list-item-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.list-group--sheet .list-item-value {
  font-size: 1.3125rem;
  font-weight: 600;
  color: var(--text-default);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.list-group--sheet .list-item-value i {
  color: #EAB308;
}
.list-group--sheet .list-item-value--success {
  color: #21A649;
}
.list-group--sheet .list-item-value--success i {
  color: #21A649;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.pagination--start {
  justify-content: flex-start;
}
.pagination--end {
  justify-content: flex-end;
}
.pagination-item {
  display: inline-flex;
}
.pagination-link {
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  background: var(--pagination-bg, transparent);
  border: 1px solid var(--pagination-border-color, var(--border-moderate));
  border-radius: 0.25rem;
  color: var(--pagination-color, var(--text-muted));
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}
.pagination-link:hover:not(:disabled):not(.disabled) {
  background: var(--pagination-hover-bg, var(--surface-floating));
  border-color: var(--pagination-hover-border-color, var(--border-emphasis));
  color: var(--pagination-hover-color, var(--text-default));
  text-decoration: none;
}
.pagination-link:focus-visible {
  outline: 2px solid #883227;
  outline-offset: 2px;
  z-index: 1;
}
.pagination-link:active:not(:disabled):not(.disabled) {
  background: var(--surface-floating-hover);
  transform: scale(0.97);
}
.pagination-link i {
  font-size: 0.8125rem;
}
.pagination-link--active,
.pagination-item--active .pagination-link {
  color: var(--pagination-active-color-primary, #42ade3);
  background: var(--pagination-active-bg-primary, rgba(66, 173, 227, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(66, 173, 227, 0.3));
  pointer-events: none;
}
.pagination-link--active:hover,
.pagination-item--active .pagination-link:hover {
  background: var(--pagination-active-bg-primary, rgba(66, 173, 227, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(66, 173, 227, 0.3));
}
.pagination-link:disabled,
.pagination-link.disabled,
.pagination-item--disabled .pagination-link {
  color: var(--pagination-disabled-color, var(--text-faint));
  background: var(--pagination-disabled-bg, transparent);
  border-color: var(--pagination-disabled-border-color, var(--border-subtle));
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination-ellipsis {
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  color: var(--pagination-ellipsis-color, var(--text-muted));
  font-size: 0.875rem;
  pointer-events: none;
  user-select: none;
}
.pagination-page-info {
  min-width: auto;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 1rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  user-select: none;
}
.pagination-page-info strong {
  color: var(--text-default);
  font-weight: 700;
}
.pagination--sm {
  gap: 0.25rem;
}
.pagination--sm .pagination-link {
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
}
.pagination--sm .pagination-ellipsis {
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.25rem;
  font-size: 0.8125rem;
}
.pagination--sm .pagination-page-info {
  height: 1.75rem;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
}
.pagination--lg {
  gap: 0.5rem;
}
.pagination--lg .pagination-link {
  min-width: 3.125rem;
  height: 3.125rem;
  padding: 0 1rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
}
.pagination--lg .pagination-ellipsis {
  min-width: 3.125rem;
  height: 3.125rem;
  padding: 0 0.5rem;
  font-size: 0.9375rem;
}
.pagination--lg .pagination-page-info {
  height: 3.125rem;
  padding: 0 1rem;
  font-size: 0.9375rem;
}
.pagination--rounded .pagination-link {
  border-radius: 50%;
}
.pagination--borderless .pagination-link {
  border: none;
}
.pagination--borderless .pagination-link:hover:not(:disabled):not(.disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.pagination--borderless .pagination-link--active,
.pagination--borderless .pagination-item--active .pagination-link {
  background: rgba(66, 173, 227, 0.12);
  border: none;
}
.pagination--primary .pagination-link--active,
.pagination--primary .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-primary, #42ade3);
  background: var(--pagination-active-bg-primary, rgba(66, 173, 227, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(66, 173, 227, 0.3));
}
.pagination--accent .pagination-link--active,
.pagination--accent .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-secondary, #B33424);
  background: var(--pagination-active-bg-secondary, rgba(136, 50, 39, 0.1));
  border-color: var(--pagination-active-border-secondary, rgba(136, 50, 39, 0.3));
}
.pagination--compact .pagination-link {
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
}
.pagination--compact .pagination-item:not(.pagination-item--prev):not(.pagination-item--next) {
  display: none;
}
.pagination--compact .pagination-item--prev,
.pagination--compact .pagination-item--next {
  display: inline-flex;
}
@media (max-width: 767px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination-item:not(.pagination-item--prev):not(.pagination-item--next),
  .pagination-ellipsis {
    display: none;
  }
  .pagination-page-info {
    display: inline-flex;
  }
  .pagination-link {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.625rem;
    font-size: 0.8125rem;
  }
  .pagination-ellipsis {
    min-width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .pagination-page-info {
    display: none;
  }
}
.divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #757575;
}
.divider::before {
  margin-right: 1rem;
}
.divider::after {
  margin-left: 1rem;
}
.divider__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}
.breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--text-default);
}
.breadcrumb > span:last-child {
  color: var(--text-default);
}
.breadcrumb__sep {
  font-size: 0.8125rem;
  opacity: 0.5;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.show .modal__dialog {
  transform: scale(1);
}
.modal__dialog {
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.375rem;
  width: 100%;
  max-width: 30rem;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
  flex-shrink: 0;
  gap: 0.5rem;
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
}
.modal__header h3,
.modal__header h4,
.modal__header h5,
.modal__header h6 {
  margin-bottom: 0;
}
.modal__header .form-control--transparent {
  font-size: 1.75rem;
  font-weight: 600;
}
.modal__close {
  width: 2rem;
  height: 2rem;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--text-muted);
  transition: all 0.15s ease;
}
.modal__close:hover {
  background: var(--surface-floating-hover);
  color: var(--text-default);
}
.modal__body {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.modal__body::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.modal__body::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.38);
}
.modal__body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.modal__body dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: baseline;
  margin: 0 0 1rem;
}
.modal__body dl:last-child {
  margin-bottom: 0;
}
.modal__body dt {
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.modal__body dd {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  margin: 0;
  text-align: right;
}
.modal__body dd .form-control--transparent {
  text-align: right;
}
.modal__body dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.modal__body dl.data-list--left {
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
}
.modal__body dl.data-list--left dd {
  justify-content: flex-start;
  text-align: left;
}
.modal__body dl.data-list--left dd .form-control--transparent {
  text-align: left;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid var(--border-moderate);
}
.modal--sm .modal__dialog {
  max-width: 22.5rem;
}
.modal--lg .modal__dialog {
  max-width: 40rem;
}
.backdrop {
  position: fixed;
  inset: 0;
  background: var(--backdrop-overlay);
  z-index: 1099;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.show {
  opacity: 0.5;
  visibility: visible;
}
.backdrop--faded {
  background: var(--backdrop-overlay);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.sheet__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
  flex-shrink: 0;
  gap: 0.5rem;
}
.overlay-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.overlay-toolbar__btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
  cursor: pointer;
  transition: all 0.15s ease;
  background: transparent;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
.overlay-toolbar__btn:hover:not(:disabled) {
  background: var(--surface-floating-hover);
  color: var(--text-default);
}
.overlay-toolbar__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sheet {
  position: fixed;
  z-index: 1100;
  background: var(--surface-floating);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.sheet.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .sheet {
    top: 0;
    right: 0;
    bottom: 0;
    width: 30rem;
    max-width: 100%;
    border-left: 1px solid var(--border-moderate);
    transform: translateX(100%);
  }
  .sheet.show {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .sheet {
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 80vh;
    border-radius: 0.375rem 0.375rem 0 0;
    border-top: 1px solid var(--border-moderate);
    transform: translateY(100%);
  }
  .sheet.show {
    transform: translateY(0);
  }
}
.sheet__handle {
  display: none;
}
@media (max-width: 767px) {
  .sheet__handle {
    display: block;
    width: 2.25rem;
    height: 0.25rem;
    background: var(--border-emphasis);
    border-radius: 0.125rem;
    margin: 0.5rem auto;
    flex-shrink: 0;
  }
}
.sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
  flex-shrink: 0;
}
.sheet__header h3,
.sheet__header h4 {
  margin-bottom: 0;
}
.sheet__header .form-control--transparent {
  font-size: 1.3125rem;
  font-weight: 600;
}
.sheet__btn {
  width: 2rem;
  height: 2rem;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--text-muted);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.sheet__btn:hover {
  background: var(--surface-floating-hover);
  color: var(--text-default);
}
.sheet__close {
  width: 2rem;
  height: 2rem;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: var(--text-muted);
  transition: all 0.15s ease;
}
.sheet__close:hover {
  background: var(--surface-floating-hover);
  color: var(--text-default);
}
.sheet__body {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.sheet__body::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.sheet__body::-webkit-scrollbar-track {
  background: transparent;
}
.sheet__body::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.38);
}
.sheet__body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.sheet__body dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: baseline;
  margin: 0 0 1rem;
}
.sheet__body dl:last-child {
  margin-bottom: 0;
}
.sheet__body dt {
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.sheet__body dd {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--text-default);
  margin: 0;
  text-align: right;
}
.sheet__body dl.data-list--left {
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
}
.sheet__body dl.data-list--left dd {
  justify-content: flex-start;
  text-align: left;
}
.sheet__body--compact {
  padding: 0.75rem 1rem;
}
.sheet__drag-overlay {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 10;
  pointer-events: none;
}
.sheet__drag-overlay::before {
  content: "Drop files to attach";
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0.75rem 1.5rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  color: #42ade3;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}
.sheet__drag-overlay::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  height: 100vh;
  border: 2px dashed #42ade3;
  background: rgba(66, 173, 227, 0.08);
  border-radius: 0.25rem;
}
.sheet__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid var(--border-moderate);
  flex-shrink: 0;
}
.sheet__footer--stacked {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .sheet__footer {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
}
.sheet__collaborators {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.sheet__collaborators .avatar {
  cursor: default;
}
@media (max-width: 767px) {
  .sheet--sm {
    max-height: 40vh;
  }
}
@media (max-width: 767px) {
  .sheet--lg {
    max-height: 90vh;
  }
}
@media (max-width: 767px) {
  .sheet--full {
    top: 0;
    max-height: none;
    border-radius: 0;
  }
  .sheet--full .sheet__handle {
    display: none;
  }
}
.search-sheet {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.search-sheet__input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
}
.search-sheet__input i {
  color: var(--text-muted);
  flex-shrink: 0;
}
.search-sheet__input input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-default);
  font-size: 0.9375rem;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  padding: 0;
}
.search-sheet__input input::placeholder {
  color: var(--text-muted);
}
@media (max-width: 767px) {
  .dropdown-sheet.show {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    max-height: 80vh;
    z-index: 1100 !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden !important;
    border-radius: 1.5rem 1.5rem 0 0 !important;
    border: none !important;
    border-top: 1px solid var(--border-moderate) !important;
    margin: 0 !important;
    translate: 0 0;
    animation: dropdown-sheet-in 0.28s cubic-bezier(0.32, 0.72, 0, 1) forwards;
  }
  .dropdown-sheet.show::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 2.25rem;
    height: 0.25rem;
    background: var(--border-emphasis);
    border-radius: 0.125rem;
    margin: 0.5rem auto;
  }
}
.dropdown-sheet__header {
  flex-shrink: 0;
}
.dropdown-sheet__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.dropdown-sheet__body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-sheet__footer {
  flex-shrink: 0;
}
@keyframes dropdown-sheet-in {
  from {
    translate: 0 100%;
  }
  to {
    translate: 0 0;
  }
}
.spotlight-backdrop {
  z-index: 1199;
}
.modal--spotlight {
  z-index: 1200;
  align-items: flex-start;
  padding-top: 18vh;
}
.modal--spotlight .modal__dialog {
  max-width: 40rem;
  overflow: hidden;
}
.spotlight__search-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-moderate);
}
.spotlight__search-bar kbd {
  display: inline-block;
  min-width: 1.5rem;
  text-align: center;
  border: 1px solid var(--border-moderate);
  flex-shrink: 0;
}
.spotlight__icon {
  color: var(--text-subtle);
  font-size: 1.1875rem;
  flex-shrink: 0;
}
.spotlight__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 1.1875rem;
  color: var(--text-default);
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  padding: 0;
}
.spotlight__input::placeholder {
  color: var(--text-subtle);
}
.spotlight__results {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0.5rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.spotlight__results::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.spotlight__results::-webkit-scrollbar-track {
  background: transparent;
}
.spotlight__results::-webkit-scrollbar-thumb {
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.38);
}
.spotlight__results::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.spotlight__results:empty {
  display: none;
}
.overlay-section-title {
  margin: 1rem 0 0.5rem;
  color: var(--text-muted);
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.overlay-section-title:first-child {
  margin-top: 0;
}
@keyframes toastFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.toast-container {
  position: fixed;
  z-index: 1150;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
  max-width: calc(100vw - 2rem);
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .toast-container {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    transform: none;
    max-width: none;
  }
}
.toast-container--top-center {
  top: 1.5rem;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.toast-container--top-right {
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
  transform: none;
}
.toast-container--top-left {
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
  transform: none;
}
.toast-container--bottom-right {
  bottom: 1.5rem;
  top: auto;
  left: auto;
  right: 1.5rem;
  transform: none;
}
.toast-container--bottom-left {
  bottom: 1.5rem;
  top: auto;
  left: 1.5rem;
  right: auto;
  transform: none;
}
.toast {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  pointer-events: auto;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  animation: slideInUp 0.3s ease;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  color: var(--text-default);
}
.toast i,
.toast .icon {
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .toast {
    white-space: normal;
    width: 100%;
  }
}
.toast--leaving {
  animation: toastFadeOut 0.3s ease forwards;
}
.toast--success {
  background: rgba(33, 166, 73, 0.85);
  border-color: rgba(33, 166, 73, 0.2);
  color: #FFFFFF;
}
.toast--error {
  background: rgba(179, 52, 36, 0.85);
  border-color: rgba(179, 52, 36, 0.2);
  color: #FFFFFF;
}
.toast--warning {
  background: rgba(237, 179, 31, 0.85);
  border-color: rgba(237, 179, 31, 0.2);
  color: #FFFFFF;
}
.toast--info {
  background: rgba(136, 50, 39, 0.85);
  border-color: rgba(136, 50, 39, 0.2);
  color: #FFFFFF;
}
.toast--info i,
.toast--info .icon {
  color: #FFFFFF;
}
.toast--dark {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
}
.toast--dark i,
.toast--dark .icon {
  color: rgba(255, 255, 255, 0.7);
}
.tooltip-hover {
  position: relative;
}
.tooltip-hover::after {
  content: attr(title);
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10000;
  background: rgba(15, 23, 42, 0.92);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5rem;
}
.tooltip-hover:hover::after {
  opacity: 1;
}
.tooltip-hover--top::after {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.tooltip-hover--bottom::after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-top: 0.5rem;
}
.tooltip-hover--left::after {
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  margin-right: 0.5rem;
}
.tooltip-hover--top-end::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 100%;
  transform: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.tooltip-hover--top-start::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 100%;
  transform: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid rgba(66, 173, 227, 0.25);
  border-top-color: #42ade3;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.spinner--sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}
.spinner--lg {
  width: 2rem;
  height: 2rem;
}
.spinner--muted {
  border-color: rgba(232, 232, 240, 0.25);
  border-top-color: rgba(232, 232, 240, 0.6);
}
.btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  opacity: 0.75;
}
.btn--loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.btn--loading.btn-ghost::after {
  border-color: rgba(232, 232, 240, 0.25);
  border-top-color: rgba(232, 232, 240, 0.6);
}
.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skeleton {
  display: block;
  height: 0.875rem;
  width: 100%;
  background: linear-gradient(90deg, var(--surface-floating) 25%, rgba(255, 255, 255, 0.05) 50%, var(--surface-floating) 75%);
  background-size: 400% 100%;
  animation: shimmer 2s ease-in-out infinite;
  border-radius: 0.125rem;
  margin-bottom: 0.75rem;
}
.skeleton--heading {
  height: 1.5rem;
  width: 60%;
}
.skeleton--text {
  height: 0.875rem;
  width: 100%;
}
.skeleton--short {
  width: 40%;
}
.skeleton--circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.htmx-request .htmx-indicator,
.htmx-indicator.htmx-request {
  opacity: 1;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  gap: 0.75rem;
}
.empty-state i {
  font-size: 2rem;
  color: var(--text-faint);
}
.empty-state span {
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
}
.empty-state--lg {
  padding: 3rem 1.5rem;
  gap: 1rem;
}
.empty-state--lg i {
  font-size: 3rem;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp.clamp--expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.clamp-2 {
  -webkit-line-clamp: 2;
}
.clamp-4 {
  -webkit-line-clamp: 4;
}
.clamp-5 {
  -webkit-line-clamp: 5;
}
.collapse {
  display: none;
}
.collapse.collapse--open {
  display: block;
}
.collapse-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 0.5rem;
  padding: 0;
  transition: color 0.15s ease;
  text-decoration: none;
}
.collapse-toggle:hover {
  color: #42ade3;
}
.collapse-toggle i {
  font-size: 0.625rem;
  transition: transform 0.2s ease;
}
.collapse-toggle.collapse-toggle--open i {
  transform: rotate(180deg);
}
.collapse-toggle.collapse-toggle--primary {
  color: #42ade3;
}
.collapse-toggle.collapse-toggle--primary:hover {
  color: #2f9ace;
}
.collapse-toggle.collapse-toggle--accent {
  color: #883227;
}
.collapse-toggle.collapse-toggle--accent:hover {
  color: #B33424;
}
.collapse-toggle.collapse-toggle--light {
  color: var(--text-secondary);
}
.collapse-toggle.collapse-toggle--light:hover {
  color: var(--text-default);
}
.clamp-toggle {
  display: inline-block;
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 0.125rem;
  padding: 0;
  transition: color 0.15s ease;
  text-decoration: none;
}
.clamp-toggle:hover {
  color: #42ade3;
}
.clamp-toggle--primary {
  color: #42ade3;
}
.clamp-toggle--primary:hover {
  color: #2f9ace;
}
.clamp-toggle--accent {
  color: #883227;
}
.clamp-toggle--accent:hover {
  color: #B33424;
}
.clamp-toggle--light {
  color: var(--text-secondary);
}
.clamp-toggle--light:hover {
  color: var(--text-default);
}
[data-clamp-hidden] {
  display: none !important;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-fill {
  display: block;
  width: 100%;
  height: 100%;
}
.img-cover {
  object-fit: cover;
  object-position: center;
}
.img-contain {
  object-fit: contain;
  object-position: center;
}
.img-rounded {
  border-radius: 0.25rem !important;
}
.img-circle {
  border-radius: 50% !important;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-left {
  float: left;
  margin-right: 1rem;
}
.img-right {
  float: right;
  margin-left: 1rem;
}
.img-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0.25rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
}
.prose {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-secondary);
}
.prose h1 {
  font-size: 1.1875rem;
  font-weight: 600;
  color: var(--text-default);
  margin: 1rem 0 0.5rem;
}
.prose h2 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin: 1rem 0 0.5rem;
}
.prose h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-default);
  margin: 0.75rem 0 0.5rem;
}
.prose h4,
.prose h5,
.prose h6 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-default);
  margin: 0.75rem 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose p {
  margin: 0 0 0.5rem;
}
.prose ul,
.prose ol {
  list-style: none;
  margin: 0 0 0.5rem;
  padding-left: 1rem;
}
.prose li {
  margin-bottom: 0.25rem;
}
.prose li::before {
  content: "-";
  color: var(--text-muted);
  margin-right: 0.5rem;
  margin-left: -1rem;
  display: inline-block;
  width: 0.5rem;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 0.5rem 0 0.75rem;
}
.prose th {
  text-align: left;
  font-weight: 600;
  color: var(--text-default);
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid var(--border-moderate);
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.prose td {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid var(--border-subtle);
  vertical-align: top;
}
.prose tr:last-child td {
  border-bottom: none;
}
.prose code {
  font-family: 'Space Mono', monospace;
  font-size: 0.8125rem;
  background: var(--surface-floating);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
  color: var(--text-default);
}
.prose pre {
  background: var(--surface-floating);
  padding: 0.75rem;
  border-radius: 0.125rem;
  overflow-x: auto;
  margin: 0.5rem 0 0.75rem;
}
.prose pre code {
  background: none;
  padding: 0;
}
.prose blockquote {
  border-left: 3px solid var(--border-moderate);
  padding-left: 0.75rem;
  margin: 0.5rem 0;
  color: var(--text-muted);
  font-style: italic;
}
.prose hr {
  border: none;
  border-top: 1px solid var(--border-moderate);
  margin: 0.75rem 0;
}
.prose a {
  color: #42ade3;
}
.prose a:hover {
  text-decoration: underline;
}
.prose strong {
  color: var(--text-default);
  font-weight: 600;
}
.file-uploader {
  width: 100%;
  margin-bottom: 1rem;
}
.file-uploader-dropzone {
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  padding: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-uploader-dropzone:hover {
  border-color: rgba(66, 173, 227, 0.5);
  background: rgba(66, 173, 227, 0.05);
}
.file-uploader-dropzone-active {
  border-color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
  border-style: solid;
}
.file-uploader-dropzone-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.file-uploader-icon {
  font-size: 3rem;
  color: var(--text-muted);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.file-uploader-dropzone:hover .file-uploader-icon {
  color: #42ade3;
}
.file-uploader-dropzone-active .file-uploader-icon {
  color: #42ade3;
}
.file-uploader-text {
  font-size: 0.9375rem;
  color: var(--text-default);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.file-uploader-hint {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.file-uploader-browse {
  display: inline-block;
  color: #42ade3;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.file-uploader-browse:hover {
  color: #6ec0ea;
}
.file-uploader-input {
  display: none;
}
.file-uploader-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.file-uploader-item {
  background: var(--surface-floating);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.2s ease;
}
.file-uploader-item:hover {
  border-color: rgba(66, 173, 227, 0.3);
}
.file-uploader-item-complete {
  border-color: rgba(33, 166, 73, 0.3);
}
.file-uploader-item-complete:hover {
  border-color: rgba(33, 166, 73, 0.5);
}
.file-uploader-item-error {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.05);
}
.file-uploader-item-error:hover {
  border-color: rgba(239, 68, 68, 0.5);
}
.file-uploader-file-icon {
  font-size: 1.3125rem;
  color: var(--text-muted);
  flex-shrink: 0;
}
.file-uploader-item-complete .file-uploader-file-icon {
  color: #21A649;
}
.file-uploader-item-error .file-uploader-file-icon {
  color: #EF4444;
}
.file-uploader-info {
  flex: 1;
  min-width: 0;
}
.file-uploader-name {
  font-size: 0.9375rem;
  color: var(--text-default);
  font-weight: 500;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-uploader-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.file-uploader-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.file-uploader-status-uploading {
  color: #42ade3;
}
.file-uploader-status-complete {
  color: #21A649;
}
.file-uploader-status-error {
  color: #EF4444;
}
.file-uploader-progress {
  width: 100%;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  overflow: hidden;
  margin-top: 0.5rem;
}
.file-uploader-progress-bar {
  height: 100%;
  background: #42ade3;
  border-radius: 0.125rem;
  transition: width 0.3s ease;
}
.file-uploader-item-complete .file-uploader-progress-bar {
  background: #21A649;
}
.file-uploader-item-error .file-uploader-progress-bar {
  background: #EF4444;
}
.file-uploader-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.file-uploader-action {
  width: 2rem;
  height: 2rem;
  border-radius: 0.125rem;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.file-uploader-action:hover {
  background: rgba(46, 46, 56, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--text-default);
}
.file-uploader-action-remove:hover {
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.1);
  color: #EF4444;
}
.file-uploader-compact .file-uploader-dropzone {
  padding: 0.75rem 1.5rem;
}
.file-uploader-compact .file-uploader-icon {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.file-uploader-compact .file-uploader-hint,
.file-uploader-compact .file-uploader-text {
  margin-bottom: 0;
}
.file-uploader-compact .file-uploader-list {
  margin-top: 1rem;
}
.file-uploader-compact .file-uploader-item {
  padding: 0.75rem;
}
.file-attachment {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  max-width: 100%;
}
.file-attachment__name {
  color: var(--text-default);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.file-attachment__size {
  white-space: nowrap;
  flex-shrink: 0;
}
.file-attachment__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.125rem;
  background: none;
  color: var(--text-muted);
  font-size: 0.8125rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.file-attachment__remove:hover {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
}
.file-attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .file-uploader-dropzone {
    padding: 1.5rem;
  }
  .file-uploader-icon {
    font-size: 2.625rem;
  }
  .file-uploader-item {
    padding: 0.75rem;
  }
  .file-uploader-name {
    font-size: 0.9375rem;
  }
  .file-uploader-meta {
    font-size: 0.8125rem;
  }
}
.tag-input {
  position: relative;
  display: inline-block;
}
.tag-input__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.tag-input__tags .chip.chip-sm {
  padding: 0.25rem 0.75rem;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-moderate);
  gap: 0.375rem;
  color: var(--text-secondary);
}
.tag-input__tags .chip.chip-sm:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--border-emphasis);
}
.tag-input__tags .chip-label {
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: none;
  color: var(--text-default);
  font-weight: 500;
}
.tag-input__tags .btn-dismiss {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  margin-right: -0.25rem;
  transform: none;
}
.tag-input__tags .btn-dismiss i {
  font-size: 0.8125rem;
}
.tag-input__tags [data-tag-input-trigger] {
  padding: 0.25rem 0.625rem;
  color: var(--text-muted);
}
.tag-input__tags [data-tag-input-trigger]:hover {
  color: var(--text-default);
}
.tag-input__tags [data-tag-input-trigger] .chip-icon {
  font-size: 0.875rem;
  line-height: 1.5;
}
.tag-input__menu {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 100%;
  min-width: 12.5rem;
  margin-top: 0.25rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  background-color: var(--surface-floating);
  border: 1px solid #424242;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.3);
  max-height: 17.5rem;
  overflow-y: auto;
}
.tag-input__menu.show {
  display: block;
}
.tag-input__search {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #424242;
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--surface-floating);
}
.tag-input__list {
  max-height: 12.5rem;
  overflow-y: auto;
}
.tag-input__empty {
  display: none;
  padding: 0.75rem 1rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  text-align: center;
}
.tag-input__empty.show {
  display: block;
}
.tag-input__create {
  color: var(--text-muted);
  font-size: 0.875rem;
}
.tag-input__create i {
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.tag-input__create:hover {
  color: #42ade3;
}
.tag-input__create:hover i {
  color: #42ade3;
}
.tag-input__create-divider {
  display: none;
}
[data-time-picker] {
  position: relative;
}
.time-picker__menu {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0.25rem;
  max-height: 12.5rem;
  overflow-y: auto;
  background: var(--surface-floating);
  border: 1px solid var(--border-moderate);
  border-radius: 0.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0;
}
.time-picker__menu.show {
  display: block;
}
.time-picker__option {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--text-default);
  cursor: pointer;
  font-size: 0.875rem;
  white-space: nowrap;
}
.time-picker__option:hover,
.time-picker__option.active {
  background: var(--surface-hover);
}
.time-picker__option.selected {
  color: #42ade3;
  background: rgba(66, 173, 227, 0.1);
}
.calendar {
  background: var(--surface-raised);
  border: 1px solid var(--border-moderate);
  border-radius: 0.375rem;
  overflow: hidden;
}
.calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-moderate);
}
.calendar__nav-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
}
.calendar__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.calendar__nav-btn:hover {
  background: var(--surface-floating);
  border-color: var(--border-moderate);
  color: var(--text-default);
}
.calendar__nav-group {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.calendar__view-toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.calendar__source-filters {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
}
.calendar__view-toggle .chip.chip-muted,
.calendar__source-filters .chip.chip-muted {
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem;
}
.calendar__source-dot--event::before,
.calendar__source-dot--task::before,
.calendar__source-dot--waiting::before,
.calendar__source-dot--google::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.calendar__source-dot--event::before {
  background: #42ade3;
}
.calendar__source-dot--task::before {
  background: #EDB31F;
}
.calendar__source-dot--waiting::before {
  background: #883227;
}
.calendar__source-dot--google::before {
  background: #06B6D4;
}
.calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid var(--border-moderate);
}
.calendar__weekday {
  padding: 0.5rem 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar__day {
  min-height: 5rem;
  padding: 0.25rem;
  border-right: 1px solid var(--border-moderate);
  border-bottom: 1px solid var(--border-moderate);
  transition: background 0.15s ease;
  cursor: pointer;
  min-width: 0;
}
.calendar__day:nth-child(7n) {
  border-right: none;
}
.calendar__day:hover {
  background: var(--surface-floating-hover);
}
.calendar__day--today {
  background: rgba(66, 173, 227, 0.08);
}
.calendar__day--today .calendar__day-number {
  background: #42ade3;
  color: #FFFFFF;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calendar__day--today:hover {
  background: rgba(66, 173, 227, 0.12);
}
.calendar__day--selected {
  background: rgba(136, 50, 39, 0.1);
  box-shadow: inset 0 0 0 1px #883227;
}
.calendar__day--selected:hover {
  background: rgba(136, 50, 39, 0.15);
}
.calendar__day--other-month .calendar__day-number {
  color: var(--text-faint);
}
.calendar__day--other-month .calendar-event {
  opacity: 0.4;
}
.calendar__day--other-month:hover {
  background: rgba(255, 255, 255, 0.02);
}
.calendar__day--weekend {
  background: rgba(255, 255, 255, 0.01);
}
.calendar__day-number {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.125rem 0.25rem;
  margin-bottom: 0.125rem;
}
.calendar__day-events {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.calendar__allday-label {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  color: var(--text-faint);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: 'Space Mono', monospace;
  border-bottom: 1px solid var(--border-moderate);
}
.calendar__allday-cell {
  padding: 0.125rem;
  border-right: 1px solid var(--border-moderate);
  border-bottom: 1px solid var(--border-moderate);
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  overflow: hidden;
}
.calendar__allday-cell:last-child {
  border-right: none;
}
.calendar--week .calendar__timeline,
.calendar--day-view .calendar__timeline {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
}
.calendar--week .calendar__timeline {
  grid-template-columns: 3.5rem repeat(7, 1fr);
}
.calendar__time-gutter {
  border-right: 1px solid var(--border-moderate);
  overflow: hidden;
  padding-top: 0.3em;
}
.calendar__time-gutter--header {
  border-bottom: 1px solid var(--border-moderate);
}
.calendar__time-label {
  height: 3rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: 'Space Mono', monospace;
  font-size: 0.8125rem;
  color: var(--text-faint);
  transform: translateY(-6px);
}
.calendar__time-slot {
  height: 3rem;
  border-bottom: 1px solid var(--border-moderate);
  position: relative;
}
.calendar__time-slot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.04);
}
.calendar__col {
  border-right: 1px solid var(--border-moderate);
  position: relative;
}
.calendar__col:last-child {
  border-right: none;
}
.calendar__col-header {
  padding: 0.5rem 0.25rem;
  text-align: center;
  border-bottom: 1px solid var(--border-moderate);
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
}
.calendar__col-header span {
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
  margin-top: 0.125rem;
}
.calendar__col-header--today span {
  background: #42ade3;
  color: #FFFFFF;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.125rem auto 0;
}
.calendar__now-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #42ade3;
  z-index: 2;
  pointer-events: none;
}
.calendar__now-indicator::before {
  content: '';
  position: absolute;
  left: -0.25rem;
  top: -0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #42ade3;
  border-radius: 50%;
}
.calendar-event {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  cursor: pointer;
  transition: filter 0.15s ease;
  overflow: hidden;
}
.calendar-event:hover {
  filter: brightness(1.2);
}
.calendar-event--default {
  background: rgba(66, 173, 227, 0.15);
  color: #42ade3;
  border-left: 2px solid #42ade3;
}
.calendar-event--accent {
  background: rgba(136, 50, 39, 0.15);
  color: #B33424;
  border-left: 2px solid #883227;
}
.calendar-event--cyan {
  background: rgba(6, 182, 212, 0.15);
  color: #06B6D4;
  border-left: 2px solid #06B6D4;
}
.calendar-event--cyan-dark {
  background: rgba(5, 139, 162, 0.15);
  color: #058ba2;
  border-left: 2px solid #058ba2;
}
.calendar-event--success {
  background: rgba(33, 166, 73, 0.15);
  color: #21A649;
  border-left: 2px solid #21A649;
}
.calendar-event--warning {
  background: rgba(237, 179, 31, 0.15);
  color: #EDB31F;
  border-left: 2px solid #EDB31F;
}
.calendar-event--error {
  background: rgba(179, 52, 36, 0.15);
  color: #B33424;
  border-left: 2px solid #B33424;
}
.calendar-event--past {
  opacity: 0.5;
}
.calendar-event--live::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}
.calendar-event__time {
  font-family: 'Space Mono', monospace;
  font-size: 0.625rem;
  opacity: 0.8;
  white-space: nowrap;
}
.calendar-event__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 1;
  min-width: 0;
}
.calendar-event__dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #42ade3;
  margin-right: 0.1875rem;
}
.calendar-event__dot--accent {
  background: #883227;
}
.calendar-event__dot--cyan {
  background: #06B6D4;
}
.calendar-event__dot--cyan-dark {
  background: #058ba2;
}
.calendar-event__dot--success {
  background: #21A649;
}
.calendar-event__dot--warning {
  background: #EDB31F;
}
.calendar-event__dot--error {
  background: #B33424;
}
.calendar-event--more {
  opacity: 0.6;
  font-size: 0.625rem;
}
.calendar-event--block {
  position: absolute;
  left: 0.125rem;
  right: 0.125rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.25rem 0.375rem;
  border-radius: 0.125rem;
  overflow: hidden;
  z-index: 1;
}
.calendar--mini {
  max-width: 16.25rem;
}
.calendar--mini .calendar__nav {
  padding: 0.5rem 0.75rem;
}
.calendar--mini .calendar__nav-title {
  font-size: 0.875rem;
}
.calendar--mini .calendar__nav-btn {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8125rem;
}
.calendar--mini .calendar__weekday {
  padding: 0.25rem 0.125rem;
  font-size: 0.625rem;
}
.calendar--mini .calendar__day {
  min-height: 2rem;
  padding: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar--mini .calendar__day-number {
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.calendar--mini .calendar__day--today .calendar__day-number {
  width: 1.5rem;
  height: 1.5rem;
}
.calendar--mini .calendar__day--selected .calendar__day-number {
  background: rgba(136, 50, 39, 0.2);
  color: #B33424;
}
.calendar--mini .calendar__day-events {
  display: none;
}
.calendar--mini .calendar__day--has-events .calendar__day-number {
  position: relative;
}
.calendar--mini .calendar__day--has-events .calendar__day-number::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #42ade3;
  border-radius: 50%;
}
.calendar--agenda .calendar__agenda-group + .calendar__agenda-group {
  border-top: 1px solid var(--border-moderate);
}
.calendar__agenda-group {
  padding: 1rem;
}
.calendar__agenda-date {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.75rem;
}
.calendar__agenda-date span {
  color: var(--text-faint);
  font-weight: 400;
  margin-left: 0.5rem;
}
.calendar__agenda-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.calendar__agenda-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  transition: background 0.15s ease;
  cursor: pointer;
}
.calendar__agenda-item:hover {
  background: var(--surface-floating-hover);
}
.calendar__agenda-time {
  font-family: 'Space Mono', monospace;
  font-size: 0.8125rem;
  color: var(--text-muted);
  white-space: nowrap;
  min-width: 3.25rem;
}
.calendar__agenda-indicator {
  width: 0.1875rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background: #42ade3;
  flex-shrink: 0;
}
.calendar__agenda-indicator--accent {
  background: #883227;
}
.calendar__agenda-indicator--cyan {
  background: #06B6D4;
}
.calendar__agenda-indicator--cyan-dark {
  background: #058ba2;
}
.calendar__agenda-indicator--success {
  background: #21A649;
}
.calendar__agenda-indicator--warning {
  background: #EDB31F;
}
.calendar__agenda-indicator--error {
  background: #B33424;
}
.calendar__agenda-content {
  flex: 1;
  min-width: 0;
}
.calendar__agenda-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-default);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.calendar__agenda-meta {
  font-size: 0.8125rem;
  color: var(--text-faint);
}
.calendar__empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
}
.calendar__empty i {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
  color: var(--text-faint);
}
@media (max-width: 991px) {
  .calendar--week .calendar__timeline {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .calendar__nav {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .calendar__nav-title {
    width: 100%;
    order: -1;
    text-align: center;
    font-size: 0.9375rem;
  }
  .calendar__day {
    min-height: 3rem;
    padding: 0.125rem;
  }
  .calendar__day-number {
    font-size: 0.8125rem;
  }
  .calendar__day-events .calendar-event {
    padding: 0;
    border: none;
    background: none;
  }
  .calendar__day-events .calendar-event .calendar-event__time,
  .calendar__day-events .calendar-event .calendar-event__title {
    display: none;
  }
  .calendar__day-events .calendar-event .calendar-event__dot {
    display: block;
  }
  .calendar--week {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .calendar--week .calendar__timeline {
    grid-template-columns: 2.5rem repeat(7, 1fr);
    min-width: 38rem;
  }
  .calendar__time-label {
    font-size: 0.625rem;
    padding: 0 0.25rem;
  }
  .calendar__agenda-group {
    padding: 0.75rem;
  }
  .calendar__agenda-item {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  html:has(.mobile-nav),
  html:has(.mobile-nav) body {
    height: 100%;
    overflow: hidden;
  }
  html:has(.mobile-nav) .main-content {
    height: calc(100% - 56px);
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--surface-app);
  border-top: 1px solid var(--border-moderate);
  padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom));
  z-index: 1050;
}
.mobile-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.25rem 0.75rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 500;
  min-width: 2.75rem;
  min-height: 2.75rem;
  transition: color 0.15s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
}
.mobile-nav__item i {
  font-size: 1.1875rem;
}
.mobile-nav__item--active {
  color: #42ade3;
}
.sidenav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 15rem;
  background: var(--body-bg-color, rgba(32, 32, 38, 0.98));
  border-right: 1px solid var(--border-subtle);
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  transition: width 0.25s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: visible;
}
.sidenav--open {
  width: 17.25rem;
}
.sidenav--open .sidenav__body,
.sidenav--open .sidenav__brand {
  width: 3.5rem;
}
.sidenav--open .nav__label,
.sidenav--open .nav__chevron {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.sidenav--open .nav__link {
  justify-content: center;
  padding: 0.625rem 0;
}
.sidenav--open .sidenav__panel {
  width: 13.75rem;
  opacity: 1;
  visibility: visible;
}
.sidenav--below-header {
  top: 4rem;
  height: calc(100vh - 4rem);
}
@media (max-width: 479px) {
  .sidenav--below-header {
    top: 3.5rem;
    height: calc(100vh - 3.5rem);
  }
}
@media (max-width: 767px) {
  .sidenav {
    transform: translateX(-100%);
    transition: width 0.25s cubic-bezier(0.76, 0, 0.24, 1), transform 0.25s cubic-bezier(0.76, 0, 0.24, 1);
    max-width: 18.75rem;
    overflow: hidden;
  }
  .sidenav--mobile-open {
    transform: translateX(0);
    overflow: visible;
  }
}
.sidenav__brand {
  grid-column: 1;
  grid-row: 1;
  padding: 1rem 0.75rem;
  height: auto;
  width: 15rem;
  transition: width 0.25s cubic-bezier(0.76, 0, 0.24, 1);
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.sidenav__brand img {
  height: 1.75rem;
}
.sidenav__body {
  grid-column: 1;
  grid-row: 2;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
  width: 15rem;
  transition: width 0.25s cubic-bezier(0.76, 0, 0.24, 1);
  display: flex;
  flex-direction: column;
}
.sidenav__body > .nav {
  flex-shrink: 0;
}
.sidenav__footer {
  margin-top: auto;
  padding: 0.75rem 0;
  border-top: 1px solid var(--border-subtle);
  flex-shrink: 0;
}
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__item {
  margin-bottom: 0.125rem;
}
.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  height: auto;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 0.125rem;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: 'Graphik', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
}
.nav__link:hover {
  background: var(--surface-hover);
  color: var(--text-default);
}
.nav__link--active {
  background: var(--surface-hover);
  color: #42ade3;
}
.nav__icon {
  width: 1.25rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  color: inherit;
}
.nav__label {
  flex: 1;
  transition: opacity 0.15s ease, width 0.15s ease;
}
.nav__chevron {
  font-size: 0.8125rem;
  color: var(--text-muted);
  transition: opacity 0.15s ease, width 0.15s ease, transform 0.2s ease;
}
.nav__link--active .nav__chevron {
  transform: rotate(90deg);
  color: #42ade3;
}
.nav__divider {
  height: 1px;
  background: var(--border-moderate);
  margin: 0.5rem 0;
}
.nav__heading {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}
.sidenav__panel {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  transition: width 0.25s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.25s cubic-bezier(0.76, 0, 0.24, 1);
  display: flex;
  flex-direction: column;
}
.sidenav__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  height: auto;
  flex-shrink: 0;
}
.sidenav__panel-header h2 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text-default);
}
.sidenav__panel-close {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.0625rem;
  padding: 0.25rem;
  border-radius: 0.125rem;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidenav__panel-close:hover {
  color: var(--text-default);
  background: var(--surface-hover);
}
.sidenav__panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 0.75rem 1rem;
  background: transparent;
  border-left: none;
  border-radius: 0;
}
.subnav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.subnav__link:hover {
  background: var(--surface-hover);
  color: var(--text-default);
}
.subnav__link--active {
  color: #42ade3;
}
.subnav__link::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--text-muted);
  flex-shrink: 0;
}
.subnav__link--active::before {
  background: #42ade3;
}
.sidenav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.sidenav-overlay--visible {
  opacity: 1;
  visibility: visible;
}
.sidenav--gradient {
  background: linear-gradient(135deg, rgba(66, 173, 227, 0.8) 0%, #14141a 52%, #09090c 100%);
}
.sidenav--gradient .sidenav__panel {
  background: #0d0d11;
}
.sidenav-tooltip {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  white-space: nowrap;
  background: rgba(15, 23, 42, 0.92);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
}
:root {
  --surface-app: #fbfcf9;
  --surface-raised: #ffffff;
  --surface-floating: #F9F5EB;
  --surface-hover: rgba(0, 0, 0, 0.04);
  --surface-selected: rgba(66, 173, 227, 0.08);
  --surface-floating-hover: #F1F3F4;
  --backdrop-overlay: rgba(20, 26, 41, 0.5);
  --text-strong: #141A29;
  --text-default: #4E4F4F;
  --text-secondary: #4a4c4d;
  --text-muted: #7a7c7d;
  --text-subtle: #989c9d;
  --text-faint: #BDBDBD;
  --bg-soft-neutral: rgba(0, 0, 0, 0.04);
  --border-subtle: rgba(0, 0, 0, 0.06);
  --border-moderate: rgba(0, 0, 0, 0.12);
  --border-emphasis: rgba(0, 0, 0, 0.22);
  --link-color: #2660A4;
  --link-hover-color: #0B3C5D;
  --link-color-primary: #2660A4;
  --link-hover-color-primary: #0B3C5D;
  --link-color-secondary: #883227;
  --link-hover-color-secondary: #6b271e;
  --code-color: #883227;
  --code-bg: rgba(136, 50, 39, 0.06);
}
[data-theme='light'] {
  --surface-app: #fbfcf9;
  --surface-raised: #ffffff;
  --surface-floating: #F9F5EB;
  --surface-hover: rgba(0, 0, 0, 0.04);
  --surface-selected: rgba(66, 173, 227, 0.08);
  --surface-floating-hover: #F1F3F4;
  --backdrop-overlay: rgba(20, 26, 41, 0.5);
  --text-strong: #141A29;
  --text-default: #4E4F4F;
  --text-secondary: #4a4c4d;
  --text-muted: #7a7c7d;
  --text-subtle: #989c9d;
  --text-faint: #BDBDBD;
  --bg-soft-neutral: rgba(0, 0, 0, 0.04);
  --border-subtle: rgba(0, 0, 0, 0.06);
  --border-moderate: rgba(0, 0, 0, 0.12);
  --border-emphasis: rgba(0, 0, 0, 0.22);
  --link-color: #2660A4;
  --link-hover-color: #0B3C5D;
  --link-color-primary: #2660A4;
  --link-hover-color-primary: #0B3C5D;
  --link-color-secondary: #883227;
  --link-hover-color-secondary: #6b271e;
  --code-color: #883227;
  --code-bg: rgba(136, 50, 39, 0.06);
}
/*# sourceMappingURL=ra-modern.css.map */