:root,
[data-theme='light'] {
  --error: #EF4565;
  --danger: #EF4565;
  --warning: #FFB800;
  --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: #06D6A0;
  --success-light: #17f8be;
  --success-dark: #05a47b;
  --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;
  --coral: #4A7CC9;
  --coral-hover: #5E8FD6;
  --purple: #6D91CD;
  --light-purple: #8CAAE0;
  --coral-alpha-10: rgba(74, 124, 201, 0.1);
  --coral-alpha-20: rgba(74, 124, 201, 0.2);
  --coral-alpha-30: rgba(74, 124, 201, 0.3);
  --coral-alpha-50: rgba(74, 124, 201, 0.5);
  --purple-alpha-10: rgba(109, 145, 205, 0.1);
  --purple-alpha-20: rgba(109, 145, 205, 0.2);
  --purple-alpha-30: rgba(109, 145, 205, 0.3);
  --purple-alpha-50: rgba(109, 145, 205, 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.5);
  --color-light-translucent: rgba(255, 255, 255, 0.5);
  --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: #212121;
  --body-color: #212121;
  --body-bg-color: #FFFFFF;
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --headings-color: #E8E8F0;
  --headings-color-sm: rgba(232, 232, 240, 0.8);
  --page-header-color: #212121;
  --page-header-border: #EEEEEE;
  --lead-color: rgba(232, 232, 240, 0.6);
  --font-family-sans-serif: 'Outfit', sans-serif;
  --font-family-serif: Georgia, 'Times New Roman', Times, serif;
  --font-family-monospace: 'Space Mono', monospace;
  --font-family-base: 'Outfit', sans-serif;
  --text-primary: #4A7CC9;
  --text-secondary: #6D91CD;
  --text-success: #06D6A0;
  --text-danger: #EF4565;
  --text-warning: #FFB800;
  --text-info: #3B82F6;
  --text-muted: #9E9E9E;
  --link-color: #4A7CC9;
  --link-decoration: none;
  --link-hover-color: #5E8FD6;
  --link-hover-decoration: underline;
  --link-color-default: #616161;
  --link-hover-color-default: #212121;
  --link-disabled-color-default: #BDBDBD;
  --link-color-primary: #4A7CC9;
  --link-hover-color-primary: #5E8FD6;
  --link-disabled-color-primary: rgba(74, 124, 201, 0.4);
  --link-color-secondary: #6D91CD;
  --link-hover-color-secondary: #8CAAE0;
  --link-disabled-color-secondary: rgba(109, 145, 205, 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-width: 1px;
  --border-width-2x: 2px;
  --border-width-3x: 3px;
  --border-width-4x: 4px;
  --border-color-dark: #757575;
  --border-color-light: #EEEEEE;
  --border-color: #E0E0E0;
  --border-color-inverse-dark: #EEEEEE;
  --border-color-inverse-light: #FAFAFA;
  --border-color-inverse: #F5F5F5;
  --border-color-primary: #4A7CC9;
  --border-color-secondary: #6D91CD;
  --border-color-default: #E0E0E0;
  --border-color-default-inverse: #616161;
  --border-color-danger: #EF4565;
  --border-color-success: #06D6A0;
  --border-color-warning: #FFB800;
  --border-color-info: #3B82F6;
  --border-radius-small: 0.1875rem;
  --border-radius-base: 0.3125rem;
  --border-radius-large: 0.5rem;
  --border-radius-circle: 50%;
  --icons-font-family: 'Font Awesome 6 Pro';
  --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;
  --cursor-disabled: not-allowed;
  --cursor-default: default;
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #4A7CC9;
  --component-active-hover-bg: #5E8FD6;
  --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: #4A7CC9;
  --input-shadow-focus: 0 0 0 3px rgba(74, 124, 201, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: #9E9E9E;
  --input-color-disabled: #BDBDBD;
  --input-line-height: 1.5;
  --radio-default-color: #E0E0E0;
  --radio-active-color: #4A7CC9;
  --checkbox-active-color: #4A7CC9;
  --form-control-feedback-color: #757575;
  --form-check-accent-color: #4A7CC9;
  --form-check-input-bg: #FFFFFF;
  --form-check-input-border: #E0E0E0;
  --form-check-input-focus-border: #4A7CC9;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #4A7CC9;
  --form-check-input-checked-border-color: #4A7CC9;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #4A7CC9;
  --form-check-input-indeterminate-border-color: #4A7CC9;
  --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(255, 184, 0, 0.2);
  --code-color: #D946EF;
  --thumbnail-bg: #FFFFFF;
  --thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  --nav-tabs-collapse-bg: #FAFAFA;
  --pagination-bg: transparent;
  --pagination-color: rgba(232, 232, 240, 0.6);
  --pagination-border-color: rgba(255, 255, 255, 0.15);
  --pagination-hover-bg: #2e2e38;
  --pagination-hover-color: #E8E8F0;
  --pagination-hover-border-color: rgba(255, 255, 255, 0.2);
  --pagination-active-bg-primary: rgba(74, 124, 201, 0.1);
  --pagination-active-color-primary: #4A7CC9;
  --pagination-active-border-primary: rgba(74, 124, 201, 0.3);
  --pagination-active-bg-secondary: rgba(109, 145, 205, 0.1);
  --pagination-active-color-secondary: #8CAAE0;
  --pagination-active-border-secondary: rgba(109, 145, 205, 0.3);
  --pagination-disabled-bg: transparent;
  --pagination-disabled-color: #7F8891;
  --pagination-disabled-border-color: rgba(255, 255, 255, 0.1);
  --pagination-ellipsis-color: rgba(232, 232, 240, 0.6);
}
[data-theme='dark'] {
  color-scheme: dark;
  --error: #EF4565;
  --danger: #EF4565;
  --warning: #FFB800;
  --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: #06D6A0;
  --success-light: #17f8be;
  --success-dark: #05a47b;
  --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;
  --coral: #4A7CC9;
  --coral-hover: #5E8FD6;
  --purple: #6D91CD;
  --light-purple: #8CAAE0;
  --color-dark-translucent: rgba(0, 0, 0, 0.7);
  --color-light-translucent: rgba(255, 255, 255, 0.1);
  --text-color: #E8E8F0;
  --body-color: #E8E8F0;
  --body-bg-color: #202026;
  --header-bg-color: #1e293b;
  --header-border-color: rgba(255, 255, 255, 0.1);
  --footer-bg-color: #1e293b;
  --content-bg-color: #202026;
  --headings-color: #212121;
  --headings-color-sm: #424242;
  --page-header-color: #E8E8F0;
  --page-header-border: rgba(255, 255, 255, 0.15);
  --headings-font-weight: 600;
  --headings-line-height: 1.2;
  --headings-letter-spacing: -0.02em;
  --text-primary: #4A7CC9;
  --text-secondary: #6D91CD;
  --text-success: #06D6A0;
  --text-danger: #EF4565;
  --text-warning: #FFB800;
  --text-info: #3B82F6;
  --text-muted: rgba(232, 232, 240, 0.6);
  --link-color: #4A7CC9;
  --link-decoration: none;
  --link-hover-color: #5E8FD6;
  --link-hover-decoration: none;
  --link-color-primary: #4A7CC9;
  --link-hover-color-primary: #5E8FD6;
  --link-disabled-color-primary: rgba(74, 124, 201, 0.4);
  --link-color-secondary: #6D91CD;
  --link-hover-color-secondary: #8CAAE0;
  --link-disabled-color-secondary: rgba(109, 145, 205, 0.4);
  --link-color-neutral: rgba(232, 232, 240, 0.8);
  --link-hover-color-neutral: #E8E8F0;
  --link-disabled-color-neutral: #7F8891;
  --link-color-inverse: #212121;
  --link-hover-color-inverse: #424242;
  --link-disabled-color-inverse: rgba(33, 33, 33, 0.4);
  --border-color-dark: rgba(255, 255, 255, 0.1);
  --border-color: rgba(255, 255, 255, 0.15);
  --border-color-light: rgba(255, 255, 255, 0.2);
  --border-color-inverse-dark: rgba(255, 255, 255, 0.2);
  --border-color-inverse: rgba(255, 255, 255, 0.15);
  --border-color-inverse-light: rgba(255, 255, 255, 0.1);
  --icon-default-color: rgba(232, 232, 240, 0.8);
  --icon-secondary-color: rgba(232, 232, 240, 0.6);
  --icon-inverse-color: #212121;
  --icon-hover-color: #E8E8F0;
  --hr-border-color: rgba(255, 255, 255, 0.15);
  --hr-border-color-inverse: rgba(255, 255, 255, 0.2);
  --blockquote-small-color: rgba(232, 232, 240, 0.8);
  --blockquote-border-color: rgba(255, 255, 255, 0.15);
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #4A7CC9;
  --component-active-hover-bg: #5E8FD6;
  --input-bg: #2e2e38;
  --input-bg-disabled: rgba(46, 46, 56, 0.5);
  --input-color: #E8E8F0;
  --input-color-inverse: #212121;
  --input-border-color: rgba(255, 255, 255, 0.15);
  --input-box-shadow: none;
  --input-color-focus: #E8E8F0;
  --input-bg-focus: #3a3a46;
  --input-inline-bg-focus: #3a3a46;
  --input-border-focus: #4A7CC9;
  --input-shadow-focus: 0 0 0 3px rgba(74, 124, 201, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: #7F8891;
  --input-color-disabled: rgba(232, 232, 240, 0.6);
  --radio-default-color: rgba(255, 255, 255, 0.15);
  --radio-active-color: #4A7CC9;
  --checkbox-active-color: #4A7CC9;
  --form-control-feedback-color: rgba(232, 232, 240, 0.8);
  --form-check-accent-color: #4A7CC9;
  --form-check-input-bg: #2e2e38;
  --form-check-input-border: rgba(255, 255, 255, 0.15);
  --form-check-input-focus-border: #4A7CC9;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #4A7CC9;
  --form-check-input-checked-border-color: #4A7CC9;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #4A7CC9;
  --form-check-input-indeterminate-border-color: #4A7CC9;
  --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(255, 184, 0, 0.3);
  --code-color: #D946EF;
  --thumbnail-bg: #2e2e38;
  --thumbnail-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  --nav-tabs-collapse-bg: #2e2e38;
  --pagination-bg: transparent;
  --pagination-color: rgba(232, 232, 240, 0.6);
  --pagination-border-color: rgba(255, 255, 255, 0.15);
  --pagination-hover-bg: #2e2e38;
  --pagination-hover-color: #E8E8F0;
  --pagination-hover-border-color: rgba(255, 255, 255, 0.2);
  --pagination-active-bg-primary: rgba(74, 124, 201, 0.1);
  --pagination-active-color-primary: #4A7CC9;
  --pagination-active-border-primary: rgba(74, 124, 201, 0.3);
  --pagination-active-bg-secondary: rgba(109, 145, 205, 0.1);
  --pagination-active-color-secondary: #8CAAE0;
  --pagination-active-border-secondary: rgba(109, 145, 205, 0.3);
  --pagination-disabled-bg: transparent;
  --pagination-disabled-color: #7F8891;
  --pagination-disabled-border-color: rgba(255, 255, 255, 0.1);
  --pagination-ellipsis-color: rgba(232, 232, 240, 0.6);
}
*,
*::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: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #E8E8F0;
  background-color: #202026;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #E8E8F0;
  margin-bottom: 1rem;
}
.heading--ruled {
  color: #E8E8F0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(232, 232, 240, 0.3);
}
.heading-primary--ruled {
  color: #4A7CC9;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(74, 124, 201, 0.3);
}
.heading-secondary--ruled {
  color: #6D91CD;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(109, 145, 205, 0.3);
}
.heading-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.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;
}
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-white {
  color: #E8E8F0 !important;
}
.text-light {
  color: rgba(232, 232, 240, 0.8) !important;
}
.text-mid {
  color: rgba(232, 232, 240, 0.6) !important;
}
.text-dark {
  color: #7F8891 !important;
}
.text-muted {
  color: rgba(232, 232, 240, 0.6) !important;
}
a.text-muted {
  text-decoration: none !important;
}
a.text-muted:hover {
  color: rgba(232, 232, 240, 0.8) !important;
  text-decoration: underline !important;
}
.text-success {
  color: #06D6A0 !important;
}
.text-warning {
  color: #FFB800 !important;
}
.text-error {
  color: #EF4565 !important;
}
.text-coral {
  color: #4A7CC9 !important;
}
.text-purple {
  color: #6D91CD !important;
}
.text-blue {
  color: #3B82F6 !important;
}
.text-cyan {
  color: #06B6D4 !important;
}
.text-yellow {
  color: #EAB308 !important;
}
.text-orange {
  color: #F97316 !important;
}
.text-magenta {
  color: #D946EF !important;
}
.text-red {
  color: #EF4444 !important;
}
.bg-body {
  background-color: #202026 !important;
}
.bg-card {
  background-color: rgba(45, 45, 58, 0.3) !important;
}
.bg-elevated {
  background-color: #2e2e38 !important;
}
.bg-elevated-hover {
  background-color: #3a3a46 !important;
}
.bg-sidebar {
  background-color: #1e293b !important;
}
.bg-coral {
  background-color: #4A7CC9 !important;
}
.bg-purple {
  background-color: #6D91CD !important;
}
.bg-success {
  background-color: #06D6A0 !important;
}
.bg-warning {
  background-color: #FFB800 !important;
}
.bg-error {
  background-color: #EF4565 !important;
}
.bg-transparent {
  background-color: transparent !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 rgba(255, 255, 255, 0.1) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-white {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-coral {
  border-color: #4A7CC9 !important;
}
.border-purple {
  border-color: #6D91CD !important;
}
.border-transparent {
  border-color: transparent !important;
}
.rounded {
  border-radius: 0.1875rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.1875rem !important;
}
.rounded-md {
  border-radius: 0.3125rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}
.rounded-end {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}
.rounded-start {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !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;
  }
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Outfit-Semibold.woff2') format('woff2'), url('../fonts/Outfit-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SpaceMono-Regular.woff2') format('woff2'), url('../fonts/SpaceMono-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/SpaceMono-Bold.woff2') format('woff2'), url('../fonts/SpaceMono-Bold.woff') format('woff');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  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: 'Outfit', sans-serif;
  color: var(--headings-color);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.6);
}
mark,
.mark {
  padding: 0.1875rem 0.375rem;
  background-color: var(--mark-bg);
  color: #E8E8F0;
  border-radius: 0.1875rem;
}
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;
}
.text-primary {
  color: #4A7CC9;
}
.text-secondary {
  color: #6D91CD;
}
.text-success {
  color: #06D6A0;
}
.text-danger {
  color: #EF4565;
}
.text-warning {
  color: #FFB800;
}
.text-info {
  color: #508ff5;
}
.text-light {
  color: rgba(232, 232, 240, 0.8);
}
.text-dark {
  color: #7F8891;
}
.text-white {
  color: #E8E8F0;
}
.text-muted {
  color: rgba(232, 232, 240, 0.6);
}
.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: #D946EF;
  background-color: rgba(46, 46, 56, 0.5);
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
kbd {
  font-size: 90%;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  background-color: #2e2e38;
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  background-color: #2e2e38;
  padding: 1rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  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.1875rem;
  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 #4A7CC9;
}
.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: 0.1;
}
dt {
  font-weight: 600;
  color: #E8E8F0;
}
dd {
  margin-bottom: 0.75rem;
  margin-left: 0;
  color: rgba(232, 232, 240, 0.8);
}
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;
}
.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;
  }
}
@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(109, 145, 205, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(109, 145, 205, 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%;
  }
}
.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: #202026;
  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;
}
.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: rgba(232, 232, 240, 0.6);
  text-align: center;
  white-space: nowrap;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
}
.input-group-text i {
  line-height: 1;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin: 0;
}
.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: rgba(255, 255, 255, 0.15);
}
.input-group.input-group--transparent > .form-control:focus {
  border-color: #4A7CC9;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.chat-input-bar {
  background: rgba(30, 41, 59, 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: rgba(0, 0, 0, 0.82);
    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.1875rem !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: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-control:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-control:disabled,
.form-control[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-control:disabled {
  pointer-events: none;
}
textarea.form-control {
  line-height: 1.5;
}
.form-input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-input::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-input:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-input:disabled,
.form-input[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-input:disabled {
  pointer-events: none;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  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: #7F8891;
  opacity: 1;
}
.form-select:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-select:disabled,
.form-select[readonly] {
  background: rgba(45, 45, 58, 0.3);
  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='%23E86A6A' 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: #2e2e38;
  color: #E8E8F0;
}
.form-textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  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: #7F8891;
  opacity: 1;
}
.form-textarea:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-textarea:disabled,
.form-textarea[readonly] {
  background: rgba(45, 45, 58, 0.3);
  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.1875rem;
  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-sm {
  min-height: 2rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.077;
  border-radius: 0.1875rem;
}
.form-control-lg {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.294;
  border-radius: 0.3125rem;
}
.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: rgba(232, 232, 240, 0.6);
  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;
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  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: rgba(232, 232, 240, 0.8);
}
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: #7F8891;
}
.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: #4A7CC9;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #06D6A0;
  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: #06D6A0;
  box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.15);
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #EF4565;
  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: #EF4565;
  box-shadow: 0 0 0 3px rgba(239, 69, 101, 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: #06D6A0;
}
.invalid-feedback {
  color: #EF4565;
}
.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: #2e2e38;
  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.1875rem;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(110%);
}
.form-check-input:focus {
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-check-input:checked {
  background-color: #4A7CC9;
  border-color: #4A7CC9;
}
.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: rgba(232, 232, 240, 0.8);
  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.1875rem;
}
.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(74, 124, 201, 0.15);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-range::-webkit-slider-track {
  width: 100%;
  height: 0.25rem;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 0.125rem;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  background: #4A7CC9;
  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: #5E8FD6;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 0.125rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #4A7CC9;
  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: #5E8FD6;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background: #7F8891;
}
.form-range:disabled::-moz-range-thumb {
  background: #7F8891;
}
.password-input {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #7F8891;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}
.password-toggle:hover {
  color: rgba(232, 232, 240, 0.6);
}
.forgot-password {
  text-align: right;
  margin-top: 0.5rem;
}
.forgot-password a {
  font-size: 0.875rem;
  color: #7F8891;
  text-decoration: none;
  transition: color 0.2s ease;
}
.forgot-password a:hover {
  color: rgba(232, 232, 240, 0.6);
}
.form-group__label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 0.5rem;
}
.form-group__input-wrapper {
  position: relative;
}
.form-group__input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(74, 124, 201, 0.2);
}
.form-group__input::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-group__input:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.form-group__input:disabled,
.form-group__input[readonly] {
  background: rgba(45, 45, 58, 0.3);
  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: rgba(232, 232, 240, 0.6);
  cursor: pointer;
  font-size: 1.1875rem;
  padding: 0;
  transition: color 0.3s ease;
}
.form-group__toggle-password:hover {
  color: #4A7CC9;
}
.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: #4A7CC9;
  cursor: pointer;
}
.form-group__checkbox label {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.8);
  cursor: pointer;
}
.form-group__link {
  color: #4A7CC9;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.form-group__link:hover {
  color: #8CAAE0;
}
.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.1875rem;
  padding: 0.25rem 0.5rem;
  color: rgba(232, 232, 240, 0.6);
}
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: rgba(255, 255, 255, 0.15);
  cursor: text;
}
.form-control--transparent:focus {
  border-color: rgba(255, 255, 255, 0.15);
  background: transparent;
  box-shadow: none;
  color: #E8E8F0;
}
.form-control--flush {
  margin: -0.3125rem -0.5625rem;
}
.form-control--inherit {
  font-size: inherit;
  font-weight: inherit;
}
.input-highlight {
  background: rgba(255, 184, 0, 0.1);
  border: 1px solid rgba(255, 184, 0, 0.2);
  border-radius: 0.1875rem;
  padding: 0.25rem;
}
.input-highlight .form-control {
  border-color: #4A7CC9;
}
.input-highlight:focus-within {
  background: transparent;
  border-color: transparent;
}
.input-highlight:focus-within .form-control {
  border-color: rgba(255, 255, 255, 0.1);
}
.modal .form-control,
.sheet .form-control {
  background: #272730;
}
.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: 'Outfit', 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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #4A7CC9;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #3668b4;
  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: #396ec0;
  border-color: #3363ad;
}
.btn-primary:disabled {
  background: rgba(74, 124, 201, 0.6);
  border-color: rgba(74, 124, 201, 0.6);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #6D91CD;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #4f7ac3;
  min-height: 2.625rem;
}
.btn-secondary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-secondary:hover:not(:disabled) {
  background: #5a83c6;
  border-color: #4774c0;
}
.btn-secondary:disabled {
  background: rgba(109, 145, 205, 0.6);
  border-color: rgba(109, 145, 205, 0.6);
}
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #EF4565;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #ec1f46;
  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: #ed2e52;
  border-color: #eb163e;
}
.btn-danger:disabled {
  background: rgba(239, 69, 101, 0.6);
  border-color: rgba(239, 69, 101, 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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #4A7CC9;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #4A7CC9;
  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: #3e73c5;
  color: #FFFFFF;
  border-color: #3e73c5;
}
.btn-outline-primary:disabled {
  color: rgba(74, 124, 201, 0.6);
  border-color: rgba(74, 124, 201, 0.6);
}
.btn-outline-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #6D91CD;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #6D91CD;
  min-height: 2.625rem;
}
.btn-outline-secondary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-secondary:hover:not(:disabled) {
  background: #6288c9;
  color: #FFFFFF;
  border-color: #6288c9;
}
.btn-outline-secondary:disabled {
  color: rgba(109, 145, 205, 0.6);
  border-color: rgba(109, 145, 205, 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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #EEEEEE;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #424242;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #EEEEEE;
  color: #212121;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  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: #f6f6f6;
  border-color: #f6f6f6;
}
.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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #424242;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.3125rem;
  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: rgba(46, 46, 56, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #E8E8F0;
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  border-radius: 0.3125rem;
  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: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-ghost:disabled {
  border-color: rgba(255, 255, 255, 0.15);
  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.3125rem;
  color: rgba(232, 232, 240, 0.6);
  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: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.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.1875rem;
}
.btn-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.1875rem;
  background: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.8125rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.btn-dismiss:hover {
  color: #4A7CC9;
  background: rgba(74, 124, 201, 0.1);
}
.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.3125rem;
  color: #E8E8F0;
  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: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}
.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: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #4A7CC9;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3125rem;
  font-weight: 600;
  border: 1px solid #3668b4;
  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: #396ec0;
  border-color: #3363ad;
}
.btn-cta:disabled {
  background: rgba(74, 124, 201, 0.6);
  border-color: rgba(74, 124, 201, 0.6);
}
.btn-cta:hover:not(:disabled),
.btn-cta:focus:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 124, 201, 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.3125rem !important;
  border-bottom-left-radius: 0.3125rem !important;
}
.btn-group > .dropdown:first-child > .btn,
.btn-group > .dropdown:first-child > button {
  border-top-left-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !important;
}
.btn-group > .btn:last-child:not(.dropdown-toggle),
.btn-group > button:last-child {
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
}
.btn-group > .dropdown:last-child > .btn,
.btn-group > .dropdown:last-child > button {
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
}
.btn-group > .btn:only-child,
.btn-group > button:only-child {
  border-radius: 0.3125rem !important;
}
.btn-group > .dropdown:only-child > .btn,
.btn-group > .dropdown:only-child > button {
  border-radius: 0.3125rem !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.3125rem;
  border-top-right-radius: 0.3125rem;
}
.btn-group-vertical > :first-child.btn,
.btn-group-vertical > :first-child > .btn,
.btn-group-vertical > :first-child > button {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.btn-group-vertical > :last-child {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.btn-group-vertical > :last-child.btn,
.btn-group-vertical > :last-child > .btn,
.btn-group-vertical > :last-child > button {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.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;
}
.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.1875rem;
  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-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: #4A7CC9;
}
a.badge-primary:hover,
a.badge-primary:focus {
  background-color: #5E8FD6;
}
.badge-secondary {
  color: #FFFFFF;
  background-color: #6D91CD;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  background-color: #8CAAE0;
}
.badge-success {
  color: #FFFFFF;
  background-color: #06D6A0;
}
a.badge-success:hover,
a.badge-success:focus {
  background-color: #05ae82;
}
.badge-danger,
.badge-error {
  color: #FFFFFF;
  background-color: #EF4565;
}
a.badge-danger:hover,
a.badge-error:hover,
a.badge-danger:focus,
a.badge-error:focus {
  background-color: #ec1f46;
}
.badge-warning {
  color: #212121;
  background-color: #FFB800;
}
a.badge-warning:hover,
a.badge-warning:focus {
  background-color: #d69b00;
}
.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: #4A7CC9;
  background-color: transparent;
  border: 1px solid #4A7CC9;
}
a.badge-outline-primary:hover,
a.badge-outline-primary:focus {
  color: #FFFFFF;
  background-color: #4A7CC9;
}
.badge-outline-secondary {
  color: #6D91CD;
  background-color: transparent;
  border: 1px solid #6D91CD;
}
a.badge-outline-secondary:hover,
a.badge-outline-secondary:focus {
  color: #FFFFFF;
  background-color: #6D91CD;
}
.badge-outline-success {
  color: #06D6A0;
  background-color: transparent;
  border: 1px solid #06D6A0;
}
a.badge-outline-success:hover,
a.badge-outline-success:focus {
  color: #FFFFFF;
  background-color: #06D6A0;
}
.badge-outline-danger {
  color: #EF4565;
  background-color: transparent;
  border: 1px solid #EF4565;
}
a.badge-outline-danger:hover,
a.badge-outline-danger:focus {
  color: #FFFFFF;
  background-color: #EF4565;
}
.badge-outline-warning {
  color: #FFB800;
  background-color: transparent;
  border: 1px solid #FFB800;
}
a.badge-outline-warning:hover,
a.badge-outline-warning:focus {
  color: #212121;
  background-color: #FFB800;
}
.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-soft-primary {
  color: #4A7CC9;
  background-color: rgba(74, 124, 201, 0.15);
}
.badge-soft-secondary {
  color: #6D91CD;
  background-color: rgba(109, 145, 205, 0.15);
}
.badge-soft-success {
  color: #06D6A0;
  background-color: rgba(6, 214, 160, 0.15);
}
.badge-soft-danger {
  color: #EF4565;
  background-color: rgba(239, 69, 101, 0.15);
}
.badge-soft-warning {
  color: #FFB800;
  background-color: rgba(255, 184, 0, 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-purple {
  color: #8CAAE0;
  background-color: rgba(109, 145, 205, 0.15);
}
.badge-soft-neutral {
  color: rgba(232, 232, 240, 0.6);
  background-color: 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.1875rem;
  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: #4A7CC9;
  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.3125rem;
}
.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: #2e2e38;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(232, 232, 240, 0.8);
}
.alert i,
.alert .icon {
  color: rgba(232, 232, 240, 0.6);
}
.alert--success,
.alert-success {
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
  color: #06D6A0;
}
.alert--success i,
.alert--success .icon,
.alert-success i,
.alert-success .icon {
  color: #06D6A0;
}
.alert--warning,
.alert-warning {
  background: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.2);
  color: #FFB800;
}
.alert--warning i,
.alert--warning .icon,
.alert-warning i,
.alert-warning .icon {
  color: #FFB800;
}
.alert--error,
.alert-danger,
.alert-error {
  background: rgba(239, 69, 101, 0.1);
  border-color: rgba(239, 69, 101, 0.2);
  color: #EF4565;
}
.alert--error i,
.alert--error .icon,
.alert-danger i,
.alert-danger .icon,
.alert-error i,
.alert-error .icon {
  color: #EF4565;
}
.alert--info,
.alert-info {
  background: rgba(109, 145, 205, 0.1);
  border-color: rgba(109, 145, 205, 0.2);
  color: #8CAAE0;
}
.alert--info i,
.alert--info .icon,
.alert-info i,
.alert-info .icon {
  color: #6D91CD;
}
.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: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
  vertical-align: middle;
}
.dot--lg {
  width: 0.625rem;
  height: 0.625rem;
}
.dot--success {
  background: #06D6A0;
}
.dot--warning {
  background: #FFB800;
}
.dot--error {
  background: #EF4565;
}
.dot--info {
  background: #6D91CD;
}
.dot--coral {
  background: #4A7CC9;
}
.dot--purple {
  background: #6D91CD;
}
.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--green {
  background: #06D6A0;
}
.dot--muted {
  background: rgba(232, 232, 240, 0.6);
}
.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-block;
}
.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: #E8E8F0;
  max-width: fit-content;
  text-align: left;
  list-style: none;
  background-color: #2e2e38;
  background-clip: padding-box;
  border: 1px solid #424242;
  border-radius: 0.3125rem;
  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: rgba(232, 232, 240, 0.6);
}
.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: #E8E8F0;
  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 {
  padding: 0 0.75rem;
}
.dropdown-menu dl dt {
  white-space: nowrap;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu.dropdown-menu--sm {
  min-width: 10rem;
}
.dropdown-menu.dropdown-menu--md {
  min-width: 15rem;
}
.dropdown-menu.dropdown-menu--lg {
  min-width: 17.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.5rem 0.75rem;
  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: #E8E8F0;
  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: #E8E8F0;
  background-color: #3a3a46;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #4A7CC9;
  background-color: rgba(74, 124, 201, 0.1);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #7F8891;
  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: rgba(232, 232, 240, 0.6);
  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 #424242;
  opacity: 1;
}
.dropdown-divider--chat {
  border-top: 1px solid #424242 !important;
}
.dropdown-item-text {
  display: block;
  padding: 10px 16px;
  color: rgba(232, 232, 240, 0.8);
}
.dropdown-menu-dark {
  background-color: #1e293b;
  border-color: #212121;
}
.dropdown-menu-dark .dropdown-item {
  color: rgba(232, 232, 240, 0.8);
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #E8E8F0;
  background-color: rgba(255, 255, 255, 0.05);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: rgba(74, 124, 201, 0.15);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #7F8891;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #212121;
}
.dropdown-menu-dark .dropdown-header {
  color: #7F8891;
}
.dropdown-form {
  padding: 0.75rem;
  min-width: 200px;
}
.dropdown-form .dropdown-form__label {
  display: block;
  font-size: 0.8125rem;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dropdown-form .form-control {
  margin-bottom: 0.5rem;
}
.dropdown-form .btn,
.dropdown-form [class*="btn-"] {
  width: 100%;
}
.dropdown-detail {
  padding: 0.75rem 1rem;
  min-width: 300px;
  max-width: 480px;
}
.dropdown-detail__title {
  color: #E8E8F0;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
}
.dropdown-detail__label {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(232, 232, 240, 0.6);
}
.dropdown-detail__text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(232, 232, 240, 0.8);
  white-space: normal;
  word-break: break-word;
}
.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: #2e2e38;
  border: 1px solid #424242;
  border-radius: 20px;
  color: #E8E8F0;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.status-dropdown-toggle .fa-chevron-down {
  font-size: 0.625rem;
}
.status-dropdown-toggle:hover {
  background: #3a3a46;
}
@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: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 8px;
}
.status-dropdown-toggle .status-dropdown-dot {
  margin-right: 0;
}
.status-dropdown-dot--online {
  background: #06D6A0;
}
.status-dropdown-dot--live {
  background: #6D91CD;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown-dot--error {
  background: #EF4565;
}
.status-dropdown-dot--warning {
  background: #FFB800;
}
.status-dropdown-dot--info {
  background: #6D91CD;
}
.status-dropdown-dot--neutral {
  background: rgba(232, 232, 240, 0.6);
}
/*
.user-menu {
  // Styles for the user menu
}
*/
.user-menu-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4A7CC9, #6D91CD);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.user-menu-avatar:hover {
  border-color: #4A7CC9;
}
@media (max-width: 767px) {
  .user-menu-avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 479px) {
  .user-menu-avatar {
    width: 28px;
    height: 28px;
  }
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: #1e293b;
  border: 1px solid #424242;
  border-radius: 8px;
  padding: 0.5rem 0;
  min-width: 200px;
  z-index: 1100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
.dropdown__menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown__item {
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 0.9375rem;
}
.dropdown__item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.status-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: #3a3a46;
  border: 1px solid #424242;
  border-radius: 0.3125rem;
  padding: 0.5rem;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}
.status-dropdown__menu--active {
  display: block;
}
.status-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #2e2e38;
  border: 1px solid #424242;
  border-radius: 20px;
  color: #E8E8F0;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.status-dropdown__toggle .fa-chevron-down {
  font-size: 0.625rem;
}
.status-dropdown__toggle:hover {
  background: #3a3a46;
}
@media (max-width: 479px) {
  .status-dropdown__toggle {
    padding: 6px 12px;
    font-size: 0.9375rem;
  }
}
.status-dropdown__dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 8px;
}
.status-dropdown-toggle .status-dropdown__dot {
  margin-right: 0;
}
.status-dropdown__dot--online {
  background: #06D6A0;
}
.status-dropdown__dot--live {
  background: #6D91CD;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown__dot--error {
  background: #EF4565;
}
.status-dropdown__dot--warning {
  background: #FFB800;
}
.status-dropdown__dot--info {
  background: #6D91CD;
}
.status-dropdown__dot--neutral {
  background: rgba(232, 232, 240, 0.6);
}
.status-dropdown__dot--online {
  background: #06D6A0;
}
.status-dropdown__dot--live {
  background: #6D91CD;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown__item {
  padding: 10px 12px;
  border-radius: 0.1875rem;
  cursor: pointer;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
}
.status-dropdown__item:hover {
  background: #2e2e38;
}
.user-menu__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4A7CC9, #6D91CD);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.user-menu__avatar:hover {
  border-color: #4A7CC9;
}
@media (max-width: 767px) {
  .user-menu__avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 479px) {
  .user-menu__avatar {
    width: 28px;
    height: 28px;
  }
}
.user-menu__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #3a3a46;
  border: 1px solid #424242;
  border-radius: 0.3125rem;
  padding: 0.5rem;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}
.user-menu__dropdown--active {
  display: block;
}
.user-menu__item {
  padding: 10px 12px;
  border-radius: 0.1875rem;
  cursor: pointer;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
  color: #E8E8F0;
  text-decoration: none;
}
.user-menu__item:hover {
  background: #2e2e38;
}
.user-menu__item i {
  width: 18px;
  text-align: center;
  color: rgba(232, 232, 240, 0.8);
}
.user-menu__divider {
  height: 1px;
  background: #424242;
  margin: 0.5rem 0;
}
.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: #2e2e38;
  border: 1px solid #424242;
  border-radius: 0.3125rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
}
.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: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.combobox-trigger:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.combobox-trigger:focus {
  border-color: #4A7CC9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(74, 124, 201, 0.15);
}
.combobox-trigger > i,
.combobox-trigger > .fa-chevron-down {
  font-size: 0.625rem;
  color: rgba(232, 232, 240, 0.6);
  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: #7F8891;
}
.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 #424242;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #2e2e38;
}
.combobox-empty {
  display: none;
  padding: 0.75rem 1rem;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
  text-align: center;
}
.combobox-empty.show {
  display: block;
}
.combobox-footer {
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
}
.combobox-footer i {
  color: rgba(232, 232, 240, 0.6);
  transition: color 0.15s ease;
}
.combobox-footer:hover {
  color: #4A7CC9;
}
.combobox-footer:hover i {
  color: #4A7CC9;
}
.combobox-footer-divider:has(+ .combobox-footer[hidden]) {
  display: none;
}
[data-combobox] .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: #E8E8F0;
  background-color: #3a3a46;
}
.dropdown-item[aria-selected="true"] {
  color: #4A7CC9;
  background-color: rgba(74, 124, 201, 0.1);
}
.card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.card > :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: rgba(232, 232, 240, 0.6);
  margin-left: auto;
  transition: transform 0.2s ease;
}
.card--collapsible > .card__title:hover::after {
  color: rgba(232, 232, 240, 0.8);
}
.card--collapsible.collapse--open > .card__title::after {
  transform: rotate(180deg);
}
.card--collapsible > .card__body {
  display: none;
  margin-top: 1rem;
}
.card--collapsible.collapse--open > .card__body {
  display: block;
}
.card-accordion {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card-accordion > .card--collapsible {
  background: rgba(45, 45, 58, 0.3);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.card-accordion > .card--collapsible + .card--collapsible {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.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__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 1rem;
}
.card__body {
  color: rgba(232, 232, 240, 0.8);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.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: rgba(232, 232, 240, 0.6);
}
.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: #E8E8F0;
  margin: 0;
  text-align: right;
}
.card dd .form-control--transparent {
  text-align: right;
}
.card dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.step-card {
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 3rem;
  text-align: left;
  transition: border-color 0.3s ease;
}
.step-card:hover {
  border-color: #8CAAE0;
}
.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: #4A7CC9;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: none;
}
.step-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 1rem;
}
.step-description {
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.6;
}
.feature-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(109, 145, 205, 0.15);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #6D91CD;
  flex-shrink: 0;
}
.feature-title {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 0.25rem;
}
.feature-description {
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.6;
}
.story-card {
  width: 100%;
  flex-shrink: 0;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  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.3125rem;
  background: linear-gradient(135deg, #4A7CC9, #6D91CD);
  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: #E8E8F0;
  margin-bottom: 0.5rem;
}
.story-quote {
  font-size: 1.1875rem;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: rgba(232, 232, 240, 0.6);
}
.story-earnings {
  font-size: 1.0625rem;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.25;
}
.sidebar-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1.125rem;
}
.sidebar-card + .sidebar-card {
  margin-top: 1.5rem;
}
.sidebar-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 1rem;
}
.card-performer {
  flex-shrink: 0;
  width: 15rem;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.3125rem;
  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: #4A7CC9;
}
.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, #4A7CC9, #6D91CD);
  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: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  margin-left: auto;
}
.card-performer-access-locked {
  color: rgba(232, 232, 240, 0.8);
}
.card-performer-access-active {
  color: #06D6A0;
}
.card-performer-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #E8E8F0;
  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: #FFB800;
}
.card-performer-status-streaming {
  color: rgba(232, 232, 240, 0.6);
}
.card-more {
  flex-shrink: 0;
  width: 15rem;
  background: var(--card-bg);
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 0.3125rem;
  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(74, 124, 201, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  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: var(--coral);
  border-style: solid;
  background: rgba(74, 124, 201, 0.05);
}
.card-more:hover .card-more-icon {
  background: var(--coral);
  color: white;
  transform: scale(1.1);
}
.card-stats {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  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(74, 124, 201, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3125rem;
  color: #4A7CC9;
  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(6, 214, 160, 0.15);
  color: #06D6A0;
}
.card-stats-icon-warning {
  background: rgba(255, 184, 0, 0.15);
  color: #FFB800;
}
.card-stats-icon-info {
  background: rgba(80, 143, 245, 0.15);
  color: #508ff5;
}
.card-stats-icon-error {
  background: rgba(239, 69, 101, 0.15);
  color: #EF4565;
}
.card-stats-content {
  flex: 1;
  min-width: 0;
  order: 1;
}
.card-stats-label {
  font-size: 0.8125rem;
  color: rgba(232, 232, 240, 0.6);
  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: #E8E8F0;
  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: #06D6A0;
}
.card-stats-change-negative {
  color: #EF4565;
}
.card-stats-balance {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.8);
}
.card-stats-balance-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  color: #E8E8F0;
  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: #E8E8F0;
  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: rgba(232, 232, 240, 0.6);
  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: #3a3a46;
  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, #3a3a46 0%, #2e2e38 50%, #3a3a46 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  color: transparent;
  border-radius: 0.1875rem;
  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: #3a3a46;
  color: #7F8891;
}
.card-stats-empty .card-stats-value {
  color: #7F8891;
  font-weight: 400;
}
.card-stats-empty .card-stats-label {
  color: #7F8891;
}
.card-stats-add-btn {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(74, 124, 201, 0.2);
  border: 1px solid #4A7CC9;
  color: #4A7CC9;
  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: #4A7CC9;
  color: white;
}
.card-stats-sublabel {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  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: #4A7CC9;
  font-weight: 600;
  transition: color 0.2s ease;
}
.card-stats-sublabel.btn:hover,
button.card-stats-sublabel:hover {
  color: #5E8FD6;
}
.card-stats-sublabel.btn i,
button.card-stats-sublabel i {
  font-size: 0.8125rem;
}
.performer-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  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: #2e2e38;
  flex-shrink: 0;
}
.performer-card__name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 0.125rem;
}
.performer-card__handle {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
}
.pass-card {
  background: rgba(45, 45, 58, 0.3);
  border: 2px solid #4A7CC9;
  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: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.pass-card__price {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  line-height: 1;
}
.pass-card__duration {
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.8);
  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: rgba(232, 232, 240, 0.8);
}
.pass-card__icon {
  width: 1.25rem;
  height: 1.25rem;
  background: #06D6A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  font-size: 0.8125rem;
  flex-shrink: 0;
}
.package {
  background: #202026;
  border: 2px solid rgba(255, 255, 255, 0.15);
  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(74, 124, 201, 0.2);
}
.package--selected {
  border-color: #4A7CC9;
  transform: scale(1.02);
}
.package__checkmark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #4A7CC9;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  font-size: 0.9375rem;
}
.package--selected .package__checkmark {
  display: flex;
}
.package__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #4A7CC9;
  color: #E8E8F0;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}
.package__header {
  margin-bottom: 1rem;
}
.package__name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  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: #E8E8F0;
  line-height: 1;
  margin-bottom: 0.25rem;
  transition: all 0.3s ease;
}
.package--selected .package__price {
  font-size: 4rem;
  color: #4A7CC9;
}
.package__passes {
  font-size: 1.0625rem;
  color: rgba(232, 232, 240, 0.8);
  margin-bottom: 0.25rem;
}
.package__label,
.package__value {
  font-size: 0.875rem;
  color: #06D6A0;
  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: rgba(232, 232, 240, 0.8);
}
.package__icon {
  color: #06D6A0;
  font-size: 1.0625rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.summary {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.summary__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
  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 rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
  padding-top: 1rem;
  font-weight: 600;
}
.summary__label {
  color: rgba(232, 232, 240, 0.6);
}
.summary__value {
  color: #E8E8F0;
  font-family: 'Space Mono', monospace;
}
.summary__value--total {
  font-size: 1.1875rem;
  color: #4A7CC9;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
}
.summary-row__label {
  color: rgba(232, 232, 240, 0.6);
}
.summary-row__value {
  color: #E8E8F0;
  font-weight: 500;
  font-family: 'Space Mono', monospace;
}
.summary-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  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: #E8E8F0;
}
.summary-total__value {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #4A7CC9;
}
a.card {
  transition: border-color 0.3s ease;
}
a.card:hover {
  border-color: #4A7CC9;
}
a.card-stats {
  transition: border-color 0.3s ease;
}
a.card-stats:hover {
  border-color: #4A7CC9;
}
a.step-card:hover {
  border-color: #4A7CC9;
}
a.feature-card {
  transition: border-color 0.3s ease;
}
a.feature-card:hover {
  border-color: #4A7CC9;
}
a.story-card:hover {
  border-color: #4A7CC9;
}
a.sidebar-card {
  transition: border-color 0.3s ease;
}
a.sidebar-card:hover {
  border-color: #4A7CC9;
}
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 1.5rem;
}
.tabs-button {
  background: transparent;
  border: none;
  color: rgba(232, 232, 240, 0.6);
  padding: 0.75rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: 'Outfit', 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: #E8E8F0;
  border-bottom-color: #4A7CC9;
}
.tabs-button:hover:not(.tabs-button--active) {
  color: rgba(232, 232, 240, 0.8);
}
@media (max-width: 767px) {
  .tabs-button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}
.tab-content {
  display: none;
}
.tab-content--active {
  display: block;
}
.tabs--justified .tabs-button {
  flex: 1;
  justify-content: center;
}
.tabs:has(+ .tabs-panel) {
  margin-bottom: 0;
}
.tabs-panel {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.data-table {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  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.5rem;
}
.data-table thead:first-child tr:first-child th:last-child {
  border-top-right-radius: 0.5rem;
}
.data-table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 0.5rem;
}
.data-table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 0.5rem;
}
.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.5rem;
}
.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.5rem;
}
.data-table tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.data-table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
.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: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.03125rem;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  /* For sort icons */
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15);
}
.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: #E8E8F0;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  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: rgba(255, 255, 255, 0.02);
}
.data-table--striped-columns tbody td:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.data-table--striped-columns tfoot td:nth-child(even),
.data-table--striped-columns tfoot th:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}
.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(74, 124, 201, 0.1);
}
.data-table tbody tr.table-row--primary:hover {
  background: rgba(74, 124, 201, 0.15);
}
.data-table tbody tr.table-row--secondary {
  background: rgba(109, 145, 205, 0.1);
}
.data-table tbody tr.table-row--secondary:hover {
  background: rgba(109, 145, 205, 0.15);
}
.data-table tbody tr.table-row--success {
  background: rgba(6, 214, 160, 0.1);
}
.data-table tbody tr.table-row--success:hover {
  background: rgba(6, 214, 160, 0.15);
}
.data-table tbody tr.table-row--warning {
  background: rgba(255, 184, 0, 0.1);
}
.data-table tbody tr.table-row--warning:hover {
  background: rgba(255, 184, 0, 0.15);
}
.data-table tbody tr.table-row--info {
  background: rgba(140, 170, 224, 0.08);
}
.data-table tbody tr.table-row--info:hover {
  background: rgba(140, 170, 224, 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(239, 69, 101, 0.1);
}
.data-table tbody tr.table-row--error:hover,
.data-table tbody tr.table-row--danger:hover {
  background: rgba(239, 69, 101, 0.15);
}
.data-table tbody tr {
  transition: background 0.15s ease;
}
.data-table tbody tr:hover {
  background: #3a3a46;
}
.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(109, 145, 205, 0.15) !important;
  box-shadow: inset 3px 0 0 #6D91CD !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:hover {
  background: rgba(109, 145, 205, 0.2) !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:first-child td:first-child {
  border-top-left-radius: 0.5rem;
}
.data-table tbody tr.table-row--selected.table-row--selected:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.data-table tbody tr.table-row--highlighted {
  background: rgba(74, 124, 201, 0.12) !important;
  box-shadow: inset 3px 0 0 #4A7CC9;
}
.data-table tbody tr.table-row--highlighted:hover {
  background: rgba(74, 124, 201, 0.18) !important;
}
.data-table tbody tr.table-row--highlighted:first-child td:first-child {
  border-top-left-radius: 0.5rem;
}
.data-table tbody tr.table-row--highlighted:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.data-table tbody tr.table-row--muted {
  opacity: 0.75;
}
.data-table tbody tr.table-row--accent-primary {
  box-shadow: inset 3px 0 0 #4A7CC9;
}
.data-table tbody tr.table-row--accent-success {
  box-shadow: inset 3px 0 0 #06D6A0;
}
.data-table tbody tr.table-row--accent-warning {
  box-shadow: inset 3px 0 0 #FFB800;
}
.data-table tbody tr.table-row--accent-error {
  box-shadow: inset 3px 0 0 #EF4565;
}
.data-table tbody tr.table-row--accent-info {
  box-shadow: inset 3px 0 0 #6D91CD;
}
.data-table tbody tr.table-row--accent-neutral {
  box-shadow: inset 3px 0 0 rgba(232, 232, 240, 0.6);
}
.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: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
  vertical-align: middle;
}
.data-table tbody td .badge,
.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 {
  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(6, 214, 160, 0.12);
  color: #06D6A0;
}
.data-table__status--success::before {
  background: #06D6A0;
}
.data-table__status--warning {
  background: rgba(255, 184, 0, 0.12);
  color: #FFB800;
}
.data-table__status--warning::before {
  background: #FFB800;
}
.data-table__status--error {
  background: rgba(239, 69, 101, 0.12);
  color: #EF4565;
}
.data-table__status--error::before {
  background: #EF4565;
}
.data-table__status--info {
  background: rgba(109, 145, 205, 0.12);
  color: #8CAAE0;
}
.data-table__status--info::before {
  background: #6D91CD;
}
.data-table__status--neutral {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 232, 240, 0.6);
}
.data-table__status--neutral::before {
  background: rgba(232, 232, 240, 0.6);
}
.data-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
}
.data-table__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
}
.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.3125rem;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.data-table__action-btn:hover {
  background: #2e2e38;
  border-color: rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.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;
}
.drag-handle {
  color: #7F8891;
  cursor: grab;
  transition: color 0.15s ease;
  user-select: none;
}
.drag-handle:hover {
  color: rgba(232, 232, 240, 0.6);
}
.drag-handle:active {
  cursor: grabbing;
}
.data-table__drag-handle {
  color: #7F8891;
  cursor: grab;
  transition: color 0.15s ease;
  user-select: none;
  width: 1%;
  padding-right: 0 !important;
}
.data-table__drag-handle:hover {
  color: rgba(232, 232, 240, 0.6);
}
.data-table__drag-handle:active {
  cursor: grabbing;
}
.sortable-ghost {
  opacity: 0.3;
}
.sortable-chosen {
  background: #2e2e38;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.data-table__empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.9375rem;
}
.data-table__empty i {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
  color: rgba(232, 232, 240, 0.4);
}
.data-table__count {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  padding: 0 1.25rem 0.5rem 1.25rem;
}
@media (max-width: 767px) {
  .data-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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: rgba(232, 232, 240, 0.8);
  cursor: pointer;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  transition: all 0.15s ease;
}
.data-table__editable:hover {
  color: #E8E8F0;
  border-bottom-color: rgba(232, 232, 240, 0.6);
}
.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: #7F8891;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 50%;
  line-height: 1;
}
.data-table__popout-toggle:hover {
  color: rgba(232, 232, 240, 0.6);
  background: rgba(255, 255, 255, 0.04);
}
.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: rgba(232, 232, 240, 0.4);
  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: rgba(232, 232, 240, 0.4);
  font-size: 0.8125rem;
  transition: color 0.15s ease;
}
.data-table th.data-table__sortable:hover {
  background: rgba(255, 255, 255, 0.04);
}
.data-table th.data-table__sortable.data-table__sorted-asc {
  background: rgba(109, 145, 205, 0.08);
}
.data-table th.data-table__sortable.data-table__sorted-asc::before {
  color: #8CAAE0;
}
.data-table th.data-table__sortable.data-table__sorted-asc:hover {
  background: rgba(109, 145, 205, 0.12);
}
.data-table th.data-table__sortable.data-table__sorted-desc {
  background: rgba(109, 145, 205, 0.08);
}
.data-table th.data-table__sortable.data-table__sorted-desc::after {
  color: #8CAAE0;
}
.data-table th.data-table__sortable.data-table__sorted-desc:hover {
  background: rgba(109, 145, 205, 0.12);
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle),
.data-table a.data-table__link {
  color: #8CAAE0;
  text-decoration: none;
  transition: color 0.15s ease;
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):hover,
.data-table a.data-table__link:hover {
  color: #6D91CD;
  text-decoration: underline;
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):visited,
.data-table a.data-table__link:visited {
  color: rgba(140, 170, 224, 0.7);
}
.data-table a.data-table__link-subtle {
  color: #E8E8F0 !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: rgba(232, 232, 240, 0.6) !important;
  font-size: 0.875rem;
  text-decoration: none !important;
}
.data-table a.data-table__link-muted:hover {
  color: rgba(232, 232, 240, 0.8) !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: #3a3a46;
}
.data-table tbody tr.data-table__row-link:hover a {
  color: #6D91CD;
}
.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: #202026;
  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: rgba(0, 0, 0, 0.15);
  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: #202026;
  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: #202026;
  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: #2e2e38;
  border: none;
  border-radius: 0.1875rem;
  color: #E8E8F0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(74, 124, 201, 0.15);
  box-sizing: border-box;
  transition: box-shadow 0.15s ease;
}
.data-table__editable-input:focus {
  box-shadow: inset 0 0 0 2px #4A7CC9;
}
.data-table__editable-input--invalid {
  box-shadow: inset 0 0 0 2px #EF4565;
}
.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 #4A7CC9;
  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(6, 214, 160, 0.2);
  }
  100% {
    background: transparent;
  }
}
.data-table tbody tr.data-table__group-header {
  background: rgba(0, 0, 0, 0.15);
  cursor: default;
}
.data-table tbody tr.data-table__group-header:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}
.data-table tbody tr.data-table__group-header td {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #E8E8F0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.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: rgba(255, 255, 255, 0.02);
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.15);
}
.data-table tbody tr.data-table__subgroup-header:hover {
  background: rgba(255, 255, 255, 0.02) !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: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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__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: #EF4565;
  color: #E8E8F0;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  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: #EF4565;
}
.list-group {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.list-group:empty {
  margin-bottom: 0;
}
.list-group a {
  color: #E8E8F0;
  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 rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
  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: #2e2e38;
  border-color: #6D91CD;
  color: #6D91CD;
}
.list-group-item--active .list-item-text {
  color: #6D91CD;
  font-weight: 600;
}
.list-group-item--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.list-group-item--action {
  cursor: pointer;
}
.list-group-item--action:hover:not(.list-group-item--disabled) {
  background-color: #2e2e38;
  border-color: rgba(255, 255, 255, 0.1);
}
.list-group-item--action:active:not(.list-group-item--disabled) {
  background-color: #3a3a46;
}
.list-group-item--primary {
  background-color: rgba(74, 124, 201, 0.1);
  border-color: rgba(74, 124, 201, 0.2);
}
.list-group-item--primary .list-item-text {
  color: #4A7CC9;
}
.list-group-item--primary.list-group-item--action:hover {
  background-color: rgba(74, 124, 201, 0.15);
}
.list-group-item--success {
  background-color: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
}
.list-group-item--success .list-item-text {
  color: #06D6A0;
}
.list-group-item--success.list-group-item--action:hover {
  background-color: rgba(6, 214, 160, 0.15);
}
.list-group-item--warning {
  background-color: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.2);
}
.list-group-item--warning .list-item-text {
  color: #FFB800;
}
.list-group-item--warning.list-group-item--action:hover {
  background-color: rgba(255, 184, 0, 0.15);
}
.list-group-item--error {
  background-color: rgba(239, 69, 101, 0.1);
  border-color: rgba(239, 69, 101, 0.2);
}
.list-group-item--error .list-item-text {
  color: #EF4565;
}
.list-group-item--error.list-group-item--action:hover {
  background-color: rgba(239, 69, 101, 0.15);
}
.list-group-item--purple {
  background-color: rgba(109, 145, 205, 0.1);
  border-color: rgba(109, 145, 205, 0.2);
}
.list-group-item--purple .list-item-text {
  color: #6D91CD;
}
.list-group-item--purple.list-group-item--action:hover {
  background-color: rgba(109, 145, 205, 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.3125rem;
  border-top-right-radius: 0.3125rem;
}
.list-group--flush .list-group-item.list-group-item--action:last-child {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.list-group--horizontal {
  display: flex;
  flex-direction: row;
}
.list-group--horizontal .list-group-item {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  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: rgba(232, 232, 240, 0.6);
  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 {
  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-group--bordered {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.3125rem;
  padding: 0.75rem 1rem;
  background: rgba(45, 45, 58, 0.3);
}
.collapse > .list-group + .list-group {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  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 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  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.3125rem 0.3125rem 0 0;
}
.list-group--bordered-link .list-group-item:last-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.list-group--bordered-link .list-group-item:first-child:last-child {
  border-radius: 0.3125rem;
}
.list-group--bordered-link .list-group-item:hover {
  background-color: rgba(74, 124, 201, 0.05);
  border-color: rgba(74, 124, 201, 0.3);
  z-index: 2;
}
.list-group--bordered-link .list-group-item:hover .list-item-arrow {
  color: #4A7CC9;
}
.list-group--bordered-link .list-group-item:hover .list-item-title,
.list-group--bordered-link .list-group-item:hover .list-item-heading {
  color: #4A7CC9;
}
.list-group--relaxed .list-item-content,
.list-group-schedule .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.5rem;
  background: #3a3a46;
  color: #E8E8F0;
  font-size: 0.8125rem;
  font-weight: 600;
  flex-shrink: 0;
}
.list-item-heading {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 0.25rem;
  transition: color 0.2s ease;
}
.list-item-title {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #E8E8F0;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.list-item-subtext {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.4;
}
.list-item-description {
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.4;
}
.list-group .list-item-description a {
  color: rgba(232, 232, 240, 0.6);
  text-decoration: none;
}
.list-group .list-item-description a:hover {
  color: rgba(232, 232, 240, 0.8);
  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 rgba(255, 255, 255, 0.05);
}
.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: #7F8891;
  transition: color 0.2s ease;
  margin-left: auto;
}
.list-item-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.1875rem;
  background: #3a3a46;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  flex-shrink: 0;
}
.list-item-icon-coral {
  background: rgba(74, 124, 201, 0.1);
  border: 1px solid rgba(74, 124, 201, 0.2);
  color: #4A7CC9;
}
.list-item-icon-purple {
  background: rgba(109, 145, 205, 0.1);
  border: 1px solid rgba(109, 145, 205, 0.2);
  color: #6D91CD;
}
.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(255, 184, 0, 0.1);
  border: 1px solid rgba(255, 184, 0, 0.2);
  color: #FFB800;
}
.list-item-icon-success {
  background: rgba(6, 214, 160, 0.1);
  border: 1px solid rgba(6, 214, 160, 0.2);
  color: #06D6A0;
}
.list-item-icon-error {
  background: rgba(239, 69, 101, 0.1);
  border: 1px solid rgba(239, 69, 101, 0.2);
  color: #EF4565;
}
.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: #E8E8F0;
  margin-bottom: 0.125rem;
}
.list-item-time {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
}
.list-item-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #06D6A0;
  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, #4A7CC9, #6D91CD);
  flex-shrink: 0;
  overflow: hidden;
}
.list-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-name {
  font-size: 0.9375rem;
  color: #E8E8F0;
  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: #EF4565;
}
.list-item-countdown--warning {
  color: #FFB800;
}
.list-item-countdown--ok {
  color: #06D6A0;
}
.list-item-status {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
  vertical-align: middle;
}
.list-item-status--online {
  background: #06D6A0;
}
.list-item-status--busy {
  background: #FFB800;
}
.list-item-status--offline {
  background: #7F8891;
}
.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: #E8E8F0;
  background: rgba(6, 214, 160, 0.62);
}
.list-group-verification .list-item-icon.icon-warning {
  color: #E8E8F0;
  background: rgba(255, 184, 0, 0.62);
}
.list-group-verification .list-item-icon.icon-danger,
.list-group-verification .list-item-icon.icon-error {
  color: #E8E8F0;
  background: rgba(239, 69, 101, 0.62);
}
.list-group-verification .list-item-icon.icon-info {
  color: #E8E8F0;
  background: rgba(109, 145, 205, 0.62);
}
.list-group-verification .list-item-text {
  font-size: 0.9375rem;
  color: rgba(232, 232, 240, 0.8);
  margin-bottom: 0;
}
.list-group--clean .list-group-item,
.list-group--records .list-group-item {
  border-bottom: none;
  border-radius: 0.3125rem;
}
.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: #E8E8F0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  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: #7F8891;
  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: rgba(232, 232, 240, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.list-group--package {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.list-group--package .list-group-item {
  background: #202026;
  border: 2px solid rgba(255, 255, 255, 0.15);
  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(74, 124, 201, 0.2);
}
.list-group--package .list-group-item.list-group-item--active {
  border-color: #4A7CC9;
}
.list-group--package .list-group-package-check {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #4A7CC9;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  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: #4A7CC9;
  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: rgba(232, 232, 240, 0.6);
  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: #E8E8F0;
  line-height: 1;
  margin-bottom: 0.25rem;
  transition: color 0.2s ease;
}
.list-group-item--active .list-group--package .list-group-package-price {
  color: #4A7CC9;
}
.list-group--package .list-group-package-passes {
  display: block;
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.8);
}
.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: #E8E8F0;
  letter-spacing: -0.03125rem;
  line-height: 1.2;
}
.list-group--action .list-group--text {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  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.1875rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.list-group--sheet .list-group-item {
  background-color: #32323e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  margin: 0;
}
.list-group--sheet .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.list-group--sheet .list-group-item:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.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: #3a3a46;
}
.list-group--sheet .list-item-label {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
}
.list-group--sheet .list-item-value {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #E8E8F0;
  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: #06D6A0;
}
.list-group--sheet .list-item-value--success i {
  color: #06D6A0;
}
.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, rgba(255, 255, 255, 0.15));
  border-radius: 0.3125rem;
  color: var(--pagination-color, rgba(232, 232, 240, 0.6));
  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, #2e2e38);
  border-color: var(--pagination-hover-border-color, rgba(255, 255, 255, 0.2));
  color: var(--pagination-hover-color, #E8E8F0);
  text-decoration: none;
}
.pagination-link:focus-visible {
  outline: 2px solid #6D91CD;
  outline-offset: 2px;
  z-index: 1;
}
.pagination-link:active:not(:disabled):not(.disabled) {
  background: #3a3a46;
  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, #4A7CC9);
  background: var(--pagination-active-bg-primary, rgba(74, 124, 201, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(74, 124, 201, 0.3));
  pointer-events: none;
}
.pagination-link--active:hover,
.pagination-item--active .pagination-link:hover {
  background: var(--pagination-active-bg-primary, rgba(74, 124, 201, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(74, 124, 201, 0.3));
}
.pagination-link:disabled,
.pagination-link.disabled,
.pagination-item--disabled .pagination-link {
  color: var(--pagination-disabled-color, #7F8891);
  background: var(--pagination-disabled-bg, transparent);
  border-color: var(--pagination-disabled-border-color, rgba(255, 255, 255, 0.1));
  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, rgba(232, 232, 240, 0.6));
  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: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  user-select: none;
}
.pagination-page-info strong {
  color: #E8E8F0;
  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.1875rem;
}
.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.5rem;
}
.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(74, 124, 201, 0.12);
  border: none;
}
.pagination--primary .pagination-link--active,
.pagination--primary .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-primary, #4A7CC9);
  background: var(--pagination-active-bg-primary, rgba(74, 124, 201, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(74, 124, 201, 0.3));
}
.pagination--secondary .pagination-link--active,
.pagination--secondary .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-secondary, #8CAAE0);
  background: var(--pagination-active-bg-secondary, rgba(109, 145, 205, 0.1));
  border-color: var(--pagination-active-border-secondary, rgba(109, 145, 205, 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) {
    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: rgba(232, 232, 240, 0.6);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 0.75rem;
}
.breadcrumb a {
  color: rgba(232, 232, 240, 0.6);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #E8E8F0;
}
.breadcrumb > span:last-child {
  color: #E8E8F0;
}
.breadcrumb__sep {
  font-size: 0.8125rem;
  opacity: 0.5;
}
.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1099;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.show {
  opacity: 1;
  visibility: visible;
}
.backdrop--faded {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  gap: 0.5rem;
}
.sheet__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  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.3125rem;
  color: rgba(232, 232, 240, 0.6);
  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: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.overlay-toolbar__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.overlay-toolbar__btn.active {
  color: #3B82F6;
}
.overlay-toolbar__btn.btn-sm {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  min-height: 0;
  font-size: 0.9375rem;
  border-radius: 0.1875rem;
}
.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: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  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__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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.3125rem;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
}
.modal__close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.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.1875rem;
  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: rgba(232, 232, 240, 0.6);
}
.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: #E8E8F0;
  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__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal--sm .modal__dialog {
  max-width: 22.5rem;
}
.modal--lg .modal__dialog {
  max-width: 40rem;
}
.sheet {
  position: fixed;
  z-index: 1100;
  background: #2e2e38;
  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 rgba(255, 255, 255, 0.1);
    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.5rem 0.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    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: rgba(255, 255, 255, 0.2);
    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 rgba(255, 255, 255, 0.1);
  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.3125rem;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.sheet__btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.sheet__close {
  width: 2rem;
  height: 2rem;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
}
.sheet__close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.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.1875rem;
  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: rgba(232, 232, 240, 0.6);
}
.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: #E8E8F0;
  margin: 0;
  text-align: right;
}
.sheet__body dd .form-control--transparent {
  text-align: right;
}
.sheet__body dd .combobox-trigger-sm {
  margin-block: -0.25rem;
}
.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::after {
  content: "Drop files to attach";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  height: 100vh;
  border: 2px dashed #4A7CC9;
  background: rgba(74, 124, 201, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  color: #4A7CC9;
  font-weight: 500;
}
.sheet__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  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: rgba(232, 232, 240, 0.6);
}
.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 rgba(255, 255, 255, 0.1);
}
.search-sheet__input i {
  color: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
}
.search-sheet__input input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #E8E8F0;
  font-size: 0.9375rem;
  font-family: 'Outfit', sans-serif;
  padding: 0;
}
.search-sheet__input input::placeholder {
  color: rgba(232, 232, 240, 0.6);
}
@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 rgba(255, 255, 255, 0.1) !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: rgba(255, 255, 255, 0.2);
    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;
  }
}
@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.3125rem;
  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: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.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(6, 214, 160, 0.65);
  border-color: rgba(6, 214, 160, 0.2);
  color: #FFFFFF;
}
.toast--error {
  background: rgba(239, 69, 101, 0.65);
  border-color: rgba(239, 69, 101, 0.2);
  color: #FFFFFF;
}
.toast--warning {
  background: rgba(255, 184, 0, 0.65);
  border-color: rgba(255, 184, 0, 0.2);
  color: #FFFFFF;
}
.toast--info {
  background: rgba(109, 145, 205, 0.65);
  border-color: rgba(109, 145, 205, 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);
}
.spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid rgba(74, 124, 201, 0.25);
  border-top-color: #4A7CC9;
  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, #2e2e38 25%, rgba(255, 255, 255, 0.05) 50%, #2e2e38 75%);
  background-size: 400% 100%;
  animation: shimmer 2s ease-in-out infinite;
  border-radius: 0.1875rem;
  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: rgba(232, 232, 240, 0.25);
}
.empty-state span {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
}
.empty-state--lg {
  padding: 3rem 1.5rem;
  gap: 1rem;
}
.empty-state--lg i {
  font-size: 3rem;
}
.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.3125rem !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: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.3125rem;
}
.prose {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.8);
}
.prose h1 {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #E8E8F0;
  margin: 1rem 0 0.5rem;
}
.prose h2 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #E8E8F0;
  margin: 1rem 0 0.5rem;
}
.prose h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #E8E8F0;
  margin: 0.75rem 0 0.5rem;
}
.prose h4,
.prose h5,
.prose h6 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E8E8F0;
  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: rgba(226, 232, 240, 0.38);
  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: #E8E8F0;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.prose td {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: top;
}
.prose tr:last-child td {
  border-bottom: none;
}
.prose code {
  font-family: 'Space Mono', monospace;
  font-size: 0.8125rem;
  background: #2e2e38;
  padding: 0.125rem 0.25rem;
  border-radius: 0.1875rem;
  color: #E8E8F0;
}
.prose pre {
  background: #2e2e38;
  padding: 0.75rem;
  border-radius: 0.1875rem;
  overflow-x: auto;
  margin: 0.5rem 0 0.75rem;
}
.prose pre code {
  background: none;
  padding: 0;
}
.prose blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.15);
  padding-left: 0.75rem;
  margin: 0.5rem 0;
  color: rgba(226, 232, 240, 0.38);
  font-style: italic;
}
.prose hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0.75rem 0;
}
.prose a {
  color: #4A7CC9;
}
.prose a:hover {
  text-decoration: underline;
}
.prose strong {
  color: #E8E8F0;
  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.5rem;
  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(74, 124, 201, 0.5);
  background: rgba(74, 124, 201, 0.05);
}
.file-uploader-dropzone-active {
  border-color: #4A7CC9;
  background: rgba(74, 124, 201, 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: rgba(232, 232, 240, 0.6);
  line-height: 1;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.file-uploader-dropzone:hover .file-uploader-icon {
  color: #4A7CC9;
}
.file-uploader-dropzone-active .file-uploader-icon {
  color: #4A7CC9;
}
.file-uploader-text {
  font-size: 0.9375rem;
  color: #E8E8F0;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.file-uploader-hint {
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 0.5rem;
}
.file-uploader-browse {
  display: inline-block;
  color: #4A7CC9;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.file-uploader-browse:hover {
  color: #7198d5;
}
.file-uploader-input {
  display: none;
}
.file-uploader-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.file-uploader-item {
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.3125rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.2s ease;
}
.file-uploader-item:hover {
  border-color: rgba(74, 124, 201, 0.3);
}
.file-uploader-item-complete {
  border-color: rgba(6, 214, 160, 0.3);
}
.file-uploader-item-complete:hover {
  border-color: rgba(6, 214, 160, 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: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
}
.file-uploader-item-complete .file-uploader-file-icon {
  color: #06D6A0;
}
.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: #E8E8F0;
  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: rgba(232, 232, 240, 0.6);
}
.file-uploader-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.file-uploader-status-uploading {
  color: #4A7CC9;
}
.file-uploader-status-complete {
  color: #06D6A0;
}
.file-uploader-status-error {
  color: #EF4444;
}
.file-uploader-progress {
  width: 100%;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  overflow: hidden;
  margin-top: 0.5rem;
}
.file-uploader-progress-bar {
  height: 100%;
  background: #4A7CC9;
  border-radius: 0.1875rem;
  transition: width 0.3s ease;
}
.file-uploader-item-complete .file-uploader-progress-bar {
  background: #06D6A0;
}
.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.1875rem;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(232, 232, 240, 0.6);
  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: #E8E8F0;
}
.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: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  color: rgba(232, 232, 240, 0.6);
  max-width: 100%;
}
.file-attachment__name {
  color: #E8E8F0;
  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.1875rem;
  background: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.8125rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.file-attachment__remove:hover {
  color: #4A7CC9;
  background: rgba(74, 124, 201, 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: rgba(255, 255, 255, 0.15);
  gap: 0.375rem;
  color: rgba(232, 232, 240, 0.8);
}
.tag-input__tags .chip.chip-sm:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.tag-input__tags .chip-label {
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: none;
  color: #E8E8F0;
  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: rgba(232, 232, 240, 0.6);
}
.tag-input__tags [data-tag-input-trigger]:hover {
  color: #E8E8F0;
}
.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: #2e2e38;
  border: 1px solid #424242;
  border-radius: 0.3125rem;
  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: #2e2e38;
}
.tag-input__list {
  max-height: 12.5rem;
  overflow-y: auto;
}
.tag-input__empty {
  display: none;
  padding: 0.75rem 1rem;
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
  text-align: center;
}
.tag-input__empty.show {
  display: block;
}
.tag-input__create {
  color: rgba(232, 232, 240, 0.6);
  font-size: 0.875rem;
}
.tag-input__create i {
  color: rgba(232, 232, 240, 0.6);
  transition: color 0.15s ease;
}
.tag-input__create:hover {
  color: #4A7CC9;
}
.tag-input__create:hover i {
  color: #4A7CC9;
}
.tag-input__create-divider {
  display: none;
}
.sidenav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 15rem;
  background: rgba(32, 32, 38, 0.98);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  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.5rem;
}
.sidenav--open .sidenav__body,
.sidenav--open .sidenav__brand {
  width: 3.75rem;
}
.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;
}
@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: 0 1.25rem;
  height: 3.375rem;
  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 rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__item {
  margin-bottom: 0.125rem;
}
.nav__link {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 0.75rem;
  height: 2.25rem;
  color: #ccd6e2;
  text-decoration: none;
  border-radius: 1.25rem;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
}
.nav__link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccd6e2;
}
.nav__link--active {
  background: #6988bd;
  color: #000;
}
.nav__icon {
  width: 1.75rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1;
  color: rgba(219, 219, 219, 0.82);
}
.nav__label {
  flex: 1;
  transition: opacity 0.15s ease, width 0.15s ease;
}
.nav__chevron {
  font-size: 0.8125rem;
  color: rgba(232, 232, 240, 0.6);
  transition: opacity 0.15s ease, width 0.15s ease, transform 0.2s ease;
}
.nav__link--active .nav__chevron {
  transform: rotate(90deg);
  color: #4A7CC9;
}
.nav__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.125);
  margin: 0.5rem 0;
}
.nav__heading {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.38);
  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: none;
  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: 0 0.625rem 0 1rem;
  height: 3.375rem;
  flex-shrink: 0;
}
.sidenav__panel-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ccd6e2;
}
.sidenav__panel-close {
  background: none;
  border: none;
  color: #ccd6e2;
  cursor: pointer;
  font-size: 1.0625rem;
  padding: 0.25rem;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidenav__panel-close:hover {
  color: #ccd6e2;
  background: rgba(255, 255, 255, 0.1);
}
.sidenav__panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0;
  background: rgba(11, 17, 33, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.5rem 0 0 0;
}
.subnav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: #ccd6e2;
  text-decoration: none;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.subnav__link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccd6e2;
}
.subnav__link--active {
  color: #4A7CC9;
}
.subnav__link::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.52);
  flex-shrink: 0;
}
.subnav__link--active::before {
  background: #4A7CC9;
}
.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, #263c67 0%, #1e293b 52%, #0f172a 100%);
}
.sidenav--gradient .sidenav__panel {
  background: transparent;
}
.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;
}
.sidenav .nav__item + .nav__item {
  margin-top: 0.25rem;
}
.sidenav .nav__link {
  justify-content: flex-start;
  text-align: left;
}
.sidenav .nav__link--active:hover {
  background: #6988bd;
}
.sidenav .nav__link--active .nav__icon .icon {
  color: #000;
}
.sidenav .nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.sidenav .nav__icon .icon {
  width: 1.0625rem;
  height: 1.0625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidenav .nav__label {
  margin-left: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidenav .nav__chevron {
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
}
.sidenav .nav__chevron .icon {
  font-size: 0.875rem;
  opacity: 0.7;
}
.sidenav .nav__divider {
  margin: 0.75rem -0.75rem;
}
.sidenav__panel-header h2 {
  letter-spacing: 0.01em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
}
.sidenav__panel-close {
  font-size: 0.875rem;
}
.sidenav__panel-close:hover {
  color: #ccd6e2;
}
.sidenav__footer {
  padding: 0.5rem 0.75rem;
  border-top-color: rgba(255, 255, 255, 0.125);
}
.sidenav__footer .sidenav__footer-kebab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.25rem;
  background: none;
  border: none;
  color: rgba(219, 219, 219, 0.82);
  cursor: pointer;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  transition: background 0.2s;
  padding: 0;
}
.sidenav__footer .sidenav__footer-kebab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccd6e2;
}
.sidenav__footer .sidenav__footer-group {
  margin-bottom: 0.5rem;
}
.sidenav__footer .sidenav__footer-item {
  display: flex;
  align-items: center;
  height: 2.25rem;
  padding: 0 1rem;
  color: #ccd6e2;
  text-decoration: none;
  border-radius: 1.25rem;
  transition: background 0.2s;
  white-space: nowrap;
  font-size: 0.8125rem;
}
.sidenav__footer .sidenav__footer-item .icon {
  color: rgba(219, 219, 219, 0.82);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.125rem;
  width: 1.125rem;
}
.sidenav__footer .sidenav__footer-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccd6e2;
  text-decoration: none;
}
.sidenav__footer .sidenav__copy {
  display: block;
  text-align: center;
  color: rgba(226, 232, 240, 0.38);
  font-size: 0.6875rem;
  padding: 0.5rem 0;
}
.sidenav__footer--expanded .sidenav__footer-content {
  display: block !important;
}
.sidenav__footer--expanded .sidenav__footer-kebab {
  background: rgba(255, 255, 255, 0.1);
}
.sidenav--open .sidenav__body {
  padding: 0.5rem 0.75rem;
  overflow-y: hidden;
  overflow-x: hidden;
}
.sidenav--open .nav__label,
.sidenav--open .nav__chevron {
  display: none;
}
.sidenav--open .nav__link {
  justify-content: center;
  padding: 0;
  width: 2.25rem;
  border-radius: 1.125rem;
  margin: 0 auto;
}
.sidenav--open .nav__icon {
  min-width: auto;
  width: auto;
}
.sidenav--open .nav__link--active .nav__icon .icon {
  color: #000;
}
.sidenav--open .sidenav__brand {
  justify-content: center;
  padding: 0.75rem 0;
}
.sidenav--open .sidenav__brand img {
  height: 2.125rem;
  max-width: 2.125rem;
  object-fit: cover;
  object-position: left;
}
.sidenav--open .sidenav__panel-header {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
:root,
[data-theme='light'] {
  --rf-black: #000000;
  --rf-gray-darker: #1A2229;
  --rf-gray-dark: #3E5061;
  --rf-gray-medium: #99a1a3;
  --rf-gray: #d9e1e2;
  --rf-gray-light: #edf6f7;
  --rf-gray-lighter: #f2f7f8;
  --rf-white: #ffffff;
  --rf-primary: #233354;
  --rf-primary-light: #405479;
  --rf-primary-dark: #1A1D26;
  --rf-body-bg: #f6f9f9;
  --rf-content-bg: #ffffff;
  --rf-bg-faded: #f2f7f8;
  --rf-border-color: rgba(0, 0, 0, 0.2);
  --rf-border-color-light: rgba(0, 0, 0, 0.1);
  --rf-text-primary: #1A1D26;
  --rf-text-muted: #99a1a3;
  --rf-radius-sm: 2px;
  --rf-radius-base: 3px;
  --rf-radius-lg: 5px;
  --rf-skeleton-bg: var(--rf-gray);
  --rf-skeleton-shimmer: var(--rf-gray-lighter);
  --rf-overlay-bg: rgba(255, 255, 255, 0.7);
  --rf-spinner-color: var(--rf-primary);
}
[data-theme='dark'] {
  --rf-black: #000000;
  --rf-gray-darker: #111416;
  --rf-gray-dark: #1a1c1e;
  --rf-gray-medium: #353a3e;
  --rf-gray: #5a6771;
  --rf-gray-light: #b7c7d2;
  --rf-gray-lighter: #eaf5fc;
  --rf-white: #ffffff;
  --rf-primary: #6D91CD;
  --rf-primary-light: #8CAAE0;
  --rf-primary-dark: #405479;
  --rf-body-bg: #0f1012;
  --rf-content-bg: #111416;
  --rf-bg-faded: #1e2023;
  --rf-border-color: rgba(255, 255, 255, 0.15);
  --rf-border-color-light: rgba(255, 255, 255, 0.08);
  --rf-text-primary: #eaf5fc;
  --rf-text-muted: #5a6771;
  --rf-skeleton-bg: var(--rf-gray-medium);
  --rf-skeleton-shimmer: var(--rf-gray-dark);
  --rf-overlay-bg: rgba(0, 0, 0, 0.5);
  --rf-spinner-color: var(--rf-primary);
}
.rf-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border: 3px solid color-mix(in srgb, var(--rf-spinner-color) 25%, transparent);
  border-top-color: var(--rf-spinner-color);
  border-radius: 50%;
  animation: rf-spin 0.7s linear infinite;
}
.rf-spinner--sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}
.rf-spinner--lg {
  width: 2rem;
  height: 2rem;
}
.rf-spinner--muted {
  border-color: rgba(0, 0, 0, 0.15);
  border-color: color-mix(in srgb, var(--rf-text-muted) 25%, transparent);
  border-top-color: var(--rf-text-muted);
}
.rf-loading-overlay {
  position: absolute;
  inset: 0;
  background: var(--rf-overlay-bg);
  border-radius: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rf-skeleton {
  display: block;
  height: 0.875rem;
  width: 100%;
  background: linear-gradient(90deg, var(--rf-skeleton-bg) 25%, var(--rf-skeleton-shimmer) 50%, var(--rf-skeleton-bg) 75%);
  background-size: 400% 100%;
  animation: rf-shimmer 2s ease-in-out infinite;
  border-radius: var(--rf-radius-sm);
  margin-bottom: 0.75rem;
}
.rf-skeleton--heading {
  height: 1.5rem;
  width: 60%;
}
.rf-skeleton--text {
  height: 0.875rem;
  width: 100%;
}
.rf-skeleton--short {
  width: 40%;
}
.rf-skeleton--row {
  height: 2.5rem;
  width: 100%;
  margin-bottom: 0.25rem;
}
.rf-skeleton--circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.rf-skeleton--card {
  height: auto;
  background: var(--rf-content-bg);
  border: 1px solid var(--rf-border-color-light);
  border-radius: var(--rf-radius-lg);
  padding: 1.25rem;
  margin-bottom: 1rem;
  animation: none;
}
.rf-skeleton--toolbar {
  height: 2.25rem;
  width: 30%;
  margin-bottom: 1rem;
}
.rf-skeleton--table-row {
  height: 3rem;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--rf-border-color-light);
}
.rf-skeleton--stat {
  height: 4.5rem;
  border-radius: var(--rf-radius-base);
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.htmx-request .htmx-indicator,
.htmx-indicator.htmx-request {
  opacity: 1;
}
.htmx-settling .htmx-added {
  opacity: 0;
}
.htmx-added {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.htmx-swapping {
  opacity: 0;
  transition: opacity 200ms ease-out;
}
[hx-post].htmx-request,
[hx-put].htmx-request,
[hx-delete].htmx-request,
[hx-patch].htmx-request {
  pointer-events: none;
  opacity: 0.75;
}
[hx-post].htmx-request > .icon,
[hx-put].htmx-request > .icon,
[hx-delete].htmx-request > .icon,
[hx-patch].htmx-request > .icon {
  display: none;
}
[hx-post].htmx-request::before,
[hx-put].htmx-request::before,
[hx-delete].htmx-request::before,
[hx-patch].htmx-request::before {
  content: '';
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid var(--rf-border-color);
  border-top-color: var(--rf-spinner-color);
  border-radius: 50%;
  animation: rf-spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 0.25rem;
}
[hx-post].htmx-request.btn-icon::before,
[hx-put].htmx-request.btn-icon::before,
[hx-delete].htmx-request.btn-icon::before,
[hx-patch].htmx-request.btn-icon::before {
  margin-right: 0;
}
.rf-dropdown {
  position: relative;
  display: inline-block;
}
.rf-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.rf-dropdown-toggle:empty::after {
  margin-left: 0;
}
.rf-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 8.75rem;
  padding: 0.5rem 0;
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: var(--rf-text-primary);
  text-align: left;
  list-style: none;
  background-color: var(--rf-content-bg);
  background-clip: padding-box;
  border: 1px solid var(--rf-border-color);
  border-radius: var(--rf-radius-lg);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.rf-dropdown-menu.show {
  display: block;
}
.rf-dropdown-menu.rf-dropdown-menu--sm {
  min-width: 8.75rem;
  padding: 0.375rem 0;
  font-size: 0.75rem;
}
.rf-dropdown-menu.rf-dropdown-menu--sm .rf-dropdown-item {
  padding: 0.375rem 0.75rem;
}
.rf-dropdown-menu.rf-dropdown-menu--sm .rf-dropdown-header {
  padding: 0.375rem 0.625rem;
  font-size: 0.6875rem;
}
.rf-dropdown-menu.rf-dropdown-menu--sm .rf-dropdown-divider {
  margin: 0.375rem 0;
}
.rf-dropdown-menu.rf-dropdown-menu--sm .rf-dropdown-item-text {
  padding: 0.5rem 0.75rem;
}
.rf-dropdown-menu.rf-dropdown-menu--md {
  min-width: 15rem;
}
.rf-dropdown-menu.rf-dropdown-menu--lg {
  min-width: 18.75rem;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
}
.rf-dropdown-menu.rf-dropdown-menu--lg .rf-dropdown-item {
  padding: 0.625rem 1.25rem;
}
.rf-dropdown-menu.rf-dropdown-menu--lg .rf-dropdown-header {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
}
.rf-dropdown-menu.rf-dropdown-menu--lg .rf-dropdown-divider {
  margin: 0.625rem 0;
}
.rf-dropdown-menu.rf-dropdown-menu--lg .rf-dropdown-item-text {
  padding: 0.75rem 1.25rem;
}
.rf-dropdown-menu--up {
  top: auto;
  bottom: 100%;
  margin: 0 0 0.25rem;
}
.rf-dropdown-menu-end {
  right: 0;
  left: auto;
}
.rf-dropdown-menu-start {
  right: auto;
  left: 0;
}
.rf-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--rf-text-primary);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.rf-dropdown-item.rf-dropdown-item--split {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.rf-dropdown-item:hover,
.rf-dropdown-item:focus {
  background-color: var(--rf-bg-faded);
}
.rf-dropdown-item.active,
.rf-dropdown-item:active {
  color: var(--rf-primary);
  background-color: var(--rf-bg-faded);
}
.rf-dropdown-item.disabled,
.rf-dropdown-item:disabled {
  color: var(--rf-text-muted);
  pointer-events: none;
  cursor: not-allowed;
}
.rf-dropdown-item > .icon {
  margin-right: 0.5rem;
  width: 1rem;
  text-align: center;
}
.rf-dropdown-header {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--rf-text-muted);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.rf-dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--rf-border-color-light);
}
.rf-dropdown-item-text {
  display: block;
  padding: 0.625rem 1rem;
  color: var(--rf-text-muted);
}
.rf-dropdown-menu-popout {
  padding: 0.5rem 0.75rem;
  min-width: 10rem;
  max-width: 30rem;
  max-height: 12.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .rf-dropdown-menu-popout {
    max-width: min(26.25rem, 85vw);
  }
}
@media (max-width: 767px) {
  .rf-dropdown-menu-popout {
    max-width: calc(100vw - (40 * 0.0625rem));
  }
}
@media (max-width: 479px) {
  .rf-dropdown-menu-popout {
    max-width: calc(100vw - (32 * 0.0625rem));
    min-width: 8.75rem;
  }
}
.rf-dropdown-form {
  padding: 0.75rem;
  min-width: 13.75rem;
}
.rf-dropdown-form .rf-dropdown-form__label {
  display: block;
  font-size: 0.75rem;
  color: var(--rf-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.375rem;
}
.rf-dropdown-form .form-control,
.rf-dropdown-form .form-control-sm {
  margin-bottom: 0.5rem;
}
.rf-dropdown-form .rf-dropdown-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 0.25rem;
}
.rf-dropdown-form--auto-save {
  padding: 0.5rem;
  min-width: 11.25rem;
}
.rf-dropdown-form--auto-save .form-control {
  margin-bottom: 0;
}
.rf-dropdown-form--auto-save .rf-dropdown-form__actions {
  display: none;
}
.rf-dropdown-confirm {
  padding: 0.75rem 1rem;
  min-width: 12.5rem;
  max-width: 17.5rem;
}
.rf-dropdown-confirm .rf-dropdown-confirm__message {
  font-size: 0.875rem;
  color: var(--rf-text-primary);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}
.rf-dropdown-confirm .rf-dropdown-confirm__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.rf-dropdown-detail {
  padding: 0.75rem 1rem;
  min-width: 15rem;
  max-width: 25rem;
}
.rf-dropdown-detail .rf-dropdown-detail__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--rf-text-primary);
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
}
.rf-dropdown-detail .rf-dropdown-detail__label {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--rf-text-muted);
}
.rf-dropdown-detail .rf-dropdown-detail__text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--rf-text-primary);
  white-space: normal;
  word-break: break-word;
}
.rf-filter-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid var(--rf-border-color-light);
}
@media (max-width: 767px) {
  .rf-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .rf-filter-bar--wrap {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.rf-filter-bar__spacer {
  flex: 1;
}
.sidenav__panel .rf-sidenav-submenu-header {
  display: none;
}
.sidenav__panel .rf-sidenav-submenu-content {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
}
.sidenav__panel .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidenav__panel .nav-item {
  margin-bottom: 0.0625rem;
}
.sidenav__panel .nav-link {
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem 0.375rem 2rem;
  color: #ccd6e2;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}
.sidenav__panel .nav-link::before {
  content: "" !important;
  font-family: inherit !important;
  position: absolute !important;
  left: 0.75rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0.375rem !important;
  height: 0.375rem !important;
  border-radius: 50% !important;
  background: rgba(226, 232, 240, 0.52) !important;
  font-size: 0 !important;
  margin-left: 0 !important;
  color: transparent !important;
}
.sidenav__panel .nav-link:hover {
  background: rgba(125, 161, 232, 0.25);
  color: #ccd6e2;
  text-decoration: none;
}
.sidenav__panel .nav-link.active {
  color: inherit;
  background: #6988bd;
  font-weight: 500;
}
.sidenav__panel .nav-link.active::before {
  background: #4A7CC9;
}
.sidenav__panel .nav-link.show-modal {
  cursor: pointer;
}
.sidenav__panel .nav-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sidenav__panel .nav-heading {
  border: none;
  padding: 0.75rem 1rem 0.75rem 1rem;
  margin-left: 0 !important;
  position: relative;
  list-style: none;
}
.sidenav__panel .nav-heading:not(:first-child):not(:only-child) {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
.sidenav__panel .nav-heading:first-child {
  margin-top: 0;
}
.sidenav__panel .nav-list-header {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.62);
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
.sidenav__panel .dropdown-header {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.38);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.75rem 0.25rem;
  margin: 0.5rem 0 0;
}
.sidenav__panel .dropdown-header:first-child {
  margin-top: 0;
}
.sidenav__panel .nav-divider,
.sidenav__panel .dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.125);
  margin: 0.5rem 0;
  list-style: none;
  border: none;
}
.sidenav__panel .nav-divider hr,
.sidenav__panel .dropdown-divider hr {
  display: none;
}
.sidenav__panel .nav-subheading:not(.nav-link) {
  font-weight: 500;
  color: #ccd6e2;
  padding: 0.5rem 0.75rem;
}
.sidenav__panel .nav-subheading:not(.nav-link):hover {
  color: #fff;
  background: rgba(125, 161, 232, 0.25);
}
.sidenav__panel .nav-subheading.nav-link {
  font-weight: 500;
  padding-right: 2rem;
}
.sidenav__panel .nav-group,
.sidenav__panel .nav-base-group {
  padding-left: 0;
  background: rgba(0, 0, 0, 0.15);
  margin: 0.25rem 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sidenav__panel .nav-group .nav-link,
.sidenav__panel .nav-base-group .nav-link {
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem 0.25rem 2rem;
}
.sidenav__panel .nav-group .nav-link::before,
.sidenav__panel .nav-base-group .nav-link::before {
  display: none;
}
/*# sourceMappingURL=rf-modern.css.map */