@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
:root {
    --font-family-primary: "Work Sans", sans-serif;
    --font-family-secondary: "Work Sans", sans-serif;
    --font-family-tertiary: "Work Sans", sans-serif;
    --font-family-serif: "Work Sans", sans-serif;
    --font-family-script: "Work Sans", sans-serif;
    --font-family-mono: "Work Sans", sans-serif;
    --font-weight-ultralight: 100;
    --font-weight-lighter: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 600;
    --font-weight-bolder: 800;
    --font-weight-ultrabold: 900;
    --font-text-family: var(--font-family-primary);
    --font-text-weight: 400;
    --font-heading-family: var(--font-family-secondary);
    --font-heading-weight: 500;
    --font-display-family: var(--font-family-secondary);
    --font-display-weight: 700;
    --font-code-family: var(--font-family-code);
    --font-code-weight: 400;
    --root-size: 1rem;
    --radius: 8px;
    --border-size: 1px;
    --border-color: rgba(131, 131, 131, 0.25);
    --shadow-color: rgba(0, 0, 0, 0.15);
    --contrast-ratio: 2;
    --breakpoints-xs: 0;
    --breakpoints-sm: 576px;
    --breakpoints-md: 768px;
    --breakpoints-lg: 992px;
    --breakpoints-xl: 1200px;
    --breakpoints-xxl: 1400px;
    --color-gray: #5b5b5b;
    --color-gray-10: #fafafa;
    --color-gray-25: #f7f7f7;
    --color-gray-50: #efefef;
    --color-gray-100: #dedede;
    --color-gray-200: #bdbdbd;
    --color-gray-300: #9d9d9d;
    --color-gray-400: #7c7c7c;
    --color-gray-500: #5b5b5b;
    --color-gray-600: #494949;
    --color-gray-700: #373737;
    --color-gray-800: #242424;
    --color-gray-900: #121212;
    --color-slate: #6b7280;
    --color-slate-10: #fbfbfb;
    --color-slate-25: #f8f8f9;
    --color-slate-50: #f0f1f2;
    --color-slate-100: #e1e3e6;
    --color-slate-200: #c4c7cc;
    --color-slate-300: #a6aab3;
    --color-slate-400: #898e99;
    --color-slate-500: #6b7280;
    --color-slate-600: #565b66;
    --color-slate-700: #40444d;
    --color-slate-800: #2b2e33;
    --color-slate-900: #15171a;
    --color-primary: #e62323;
    --color-primary-10: #fef8f8;
    --color-primary-25: #fef4f4;
    --color-primary-50: #fde9e9;
    --color-primary-100: #fad3d3;
    --color-primary-200: #f5a7a7;
    --color-primary-300: #f07b7b;
    --color-primary-400: #eb4f4f;
    --color-primary-500: #e62323;
    --color-primary-600: #b81c1c;
    --color-primary-700: #8a1515;
    --color-primary-800: #5c0e0e;
    --color-primary-900: #2e0707;
    --color-secondary: #d946ef;
    --color-secondary-10: #fef9ff;
    --color-secondary-25: #fdf6fe;
    --color-secondary-50: #fbedfd;
    --color-secondary-100: #f7dafc;
    --color-secondary-200: #f0b5f9;
    --color-secondary-300: #e890f5;
    --color-secondary-400: #e16bf2;
    --color-secondary-500: #d946ef;
    --color-secondary-600: #ae38bf;
    --color-secondary-700: #822a8f;
    --color-secondary-800: #571c60;
    --color-secondary-900: #2b0e30;
    --color-info: #0099cc;
    --color-info-10: #f7fcfd;
    --color-info-25: #f2fafc;
    --color-info-50: #e6f5fa;
    --color-info-100: #ccebf5;
    --color-info-200: #99d6eb;
    --color-info-300: #66c2e0;
    --color-info-400: #33add6;
    --color-info-500: #0099cc;
    --color-info-600: #007aa3;
    --color-info-700: #005c7a;
    --color-info-800: #003d52;
    --color-info-900: #001f29;
    --color-success: #4CAF50;
    --color-success-10: #fafdfa;
    --color-success-25: #f6fbf6;
    --color-success-50: #edf7ee;
    --color-success-100: #dbefdc;
    --color-success-200: #b7dfb9;
    --color-success-300: #94cf96;
    --color-success-400: #70bf73;
    --color-success-500: #4CAF50;
    --color-success-600: #3d8c40;
    --color-success-700: #2e6930;
    --color-success-800: #1e4620;
    --color-success-900: #0f2310;
    --color-warning: #ffb307;
    --color-warning-10: #fffdf8;
    --color-warning-25: #fffbf3;
    --color-warning-50: #fff7e6;
    --color-warning-100: #fff0cd;
    --color-warning-200: #ffe19c;
    --color-warning-300: #ffd16a;
    --color-warning-400: #ffc239;
    --color-warning-500: #ffb307;
    --color-warning-600: #cc8f06;
    --color-warning-700: #996b04;
    --color-warning-800: #664803;
    --color-warning-900: #332401;
    --color-danger: #e44b4b;
    --color-danger-10: #fefafa;
    --color-danger-25: #fef6f6;
    --color-danger-50: #fceded;
    --color-danger-100: #fadbdb;
    --color-danger-200: #f4b7b7;
    --color-danger-300: #ef9393;
    --color-danger-400: #e96f6f;
    --color-danger-500: #e44b4b;
    --color-danger-600: #b63c3c;
    --color-danger-700: #892d2d;
    --color-danger-800: #5b1e1e;
    --color-danger-900: #2e0f0f;
    --color-blue: #078af3;
    --color-blue-10: #f8fbff;
    --color-blue-25: #f3f9fe;
    --color-blue-50: #e6f3fe;
    --color-blue-100: #cde8fd;
    --color-blue-200: #9cd0fa;
    --color-blue-300: #6ab9f8;
    --color-blue-400: #39a1f5;
    --color-blue-500: #078af3;
    --color-blue-600: #066ec2;
    --color-blue-700: #045392;
    --color-blue-800: #033761;
    --color-blue-900: #011c31;
    --color-indigo: #553cdf;
    --color-indigo-10: #faf9fe;
    --color-indigo-25: #f7f5fd;
    --color-indigo-50: #eeecfc;
    --color-indigo-100: #ddd8f9;
    --color-indigo-200: #bbb1f2;
    --color-indigo-300: #998aec;
    --color-indigo-400: #7763e5;
    --color-indigo-500: #553cdf;
    --color-indigo-600: #4430b2;
    --color-indigo-700: #332486;
    --color-indigo-800: #221859;
    --color-indigo-900: #110c2d;
    --color-purple: #8921e4;
    --color-purple-10: #fbf8fe;
    --color-purple-25: #f9f4fe;
    --color-purple-50: #f3e9fc;
    --color-purple-100: #e7d3fa;
    --color-purple-200: #d0a6f4;
    --color-purple-300: #b87aef;
    --color-purple-400: #a14de9;
    --color-purple-500: #8921e4;
    --color-purple-600: #6e1ab6;
    --color-purple-700: #521489;
    --color-purple-800: #370d5b;
    --color-purple-900: #1b072e;
    --color-red: #ea4335;
    --color-red-10: #fef9f9;
    --color-red-25: #fef6f5;
    --color-red-50: #fdeceb;
    --color-red-100: #fbd9d7;
    --color-red-200: #f7b4ae;
    --color-red-300: #f28e86;
    --color-red-400: #ee695d;
    --color-red-500: #ea4335;
    --color-red-600: #bb362a;
    --color-red-700: #8c2820;
    --color-red-800: #5e1b15;
    --color-red-900: #2f0d0b;
    --color-rose: #d20e4f;
    --color-rose-10: #fef8fa;
    --color-rose-25: #fdf3f6;
    --color-rose-50: #fbe7ed;
    --color-rose-100: #f6cfdc;
    --color-rose-200: #ed9fb9;
    --color-rose-300: #e46e95;
    --color-rose-400: #db3e72;
    --color-rose-500: #d20e4f;
    --color-rose-600: #a80b3f;
    --color-rose-700: #7e082f;
    --color-rose-800: #540620;
    --color-rose-900: #2a0310;
    --color-pink: #f06b9d;
    --color-pink-10: #fffbfc;
    --color-pink-25: #fef8fa;
    --color-pink-50: #fef0f5;
    --color-pink-100: #fce1eb;
    --color-pink-200: #f9c4d8;
    --color-pink-300: #f6a6c4;
    --color-pink-400: #f389b1;
    --color-pink-500: #f06b9d;
    --color-pink-600: #c0567e;
    --color-pink-700: #90405e;
    --color-pink-800: #602b3f;
    --color-pink-900: #30151f;
    --color-orange: #fb6b1e;
    --color-orange-10: #fffbf8;
    --color-orange-25: #fff8f4;
    --color-orange-50: #fff0e9;
    --color-orange-100: #fee1d2;
    --color-orange-200: #fdc4a5;
    --color-orange-300: #fda678;
    --color-orange-400: #fc894b;
    --color-orange-500: #fb6b1e;
    --color-orange-600: #c95618;
    --color-orange-700: #974012;
    --color-orange-800: #642b0c;
    --color-orange-900: #321506;
    --color-yellow: #fcbc05;
    --color-yellow-10: #fffdf8;
    --color-yellow-25: #fffcf3;
    --color-yellow-50: #fff8e6;
    --color-yellow-100: #fef2cd;
    --color-yellow-200: #fee49b;
    --color-yellow-300: #fdd769;
    --color-yellow-400: #fdc937;
    --color-yellow-500: #fcbc05;
    --color-yellow-600: #ca9604;
    --color-yellow-700: #977103;
    --color-yellow-800: #654b02;
    --color-yellow-900: #322601;
    --color-green: #34a853;
    --color-green-10: #f9fcfa;
    --color-green-25: #f5fbf6;
    --color-green-50: #ebf6ee;
    --color-green-100: #d6eedd;
    --color-green-200: #aedcba;
    --color-green-300: #85cb98;
    --color-green-400: #5db975;
    --color-green-500: #34a853;
    --color-green-600: #2a8642;
    --color-green-700: #1f6532;
    --color-green-800: #154321;
    --color-green-900: #0a2211;
    --color-lime: #aef359;
    --color-lime-10: #fdfffa;
    --color-lime-25: #fbfef7;
    --color-lime-50: #f7feee;
    --color-lime-100: #effdde;
    --color-lime-200: #dffabd;
    --color-lime-300: #cef89b;
    --color-lime-400: #bef57a;
    --color-lime-500: #aef359;
    --color-lime-600: #8bc247;
    --color-lime-700: #689235;
    --color-lime-800: #466124;
    --color-lime-900: #233112;
    --color-teal: #06f6c6;
    --color-teal-10: #f8fffd;
    --color-teal-25: #f3fffc;
    --color-teal-50: #e6fef9;
    --color-teal-100: #cdfdf4;
    --color-teal-200: #9bfbe8;
    --color-teal-300: #6afadd;
    --color-teal-400: #38f8d1;
    --color-teal-500: #06f6c6;
    --color-teal-600: #05c59e;
    --color-teal-700: #049477;
    --color-teal-800: #02624f;
    --color-teal-900: #013128;
    --color-cyan: #38e1ff;
    --color-cyan-10: #f9feff;
    --color-cyan-25: #f5feff;
    --color-cyan-50: #ebfcff;
    --color-cyan-100: #d7f9ff;
    --color-cyan-200: #aff3ff;
    --color-cyan-300: #88edff;
    --color-cyan-400: #60e7ff;
    --color-cyan-500: #38e1ff;
    --color-cyan-600: #2db4cc;
    --color-cyan-700: #228799;
    --color-cyan-800: #165a66;
    --color-cyan-900: #0b2d33;
    --color-tertiary: #5394A2;
    --color-tertiary-10: #fafcfc;
    --color-tertiary-25: #f6fafa;
    --color-tertiary-50: #eef4f6;
    --color-tertiary-100: #ddeaec;
    --color-tertiary-200: #bad4da;
    --color-tertiary-300: #98bfc7;
    --color-tertiary-400: #75a9b5;
    --color-tertiary-500: #5394A2;
    --color-tertiary-600: #427682;
    --color-tertiary-700: #325961;
    --color-tertiary-800: #213b41;
    --color-tertiary-900: #111e20;
    --colors-accent-primary: var(--color-primary);
    --colors-accent-secondary: var(--color-secondary);
    --colors-accent-success: var(--color-success);
    --colors-accent-warning: var(--color-warning);
    --colors-accent-danger: var(--color-danger);
    --colors-accent-muted: var(--color-gray-400);
    --colors-button-primary: var(--color-primary);
    --colors-button-secondary: var(--color-secondary);
    --colors-button-success: var(--color-success);
    --colors-button-warning: var(--color-warning);
    --colors-button-danger: var(--color-danger);
    --colors-button-muted: var(--color-muted);
    --colors-button-primary-hover: var(--color-primary-600);
    --colors-button-secondary-hover: var(--color-secondary-600);
    --colors-button-success-hover: var(--color-success-600);
    --colors-button-warning-hover: var(--color-warning-600);
    --colors-button-danger-hover: var(--color-danger-600);
    --colors-button-muted-hover: var(--color-muted-600);
    --colors-form-primary: var(--color-primary);
    --colors-form-secondary: var(--color-secondary);
    --colors-form-success: var(--color-success);
    --colors-form-warning: var(--color-warning);
    --colors-form-danger: var(--color-danger);
    --colors-form-muted: var(--color-muted);
    --colors-card-primary: var(--color-primary);
    --colors-card-secondary: var(--color-secondary);
    --colors-card-success: var(--color-success);
    --colors-card-warning: var(--color-warning);
    --colors-card-danger: var(--color-danger);
    --colors-card-muted: var(--color-muted);
    --colors-background-primary: var(--color-primary);
    --colors-background-secondary: var(--color-secondary);
    --colors-background-success: var(--color-success);
    --colors-background-warning: var(--color-warning);
    --colors-background-danger: var(--color-danger);
    --colors-background-muted: var(--color-muted);
    --colors-text-primary: var(--color-primary);
    --colors-text-secondary: var(--color-secondary);
    --colors-text-success: var(--color-success);
    --colors-text-warning: var(--color-warning);
    --colors-text-danger: var(--color-danger);
    --colors-text-muted: var(--color-muted);
    --colors-label-primary: var(--color-primary);
    --colors-label-secondary: var(--color-secondary);
    --colors-label-success: var(--color-success);
    --colors-label-warning: var(--color-warning);
    --colors-label-danger: var(--color-danger);
    --colors-label-muted: var(--color-muted);
    --colors-alert-primary: var(--color-primary);
    --colors-alert-secondary: var(--color-secondary);
    --colors-alert-success: var(--color-success);
    --colors-alert-warning: var(--color-warning);
    --colors-alert-danger: var(--color-danger);
    --colors-alert-muted: var(--color-muted);
    --sizes-text-3xs-size: 0.75rem;
    --sizes-text-3xs-lh: 1.5;
    --sizes-text-3xs-lp: 0.01125rem;
    --sizes-text-2xs-size: 0.75rem;
    --sizes-text-2xs-lh: 1.5;
    --sizes-text-2xs-lp: 0.01125rem;
    --sizes-text-xs-size: 0.875rem;
    --sizes-text-xs-lh: 1.5;
    --sizes-text-xs-lp: 0.013125rem;
    --sizes-text-sm-size: 1rem;
    --sizes-text-sm-lh: 1.5;
    --sizes-text-sm-lp: 0.015rem;
    --sizes-text-md-size: 1.125rem;
    --sizes-text-md-lh: 1.5;
    --sizes-text-md-lp: 0.016875rem;
    --sizes-text-lg-size: 1.25rem;
    --sizes-text-lg-lh: 1.5;
    --sizes-text-lg-lp: 0.01875rem;
    --sizes-text-xl-size: 1.5rem;
    --sizes-text-xl-lh: 1.5;
    --sizes-text-xl-lp: 0.0225rem;
    --sizes-text-2xl-size: 1.75rem;
    --sizes-text-2xl-lh: 1.5;
    --sizes-text-2xl-lp: 0.03rem;
    --sizes-heading-display-1-size: 16rem;
    --sizes-heading-display-1-lh: 1;
    --sizes-heading-display-1-lp: 0.72rem;
    --sizes-heading-display-2-size: 10rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: 0.3rem;
    --sizes-heading-display-3-size: 8rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: 0.24rem;
    --sizes-heading-display-4-size: 6rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: 0.18rem;
    --sizes-heading-display-5-size: 5rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: 0.15rem;
    --sizes-heading-display-6-size: 4rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: 0.12rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: 0.09rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: 0.06rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.2;
    --sizes-heading-h3-lp: 0.0525rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: 0.045rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: 0.0375rem;
    --sizes-heading-h6-size: 1.025rem;
    --sizes-heading-h6-lh: 1.25;
    --sizes-heading-h6-lp: 0.003rem;
    --sizes-container-xs: 784px;
    --sizes-container-sm: 992px;
    --sizes-container-md: 1200px;
    --sizes-container-lg: 1376px;
    --sizes-container-xl: 1600px;
    --sizes-grid-narrow: 0.25rem;
    --sizes-grid-2xs: 0.5rem;
    --sizes-grid-xs: 1rem;
    --sizes-grid-sm: 1.5rem;
    --sizes-grid-md: 2rem;
    --sizes-grid-lg: 2.5rem;
    --sizes-grid-xl: 3rem;
    --sizes-grid-2xl: 3.5rem;
    --sizes-grid-3xl: 4rem;
    --sizes-grid-4xl: 5rem;
    --sizes-grid-5xl: 8rem;
    --sizes-spacing-narrow: 0.25rem;
    --sizes-spacing-2xs: 0.5rem;
    --sizes-spacing-xs: 1rem;
    --sizes-spacing-sm: 1.5rem;
    --sizes-spacing-md: 2rem;
    --sizes-spacing-lg: 2.5rem;
    --sizes-spacing-xl: 3rem;
    --sizes-spacing-2xl: 3.5rem;
    --sizes-spacing-3xl: 4rem;
    --sizes-spacing-4xl: 5rem;
    --sizes-spacing-5xl: 8rem;
    --sizes-button-height: 48px;
    --sizes-button-px: 1.5rem;
    --sizes-button-text: 1rem;
    --sizes-button-radius: var(--radius);
    --sizes-button-2xs-height: 24px;
    --sizes-button-2xs-px: 1rem;
    --sizes-button-2xs-text: 0.875rem;
    --sizes-button-2xs-radius: var(--radius);
    --sizes-button-xs-height: 32px;
    --sizes-button-xs-px: 1rem;
    --sizes-button-xs-text: 0.875rem;
    --sizes-button-xs-radius: var(--radius);
    --sizes-button-sm-height: 40px;
    --sizes-button-sm-px: 1rem;
    --sizes-button-sm-text: 0.875rem;
    --sizes-button-sm-radius: var(--radius);
    --sizes-button-md-height: 48px;
    --sizes-button-md-px: 1.5rem;
    --sizes-button-md-text: 1rem;
    --sizes-button-md-radius: var(--radius);
    --sizes-button-lg-height: 56px;
    --sizes-button-lg-px: 2rem;
    --sizes-button-lg-text: 1rem;
    --sizes-button-lg-radius: var(--radius);
    --sizes-button-xl-height: 64px;
    --sizes-button-xl-px: 2rem;
    --sizes-button-xl-text: 1rem;
    --sizes-button-xl-radius: var(--radius);
    --sizes-button-2xl-height: 80px;
    --sizes-button-2xl-px: 2rem;
    --sizes-button-2xl-text: 1rem;
    --sizes-button-2xl-radius: var(--radius);
    --sizes-form-height: 48px;
    --sizes-form-px: 1rem;
    --sizes-form-text: 1rem;
    --sizes-form-2xs-height: 24px;
    --sizes-form-2xs-px: 0.5rem;
    --sizes-form-2xs-text: 0.75rem;
    --sizes-form-xs-height: 32px;
    --sizes-form-xs-px: 0.5rem;
    --sizes-form-xs-text: 0.875rem;
    --sizes-form-sm-height: 40px;
    --sizes-form-sm-px: 0.75rem;
    --sizes-form-sm-text: 1rem;
    --sizes-form-md-height: 48px;
    --sizes-form-md-px: 1rem;
    --sizes-form-md-text: 1rem;
    --sizes-form-lg-height: 56px;
    --sizes-form-lg-px: 1.5rem;
    --sizes-form-lg-text: 1.125rem;
    --sizes-form-xl-height: 64px;
    --sizes-form-xl-px: 1.25rem;
    --sizes-form-xl-text: 1.25rem;
    --sizes-form-2xl-height: 80px;
    --sizes-form-2xl-px: 1.5rem;
    --sizes-form-2xl-text: 1.5rem;
    --sizes-icon-2xs: 16px;
    --sizes-icon-xs: 20px;
    --sizes-icon-sm: 24px;
    --sizes-icon-md: 32px;
    --sizes-icon-lg: 48px;
    --sizes-icon-xl: 64px;
    --sizes-icon-2xl: 80px;
    --sizes-rouneded-: var(--radius);
    --sizes-rouneded-1: 4px;
    --sizes-rouneded-2: 16px;
    --sizes-rouneded-3: 24px;
    --sizes-rouneded-4: 32px;
    --sizes-rouneded-5: 40px;
    --sizes-rouneded-6: 48px;
    --sizes-rouneded-7: 56px;
    --sizes-rouneded-8: 64px;
    --sizes-blur-1: 4px;
    --sizes-blur-2: 8px;
    --sizes-blur-3: 16px;
    --sizes-blur-4: 24px;
    --sizes-blur-5: 32px;
    --sizes-blur-6: 48px;
    --sizes-blur-7: 64px;
    --sizes-blur-8: 80px;
    --sizes-blur-9: 96px;
    --sizes-blur-10: 128px;
    --sizes-shadow-xs: 0 0.125rem 0.25rem -0.1rem var(--shadow-color);
    --sizes-shadow-sm: 0 0.25rem 0.5rem -0.1rem var(--shadow-color);
    --sizes-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color);
    --sizes-shadow-lg: 0 1rem 1.5rem -0.1rem var(--shadow-color);
    --sizes-shadow-xl: 0 1.5rem 2rem -0.1rem var(--shadow-color);
    --sizes-shadow-2xl: 0 2rem 2.5rem -0.1rem var(--shadow-color);
    --sizes-table-xs: 0.5rem;
    --sizes-table-sm: 0.75rem;
    --sizes-table: 1rem;
    --sizes-table-md: 1.25rem;
    --sizes-table-lg: 1.5rem;
    --body-font-typeface: var(--font-text-family);
    --body-font-size: var(--root-size);
    --body-font-weight: var(--font-text-weight);
    --body-font-spacing: normal;
    --body-color-background: transparent;
    --body-color-text: var(--color-gray-900);
    --heading-font-typeface: var(--font-heading-family);
    --heading-font-weight: var(--font-heading-weight);
    --heading-font-style: normal;
    --heading-font-spacing: normal;
    --heading-font-transform: initial;
    --heading-color-text: inherit;
    --link-color-text: var(--color-primary);
    --link-color-text-hover: var(--color-primary-60);
    --button-font-typeface: var(--font-family-primary);
    --button-font-weight: 700;
    --button-font-line-height: initial;
    --button-font-spacing: normal;
    --button-font-transform: initial;
    --button-border-width: 2px;
    --button-border-radius: var(--radius);
    --button-color-text: white;
    --button-radius: 16px;
    --form-font-typeface: var(--font-text-family);
    --form-font-size: var(--sizes-form-medium-text);
    --form-font-weight: 400;
    --form-font-line-height: 1.25rem;
    --form-font-spacing: normal;
    --form-font-transform: initial;
    --form-color-text: var(--color-gray-900);
    --form-color-background: rgba(155, 155, 155, 0.15);
    --form-color-background-hover: rgba(155, 155, 155, 0.2);
    --form-color-background-disable: rgba(155, 155, 155, 0.4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: rgba(155, 155, 155, 0.7);
    --form-border-width: 0;
    --form-border-color: var(--border-color);
    --form-border-radius: var(--radius);
    --form-shadow-default: 0 0 0 1px var(--border-color);
    --form-shadow-hover: 0 0 0 1px var(--border-color);
    --form-shadow-focus: 0 0 0 2px var(--color-primary);
    --form-height: var(--sizes-form-medium-height);
    --form-dark-color-text: var(--color-white);
    --form-dark-color-background: rgba(155, 155, 155, 0.15);
    --form-dark-color-background-hover: rgba(155, 155, 155, 0.2);
    --form-dark-color-background-disable: rgba(155, 155, 155, 0.4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: rgba(155, 155, 155, 0.5);
    --tab-font-size: var(--sizes-form-medium-text);
    --tab-font-weight: 700;
    --tab-font-spacing: normal;
    --tab-font-transform: initial;
    --tab-color-text: var(--color-gray-700);
    --tab-color-text-hover: var(--color-gray-800);
    --tab-color-text-active: var(--color-gray-900);
    --tab-border-width: 4px;
    --tab-border-color: var(--color-primary);
    --tab-border-radius: var(--radius);
    --tab-display: inline-flex;
    --tab-align-text: center;
    --tab-margin: 0;
    --tab-padding: 5px;
    --accordion-font-size: var(--sizes-form-large-text);
    --accordion-font-weight: 700;
    --accordion-font-spacing: normal;
    --accordion-font-transform: initial;
    --accordion-color-text: var(--color-gray-900);
    --accordion-color-text-active: var(--color-primary);
    --accordion-border-width: 1px;
    --accordion-border-color: var(--border-color);
    --accordion-margin: 20px;
    --accordion-padding: 20px;
    --alert-font-size: var(--sizes-form-medium-text);
    --alert-font-weight: 400;
    --alert-font-style: normal;
    --alert-font-spacing: normal;
    --alert-font-transform: initial;
    --alert-color-background: var(--color-gray-100);
    --alert-color-text: var(--color-gray-900);
    --alert-border-width: 0;
    --alert-border-radius: var(--radius);
    --alert-padding: 15px;
    --bs-link-color: rgb(81, 81, 81) !important;
    --bs-link-hover-color: black !important;
    --color-white: white !important;
    --color-black: black !important;
    --bs-gray-800-rgb: 25, 25, 25 !important;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #e62323;
    --bs-secondary: #d946ef;
    --bs-success: #4CAF50;
    --bs-info: #0099cc;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #5b5b5b;
    --bs-gray-10: #fafafa;
    --bs-gray-25: #f7f7f7;
    --bs-gray-50: #efefef;
    --bs-gray-100: #dedede;
    --bs-gray-200: #bdbdbd;
    --bs-gray-300: #9d9d9d;
    --bs-gray-400: #7c7c7c;
    --bs-gray-500: #5b5b5b;
    --bs-gray-600: #494949;
    --bs-gray-700: #373737;
    --bs-gray-800: #242424;
    --bs-gray-900: #121212;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
    --bs-slate-300: #a6aab3;
    --bs-slate-400: #898e99;
    --bs-slate-500: #6b7280;
    --bs-slate-600: #565b66;
    --bs-slate-700: #40444d;
    --bs-slate-800: #2b2e33;
    --bs-slate-900: #15171a;
    --bs-primary-10: #fef8f8;
    --bs-primary-25: #fef4f4;
    --bs-primary-50: #fde9e9;
    --bs-primary-100: #fad3d3;
    --bs-primary-200: #f5a7a7;
    --bs-primary-300: #f07b7b;
    --bs-primary-400: #eb4f4f;
    --bs-primary-500: #e62323;
    --bs-primary-600: #b81c1c;
    --bs-primary-700: #8a1515;
    --bs-primary-800: #5c0e0e;
    --bs-primary-900: #2e0707;
    --bs-secondary-10: #fef9ff;
    --bs-secondary-25: #fdf6fe;
    --bs-secondary-50: #fbedfd;
    --bs-secondary-100: #f7dafc;
    --bs-secondary-200: #f0b5f9;
    --bs-secondary-300: #e890f5;
    --bs-secondary-400: #e16bf2;
    --bs-secondary-500: #d946ef;
    --bs-secondary-600: #ae38bf;
    --bs-secondary-700: #822a8f;
    --bs-secondary-800: #571c60;
    --bs-secondary-900: #2b0e30;
    --bs-info-10: #f7fcfd;
    --bs-info-25: #f2fafc;
    --bs-info-50: #e6f5fa;
    --bs-info-100: #ccebf5;
    --bs-info-200: #99d6eb;
    --bs-info-300: #66c2e0;
    --bs-info-400: #33add6;
    --bs-info-500: #0099cc;
    --bs-info-600: #007aa3;
    --bs-info-700: #005c7a;
    --bs-info-800: #003d52;
    --bs-info-900: #001f29;
    --bs-success-10: #fafdfa;
    --bs-success-25: #f6fbf6;
    --bs-success-50: #edf7ee;
    --bs-success-100: #dbefdc;
    --bs-success-200: #b7dfb9;
    --bs-success-300: #94cf96;
    --bs-success-400: #70bf73;
    --bs-success-500: #4CAF50;
    --bs-success-600: #3d8c40;
    --bs-success-700: #2e6930;
    --bs-success-800: #1e4620;
    --bs-success-900: #0f2310;
    --bs-warning-10: #fffdf8;
    --bs-warning-25: #fffbf3;
    --bs-warning-50: #fff7e6;
    --bs-warning-100: #fff0cd;
    --bs-warning-200: #ffe19c;
    --bs-warning-300: #ffd16a;
    --bs-warning-400: #ffc239;
    --bs-warning-500: #ffb307;
    --bs-warning-600: #cc8f06;
    --bs-warning-700: #996b04;
    --bs-warning-800: #664803;
    --bs-warning-900: #332401;
    --bs-danger-10: #fefafa;
    --bs-danger-25: #fef6f6;
    --bs-danger-50: #fceded;
    --bs-danger-100: #fadbdb;
    --bs-danger-200: #f4b7b7;
    --bs-danger-300: #ef9393;
    --bs-danger-400: #e96f6f;
    --bs-danger-500: #e44b4b;
    --bs-danger-600: #b63c3c;
    --bs-danger-700: #892d2d;
    --bs-danger-800: #5b1e1e;
    --bs-danger-900: #2e0f0f;
    --bs-blue: #078af3;
    --bs-blue-10: #f8fbff;
    --bs-blue-25: #f3f9fe;
    --bs-blue-50: #e6f3fe;
    --bs-blue-100: #cde8fd;
    --bs-blue-200: #9cd0fa;
    --bs-blue-300: #6ab9f8;
    --bs-blue-400: #39a1f5;
    --bs-blue-500: #078af3;
    --bs-blue-600: #066ec2;
    --bs-blue-700: #045392;
    --bs-blue-800: #033761;
    --bs-blue-900: #011c31;
    --bs-indigo: #553cdf;
    --bs-indigo-10: #faf9fe;
    --bs-indigo-25: #f7f5fd;
    --bs-indigo-50: #eeecfc;
    --bs-indigo-100: #ddd8f9;
    --bs-indigo-200: #bbb1f2;
    --bs-indigo-300: #998aec;
    --bs-indigo-400: #7763e5;
    --bs-indigo-500: #553cdf;
    --bs-indigo-600: #4430b2;
    --bs-indigo-700: #332486;
    --bs-indigo-800: #221859;
    --bs-indigo-900: #110c2d;
    --bs-purple: #8921e4;
    --bs-purple-10: #fbf8fe;
    --bs-purple-25: #f9f4fe;
    --bs-purple-50: #f3e9fc;
    --bs-purple-100: #e7d3fa;
    --bs-purple-200: #d0a6f4;
    --bs-purple-300: #b87aef;
    --bs-purple-400: #a14de9;
    --bs-purple-500: #8921e4;
    --bs-purple-600: #6e1ab6;
    --bs-purple-700: #521489;
    --bs-purple-800: #370d5b;
    --bs-purple-900: #1b072e;
    --bs-red: #ea4335;
    --bs-red-10: #fef9f9;
    --bs-red-25: #fef6f5;
    --bs-red-50: #fdeceb;
    --bs-red-100: #fbd9d7;
    --bs-red-200: #f7b4ae;
    --bs-red-300: #f28e86;
    --bs-red-400: #ee695d;
    --bs-red-500: #ea4335;
    --bs-red-600: #bb362a;
    --bs-red-700: #8c2820;
    --bs-red-800: #5e1b15;
    --bs-red-900: #2f0d0b;
    --bs-rose: #d20e4f;
    --bs-rose-10: #fef8fa;
    --bs-rose-25: #fdf3f6;
    --bs-rose-50: #fbe7ed;
    --bs-rose-100: #f6cfdc;
    --bs-rose-200: #ed9fb9;
    --bs-rose-300: #e46e95;
    --bs-rose-400: #db3e72;
    --bs-rose-500: #d20e4f;
    --bs-rose-600: #a80b3f;
    --bs-rose-700: #7e082f;
    --bs-rose-800: #540620;
    --bs-rose-900: #2a0310;
    --bs-pink: #f06b9d;
    --bs-pink-10: #fffbfc;
    --bs-pink-25: #fef8fa;
    --bs-pink-50: #fef0f5;
    --bs-pink-100: #fce1eb;
    --bs-pink-200: #f9c4d8;
    --bs-pink-300: #f6a6c4;
    --bs-pink-400: #f389b1;
    --bs-pink-500: #f06b9d;
    --bs-pink-600: #c0567e;
    --bs-pink-700: #90405e;
    --bs-pink-800: #602b3f;
    --bs-pink-900: #30151f;
    --bs-orange: #fb6b1e;
    --bs-orange-10: #fffbf8;
    --bs-orange-25: #fff8f4;
    --bs-orange-50: #fff0e9;
    --bs-orange-100: #fee1d2;
    --bs-orange-200: #fdc4a5;
    --bs-orange-300: #fda678;
    --bs-orange-400: #fc894b;
    --bs-orange-500: #fb6b1e;
    --bs-orange-600: #c95618;
    --bs-orange-700: #974012;
    --bs-orange-800: #642b0c;
    --bs-orange-900: #321506;
    --bs-yellow: #fcbc05;
    --bs-yellow-10: #fffdf8;
    --bs-yellow-25: #fffcf3;
    --bs-yellow-50: #fff8e6;
    --bs-yellow-100: #fef2cd;
    --bs-yellow-200: #fee49b;
    --bs-yellow-300: #fdd769;
    --bs-yellow-400: #fdc937;
    --bs-yellow-500: #fcbc05;
    --bs-yellow-600: #ca9604;
    --bs-yellow-700: #977103;
    --bs-yellow-800: #654b02;
    --bs-yellow-900: #322601;
    --bs-green: #34a853;
    --bs-green-10: #f9fcfa;
    --bs-green-25: #f5fbf6;
    --bs-green-50: #ebf6ee;
    --bs-green-100: #d6eedd;
    --bs-green-200: #aedcba;
    --bs-green-300: #85cb98;
    --bs-green-400: #5db975;
    --bs-green-500: #34a853;
    --bs-green-600: #2a8642;
    --bs-green-700: #1f6532;
    --bs-green-800: #154321;
    --bs-green-900: #0a2211;
    --bs-lime: #aef359;
    --bs-lime-10: #fdfffa;
    --bs-lime-25: #fbfef7;
    --bs-lime-50: #f7feee;
    --bs-lime-100: #effdde;
    --bs-lime-200: #dffabd;
    --bs-lime-300: #cef89b;
    --bs-lime-400: #bef57a;
    --bs-lime-500: #aef359;
    --bs-lime-600: #8bc247;
    --bs-lime-700: #689235;
    --bs-lime-800: #466124;
    --bs-lime-900: #233112;
    --bs-teal: #06f6c6;
    --bs-teal-10: #f8fffd;
    --bs-teal-25: #f3fffc;
    --bs-teal-50: #e6fef9;
    --bs-teal-100: #cdfdf4;
    --bs-teal-200: #9bfbe8;
    --bs-teal-300: #6afadd;
    --bs-teal-400: #38f8d1;
    --bs-teal-500: #06f6c6;
    --bs-teal-600: #05c59e;
    --bs-teal-700: #049477;
    --bs-teal-800: #02624f;
    --bs-teal-900: #013128;
    --bs-cyan: #38e1ff;
    --bs-cyan-10: #f9feff;
    --bs-cyan-25: #f5feff;
    --bs-cyan-50: #ebfcff;
    --bs-cyan-100: #d7f9ff;
    --bs-cyan-200: #aff3ff;
    --bs-cyan-300: #88edff;
    --bs-cyan-400: #60e7ff;
    --bs-cyan-500: #38e1ff;
    --bs-cyan-600: #2db4cc;
    --bs-cyan-700: #228799;
    --bs-cyan-800: #165a66;
    --bs-cyan-900: #0b2d33;
    --bs-tertiary: #5394A2;
    --bs-tertiary-10: #fafcfc;
    --bs-tertiary-25: #f6fafa;
    --bs-tertiary-50: #eef4f6;
    --bs-tertiary-100: #ddeaec;
    --bs-tertiary-200: #bad4da;
    --bs-tertiary-300: #98bfc7;
    --bs-tertiary-400: #75a9b5;
    --bs-tertiary-500: #5394A2;
    --bs-tertiary-600: #427682;
    --bs-tertiary-700: #325961;
    --bs-tertiary-800: #213b41;
    --bs-tertiary-900: #111e20;
    --bs-primary-rgb: 230, 35, 35;
    --bs-secondary-rgb: 217, 70, 239;
    --bs-success-rgb: 76, 175, 80;
    --bs-info-rgb: 0, 153, 204;
    --bs-warning-rgb: 255, 179, 7;
    --bs-danger-rgb: 228, 75, 75;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-gray-rgb: 91, 91, 91;
    --bs-gray-10-rgb: 250, 250, 250;
    --bs-gray-25-rgb: 247, 247, 247;
    --bs-gray-50-rgb: 239, 239, 239;
    --bs-gray-100-rgb: 222, 222, 222;
    --bs-gray-200-rgb: 189, 189, 189;
    --bs-gray-300-rgb: 157, 157, 157;
    --bs-gray-400-rgb: 124, 124, 124;
    --bs-gray-500-rgb: 91, 91, 91;
    --bs-gray-600-rgb: 73, 73, 73;
    --bs-gray-700-rgb: 55, 55, 55;
    --bs-gray-800-rgb: 36, 36, 36;
    --bs-gray-900-rgb: 18, 18, 18;
    --bs-slate-rgb: 107, 114, 128;
    --bs-slate-10-rgb: 251, 251, 251;
    --bs-slate-25-rgb: 248, 248, 249;
    --bs-slate-50-rgb: 240, 241, 242;
    --bs-slate-100-rgb: 225, 227, 230;
    --bs-slate-200-rgb: 196, 199, 204;
    --bs-slate-300-rgb: 166, 170, 179;
    --bs-slate-400-rgb: 137, 142, 153;
    --bs-slate-500-rgb: 107, 114, 128;
    --bs-slate-600-rgb: 86, 91, 102;
    --bs-slate-700-rgb: 64, 68, 77;
    --bs-slate-800-rgb: 43, 46, 51;
    --bs-slate-900-rgb: 21, 23, 26;
    --bs-primary-10-rgb: 254, 248, 248;
    --bs-primary-25-rgb: 254, 244, 244;
    --bs-primary-50-rgb: 253, 233, 233;
    --bs-primary-100-rgb: 250, 211, 211;
    --bs-primary-200-rgb: 245, 167, 167;
    --bs-primary-300-rgb: 240, 123, 123;
    --bs-primary-400-rgb: 235, 79, 79;
    --bs-primary-500-rgb: 230, 35, 35;
    --bs-primary-600-rgb: 184, 28, 28;
    --bs-primary-700-rgb: 138, 21, 21;
    --bs-primary-800-rgb: 92, 14, 14;
    --bs-primary-900-rgb: 46, 7, 7;
    --bs-secondary-10-rgb: 254, 249, 255;
    --bs-secondary-25-rgb: 253, 246, 254;
    --bs-secondary-50-rgb: 251, 237, 253;
    --bs-secondary-100-rgb: 247, 218, 252;
    --bs-secondary-200-rgb: 240, 181, 249;
    --bs-secondary-300-rgb: 232, 144, 245;
    --bs-secondary-400-rgb: 225, 107, 242;
    --bs-secondary-500-rgb: 217, 70, 239;
    --bs-secondary-600-rgb: 174, 56, 191;
    --bs-secondary-700-rgb: 130, 42, 143;
    --bs-secondary-800-rgb: 87, 28, 96;
    --bs-secondary-900-rgb: 43, 14, 48;
    --bs-info-10-rgb: 247, 252, 253;
    --bs-info-25-rgb: 242, 250, 252;
    --bs-info-50-rgb: 230, 245, 250;
    --bs-info-100-rgb: 204, 235, 245;
    --bs-info-200-rgb: 153, 214, 235;
    --bs-info-300-rgb: 102, 194, 224;
    --bs-info-400-rgb: 51, 173, 214;
    --bs-info-500-rgb: 0, 153, 204;
    --bs-info-600-rgb: 0, 122, 163;
    --bs-info-700-rgb: 0, 92, 122;
    --bs-info-800-rgb: 0, 61, 82;
    --bs-info-900-rgb: 0, 31, 41;
    --bs-success-10-rgb: 250, 253, 250;
    --bs-success-25-rgb: 246, 251, 246;
    --bs-success-50-rgb: 237, 247, 238;
    --bs-success-100-rgb: 219, 239, 220;
    --bs-success-200-rgb: 183, 223, 185;
    --bs-success-300-rgb: 148, 207, 150;
    --bs-success-400-rgb: 112, 191, 115;
    --bs-success-500-rgb: 76, 175, 80;
    --bs-success-600-rgb: 61, 140, 64;
    --bs-success-700-rgb: 46, 105, 48;
    --bs-success-800-rgb: 30, 70, 32;
    --bs-success-900-rgb: 15, 35, 16;
    --bs-warning-10-rgb: 255, 253, 248;
    --bs-warning-25-rgb: 255, 251, 243;
    --bs-warning-50-rgb: 255, 247, 230;
    --bs-warning-100-rgb: 255, 240, 205;
    --bs-warning-200-rgb: 255, 225, 156;
    --bs-warning-300-rgb: 255, 209, 106;
    --bs-warning-400-rgb: 255, 194, 57;
    --bs-warning-500-rgb: 255, 179, 7;
    --bs-warning-600-rgb: 204, 143, 6;
    --bs-warning-700-rgb: 153, 107, 4;
    --bs-warning-800-rgb: 102, 72, 3;
    --bs-warning-900-rgb: 51, 36, 1;
    --bs-danger-10-rgb: 254, 250, 250;
    --bs-danger-25-rgb: 254, 246, 246;
    --bs-danger-50-rgb: 252, 237, 237;
    --bs-danger-100-rgb: 250, 219, 219;
    --bs-danger-200-rgb: 244, 183, 183;
    --bs-danger-300-rgb: 239, 147, 147;
    --bs-danger-400-rgb: 233, 111, 111;
    --bs-danger-500-rgb: 228, 75, 75;
    --bs-danger-600-rgb: 182, 60, 60;
    --bs-danger-700-rgb: 137, 45, 45;
    --bs-danger-800-rgb: 91, 30, 30;
    --bs-danger-900-rgb: 46, 15, 15;
    --bs-blue-rgb: 7, 138, 243;
    --bs-blue-10-rgb: 248, 251, 255;
    --bs-blue-25-rgb: 243, 249, 254;
    --bs-blue-50-rgb: 230, 243, 254;
    --bs-blue-100-rgb: 205, 232, 253;
    --bs-blue-200-rgb: 156, 208, 250;
    --bs-blue-300-rgb: 106, 185, 248;
    --bs-blue-400-rgb: 57, 161, 245;
    --bs-blue-500-rgb: 7, 138, 243;
    --bs-blue-600-rgb: 6, 110, 194;
    --bs-blue-700-rgb: 4, 83, 146;
    --bs-blue-800-rgb: 3, 55, 97;
    --bs-blue-900-rgb: 1, 28, 49;
    --bs-indigo-rgb: 85, 60, 223;
    --bs-indigo-10-rgb: 250, 249, 254;
    --bs-indigo-25-rgb: 247, 245, 253;
    --bs-indigo-50-rgb: 238, 236, 252;
    --bs-indigo-100-rgb: 221, 216, 249;
    --bs-indigo-200-rgb: 187, 177, 242;
    --bs-indigo-300-rgb: 153, 138, 236;
    --bs-indigo-400-rgb: 119, 99, 229;
    --bs-indigo-500-rgb: 85, 60, 223;
    --bs-indigo-600-rgb: 68, 48, 178;
    --bs-indigo-700-rgb: 51, 36, 134;
    --bs-indigo-800-rgb: 34, 24, 89;
    --bs-indigo-900-rgb: 17, 12, 45;
    --bs-purple-rgb: 137, 33, 228;
    --bs-purple-10-rgb: 251, 248, 254;
    --bs-purple-25-rgb: 249, 244, 254;
    --bs-purple-50-rgb: 243, 233, 252;
    --bs-purple-100-rgb: 231, 211, 250;
    --bs-purple-200-rgb: 208, 166, 244;
    --bs-purple-300-rgb: 184, 122, 239;
    --bs-purple-400-rgb: 161, 77, 233;
    --bs-purple-500-rgb: 137, 33, 228;
    --bs-purple-600-rgb: 110, 26, 182;
    --bs-purple-700-rgb: 82, 20, 137;
    --bs-purple-800-rgb: 55, 13, 91;
    --bs-purple-900-rgb: 27, 7, 46;
    --bs-red-rgb: 234, 67, 53;
    --bs-red-10-rgb: 254, 249, 249;
    --bs-red-25-rgb: 254, 246, 245;
    --bs-red-50-rgb: 253, 236, 235;
    --bs-red-100-rgb: 251, 217, 215;
    --bs-red-200-rgb: 247, 180, 174;
    --bs-red-300-rgb: 242, 142, 134;
    --bs-red-400-rgb: 238, 105, 93;
    --bs-red-500-rgb: 234, 67, 53;
    --bs-red-600-rgb: 187, 54, 42;
    --bs-red-700-rgb: 140, 40, 32;
    --bs-red-800-rgb: 94, 27, 21;
    --bs-red-900-rgb: 47, 13, 11;
    --bs-rose-rgb: 210, 14, 79;
    --bs-rose-10-rgb: 254, 248, 250;
    --bs-rose-25-rgb: 253, 243, 246;
    --bs-rose-50-rgb: 251, 231, 237;
    --bs-rose-100-rgb: 246, 207, 220;
    --bs-rose-200-rgb: 237, 159, 185;
    --bs-rose-300-rgb: 228, 110, 149;
    --bs-rose-400-rgb: 219, 62, 114;
    --bs-rose-500-rgb: 210, 14, 79;
    --bs-rose-600-rgb: 168, 11, 63;
    --bs-rose-700-rgb: 126, 8, 47;
    --bs-rose-800-rgb: 84, 6, 32;
    --bs-rose-900-rgb: 42, 3, 16;
    --bs-pink-rgb: 240, 107, 157;
    --bs-pink-10-rgb: 255, 251, 252;
    --bs-pink-25-rgb: 254, 248, 250;
    --bs-pink-50-rgb: 254, 240, 245;
    --bs-pink-100-rgb: 252, 225, 235;
    --bs-pink-200-rgb: 249, 196, 216;
    --bs-pink-300-rgb: 246, 166, 196;
    --bs-pink-400-rgb: 243, 137, 177;
    --bs-pink-500-rgb: 240, 107, 157;
    --bs-pink-600-rgb: 192, 86, 126;
    --bs-pink-700-rgb: 144, 64, 94;
    --bs-pink-800-rgb: 96, 43, 63;
    --bs-pink-900-rgb: 48, 21, 31;
    --bs-orange-rgb: 251, 107, 30;
    --bs-orange-10-rgb: 255, 251, 248;
    --bs-orange-25-rgb: 255, 248, 244;
    --bs-orange-50-rgb: 255, 240, 233;
    --bs-orange-100-rgb: 254, 225, 210;
    --bs-orange-200-rgb: 253, 196, 165;
    --bs-orange-300-rgb: 253, 166, 120;
    --bs-orange-400-rgb: 252, 137, 75;
    --bs-orange-500-rgb: 251, 107, 30;
    --bs-orange-600-rgb: 201, 86, 24;
    --bs-orange-700-rgb: 151, 64, 18;
    --bs-orange-800-rgb: 100, 43, 12;
    --bs-orange-900-rgb: 50, 21, 6;
    --bs-yellow-rgb: 252, 188, 5;
    --bs-yellow-10-rgb: 255, 253, 248;
    --bs-yellow-25-rgb: 255, 252, 243;
    --bs-yellow-50-rgb: 255, 248, 230;
    --bs-yellow-100-rgb: 254, 242, 205;
    --bs-yellow-200-rgb: 254, 228, 155;
    --bs-yellow-300-rgb: 253, 215, 105;
    --bs-yellow-400-rgb: 253, 201, 55;
    --bs-yellow-500-rgb: 252, 188, 5;
    --bs-yellow-600-rgb: 202, 150, 4;
    --bs-yellow-700-rgb: 151, 113, 3;
    --bs-yellow-800-rgb: 101, 75, 2;
    --bs-yellow-900-rgb: 50, 38, 1;
    --bs-green-rgb: 52, 168, 83;
    --bs-green-10-rgb: 249, 252, 250;
    --bs-green-25-rgb: 245, 251, 246;
    --bs-green-50-rgb: 235, 246, 238;
    --bs-green-100-rgb: 214, 238, 221;
    --bs-green-200-rgb: 174, 220, 186;
    --bs-green-300-rgb: 133, 203, 152;
    --bs-green-400-rgb: 93, 185, 117;
    --bs-green-500-rgb: 52, 168, 83;
    --bs-green-600-rgb: 42, 134, 66;
    --bs-green-700-rgb: 31, 101, 50;
    --bs-green-800-rgb: 21, 67, 33;
    --bs-green-900-rgb: 10, 34, 17;
    --bs-lime-rgb: 174, 243, 89;
    --bs-lime-10-rgb: 253, 255, 250;
    --bs-lime-25-rgb: 251, 254, 247;
    --bs-lime-50-rgb: 247, 254, 238;
    --bs-lime-100-rgb: 239, 253, 222;
    --bs-lime-200-rgb: 223, 250, 189;
    --bs-lime-300-rgb: 206, 248, 155;
    --bs-lime-400-rgb: 190, 245, 122;
    --bs-lime-500-rgb: 174, 243, 89;
    --bs-lime-600-rgb: 139, 194, 71;
    --bs-lime-700-rgb: 104, 146, 53;
    --bs-lime-800-rgb: 70, 97, 36;
    --bs-lime-900-rgb: 35, 49, 18;
    --bs-teal-rgb: 6, 246, 198;
    --bs-teal-10-rgb: 248, 255, 253;
    --bs-teal-25-rgb: 243, 255, 252;
    --bs-teal-50-rgb: 230, 254, 249;
    --bs-teal-100-rgb: 205, 253, 244;
    --bs-teal-200-rgb: 155, 251, 232;
    --bs-teal-300-rgb: 106, 250, 221;
    --bs-teal-400-rgb: 56, 248, 209;
    --bs-teal-500-rgb: 6, 246, 198;
    --bs-teal-600-rgb: 5, 197, 158;
    --bs-teal-700-rgb: 4, 148, 119;
    --bs-teal-800-rgb: 2, 98, 79;
    --bs-teal-900-rgb: 1, 49, 40;
    --bs-cyan-rgb: 56, 225, 255;
    --bs-cyan-10-rgb: 249, 254, 255;
    --bs-cyan-25-rgb: 245, 254, 255;
    --bs-cyan-50-rgb: 235, 252, 255;
    --bs-cyan-100-rgb: 215, 249, 255;
    --bs-cyan-200-rgb: 175, 243, 255;
    --bs-cyan-300-rgb: 136, 237, 255;
    --bs-cyan-400-rgb: 96, 231, 255;
    --bs-cyan-500-rgb: 56, 225, 255;
    --bs-cyan-600-rgb: 45, 180, 204;
    --bs-cyan-700-rgb: 34, 135, 153;
    --bs-cyan-800-rgb: 22, 90, 102;
    --bs-cyan-900-rgb: 11, 45, 51;
    --bs-tertiary-rgb: 83, 148, 162;
    --bs-tertiary-10-rgb: 250, 252, 252;
    --bs-tertiary-25-rgb: 246, 250, 250;
    --bs-tertiary-50-rgb: 238, 244, 246;
    --bs-tertiary-100-rgb: 221, 234, 236;
    --bs-tertiary-200-rgb: 186, 212, 218;
    --bs-tertiary-300-rgb: 152, 191, 199;
    --bs-tertiary-400-rgb: 117, 169, 181;
    --bs-tertiary-500-rgb: 83, 148, 162;
    --bs-tertiary-600-rgb: 66, 118, 130;
    --bs-tertiary-700-rgb: 50, 89, 97;
    --bs-tertiary-800-rgb: 33, 59, 65;
    --bs-tertiary-900-rgb: 17, 30, 32;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--font-family-primary);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: rgba(131, 131, 131, 0.25);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

html {
    font-family: var(--body-font-typeface);
    font-size: var(--body-font-size, 1rem);
    font-weight: var(--body-font-weight, 400);
    letter-spacing: var(--body-font-spacing, normal);
    background-color: var(--body-color-background, inherit);
    color: var(--body-color-text, inherit);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-variant-numeric: lining-nums;
    scroll-behavior: smooth
}

body {
    font-family: var(--body-font-typeface);
    font-size: var(--body-font-size, 1rem);
    font-weight: var(--body-font-weight, 400);
    letter-spacing: var(--body-font-spacing, normal);
    background-color: var(--body-color-background, inherit);
    color: var(--body-color-text, inherit)
}

.link,
a {
    color: var(--link-color-text)
}

.link:hover,
a:hover {
    color: var(--link-color-text-hover)
}

.link {
    display: inline-flex;
    align-items: center;
    line-height: 16px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-typeface, sans-serif) !important;
    font-weight: var(--heading-font-weight, 700);
    letter-spacing: var(--heading-font-spacing, normal);
    font-style: var(--heading-font-style, normal);
    text-transform: var(--heading-font-transform, initial);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--color-gray-900)
}

.h1:where(.uc-dark),
.h2:where(.uc-dark),
.h3:where(.uc-dark),
.h4:where(.uc-dark),
.h5:where(.uc-dark),
.h6:where(.uc-dark),
:where(.uc-dark) .h1,
:where(.uc-dark) .h2,
:where(.uc-dark) .h3,
:where(.uc-dark) .h4,
:where(.uc-dark) .h5,
:where(.uc-dark) .h6,
:where(.uc-dark) h1,
:where(.uc-dark) h2,
:where(.uc-dark) h3,
:where(.uc-dark) h4,
:where(.uc-dark) h5,
:where(.uc-dark) h6,
h1:where(.uc-dark),
h2:where(.uc-dark),
h3:where(.uc-dark),
h4:where(.uc-dark),
h5:where(.uc-dark),
h6:where(.uc-dark) {
    color: #fff
}

.ft-primary {
    font-family: var(--font-family-primary) !important
}

.ft-tertiary {
    font-family: var(--font-family-tertiary) !important
}

.cstack {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.backtotop-wrap {
    transform: translateY(40px);
    transition: .2s;
    bottom: 50px !important;
}

.backtotop-wrap [data-uc-backtotop] {
    opacity: 0
}

.backtotop-wrap.uc-active {
    gap: .5rem;
    transform: translateY(0)
}

.backtotop-wrap.uc-active [data-uc-backtotop] {
    opacity: 1
}

.uc-horizontal-scroll>* {
    text-wrap: nowrap
}

.uc-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

pre {
    tab-size: 4;
    color: inherit
}

:not(pre)>code,
pre {
    font-family: var(--font-code-family) !important;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 4px;
    color: var(--color-secondary-500);
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

:not(pre)>code:where(.uc-dark),
:where(.uc-dark) :not(pre)>code,
:where(.uc-dark) pre,
pre:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

:not(pre)>code {
    position: relative;
    display: inline;
    font-size: .75rem;
    font-style: italic;
    background-color: rgba(136, 136, 136, .1)
}

pre code {
    font-family: var(--font-code-family) !important;
    background: rgba(136, 136, 136, .15);
    border-radius: 3px;
    padding: 1px 4px 1px 2px;
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.swiper:not(.swiper-initialized)>* {
    display: none
}

.panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.panel>:last-child {
    margin-bottom: 0
}

.section {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.media-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover
}

.position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hr,
.vr,
hr {
    display: inline-block;
    align-self: stretch;
    background-color: currentcolor;
    opacity: .25;
    margin: 0
}

.hr,
hr {
    height: 1px;
    min-width: 1em;
    border-top-color: var(--border-color)
}

.hr.border,
hr.border {
    border-bottom: 0 !important
}

.vr {
    width: 1px !important;
    min-height: 1em !important;
    border-left: 1px solid var(--border-color)
}

.vr.border {
    border-left: 0 !important
}

.vstack {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: stretch
}

.cstack {
    display: flex;
    justify-content: center;
    align-items: center
}

[class*=ratio-] {
    position: relative;
    width: 100%
}

[class*=ratio-]::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

[class*=ratio-]>* {
    object-fit: cover
}

svg {
    color: currentColor
}

svg :not([fill=none]) {
    fill: currentColor
}

svg [fill=none] {
    stroke: currentColor
}

.uc-lightbox-button {
    color: #fff !important;
    border-radius: 100%
}

.uc-light .uc-link:hover,
.uc-light a:hover,
.uc-offcanvas-bar .uc-link:hover,
.uc-offcanvas-bar a:hover {
    transition: color .2s;
    color: var(--color-gray-900)
}

.uc-light .uc-link:hover:where(.uc-dark),
.uc-light a:hover:where(.uc-dark),
.uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.uc-offcanvas-bar a:hover:where(.uc-dark),
:where(.uc-dark) .uc-light .uc-link:hover,
:where(.uc-dark) .uc-light a:hover,
:where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
:where(.uc-dark) .uc-offcanvas-bar a:hover {
    color: #fff
}

.uc-link {
    color: var(--color-primary)
}

.uc-link:hover {
    color: var(--color-primary-600)
}

.form-icon-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.form-icon-group .form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    background: 0 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    user-select: none
}

.form-icon-group .form-control+.form-icon,
.form-icon-group .form-control-plaintext+.form-icon {
    width: 3rem !important
}

.form-icon-group .form-control-plaintext.form-control-sm+.form-icon,
.form-icon-group .form-control.form-control-sm+.form-icon {
    width: 2.5rem !important
}

.form-icon-group .form-control-plaintext.form-control-xs+.form-icon,
.form-icon-group .form-control.form-control-xs+.form-icon {
    width: 2rem !important
}

.form-icon-group:not(.form-icon-flip) .form-control,
.form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 2.75rem !important
}

[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 1rem !important;
    padding-right: 2.75rem !important
}

.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 2.25rem !important
}

[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 1rem !important;
    padding-right: 2.25rem !important
}

.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1.75rem !important
}

[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
[dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1rem !important;
    padding-right: 1.75rem !important
}

.form-control-xs {
    padding: 0 .5rem !important;
    min-height: 32px !important;
    font-size: .875rem !important
}

.form-control-sm {
    padding: 0 .75rem !important;
    min-height: 40px !important;
    font-size: 1rem !important
}

.form-control-md {
    padding: 0 1rem !important;
    min-height: 48px !important;
    font-size: 1rem !important
}

.form-control {
    border-color: var(--border-color) !important;
    background-color: #fff !important;
    color: var(--color-gray-900) !important
}

.form-control:where(.uc-dark),
:where(.uc-dark) .form-control {
    background-color: transparent !important;
    color: #fff !important
}

.form-check-input:focus,
.form-control:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
    --shadow-color: rgba(0, 0, 0, 0.05)
}

.form-check-input:focus:where(.uc-dark),
.form-control:focus:where(.uc-dark),
:where(.uc-dark) .form-check-input:focus,
:where(.uc-dark) .form-control:focus {
    --shadow-color: rgba(255, 255, 255, 0.1)
}

.form-check-input:checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important
}

[dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: inherit !important;
    opacity: .65 !important
}

:where(.uc-dark) input::placeholder,
:where(.uc-dark) select::placeholder,
:where(.uc-dark) textarea::placeholder,
input:where(.uc-dark)::placeholder,
select:where(.uc-dark)::placeholder,
textarea:where(.uc-dark)::placeholder {
    opacity: .45 !important
}

.btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: var(--bs-btn-height);
    text-transform: var(--button-font-transform);
    border-radius: var(--bs-btn-border-radius)
}

.btn.btn-text {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1
}

.btn.btn-text::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: var(--color-primary);
    transition: width 350ms cubic-bezier(.38, .01, .43, .16)
}

.btn.btn-text:hover::after {
    width: 100%
}

.btn- {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1rem !important
}

.btn-2xs {
    --bs-btn-height: 24px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 0.875rem !important
}

.btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 0.875rem !important
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-height: 40px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 0.875rem !important;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--radius)
}

.btn-md {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1rem !important
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-xl {
    --bs-btn-height: 64px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1rem !important
}

.btn-2xl {
    --bs-btn-height: 80px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1rem !important
}

.btn-alt-primary {
    background: #fff !important;
    color: #e62323 !important
}

.btn-alt-primary:focus,
.btn-alt-primary:hover {
    background: #e62323 !important;
    color: #fff !important
}

.btn-alt-secondary {
    background: #fff !important;
    color: #d946ef !important
}

.btn-alt-secondary:focus,
.btn-alt-secondary:hover {
    background: #d946ef !important;
    color: #fff !important
}

.btn-alt-success {
    background: #fff !important;
    color: #4caf50 !important
}

.btn-alt-success:focus,
.btn-alt-success:hover {
    background: #4caf50 !important;
    color: #fff !important
}

.btn-alt-info {
    background: #fff !important;
    color: #09c !important
}

.btn-alt-info:focus,
.btn-alt-info:hover {
    background: #09c !important;
    color: #fff !important
}

.btn-alt-warning {
    background: #fff !important;
    color: #ffb307 !important
}

.btn-alt-warning:focus,
.btn-alt-warning:hover {
    background: #ffb307 !important;
    color: #fff !important
}

.btn-alt-danger {
    background: #fff !important;
    color: #e44b4b !important
}

.btn-alt-danger:focus,
.btn-alt-danger:hover {
    background: #e44b4b !important;
    color: #fff !important
}

.btn-alt-light {
    background: var(--color-gray-25) !important
}

.btn-alt-dark {
    background: #fff !important;
    color: #212529 !important
}

.btn-alt-dark:focus,
.btn-alt-dark:hover {
    background: #212529 !important;
    color: #fff !important
}

.btn-alt-gray {
    background: #fff !important;
    color: #5b5b5b !important
}

.btn-alt-gray:focus,
.btn-alt-gray:hover {
    background: #5b5b5b !important;
    color: #fff !important
}

.btn-alt-gray-10 {
    background: #fff !important;
    color: #fafafa !important
}

.btn-alt-gray-10:focus,
.btn-alt-gray-10:hover {
    background: #fafafa !important;
    color: #fff !important
}

.btn-alt-gray-25 {
    background: #fff !important;
    color: #f7f7f7 !important
}

.btn-alt-gray-25:focus,
.btn-alt-gray-25:hover {
    background: #f7f7f7 !important;
    color: #fff !important
}

.btn-alt-gray-50 {
    background: #fff !important;
    color: #efefef !important
}

.btn-alt-gray-50:focus,
.btn-alt-gray-50:hover {
    background: #efefef !important;
    color: #fff !important
}

.btn-alt-gray-100 {
    background: #fff !important;
    color: #dedede !important
}

.btn-alt-gray-100:focus,
.btn-alt-gray-100:hover {
    background: #dedede !important;
    color: #fff !important
}

.btn-alt-gray-200 {
    background: #fff !important;
    color: #bdbdbd !important
}

.btn-alt-gray-200:focus,
.btn-alt-gray-200:hover {
    background: #bdbdbd !important;
    color: #fff !important
}

.btn-alt-gray-300 {
    background: #fff !important;
    color: #9d9d9d !important
}

.btn-alt-gray-300:focus,
.btn-alt-gray-300:hover {
    background: #9d9d9d !important;
    color: #fff !important
}

.btn-alt-gray-400 {
    background: #fff !important;
    color: #7c7c7c !important
}

.btn-alt-gray-400:focus,
.btn-alt-gray-400:hover {
    background: #7c7c7c !important;
    color: #fff !important
}

.btn-alt-gray-500 {
    background: #fff !important;
    color: #5b5b5b !important
}

.btn-alt-gray-500:focus,
.btn-alt-gray-500:hover {
    background: #5b5b5b !important;
    color: #fff !important
}

.btn-alt-gray-600 {
    background: #fff !important;
    color: #494949 !important
}

.btn-alt-gray-600:focus,
.btn-alt-gray-600:hover {
    background: #494949 !important;
    color: #fff !important
}

.btn-alt-gray-700 {
    background: #fff !important;
    color: #373737 !important
}

.btn-alt-gray-700:focus,
.btn-alt-gray-700:hover {
    background: #373737 !important;
    color: #fff !important
}

.btn-alt-gray-800 {
    background: #fff !important;
    color: #242424 !important
}

.btn-alt-gray-800:focus,
.btn-alt-gray-800:hover {
    background: #242424 !important;
    color: #fff !important
}

.btn-alt-gray-900 {
    background: #fff !important;
    color: #121212 !important
}

.btn-alt-gray-900:focus,
.btn-alt-gray-900:hover {
    background: #121212 !important;
    color: #fff !important
}

.btn-alt-slate {
    background: #fff !important;
    color: #6b7280 !important
}

.btn-alt-slate:focus,
.btn-alt-slate:hover {
    background: #6b7280 !important;
    color: #fff !important
}

.btn-alt-slate-10 {
    background: #fff !important;
    color: #fbfbfb !important
}

.btn-alt-slate-10:focus,
.btn-alt-slate-10:hover {
    background: #fbfbfb !important;
    color: #fff !important
}

.btn-alt-slate-25 {
    background: #fff !important;
    color: #f8f8f9 !important
}

.btn-alt-slate-25:focus,
.btn-alt-slate-25:hover {
    background: #f8f8f9 !important;
    color: #fff !important
}

.btn-alt-slate-50 {
    background: #fff !important;
    color: #f0f1f2 !important
}

.btn-alt-slate-50:focus,
.btn-alt-slate-50:hover {
    background: #f0f1f2 !important;
    color: #fff !important
}

.btn-alt-slate-100 {
    background: #fff !important;
    color: #e1e3e6 !important
}

.btn-alt-slate-100:focus,
.btn-alt-slate-100:hover {
    background: #e1e3e6 !important;
    color: #fff !important
}

.btn-alt-slate-200 {
    background: #fff !important;
    color: #c4c7cc !important
}

.btn-alt-slate-200:focus,
.btn-alt-slate-200:hover {
    background: #c4c7cc !important;
    color: #fff !important
}

.btn-alt-slate-300 {
    background: #fff !important;
    color: #a6aab3 !important
}

.btn-alt-slate-300:focus,
.btn-alt-slate-300:hover {
    background: #a6aab3 !important;
    color: #fff !important
}

.btn-alt-slate-400 {
    background: #fff !important;
    color: #898e99 !important
}

.btn-alt-slate-400:focus,
.btn-alt-slate-400:hover {
    background: #898e99 !important;
    color: #fff !important
}

.btn-alt-slate-500 {
    background: #fff !important;
    color: #6b7280 !important
}

.btn-alt-slate-500:focus,
.btn-alt-slate-500:hover {
    background: #6b7280 !important;
    color: #fff !important
}

.btn-alt-slate-600 {
    background: #fff !important;
    color: #565b66 !important
}

.btn-alt-slate-600:focus,
.btn-alt-slate-600:hover {
    background: #565b66 !important;
    color: #fff !important
}

.btn-alt-slate-700 {
    background: #fff !important;
    color: #40444d !important
}

.btn-alt-slate-700:focus,
.btn-alt-slate-700:hover {
    background: #40444d !important;
    color: #fff !important
}

.btn-alt-slate-800 {
    background: #fff !important;
    color: #2b2e33 !important
}

.btn-alt-slate-800:focus,
.btn-alt-slate-800:hover {
    background: #2b2e33 !important;
    color: #fff !important
}

.btn-alt-slate-900 {
    background: #fff !important;
    color: #15171a !important
}

.btn-alt-slate-900:focus,
.btn-alt-slate-900:hover {
    background: #15171a !important;
    color: #fff !important
}

.btn-alt-primary-10 {
    background: #fff !important;
    color: #fef8f8 !important
}

.btn-alt-primary-10:focus,
.btn-alt-primary-10:hover {
    background: #fef8f8 !important;
    color: #fff !important
}

.btn-alt-primary-25 {
    background: #fff !important;
    color: #fef4f4 !important
}

.btn-alt-primary-25:focus,
.btn-alt-primary-25:hover {
    background: #fef4f4 !important;
    color: #fff !important
}

.btn-alt-primary-50 {
    background: #fff !important;
    color: #fde9e9 !important
}

.btn-alt-primary-50:focus,
.btn-alt-primary-50:hover {
    background: #fde9e9 !important;
    color: #fff !important
}

.btn-alt-primary-100 {
    background: #fff !important;
    color: #fad3d3 !important
}

.btn-alt-primary-100:focus,
.btn-alt-primary-100:hover {
    background: #fad3d3 !important;
    color: #fff !important
}

.btn-alt-primary-200 {
    background: #fff !important;
    color: #f5a7a7 !important
}

.btn-alt-primary-200:focus,
.btn-alt-primary-200:hover {
    background: #f5a7a7 !important;
    color: #fff !important
}

.btn-alt-primary-300 {
    background: #fff !important;
    color: #f07b7b !important
}

.btn-alt-primary-300:focus,
.btn-alt-primary-300:hover {
    background: #f07b7b !important;
    color: #fff !important
}

.btn-alt-primary-400 {
    background: #fff !important;
    color: #eb4f4f !important
}

.btn-alt-primary-400:focus,
.btn-alt-primary-400:hover {
    background: #eb4f4f !important;
    color: #fff !important
}

.btn-alt-primary-500 {
    background: #fff !important;
    color: #e62323 !important
}

.btn-alt-primary-500:focus,
.btn-alt-primary-500:hover {
    background: #e62323 !important;
    color: #fff !important
}

.btn-alt-primary-600 {
    background: #fff !important;
    color: #b81c1c !important
}

.btn-alt-primary-600:focus,
.btn-alt-primary-600:hover {
    background: #b81c1c !important;
    color: #fff !important
}

.btn-alt-primary-700 {
    background: #fff !important;
    color: #8a1515 !important
}

.btn-alt-primary-700:focus,
.btn-alt-primary-700:hover {
    background: #8a1515 !important;
    color: #fff !important
}

.btn-alt-primary-800 {
    background: #fff !important;
    color: #5c0e0e !important
}

.btn-alt-primary-800:focus,
.btn-alt-primary-800:hover {
    background: #5c0e0e !important;
    color: #fff !important
}

.btn-alt-primary-900 {
    background: #fff !important;
    color: #2e0707 !important
}

.btn-alt-primary-900:focus,
.btn-alt-primary-900:hover {
    background: #2e0707 !important;
    color: #fff !important
}

.btn-alt-secondary-10 {
    background: #fff !important;
    color: #fef9ff !important
}

.btn-alt-secondary-10:focus,
.btn-alt-secondary-10:hover {
    background: #fef9ff !important;
    color: #fff !important
}

.btn-alt-secondary-25 {
    background: #fff !important;
    color: #fdf6fe !important
}

.btn-alt-secondary-25:focus,
.btn-alt-secondary-25:hover {
    background: #fdf6fe !important;
    color: #fff !important
}

.btn-alt-secondary-50 {
    background: #fff !important;
    color: #fbedfd !important
}

.btn-alt-secondary-50:focus,
.btn-alt-secondary-50:hover {
    background: #fbedfd !important;
    color: #fff !important
}

.btn-alt-secondary-100 {
    background: #fff !important;
    color: #f7dafc !important
}

.btn-alt-secondary-100:focus,
.btn-alt-secondary-100:hover {
    background: #f7dafc !important;
    color: #fff !important
}

.btn-alt-secondary-200 {
    background: #fff !important;
    color: #f0b5f9 !important
}

.btn-alt-secondary-200:focus,
.btn-alt-secondary-200:hover {
    background: #f0b5f9 !important;
    color: #fff !important
}

.btn-alt-secondary-300 {
    background: #fff !important;
    color: #e890f5 !important
}

.btn-alt-secondary-300:focus,
.btn-alt-secondary-300:hover {
    background: #e890f5 !important;
    color: #fff !important
}

.btn-alt-secondary-400 {
    background: #fff !important;
    color: #e16bf2 !important
}

.btn-alt-secondary-400:focus,
.btn-alt-secondary-400:hover {
    background: #e16bf2 !important;
    color: #fff !important
}

.btn-alt-secondary-500 {
    background: #fff !important;
    color: #d946ef !important
}

.btn-alt-secondary-500:focus,
.btn-alt-secondary-500:hover {
    background: #d946ef !important;
    color: #fff !important
}

.btn-alt-secondary-600 {
    background: #fff !important;
    color: #ae38bf !important
}

.btn-alt-secondary-600:focus,
.btn-alt-secondary-600:hover {
    background: #ae38bf !important;
    color: #fff !important
}

.btn-alt-secondary-700 {
    background: #fff !important;
    color: #822a8f !important
}

.btn-alt-secondary-700:focus,
.btn-alt-secondary-700:hover {
    background: #822a8f !important;
    color: #fff !important
}

.btn-alt-secondary-800 {
    background: #fff !important;
    color: #571c60 !important
}

.btn-alt-secondary-800:focus,
.btn-alt-secondary-800:hover {
    background: #571c60 !important;
    color: #fff !important
}

.btn-alt-secondary-900 {
    background: #fff !important;
    color: #2b0e30 !important
}

.btn-alt-secondary-900:focus,
.btn-alt-secondary-900:hover {
    background: #2b0e30 !important;
    color: #fff !important
}

.btn-alt-info-10 {
    background: #fff !important;
    color: #f7fcfd !important
}

.btn-alt-info-10:focus,
.btn-alt-info-10:hover {
    background: #f7fcfd !important;
    color: #fff !important
}

.btn-alt-info-25 {
    background: #fff !important;
    color: #f2fafc !important
}

.btn-alt-info-25:focus,
.btn-alt-info-25:hover {
    background: #f2fafc !important;
    color: #fff !important
}

.btn-alt-info-50 {
    background: #fff !important;
    color: #e6f5fa !important
}

.btn-alt-info-50:focus,
.btn-alt-info-50:hover {
    background: #e6f5fa !important;
    color: #fff !important
}

.btn-alt-info-100 {
    background: #fff !important;
    color: #ccebf5 !important
}

.btn-alt-info-100:focus,
.btn-alt-info-100:hover {
    background: #ccebf5 !important;
    color: #fff !important
}

.btn-alt-info-200 {
    background: #fff !important;
    color: #99d6eb !important
}

.btn-alt-info-200:focus,
.btn-alt-info-200:hover {
    background: #99d6eb !important;
    color: #fff !important
}

.btn-alt-info-300 {
    background: #fff !important;
    color: #66c2e0 !important
}

.btn-alt-info-300:focus,
.btn-alt-info-300:hover {
    background: #66c2e0 !important;
    color: #fff !important
}

.btn-alt-info-400 {
    background: #fff !important;
    color: #33add6 !important
}

.btn-alt-info-400:focus,
.btn-alt-info-400:hover {
    background: #33add6 !important;
    color: #fff !important
}

.btn-alt-info-500 {
    background: #fff !important;
    color: #09c !important
}

.btn-alt-info-500:focus,
.btn-alt-info-500:hover {
    background: #09c !important;
    color: #fff !important
}

.btn-alt-info-600 {
    background: #fff !important;
    color: #007aa3 !important
}

.btn-alt-info-600:focus,
.btn-alt-info-600:hover {
    background: #007aa3 !important;
    color: #fff !important
}

.btn-alt-info-700 {
    background: #fff !important;
    color: #005c7a !important
}

.btn-alt-info-700:focus,
.btn-alt-info-700:hover {
    background: #005c7a !important;
    color: #fff !important
}

.btn-alt-info-800 {
    background: #fff !important;
    color: #003d52 !important
}

.btn-alt-info-800:focus,
.btn-alt-info-800:hover {
    background: #003d52 !important;
    color: #fff !important
}

.btn-alt-info-900 {
    background: #fff !important;
    color: #001f29 !important
}

.btn-alt-info-900:focus,
.btn-alt-info-900:hover {
    background: #001f29 !important;
    color: #fff !important
}

.btn-alt-success-10 {
    background: #fff !important;
    color: #fafdfa !important
}

.btn-alt-success-10:focus,
.btn-alt-success-10:hover {
    background: #fafdfa !important;
    color: #fff !important
}

.btn-alt-success-25 {
    background: #fff !important;
    color: #f6fbf6 !important
}

.btn-alt-success-25:focus,
.btn-alt-success-25:hover {
    background: #f6fbf6 !important;
    color: #fff !important
}

.btn-alt-success-50 {
    background: #fff !important;
    color: #edf7ee !important
}

.btn-alt-success-50:focus,
.btn-alt-success-50:hover {
    background: #edf7ee !important;
    color: #fff !important
}

.btn-alt-success-100 {
    background: #fff !important;
    color: #dbefdc !important
}

.btn-alt-success-100:focus,
.btn-alt-success-100:hover {
    background: #dbefdc !important;
    color: #fff !important
}

.btn-alt-success-200 {
    background: #fff !important;
    color: #b7dfb9 !important
}

.btn-alt-success-200:focus,
.btn-alt-success-200:hover {
    background: #b7dfb9 !important;
    color: #fff !important
}

.btn-alt-success-300 {
    background: #fff !important;
    color: #94cf96 !important
}

.btn-alt-success-300:focus,
.btn-alt-success-300:hover {
    background: #94cf96 !important;
    color: #fff !important
}

.btn-alt-success-400 {
    background: #fff !important;
    color: #70bf73 !important
}

.btn-alt-success-400:focus,
.btn-alt-success-400:hover {
    background: #70bf73 !important;
    color: #fff !important
}

.btn-alt-success-500 {
    background: #fff !important;
    color: #4caf50 !important
}

.btn-alt-success-500:focus,
.btn-alt-success-500:hover {
    background: #4caf50 !important;
    color: #fff !important
}

.btn-alt-success-600 {
    background: #fff !important;
    color: #3d8c40 !important
}

.btn-alt-success-600:focus,
.btn-alt-success-600:hover {
    background: #3d8c40 !important;
    color: #fff !important
}

.btn-alt-success-700 {
    background: #fff !important;
    color: #2e6930 !important
}

.btn-alt-success-700:focus,
.btn-alt-success-700:hover {
    background: #2e6930 !important;
    color: #fff !important
}

.btn-alt-success-800 {
    background: #fff !important;
    color: #1e4620 !important
}

.btn-alt-success-800:focus,
.btn-alt-success-800:hover {
    background: #1e4620 !important;
    color: #fff !important
}

.btn-alt-success-900 {
    background: #fff !important;
    color: #0f2310 !important
}

.btn-alt-success-900:focus,
.btn-alt-success-900:hover {
    background: #0f2310 !important;
    color: #fff !important
}

.btn-alt-warning-10 {
    background: #fff !important;
    color: #fffdf8 !important
}

.btn-alt-warning-10:focus,
.btn-alt-warning-10:hover {
    background: #fffdf8 !important;
    color: #fff !important
}

.btn-alt-warning-25 {
    background: #fff !important;
    color: #fffbf3 !important
}

.btn-alt-warning-25:focus,
.btn-alt-warning-25:hover {
    background: #fffbf3 !important;
    color: #fff !important
}

.btn-alt-warning-50 {
    background: #fff !important;
    color: #fff7e6 !important
}

.btn-alt-warning-50:focus,
.btn-alt-warning-50:hover {
    background: #fff7e6 !important;
    color: #fff !important
}

.btn-alt-warning-100 {
    background: #fff !important;
    color: #fff0cd !important
}

.btn-alt-warning-100:focus,
.btn-alt-warning-100:hover {
    background: #fff0cd !important;
    color: #fff !important
}

.btn-alt-warning-200 {
    background: #fff !important;
    color: #ffe19c !important
}

.btn-alt-warning-200:focus,
.btn-alt-warning-200:hover {
    background: #ffe19c !important;
    color: #fff !important
}

.btn-alt-warning-300 {
    background: #fff !important;
    color: #ffd16a !important
}

.btn-alt-warning-300:focus,
.btn-alt-warning-300:hover {
    background: #ffd16a !important;
    color: #fff !important
}

.btn-alt-warning-400 {
    background: #fff !important;
    color: #ffc239 !important
}

.btn-alt-warning-400:focus,
.btn-alt-warning-400:hover {
    background: #ffc239 !important;
    color: #fff !important
}

.btn-alt-warning-500 {
    background: #fff !important;
    color: #ffb307 !important
}

.btn-alt-warning-500:focus,
.btn-alt-warning-500:hover {
    background: #ffb307 !important;
    color: #fff !important
}

.btn-alt-warning-600 {
    background: #fff !important;
    color: #cc8f06 !important
}

.btn-alt-warning-600:focus,
.btn-alt-warning-600:hover {
    background: #cc8f06 !important;
    color: #fff !important
}

.btn-alt-warning-700 {
    background: #fff !important;
    color: #996b04 !important
}

.btn-alt-warning-700:focus,
.btn-alt-warning-700:hover {
    background: #996b04 !important;
    color: #fff !important
}

.btn-alt-warning-800 {
    background: #fff !important;
    color: #664803 !important
}

.btn-alt-warning-800:focus,
.btn-alt-warning-800:hover {
    background: #664803 !important;
    color: #fff !important
}

.btn-alt-warning-900 {
    background: #fff !important;
    color: #332401 !important
}

.btn-alt-warning-900:focus,
.btn-alt-warning-900:hover {
    background: #332401 !important;
    color: #fff !important
}

.btn-alt-danger-10 {
    background: #fff !important;
    color: #fefafa !important
}

.btn-alt-danger-10:focus,
.btn-alt-danger-10:hover {
    background: #fefafa !important;
    color: #fff !important
}

.btn-alt-danger-25 {
    background: #fff !important;
    color: #fef6f6 !important
}

.btn-alt-danger-25:focus,
.btn-alt-danger-25:hover {
    background: #fef6f6 !important;
    color: #fff !important
}

.btn-alt-danger-50 {
    background: #fff !important;
    color: #fceded !important
}

.btn-alt-danger-50:focus,
.btn-alt-danger-50:hover {
    background: #fceded !important;
    color: #fff !important
}

.btn-alt-danger-100 {
    background: #fff !important;
    color: #fadbdb !important
}

.btn-alt-danger-100:focus,
.btn-alt-danger-100:hover {
    background: #fadbdb !important;
    color: #fff !important
}

.btn-alt-danger-200 {
    background: #fff !important;
    color: #f4b7b7 !important
}

.btn-alt-danger-200:focus,
.btn-alt-danger-200:hover {
    background: #f4b7b7 !important;
    color: #fff !important
}

.btn-alt-danger-300 {
    background: #fff !important;
    color: #ef9393 !important
}

.btn-alt-danger-300:focus,
.btn-alt-danger-300:hover {
    background: #ef9393 !important;
    color: #fff !important
}

.btn-alt-danger-400 {
    background: #fff !important;
    color: #e96f6f !important
}

.btn-alt-danger-400:focus,
.btn-alt-danger-400:hover {
    background: #e96f6f !important;
    color: #fff !important
}

.btn-alt-danger-500 {
    background: #fff !important;
    color: #e44b4b !important
}

.btn-alt-danger-500:focus,
.btn-alt-danger-500:hover {
    background: #e44b4b !important;
    color: #fff !important
}

.btn-alt-danger-600 {
    background: #fff !important;
    color: #b63c3c !important
}

.btn-alt-danger-600:focus,
.btn-alt-danger-600:hover {
    background: #b63c3c !important;
    color: #fff !important
}

.btn-alt-danger-700 {
    background: #fff !important;
    color: #892d2d !important
}

.btn-alt-danger-700:focus,
.btn-alt-danger-700:hover {
    background: #892d2d !important;
    color: #fff !important
}

.btn-alt-danger-800 {
    background: #fff !important;
    color: #5b1e1e !important
}

.btn-alt-danger-800:focus,
.btn-alt-danger-800:hover {
    background: #5b1e1e !important;
    color: #fff !important
}

.btn-alt-danger-900 {
    background: #fff !important;
    color: #2e0f0f !important
}

.btn-alt-danger-900:focus,
.btn-alt-danger-900:hover {
    background: #2e0f0f !important;
    color: #fff !important
}

.btn-alt-blue {
    background: #fff !important;
    color: #078af3 !important
}

.btn-alt-blue:focus,
.btn-alt-blue:hover {
    background: #078af3 !important;
    color: #fff !important
}

.btn-alt-blue-10 {
    background: #fff !important;
    color: #f8fbff !important
}

.btn-alt-blue-10:focus,
.btn-alt-blue-10:hover {
    background: #f8fbff !important;
    color: #fff !important
}

.btn-alt-blue-25 {
    background: #fff !important;
    color: #f3f9fe !important
}

.btn-alt-blue-25:focus,
.btn-alt-blue-25:hover {
    background: #f3f9fe !important;
    color: #fff !important
}

.btn-alt-blue-50 {
    background: #fff !important;
    color: #e6f3fe !important
}

.btn-alt-blue-50:focus,
.btn-alt-blue-50:hover {
    background: #e6f3fe !important;
    color: #fff !important
}

.btn-alt-blue-100 {
    background: #fff !important;
    color: #cde8fd !important
}

.btn-alt-blue-100:focus,
.btn-alt-blue-100:hover {
    background: #cde8fd !important;
    color: #fff !important
}

.btn-alt-blue-200 {
    background: #fff !important;
    color: #9cd0fa !important
}

.btn-alt-blue-200:focus,
.btn-alt-blue-200:hover {
    background: #9cd0fa !important;
    color: #fff !important
}

.btn-alt-blue-300 {
    background: #fff !important;
    color: #6ab9f8 !important
}

.btn-alt-blue-300:focus,
.btn-alt-blue-300:hover {
    background: #6ab9f8 !important;
    color: #fff !important
}

.btn-alt-blue-400 {
    background: #fff !important;
    color: #39a1f5 !important
}

.btn-alt-blue-400:focus,
.btn-alt-blue-400:hover {
    background: #39a1f5 !important;
    color: #fff !important
}

.btn-alt-blue-500 {
    background: #fff !important;
    color: #078af3 !important
}

.btn-alt-blue-500:focus,
.btn-alt-blue-500:hover {
    background: #078af3 !important;
    color: #fff !important
}

.btn-alt-blue-600 {
    background: #fff !important;
    color: #066ec2 !important
}

.btn-alt-blue-600:focus,
.btn-alt-blue-600:hover {
    background: #066ec2 !important;
    color: #fff !important
}

.btn-alt-blue-700 {
    background: #fff !important;
    color: #045392 !important
}

.btn-alt-blue-700:focus,
.btn-alt-blue-700:hover {
    background: #045392 !important;
    color: #fff !important
}

.btn-alt-blue-800 {
    background: #fff !important;
    color: #033761 !important
}

.btn-alt-blue-800:focus,
.btn-alt-blue-800:hover {
    background: #033761 !important;
    color: #fff !important
}

.btn-alt-blue-900 {
    background: #fff !important;
    color: #011c31 !important
}

.btn-alt-blue-900:focus,
.btn-alt-blue-900:hover {
    background: #011c31 !important;
    color: #fff !important
}

.btn-alt-indigo {
    background: #fff !important;
    color: #553cdf !important
}

.btn-alt-indigo:focus,
.btn-alt-indigo:hover {
    background: #553cdf !important;
    color: #fff !important
}

.btn-alt-indigo-10 {
    background: #fff !important;
    color: #faf9fe !important
}

.btn-alt-indigo-10:focus,
.btn-alt-indigo-10:hover {
    background: #faf9fe !important;
    color: #fff !important
}

.btn-alt-indigo-25 {
    background: #fff !important;
    color: #f7f5fd !important
}

.btn-alt-indigo-25:focus,
.btn-alt-indigo-25:hover {
    background: #f7f5fd !important;
    color: #fff !important
}

.btn-alt-indigo-50 {
    background: #fff !important;
    color: #eeecfc !important
}

.btn-alt-indigo-50:focus,
.btn-alt-indigo-50:hover {
    background: #eeecfc !important;
    color: #fff !important
}

.btn-alt-indigo-100 {
    background: #fff !important;
    color: #ddd8f9 !important
}

.btn-alt-indigo-100:focus,
.btn-alt-indigo-100:hover {
    background: #ddd8f9 !important;
    color: #fff !important
}

.btn-alt-indigo-200 {
    background: #fff !important;
    color: #bbb1f2 !important
}

.btn-alt-indigo-200:focus,
.btn-alt-indigo-200:hover {
    background: #bbb1f2 !important;
    color: #fff !important
}

.btn-alt-indigo-300 {
    background: #fff !important;
    color: #998aec !important
}

.btn-alt-indigo-300:focus,
.btn-alt-indigo-300:hover {
    background: #998aec !important;
    color: #fff !important
}

.btn-alt-indigo-400 {
    background: #fff !important;
    color: #7763e5 !important
}

.btn-alt-indigo-400:focus,
.btn-alt-indigo-400:hover {
    background: #7763e5 !important;
    color: #fff !important
}

.btn-alt-indigo-500 {
    background: #fff !important;
    color: #553cdf !important
}

.btn-alt-indigo-500:focus,
.btn-alt-indigo-500:hover {
    background: #553cdf !important;
    color: #fff !important
}

.btn-alt-indigo-600 {
    background: #fff !important;
    color: #4430b2 !important
}

.btn-alt-indigo-600:focus,
.btn-alt-indigo-600:hover {
    background: #4430b2 !important;
    color: #fff !important
}

.btn-alt-indigo-700 {
    background: #fff !important;
    color: #332486 !important
}

.btn-alt-indigo-700:focus,
.btn-alt-indigo-700:hover {
    background: #332486 !important;
    color: #fff !important
}

.btn-alt-indigo-800 {
    background: #fff !important;
    color: #221859 !important
}

.btn-alt-indigo-800:focus,
.btn-alt-indigo-800:hover {
    background: #221859 !important;
    color: #fff !important
}

.btn-alt-indigo-900 {
    background: #fff !important;
    color: #110c2d !important
}

.btn-alt-indigo-900:focus,
.btn-alt-indigo-900:hover {
    background: #110c2d !important;
    color: #fff !important
}

.btn-alt-purple {
    background: #fff !important;
    color: #8921e4 !important
}

.btn-alt-purple:focus,
.btn-alt-purple:hover {
    background: #8921e4 !important;
    color: #fff !important
}

.btn-alt-purple-10 {
    background: #fff !important;
    color: #fbf8fe !important
}

.btn-alt-purple-10:focus,
.btn-alt-purple-10:hover {
    background: #fbf8fe !important;
    color: #fff !important
}

.btn-alt-purple-25 {
    background: #fff !important;
    color: #f9f4fe !important
}

.btn-alt-purple-25:focus,
.btn-alt-purple-25:hover {
    background: #f9f4fe !important;
    color: #fff !important
}

.btn-alt-purple-50 {
    background: #fff !important;
    color: #f3e9fc !important
}

.btn-alt-purple-50:focus,
.btn-alt-purple-50:hover {
    background: #f3e9fc !important;
    color: #fff !important
}

.btn-alt-purple-100 {
    background: #fff !important;
    color: #e7d3fa !important
}

.btn-alt-purple-100:focus,
.btn-alt-purple-100:hover {
    background: #e7d3fa !important;
    color: #fff !important
}

.btn-alt-purple-200 {
    background: #fff !important;
    color: #d0a6f4 !important
}

.btn-alt-purple-200:focus,
.btn-alt-purple-200:hover {
    background: #d0a6f4 !important;
    color: #fff !important
}

.btn-alt-purple-300 {
    background: #fff !important;
    color: #b87aef !important
}

.btn-alt-purple-300:focus,
.btn-alt-purple-300:hover {
    background: #b87aef !important;
    color: #fff !important
}

.btn-alt-purple-400 {
    background: #fff !important;
    color: #a14de9 !important
}

.btn-alt-purple-400:focus,
.btn-alt-purple-400:hover {
    background: #a14de9 !important;
    color: #fff !important
}

.btn-alt-purple-500 {
    background: #fff !important;
    color: #8921e4 !important
}

.btn-alt-purple-500:focus,
.btn-alt-purple-500:hover {
    background: #8921e4 !important;
    color: #fff !important
}

.btn-alt-purple-600 {
    background: #fff !important;
    color: #6e1ab6 !important
}

.btn-alt-purple-600:focus,
.btn-alt-purple-600:hover {
    background: #6e1ab6 !important;
    color: #fff !important
}

.btn-alt-purple-700 {
    background: #fff !important;
    color: #521489 !important
}

.btn-alt-purple-700:focus,
.btn-alt-purple-700:hover {
    background: #521489 !important;
    color: #fff !important
}

.btn-alt-purple-800 {
    background: #fff !important;
    color: #370d5b !important
}

.btn-alt-purple-800:focus,
.btn-alt-purple-800:hover {
    background: #370d5b !important;
    color: #fff !important
}

.btn-alt-purple-900 {
    background: #fff !important;
    color: #1b072e !important
}

.btn-alt-purple-900:focus,
.btn-alt-purple-900:hover {
    background: #1b072e !important;
    color: #fff !important
}

.btn-alt-red {
    background: #fff !important;
    color: #ea4335 !important
}

.btn-alt-red:focus,
.btn-alt-red:hover {
    background: #ea4335 !important;
    color: #fff !important
}

.btn-alt-red-10 {
    background: #fff !important;
    color: #fef9f9 !important
}

.btn-alt-red-10:focus,
.btn-alt-red-10:hover {
    background: #fef9f9 !important;
    color: #fff !important
}

.btn-alt-red-25 {
    background: #fff !important;
    color: #fef6f5 !important
}

.btn-alt-red-25:focus,
.btn-alt-red-25:hover {
    background: #fef6f5 !important;
    color: #fff !important
}

.btn-alt-red-50 {
    background: #fff !important;
    color: #fdeceb !important
}

.btn-alt-red-50:focus,
.btn-alt-red-50:hover {
    background: #fdeceb !important;
    color: #fff !important
}

.btn-alt-red-100 {
    background: #fff !important;
    color: #fbd9d7 !important
}

.btn-alt-red-100:focus,
.btn-alt-red-100:hover {
    background: #fbd9d7 !important;
    color: #fff !important
}

.btn-alt-red-200 {
    background: #fff !important;
    color: #f7b4ae !important
}

.btn-alt-red-200:focus,
.btn-alt-red-200:hover {
    background: #f7b4ae !important;
    color: #fff !important
}

.btn-alt-red-300 {
    background: #fff !important;
    color: #f28e86 !important
}

.btn-alt-red-300:focus,
.btn-alt-red-300:hover {
    background: #f28e86 !important;
    color: #fff !important
}

.btn-alt-red-400 {
    background: #fff !important;
    color: #ee695d !important
}

.btn-alt-red-400:focus,
.btn-alt-red-400:hover {
    background: #ee695d !important;
    color: #fff !important
}

.btn-alt-red-500 {
    background: #fff !important;
    color: #ea4335 !important
}

.btn-alt-red-500:focus,
.btn-alt-red-500:hover {
    background: #ea4335 !important;
    color: #fff !important
}

.btn-alt-red-600 {
    background: #fff !important;
    color: #bb362a !important
}

.btn-alt-red-600:focus,
.btn-alt-red-600:hover {
    background: #bb362a !important;
    color: #fff !important
}

.btn-alt-red-700 {
    background: #fff !important;
    color: #8c2820 !important
}

.btn-alt-red-700:focus,
.btn-alt-red-700:hover {
    background: #8c2820 !important;
    color: #fff !important
}

.btn-alt-red-800 {
    background: #fff !important;
    color: #5e1b15 !important
}

.btn-alt-red-800:focus,
.btn-alt-red-800:hover {
    background: #5e1b15 !important;
    color: #fff !important
}

.btn-alt-red-900 {
    background: #fff !important;
    color: #2f0d0b !important
}

.btn-alt-red-900:focus,
.btn-alt-red-900:hover {
    background: #2f0d0b !important;
    color: #fff !important
}

.btn-alt-rose {
    background: #fff !important;
    color: #d20e4f !important
}

.btn-alt-rose:focus,
.btn-alt-rose:hover {
    background: #d20e4f !important;
    color: #fff !important
}

.btn-alt-rose-10 {
    background: #fff !important;
    color: #fef8fa !important
}

.btn-alt-rose-10:focus,
.btn-alt-rose-10:hover {
    background: #fef8fa !important;
    color: #fff !important
}

.btn-alt-rose-25 {
    background: #fff !important;
    color: #fdf3f6 !important
}

.btn-alt-rose-25:focus,
.btn-alt-rose-25:hover {
    background: #fdf3f6 !important;
    color: #fff !important
}

.btn-alt-rose-50 {
    background: #fff !important;
    color: #fbe7ed !important
}

.btn-alt-rose-50:focus,
.btn-alt-rose-50:hover {
    background: #fbe7ed !important;
    color: #fff !important
}

.btn-alt-rose-100 {
    background: #fff !important;
    color: #f6cfdc !important
}

.btn-alt-rose-100:focus,
.btn-alt-rose-100:hover {
    background: #f6cfdc !important;
    color: #fff !important
}

.btn-alt-rose-200 {
    background: #fff !important;
    color: #ed9fb9 !important
}

.btn-alt-rose-200:focus,
.btn-alt-rose-200:hover {
    background: #ed9fb9 !important;
    color: #fff !important
}

.btn-alt-rose-300 {
    background: #fff !important;
    color: #e46e95 !important
}

.btn-alt-rose-300:focus,
.btn-alt-rose-300:hover {
    background: #e46e95 !important;
    color: #fff !important
}

.btn-alt-rose-400 {
    background: #fff !important;
    color: #db3e72 !important
}

.btn-alt-rose-400:focus,
.btn-alt-rose-400:hover {
    background: #db3e72 !important;
    color: #fff !important
}

.btn-alt-rose-500 {
    background: #fff !important;
    color: #d20e4f !important
}

.btn-alt-rose-500:focus,
.btn-alt-rose-500:hover {
    background: #d20e4f !important;
    color: #fff !important
}

.btn-alt-rose-600 {
    background: #fff !important;
    color: #a80b3f !important
}

.btn-alt-rose-600:focus,
.btn-alt-rose-600:hover {
    background: #a80b3f !important;
    color: #fff !important
}

.btn-alt-rose-700 {
    background: #fff !important;
    color: #7e082f !important
}

.btn-alt-rose-700:focus,
.btn-alt-rose-700:hover {
    background: #7e082f !important;
    color: #fff !important
}

.btn-alt-rose-800 {
    background: #fff !important;
    color: #540620 !important
}

.btn-alt-rose-800:focus,
.btn-alt-rose-800:hover {
    background: #540620 !important;
    color: #fff !important
}

.btn-alt-rose-900 {
    background: #fff !important;
    color: #2a0310 !important
}

.btn-alt-rose-900:focus,
.btn-alt-rose-900:hover {
    background: #2a0310 !important;
    color: #fff !important
}

.btn-alt-pink {
    background: #fff !important;
    color: #f06b9d !important
}

.btn-alt-pink:focus,
.btn-alt-pink:hover {
    background: #f06b9d !important;
    color: #fff !important
}

.btn-alt-pink-10 {
    background: #fff !important;
    color: #fffbfc !important
}

.btn-alt-pink-10:focus,
.btn-alt-pink-10:hover {
    background: #fffbfc !important;
    color: #fff !important
}

.btn-alt-pink-25 {
    background: #fff !important;
    color: #fef8fa !important
}

.btn-alt-pink-25:focus,
.btn-alt-pink-25:hover {
    background: #fef8fa !important;
    color: #fff !important
}

.btn-alt-pink-50 {
    background: #fff !important;
    color: #fef0f5 !important
}

.btn-alt-pink-50:focus,
.btn-alt-pink-50:hover {
    background: #fef0f5 !important;
    color: #fff !important
}

.btn-alt-pink-100 {
    background: #fff !important;
    color: #fce1eb !important
}

.btn-alt-pink-100:focus,
.btn-alt-pink-100:hover {
    background: #fce1eb !important;
    color: #fff !important
}

.btn-alt-pink-200 {
    background: #fff !important;
    color: #f9c4d8 !important
}

.btn-alt-pink-200:focus,
.btn-alt-pink-200:hover {
    background: #f9c4d8 !important;
    color: #fff !important
}

.btn-alt-pink-300 {
    background: #fff !important;
    color: #f6a6c4 !important
}

.btn-alt-pink-300:focus,
.btn-alt-pink-300:hover {
    background: #f6a6c4 !important;
    color: #fff !important
}

.btn-alt-pink-400 {
    background: #fff !important;
    color: #f389b1 !important
}

.btn-alt-pink-400:focus,
.btn-alt-pink-400:hover {
    background: #f389b1 !important;
    color: #fff !important
}

.btn-alt-pink-500 {
    background: #fff !important;
    color: #f06b9d !important
}

.btn-alt-pink-500:focus,
.btn-alt-pink-500:hover {
    background: #f06b9d !important;
    color: #fff !important
}

.btn-alt-pink-600 {
    background: #fff !important;
    color: #c0567e !important
}

.btn-alt-pink-600:focus,
.btn-alt-pink-600:hover {
    background: #c0567e !important;
    color: #fff !important
}

.btn-alt-pink-700 {
    background: #fff !important;
    color: #90405e !important
}

.btn-alt-pink-700:focus,
.btn-alt-pink-700:hover {
    background: #90405e !important;
    color: #fff !important
}

.btn-alt-pink-800 {
    background: #fff !important;
    color: #602b3f !important
}

.btn-alt-pink-800:focus,
.btn-alt-pink-800:hover {
    background: #602b3f !important;
    color: #fff !important
}

.btn-alt-pink-900 {
    background: #fff !important;
    color: #30151f !important
}

.btn-alt-pink-900:focus,
.btn-alt-pink-900:hover {
    background: #30151f !important;
    color: #fff !important
}

.btn-alt-orange {
    background: #fff !important;
    color: #fb6b1e !important
}

.btn-alt-orange:focus,
.btn-alt-orange:hover {
    background: #fb6b1e !important;
    color: #fff !important
}

.btn-alt-orange-10 {
    background: #fff !important;
    color: #fffbf8 !important
}

.btn-alt-orange-10:focus,
.btn-alt-orange-10:hover {
    background: #fffbf8 !important;
    color: #fff !important
}

.btn-alt-orange-25 {
    background: #fff !important;
    color: #fff8f4 !important
}

.btn-alt-orange-25:focus,
.btn-alt-orange-25:hover {
    background: #fff8f4 !important;
    color: #fff !important
}

.btn-alt-orange-50 {
    background: #fff !important;
    color: #fff0e9 !important
}

.btn-alt-orange-50:focus,
.btn-alt-orange-50:hover {
    background: #fff0e9 !important;
    color: #fff !important
}

.btn-alt-orange-100 {
    background: #fff !important;
    color: #fee1d2 !important
}

.btn-alt-orange-100:focus,
.btn-alt-orange-100:hover {
    background: #fee1d2 !important;
    color: #fff !important
}

.btn-alt-orange-200 {
    background: #fff !important;
    color: #fdc4a5 !important
}

.btn-alt-orange-200:focus,
.btn-alt-orange-200:hover {
    background: #fdc4a5 !important;
    color: #fff !important
}

.btn-alt-orange-300 {
    background: #fff !important;
    color: #fda678 !important
}

.btn-alt-orange-300:focus,
.btn-alt-orange-300:hover {
    background: #fda678 !important;
    color: #fff !important
}

.btn-alt-orange-400 {
    background: #fff !important;
    color: #fc894b !important
}

.btn-alt-orange-400:focus,
.btn-alt-orange-400:hover {
    background: #fc894b !important;
    color: #fff !important
}

.btn-alt-orange-500 {
    background: #fff !important;
    color: #fb6b1e !important
}

.btn-alt-orange-500:focus,
.btn-alt-orange-500:hover {
    background: #fb6b1e !important;
    color: #fff !important
}

.btn-alt-orange-600 {
    background: #fff !important;
    color: #c95618 !important
}

.btn-alt-orange-600:focus,
.btn-alt-orange-600:hover {
    background: #c95618 !important;
    color: #fff !important
}

.btn-alt-orange-700 {
    background: #fff !important;
    color: #974012 !important
}

.btn-alt-orange-700:focus,
.btn-alt-orange-700:hover {
    background: #974012 !important;
    color: #fff !important
}

.btn-alt-orange-800 {
    background: #fff !important;
    color: #642b0c !important
}

.btn-alt-orange-800:focus,
.btn-alt-orange-800:hover {
    background: #642b0c !important;
    color: #fff !important
}

.btn-alt-orange-900 {
    background: #fff !important;
    color: #321506 !important
}

.btn-alt-orange-900:focus,
.btn-alt-orange-900:hover {
    background: #321506 !important;
    color: #fff !important
}

.btn-alt-yellow {
    background: #fff !important;
    color: #fcbc05 !important
}

.btn-alt-yellow:focus,
.btn-alt-yellow:hover {
    background: #fcbc05 !important;
    color: #fff !important
}

.btn-alt-yellow-10 {
    background: #fff !important;
    color: #fffdf8 !important
}

.btn-alt-yellow-10:focus,
.btn-alt-yellow-10:hover {
    background: #fffdf8 !important;
    color: #fff !important
}

.btn-alt-yellow-25 {
    background: #fff !important;
    color: #fffcf3 !important
}

.btn-alt-yellow-25:focus,
.btn-alt-yellow-25:hover {
    background: #fffcf3 !important;
    color: #fff !important
}

.btn-alt-yellow-50 {
    background: #fff !important;
    color: #fff8e6 !important
}

.btn-alt-yellow-50:focus,
.btn-alt-yellow-50:hover {
    background: #fff8e6 !important;
    color: #fff !important
}

.btn-alt-yellow-100 {
    background: #fff !important;
    color: #fef2cd !important
}

.btn-alt-yellow-100:focus,
.btn-alt-yellow-100:hover {
    background: #fef2cd !important;
    color: #fff !important
}

.btn-alt-yellow-200 {
    background: #fff !important;
    color: #fee49b !important
}

.btn-alt-yellow-200:focus,
.btn-alt-yellow-200:hover {
    background: #fee49b !important;
    color: #fff !important
}

.btn-alt-yellow-300 {
    background: #fff !important;
    color: #fdd769 !important
}

.btn-alt-yellow-300:focus,
.btn-alt-yellow-300:hover {
    background: #fdd769 !important;
    color: #fff !important
}

.btn-alt-yellow-400 {
    background: #fff !important;
    color: #fdc937 !important
}

.btn-alt-yellow-400:focus,
.btn-alt-yellow-400:hover {
    background: #fdc937 !important;
    color: #fff !important
}

.btn-alt-yellow-500 {
    background: #fff !important;
    color: #fcbc05 !important
}

.btn-alt-yellow-500:focus,
.btn-alt-yellow-500:hover {
    background: #fcbc05 !important;
    color: #fff !important
}

.btn-alt-yellow-600 {
    background: #fff !important;
    color: #ca9604 !important
}

.btn-alt-yellow-600:focus,
.btn-alt-yellow-600:hover {
    background: #ca9604 !important;
    color: #fff !important
}

.btn-alt-yellow-700 {
    background: #fff !important;
    color: #977103 !important
}

.btn-alt-yellow-700:focus,
.btn-alt-yellow-700:hover {
    background: #977103 !important;
    color: #fff !important
}

.btn-alt-yellow-800 {
    background: #fff !important;
    color: #654b02 !important
}

.btn-alt-yellow-800:focus,
.btn-alt-yellow-800:hover {
    background: #654b02 !important;
    color: #fff !important
}

.btn-alt-yellow-900 {
    background: #fff !important;
    color: #322601 !important
}

.btn-alt-yellow-900:focus,
.btn-alt-yellow-900:hover {
    background: #322601 !important;
    color: #fff !important
}

.btn-alt-green {
    background: #fff !important;
    color: #34a853 !important
}

.btn-alt-green:focus,
.btn-alt-green:hover {
    background: #34a853 !important;
    color: #fff !important
}

.btn-alt-green-10 {
    background: #fff !important;
    color: #f9fcfa !important
}

.btn-alt-green-10:focus,
.btn-alt-green-10:hover {
    background: #f9fcfa !important;
    color: #fff !important
}

.btn-alt-green-25 {
    background: #fff !important;
    color: #f5fbf6 !important
}

.btn-alt-green-25:focus,
.btn-alt-green-25:hover {
    background: #f5fbf6 !important;
    color: #fff !important
}

.btn-alt-green-50 {
    background: #fff !important;
    color: #ebf6ee !important
}

.btn-alt-green-50:focus,
.btn-alt-green-50:hover {
    background: #ebf6ee !important;
    color: #fff !important
}

.btn-alt-green-100 {
    background: #fff !important;
    color: #d6eedd !important
}

.btn-alt-green-100:focus,
.btn-alt-green-100:hover {
    background: #d6eedd !important;
    color: #fff !important
}

.btn-alt-green-200 {
    background: #fff !important;
    color: #aedcba !important
}

.btn-alt-green-200:focus,
.btn-alt-green-200:hover {
    background: #aedcba !important;
    color: #fff !important
}

.btn-alt-green-300 {
    background: #fff !important;
    color: #85cb98 !important
}

.btn-alt-green-300:focus,
.btn-alt-green-300:hover {
    background: #85cb98 !important;
    color: #fff !important
}

.btn-alt-green-400 {
    background: #fff !important;
    color: #5db975 !important
}

.btn-alt-green-400:focus,
.btn-alt-green-400:hover {
    background: #5db975 !important;
    color: #fff !important
}

.btn-alt-green-500 {
    background: #fff !important;
    color: #34a853 !important
}

.btn-alt-green-500:focus,
.btn-alt-green-500:hover {
    background: #34a853 !important;
    color: #fff !important
}

.btn-alt-green-600 {
    background: #fff !important;
    color: #2a8642 !important
}

.btn-alt-green-600:focus,
.btn-alt-green-600:hover {
    background: #2a8642 !important;
    color: #fff !important
}

.btn-alt-green-700 {
    background: #fff !important;
    color: #1f6532 !important
}

.btn-alt-green-700:focus,
.btn-alt-green-700:hover {
    background: #1f6532 !important;
    color: #fff !important
}

.btn-alt-green-800 {
    background: #fff !important;
    color: #154321 !important
}

.btn-alt-green-800:focus,
.btn-alt-green-800:hover {
    background: #154321 !important;
    color: #fff !important
}

.btn-alt-green-900 {
    background: #fff !important;
    color: #0a2211 !important
}

.btn-alt-green-900:focus,
.btn-alt-green-900:hover {
    background: #0a2211 !important;
    color: #fff !important
}

.btn-alt-lime {
    background: #fff !important;
    color: #aef359 !important
}

.btn-alt-lime:focus,
.btn-alt-lime:hover {
    background: #aef359 !important;
    color: #fff !important
}

.btn-alt-lime-10 {
    background: #fff !important;
    color: #fdfffa !important
}

.btn-alt-lime-10:focus,
.btn-alt-lime-10:hover {
    background: #fdfffa !important;
    color: #fff !important
}

.btn-alt-lime-25 {
    background: #fff !important;
    color: #fbfef7 !important
}

.btn-alt-lime-25:focus,
.btn-alt-lime-25:hover {
    background: #fbfef7 !important;
    color: #fff !important
}

.btn-alt-lime-50 {
    background: #fff !important;
    color: #f7feee !important
}

.btn-alt-lime-50:focus,
.btn-alt-lime-50:hover {
    background: #f7feee !important;
    color: #fff !important
}

.btn-alt-lime-100 {
    background: #fff !important;
    color: #effdde !important
}

.btn-alt-lime-100:focus,
.btn-alt-lime-100:hover {
    background: #effdde !important;
    color: #fff !important
}

.btn-alt-lime-200 {
    background: #fff !important;
    color: #dffabd !important
}

.btn-alt-lime-200:focus,
.btn-alt-lime-200:hover {
    background: #dffabd !important;
    color: #fff !important
}

.btn-alt-lime-300 {
    background: #fff !important;
    color: #cef89b !important
}

.btn-alt-lime-300:focus,
.btn-alt-lime-300:hover {
    background: #cef89b !important;
    color: #fff !important
}

.btn-alt-lime-400 {
    background: #fff !important;
    color: #bef57a !important
}

.btn-alt-lime-400:focus,
.btn-alt-lime-400:hover {
    background: #bef57a !important;
    color: #fff !important
}

.btn-alt-lime-500 {
    background: #fff !important;
    color: #aef359 !important
}

.btn-alt-lime-500:focus,
.btn-alt-lime-500:hover {
    background: #aef359 !important;
    color: #fff !important
}

.btn-alt-lime-600 {
    background: #fff !important;
    color: #8bc247 !important
}

.btn-alt-lime-600:focus,
.btn-alt-lime-600:hover {
    background: #8bc247 !important;
    color: #fff !important
}

.btn-alt-lime-700 {
    background: #fff !important;
    color: #689235 !important
}

.btn-alt-lime-700:focus,
.btn-alt-lime-700:hover {
    background: #689235 !important;
    color: #fff !important
}

.btn-alt-lime-800 {
    background: #fff !important;
    color: #466124 !important
}

.btn-alt-lime-800:focus,
.btn-alt-lime-800:hover {
    background: #466124 !important;
    color: #fff !important
}

.btn-alt-lime-900 {
    background: #fff !important;
    color: #233112 !important
}

.btn-alt-lime-900:focus,
.btn-alt-lime-900:hover {
    background: #233112 !important;
    color: #fff !important
}

.btn-alt-teal {
    background: #fff !important;
    color: #06f6c6 !important
}

.btn-alt-teal:focus,
.btn-alt-teal:hover {
    background: #06f6c6 !important;
    color: #fff !important
}

.btn-alt-teal-10 {
    background: #fff !important;
    color: #f8fffd !important
}

.btn-alt-teal-10:focus,
.btn-alt-teal-10:hover {
    background: #f8fffd !important;
    color: #fff !important
}

.btn-alt-teal-25 {
    background: #fff !important;
    color: #f3fffc !important
}

.btn-alt-teal-25:focus,
.btn-alt-teal-25:hover {
    background: #f3fffc !important;
    color: #fff !important
}

.btn-alt-teal-50 {
    background: #fff !important;
    color: #e6fef9 !important
}

.btn-alt-teal-50:focus,
.btn-alt-teal-50:hover {
    background: #e6fef9 !important;
    color: #fff !important
}

.btn-alt-teal-100 {
    background: #fff !important;
    color: #cdfdf4 !important
}

.btn-alt-teal-100:focus,
.btn-alt-teal-100:hover {
    background: #cdfdf4 !important;
    color: #fff !important
}

.btn-alt-teal-200 {
    background: #fff !important;
    color: #9bfbe8 !important
}

.btn-alt-teal-200:focus,
.btn-alt-teal-200:hover {
    background: #9bfbe8 !important;
    color: #fff !important
}

.btn-alt-teal-300 {
    background: #fff !important;
    color: #6afadd !important
}

.btn-alt-teal-300:focus,
.btn-alt-teal-300:hover {
    background: #6afadd !important;
    color: #fff !important
}

.btn-alt-teal-400 {
    background: #fff !important;
    color: #38f8d1 !important
}

.btn-alt-teal-400:focus,
.btn-alt-teal-400:hover {
    background: #38f8d1 !important;
    color: #fff !important
}

.btn-alt-teal-500 {
    background: #fff !important;
    color: #06f6c6 !important
}

.btn-alt-teal-500:focus,
.btn-alt-teal-500:hover {
    background: #06f6c6 !important;
    color: #fff !important
}

.btn-alt-teal-600 {
    background: #fff !important;
    color: #05c59e !important
}

.btn-alt-teal-600:focus,
.btn-alt-teal-600:hover {
    background: #05c59e !important;
    color: #fff !important
}

.btn-alt-teal-700 {
    background: #fff !important;
    color: #049477 !important
}

.btn-alt-teal-700:focus,
.btn-alt-teal-700:hover {
    background: #049477 !important;
    color: #fff !important
}

.btn-alt-teal-800 {
    background: #fff !important;
    color: #02624f !important
}

.btn-alt-teal-800:focus,
.btn-alt-teal-800:hover {
    background: #02624f !important;
    color: #fff !important
}

.btn-alt-teal-900 {
    background: #fff !important;
    color: #013128 !important
}

.btn-alt-teal-900:focus,
.btn-alt-teal-900:hover {
    background: #013128 !important;
    color: #fff !important
}

.btn-alt-cyan {
    background: #fff !important;
    color: #38e1ff !important
}

.btn-alt-cyan:focus,
.btn-alt-cyan:hover {
    background: #38e1ff !important;
    color: #fff !important
}

.btn-alt-cyan-10 {
    background: #fff !important;
    color: #f9feff !important
}

.btn-alt-cyan-10:focus,
.btn-alt-cyan-10:hover {
    background: #f9feff !important;
    color: #fff !important
}

.btn-alt-cyan-25 {
    background: #fff !important;
    color: #f5feff !important
}

.btn-alt-cyan-25:focus,
.btn-alt-cyan-25:hover {
    background: #f5feff !important;
    color: #fff !important
}

.btn-alt-cyan-50 {
    background: #fff !important;
    color: #ebfcff !important
}

.btn-alt-cyan-50:focus,
.btn-alt-cyan-50:hover {
    background: #ebfcff !important;
    color: #fff !important
}

.btn-alt-cyan-100 {
    background: #fff !important;
    color: #d7f9ff !important
}

.btn-alt-cyan-100:focus,
.btn-alt-cyan-100:hover {
    background: #d7f9ff !important;
    color: #fff !important
}

.btn-alt-cyan-200 {
    background: #fff !important;
    color: #aff3ff !important
}

.btn-alt-cyan-200:focus,
.btn-alt-cyan-200:hover {
    background: #aff3ff !important;
    color: #fff !important
}

.btn-alt-cyan-300 {
    background: #fff !important;
    color: #88edff !important
}

.btn-alt-cyan-300:focus,
.btn-alt-cyan-300:hover {
    background: #88edff !important;
    color: #fff !important
}

.btn-alt-cyan-400 {
    background: #fff !important;
    color: #60e7ff !important
}

.btn-alt-cyan-400:focus,
.btn-alt-cyan-400:hover {
    background: #60e7ff !important;
    color: #fff !important
}

.btn-alt-cyan-500 {
    background: #fff !important;
    color: #38e1ff !important
}

.btn-alt-cyan-500:focus,
.btn-alt-cyan-500:hover {
    background: #38e1ff !important;
    color: #fff !important
}

.btn-alt-cyan-600 {
    background: #fff !important;
    color: #2db4cc !important
}

.btn-alt-cyan-600:focus,
.btn-alt-cyan-600:hover {
    background: #2db4cc !important;
    color: #fff !important
}

.btn-alt-cyan-700 {
    background: #fff !important;
    color: #228799 !important
}

.btn-alt-cyan-700:focus,
.btn-alt-cyan-700:hover {
    background: #228799 !important;
    color: #fff !important
}

.btn-alt-cyan-800 {
    background: #fff !important;
    color: #165a66 !important
}

.btn-alt-cyan-800:focus,
.btn-alt-cyan-800:hover {
    background: #165a66 !important;
    color: #fff !important
}

.btn-alt-cyan-900 {
    background: #fff !important;
    color: #0b2d33 !important
}

.btn-alt-cyan-900:focus,
.btn-alt-cyan-900:hover {
    background: #0b2d33 !important;
    color: #fff !important
}

.btn-alt-tertiary {
    background: #fff !important;
    color: #5394a2 !important
}

.btn-alt-tertiary:focus,
.btn-alt-tertiary:hover {
    background: #5394a2 !important;
    color: #fff !important
}

.btn-alt-tertiary-10 {
    background: #fff !important;
    color: #fafcfc !important
}

.btn-alt-tertiary-10:focus,
.btn-alt-tertiary-10:hover {
    background: #fafcfc !important;
    color: #fff !important
}

.btn-alt-tertiary-25 {
    background: #fff !important;
    color: #f6fafa !important
}

.btn-alt-tertiary-25:focus,
.btn-alt-tertiary-25:hover {
    background: #f6fafa !important;
    color: #fff !important
}

.btn-alt-tertiary-50 {
    background: #fff !important;
    color: #eef4f6 !important
}

.btn-alt-tertiary-50:focus,
.btn-alt-tertiary-50:hover {
    background: #eef4f6 !important;
    color: #fff !important
}

.btn-alt-tertiary-100 {
    background: #fff !important;
    color: #ddeaec !important
}

.btn-alt-tertiary-100:focus,
.btn-alt-tertiary-100:hover {
    background: #ddeaec !important;
    color: #fff !important
}

.btn-alt-tertiary-200 {
    background: #fff !important;
    color: #bad4da !important
}

.btn-alt-tertiary-200:focus,
.btn-alt-tertiary-200:hover {
    background: #bad4da !important;
    color: #fff !important
}

.btn-alt-tertiary-300 {
    background: #fff !important;
    color: #98bfc7 !important
}

.btn-alt-tertiary-300:focus,
.btn-alt-tertiary-300:hover {
    background: #98bfc7 !important;
    color: #fff !important
}

.btn-alt-tertiary-400 {
    background: #fff !important;
    color: #75a9b5 !important
}

.btn-alt-tertiary-400:focus,
.btn-alt-tertiary-400:hover {
    background: #75a9b5 !important;
    color: #fff !important
}

.btn-alt-tertiary-500 {
    background: #fff !important;
    color: #5394a2 !important
}

.btn-alt-tertiary-500:focus,
.btn-alt-tertiary-500:hover {
    background: #5394a2 !important;
    color: #fff !important
}

.btn-alt-tertiary-600 {
    background: #fff !important;
    color: #427682 !important
}

.btn-alt-tertiary-600:focus,
.btn-alt-tertiary-600:hover {
    background: #427682 !important;
    color: #fff !important
}

.btn-alt-tertiary-700 {
    background: #fff !important;
    color: #325961 !important
}

.btn-alt-tertiary-700:focus,
.btn-alt-tertiary-700:hover {
    background: #325961 !important;
    color: #fff !important
}

.btn-alt-tertiary-800 {
    background: #fff !important;
    color: #213b41 !important
}

.btn-alt-tertiary-800:focus,
.btn-alt-tertiary-800:hover {
    background: #213b41 !important;
    color: #fff !important
}

.btn-alt-tertiary-900 {
    background: #fff !important;
    color: #111e20 !important
}

.btn-alt-tertiary-900:focus,
.btn-alt-tertiary-900:hover {
    background: #111e20 !important;
    color: #fff !important
}

.btn-ghost-primary {
    background: #fde9e9 !important;
    color: #e62323 !important
}

.btn-ghost-primary:focus,
.btn-ghost-primary:hover {
    background: #fad3d3 !important
}

.btn-ghost-secondary {
    background: #fbedfd !important;
    color: #d946ef !important
}

.btn-ghost-secondary:focus,
.btn-ghost-secondary:hover {
    background: #f7dafc !important
}

.btn-ghost-success {
    background: #edf7ee !important;
    color: #4caf50 !important
}

.btn-ghost-success:focus,
.btn-ghost-success:hover {
    background: #dbefdc !important
}

.btn-ghost-info {
    background: #e6f5fa !important;
    color: #09c !important
}

.btn-ghost-info:focus,
.btn-ghost-info:hover {
    background: #ccebf5 !important
}

.btn-ghost-warning {
    background: #fff7e6 !important;
    color: #ffb307 !important
}

.btn-ghost-warning:focus,
.btn-ghost-warning:hover {
    background: #fff0cd !important
}

.btn-ghost-danger {
    background: #fceded !important;
    color: #e44b4b !important
}

.btn-ghost-danger:focus,
.btn-ghost-danger:hover {
    background: #fadbdb !important
}

.btn-ghost-light {
    background-color: var(--color-gray-25) !important
}

.btn-ghost-light:focus,
.btn-ghost-light:hover {
    background: var(--color-gray-50) !important
}

.btn-ghost-dark {
    background: #e9e9ea !important;
    color: #212529 !important
}

.btn-ghost-dark:focus,
.btn-ghost-dark:hover {
    background: #d3d3d4 !important
}

.btn-ghost-gray {
    background: #efefef !important;
    color: #5b5b5b !important
}

.btn-ghost-gray:focus,
.btn-ghost-gray:hover {
    background: #dedede !important
}

.btn-ghost-gray-10 {
    background: #fff !important;
    color: #fafafa !important
}

.btn-ghost-gray-10:focus,
.btn-ghost-gray-10:hover {
    background: #fefefe !important
}

.btn-ghost-gray-25 {
    background: #fefefe !important;
    color: #f7f7f7 !important
}

.btn-ghost-gray-25:focus,
.btn-ghost-gray-25:hover {
    background: #fdfdfd !important
}

.btn-ghost-gray-50 {
    background: #fdfdfd !important;
    color: #efefef !important
}

.btn-ghost-gray-50:focus,
.btn-ghost-gray-50:hover {
    background: #fcfcfc !important
}

.btn-ghost-gray-100 {
    background: #fcfcfc !important;
    color: #dedede !important
}

.btn-ghost-gray-100:focus,
.btn-ghost-gray-100:hover {
    background: #f8f8f8 !important
}

.btn-ghost-gray-200 {
    background: #f8f8f8 !important;
    color: #bdbdbd !important
}

.btn-ghost-gray-200:focus,
.btn-ghost-gray-200:hover {
    background: #f2f2f2 !important
}

.btn-ghost-gray-300 {
    background: #f5f5f5 !important;
    color: #9d9d9d !important
}

.btn-ghost-gray-300:focus,
.btn-ghost-gray-300:hover {
    background: #ebebeb !important
}

.btn-ghost-gray-400 {
    background: #f2f2f2 !important;
    color: #7c7c7c !important
}

.btn-ghost-gray-400:focus,
.btn-ghost-gray-400:hover {
    background: #e5e5e5 !important
}

.btn-ghost-gray-500 {
    background: #efefef !important;
    color: #5b5b5b !important
}

.btn-ghost-gray-500:focus,
.btn-ghost-gray-500:hover {
    background: #dedede !important
}

.btn-ghost-gray-600 {
    background: #ededed !important;
    color: #494949 !important
}

.btn-ghost-gray-600:focus,
.btn-ghost-gray-600:hover {
    background: #dbdbdb !important
}

.btn-ghost-gray-700 {
    background: #ebebeb !important;
    color: #373737 !important
}

.btn-ghost-gray-700:focus,
.btn-ghost-gray-700:hover {
    background: #d7d7d7 !important
}

.btn-ghost-gray-800 {
    background: #e9e9e9 !important;
    color: #242424 !important
}

.btn-ghost-gray-800:focus,
.btn-ghost-gray-800:hover {
    background: #d3d3d3 !important
}

.btn-ghost-gray-900 {
    background: #e7e7e7 !important;
    color: #121212 !important
}

.btn-ghost-gray-900:focus,
.btn-ghost-gray-900:hover {
    background: #d0d0d0 !important
}

.btn-ghost-slate {
    background: #f0f1f2 !important;
    color: #6b7280 !important
}

.btn-ghost-slate:focus,
.btn-ghost-slate:hover {
    background: #e1e3e6 !important
}

.btn-ghost-slate-10 {
    background: #fff !important;
    color: #fbfbfb !important
}

.btn-ghost-slate-10:focus,
.btn-ghost-slate-10:hover {
    background: #fefefe !important
}

.btn-ghost-slate-25 {
    background: #fefefe !important;
    color: #f8f8f9 !important
}

.btn-ghost-slate-25:focus,
.btn-ghost-slate-25:hover {
    background: #fefefe !important
}

.btn-ghost-slate-50 {
    background: #fefefe !important;
    color: #f0f1f2 !important
}

.btn-ghost-slate-50:focus,
.btn-ghost-slate-50:hover {
    background: #fcfcfc !important
}

.btn-ghost-slate-100 {
    background: #fcfcfd !important;
    color: #e1e3e6 !important
}

.btn-ghost-slate-100:focus,
.btn-ghost-slate-100:hover {
    background: #f9f9fa !important
}

.btn-ghost-slate-200 {
    background: #f9f9fa !important;
    color: #c4c7cc !important
}

.btn-ghost-slate-200:focus,
.btn-ghost-slate-200:hover {
    background: #f3f4f5 !important
}

.btn-ghost-slate-300 {
    background: #f6f7f7 !important;
    color: #a6aab3 !important
}

.btn-ghost-slate-300:focus,
.btn-ghost-slate-300:hover {
    background: #edeef0 !important
}

.btn-ghost-slate-400 {
    background: #f3f4f5 !important;
    color: #898e99 !important
}

.btn-ghost-slate-400:focus,
.btn-ghost-slate-400:hover {
    background: #e7e8eb !important
}

.btn-ghost-slate-500 {
    background: #f0f1f2 !important;
    color: #6b7280 !important
}

.btn-ghost-slate-500:focus,
.btn-ghost-slate-500:hover {
    background: #e1e3e6 !important
}

.btn-ghost-slate-600 {
    background: #eeeff0 !important;
    color: #565b66 !important
}

.btn-ghost-slate-600:focus,
.btn-ghost-slate-600:hover {
    background: #dddee0 !important
}

.btn-ghost-slate-700 {
    background: #ececed !important;
    color: #40444d !important
}

.btn-ghost-slate-700:focus,
.btn-ghost-slate-700:hover {
    background: #d9dadb !important
}

.btn-ghost-slate-800 {
    background: #eaeaeb !important;
    color: #2b2e33 !important
}

.btn-ghost-slate-800:focus,
.btn-ghost-slate-800:hover {
    background: #d5d5d6 !important
}

.btn-ghost-slate-900 {
    background: #e8e8e8 !important;
    color: #15171a !important
}

.btn-ghost-slate-900:focus,
.btn-ghost-slate-900:hover {
    background: #d0d1d1 !important
}

.btn-ghost-primary-10 {
    background: #fffefe !important;
    color: #fef8f8 !important
}

.btn-ghost-primary-10:focus,
.btn-ghost-primary-10:hover {
    background: #fffefe !important
}

.btn-ghost-primary-25 {
    background: #fffefe !important;
    color: #fef4f4 !important
}

.btn-ghost-primary-25:focus,
.btn-ghost-primary-25:hover {
    background: #fffdfd !important
}

.btn-ghost-primary-50 {
    background: #fffdfd !important;
    color: #fde9e9 !important
}

.btn-ghost-primary-50:focus,
.btn-ghost-primary-50:hover {
    background: #fffbfb !important
}

.btn-ghost-primary-100 {
    background: #fffbfb !important;
    color: #fad3d3 !important
}

.btn-ghost-primary-100:focus,
.btn-ghost-primary-100:hover {
    background: #fef6f6 !important
}

.btn-ghost-primary-200 {
    background: #fef6f6 !important;
    color: #f5a7a7 !important
}

.btn-ghost-primary-200:focus,
.btn-ghost-primary-200:hover {
    background: #fdeded !important
}

.btn-ghost-primary-300 {
    background: #fef2f2 !important;
    color: #f07b7b !important
}

.btn-ghost-primary-300:focus,
.btn-ghost-primary-300:hover {
    background: #fce5e5 !important
}

.btn-ghost-primary-400 {
    background: #fdeded !important;
    color: #eb4f4f !important
}

.btn-ghost-primary-400:focus,
.btn-ghost-primary-400:hover {
    background: #fbdcdc !important
}

.btn-ghost-primary-500 {
    background: #fde9e9 !important;
    color: #e62323 !important
}

.btn-ghost-primary-500:focus,
.btn-ghost-primary-500:hover {
    background: #fad3d3 !important
}

.btn-ghost-primary-600 {
    background: #f8e8e8 !important;
    color: #b81c1c !important
}

.btn-ghost-primary-600:focus,
.btn-ghost-primary-600:hover {
    background: #f1d2d2 !important
}

.btn-ghost-primary-700 {
    background: #f3e8e8 !important;
    color: #8a1515 !important
}

.btn-ghost-primary-700:focus,
.btn-ghost-primary-700:hover {
    background: #e8d0d0 !important
}

.btn-ghost-primary-800 {
    background: #efe7e7 !important;
    color: #5c0e0e !important
}

.btn-ghost-primary-800:focus,
.btn-ghost-primary-800:hover {
    background: #decfcf !important
}

.btn-ghost-primary-900 {
    background: #eae6e6 !important;
    color: #2e0707 !important
}

.btn-ghost-primary-900:focus,
.btn-ghost-primary-900:hover {
    background: #d5cdcd !important
}

.btn-ghost-secondary-10 {
    background: #fffeff !important;
    color: #fef9ff !important
}

.btn-ghost-secondary-10:focus,
.btn-ghost-secondary-10:hover {
    background: #fffeff !important
}

.btn-ghost-secondary-25 {
    background: #fffeff !important;
    color: #fdf6fe !important
}

.btn-ghost-secondary-25:focus,
.btn-ghost-secondary-25:hover {
    background: #fffdff !important
}

.btn-ghost-secondary-50 {
    background: #fffdff !important;
    color: #fbedfd !important
}

.btn-ghost-secondary-50:focus,
.btn-ghost-secondary-50:hover {
    background: #fefbff !important
}

.btn-ghost-secondary-100 {
    background: #fefbff !important;
    color: #f7dafc !important
}

.btn-ghost-secondary-100:focus,
.btn-ghost-secondary-100:hover {
    background: #fdf8fe !important
}

.btn-ghost-secondary-200 {
    background: #fef8fe !important;
    color: #f0b5f9 !important
}

.btn-ghost-secondary-200:focus,
.btn-ghost-secondary-200:hover {
    background: #fcf0fe !important
}

.btn-ghost-secondary-300 {
    background: #fdf4fe !important;
    color: #e890f5 !important
}

.btn-ghost-secondary-300:focus,
.btn-ghost-secondary-300:hover {
    background: #fae9fd !important
}

.btn-ghost-secondary-400 {
    background: #fcf0fe !important;
    color: #e16bf2 !important
}

.btn-ghost-secondary-400:focus,
.btn-ghost-secondary-400:hover {
    background: #f9e1fc !important
}

.btn-ghost-secondary-500 {
    background: #fbedfd !important;
    color: #d946ef !important
}

.btn-ghost-secondary-500:focus,
.btn-ghost-secondary-500:hover {
    background: #f7dafc !important
}

.btn-ghost-secondary-600 {
    background: #f7ebf9 !important;
    color: #ae38bf !important
}

.btn-ghost-secondary-600:focus,
.btn-ghost-secondary-600:hover {
    background: #efd7f2 !important
}

.btn-ghost-secondary-700 {
    background: #f3eaf4 !important;
    color: #822a8f !important
}

.btn-ghost-secondary-700:focus,
.btn-ghost-secondary-700:hover {
    background: #e6d4e9 !important
}

.btn-ghost-secondary-800 {
    background: #eee8ef !important;
    color: #571c60 !important
}

.btn-ghost-secondary-800:focus,
.btn-ghost-secondary-800:hover {
    background: #ddd2df !important
}

.btn-ghost-secondary-900 {
    background: #eae7ea !important;
    color: #2b0e30 !important
}

.btn-ghost-secondary-900:focus,
.btn-ghost-secondary-900:hover {
    background: #d5cfd6 !important
}

.btn-ghost-info-10 {
    background: #feffff !important;
    color: #f7fcfd !important
}

.btn-ghost-info-10:focus,
.btn-ghost-info-10:hover {
    background: #fdfeff !important
}

.btn-ghost-info-25 {
    background: #feffff !important;
    color: #f2fafc !important
}

.btn-ghost-info-25:focus,
.btn-ghost-info-25:hover {
    background: #fcfefe !important
}

.btn-ghost-info-50 {
    background: #fdfeff !important;
    color: #e6f5fa !important
}

.btn-ghost-info-50:focus,
.btn-ghost-info-50:hover {
    background: #fafdfe !important
}

.btn-ghost-info-100 {
    background: #fafdfe !important;
    color: #ccebf5 !important
}

.btn-ghost-info-100:focus,
.btn-ghost-info-100:hover {
    background: #f5fbfd !important
}

.btn-ghost-info-200 {
    background: #f5fbfd !important;
    color: #99d6eb !important
}

.btn-ghost-info-200:focus,
.btn-ghost-info-200:hover {
    background: #ebf7fb !important
}

.btn-ghost-info-300 {
    background: #f0f9fc !important;
    color: #66c2e0 !important
}

.btn-ghost-info-300:focus,
.btn-ghost-info-300:hover {
    background: #e0f3f9 !important
}

.btn-ghost-info-400 {
    background: #ebf7fb !important;
    color: #33add6 !important
}

.btn-ghost-info-400:focus,
.btn-ghost-info-400:hover {
    background: #d6eff7 !important
}

.btn-ghost-info-500 {
    background: #e6f5fa !important;
    color: #09c !important
}

.btn-ghost-info-500:focus,
.btn-ghost-info-500:hover {
    background: #ccebf5 !important
}

.btn-ghost-info-600 {
    background: #e6f2f6 !important;
    color: #007aa3 !important
}

.btn-ghost-info-600:focus,
.btn-ghost-info-600:hover {
    background: #cce4ed !important
}

.btn-ghost-info-700 {
    background: #e6eff2 !important;
    color: #005c7a !important
}

.btn-ghost-info-700:focus,
.btn-ghost-info-700:hover {
    background: #ccdee4 !important
}

.btn-ghost-info-800 {
    background: #e6ecee !important;
    color: #003d52 !important
}

.btn-ghost-info-800:focus,
.btn-ghost-info-800:hover {
    background: #ccd8dc !important
}

.btn-ghost-info-900 {
    background: #e6e9ea !important;
    color: #001f29 !important
}

.btn-ghost-info-900:focus,
.btn-ghost-info-900:hover {
    background: #ccd2d4 !important
}

.btn-ghost-success-10 {
    background: #fff !important;
    color: #fafdfa !important
}

.btn-ghost-success-10:focus,
.btn-ghost-success-10:hover {
    background: #fefffe !important
}

.btn-ghost-success-25 {
    background: #fefffe !important;
    color: #f6fbf6 !important
}

.btn-ghost-success-25:focus,
.btn-ghost-success-25:hover {
    background: #fdfefd !important
}

.btn-ghost-success-50 {
    background: #fdfefd !important;
    color: #edf7ee !important
}

.btn-ghost-success-50:focus,
.btn-ghost-success-50:hover {
    background: #fbfdfc !important
}

.btn-ghost-success-100 {
    background: #fbfdfc !important;
    color: #dbefdc !important
}

.btn-ghost-success-100:focus,
.btn-ghost-success-100:hover {
    background: #f8fcf8 !important
}

.btn-ghost-success-200 {
    background: #f8fcf8 !important;
    color: #b7dfb9 !important
}

.btn-ghost-success-200:focus,
.btn-ghost-success-200:hover {
    background: #f1f9f1 !important
}

.btn-ghost-success-300 {
    background: #f4faf5 !important;
    color: #94cf96 !important
}

.btn-ghost-success-300:focus,
.btn-ghost-success-300:hover {
    background: #eaf5ea !important
}

.btn-ghost-success-400 {
    background: #f1f9f1 !important;
    color: #70bf73 !important
}

.btn-ghost-success-400:focus,
.btn-ghost-success-400:hover {
    background: #e2f2e3 !important
}

.btn-ghost-success-500 {
    background: #edf7ee !important;
    color: #4caf50 !important
}

.btn-ghost-success-500:focus,
.btn-ghost-success-500:hover {
    background: #dbefdc !important
}

.btn-ghost-success-600 {
    background: #ecf4ec !important;
    color: #3d8c40 !important
}

.btn-ghost-success-600:focus,
.btn-ghost-success-600:hover {
    background: #d8e8d9 !important
}

.btn-ghost-success-700 {
    background: #eaf0ea !important;
    color: #2e6930 !important
}

.btn-ghost-success-700:focus,
.btn-ghost-success-700:hover {
    background: #d5e1d6 !important
}

.btn-ghost-success-800 {
    background: #e9ede9 !important;
    color: #1e4620 !important
}

.btn-ghost-success-800:focus,
.btn-ghost-success-800:hover {
    background: #d2dad2 !important
}

.btn-ghost-success-900 {
    background: #e7e9e7 !important;
    color: #0f2310 !important
}

.btn-ghost-success-900:focus,
.btn-ghost-success-900:hover {
    background: #cfd3cf !important
}

.btn-ghost-warning-10 {
    background: #fffffe !important;
    color: #fffdf8 !important
}

.btn-ghost-warning-10:focus,
.btn-ghost-warning-10:hover {
    background: #fffffe !important
}

.btn-ghost-warning-25 {
    background: #fffffe !important;
    color: #fffbf3 !important
}

.btn-ghost-warning-25:focus,
.btn-ghost-warning-25:hover {
    background: #fffefd !important
}

.btn-ghost-warning-50 {
    background: #fffefd !important;
    color: #fff7e6 !important
}

.btn-ghost-warning-50:focus,
.btn-ghost-warning-50:hover {
    background: #fffdfa !important
}

.btn-ghost-warning-100 {
    background: #fffefa !important;
    color: #fff0cd !important
}

.btn-ghost-warning-100:focus,
.btn-ghost-warning-100:hover {
    background: #fffcf5 !important
}

.btn-ghost-warning-200 {
    background: #fffcf5 !important;
    color: #ffe19c !important
}

.btn-ghost-warning-200:focus,
.btn-ghost-warning-200:hover {
    background: #fff9eb !important
}

.btn-ghost-warning-300 {
    background: #fffaf0 !important;
    color: #ffd16a !important
}

.btn-ghost-warning-300:focus,
.btn-ghost-warning-300:hover {
    background: #fff6e1 !important
}

.btn-ghost-warning-400 {
    background: #fff9eb !important;
    color: #ffc239 !important
}

.btn-ghost-warning-400:focus,
.btn-ghost-warning-400:hover {
    background: #fff3d7 !important
}

.btn-ghost-warning-500 {
    background: #fff7e6 !important;
    color: #ffb307 !important
}

.btn-ghost-warning-500:focus,
.btn-ghost-warning-500:hover {
    background: #fff0cd !important
}

.btn-ghost-warning-600 {
    background: #faf4e6 !important;
    color: #cc8f06 !important
}

.btn-ghost-warning-600:focus,
.btn-ghost-warning-600:hover {
    background: #f5e9cd !important
}

.btn-ghost-warning-700 {
    background: #f5f0e6 !important;
    color: #996b04 !important
}

.btn-ghost-warning-700:focus,
.btn-ghost-warning-700:hover {
    background: #ebe1cd !important
}

.btn-ghost-warning-800 {
    background: #f0ede6 !important;
    color: #664803 !important
}

.btn-ghost-warning-800:focus,
.btn-ghost-warning-800:hover {
    background: #e0dacd !important
}

.btn-ghost-warning-900 {
    background: #ebe9e6 !important;
    color: #332401 !important
}

.btn-ghost-warning-900:focus,
.btn-ghost-warning-900:hover {
    background: #d6d3cc !important
}

.btn-ghost-danger-10 {
    background: #fff !important;
    color: #fefafa !important
}

.btn-ghost-danger-10:focus,
.btn-ghost-danger-10:hover {
    background: #fffefe !important
}

.btn-ghost-danger-25 {
    background: #fffefe !important;
    color: #fef6f6 !important
}

.btn-ghost-danger-25:focus,
.btn-ghost-danger-25:hover {
    background: #fffdfd !important
}

.btn-ghost-danger-50 {
    background: #fffdfd !important;
    color: #fceded !important
}

.btn-ghost-danger-50:focus,
.btn-ghost-danger-50:hover {
    background: #fefbfb !important
}

.btn-ghost-danger-100 {
    background: #fffbfb !important;
    color: #fadbdb !important
}

.btn-ghost-danger-100:focus,
.btn-ghost-danger-100:hover {
    background: #fef8f8 !important
}

.btn-ghost-danger-200 {
    background: #fef8f8 !important;
    color: #f4b7b7 !important
}

.btn-ghost-danger-200:focus,
.btn-ghost-danger-200:hover {
    background: #fdf1f1 !important
}

.btn-ghost-danger-300 {
    background: #fdf4f4 !important;
    color: #ef9393 !important
}

.btn-ghost-danger-300:focus,
.btn-ghost-danger-300:hover {
    background: #fce9e9 !important
}

.btn-ghost-danger-400 {
    background: #fdf1f1 !important;
    color: #e96f6f !important
}

.btn-ghost-danger-400:focus,
.btn-ghost-danger-400:hover {
    background: #fbe2e2 !important
}

.btn-ghost-danger-500 {
    background: #fceded !important;
    color: #e44b4b !important
}

.btn-ghost-danger-500:focus,
.btn-ghost-danger-500:hover {
    background: #fadbdb !important
}

.btn-ghost-danger-600 {
    background: #f8ecec !important;
    color: #b63c3c !important
}

.btn-ghost-danger-600:focus,
.btn-ghost-danger-600:hover {
    background: #f0d8d8 !important
}

.btn-ghost-danger-700 {
    background: #f3eaea !important;
    color: #892d2d !important
}

.btn-ghost-danger-700:focus,
.btn-ghost-danger-700:hover {
    background: #e7d5d5 !important
}

.btn-ghost-danger-800 {
    background: #efe9e9 !important;
    color: #5b1e1e !important
}

.btn-ghost-danger-800:focus,
.btn-ghost-danger-800:hover {
    background: #ded2d2 !important
}

.btn-ghost-danger-900 {
    background: #eae7e7 !important;
    color: #2e0f0f !important
}

.btn-ghost-danger-900:focus,
.btn-ghost-danger-900:hover {
    background: #d5cfcf !important
}

.btn-ghost-blue {
    background: #e6f3fe !important;
    color: #078af3 !important
}

.btn-ghost-blue:focus,
.btn-ghost-blue:hover {
    background: #cde8fd !important
}

.btn-ghost-blue-10 {
    background: #feffff !important;
    color: #f8fbff !important
}

.btn-ghost-blue-10:focus,
.btn-ghost-blue-10:hover {
    background: #fefeff !important
}

.btn-ghost-blue-25 {
    background: #fefeff !important;
    color: #f3f9fe !important
}

.btn-ghost-blue-25:focus,
.btn-ghost-blue-25:hover {
    background: #fdfeff !important
}

.btn-ghost-blue-50 {
    background: #fdfeff !important;
    color: #e6f3fe !important
}

.btn-ghost-blue-50:focus,
.btn-ghost-blue-50:hover {
    background: #fafdff !important
}

.btn-ghost-blue-100 {
    background: #fafdff !important;
    color: #cde8fd !important
}

.btn-ghost-blue-100:focus,
.btn-ghost-blue-100:hover {
    background: #f5faff !important
}

.btn-ghost-blue-200 {
    background: #f5faff !important;
    color: #9cd0fa !important
}

.btn-ghost-blue-200:focus,
.btn-ghost-blue-200:hover {
    background: #ebf6fe !important
}

.btn-ghost-blue-300 {
    background: #f0f8fe !important;
    color: #6ab9f8 !important
}

.btn-ghost-blue-300:focus,
.btn-ghost-blue-300:hover {
    background: #e1f1fe !important
}

.btn-ghost-blue-400 {
    background: #ebf6fe !important;
    color: #39a1f5 !important
}

.btn-ghost-blue-400:focus,
.btn-ghost-blue-400:hover {
    background: #d7ecfd !important
}

.btn-ghost-blue-500 {
    background: #e6f3fe !important;
    color: #078af3 !important
}

.btn-ghost-blue-500:focus,
.btn-ghost-blue-500:hover {
    background: #cde8fd !important
}

.btn-ghost-blue-600 {
    background: #e6f1f9 !important;
    color: #066ec2 !important
}

.btn-ghost-blue-600:focus,
.btn-ghost-blue-600:hover {
    background: #cde2f3 !important
}

.btn-ghost-blue-700 {
    background: #e6eef4 !important;
    color: #045392 !important
}

.btn-ghost-blue-700:focus,
.btn-ghost-blue-700:hover {
    background: #cddde9 !important
}

.btn-ghost-blue-800 {
    background: #e6ebef !important;
    color: #033761 !important
}

.btn-ghost-blue-800:focus,
.btn-ghost-blue-800:hover {
    background: #cdd7df !important
}

.btn-ghost-blue-900 {
    background: #e6e8ea !important;
    color: #011c31 !important
}

.btn-ghost-blue-900:focus,
.btn-ghost-blue-900:hover {
    background: #ccd2d6 !important
}

.btn-ghost-indigo {
    background: #eeecfc !important;
    color: #553cdf !important
}

.btn-ghost-indigo:focus,
.btn-ghost-indigo:hover {
    background: #ddd8f9 !important
}

.btn-ghost-indigo-10 {
    background: #fffeff !important;
    color: #faf9fe !important
}

.btn-ghost-indigo-10:focus,
.btn-ghost-indigo-10:hover {
    background: #fefeff !important
}

.btn-ghost-indigo-25 {
    background: #fefeff !important;
    color: #f7f5fd !important
}

.btn-ghost-indigo-25:focus,
.btn-ghost-indigo-25:hover {
    background: #fdfdff !important
}

.btn-ghost-indigo-50 {
    background: #fdfdff !important;
    color: #eeecfc !important
}

.btn-ghost-indigo-50:focus,
.btn-ghost-indigo-50:hover {
    background: #fcfbfe !important
}

.btn-ghost-indigo-100 {
    background: #fcfbfe !important;
    color: #ddd8f9 !important
}

.btn-ghost-indigo-100:focus,
.btn-ghost-indigo-100:hover {
    background: #f8f7fe !important
}

.btn-ghost-indigo-200 {
    background: #f8f7fe !important;
    color: #bbb1f2 !important
}

.btn-ghost-indigo-200:focus,
.btn-ghost-indigo-200:hover {
    background: #f1effc !important
}

.btn-ghost-indigo-300 {
    background: #f5f3fd !important;
    color: #998aec !important
}

.btn-ghost-indigo-300:focus,
.btn-ghost-indigo-300:hover {
    background: #ebe8fb !important
}

.btn-ghost-indigo-400 {
    background: #f1effc !important;
    color: #7763e5 !important
}

.btn-ghost-indigo-400:focus,
.btn-ghost-indigo-400:hover {
    background: #e4e0fa !important
}

.btn-ghost-indigo-500 {
    background: #eeecfc !important;
    color: #553cdf !important
}

.btn-ghost-indigo-500:focus,
.btn-ghost-indigo-500:hover {
    background: #ddd8f9 !important
}

.btn-ghost-indigo-600 {
    background: #eceaf7 !important;
    color: #4430b2 !important
}

.btn-ghost-indigo-600:focus,
.btn-ghost-indigo-600:hover {
    background: #dad6f0 !important
}

.btn-ghost-indigo-700 {
    background: #ebe9f3 !important;
    color: #332486 !important
}

.btn-ghost-indigo-700:focus,
.btn-ghost-indigo-700:hover {
    background: #d6d3e7 !important
}

.btn-ghost-indigo-800 {
    background: #e9e8ee !important;
    color: #221859 !important
}

.btn-ghost-indigo-800:focus,
.btn-ghost-indigo-800:hover {
    background: #d3d1de !important
}

.btn-ghost-indigo-900 {
    background: #e7e7ea !important;
    color: #110c2d !important
}

.btn-ghost-indigo-900:focus,
.btn-ghost-indigo-900:hover {
    background: #cfced5 !important
}

.btn-ghost-purple {
    background: #f3e9fc !important;
    color: #8921e4 !important
}

.btn-ghost-purple:focus,
.btn-ghost-purple:hover {
    background: #e7d3fa !important
}

.btn-ghost-purple-10 {
    background: #fffeff !important;
    color: #fbf8fe !important
}

.btn-ghost-purple-10:focus,
.btn-ghost-purple-10:hover {
    background: #fefeff !important
}

.btn-ghost-purple-25 {
    background: #fefeff !important;
    color: #f9f4fe !important
}

.btn-ghost-purple-25:focus,
.btn-ghost-purple-25:hover {
    background: #fefdff !important
}

.btn-ghost-purple-50 {
    background: #fefdff !important;
    color: #f3e9fc !important
}

.btn-ghost-purple-50:focus,
.btn-ghost-purple-50:hover {
    background: #fdfbfe !important
}

.btn-ghost-purple-100 {
    background: #fdfbff !important;
    color: #e7d3fa !important
}

.btn-ghost-purple-100:focus,
.btn-ghost-purple-100:hover {
    background: #faf6fe !important
}

.btn-ghost-purple-200 {
    background: #faf6fe !important;
    color: #d0a6f4 !important
}

.btn-ghost-purple-200:focus,
.btn-ghost-purple-200:hover {
    background: #f6edfd !important
}

.btn-ghost-purple-300 {
    background: #f8f2fd !important;
    color: #b87aef !important
}

.btn-ghost-purple-300:focus,
.btn-ghost-purple-300:hover {
    background: #f1e4fc !important
}

.btn-ghost-purple-400 {
    background: #f6edfd !important;
    color: #a14de9 !important
}

.btn-ghost-purple-400:focus,
.btn-ghost-purple-400:hover {
    background: #ecdbfb !important
}

.btn-ghost-purple-500 {
    background: #f3e9fc !important;
    color: #8921e4 !important
}

.btn-ghost-purple-500:focus,
.btn-ghost-purple-500:hover {
    background: #e7d3fa !important
}

.btn-ghost-purple-600 {
    background: #f1e8f8 !important;
    color: #6e1ab6 !important
}

.btn-ghost-purple-600:focus,
.btn-ghost-purple-600:hover {
    background: #e2d1f0 !important
}

.btn-ghost-purple-700 {
    background: #eee8f3 !important;
    color: #521489 !important
}

.btn-ghost-purple-700:focus,
.btn-ghost-purple-700:hover {
    background: #dcd0e7 !important
}

.btn-ghost-purple-800 {
    background: #ebe7ef !important;
    color: #370d5b !important
}

.btn-ghost-purple-800:focus,
.btn-ghost-purple-800:hover {
    background: #d7cfde !important
}

.btn-ghost-purple-900 {
    background: #e8e6ea !important;
    color: #1b072e !important
}

.btn-ghost-purple-900:focus,
.btn-ghost-purple-900:hover {
    background: #d1cdd5 !important
}

.btn-ghost-red {
    background: #fdeceb !important;
    color: #ea4335 !important
}

.btn-ghost-red:focus,
.btn-ghost-red:hover {
    background: #fbd9d7 !important
}

.btn-ghost-red-10 {
    background: #fffefe !important;
    color: #fef9f9 !important
}

.btn-ghost-red-10:focus,
.btn-ghost-red-10:hover {
    background: #fffefe !important
}

.btn-ghost-red-25 {
    background: #fffefe !important;
    color: #fef6f5 !important
}

.btn-ghost-red-25:focus,
.btn-ghost-red-25:hover {
    background: #fffdfd !important
}

.btn-ghost-red-50 {
    background: #fffdfd !important;
    color: #fdeceb !important
}

.btn-ghost-red-50:focus,
.btn-ghost-red-50:hover {
    background: #fffbfb !important
}

.btn-ghost-red-100 {
    background: #fffbfb !important;
    color: #fbd9d7 !important
}

.btn-ghost-red-100:focus,
.btn-ghost-red-100:hover {
    background: #fef7f7 !important
}

.btn-ghost-red-200 {
    background: #fef8f7 !important;
    color: #f7b4ae !important
}

.btn-ghost-red-200:focus,
.btn-ghost-red-200:hover {
    background: #fdf0ef !important
}

.btn-ghost-red-300 {
    background: #fef4f3 !important;
    color: #f28e86 !important
}

.btn-ghost-red-300:focus,
.btn-ghost-red-300:hover {
    background: #fce8e7 !important
}

.btn-ghost-red-400 {
    background: #fdf0ef !important;
    color: #ee695d !important
}

.btn-ghost-red-400:focus,
.btn-ghost-red-400:hover {
    background: #fce1df !important
}

.btn-ghost-red-500 {
    background: #fdeceb !important;
    color: #ea4335 !important
}

.btn-ghost-red-500:focus,
.btn-ghost-red-500:hover {
    background: #fbd9d7 !important
}

.btn-ghost-red-600 {
    background: #f8ebea !important;
    color: #bb362a !important
}

.btn-ghost-red-600:focus,
.btn-ghost-red-600:hover {
    background: #f1d7d4 !important
}

.btn-ghost-red-700 {
    background: #f4eae9 !important;
    color: #8c2820 !important
}

.btn-ghost-red-700:focus,
.btn-ghost-red-700:hover {
    background: #e8d4d2 !important
}

.btn-ghost-red-800 {
    background: #efe8e8 !important;
    color: #5e1b15 !important
}

.btn-ghost-red-800:focus,
.btn-ghost-red-800:hover {
    background: #dfd1d0 !important
}

.btn-ghost-red-900 {
    background: #eae7e7 !important;
    color: #2f0d0b !important
}

.btn-ghost-red-900:focus,
.btn-ghost-red-900:hover {
    background: #d5cfce !important
}

.btn-ghost-rose {
    background: #fbe7ed !important;
    color: #d20e4f !important
}

.btn-ghost-rose:focus,
.btn-ghost-rose:hover {
    background: #f6cfdc !important
}

.btn-ghost-rose-10 {
    background: #fffeff !important;
    color: #fef8fa !important
}

.btn-ghost-rose-10:focus,
.btn-ghost-rose-10:hover {
    background: #fffefe !important
}

.btn-ghost-rose-25 {
    background: #fffefe !important;
    color: #fdf3f6 !important
}

.btn-ghost-rose-25:focus,
.btn-ghost-rose-25:hover {
    background: #fffdfd !important
}

.btn-ghost-rose-50 {
    background: #fffdfd !important;
    color: #fbe7ed !important
}

.btn-ghost-rose-50:focus,
.btn-ghost-rose-50:hover {
    background: #fefafb !important
}

.btn-ghost-rose-100 {
    background: #fefafc !important;
    color: #f6cfdc !important
}

.btn-ghost-rose-100:focus,
.btn-ghost-rose-100:hover {
    background: #fdf5f8 !important
}

.btn-ghost-rose-200 {
    background: #fdf5f8 !important;
    color: #ed9fb9 !important
}

.btn-ghost-rose-200:focus,
.btn-ghost-rose-200:hover {
    background: #fbecf1 !important
}

.btn-ghost-rose-300 {
    background: #fcf1f4 !important;
    color: #e46e95 !important
}

.btn-ghost-rose-300:focus,
.btn-ghost-rose-300:hover {
    background: #fae2ea !important
}

.btn-ghost-rose-400 {
    background: #fbecf1 !important;
    color: #db3e72 !important
}

.btn-ghost-rose-400:focus,
.btn-ghost-rose-400:hover {
    background: #f8d8e3 !important
}

.btn-ghost-rose-500 {
    background: #fbe7ed !important;
    color: #d20e4f !important
}

.btn-ghost-rose-500:focus,
.btn-ghost-rose-500:hover {
    background: #f6cfdc !important
}

.btn-ghost-rose-600 {
    background: #f6e7ec !important;
    color: #a80b3f !important
}

.btn-ghost-rose-600:focus,
.btn-ghost-rose-600:hover {
    background: #eeced9 !important
}

.btn-ghost-rose-700 {
    background: #f2e6ea !important;
    color: #7e082f !important
}

.btn-ghost-rose-700:focus,
.btn-ghost-rose-700:hover {
    background: #e5ced5 !important
}

.btn-ghost-rose-800 {
    background: #eee6e9 !important;
    color: #540620 !important
}

.btn-ghost-rose-800:focus,
.btn-ghost-rose-800:hover {
    background: #ddcdd2 !important
}

.btn-ghost-rose-900 {
    background: #eae6e7 !important;
    color: #2a0310 !important
}

.btn-ghost-rose-900:focus,
.btn-ghost-rose-900:hover {
    background: #d4cdcf !important
}

.btn-ghost-pink {
    background: #fef0f5 !important;
    color: #f06b9d !important
}

.btn-ghost-pink:focus,
.btn-ghost-pink:hover {
    background: #fce1eb !important
}

.btn-ghost-pink-10 {
    background: #fff !important;
    color: #fffbfc !important
}

.btn-ghost-pink-10:focus,
.btn-ghost-pink-10:hover {
    background: #fffefe !important
}

.btn-ghost-pink-25 {
    background: #fffeff !important;
    color: #fef8fa !important
}

.btn-ghost-pink-25:focus,
.btn-ghost-pink-25:hover {
    background: #fffefe !important
}

.btn-ghost-pink-50 {
    background: #fffefe !important;
    color: #fef0f5 !important
}

.btn-ghost-pink-50:focus,
.btn-ghost-pink-50:hover {
    background: #fffcfd !important
}

.btn-ghost-pink-100 {
    background: #fffcfd !important;
    color: #fce1eb !important
}

.btn-ghost-pink-100:focus,
.btn-ghost-pink-100:hover {
    background: #fef9fb !important
}

.btn-ghost-pink-200 {
    background: #fef9fb !important;
    color: #f9c4d8 !important
}

.btn-ghost-pink-200:focus,
.btn-ghost-pink-200:hover {
    background: #fef3f7 !important
}

.btn-ghost-pink-300 {
    background: #fef6f9 !important;
    color: #f6a6c4 !important
}

.btn-ghost-pink-300:focus,
.btn-ghost-pink-300:hover {
    background: #fdedf3 !important
}

.btn-ghost-pink-400 {
    background: #fef3f7 !important;
    color: #f389b1 !important
}

.btn-ghost-pink-400:focus,
.btn-ghost-pink-400:hover {
    background: #fde7ef !important
}

.btn-ghost-pink-500 {
    background: #fef0f5 !important;
    color: #f06b9d !important
}

.btn-ghost-pink-500:focus,
.btn-ghost-pink-500:hover {
    background: #fce1eb !important
}

.btn-ghost-pink-600 {
    background: #f9eef2 !important;
    color: #c0567e !important
}

.btn-ghost-pink-600:focus,
.btn-ghost-pink-600:hover {
    background: #f2dde5 !important
}

.btn-ghost-pink-700 {
    background: #f4ecef !important;
    color: #90405e !important
}

.btn-ghost-pink-700:focus,
.btn-ghost-pink-700:hover {
    background: #e9d9df !important
}

.btn-ghost-pink-800 {
    background: #efeaec !important;
    color: #602b3f !important
}

.btn-ghost-pink-800:focus,
.btn-ghost-pink-800:hover {
    background: #dfd5d9 !important
}

.btn-ghost-pink-900 {
    background: #eae8e9 !important;
    color: #30151f !important
}

.btn-ghost-pink-900:focus,
.btn-ghost-pink-900:hover {
    background: #d6d0d2 !important
}

.btn-ghost-orange {
    background: #fff0e9 !important;
    color: #fb6b1e !important
}

.btn-ghost-orange:focus,
.btn-ghost-orange:hover {
    background: #fee1d2 !important
}

.btn-ghost-orange-10 {
    background: #fffffe !important;
    color: #fffbf8 !important
}

.btn-ghost-orange-10:focus,
.btn-ghost-orange-10:hover {
    background: #fffefe !important
}

.btn-ghost-orange-25 {
    background: #fffefe !important;
    color: #fff8f4 !important
}

.btn-ghost-orange-25:focus,
.btn-ghost-orange-25:hover {
    background: #fffefd !important
}

.btn-ghost-orange-50 {
    background: #fffefd !important;
    color: #fff0e9 !important
}

.btn-ghost-orange-50:focus,
.btn-ghost-orange-50:hover {
    background: #fffcfb !important
}

.btn-ghost-orange-100 {
    background: #fffcfb !important;
    color: #fee1d2 !important
}

.btn-ghost-orange-100:focus,
.btn-ghost-orange-100:hover {
    background: #fff9f6 !important
}

.btn-ghost-orange-200 {
    background: #fff9f6 !important;
    color: #fdc4a5 !important
}

.btn-ghost-orange-200:focus,
.btn-ghost-orange-200:hover {
    background: #fff3ed !important
}

.btn-ghost-orange-300 {
    background: #fff6f2 !important;
    color: #fda678 !important
}

.btn-ghost-orange-300:focus,
.btn-ghost-orange-300:hover {
    background: #ffede4 !important
}

.btn-ghost-orange-400 {
    background: #fff3ed !important;
    color: #fc894b !important
}

.btn-ghost-orange-400:focus,
.btn-ghost-orange-400:hover {
    background: #fee7db !important
}

.btn-ghost-orange-500 {
    background: #fff0e9 !important;
    color: #fb6b1e !important
}

.btn-ghost-orange-500:focus,
.btn-ghost-orange-500:hover {
    background: #fee1d2 !important
}

.btn-ghost-orange-600 {
    background: #faeee8 !important;
    color: #c95618 !important
}

.btn-ghost-orange-600:focus,
.btn-ghost-orange-600:hover {
    background: #f4ddd1 !important
}

.btn-ghost-orange-700 {
    background: #f5ece7 !important;
    color: #974012 !important
}

.btn-ghost-orange-700:focus,
.btn-ghost-orange-700:hover {
    background: #ead9d0 !important
}

.btn-ghost-orange-800 {
    background: #f0eae7 !important;
    color: #642b0c !important
}

.btn-ghost-orange-800:focus,
.btn-ghost-orange-800:hover {
    background: #e0d5ce !important
}

.btn-ghost-orange-900 {
    background: #ebe8e6 !important;
    color: #321506 !important
}

.btn-ghost-orange-900:focus,
.btn-ghost-orange-900:hover {
    background: #d6d0cd !important
}

.btn-ghost-yellow {
    background: #fff8e6 !important;
    color: #fcbc05 !important
}

.btn-ghost-yellow:focus,
.btn-ghost-yellow:hover {
    background: #fef2cd !important
}

.btn-ghost-yellow-10 {
    background: #fffffe !important;
    color: #fffdf8 !important
}

.btn-ghost-yellow-10:focus,
.btn-ghost-yellow-10:hover {
    background: #fffffe !important
}

.btn-ghost-yellow-25 {
    background: #fffffe !important;
    color: #fffcf3 !important
}

.btn-ghost-yellow-25:focus,
.btn-ghost-yellow-25:hover {
    background: #fffefd !important
}

.btn-ghost-yellow-50 {
    background: #fffefd !important;
    color: #fff8e6 !important
}

.btn-ghost-yellow-50:focus,
.btn-ghost-yellow-50:hover {
    background: #fffefa !important
}

.btn-ghost-yellow-100 {
    background: #fffefa !important;
    color: #fef2cd !important
}

.btn-ghost-yellow-100:focus,
.btn-ghost-yellow-100:hover {
    background: #fffcf5 !important
}

.btn-ghost-yellow-200 {
    background: #fffcf5 !important;
    color: #fee49b !important
}

.btn-ghost-yellow-200:focus,
.btn-ghost-yellow-200:hover {
    background: #fffaeb !important
}

.btn-ghost-yellow-300 {
    background: #fffbf0 !important;
    color: #fdd769 !important
}

.btn-ghost-yellow-300:focus,
.btn-ghost-yellow-300:hover {
    background: #fff7e1 !important
}

.btn-ghost-yellow-400 {
    background: #fffaeb !important;
    color: #fdc937 !important
}

.btn-ghost-yellow-400:focus,
.btn-ghost-yellow-400:hover {
    background: #fff4d7 !important
}

.btn-ghost-yellow-500 {
    background: #fff8e6 !important;
    color: #fcbc05 !important
}

.btn-ghost-yellow-500:focus,
.btn-ghost-yellow-500:hover {
    background: #fef2cd !important
}

.btn-ghost-yellow-600 {
    background: #faf5e6 !important;
    color: #ca9604 !important
}

.btn-ghost-yellow-600:focus,
.btn-ghost-yellow-600:hover {
    background: #f4eacd !important
}

.btn-ghost-yellow-700 {
    background: #f5f1e6 !important;
    color: #977103 !important
}

.btn-ghost-yellow-700:focus,
.btn-ghost-yellow-700:hover {
    background: #eae3cd !important
}

.btn-ghost-yellow-800 {
    background: #f0ede6 !important;
    color: #654b02 !important
}

.btn-ghost-yellow-800:focus,
.btn-ghost-yellow-800:hover {
    background: #e0dbcc !important
}

.btn-ghost-yellow-900 {
    background: #ebe9e6 !important;
    color: #322601 !important
}

.btn-ghost-yellow-900:focus,
.btn-ghost-yellow-900:hover {
    background: #d6d4cc !important
}

.btn-ghost-green {
    background: #ebf6ee !important;
    color: #34a853 !important
}

.btn-ghost-green:focus,
.btn-ghost-green:hover {
    background: #d6eedd !important
}

.btn-ghost-green-10 {
    background: #feffff !important;
    color: #f9fcfa !important
}

.btn-ghost-green-10:focus,
.btn-ghost-green-10:hover {
    background: #fefefe !important
}

.btn-ghost-green-25 {
    background: #fefffe !important;
    color: #f5fbf6 !important
}

.btn-ghost-green-25:focus,
.btn-ghost-green-25:hover {
    background: #fdfefd !important
}

.btn-ghost-green-50 {
    background: #fdfefd !important;
    color: #ebf6ee !important
}

.btn-ghost-green-50:focus,
.btn-ghost-green-50:hover {
    background: #fbfdfc !important
}

.btn-ghost-green-100 {
    background: #fbfdfc !important;
    color: #d6eedd !important
}

.btn-ghost-green-100:focus,
.btn-ghost-green-100:hover {
    background: #f7fcf8 !important
}

.btn-ghost-green-200 {
    background: #f7fcf8 !important;
    color: #aedcba !important
}

.btn-ghost-green-200:focus,
.btn-ghost-green-200:hover {
    background: #eff8f1 !important
}

.btn-ghost-green-300 {
    background: #f3faf5 !important;
    color: #85cb98 !important
}

.btn-ghost-green-300:focus,
.btn-ghost-green-300:hover {
    background: #e7f5ea !important
}

.btn-ghost-green-400 {
    background: #eff8f1 !important;
    color: #5db975 !important
}

.btn-ghost-green-400:focus,
.btn-ghost-green-400:hover {
    background: #dff1e3 !important
}

.btn-ghost-green-500 {
    background: #ebf6ee !important;
    color: #34a853 !important
}

.btn-ghost-green-500:focus,
.btn-ghost-green-500:hover {
    background: #d6eedd !important
}

.btn-ghost-green-600 {
    background: #eaf3ec !important;
    color: #2a8642 !important
}

.btn-ghost-green-600:focus,
.btn-ghost-green-600:hover {
    background: #d4e7d9 !important
}

.btn-ghost-green-700 {
    background: #e9f0eb !important;
    color: #1f6532 !important
}

.btn-ghost-green-700:focus,
.btn-ghost-green-700:hover {
    background: #d2e0d6 !important
}

.btn-ghost-green-800 {
    background: #e8ece9 !important;
    color: #154321 !important
}

.btn-ghost-green-800:focus,
.btn-ghost-green-800:hover {
    background: #d0d9d3 !important
}

.btn-ghost-green-900 {
    background: #e7e9e7 !important;
    color: #0a2211 !important
}

.btn-ghost-green-900:focus,
.btn-ghost-green-900:hover {
    background: #ced3cf !important
}

.btn-ghost-lime {
    background: #f7feee !important;
    color: #aef359 !important
}

.btn-ghost-lime:focus,
.btn-ghost-lime:hover {
    background: #effdde !important
}

.btn-ghost-lime-10 {
    background: #fff !important;
    color: #fdfffa !important
}

.btn-ghost-lime-10:focus,
.btn-ghost-lime-10:hover {
    background: #fffffe !important
}

.btn-ghost-lime-25 {
    background: #fffffe !important;
    color: #fbfef7 !important
}

.btn-ghost-lime-25:focus,
.btn-ghost-lime-25:hover {
    background: #fefffd !important
}

.btn-ghost-lime-50 {
    background: #fefffd !important;
    color: #f7feee !important
}

.btn-ghost-lime-50:focus,
.btn-ghost-lime-50:hover {
    background: #fdfffc !important
}

.btn-ghost-lime-100 {
    background: #fdfffc !important;
    color: #effdde !important
}

.btn-ghost-lime-100:focus,
.btn-ghost-lime-100:hover {
    background: #fcfff8 !important
}

.btn-ghost-lime-200 {
    background: #fcfff8 !important;
    color: #dffabd !important
}

.btn-ghost-lime-200:focus,
.btn-ghost-lime-200:hover {
    background: #f9fef2 !important
}

.btn-ghost-lime-300 {
    background: #fafef5 !important;
    color: #cef89b !important
}

.btn-ghost-lime-300:focus,
.btn-ghost-lime-300:hover {
    background: #f5feeb !important
}

.btn-ghost-lime-400 {
    background: #f9fef2 !important;
    color: #bef57a !important
}

.btn-ghost-lime-400:focus,
.btn-ghost-lime-400:hover {
    background: #f2fde4 !important
}

.btn-ghost-lime-500 {
    background: #f7feee !important;
    color: #aef359 !important
}

.btn-ghost-lime-500:focus,
.btn-ghost-lime-500:hover {
    background: #effdde !important
}

.btn-ghost-lime-600 {
    background: #f3f9ed !important;
    color: #8bc247 !important
}

.btn-ghost-lime-600:focus,
.btn-ghost-lime-600:hover {
    background: #e8f3da !important
}

.btn-ghost-lime-700 {
    background: #f0f4eb !important;
    color: #689235 !important
}

.btn-ghost-lime-700:focus,
.btn-ghost-lime-700:hover {
    background: #e1e9d7 !important
}

.btn-ghost-lime-800 {
    background: #edefe9 !important;
    color: #466124 !important
}

.btn-ghost-lime-800:focus,
.btn-ghost-lime-800:hover {
    background: #dadfd3 !important
}

.btn-ghost-lime-900 {
    background: #e9eae7 !important;
    color: #233112 !important
}

.btn-ghost-lime-900:focus,
.btn-ghost-lime-900:hover {
    background: #d3d6d0 !important
}

.btn-ghost-teal {
    background: #e6fef9 !important;
    color: #06f6c6 !important
}

.btn-ghost-teal:focus,
.btn-ghost-teal:hover {
    background: #cdfdf4 !important
}

.btn-ghost-teal-10 {
    background: #feffff !important;
    color: #f8fffd !important
}

.btn-ghost-teal-10:focus,
.btn-ghost-teal-10:hover {
    background: #feffff !important
}

.btn-ghost-teal-25 {
    background: #feffff !important;
    color: #f3fffc !important
}

.btn-ghost-teal-25:focus,
.btn-ghost-teal-25:hover {
    background: #fdfffe !important
}

.btn-ghost-teal-50 {
    background: #fdfffe !important;
    color: #e6fef9 !important
}

.btn-ghost-teal-50:focus,
.btn-ghost-teal-50:hover {
    background: #fafffe !important
}

.btn-ghost-teal-100 {
    background: #fafffe !important;
    color: #cdfdf4 !important
}

.btn-ghost-teal-100:focus,
.btn-ghost-teal-100:hover {
    background: #f5fffd !important
}

.btn-ghost-teal-200 {
    background: #f5fffd !important;
    color: #9bfbe8 !important
}

.btn-ghost-teal-200:focus,
.btn-ghost-teal-200:hover {
    background: #ebfefa !important
}

.btn-ghost-teal-300 {
    background: #f0fffc !important;
    color: #6afadd !important
}

.btn-ghost-teal-300:focus,
.btn-ghost-teal-300:hover {
    background: #e1fef8 !important
}

.btn-ghost-teal-400 {
    background: #ebfefa !important;
    color: #38f8d1 !important
}

.btn-ghost-teal-400:focus,
.btn-ghost-teal-400:hover {
    background: #d7fef6 !important
}

.btn-ghost-teal-500 {
    background: #e6fef9 !important;
    color: #06f6c6 !important
}

.btn-ghost-teal-500:focus,
.btn-ghost-teal-500:hover {
    background: #cdfdf4 !important
}

.btn-ghost-teal-600 {
    background: #e6f9f5 !important;
    color: #05c59e !important
}

.btn-ghost-teal-600:focus,
.btn-ghost-teal-600:hover {
    background: #cdf3ec !important
}

.btn-ghost-teal-700 {
    background: #e6f4f1 !important;
    color: #049477 !important
}

.btn-ghost-teal-700:focus,
.btn-ghost-teal-700:hover {
    background: #cdeae4 !important
}

.btn-ghost-teal-800 {
    background: #e6efed !important;
    color: #02624f !important
}

.btn-ghost-teal-800:focus,
.btn-ghost-teal-800:hover {
    background: #cce0dc !important
}

.btn-ghost-teal-900 {
    background: #e6eaea !important;
    color: #013128 !important
}

.btn-ghost-teal-900:focus,
.btn-ghost-teal-900:hover {
    background: #ccd6d4 !important
}

.btn-ghost-cyan {
    background: #ebfcff !important;
    color: #38e1ff !important
}

.btn-ghost-cyan:focus,
.btn-ghost-cyan:hover {
    background: #d7f9ff !important
}

.btn-ghost-cyan-10 {
    background: #feffff !important;
    color: #f9feff !important
}

.btn-ghost-cyan-10:focus,
.btn-ghost-cyan-10:hover {
    background: #feffff !important
}

.btn-ghost-cyan-25 {
    background: #feffff !important;
    color: #f5feff !important
}

.btn-ghost-cyan-25:focus,
.btn-ghost-cyan-25:hover {
    background: #fdffff !important
}

.btn-ghost-cyan-50 {
    background: #fdffff !important;
    color: #ebfcff !important
}

.btn-ghost-cyan-50:focus,
.btn-ghost-cyan-50:hover {
    background: #fbfeff !important
}

.btn-ghost-cyan-100 {
    background: #fbfeff !important;
    color: #d7f9ff !important
}

.btn-ghost-cyan-100:focus,
.btn-ghost-cyan-100:hover {
    background: #f7feff !important
}

.btn-ghost-cyan-200 {
    background: #f7feff !important;
    color: #aff3ff !important
}

.btn-ghost-cyan-200:focus,
.btn-ghost-cyan-200:hover {
    background: #effdff !important
}

.btn-ghost-cyan-300 {
    background: #f3fdff !important;
    color: #88edff !important
}

.btn-ghost-cyan-300:focus,
.btn-ghost-cyan-300:hover {
    background: #e7fbff !important
}

.btn-ghost-cyan-400 {
    background: #effdff !important;
    color: #60e7ff !important
}

.btn-ghost-cyan-400:focus,
.btn-ghost-cyan-400:hover {
    background: #dffaff !important
}

.btn-ghost-cyan-500 {
    background: #ebfcff !important;
    color: #38e1ff !important
}

.btn-ghost-cyan-500:focus,
.btn-ghost-cyan-500:hover {
    background: #d7f9ff !important
}

.btn-ghost-cyan-600 {
    background: #eaf8fa !important;
    color: #2db4cc !important
}

.btn-ghost-cyan-600:focus,
.btn-ghost-cyan-600:hover {
    background: #d5f0f5 !important
}

.btn-ghost-cyan-700 {
    background: #e9f3f5 !important;
    color: #228799 !important
}

.btn-ghost-cyan-700:focus,
.btn-ghost-cyan-700:hover {
    background: #d3e7eb !important
}

.btn-ghost-cyan-800 {
    background: #e8eff0 !important;
    color: #165a66 !important
}

.btn-ghost-cyan-800:focus,
.btn-ghost-cyan-800:hover {
    background: #d0dee0 !important
}

.btn-ghost-cyan-900 {
    background: #e7eaeb !important;
    color: #0b2d33 !important
}

.btn-ghost-cyan-900:focus,
.btn-ghost-cyan-900:hover {
    background: #ced5d6 !important
}

.btn-ghost-tertiary {
    background: #eef4f6 !important;
    color: #5394a2 !important
}

.btn-ghost-tertiary:focus,
.btn-ghost-tertiary:hover {
    background: #ddeaec !important
}

.btn-ghost-tertiary-10 {
    background: #fff !important;
    color: #fafcfc !important
}

.btn-ghost-tertiary-10:focus,
.btn-ghost-tertiary-10:hover {
    background: #fefefe !important
}

.btn-ghost-tertiary-25 {
    background: #feffff !important;
    color: #f6fafa !important
}

.btn-ghost-tertiary-25:focus,
.btn-ghost-tertiary-25:hover {
    background: #fdfefe !important
}

.btn-ghost-tertiary-50 {
    background: #fdfefe !important;
    color: #eef4f6 !important
}

.btn-ghost-tertiary-50:focus,
.btn-ghost-tertiary-50:hover {
    background: #fcfdfd !important
}

.btn-ghost-tertiary-100 {
    background: #fcfdfd !important;
    color: #ddeaec !important
}

.btn-ghost-tertiary-100:focus,
.btn-ghost-tertiary-100:hover {
    background: #f8fbfb !important
}

.btn-ghost-tertiary-200 {
    background: #f8fbfb !important;
    color: #bad4da !important
}

.btn-ghost-tertiary-200:focus,
.btn-ghost-tertiary-200:hover {
    background: #f1f6f8 !important
}

.btn-ghost-tertiary-300 {
    background: #f5f9f9 !important;
    color: #98bfc7 !important
}

.btn-ghost-tertiary-300:focus,
.btn-ghost-tertiary-300:hover {
    background: #eaf2f4 !important
}

.btn-ghost-tertiary-400 {
    background: #f1f6f8 !important;
    color: #75a9b5 !important
}

.btn-ghost-tertiary-400:focus,
.btn-ghost-tertiary-400:hover {
    background: #e3eef0 !important
}

.btn-ghost-tertiary-500 {
    background: #eef4f6 !important;
    color: #5394a2 !important
}

.btn-ghost-tertiary-500:focus,
.btn-ghost-tertiary-500:hover {
    background: #ddeaec !important
}

.btn-ghost-tertiary-600 {
    background: #ecf1f3 !important;
    color: #427682 !important
}

.btn-ghost-tertiary-600:focus,
.btn-ghost-tertiary-600:hover {
    background: #d9e4e6 !important
}

.btn-ghost-tertiary-700 {
    background: #ebeeef !important;
    color: #325961 !important
}

.btn-ghost-tertiary-700:focus,
.btn-ghost-tertiary-700:hover {
    background: #d6dedf !important
}

.btn-ghost-tertiary-800 {
    background: #e9ebec !important;
    color: #213b41 !important
}

.btn-ghost-tertiary-800:focus,
.btn-ghost-tertiary-800:hover {
    background: #d3d8d9 !important
}

.btn-ghost-tertiary-900 {
    background: #e7e9e9 !important;
    color: #111e20 !important
}

.btn-ghost-tertiary-900:focus,
.btn-ghost-tertiary-900:hover {
    background: #cfd2d2 !important
}

.fs-5 {
    letter-spacing: .015rem
}

.fs-6 {
    letter-spacing: .013125rem
}

.fs-7 {
    letter-spacing: .01125rem
}

.text-unset {
    text-transform: none !important
}

.text-inherit {
    color: currentColor
}

[class*=text-truncate] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important
}

.container.container-full {
    max-width: 100%;
    padding: 0
}

.nav-y {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-y>*,
.nav-y>*>* {
    display: flex;
    align-items: center;
    gap: .25rem
}

.nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s
}

.nav-y a:hover {
    opacity: 1 !important
}

.nav-y .uc-nav-sub {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    gap: .25rem;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 16px;
    list-style: none;
    opacity: 0;
    transition: .2s
}

.nav-y .uc-nav-sub a {
    font-size: 90%
}

.nav-y .uc-nav-sub .uc-parent::after {
    font-size: 1rem
}

.nav-y>.uc-parent>.uc-nav-sub {
    padding-top: .5rem
}

.nav-y .uc-parent {
    position: relative;
    display: block
}

.nav-y .uc-parent>a {
    position: relative;
    display: block;
    z-index: 1
}

.nav-y .uc-parent::after {
    content: "\e940";
    font-family: Unicons;
    position: absolute;
    right: 0;
    font-size: 1.125rem;
    font-weight: 700;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.nav-y .uc-parent.uc-open::after {
    content: "\e93f"
}

.nav-y .uc-parent.uc-open .uc-nav-sub {
    opacity: 1
}

.nav-y:hover a {
    opacity: .6
}

.nav-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-x>*,
.nav-x>*>* {
    display: flex;
    align-items: center;
    gap: .5rem
}

.nav-x a {
    text-decoration: none;
    color: inherit
}

.nav-pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%
}
.nav-pagination a.uc-active {
    background: var(--color-primary);
    color: white
}

.uc-navbar {
    z-index: 1
}

.uc-navbar .uc-navbar-left,
.uc-navbar .uc-navbar-right,
.uc-navbar [class*=uc-navbar-center] {
    gap: 1.5rem
}

.uc-navbar-nav>li>a {
    position: relative;
    font-size: inherit;
    font-family: inherit
}

.uc-navbar-nav>li.uc-active>a::before {
    opacity: 1
}

.uc-navbar-nav>li:hover>a,
.uc-navbar-nav>li>a[aria-expanded=true] {
    opacity: .75;
    color: var(--color-gray-900) !important
}

.uc-navbar-nav>li:hover>a:where(.uc-dark),
.uc-navbar-nav>li>a[aria-expanded=true]:where(.uc-dark),
:where(.uc-dark) .uc-navbar-nav>li:hover>a,
:where(.uc-dark) .uc-navbar-nav>li>a[aria-expanded=true] {
    color: #fff !important
}

.uc-navbar-dropdown {
    min-width: 250px;
    padding: 2rem;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, .2);
    border-radius: var(--radius);
    background: #fff !important;
    color: var(--color-gray-800) !important
}

.uc-navbar-dropdown:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown {
    background: var(--color-gray-800) !important;
    color: #fff !important
}

.uc-navbar-dropdown-nav>li>a {
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-600)
}

.uc-navbar-dropdown-nav>li>a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown-nav>li>a {
    color: var(--color-gray-400)
}

.uc-navbar-dropdown-nav>li:hover>a {
    color: var(--color-gray-900)
}

.uc-navbar-dropdown-nav>li:hover>a:where(.uc-dark),
:where(.uc-dark) .uc-navbar-dropdown-nav>li:hover>a {
    color: #fff
}

.uc-navbar-dropdown-nav .uc-nav-header,
.uc-navbar-dropdown-nav>li.uc-active>a {
    color: inherit
}

.uc-navbar-dropdown-nav .uc-nav-header {
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

.uc-navbar-container {
    transition: background-color .1s ease-in-out
}

.uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: #fff
}

.uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
:where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: var(--color-gray-900)
}

.uc-navbar .uc-navbar-item {
    font-family: inherit !important
}

.uc-navbar-item,
.uc-navbar-nav>li>a,
.uc-navbar-toggle {
    font-family: inherit !important;
    padding: 0;
    min-height: var(--uc-nav-height, 48px) !important
}

.uc-navbar-switcher-nav li>a {
    font-size: .875rem;
    text-decoration: none
}

.uc-navbar-switcher-nav li>a:hover {
    opacity: 1;
    color: #000
}

.uc-navbar-switcher-nav li>a:hover:where(.uc-dark),
:where(.uc-dark) .uc-navbar-switcher-nav li>a:hover {
    color: #fff
}

html[dir=rtl] .uc-navbar-right {
    margin-left: unset;
    margin-right: auto
}

html[dir=rtl] .uc-navbar-left {
    margin-right: unset;
    margin-left: auto
}

.alert {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0 !important;
    border-left: 2px solid !important;
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.alert :not(pre)>code,
.alert code {
    background: rgba(0, 0, 0, .08) !important
}

.table>:not(caption)>:last-child>* {
    border-width: 0
}

.uc-accordion-title {
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    color: var(--color-gray-900)
}

.uc-accordion-title:where(.uc-dark),
:where(.uc-dark) .uc-accordion-title {
    color: #fff
}

.uc-accordion-title:hover {
    opacity: .75;
    color: var(--color-gray-900)
}

.uc-accordion-title:hover:where(.uc-dark),
:where(.uc-dark) .uc-accordion-title:hover {
    color: #fff
}

.uc-accordion-title::before {
    content: "\e903";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-top: 2px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s;
    background-color: rgba(155, 155, 155, .25);
    border-radius: 100%
}

[dir=rtl] .uc-accordion-title::before {
    margin-right: 10px;
    float: left
}

.swiper-wrapper {
    will-change: transform
}

.swiper-thumbs .swiper-slide {
    cursor: pointer
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.swiper-slide-thumb-active {
    color: currentColor
}

:where(.uc-dark) .swiper .swiper-slide-thumb-active {
    color: currentColor
}

:where(.uc-dark) .swiper::before {
    border-bottom-color: rgba(255, 255, 255, .05)
}

.uc-lightbox-toolbar.uc-lightbox-caption {
    padding: 16px
}

.uc-lightbox-toolbar-icon.uc-close {
    background-color: var(--color-gray-800);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 100%
}

.uc-lightbox-toolbar-icon.uc-close svg {
    width: 16px;
    height: 16px
}

.uc-lightbox-toolbar-icon.uc-close svg>* {
    stroke: #fff
}

.uc-lightbox-button {
    background-color: var(--color-gray-800);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.uc-lightbox-button svg>* {
    stroke: #fff
}

[class*=uc-position-bottom],
[class*=uc-position-center],
[class*=uc-position-top] {
    position: absolute !important;
    max-width: calc(100% - 0px);
    box-sizing: border-box
}

.uc-position-top {
    top: 0;
    left: 0;
    right: 0
}

.uc-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

[class*=uc-position-center-left],
[class*=uc-position-center-right] {
    top: calc(50% - var(--uc-position-margin-offset));
    --uc-position-translate-y: -50%;
    transform: translate(0, var(--uc-position-translate-y))
}

.uc-position-center-left {
    left: 0
}

.uc-position-center-right {
    right: 0
}

[dir=rtl] .uc-position-center-left {
    left: auto;
    right: 0
}

[dir=rtl] .uc-position-center-right {
    right: auto;
    left: 0
}

.uc-position-medium {
    margin: 30px;
    --uc-position-margin-offset: 30px
}

.uc-text-right {
    text-align: right
}

.uc-text-center {
    text-align: center
}

[dir=rtl] .uc-text-right {
    text-align: left !important
}

.uc-notification-message {
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--radius);
    background-color: var(--color-gray-50);
    color: var(--color-gray-900)
}

.uc-notification-message:where(.uc-dark),
:where(.uc-dark) .uc-notification-message {
    background-color: var(--color-gray-800);
    color: #fff
}

.uc-notification-message .uc-notification-close {
    color: var(--color-gray-900)
}

.uc-notification-message .uc-notification-close:where(.uc-dark),
:where(.uc-dark) .uc-notification-message .uc-notification-close {
    color: #fff
}

.uc-notification-message .uc-notification-close svg,
.uc-notification-message .uc-notification-close svg>* {
    fill: currentColor !important;
    stroke: currentColor !important
}

.uc-menu-trigger {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 40px;
    cursor: pointer;
    z-index: 9999
}

.uc-menu-trigger::after,
.uc-menu-trigger::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    margin: 4px 0 3px;
    transition: transform .2s ease-in, background-color .2s ease-in
}

.uc-menu-trigger[aria-expanded=true]::before {
    transform: translate(0, 4px) rotate(45deg)
}

.uc-menu-trigger[aria-expanded=true]::after {
    transform: translate(0, -5px) rotate(-45deg)
}

[data-uc-img] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(137, 137, 137, .15)
}

@keyframes reveal-image {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(100%)
    }
}

.uc-svg,
.uc-svg>* {
    fill: currentcolor !important;
    height: auto;
    width: auto
}

[data-uc-animate],
[data-uc-animate] a {
    position: relative;
    overflow: hidden
}

[data-uc-animate^=btn][data-uc-animate*=slide]::before,
[data-uc-animate^=btn][data-uc-animate*=slide]>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: transform .7s cubic-bezier(.17, .67, 0, 1.01), opacity .2s ease-in-out
}

[data-uc-animate^=btn][data-uc-animate*=slide]::before,
[data-uc-animate^=btn][data-uc-animate*=slide]>span:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

[data-uc-animate^=btn][data-uc-animate*=reveal]::before,
[data-uc-animate^=btn][data-uc-animate*=reveal]>span {
    z-index: 1
}

[data-uc-animate^=btn][data-uc-animate*=reveal]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .7s cubic-bezier(.17, .67, 0, 1.01);
    background: var(--reveal-bg, #fff);
    z-index: 0
}

[data-uc-animate^=link][data-uc-animate*=slide] a::before,
[data-uc-animate^=link][data-uc-animate*=slide] a>span,
[data-uc-animate^=link][data-uc-animate*=slide]::before,
[data-uc-animate^=link][data-uc-animate*=slide]>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: transform .7s cubic-bezier(.17, .67, 0, 1.01), opacity .2s ease-in-out;
    color: currentColor
}

[data-uc-animate^=link][data-uc-animate*=slide] a::before,
[data-uc-animate^=link][data-uc-animate*=slide] a>span:nth-child(2),
[data-uc-animate^=link][data-uc-animate*=slide]::before,
[data-uc-animate^=link][data-uc-animate*=slide]>span:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

[data-uc-animate^=link][data-uc-animate*=line] {
    overflow: unset
}

[data-uc-animate^=link][data-uc-animate*=line] a::before,
[data-uc-animate^=link][data-uc-animate*=line] a>span,
[data-uc-animate^=link][data-uc-animate*=line]:not([data-uc-animate~=parent])::before,
[data-uc-animate^=link][data-uc-animate*=line]>span {
    z-index: 1
}

[data-uc-animate^=link][data-uc-animate*=line] a::after,
[data-uc-animate^=link][data-uc-animate*=line]:not([data-uc-animate~=parent])::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: var(--line-gap, 0);
    left: 0;
    height: 2px;
    transition: transform .7s cubic-bezier(.17, .67, 0, 1.01), opacity .7s cubic-bezier(.17, .67, 0, 1.01);
    background: var(--reveal-bg, currentColor);
    z-index: 0
}

[data-uc-animate~=spin] {
    animation: 10s linear infinite uc-spin
}

[data-uc-animate~=fade] {
    animation: 5s linear infinite uc-fade
}

[data-uc-animate~=flash] {
    animation: 1s linear infinite uc-flash
}

@keyframes uc-spin {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes uc-bounce {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(16px)
    }
}

@keyframes uc-fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes uc-flash {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes preloader {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        transform-origin: top
    }
    50% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, -101%);
        transform-origin: bottom
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, -101%);
        transform-origin: bottom
    }
}

@keyframes percentage {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 40px)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.uc-link {
    font-weight: var(--font-weight-medium)
}

.uc-link:hover,
a:hover {
    text-decoration: none
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

.swiper {
    --autoplay-duration: 7000ms
}

.swiper .swiper-wrapper.col-match {
    flex-wrap: wrap
}

.swiper .swiper-wrapper.col-match>* {
    display: flex;
    flex-direction: column
}

.swiper .swiper-wrapper.col-match>*>* {
    flex: 1
}

.swiper .swiper-slide-progress {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-gray-25)
}

.swiper .swiper-slide-progress:where(.uc-dark),
:where(.uc-dark) .swiper .swiper-slide-progress {
    background-color: rgba(255, 255, 255, .1)
}

.swiper .swiper-slide-progress>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    background-color: rgba(0, 0, 0, .05)
}

.swiper .swiper-slide-progress>span:where(.uc-dark),
:where(.uc-dark) .swiper .swiper-slide-progress>span {
    background-color: rgba(255, 255, 255, .1)
}

.swiper .swiper-slide-thumb-active .swiper-slide-progress>span {
    animation: slideProgress var(--autoplay-duration, 7000ms) linear
}

.swiper.swiper-thumbs-progress .featured-image {
    transform: scale(1)
}

.swiper.swiper-thumbs-progress .swiper-slide-thumb-active .featured-image {
    animation: 350ms ease-in-out scaleProgress
}

@keyframes slideProgress {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes scaleProgress {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(.98)
    }
}

.swiper-ticker .swiper-wrapper {
    transition-timing-function: linear
}

.swiper-ticker .swiper-slide {
    width: fit-content !important;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    line-break: normal
}

.swiper-ticker-sep {
    --uc-ticker-sep: "•";
    --uc-ticker-gap: 24px;
    --uc-ticker-new-gap: calc(var(--uc-ticker-gap) / 2 * -1)
}

.swiper-ticker-sep .swiper-wrapper>*+::before {
    content: var(--uc-ticker-sep);
    position: absolute;
    top: 50%;
    left: var(--uc-ticker-new-gap);
    transform: translate(-50%, -50%);
    color: currentColor;
    opacity: .5
}

[data-darkmode-toggle] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    z-index: 1000
}

[data-darkmode-toggle] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

[data-darkmode-toggle] .switch>.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

[data-darkmode-toggle] .switch>.slider:before {
    content: "\eb38";
    font-family: Unicons;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: inherit;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    line-height: 1.2;
    z-index: 1;
    color: currentColor;
    animation: .2s ease-in scalingDown
}

[data-darkmode-toggle] .switch>input {
    opacity: 0;
    width: 0;
    height: 0
}

[data-darkmode-toggle] .switch>input:checked+.slider:before {
    content: "\eb1f";
    color: currentColor;
    animation: .2s ease-out scalingUp
}

[data-darkmode-switch] {
    display: inline-flex;
    vertical-align: middle
}

[data-darkmode-switch] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px
}

[data-darkmode-switch] .switch>.slider {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgba(155, 155, 155, .25);
    border-radius: 32px;
    background-color: rgba(155, 155, 155, .25)
}

[data-darkmode-switch] .switch>.slider:before {
    content: "\e915";
    font-family: Unicons;
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 20px;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    z-index: 1;
    background: #fff !important;
    color: #9b9b9b;
    box-shadow: 0 1px 3px 0 rgba(150, 150, 150, .25)
}

[data-darkmode-switch] .switch>input {
    opacity: 0;
    width: 0;
    height: 0
}

[data-darkmode-switch] .switch>input:checked+.slider:before {
    content: "\e910";
    color: currentColor;
    transform: translateX(100%)
}

@keyframes scalingUp {
    0% {
        transform: scale(.5)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes scalingDown {
    0% {
        transform: scale(.5)
    }
    100% {
        transform: scale(1)
    }
}

pre.prettyprint {
    font-style: normal;
    color: var(--color-secondary-500);
    min-width: 100%;
    width: 45vw;
    max-height: 400px;
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

:where(.uc-dark) pre.prettyprint,
pre.prettyprint:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

pre.prettyprint .com {
    font-style: italic;
    color: #8b8fa4
}

:where(.uc-dark) pre.prettyprint .com,
pre.prettyprint .com:where(.uc-dark) {
    color: #666977
}

pre.prettyprint .atn,
pre.prettyprint .dec,
pre.prettyprint .typ,
pre.prettyprint .var {
    color: #5858a4
}

:where(.uc-dark) pre.prettyprint .atn,
:where(.uc-dark) pre.prettyprint .dec,
:where(.uc-dark) pre.prettyprint .typ,
:where(.uc-dark) pre.prettyprint .var,
pre.prettyprint .atn:where(.uc-dark),
pre.prettyprint .dec:where(.uc-dark),
pre.prettyprint .typ:where(.uc-dark),
pre.prettyprint .var:where(.uc-dark) {
    color: #acacdc
}

pre.prettyprint .kwd,
pre.prettyprint .linenums .tag {
    color: #6d8df6
}

pre.prettyprint .tag {
    color: #d01f7b
}

:where(.uc-dark) pre.prettyprint .tag,
pre.prettyprint .tag:where(.uc-dark) {
    color: #f472b6
}

pre.prettyprint .atv,
pre.prettyprint .str {
    color: #2094ca
}

:where(.uc-dark) pre.prettyprint .atv,
:where(.uc-dark) pre.prettyprint .str,
pre.prettyprint .atv:where(.uc-dark),
pre.prettyprint .str:where(.uc-dark) {
    color: #55bff0
}

pre.prettyprint .pln {
    color: #45505c
}

:where(.uc-dark) pre.prettyprint .pln,
pre.prettyprint .pln:where(.uc-dark) {
    color: #ccd8e4
}

pre.prettyprint .lit {
    color: #d0387f
}

:where(.uc-dark) pre.prettyprint .lit,
pre.prettyprint .lit:where(.uc-dark) {
    color: #f477b1
}

pre.prettyprint .pun {
    color: #536066
}

:where(.uc-dark) pre.prettyprint .pun,
pre.prettyprint .pun:where(.uc-dark) {
    color: #a3b2b9
}

.nav-y .uc-parent::after {
    top: 5px;
    transition: none
}

.nav-y .uc-nav-sub .uc-parent::after {
    top: 3.5px;
    transition: none
}

.uc-gdpr-notification {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 250ms
}

.uc-gdpr-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.uc-header {
    display: block
}

.uc-header.header-one {
    transition: .2s ease-in-out;
    transform: translateY(0)
}

.uc-header.header-one.uc-sticky-below {
    transform: translateY(-50px)
}

.uc-header.header-one .uc-navbar-nav>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: var(--color-primary);
    opacity: 0;
    transition: opacity 250ms ease-in-out
}

.uc-header.header-one .uc-navbar-nav>li>a[aria-expanded=true]::before {
    opacity: 1
}

.uc-header.header-one .uc-navbar-switcher-nav li>a {
    text-decoration: none;
    font-size: 90%;
    padding: .5rem 1rem;
    justify-content: center
}

.uc-header.header-one .uc-navbar-switcher-nav li>a:hover {
    color: var(--color-primary)
}

.uc-header.header-one .uc-navbar-switcher-nav li>a:hover:where(.uc-dark),
:where(.uc-dark) .uc-header.header-one .uc-navbar-switcher-nav li>a:hover {
    color: #fff
}

.uc-header.header-one .uc-navbar-switcher-nav li.uc-active>a {
    border-radius: 4px;
    background-color: var(--color-primary);
    color: #fff;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, .0392156863)
}

.animate-btn>span {
    transition: 250ms;
    transform: translateX(8px)
}

.animate-btn>.icon {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
    transform: translateX(-8px);
    width: 0
}

.animate-btn:hover>span {
    transform: translateX(-4px)
}

.animate-btn:hover>.icon {
    visibility: visible;
    opacity: 1;
    transform: translateX(4px);
    width: auto
}

.nav-x>.uc-active {
    color: var(--color-primary)
}

.post.type-post .post-meta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: .2s ease-in-out
}

.post.type-post.uc-active .post-meta {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: .2s ease-in-out
}

.block-layout.slider-thumbs .swiper-thumbs .swiper-wrapper {
    width: 100% !important
}

.uc-header.header-seven,
.uc-header.header-seven .uc-bottom-navbar .uc-navbar {
    transition: .2s ease-in-out
}

.uc-header.header-seven.uc-sticky-below {
    transform: translateY(-34px)
}

.uc-header.header-seven.uc-sticky-below .uc-bottom-navbar .uc-navbar {
    min-height: 72px !important;
    box-shadow: 0 1px 0 0 rgba(155, 155, 155, .25)
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    opacity: .1 !important;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--font-family-secondary);
    font-weight: 500;
    color: var(--bs-heading-color, inherit)
}

p {
    margin: 0
}

p+p {
    margin-top: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: 600
}

.small,
small {
    font-size: .875em
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    /*text-decoration: underline*/
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: var(--font-family-code)
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important
}

.h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important
}

.h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important
}

.h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important
}

.h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important
}

.h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important
}

.figure {
    display: inline-block
}

.container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:459px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .md\:h2 {
        font-size: var(--sizes-heading-h2-size) !important;
        line-height: var(--sizes-heading-h2-lh) !important;
        letter-spacing: var(--sizes-heading-h2-lp) !important
    }
    .md\:h3 {
        font-size: var(--sizes-heading-h3-size) !important;
        line-height: var(--sizes-heading-h3-lh) !important;
        letter-spacing: var(--sizes-heading-h3-lp) !important
    }
    .md\:h5 {
        font-size: var(--sizes-heading-h5-size) !important;
        line-height: var(--sizes-heading-h5-lh) !important;
        letter-spacing: var(--sizes-heading-h5-lp) !important
    }
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .lg\:h3 {
        font-size: var(--sizes-heading-h3-size) !important;
        line-height: var(--sizes-heading-h3-lh) !important;
        letter-spacing: var(--sizes-heading-h3-lp) !important
    }
    .lg\:h4 {
        font-size: var(--sizes-heading-h4-size) !important;
        line-height: var(--sizes-heading-h4-lh) !important;
        letter-spacing: var(--sizes-heading-h4-lp) !important
    }
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
    .xl\:h2 {
        font-size: var(--sizes-heading-h2-size) !important;
        line-height: var(--sizes-heading-h2-lh) !important;
        letter-spacing: var(--sizes-heading-h2-lp) !important
    }
    .xl\:h3 {
        font-size: var(--sizes-heading-h3-size) !important;
        line-height: var(--sizes-heading-h3-lh) !important;
        letter-spacing: var(--sizes-heading-h3-lp) !important
    }
    .xl\:h4 {
        font-size: var(--sizes-heading-h4-size) !important;
        line-height: var(--sizes-heading-h4-lh) !important;
        letter-spacing: var(--sizes-heading-h4-lp) !important
    }
    .container {
        max-width: 1140px
    }
    .xl\:gx-4 {
        --bs-gutter-x: 2rem
    }
    .xl\:gy-8 {
        --bs-gutter-y: 4rem
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.row.col-match {
    flex-wrap: wrap
}

.row.col-match>*,
.row.col-match>[class*=col-] {
    display: flex;
    flex-direction: column
}

.child-cols>*,
.row.col-match>*>*,
.row.col-match>[class*=col-]>* {
    flex: 1
}

.child-cols-12>* {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:459px) {
    .sm\:child-cols-4>* {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .sm\:gy-6 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .md\:child-cols>* {
        flex: 1 0 0%
    }
    .md\:child-cols-6>* {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {
    .lg\:child-cols>* {
        flex: 1 0 0%
    }
    .lg\:child-cols-2>* {
        --grid-total: 12;
        --grid-count: 2;
        flex: 0 0 auto;
        width: 16.66666667%
    }
}

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem)
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
}

.gx-1 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 1rem
}

.g-2 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 2rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 2rem
}

.g-5 {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem
}

@media (min-width:992px) {
    .col-lg-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-12 {
        --grid-total: 12;
        --grid-count: 12;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
}

@media (min-width:768px) {
    .md\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }
    .md\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .md\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
    .md\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .md\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width:992px) {
    .lg\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }
    .lg\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .lg\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .lg\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .lg\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }
    .lg\:g-2 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem
    }
    .lg\:g-3 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }
    .lg\:g-4 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }
    .lg\:g-6 {
        --bs-gutter-x: 3rem;
        --bs-gutter-y: 3rem
    }
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

.sep-x>:not(:first-child) {
    position: relative
}

.sep-x>:not(:first-child)::before {
    content: "";
    position: absolute;
    top: calc(var(--bs-gutter-y)/ 2 * -1);
    left: 15px;
    right: 15px;
    border-top: 1px solid rgba(155, 155, 155, .2);
    transform: translateY(-50%)
}

.sep-y>:not(.uc-first-column) {
    position: relative
}

.sep-y>:not(.uc-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2px !important;
    border-left: 1px solid !important
}

[dir=rtl] .sep-y>:not(.uc-first-column)::before {
    left: auto !important;
    right: -.2px !important;
    border-left: 1rem !important;
    border-right: 1px solid !important
}

.ratio {
    position: relative;
    width: 100%
}

/*.ratio::before {*/
/*    display: block;*/
/*    padding-top: var(--bs-aspect-ratio);*/
/*    content: ""*/
/*}*/

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
    --bs-aspect-ratio: 100% !important
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
    --bs-aspect-ratio: 56.25% !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.vr {
    display: inline-block;
    align-self: stretch;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0px;
    --bs-btn-font-family: var(--font-family-primary);
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 48px;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.no-style {
    text-decoration: none !important;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e62323;
    --bs-btn-border-color: #e62323;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c41e1e;
    --bs-btn-hover-border-color: #b81c1c;
    --bs-btn-focus-shadow-rgb: 234, 68, 68;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b81c1c;
    --bs-btn-active-border-color: #ad1a1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e62323;
    --bs-btn-disabled-border-color: #e62323
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d946ef;
    --bs-btn-border-color: #d946ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b83ccb;
    --bs-btn-hover-border-color: #ae38bf;
    --bs-btn-focus-shadow-rgb: 223, 98, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ae38bf;
    --bs-btn-active-border-color: #a335b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d946ef;
    --bs-btn-disabled-border-color: #d946ef
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4CAF50;
    --bs-btn-border-color: #4CAF50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4CAF50;
    --bs-btn-disabled-border-color: #4CAF50
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0099cc;
    --bs-btn-border-color: #0099cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0099cc;
    --bs-btn-disabled-border-color: #0099cc
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5b5b5b;
    --bs-btn-border-color: #5b5b5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d4d4d;
    --bs-btn-hover-border-color: #494949;
    --bs-btn-focus-shadow-rgb: 116, 116, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #494949;
    --bs-btn-active-border-color: #444444;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b5b5b;
    --bs-btn-disabled-border-color: #5b5b5b
}

.btn-gray-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fafafa;
    --bs-btn-border-color: #fafafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfbfb;
    --bs-btn-hover-border-color: #fbfbfb;
    --bs-btn-focus-shadow-rgb: 213, 213, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfbfb;
    --bs-btn-active-border-color: #fbfbfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fafafa;
    --bs-btn-disabled-border-color: #fafafa
}

.btn-gray-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7f7f7;
    --bs-btn-border-color: #f7f7f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f8f8;
    --bs-btn-hover-border-color: #f8f8f8;
    --bs-btn-focus-shadow-rgb: 210, 210, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f9f9;
    --bs-btn-active-border-color: #f8f8f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7f7f7;
    --bs-btn-disabled-border-color: #f7f7f7
}

.btn-gray-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #efefef;
    --bs-btn-border-color: #efefef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f1f1;
    --bs-btn-hover-border-color: #f1f1f1;
    --bs-btn-focus-shadow-rgb: 203, 203, 203;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2f2f2;
    --bs-btn-active-border-color: #f1f1f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #efefef;
    --bs-btn-disabled-border-color: #efefef
}

.btn-gray-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dedede;
    --bs-btn-border-color: #dedede;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e3e3e3;
    --bs-btn-hover-border-color: #e1e1e1;
    --bs-btn-focus-shadow-rgb: 189, 189, 189;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e5e5e5;
    --bs-btn-active-border-color: #e1e1e1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dedede;
    --bs-btn-disabled-border-color: #dedede
}

.btn-gray-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #bdbdbd;
    --bs-btn-border-color: #bdbdbd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c7c7c7;
    --bs-btn-hover-border-color: #c4c4c4;
    --bs-btn-focus-shadow-rgb: 161, 161, 161;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cacaca;
    --bs-btn-active-border-color: #c4c4c4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bdbdbd;
    --bs-btn-disabled-border-color: #bdbdbd
}

.btn-gray-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9d9d9d;
    --bs-btn-border-color: #9d9d9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #858585;
    --bs-btn-hover-border-color: #7e7e7e;
    --bs-btn-focus-shadow-rgb: 172, 172, 172;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7e7e7e;
    --bs-btn-active-border-color: #767676;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9d9d9d;
    --bs-btn-disabled-border-color: #9d9d9d
}

.btn-gray-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7c7c7c;
    --bs-btn-border-color: #7c7c7c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: dimgray;
    --bs-btn-hover-border-color: #636363;
    --bs-btn-focus-shadow-rgb: 144, 144, 144;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #636363;
    --bs-btn-active-border-color: #5d5d5d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7c7c7c;
    --bs-btn-disabled-border-color: #7c7c7c
}

.btn-gray-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5b5b5b;
    --bs-btn-border-color: #5b5b5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d4d4d;
    --bs-btn-hover-border-color: #494949;
    --bs-btn-focus-shadow-rgb: 116, 116, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #494949;
    --bs-btn-active-border-color: #444444;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b5b5b;
    --bs-btn-disabled-border-color: #5b5b5b
}

.btn-gray-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #494949;
    --bs-btn-border-color: #494949;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3e3e3e;
    --bs-btn-hover-border-color: #3a3a3a;
    --bs-btn-focus-shadow-rgb: 100, 100, 100;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3a3a3a;
    --bs-btn-active-border-color: #373737;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #494949;
    --bs-btn-disabled-border-color: #494949
}

.btn-gray-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #373737;
    --bs-btn-border-color: #373737;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f2f2f;
    --bs-btn-hover-border-color: #2c2c2c;
    --bs-btn-focus-shadow-rgb: 85, 85, 85;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c2c2c;
    --bs-btn-active-border-color: #292929;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #373737;
    --bs-btn-disabled-border-color: #373737
}

.btn-gray-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #242424;
    --bs-btn-border-color: #242424;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f1f1f;
    --bs-btn-hover-border-color: #1d1d1d;
    --bs-btn-focus-shadow-rgb: 69, 69, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1d1d1d;
    --bs-btn-active-border-color: #1b1b1b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #242424;
    --bs-btn-disabled-border-color: #242424
}

.btn-gray-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #121212;
    --bs-btn-border-color: #121212;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f0f0f;
    --bs-btn-hover-border-color: #0e0e0e;
    --bs-btn-focus-shadow-rgb: 54, 54, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e0e0e;
    --bs-btn-active-border-color: #0e0e0e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #121212;
    --bs-btn-disabled-border-color: #121212
}

.btn-slate {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b616d;
    --bs-btn-hover-border-color: #565b66;
    --bs-btn-focus-shadow-rgb: 129, 135, 147;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565b66;
    --bs-btn-active-border-color: #505660;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6b7280;
    --bs-btn-disabled-border-color: #6b7280
}

.btn-slate-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbfbfb;
    --bs-btn-border-color: #fbfbfb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcfcfc;
    --bs-btn-hover-border-color: #fbfbfb;
    --bs-btn-focus-shadow-rgb: 213, 213, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcfcfc;
    --bs-btn-active-border-color: #fbfbfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbfbfb;
    --bs-btn-disabled-border-color: #fbfbfb
}

.btn-slate-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f8f9;
    --bs-btn-border-color: #f8f8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9f9fa;
    --bs-btn-hover-border-color: #f9f9fa;
    --bs-btn-focus-shadow-rgb: 211, 211, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f9fa;
    --bs-btn-active-border-color: #f9f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f8f9;
    --bs-btn-disabled-border-color: #f8f8f9
}

.btn-slate-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0f1f2;
    --bs-btn-border-color: #f0f1f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2f3f4;
    --bs-btn-hover-border-color: #f2f2f3;
    --bs-btn-focus-shadow-rgb: 204, 205, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3f4f5;
    --bs-btn-active-border-color: #f2f2f3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f0f1f2;
    --bs-btn-disabled-border-color: #f0f1f2
}

.btn-slate-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e1e3e6;
    --bs-btn-border-color: #e1e3e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6e7ea;
    --bs-btn-hover-border-color: #e4e6e9;
    --bs-btn-focus-shadow-rgb: 191, 193, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e7e9eb;
    --bs-btn-active-border-color: #e4e6e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e1e3e6;
    --bs-btn-disabled-border-color: #e1e3e6
}

.btn-slate-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #c4c7cc;
    --bs-btn-border-color: #c4c7cc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdcfd4;
    --bs-btn-hover-border-color: #cacdd1;
    --bs-btn-focus-shadow-rgb: 167, 169, 173;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d0d2d6;
    --bs-btn-active-border-color: #cacdd1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #c4c7cc;
    --bs-btn-disabled-border-color: #c4c7cc
}

.btn-slate-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a6aab3;
    --bs-btn-border-color: #a6aab3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8d9198;
    --bs-btn-hover-border-color: #85888f;
    --bs-btn-focus-shadow-rgb: 179, 183, 190;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #85888f;
    --bs-btn-active-border-color: #7d8086;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a6aab3;
    --bs-btn-disabled-border-color: #a6aab3
}

.btn-slate-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #898e99;
    --bs-btn-border-color: #898e99;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #747982;
    --bs-btn-hover-border-color: #6e727a;
    --bs-btn-focus-shadow-rgb: 155, 159, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e727a;
    --bs-btn-active-border-color: #676b73;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #898e99;
    --bs-btn-disabled-border-color: #898e99
}

.btn-slate-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b616d;
    --bs-btn-hover-border-color: #565b66;
    --bs-btn-focus-shadow-rgb: 129, 135, 147;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565b66;
    --bs-btn-active-border-color: #505660;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6b7280;
    --bs-btn-disabled-border-color: #6b7280
}

.btn-slate-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #565b66;
    --bs-btn-border-color: #565b66;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #494d57;
    --bs-btn-hover-border-color: #454952;
    --bs-btn-focus-shadow-rgb: 111, 116, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #454952;
    --bs-btn-active-border-color: #41444d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #565b66;
    --bs-btn-disabled-border-color: #565b66
}

.btn-slate-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #40444d;
    --bs-btn-border-color: #40444d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #363a41;
    --bs-btn-hover-border-color: #33363e;
    --bs-btn-focus-shadow-rgb: 93, 96, 104;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #33363e;
    --bs-btn-active-border-color: #30333a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #40444d;
    --bs-btn-disabled-border-color: #40444d
}

.btn-slate-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2b2e33;
    --bs-btn-border-color: #2b2e33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #25272b;
    --bs-btn-hover-border-color: #222529;
    --bs-btn-focus-shadow-rgb: 75, 77, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #222529;
    --bs-btn-active-border-color: #202326;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2b2e33;
    --bs-btn-disabled-border-color: #2b2e33
}

.btn-slate-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #15171a;
    --bs-btn-border-color: #15171a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #121416;
    --bs-btn-hover-border-color: #111215;
    --bs-btn-focus-shadow-rgb: 56, 58, 60;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111215;
    --bs-btn-active-border-color: #101114;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #15171a;
    --bs-btn-disabled-border-color: #15171a
}

.btn-primary-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef8f8;
    --bs-btn-border-color: #fef8f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9f9;
    --bs-btn-hover-border-color: #fef9f9;
    --bs-btn-focus-shadow-rgb: 216, 211, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9f9;
    --bs-btn-active-border-color: #fef9f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef8f8;
    --bs-btn-disabled-border-color: #fef8f8
}

.btn-primary-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef4f4;
    --bs-btn-border-color: #fef4f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef6f6;
    --bs-btn-hover-border-color: #fef5f5;
    --bs-btn-focus-shadow-rgb: 216, 207, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef6f6;
    --bs-btn-active-border-color: #fef5f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef4f4;
    --bs-btn-disabled-border-color: #fef4f4
}

.btn-primary-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fde9e9;
    --bs-btn-border-color: #fde9e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdecec;
    --bs-btn-hover-border-color: #fdebeb;
    --bs-btn-focus-shadow-rgb: 215, 198, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdeded;
    --bs-btn-active-border-color: #fdebeb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fde9e9;
    --bs-btn-disabled-border-color: #fde9e9
}

.btn-primary-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fad3d3;
    --bs-btn-border-color: #fad3d3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbdada;
    --bs-btn-hover-border-color: #fbd7d7;
    --bs-btn-focus-shadow-rgb: 213, 179, 179;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbdcdc;
    --bs-btn-active-border-color: #fbd7d7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fad3d3;
    --bs-btn-disabled-border-color: #fad3d3
}

.btn-primary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5a7a7;
    --bs-btn-border-color: #f5a7a7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7b4b4;
    --bs-btn-hover-border-color: #f6b0b0;
    --bs-btn-focus-shadow-rgb: 208, 142, 142;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7b9b9;
    --bs-btn-active-border-color: #f6b0b0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5a7a7;
    --bs-btn-disabled-border-color: #f5a7a7
}

.btn-primary-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f07b7b;
    --bs-btn-border-color: #f07b7b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc6969;
    --bs-btn-hover-border-color: #c06262;
    --bs-btn-focus-shadow-rgb: 242, 143, 143;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c06262;
    --bs-btn-active-border-color: #b45c5c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f07b7b;
    --bs-btn-disabled-border-color: #f07b7b
}

.btn-primary-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #eb4f4f;
    --bs-btn-border-color: #eb4f4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c84343;
    --bs-btn-hover-border-color: #bc3f3f;
    --bs-btn-focus-shadow-rgb: 238, 105, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bc3f3f;
    --bs-btn-active-border-color: #b03b3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #eb4f4f;
    --bs-btn-disabled-border-color: #eb4f4f
}

.btn-primary-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e62323;
    --bs-btn-border-color: #e62323;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c41e1e;
    --bs-btn-hover-border-color: #b81c1c;
    --bs-btn-focus-shadow-rgb: 234, 68, 68;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b81c1c;
    --bs-btn-active-border-color: #ad1a1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e62323;
    --bs-btn-disabled-border-color: #e62323
}

.btn-primary-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b81c1c;
    --bs-btn-border-color: #b81c1c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9c1818;
    --bs-btn-hover-border-color: #931616;
    --bs-btn-focus-shadow-rgb: 195, 62, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #931616;
    --bs-btn-active-border-color: #8a1515;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b81c1c;
    --bs-btn-disabled-border-color: #b81c1c
}

.btn-primary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8a1515;
    --bs-btn-border-color: #8a1515;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #751212;
    --bs-btn-hover-border-color: #6e1111;
    --bs-btn-focus-shadow-rgb: 156, 56, 56;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e1111;
    --bs-btn-active-border-color: #681010;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8a1515;
    --bs-btn-disabled-border-color: #8a1515
}

.btn-primary-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5c0e0e;
    --bs-btn-border-color: #5c0e0e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4e0c0c;
    --bs-btn-hover-border-color: #4a0b0b;
    --bs-btn-focus-shadow-rgb: 116, 50, 50;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a0b0b;
    --bs-btn-active-border-color: #450b0b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5c0e0e;
    --bs-btn-disabled-border-color: #5c0e0e
}

.btn-primary-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e0707;
    --bs-btn-border-color: #2e0707;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #270606;
    --bs-btn-hover-border-color: #250606;
    --bs-btn-focus-shadow-rgb: 77, 44, 44;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #250606;
    --bs-btn-active-border-color: #230505;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e0707;
    --bs-btn-disabled-border-color: #2e0707
}

.btn-secondary-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef9ff;
    --bs-btn-border-color: #fef9ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fefaff;
    --bs-btn-hover-border-color: #fefaff;
    --bs-btn-focus-shadow-rgb: 216, 212, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fefaff;
    --bs-btn-active-border-color: #fefaff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef9ff;
    --bs-btn-disabled-border-color: #fef9ff
}

.btn-secondary-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdf6fe;
    --bs-btn-border-color: #fdf6fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdf7fe;
    --bs-btn-hover-border-color: #fdf7fe;
    --bs-btn-focus-shadow-rgb: 215, 209, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf8fe;
    --bs-btn-active-border-color: #fdf7fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdf6fe;
    --bs-btn-disabled-border-color: #fdf6fe
}

.btn-secondary-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbedfd;
    --bs-btn-border-color: #fbedfd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcf0fd;
    --bs-btn-hover-border-color: #fbeffd;
    --bs-btn-focus-shadow-rgb: 213, 201, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcf1fd;
    --bs-btn-active-border-color: #fbeffd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbedfd;
    --bs-btn-disabled-border-color: #fbedfd
}

.btn-secondary-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7dafc;
    --bs-btn-border-color: #f7dafc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8e0fc;
    --bs-btn-hover-border-color: #f8defc;
    --bs-btn-focus-shadow-rgb: 210, 185, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9e1fd;
    --bs-btn-active-border-color: #f8defc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7dafc;
    --bs-btn-disabled-border-color: #f7dafc
}

.btn-secondary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0b5f9;
    --bs-btn-border-color: #f0b5f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2c0fa;
    --bs-btn-hover-border-color: #f2bcfa;
    --bs-btn-focus-shadow-rgb: 204, 154, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3c4fa;
    --bs-btn-active-border-color: #f2bcfa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f0b5f9;
    --bs-btn-disabled-border-color: #f0b5f9
}

.btn-secondary-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e890f5;
    --bs-btn-border-color: #e890f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c57ad0;
    --bs-btn-hover-border-color: #ba73c4;
    --bs-btn-focus-shadow-rgb: 235, 161, 247;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ba73c4;
    --bs-btn-active-border-color: #ae6cb8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e890f5;
    --bs-btn-disabled-border-color: #e890f5
}

.btn-secondary-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e16bf2;
    --bs-btn-border-color: #e16bf2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bf5bce;
    --bs-btn-hover-border-color: #b456c2;
    --bs-btn-focus-shadow-rgb: 230, 129, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b456c2;
    --bs-btn-active-border-color: #a950b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e16bf2;
    --bs-btn-disabled-border-color: #e16bf2
}

.btn-secondary-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d946ef;
    --bs-btn-border-color: #d946ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b83ccb;
    --bs-btn-hover-border-color: #ae38bf;
    --bs-btn-focus-shadow-rgb: 223, 98, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ae38bf;
    --bs-btn-active-border-color: #a335b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d946ef;
    --bs-btn-disabled-border-color: #d946ef
}

.btn-secondary-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ae38bf;
    --bs-btn-border-color: #ae38bf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9430a2;
    --bs-btn-hover-border-color: #8b2d99;
    --bs-btn-focus-shadow-rgb: 186, 86, 201;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8b2d99;
    --bs-btn-active-border-color: #832a8f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ae38bf;
    --bs-btn-disabled-border-color: #ae38bf
}

.btn-secondary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #822a8f;
    --bs-btn-border-color: #822a8f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6f247a;
    --bs-btn-hover-border-color: #682272;
    --bs-btn-focus-shadow-rgb: 149, 74, 160;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #682272;
    --bs-btn-active-border-color: #62206b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #822a8f;
    --bs-btn-disabled-border-color: #822a8f
}

.btn-secondary-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #571c60;
    --bs-btn-border-color: #571c60;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4a1852;
    --bs-btn-hover-border-color: #46164d;
    --bs-btn-focus-shadow-rgb: 112, 62, 120;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #46164d;
    --bs-btn-active-border-color: #411548;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #571c60;
    --bs-btn-disabled-border-color: #571c60
}

.btn-secondary-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2b0e30;
    --bs-btn-border-color: #2b0e30;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #250c29;
    --bs-btn-hover-border-color: #220b26;
    --bs-btn-focus-shadow-rgb: 75, 50, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #220b26;
    --bs-btn-active-border-color: #200b24;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2b0e30;
    --bs-btn-disabled-border-color: #2b0e30
}

.btn-info-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7fcfd;
    --bs-btn-border-color: #f7fcfd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8fcfd;
    --bs-btn-hover-border-color: #f8fcfd;
    --bs-btn-focus-shadow-rgb: 210, 214, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fdfd;
    --bs-btn-active-border-color: #f8fcfd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7fcfd;
    --bs-btn-disabled-border-color: #f7fcfd
}

.btn-info-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f2fafc;
    --bs-btn-border-color: #f2fafc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f4fbfc;
    --bs-btn-hover-border-color: #f3fbfc;
    --bs-btn-focus-shadow-rgb: 206, 213, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5fbfd;
    --bs-btn-active-border-color: #f3fbfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f2fafc;
    --bs-btn-disabled-border-color: #f2fafc
}

.btn-info-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e6f5fa;
    --bs-btn-border-color: #e6f5fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eaf7fb;
    --bs-btn-hover-border-color: #e9f6fb;
    --bs-btn-focus-shadow-rgb: 196, 208, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebf7fb;
    --bs-btn-active-border-color: #e9f6fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e6f5fa;
    --bs-btn-disabled-border-color: #e6f5fa
}

.btn-info-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ccebf5;
    --bs-btn-border-color: #ccebf5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d4eef7;
    --bs-btn-hover-border-color: #d1edf6;
    --bs-btn-focus-shadow-rgb: 173, 200, 208;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d6eff7;
    --bs-btn-active-border-color: #d1edf6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ccebf5;
    --bs-btn-disabled-border-color: #ccebf5
}

.btn-info-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #99d6eb;
    --bs-btn-border-color: #99d6eb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a8dcee;
    --bs-btn-hover-border-color: #a3daed;
    --bs-btn-focus-shadow-rgb: 130, 182, 200;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #addeef;
    --bs-btn-active-border-color: #a3daed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #99d6eb;
    --bs-btn-disabled-border-color: #99d6eb
}

.btn-info-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #66c2e0;
    --bs-btn-border-color: #66c2e0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #57a5be;
    --bs-btn-hover-border-color: #529bb3;
    --bs-btn-focus-shadow-rgb: 125, 203, 229;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #529bb3;
    --bs-btn-active-border-color: #4d92a8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66c2e0;
    --bs-btn-disabled-border-color: #66c2e0
}

.btn-info-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #33add6;
    --bs-btn-border-color: #33add6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b93b6;
    --bs-btn-hover-border-color: #298aab;
    --bs-btn-focus-shadow-rgb: 82, 185, 220;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #298aab;
    --bs-btn-active-border-color: #2682a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #33add6;
    --bs-btn-disabled-border-color: #33add6
}

.btn-info-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0099cc;
    --bs-btn-border-color: #0099cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0099cc;
    --bs-btn-disabled-border-color: #0099cc
}

.btn-info-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007aa3;
    --bs-btn-border-color: #007aa3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00688b;
    --bs-btn-hover-border-color: #006282;
    --bs-btn-focus-shadow-rgb: 38, 142, 177;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006282;
    --bs-btn-active-border-color: #005c7a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #007aa3;
    --bs-btn-disabled-border-color: #007aa3
}

.btn-info-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #005c7a;
    --bs-btn-border-color: #005c7a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004e68;
    --bs-btn-hover-border-color: #004a62;
    --bs-btn-focus-shadow-rgb: 38, 116, 142;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004a62;
    --bs-btn-active-border-color: #00455c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #005c7a;
    --bs-btn-disabled-border-color: #005c7a
}

.btn-info-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003d52;
    --bs-btn-border-color: #003d52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003446;
    --bs-btn-hover-border-color: #003142;
    --bs-btn-focus-shadow-rgb: 38, 90, 108;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003142;
    --bs-btn-active-border-color: #002e3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #003d52;
    --bs-btn-disabled-border-color: #003d52
}

.btn-info-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #001f29;
    --bs-btn-border-color: #001f29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001a23;
    --bs-btn-hover-border-color: #001921;
    --bs-btn-focus-shadow-rgb: 38, 65, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001921;
    --bs-btn-active-border-color: #00171f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #001f29;
    --bs-btn-disabled-border-color: #001f29
}

.btn-success-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fafdfa;
    --bs-btn-border-color: #fafdfa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfdfb;
    --bs-btn-hover-border-color: #fbfdfb;
    --bs-btn-focus-shadow-rgb: 213, 215, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfdfb;
    --bs-btn-active-border-color: #fbfdfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fafdfa;
    --bs-btn-disabled-border-color: #fafdfa
}

.btn-success-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f6fbf6;
    --bs-btn-border-color: #f6fbf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7fcf7;
    --bs-btn-hover-border-color: #f7fbf7;
    --bs-btn-focus-shadow-rgb: 209, 213, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8fcf8;
    --bs-btn-active-border-color: #f7fbf7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f6fbf6;
    --bs-btn-disabled-border-color: #f6fbf6
}

.btn-success-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #edf7ee;
    --bs-btn-border-color: #edf7ee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0f8f1;
    --bs-btn-hover-border-color: #eff8f0;
    --bs-btn-focus-shadow-rgb: 201, 210, 202;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f9f1;
    --bs-btn-active-border-color: #eff8f0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #edf7ee;
    --bs-btn-disabled-border-color: #edf7ee
}

.btn-success-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dbefdc;
    --bs-btn-border-color: #dbefdc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0f1e1;
    --bs-btn-hover-border-color: #dff1e0;
    --bs-btn-focus-shadow-rgb: 186, 203, 187;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e2f2e3;
    --bs-btn-active-border-color: #dff1e0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dbefdc;
    --bs-btn-disabled-border-color: #dbefdc
}

.btn-success-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #b7dfb9;
    --bs-btn-border-color: #b7dfb9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c2e4c4;
    --bs-btn-hover-border-color: #bee2c0;
    --bs-btn-focus-shadow-rgb: 156, 190, 157;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c5e5c7;
    --bs-btn-active-border-color: #bee2c0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #b7dfb9;
    --bs-btn-disabled-border-color: #b7dfb9
}

.btn-success-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #94cf96;
    --bs-btn-border-color: #94cf96;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a4d6a6;
    --bs-btn-hover-border-color: #9fd4a1;
    --bs-btn-focus-shadow-rgb: 126, 176, 128;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a9d9ab;
    --bs-btn-active-border-color: #9fd4a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #94cf96;
    --bs-btn-disabled-border-color: #94cf96
}

.btn-success-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #70bf73;
    --bs-btn-border-color: #70bf73;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5fa262;
    --bs-btn-hover-border-color: #5a995c;
    --bs-btn-focus-shadow-rgb: 133, 201, 136;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5a995c;
    --bs-btn-active-border-color: #548f56;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #70bf73;
    --bs-btn-disabled-border-color: #70bf73
}

.btn-success-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4CAF50;
    --bs-btn-border-color: #4CAF50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4CAF50;
    --bs-btn-disabled-border-color: #4CAF50
}

.btn-success-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3d8c40;
    --bs-btn-border-color: #3d8c40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #347736;
    --bs-btn-hover-border-color: #317033;
    --bs-btn-focus-shadow-rgb: 90, 157, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #317033;
    --bs-btn-active-border-color: #2e6930;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3d8c40;
    --bs-btn-disabled-border-color: #3d8c40
}

.btn-success-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e6930;
    --bs-btn-border-color: #2e6930;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #275929;
    --bs-btn-hover-border-color: #255426;
    --bs-btn-focus-shadow-rgb: 77, 128, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #255426;
    --bs-btn-active-border-color: #234f24;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e6930;
    --bs-btn-disabled-border-color: #2e6930
}

.btn-success-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1e4620;
    --bs-btn-border-color: #1e4620;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a3c1b;
    --bs-btn-hover-border-color: #18381a;
    --bs-btn-focus-shadow-rgb: 64, 98, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #18381a;
    --bs-btn-active-border-color: #173518;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1e4620;
    --bs-btn-disabled-border-color: #1e4620
}

.btn-success-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f2310;
    --bs-btn-border-color: #0f2310;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d1e0e;
    --bs-btn-hover-border-color: #0c1c0d;
    --bs-btn-focus-shadow-rgb: 51, 68, 52;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c1c0d;
    --bs-btn-active-border-color: #0b1a0c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0f2310;
    --bs-btn-disabled-border-color: #0f2310
}

.btn-warning-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffdf8;
    --bs-btn-border-color: #fffdf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffdf9;
    --bs-btn-hover-border-color: #fffdf9;
    --bs-btn-focus-shadow-rgb: 217, 215, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffdf9;
    --bs-btn-active-border-color: #fffdf9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffdf8;
    --bs-btn-disabled-border-color: #fffdf8
}

.btn-warning-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffbf3;
    --bs-btn-border-color: #fffbf3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffcf5;
    --bs-btn-hover-border-color: #fffbf4;
    --bs-btn-focus-shadow-rgb: 217, 213, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffcf5;
    --bs-btn-active-border-color: #fffbf4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffbf3;
    --bs-btn-disabled-border-color: #fffbf3
}

.btn-warning-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff7e6;
    --bs-btn-border-color: #fff7e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff8ea;
    --bs-btn-hover-border-color: #fff8e9;
    --bs-btn-focus-shadow-rgb: 217, 210, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff9eb;
    --bs-btn-active-border-color: #fff8e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff7e6;
    --bs-btn-disabled-border-color: #fff7e6
}

.btn-warning-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff0cd;
    --bs-btn-border-color: #fff0cd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff2d5;
    --bs-btn-hover-border-color: #fff2d2;
    --bs-btn-focus-shadow-rgb: 217, 204, 174;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff3d7;
    --bs-btn-active-border-color: #fff2d2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff0cd;
    --bs-btn-disabled-border-color: #fff0cd
}

.btn-warning-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffe19c;
    --bs-btn-border-color: #ffe19c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffe6ab;
    --bs-btn-hover-border-color: #ffe4a6;
    --bs-btn-focus-shadow-rgb: 217, 191, 133;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffe7b0;
    --bs-btn-active-border-color: #ffe4a6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffe19c;
    --bs-btn-disabled-border-color: #ffe19c
}

.btn-warning-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffd16a;
    --bs-btn-border-color: #ffd16a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffd880;
    --bs-btn-hover-border-color: #ffd679;
    --bs-btn-focus-shadow-rgb: 217, 178, 90;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffda88;
    --bs-btn-active-border-color: #ffd679;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffd16a;
    --bs-btn-disabled-border-color: #ffd16a
}

.btn-warning-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc239;
    --bs-btn-border-color: #ffc239;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffcb57;
    --bs-btn-hover-border-color: #ffc84d;
    --bs-btn-focus-shadow-rgb: 217, 165, 48;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffce61;
    --bs-btn-active-border-color: #ffc84d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc239;
    --bs-btn-disabled-border-color: #ffc239
}

.btn-warning-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.btn-warning-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #cc8f06;
    --bs-btn-border-color: #cc8f06;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ad7a05;
    --bs-btn-hover-border-color: #a37205;
    --bs-btn-focus-shadow-rgb: 212, 160, 43;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a37205;
    --bs-btn-active-border-color: #996b05;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cc8f06;
    --bs-btn-disabled-border-color: #cc8f06
}

.btn-warning-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #996b04;
    --bs-btn-border-color: #996b04;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #825b03;
    --bs-btn-hover-border-color: #7a5603;
    --bs-btn-focus-shadow-rgb: 168, 129, 42;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7a5603;
    --bs-btn-active-border-color: #735003;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #996b04;
    --bs-btn-disabled-border-color: #996b04
}

.btn-warning-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #664803;
    --bs-btn-border-color: #664803;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #573d03;
    --bs-btn-hover-border-color: #523a02;
    --bs-btn-focus-shadow-rgb: 125, 99, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #523a02;
    --bs-btn-active-border-color: #4d3602;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #664803;
    --bs-btn-disabled-border-color: #664803
}

.btn-warning-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #332401;
    --bs-btn-border-color: #332401;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b1f01;
    --bs-btn-hover-border-color: #291d01;
    --bs-btn-focus-shadow-rgb: 82, 69, 39;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #291d01;
    --bs-btn-active-border-color: #261b01;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #332401;
    --bs-btn-disabled-border-color: #332401
}

.btn-danger-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fefafa;
    --bs-btn-border-color: #fefafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fefbfb;
    --bs-btn-hover-border-color: #fefbfb;
    --bs-btn-focus-shadow-rgb: 216, 213, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fefbfb;
    --bs-btn-active-border-color: #fefbfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fefafa;
    --bs-btn-disabled-border-color: #fefafa
}

.btn-danger-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef6f6;
    --bs-btn-border-color: #fef6f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef7f7;
    --bs-btn-hover-border-color: #fef7f7;
    --bs-btn-focus-shadow-rgb: 216, 209, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8f8;
    --bs-btn-active-border-color: #fef7f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef6f6;
    --bs-btn-disabled-border-color: #fef6f6
}

.btn-danger-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fceded;
    --bs-btn-border-color: #fceded;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcf0f0;
    --bs-btn-hover-border-color: #fcefef;
    --bs-btn-focus-shadow-rgb: 214, 201, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf1f1;
    --bs-btn-active-border-color: #fcefef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fceded;
    --bs-btn-disabled-border-color: #fceded
}

.btn-danger-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fadbdb;
    --bs-btn-border-color: #fadbdb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbe0e0;
    --bs-btn-hover-border-color: #fbdfdf;
    --bs-btn-focus-shadow-rgb: 213, 186, 186;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbe2e2;
    --bs-btn-active-border-color: #fbdfdf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fadbdb;
    --bs-btn-disabled-border-color: #fadbdb
}

.btn-danger-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f4b7b7;
    --bs-btn-border-color: #f4b7b7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6c2c2;
    --bs-btn-hover-border-color: #f5bebe;
    --bs-btn-focus-shadow-rgb: 207, 156, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6c5c5;
    --bs-btn-active-border-color: #f5bebe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f4b7b7;
    --bs-btn-disabled-border-color: #f4b7b7
}

.btn-danger-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ef9393;
    --bs-btn-border-color: #ef9393;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cb7d7d;
    --bs-btn-hover-border-color: #bf7676;
    --bs-btn-focus-shadow-rgb: 241, 163, 163;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bf7676;
    --bs-btn-active-border-color: #b36e6e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ef9393;
    --bs-btn-disabled-border-color: #ef9393
}

.btn-danger-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e96f6f;
    --bs-btn-border-color: #e96f6f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c65e5e;
    --bs-btn-hover-border-color: #ba5959;
    --bs-btn-focus-shadow-rgb: 236, 133, 133;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ba5959;
    --bs-btn-active-border-color: #af5353;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e96f6f;
    --bs-btn-disabled-border-color: #e96f6f
}

.btn-danger-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.btn-danger-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b63c3c;
    --bs-btn-border-color: #b63c3c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9b3333;
    --bs-btn-hover-border-color: #923030;
    --bs-btn-focus-shadow-rgb: 193, 89, 89;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #923030;
    --bs-btn-active-border-color: #892d2d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b63c3c;
    --bs-btn-disabled-border-color: #b63c3c
}

.btn-danger-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #892d2d;
    --bs-btn-border-color: #892d2d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #742626;
    --bs-btn-hover-border-color: #6e2424;
    --bs-btn-focus-shadow-rgb: 155, 77, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e2424;
    --bs-btn-active-border-color: #672222;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #892d2d;
    --bs-btn-disabled-border-color: #892d2d
}

.btn-danger-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5b1e1e;
    --bs-btn-border-color: #5b1e1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d1a1a;
    --bs-btn-hover-border-color: #491818;
    --bs-btn-focus-shadow-rgb: 116, 64, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #491818;
    --bs-btn-active-border-color: #441717;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b1e1e;
    --bs-btn-disabled-border-color: #5b1e1e
}

.btn-danger-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e0f0f;
    --bs-btn-border-color: #2e0f0f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #270d0d;
    --bs-btn-hover-border-color: #250c0c;
    --bs-btn-focus-shadow-rgb: 77, 51, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #250c0c;
    --bs-btn-active-border-color: #230b0b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e0f0f;
    --bs-btn-disabled-border-color: #2e0f0f
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #078af3;
    --bs-btn-border-color: #078af3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0675cf;
    --bs-btn-hover-border-color: #066ec2;
    --bs-btn-focus-shadow-rgb: 44, 156, 245;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #066ec2;
    --bs-btn-active-border-color: #0568b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #078af3;
    --bs-btn-disabled-border-color: #078af3
}

.btn-blue-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8fbff;
    --bs-btn-border-color: #f8fbff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9fcff;
    --bs-btn-hover-border-color: #f9fbff;
    --bs-btn-focus-shadow-rgb: 211, 213, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fcff;
    --bs-btn-active-border-color: #f9fbff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8fbff;
    --bs-btn-disabled-border-color: #f8fbff
}

.btn-blue-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3f9fe;
    --bs-btn-border-color: #f3f9fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5fafe;
    --bs-btn-hover-border-color: #f4fafe;
    --bs-btn-focus-shadow-rgb: 207, 212, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5fafe;
    --bs-btn-active-border-color: #f4fafe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3f9fe;
    --bs-btn-disabled-border-color: #f3f9fe
}

.btn-blue-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e6f3fe;
    --bs-btn-border-color: #e6f3fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eaf5fe;
    --bs-btn-hover-border-color: #e9f4fe;
    --bs-btn-focus-shadow-rgb: 196, 207, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebf5fe;
    --bs-btn-active-border-color: #e9f4fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e6f3fe;
    --bs-btn-disabled-border-color: #e6f3fe
}

.btn-blue-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #cde8fd;
    --bs-btn-border-color: #cde8fd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d5ebfd;
    --bs-btn-hover-border-color: #d2eafd;
    --bs-btn-focus-shadow-rgb: 174, 197, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d7edfd;
    --bs-btn-active-border-color: #d2eafd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #cde8fd;
    --bs-btn-disabled-border-color: #cde8fd
}

.btn-blue-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #9cd0fa;
    --bs-btn-border-color: #9cd0fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #abd7fb;
    --bs-btn-hover-border-color: #a6d5fb;
    --bs-btn-focus-shadow-rgb: 133, 177, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b0d9fb;
    --bs-btn-active-border-color: #a6d5fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #9cd0fa;
    --bs-btn-disabled-border-color: #9cd0fa
}

.btn-blue-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6ab9f8;
    --bs-btn-border-color: #6ab9f8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5a9dd3;
    --bs-btn-hover-border-color: #5594c6;
    --bs-btn-focus-shadow-rgb: 128, 196, 249;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5594c6;
    --bs-btn-active-border-color: #508bba;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6ab9f8;
    --bs-btn-disabled-border-color: #6ab9f8
}

.btn-blue-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #39a1f5;
    --bs-btn-border-color: #39a1f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3089d0;
    --bs-btn-hover-border-color: #2e81c4;
    --bs-btn-focus-shadow-rgb: 87, 175, 247;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2e81c4;
    --bs-btn-active-border-color: #2b79b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #39a1f5;
    --bs-btn-disabled-border-color: #39a1f5
}

.btn-blue-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #078af3;
    --bs-btn-border-color: #078af3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0675cf;
    --bs-btn-hover-border-color: #066ec2;
    --bs-btn-focus-shadow-rgb: 44, 156, 245;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #066ec2;
    --bs-btn-active-border-color: #0568b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #078af3;
    --bs-btn-disabled-border-color: #078af3
}

.btn-blue-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #066ec2;
    --bs-btn-border-color: #066ec2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #055ea5;
    --bs-btn-hover-border-color: #05589b;
    --bs-btn-focus-shadow-rgb: 43, 132, 203;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #05589b;
    --bs-btn-active-border-color: #055392;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #066ec2;
    --bs-btn-disabled-border-color: #066ec2
}

.btn-blue-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #045392;
    --bs-btn-border-color: #045392;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #03477c;
    --bs-btn-hover-border-color: #034275;
    --bs-btn-focus-shadow-rgb: 42, 109, 162;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #034275;
    --bs-btn-active-border-color: #033e6e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #045392;
    --bs-btn-disabled-border-color: #045392
}

.btn-blue-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #033761;
    --bs-btn-border-color: #033761;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #032f52;
    --bs-btn-hover-border-color: #022c4e;
    --bs-btn-focus-shadow-rgb: 41, 85, 121;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #022c4e;
    --bs-btn-active-border-color: #022949;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #033761;
    --bs-btn-disabled-border-color: #033761
}

.btn-blue-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #011c31;
    --bs-btn-border-color: #011c31;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01182a;
    --bs-btn-hover-border-color: #011627;
    --bs-btn-focus-shadow-rgb: 39, 62, 80;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #011627;
    --bs-btn-active-border-color: #011525;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #011c31;
    --bs-btn-disabled-border-color: #011c31
}

.btn-indigo {
    --bs-btn-color: #fff;
    --bs-btn-bg: #553cdf;
    --bs-btn-border-color: #553cdf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4833be;
    --bs-btn-hover-border-color: #4430b2;
    --bs-btn-focus-shadow-rgb: 111, 89, 228;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4430b2;
    --bs-btn-active-border-color: #402da7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #553cdf;
    --bs-btn-disabled-border-color: #553cdf
}

.btn-indigo-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #faf9fe;
    --bs-btn-border-color: #faf9fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfafe;
    --bs-btn-hover-border-color: #fbfafe;
    --bs-btn-focus-shadow-rgb: 213, 212, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfafe;
    --bs-btn-active-border-color: #fbfafe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #faf9fe;
    --bs-btn-disabled-border-color: #faf9fe
}

.btn-indigo-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7f5fd;
    --bs-btn-border-color: #f7f5fd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f7fd;
    --bs-btn-hover-border-color: #f8f6fd;
    --bs-btn-focus-shadow-rgb: 210, 208, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f7fd;
    --bs-btn-active-border-color: #f8f6fd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7f5fd;
    --bs-btn-disabled-border-color: #f7f5fd
}

.btn-indigo-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #eeecfc;
    --bs-btn-border-color: #eeecfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1effc;
    --bs-btn-hover-border-color: #f0eefc;
    --bs-btn-focus-shadow-rgb: 202, 201, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f0fd;
    --bs-btn-active-border-color: #f0eefc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #eeecfc;
    --bs-btn-disabled-border-color: #eeecfc
}

.btn-indigo-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ddd8f9;
    --bs-btn-border-color: #ddd8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e2defa;
    --bs-btn-hover-border-color: #e0dcfa;
    --bs-btn-focus-shadow-rgb: 188, 184, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e4e0fa;
    --bs-btn-active-border-color: #e0dcfa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ddd8f9;
    --bs-btn-disabled-border-color: #ddd8f9
}

.btn-indigo-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #bbb1f2;
    --bs-btn-border-color: #bbb1f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c5bdf4;
    --bs-btn-hover-border-color: #c2b9f3;
    --bs-btn-focus-shadow-rgb: 159, 150, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c9c1f5;
    --bs-btn-active-border-color: #c2b9f3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bbb1f2;
    --bs-btn-disabled-border-color: #bbb1f2
}

.btn-indigo-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #998aec;
    --bs-btn-border-color: #998aec;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8275c9;
    --bs-btn-hover-border-color: #7a6ebd;
    --bs-btn-focus-shadow-rgb: 168, 156, 239;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7a6ebd;
    --bs-btn-active-border-color: #7368b1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #998aec;
    --bs-btn-disabled-border-color: #998aec
}

.btn-indigo-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7763e5;
    --bs-btn-border-color: #7763e5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6554c3;
    --bs-btn-hover-border-color: #5f4fb7;
    --bs-btn-focus-shadow-rgb: 139, 122, 233;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5f4fb7;
    --bs-btn-active-border-color: #594aac;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7763e5;
    --bs-btn-disabled-border-color: #7763e5
}

.btn-indigo-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #553cdf;
    --bs-btn-border-color: #553cdf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4833be;
    --bs-btn-hover-border-color: #4430b2;
    --bs-btn-focus-shadow-rgb: 111, 89, 228;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4430b2;
    --bs-btn-active-border-color: #402da7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #553cdf;
    --bs-btn-disabled-border-color: #553cdf
}

.btn-indigo-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4430b2;
    --bs-btn-border-color: #4430b2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3a2997;
    --bs-btn-hover-border-color: #36268e;
    --bs-btn-focus-shadow-rgb: 96, 79, 190;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #36268e;
    --bs-btn-active-border-color: #332486;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4430b2;
    --bs-btn-disabled-border-color: #4430b2
}

.btn-indigo-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #332486;
    --bs-btn-border-color: #332486;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b1f72;
    --bs-btn-hover-border-color: #291d6b;
    --bs-btn-focus-shadow-rgb: 82, 69, 152;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #291d6b;
    --bs-btn-active-border-color: #261b65;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #332486;
    --bs-btn-disabled-border-color: #332486
}

.btn-indigo-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #221859;
    --bs-btn-border-color: #221859;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d144c;
    --bs-btn-hover-border-color: #1b1347;
    --bs-btn-focus-shadow-rgb: 67, 59, 114;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b1347;
    --bs-btn-active-border-color: #1a1243;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #221859;
    --bs-btn-disabled-border-color: #221859
}

.btn-indigo-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #110c2d;
    --bs-btn-border-color: #110c2d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e0a26;
    --bs-btn-hover-border-color: #0e0a24;
    --bs-btn-focus-shadow-rgb: 53, 48, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e0a24;
    --bs-btn-active-border-color: #0d0922;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #110c2d;
    --bs-btn-disabled-border-color: #110c2d
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8921e4;
    --bs-btn-border-color: #8921e4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #741cc2;
    --bs-btn-hover-border-color: #6e1ab6;
    --bs-btn-focus-shadow-rgb: 155, 66, 232;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e1ab6;
    --bs-btn-active-border-color: #6719ab;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8921e4;
    --bs-btn-disabled-border-color: #8921e4
}

.btn-purple-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbf8fe;
    --bs-btn-border-color: #fbf8fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcf9fe;
    --bs-btn-hover-border-color: #fbf9fe;
    --bs-btn-focus-shadow-rgb: 213, 211, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcf9fe;
    --bs-btn-active-border-color: #fbf9fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbf8fe;
    --bs-btn-disabled-border-color: #fbf8fe
}

.btn-purple-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f9f4fe;
    --bs-btn-border-color: #f9f4fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #faf6fe;
    --bs-btn-hover-border-color: #faf5fe;
    --bs-btn-focus-shadow-rgb: 212, 207, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #faf6fe;
    --bs-btn-active-border-color: #faf5fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f9f4fe;
    --bs-btn-disabled-border-color: #f9f4fe
}

.btn-purple-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3e9fc;
    --bs-btn-border-color: #f3e9fc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5ecfc;
    --bs-btn-hover-border-color: #f4ebfc;
    --bs-btn-focus-shadow-rgb: 207, 198, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5edfd;
    --bs-btn-active-border-color: #f4ebfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3e9fc;
    --bs-btn-disabled-border-color: #f3e9fc
}

.btn-purple-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e7d3fa;
    --bs-btn-border-color: #e7d3fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ebdafb;
    --bs-btn-hover-border-color: #e9d7fb;
    --bs-btn-focus-shadow-rgb: 196, 179, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecdcfb;
    --bs-btn-active-border-color: #e9d7fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e7d3fa;
    --bs-btn-disabled-border-color: #e7d3fa
}

.btn-purple-200 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d0a6f4;
    --bs-btn-border-color: #d0a6f4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b18dcf;
    --bs-btn-hover-border-color: #a685c3;
    --bs-btn-focus-shadow-rgb: 215, 179, 246;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a685c3;
    --bs-btn-active-border-color: #9c7db7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d0a6f4;
    --bs-btn-disabled-border-color: #d0a6f4
}

.btn-purple-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b87aef;
    --bs-btn-border-color: #b87aef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9c68cb;
    --bs-btn-hover-border-color: #9362bf;
    --bs-btn-focus-shadow-rgb: 195, 142, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9362bf;
    --bs-btn-active-border-color: #8a5cb3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b87aef;
    --bs-btn-disabled-border-color: #b87aef
}

.btn-purple-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a14de9;
    --bs-btn-border-color: #a14de9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8941c6;
    --bs-btn-hover-border-color: #813eba;
    --bs-btn-focus-shadow-rgb: 175, 104, 236;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #813eba;
    --bs-btn-active-border-color: #793aaf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a14de9;
    --bs-btn-disabled-border-color: #a14de9
}

.btn-purple-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8921e4;
    --bs-btn-border-color: #8921e4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #741cc2;
    --bs-btn-hover-border-color: #6e1ab6;
    --bs-btn-focus-shadow-rgb: 155, 66, 232;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e1ab6;
    --bs-btn-active-border-color: #6719ab;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8921e4;
    --bs-btn-disabled-border-color: #8921e4
}

.btn-purple-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6e1ab6;
    --bs-btn-border-color: #6e1ab6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e169b;
    --bs-btn-hover-border-color: #581592;
    --bs-btn-focus-shadow-rgb: 132, 60, 193;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #581592;
    --bs-btn-active-border-color: #531489;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6e1ab6;
    --bs-btn-disabled-border-color: #6e1ab6
}

.btn-purple-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #521489;
    --bs-btn-border-color: #521489;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #461174;
    --bs-btn-hover-border-color: #42106e;
    --bs-btn-focus-shadow-rgb: 108, 55, 155;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #42106e;
    --bs-btn-active-border-color: #3e0f67;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #521489;
    --bs-btn-disabled-border-color: #521489
}

.btn-purple-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #370d5b;
    --bs-btn-border-color: #370d5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f0b4d;
    --bs-btn-hover-border-color: #2c0a49;
    --bs-btn-focus-shadow-rgb: 85, 49, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c0a49;
    --bs-btn-active-border-color: #290a44;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #370d5b;
    --bs-btn-disabled-border-color: #370d5b
}

.btn-purple-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1b072e;
    --bs-btn-border-color: #1b072e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #170627;
    --bs-btn-hover-border-color: #160625;
    --bs-btn-focus-shadow-rgb: 61, 44, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #160625;
    --bs-btn-active-border-color: #140523;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1b072e;
    --bs-btn-disabled-border-color: #1b072e
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea4335;
    --bs-btn-border-color: #ea4335;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c7392d;
    --bs-btn-hover-border-color: #bb362a;
    --bs-btn-focus-shadow-rgb: 237, 95, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb362a;
    --bs-btn-active-border-color: #b03228;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea4335;
    --bs-btn-disabled-border-color: #ea4335
}

.btn-red-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef9f9;
    --bs-btn-border-color: #fef9f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fefafa;
    --bs-btn-hover-border-color: #fefafa;
    --bs-btn-focus-shadow-rgb: 216, 212, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fefafa;
    --bs-btn-active-border-color: #fefafa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef9f9;
    --bs-btn-disabled-border-color: #fef9f9
}

.btn-red-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef6f5;
    --bs-btn-border-color: #fef6f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef7f7;
    --bs-btn-hover-border-color: #fef7f6;
    --bs-btn-focus-shadow-rgb: 216, 209, 208;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8f7;
    --bs-btn-active-border-color: #fef7f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef6f5;
    --bs-btn-disabled-border-color: #fef6f5
}

.btn-red-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdeceb;
    --bs-btn-border-color: #fdeceb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdefee;
    --bs-btn-hover-border-color: #fdeeed;
    --bs-btn-focus-shadow-rgb: 215, 201, 200;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf0ef;
    --bs-btn-active-border-color: #fdeeed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdeceb;
    --bs-btn-disabled-border-color: #fdeceb
}

.btn-red-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbd9d7;
    --bs-btn-border-color: #fbd9d7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcdfdd;
    --bs-btn-hover-border-color: #fbdddb;
    --bs-btn-focus-shadow-rgb: 213, 184, 183;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fce1df;
    --bs-btn-active-border-color: #fbdddb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbd9d7;
    --bs-btn-disabled-border-color: #fbd9d7
}

.btn-red-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7b4ae;
    --bs-btn-border-color: #f7b4ae;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8bfba;
    --bs-btn-hover-border-color: #f8bcb6;
    --bs-btn-focus-shadow-rgb: 210, 153, 148;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9c3be;
    --bs-btn-active-border-color: #f8bcb6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7b4ae;
    --bs-btn-disabled-border-color: #f7b4ae
}

.btn-red-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f28e86;
    --bs-btn-border-color: #f28e86;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ce7972;
    --bs-btn-hover-border-color: #c2726b;
    --bs-btn-focus-shadow-rgb: 244, 159, 152;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c2726b;
    --bs-btn-active-border-color: #b66b65;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f28e86;
    --bs-btn-disabled-border-color: #f28e86
}

.btn-red-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ee695d;
    --bs-btn-border-color: #ee695d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ca594f;
    --bs-btn-hover-border-color: #be544a;
    --bs-btn-focus-shadow-rgb: 241, 128, 117;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #be544a;
    --bs-btn-active-border-color: #b34f46;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ee695d;
    --bs-btn-disabled-border-color: #ee695d
}

.btn-red-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea4335;
    --bs-btn-border-color: #ea4335;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c7392d;
    --bs-btn-hover-border-color: #bb362a;
    --bs-btn-focus-shadow-rgb: 237, 95, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb362a;
    --bs-btn-active-border-color: #b03228;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea4335;
    --bs-btn-disabled-border-color: #ea4335
}

.btn-red-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bb362a;
    --bs-btn-border-color: #bb362a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9f2e24;
    --bs-btn-hover-border-color: #962b22;
    --bs-btn-focus-shadow-rgb: 197, 84, 74;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #962b22;
    --bs-btn-active-border-color: #8c2920;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bb362a;
    --bs-btn-disabled-border-color: #bb362a
}

.btn-red-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8c2820;
    --bs-btn-border-color: #8c2820;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #77221b;
    --bs-btn-hover-border-color: #70201a;
    --bs-btn-focus-shadow-rgb: 157, 72, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #70201a;
    --bs-btn-active-border-color: #691e18;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8c2820;
    --bs-btn-disabled-border-color: #8c2820
}

.btn-red-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5e1b15;
    --bs-btn-border-color: #5e1b15;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #501712;
    --bs-btn-hover-border-color: #4b1611;
    --bs-btn-focus-shadow-rgb: 118, 61, 56;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4b1611;
    --bs-btn-active-border-color: #471410;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5e1b15;
    --bs-btn-disabled-border-color: #5e1b15
}

.btn-red-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2f0d0b;
    --bs-btn-border-color: #2f0d0b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #280b09;
    --bs-btn-hover-border-color: #260a09;
    --bs-btn-focus-shadow-rgb: 78, 49, 48;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #260a09;
    --bs-btn-active-border-color: #230a08;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2f0d0b;
    --bs-btn-disabled-border-color: #2f0d0b
}

.btn-rose {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d20e4f;
    --bs-btn-border-color: #d20e4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b30c43;
    --bs-btn-hover-border-color: #a80b3f;
    --bs-btn-focus-shadow-rgb: 217, 50, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a80b3f;
    --bs-btn-active-border-color: #9e0b3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d20e4f;
    --bs-btn-disabled-border-color: #d20e4f
}

.btn-rose-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef8fa;
    --bs-btn-border-color: #fef8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9fb;
    --bs-btn-hover-border-color: #fef9fb;
    --bs-btn-focus-shadow-rgb: 216, 211, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9fb;
    --bs-btn-active-border-color: #fef9fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef8fa;
    --bs-btn-disabled-border-color: #fef8fa
}

.btn-rose-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdf3f6;
    --bs-btn-border-color: #fdf3f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdf5f7;
    --bs-btn-hover-border-color: #fdf4f7;
    --bs-btn-focus-shadow-rgb: 215, 207, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf5f8;
    --bs-btn-active-border-color: #fdf4f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdf3f6;
    --bs-btn-disabled-border-color: #fdf3f6
}

.btn-rose-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbe7ed;
    --bs-btn-border-color: #fbe7ed;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcebf0;
    --bs-btn-hover-border-color: #fbe9ef;
    --bs-btn-focus-shadow-rgb: 213, 196, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcecf1;
    --bs-btn-active-border-color: #fbe9ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbe7ed;
    --bs-btn-disabled-border-color: #fbe7ed
}

.btn-rose-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f6cfdc;
    --bs-btn-border-color: #f6cfdc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7d6e1;
    --bs-btn-hover-border-color: #f7d4e0;
    --bs-btn-focus-shadow-rgb: 209, 176, 187;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8d9e3;
    --bs-btn-active-border-color: #f7d4e0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f6cfdc;
    --bs-btn-disabled-border-color: #f6cfdc
}

.btn-rose-200 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ed9fb9;
    --bs-btn-border-color: #ed9fb9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c9879d;
    --bs-btn-hover-border-color: #be7f94;
    --bs-btn-focus-shadow-rgb: 240, 173, 196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #be7f94;
    --bs-btn-active-border-color: #b2778b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ed9fb9;
    --bs-btn-disabled-border-color: #ed9fb9
}

.btn-rose-300 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e46e95;
    --bs-btn-border-color: #e46e95;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c25e7f;
    --bs-btn-hover-border-color: #b65877;
    --bs-btn-focus-shadow-rgb: 232, 132, 165;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b65877;
    --bs-btn-active-border-color: #ab5370;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e46e95;
    --bs-btn-disabled-border-color: #e46e95
}

.btn-rose-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #db3e72;
    --bs-btn-border-color: #db3e72;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ba3561;
    --bs-btn-hover-border-color: #af325b;
    --bs-btn-focus-shadow-rgb: 224, 91, 135;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af325b;
    --bs-btn-active-border-color: #a42f56;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #db3e72;
    --bs-btn-disabled-border-color: #db3e72
}

.btn-rose-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d20e4f;
    --bs-btn-border-color: #d20e4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b30c43;
    --bs-btn-hover-border-color: #a80b3f;
    --bs-btn-focus-shadow-rgb: 217, 50, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a80b3f;
    --bs-btn-active-border-color: #9e0b3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d20e4f;
    --bs-btn-disabled-border-color: #d20e4f
}

.btn-rose-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a80b3f;
    --bs-btn-border-color: #a80b3f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8f0936;
    --bs-btn-hover-border-color: #860932;
    --bs-btn-focus-shadow-rgb: 181, 48, 92;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #860932;
    --bs-btn-active-border-color: #7e082f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a80b3f;
    --bs-btn-disabled-border-color: #a80b3f
}

.btn-rose-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7e082f;
    --bs-btn-border-color: #7e082f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b0728;
    --bs-btn-hover-border-color: #650626;
    --bs-btn-focus-shadow-rgb: 145, 45, 78;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #650626;
    --bs-btn-active-border-color: #5f0623;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7e082f;
    --bs-btn-disabled-border-color: #7e082f
}

.btn-rose-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #540620;
    --bs-btn-border-color: #540620;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #47051b;
    --bs-btn-hover-border-color: #43051a;
    --bs-btn-focus-shadow-rgb: 110, 43, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #43051a;
    --bs-btn-active-border-color: #3f0518;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #540620;
    --bs-btn-disabled-border-color: #540620
}

.btn-rose-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a0310;
    --bs-btn-border-color: #2a0310;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #24030e;
    --bs-btn-hover-border-color: #22020d;
    --bs-btn-focus-shadow-rgb: 74, 41, 52;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #22020d;
    --bs-btn-active-border-color: #20020c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a0310;
    --bs-btn-disabled-border-color: #2a0310
}

.btn-pink {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f06b9d;
    --bs-btn-border-color: #f06b9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc5b85;
    --bs-btn-hover-border-color: #c0567e;
    --bs-btn-focus-shadow-rgb: 242, 129, 172;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c0567e;
    --bs-btn-active-border-color: #b45076;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f06b9d;
    --bs-btn-disabled-border-color: #f06b9d
}

.btn-pink-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffbfc;
    --bs-btn-border-color: #fffbfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffcfc;
    --bs-btn-hover-border-color: #fffbfc;
    --bs-btn-focus-shadow-rgb: 217, 213, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffcfd;
    --bs-btn-active-border-color: #fffbfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffbfc;
    --bs-btn-disabled-border-color: #fffbfc
}

.btn-pink-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef8fa;
    --bs-btn-border-color: #fef8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9fb;
    --bs-btn-hover-border-color: #fef9fb;
    --bs-btn-focus-shadow-rgb: 216, 211, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9fb;
    --bs-btn-active-border-color: #fef9fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef8fa;
    --bs-btn-disabled-border-color: #fef8fa
}

.btn-pink-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef0f5;
    --bs-btn-border-color: #fef0f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef2f7;
    --bs-btn-hover-border-color: #fef2f6;
    --bs-btn-focus-shadow-rgb: 216, 204, 208;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef3f7;
    --bs-btn-active-border-color: #fef2f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef0f5;
    --bs-btn-disabled-border-color: #fef0f5
}

.btn-pink-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fce1eb;
    --bs-btn-border-color: #fce1eb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fce6ee;
    --bs-btn-hover-border-color: #fce4ed;
    --bs-btn-focus-shadow-rgb: 214, 191, 200;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fde7ef;
    --bs-btn-active-border-color: #fce4ed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fce1eb;
    --bs-btn-disabled-border-color: #fce1eb
}

.btn-pink-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f9c4d8;
    --bs-btn-border-color: #f9c4d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #facdde;
    --bs-btn-hover-border-color: #facadc;
    --bs-btn-focus-shadow-rgb: 212, 167, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fad0e0;
    --bs-btn-active-border-color: #facadc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f9c4d8;
    --bs-btn-disabled-border-color: #f9c4d8
}

.btn-pink-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f6a6c4;
    --bs-btn-border-color: #f6a6c4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7b3cd;
    --bs-btn-hover-border-color: #f7afca;
    --bs-btn-focus-shadow-rgb: 209, 141, 167;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8b8d0;
    --bs-btn-active-border-color: #f7afca;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f6a6c4;
    --bs-btn-disabled-border-color: #f6a6c4
}

.btn-pink-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f389b1;
    --bs-btn-border-color: #f389b1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cf7496;
    --bs-btn-hover-border-color: #c26e8e;
    --bs-btn-focus-shadow-rgb: 245, 155, 189;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c26e8e;
    --bs-btn-active-border-color: #b66785;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f389b1;
    --bs-btn-disabled-border-color: #f389b1
}

.btn-pink-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f06b9d;
    --bs-btn-border-color: #f06b9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc5b85;
    --bs-btn-hover-border-color: #c0567e;
    --bs-btn-focus-shadow-rgb: 242, 129, 172;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c0567e;
    --bs-btn-active-border-color: #b45076;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f06b9d;
    --bs-btn-disabled-border-color: #f06b9d
}

.btn-pink-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c0567e;
    --bs-btn-border-color: #c0567e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a3496b;
    --bs-btn-hover-border-color: #9a4565;
    --bs-btn-focus-shadow-rgb: 201, 111, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9a4565;
    --bs-btn-active-border-color: #90415f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c0567e;
    --bs-btn-disabled-border-color: #c0567e
}

.btn-pink-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #90405e;
    --bs-btn-border-color: #90405e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a3650;
    --bs-btn-hover-border-color: #73334b;
    --bs-btn-focus-shadow-rgb: 161, 93, 118;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #73334b;
    --bs-btn-active-border-color: #6c3047;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #90405e;
    --bs-btn-disabled-border-color: #90405e
}

.btn-pink-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #602b3f;
    --bs-btn-border-color: #602b3f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #522536;
    --bs-btn-hover-border-color: #4d2232;
    --bs-btn-focus-shadow-rgb: 120, 75, 92;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d2232;
    --bs-btn-active-border-color: #48202f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #602b3f;
    --bs-btn-disabled-border-color: #602b3f
}

.btn-pink-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30151f;
    --bs-btn-border-color: #30151f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #29121a;
    --bs-btn-hover-border-color: #261119;
    --bs-btn-focus-shadow-rgb: 79, 56, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #261119;
    --bs-btn-active-border-color: #241017;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30151f;
    --bs-btn-disabled-border-color: #30151f
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fb6b1e;
    --bs-btn-border-color: #fb6b1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d55b1a;
    --bs-btn-hover-border-color: #c95618;
    --bs-btn-focus-shadow-rgb: 252, 129, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c95618;
    --bs-btn-active-border-color: #bc5017;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fb6b1e;
    --bs-btn-disabled-border-color: #fb6b1e
}

.btn-orange-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffbf8;
    --bs-btn-border-color: #fffbf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffcf9;
    --bs-btn-hover-border-color: #fffbf9;
    --bs-btn-focus-shadow-rgb: 217, 213, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffcf9;
    --bs-btn-active-border-color: #fffbf9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffbf8;
    --bs-btn-disabled-border-color: #fffbf8
}

.btn-orange-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff8f4;
    --bs-btn-border-color: #fff8f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff9f6;
    --bs-btn-hover-border-color: #fff9f5;
    --bs-btn-focus-shadow-rgb: 217, 211, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff9f6;
    --bs-btn-active-border-color: #fff9f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff8f4;
    --bs-btn-disabled-border-color: #fff8f4
}

.btn-orange-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff0e9;
    --bs-btn-border-color: #fff0e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff2ec;
    --bs-btn-hover-border-color: #fff2eb;
    --bs-btn-focus-shadow-rgb: 217, 204, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff3ed;
    --bs-btn-active-border-color: #fff2eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff0e9;
    --bs-btn-disabled-border-color: #fff0e9
}

.btn-orange-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fee1d2;
    --bs-btn-border-color: #fee1d2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fee6d9;
    --bs-btn-hover-border-color: #fee4d7;
    --bs-btn-focus-shadow-rgb: 216, 191, 179;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fee7db;
    --bs-btn-active-border-color: #fee4d7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fee1d2;
    --bs-btn-disabled-border-color: #fee1d2
}

.btn-orange-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdc4a5;
    --bs-btn-border-color: #fdc4a5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdcdb3;
    --bs-btn-hover-border-color: #fdcaae;
    --bs-btn-focus-shadow-rgb: 215, 167, 140;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdd0b7;
    --bs-btn-active-border-color: #fdcaae;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdc4a5;
    --bs-btn-disabled-border-color: #fdc4a5
}

.btn-orange-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fda678;
    --bs-btn-border-color: #fda678;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdb38c;
    --bs-btn-hover-border-color: #fdaf86;
    --bs-btn-focus-shadow-rgb: 215, 141, 102;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdb893;
    --bs-btn-active-border-color: #fdaf86;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fda678;
    --bs-btn-disabled-border-color: #fda678
}

.btn-orange-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fc894b;
    --bs-btn-border-color: #fc894b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d67440;
    --bs-btn-hover-border-color: #ca6e3c;
    --bs-btn-focus-shadow-rgb: 252, 155, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ca6e3c;
    --bs-btn-active-border-color: #bd6738;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fc894b;
    --bs-btn-disabled-border-color: #fc894b
}

.btn-orange-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fb6b1e;
    --bs-btn-border-color: #fb6b1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d55b1a;
    --bs-btn-hover-border-color: #c95618;
    --bs-btn-focus-shadow-rgb: 252, 129, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c95618;
    --bs-btn-active-border-color: #bc5017;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fb6b1e;
    --bs-btn-disabled-border-color: #fb6b1e
}

.btn-orange-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c95618;
    --bs-btn-border-color: #c95618;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ab4914;
    --bs-btn-hover-border-color: #a14513;
    --bs-btn-focus-shadow-rgb: 209, 111, 59;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a14513;
    --bs-btn-active-border-color: #974112;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c95618;
    --bs-btn-disabled-border-color: #c95618
}

.btn-orange-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #974012;
    --bs-btn-border-color: #974012;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #80360f;
    --bs-btn-hover-border-color: #79330e;
    --bs-btn-focus-shadow-rgb: 167, 93, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #79330e;
    --bs-btn-active-border-color: #71300e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #974012;
    --bs-btn-disabled-border-color: #974012
}

.btn-orange-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #642b0c;
    --bs-btn-border-color: #642b0c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #55250a;
    --bs-btn-hover-border-color: #50220a;
    --bs-btn-focus-shadow-rgb: 123, 75, 48;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #50220a;
    --bs-btn-active-border-color: #4b2009;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #642b0c;
    --bs-btn-disabled-border-color: #642b0c
}

.btn-orange-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #321506;
    --bs-btn-border-color: #321506;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b1205;
    --bs-btn-hover-border-color: #281105;
    --bs-btn-focus-shadow-rgb: 81, 56, 43;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #281105;
    --bs-btn-active-border-color: #261005;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #321506;
    --bs-btn-disabled-border-color: #321506
}

.btn-yellow {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcbc05;
    --bs-btn-border-color: #fcbc05;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcc62b;
    --bs-btn-hover-border-color: #fcc31e;
    --bs-btn-focus-shadow-rgb: 214, 160, 4;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc937;
    --bs-btn-active-border-color: #fcc31e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcbc05;
    --bs-btn-disabled-border-color: #fcbc05
}

.btn-yellow-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffdf8;
    --bs-btn-border-color: #fffdf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffdf9;
    --bs-btn-hover-border-color: #fffdf9;
    --bs-btn-focus-shadow-rgb: 217, 215, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffdf9;
    --bs-btn-active-border-color: #fffdf9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffdf8;
    --bs-btn-disabled-border-color: #fffdf8
}

.btn-yellow-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fffcf3;
    --bs-btn-border-color: #fffcf3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffcf5;
    --bs-btn-hover-border-color: #fffcf4;
    --bs-btn-focus-shadow-rgb: 217, 214, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffdf5;
    --bs-btn-active-border-color: #fffcf4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fffcf3;
    --bs-btn-disabled-border-color: #fffcf3
}

.btn-yellow-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff8e6;
    --bs-btn-border-color: #fff8e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff9ea;
    --bs-btn-hover-border-color: #fff9e9;
    --bs-btn-focus-shadow-rgb: 217, 211, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff9eb;
    --bs-btn-active-border-color: #fff9e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff8e6;
    --bs-btn-disabled-border-color: #fff8e6
}

.btn-yellow-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef2cd;
    --bs-btn-border-color: #fef2cd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef4d5;
    --bs-btn-hover-border-color: #fef3d2;
    --bs-btn-focus-shadow-rgb: 216, 206, 174;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef5d7;
    --bs-btn-active-border-color: #fef3d2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef2cd;
    --bs-btn-disabled-border-color: #fef2cd
}

.btn-yellow-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fee49b;
    --bs-btn-border-color: #fee49b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fee8aa;
    --bs-btn-hover-border-color: #fee7a5;
    --bs-btn-focus-shadow-rgb: 216, 194, 132;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fee9af;
    --bs-btn-active-border-color: #fee7a5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fee49b;
    --bs-btn-disabled-border-color: #fee49b
}

.btn-yellow-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdd769;
    --bs-btn-border-color: #fdd769;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fddd80;
    --bs-btn-hover-border-color: #fddb78;
    --bs-btn-focus-shadow-rgb: 215, 183, 89;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fddf87;
    --bs-btn-active-border-color: #fddb78;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdd769;
    --bs-btn-disabled-border-color: #fdd769
}

.btn-yellow-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdc937;
    --bs-btn-border-color: #fdc937;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdd155;
    --bs-btn-hover-border-color: #fdce4b;
    --bs-btn-focus-shadow-rgb: 215, 171, 47;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdd45f;
    --bs-btn-active-border-color: #fdce4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdc937;
    --bs-btn-disabled-border-color: #fdc937
}

.btn-yellow-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcbc05;
    --bs-btn-border-color: #fcbc05;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcc62b;
    --bs-btn-hover-border-color: #fcc31e;
    --bs-btn-focus-shadow-rgb: 214, 160, 4;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc937;
    --bs-btn-active-border-color: #fcc31e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcbc05;
    --bs-btn-disabled-border-color: #fcbc05
}

.btn-yellow-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ca9604;
    --bs-btn-border-color: #ca9604;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ac8003;
    --bs-btn-hover-border-color: #a27803;
    --bs-btn-focus-shadow-rgb: 210, 166, 42;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a27803;
    --bs-btn-active-border-color: #987103;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ca9604;
    --bs-btn-disabled-border-color: #ca9604
}

.btn-yellow-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #977103;
    --bs-btn-border-color: #977103;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #806003;
    --bs-btn-hover-border-color: #795a02;
    --bs-btn-focus-shadow-rgb: 167, 134, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #795a02;
    --bs-btn-active-border-color: #715502;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #977103;
    --bs-btn-disabled-border-color: #977103
}

.btn-yellow-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #654b02;
    --bs-btn-border-color: #654b02;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #564002;
    --bs-btn-hover-border-color: #513c02;
    --bs-btn-focus-shadow-rgb: 124, 102, 40;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #513c02;
    --bs-btn-active-border-color: #4c3802;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #654b02;
    --bs-btn-disabled-border-color: #654b02
}

.btn-yellow-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #322601;
    --bs-btn-border-color: #322601;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b2001;
    --bs-btn-hover-border-color: #281e01;
    --bs-btn-focus-shadow-rgb: 81, 71, 39;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #281e01;
    --bs-btn-active-border-color: #261d01;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #322601;
    --bs-btn-disabled-border-color: #322601
}

.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #34a853;
    --bs-btn-border-color: #34a853;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c8f47;
    --bs-btn-hover-border-color: #2a8642;
    --bs-btn-focus-shadow-rgb: 82, 181, 109;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a8642;
    --bs-btn-active-border-color: #277e3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #34a853;
    --bs-btn-disabled-border-color: #34a853
}

.btn-green-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f9fcfa;
    --bs-btn-border-color: #f9fcfa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fafcfb;
    --bs-btn-hover-border-color: #fafcfb;
    --bs-btn-focus-shadow-rgb: 212, 214, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fafdfb;
    --bs-btn-active-border-color: #fafcfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f9fcfa;
    --bs-btn-disabled-border-color: #f9fcfa
}

.btn-green-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5fbf6;
    --bs-btn-border-color: #f5fbf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7fcf7;
    --bs-btn-hover-border-color: #f6fbf7;
    --bs-btn-focus-shadow-rgb: 208, 213, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7fcf8;
    --bs-btn-active-border-color: #f6fbf7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5fbf6;
    --bs-btn-disabled-border-color: #f5fbf6
}

.btn-green-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ebf6ee;
    --bs-btn-border-color: #ebf6ee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eef7f1;
    --bs-btn-hover-border-color: #edf7f0;
    --bs-btn-focus-shadow-rgb: 200, 209, 202;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eff8f1;
    --bs-btn-active-border-color: #edf7f0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ebf6ee;
    --bs-btn-disabled-border-color: #ebf6ee
}

.btn-green-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #d6eedd;
    --bs-btn-border-color: #d6eedd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dcf1e2;
    --bs-btn-hover-border-color: #daf0e0;
    --bs-btn-focus-shadow-rgb: 182, 202, 188;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #def1e4;
    --bs-btn-active-border-color: #daf0e0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d6eedd;
    --bs-btn-disabled-border-color: #d6eedd
}

.btn-green-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #aedcba;
    --bs-btn-border-color: #aedcba;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bae1c4;
    --bs-btn-hover-border-color: #b6e0c1;
    --bs-btn-focus-shadow-rgb: 148, 187, 158;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bee3c8;
    --bs-btn-active-border-color: #b6e0c1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #aedcba;
    --bs-btn-disabled-border-color: #aedcba
}

.btn-green-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #85cb98;
    --bs-btn-border-color: #85cb98;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #97d3a7;
    --bs-btn-hover-border-color: #91d0a2;
    --bs-btn-focus-shadow-rgb: 113, 173, 129;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #9dd5ad;
    --bs-btn-active-border-color: #91d0a2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #85cb98;
    --bs-btn-disabled-border-color: #85cb98
}

.btn-green-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5db975;
    --bs-btn-border-color: #5db975;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4f9d63;
    --bs-btn-hover-border-color: #4a945e;
    --bs-btn-focus-shadow-rgb: 117, 196, 138;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a945e;
    --bs-btn-active-border-color: #468b58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5db975;
    --bs-btn-disabled-border-color: #5db975
}

.btn-green-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #34a853;
    --bs-btn-border-color: #34a853;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c8f47;
    --bs-btn-hover-border-color: #2a8642;
    --bs-btn-focus-shadow-rgb: 82, 181, 109;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a8642;
    --bs-btn-active-border-color: #277e3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #34a853;
    --bs-btn-disabled-border-color: #34a853
}

.btn-green-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a8642;
    --bs-btn-border-color: #2a8642;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #247238;
    --bs-btn-hover-border-color: #226b35;
    --bs-btn-focus-shadow-rgb: 74, 152, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #226b35;
    --bs-btn-active-border-color: #206532;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a8642;
    --bs-btn-disabled-border-color: #2a8642
}

.btn-green-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1f6532;
    --bs-btn-border-color: #1f6532;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a562b;
    --bs-btn-hover-border-color: #195128;
    --bs-btn-focus-shadow-rgb: 65, 124, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #195128;
    --bs-btn-active-border-color: #174c26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1f6532;
    --bs-btn-disabled-border-color: #1f6532
}

.btn-green-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #154321;
    --bs-btn-border-color: #154321;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #12391c;
    --bs-btn-hover-border-color: #11361a;
    --bs-btn-focus-shadow-rgb: 56, 95, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #11361a;
    --bs-btn-active-border-color: #103219;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #154321;
    --bs-btn-disabled-border-color: #154321
}

.btn-green-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0a2211;
    --bs-btn-border-color: #0a2211;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #091d0e;
    --bs-btn-hover-border-color: #081b0e;
    --bs-btn-focus-shadow-rgb: 47, 67, 53;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #081b0e;
    --bs-btn-active-border-color: #081a0d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0a2211;
    --bs-btn-disabled-border-color: #0a2211
}

.btn-lime {
    --bs-btn-color: #000;
    --bs-btn-bg: #aef359;
    --bs-btn-border-color: #aef359;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #baf572;
    --bs-btn-hover-border-color: #b6f46a;
    --bs-btn-focus-shadow-rgb: 148, 207, 76;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bef57a;
    --bs-btn-active-border-color: #b6f46a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #aef359;
    --bs-btn-disabled-border-color: #aef359
}

.btn-lime-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdfffa;
    --bs-btn-border-color: #fdfffa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdfffb;
    --bs-btn-hover-border-color: #fdfffb;
    --bs-btn-focus-shadow-rgb: 215, 217, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdfffb;
    --bs-btn-active-border-color: #fdfffb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdfffa;
    --bs-btn-disabled-border-color: #fdfffa
}

.btn-lime-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fbfef7;
    --bs-btn-border-color: #fbfef7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcfef8;
    --bs-btn-hover-border-color: #fbfef8;
    --bs-btn-focus-shadow-rgb: 213, 216, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcfef9;
    --bs-btn-active-border-color: #fbfef8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fbfef7;
    --bs-btn-disabled-border-color: #fbfef7
}

.btn-lime-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7feee;
    --bs-btn-border-color: #f7feee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8fef1;
    --bs-btn-hover-border-color: #f8fef0;
    --bs-btn-focus-shadow-rgb: 210, 216, 202;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fef1;
    --bs-btn-active-border-color: #f8fef0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7feee;
    --bs-btn-disabled-border-color: #f7feee
}

.btn-lime-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #effdde;
    --bs-btn-border-color: #effdde;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1fde3;
    --bs-btn-hover-border-color: #f1fde1;
    --bs-btn-focus-shadow-rgb: 203, 215, 189;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2fde5;
    --bs-btn-active-border-color: #f1fde1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #effdde;
    --bs-btn-disabled-border-color: #effdde
}

.btn-lime-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dffabd;
    --bs-btn-border-color: #dffabd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e4fbc7;
    --bs-btn-hover-border-color: #e2fbc4;
    --bs-btn-focus-shadow-rgb: 190, 213, 161;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e5fbca;
    --bs-btn-active-border-color: #e2fbc4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dffabd;
    --bs-btn-disabled-border-color: #dffabd
}

.btn-lime-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #cef89b;
    --bs-btn-border-color: #cef89b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d5f9aa;
    --bs-btn-hover-border-color: #d3f9a5;
    --bs-btn-focus-shadow-rgb: 175, 211, 132;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d8f9af;
    --bs-btn-active-border-color: #d3f9a5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #cef89b;
    --bs-btn-disabled-border-color: #cef89b
}

.btn-lime-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #bef57a;
    --bs-btn-border-color: #bef57a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c8f78e;
    --bs-btn-hover-border-color: #c5f687;
    --bs-btn-focus-shadow-rgb: 162, 208, 104;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cbf795;
    --bs-btn-active-border-color: #c5f687;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bef57a;
    --bs-btn-disabled-border-color: #bef57a
}

.btn-lime-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #aef359;
    --bs-btn-border-color: #aef359;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #baf572;
    --bs-btn-hover-border-color: #b6f46a;
    --bs-btn-focus-shadow-rgb: 148, 207, 76;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bef57a;
    --bs-btn-active-border-color: #b6f46a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #aef359;
    --bs-btn-disabled-border-color: #aef359
}

.btn-lime-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8bc247;
    --bs-btn-border-color: #8bc247;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #76a53c;
    --bs-btn-hover-border-color: #6f9b39;
    --bs-btn-focus-shadow-rgb: 156, 203, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6f9b39;
    --bs-btn-active-border-color: #689235;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8bc247;
    --bs-btn-disabled-border-color: #8bc247
}

.btn-lime-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #689235;
    --bs-btn-border-color: #689235;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #587c2d;
    --bs-btn-hover-border-color: #53752a;
    --bs-btn-focus-shadow-rgb: 127, 162, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #53752a;
    --bs-btn-active-border-color: #4e6e28;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #689235;
    --bs-btn-disabled-border-color: #689235
}

.btn-lime-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #466124;
    --bs-btn-border-color: #466124;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c521f;
    --bs-btn-hover-border-color: #384e1d;
    --bs-btn-focus-shadow-rgb: 98, 121, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #384e1d;
    --bs-btn-active-border-color: #35491b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #466124;
    --bs-btn-disabled-border-color: #466124
}

.btn-lime-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #233112;
    --bs-btn-border-color: #233112;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e2a0f;
    --bs-btn-hover-border-color: #1c270e;
    --bs-btn-focus-shadow-rgb: 68, 80, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1c270e;
    --bs-btn-active-border-color: #1a250e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #233112;
    --bs-btn-disabled-border-color: #233112
}

.btn-teal {
    --bs-btn-color: #000;
    --bs-btn-bg: #06f6c6;
    --bs-btn-border-color: #06f6c6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #2bf7cf;
    --bs-btn-hover-border-color: #1ff7cc;
    --bs-btn-focus-shadow-rgb: 5, 209, 168;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38f8d1;
    --bs-btn-active-border-color: #1ff7cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #06f6c6;
    --bs-btn-disabled-border-color: #06f6c6
}

.btn-teal-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8fffd;
    --bs-btn-border-color: #f8fffd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9fffd;
    --bs-btn-hover-border-color: #f9fffd;
    --bs-btn-focus-shadow-rgb: 211, 217, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fffd;
    --bs-btn-active-border-color: #f9fffd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8fffd;
    --bs-btn-disabled-border-color: #f8fffd
}

.btn-teal-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3fffc;
    --bs-btn-border-color: #f3fffc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5fffc;
    --bs-btn-hover-border-color: #f4fffc;
    --bs-btn-focus-shadow-rgb: 207, 217, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5fffd;
    --bs-btn-active-border-color: #f4fffc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3fffc;
    --bs-btn-disabled-border-color: #f3fffc
}

.btn-teal-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e6fef9;
    --bs-btn-border-color: #e6fef9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eafefa;
    --bs-btn-hover-border-color: #e9fefa;
    --bs-btn-focus-shadow-rgb: 196, 216, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebfefa;
    --bs-btn-active-border-color: #e9fefa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e6fef9;
    --bs-btn-disabled-border-color: #e6fef9
}

.btn-teal-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #cdfdf4;
    --bs-btn-border-color: #cdfdf4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d5fdf6;
    --bs-btn-hover-border-color: #d2fdf5;
    --bs-btn-focus-shadow-rgb: 174, 215, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d7fdf6;
    --bs-btn-active-border-color: #d2fdf5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #cdfdf4;
    --bs-btn-disabled-border-color: #cdfdf4
}

.btn-teal-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #9bfbe8;
    --bs-btn-border-color: #9bfbe8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aafceb;
    --bs-btn-hover-border-color: #a5fbea;
    --bs-btn-focus-shadow-rgb: 132, 213, 197;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #affced;
    --bs-btn-active-border-color: #a5fbea;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #9bfbe8;
    --bs-btn-disabled-border-color: #9bfbe8
}

.btn-teal-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #6afadd;
    --bs-btn-border-color: #6afadd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #80fbe2;
    --bs-btn-hover-border-color: #79fbe0;
    --bs-btn-focus-shadow-rgb: 90, 213, 188;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #88fbe4;
    --bs-btn-active-border-color: #79fbe0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #6afadd;
    --bs-btn-disabled-border-color: #6afadd
}

.btn-teal-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #38f8d1;
    --bs-btn-border-color: #38f8d1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #56f9d8;
    --bs-btn-hover-border-color: #4cf9d6;
    --bs-btn-focus-shadow-rgb: 48, 211, 178;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60f9da;
    --bs-btn-active-border-color: #4cf9d6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #38f8d1;
    --bs-btn-disabled-border-color: #38f8d1
}

.btn-teal-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #06f6c6;
    --bs-btn-border-color: #06f6c6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #2bf7cf;
    --bs-btn-hover-border-color: #1ff7cc;
    --bs-btn-focus-shadow-rgb: 5, 209, 168;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38f8d1;
    --bs-btn-active-border-color: #1ff7cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #06f6c6;
    --bs-btn-disabled-border-color: #06f6c6
}

.btn-teal-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #05c59e;
    --bs-btn-border-color: #05c59e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #04a786;
    --bs-btn-hover-border-color: #049e7e;
    --bs-btn-focus-shadow-rgb: 43, 206, 173;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #049e7e;
    --bs-btn-active-border-color: #049477;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #05c59e;
    --bs-btn-disabled-border-color: #05c59e
}

.btn-teal-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #049477;
    --bs-btn-border-color: #049477;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #037e65;
    --bs-btn-hover-border-color: #03765f;
    --bs-btn-focus-shadow-rgb: 42, 164, 139;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #03765f;
    --bs-btn-active-border-color: #036f59;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #049477;
    --bs-btn-disabled-border-color: #049477
}

.btn-teal-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #02624f;
    --bs-btn-border-color: #02624f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #025343;
    --bs-btn-hover-border-color: #024e3f;
    --bs-btn-focus-shadow-rgb: 40, 122, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #024e3f;
    --bs-btn-active-border-color: #024a3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #02624f;
    --bs-btn-disabled-border-color: #02624f
}

.btn-teal-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #013128;
    --bs-btn-border-color: #013128;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #012a22;
    --bs-btn-hover-border-color: #012720;
    --bs-btn-focus-shadow-rgb: 39, 80, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #012720;
    --bs-btn-active-border-color: #01251e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #013128;
    --bs-btn-disabled-border-color: #013128
}

.btn-cyan {
    --bs-btn-color: #000;
    --bs-btn-bg: #38e1ff;
    --bs-btn-border-color: #38e1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #56e6ff;
    --bs-btn-hover-border-color: #4ce4ff;
    --bs-btn-focus-shadow-rgb: 48, 191, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60e7ff;
    --bs-btn-active-border-color: #4ce4ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #38e1ff;
    --bs-btn-disabled-border-color: #38e1ff
}

.btn-cyan-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f9feff;
    --bs-btn-border-color: #f9feff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fafeff;
    --bs-btn-hover-border-color: #fafeff;
    --bs-btn-focus-shadow-rgb: 212, 216, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fafeff;
    --bs-btn-active-border-color: #fafeff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f9feff;
    --bs-btn-disabled-border-color: #f9feff
}

.btn-cyan-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5feff;
    --bs-btn-border-color: #f5feff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7feff;
    --bs-btn-hover-border-color: #f6feff;
    --bs-btn-focus-shadow-rgb: 208, 216, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7feff;
    --bs-btn-active-border-color: #f6feff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5feff;
    --bs-btn-disabled-border-color: #f5feff
}

.btn-cyan-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ebfcff;
    --bs-btn-border-color: #ebfcff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eefcff;
    --bs-btn-hover-border-color: #edfcff;
    --bs-btn-focus-shadow-rgb: 200, 214, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #effdff;
    --bs-btn-active-border-color: #edfcff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ebfcff;
    --bs-btn-disabled-border-color: #ebfcff
}

.btn-cyan-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #d7f9ff;
    --bs-btn-border-color: #d7f9ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ddfaff;
    --bs-btn-hover-border-color: #dbfaff;
    --bs-btn-focus-shadow-rgb: 183, 212, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dffaff;
    --bs-btn-active-border-color: #dbfaff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d7f9ff;
    --bs-btn-disabled-border-color: #d7f9ff
}

.btn-cyan-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #aff3ff;
    --bs-btn-border-color: #aff3ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bbf5ff;
    --bs-btn-hover-border-color: #b7f4ff;
    --bs-btn-focus-shadow-rgb: 149, 207, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bff5ff;
    --bs-btn-active-border-color: #b7f4ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #aff3ff;
    --bs-btn-disabled-border-color: #aff3ff
}

.btn-cyan-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #88edff;
    --bs-btn-border-color: #88edff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #9af0ff;
    --bs-btn-hover-border-color: #94efff;
    --bs-btn-focus-shadow-rgb: 116, 201, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a0f1ff;
    --bs-btn-active-border-color: #94efff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #88edff;
    --bs-btn-disabled-border-color: #88edff
}

.btn-cyan-400 {
    --bs-btn-color: #000;
    --bs-btn-bg: #60e7ff;
    --bs-btn-border-color: #60e7ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #78ebff;
    --bs-btn-hover-border-color: #70e9ff;
    --bs-btn-focus-shadow-rgb: 82, 196, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #80ecff;
    --bs-btn-active-border-color: #70e9ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #60e7ff;
    --bs-btn-disabled-border-color: #60e7ff
}

.btn-cyan-500 {
    --bs-btn-color: #000;
    --bs-btn-bg: #38e1ff;
    --bs-btn-border-color: #38e1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #56e6ff;
    --bs-btn-hover-border-color: #4ce4ff;
    --bs-btn-focus-shadow-rgb: 48, 191, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60e7ff;
    --bs-btn-active-border-color: #4ce4ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #38e1ff;
    --bs-btn-disabled-border-color: #38e1ff
}

.btn-cyan-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2db4cc;
    --bs-btn-border-color: #2db4cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2699ad;
    --bs-btn-hover-border-color: #2490a3;
    --bs-btn-focus-shadow-rgb: 77, 191, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2490a3;
    --bs-btn-active-border-color: #228799;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2db4cc;
    --bs-btn-disabled-border-color: #2db4cc
}

.btn-cyan-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #228799;
    --bs-btn-border-color: #228799;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d7382;
    --bs-btn-hover-border-color: #1b6c7a;
    --bs-btn-focus-shadow-rgb: 67, 153, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b6c7a;
    --bs-btn-active-border-color: #1a6573;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #228799;
    --bs-btn-disabled-border-color: #228799
}

.btn-cyan-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #165a66;
    --bs-btn-border-color: #165a66;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #134d57;
    --bs-btn-hover-border-color: #124852;
    --bs-btn-focus-shadow-rgb: 57, 115, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #124852;
    --bs-btn-active-border-color: #11444d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #165a66;
    --bs-btn-disabled-border-color: #165a66
}

.btn-cyan-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0b2d33;
    --bs-btn-border-color: #0b2d33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #09262b;
    --bs-btn-hover-border-color: #092429;
    --bs-btn-focus-shadow-rgb: 48, 77, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #092429;
    --bs-btn-active-border-color: #082226;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0b2d33;
    --bs-btn-disabled-border-color: #0b2d33
}

.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5394A2;
    --bs-btn-border-color: #5394A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #477e8a;
    --bs-btn-hover-border-color: #427682;
    --bs-btn-focus-shadow-rgb: 109, 164, 176;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #427682;
    --bs-btn-active-border-color: #3e6f7a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5394A2;
    --bs-btn-disabled-border-color: #5394A2
}

.btn-tertiary-10 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fafcfc;
    --bs-btn-border-color: #fafcfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfcfc;
    --bs-btn-hover-border-color: #fbfcfc;
    --bs-btn-focus-shadow-rgb: 213, 214, 214;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfdfd;
    --bs-btn-active-border-color: #fbfcfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fafcfc;
    --bs-btn-disabled-border-color: #fafcfc
}

.btn-tertiary-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f6fafa;
    --bs-btn-border-color: #f6fafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7fbfb;
    --bs-btn-hover-border-color: #f7fbfb;
    --bs-btn-focus-shadow-rgb: 209, 213, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8fbfb;
    --bs-btn-active-border-color: #f7fbfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f6fafa;
    --bs-btn-disabled-border-color: #f6fafa
}

.btn-tertiary-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #eef4f6;
    --bs-btn-border-color: #eef4f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f6f7;
    --bs-btn-hover-border-color: #f0f5f7;
    --bs-btn-focus-shadow-rgb: 202, 207, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f6f8;
    --bs-btn-active-border-color: #f0f5f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #eef4f6;
    --bs-btn-disabled-border-color: #eef4f6
}

.btn-tertiary-100 {
    --bs-btn-color: #000;
    --bs-btn-bg: #ddeaec;
    --bs-btn-border-color: #ddeaec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e2edef;
    --bs-btn-hover-border-color: #e0ecee;
    --bs-btn-focus-shadow-rgb: 188, 199, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e4eef0;
    --bs-btn-active-border-color: #e0ecee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ddeaec;
    --bs-btn-disabled-border-color: #ddeaec
}

.btn-tertiary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #bad4da;
    --bs-btn-border-color: #bad4da;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c4dae0;
    --bs-btn-hover-border-color: #c1d8de;
    --bs-btn-focus-shadow-rgb: 158, 180, 185;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c8dde1;
    --bs-btn-active-border-color: #c1d8de;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bad4da;
    --bs-btn-disabled-border-color: #bad4da
}

.btn-tertiary-300 {
    --bs-btn-color: #000;
    --bs-btn-bg: #98bfc7;
    --bs-btn-border-color: #98bfc7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a7c9cf;
    --bs-btn-hover-border-color: #a2c5cd;
    --bs-btn-focus-shadow-rgb: 129, 162, 169;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #adccd2;
    --bs-btn-active-border-color: #a2c5cd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #98bfc7;
    --bs-btn-disabled-border-color: #98bfc7
}

.btn-tertiary-400 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #75a9b5;
    --bs-btn-border-color: #75a9b5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #63909a;
    --bs-btn-hover-border-color: #5e8791;
    --bs-btn-focus-shadow-rgb: 138, 182, 192;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e8791;
    --bs-btn-active-border-color: #587f88;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #75a9b5;
    --bs-btn-disabled-border-color: #75a9b5
}

.btn-tertiary-500 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5394A2;
    --bs-btn-border-color: #5394A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #477e8a;
    --bs-btn-hover-border-color: #427682;
    --bs-btn-focus-shadow-rgb: 109, 164, 176;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #427682;
    --bs-btn-active-border-color: #3e6f7a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5394A2;
    --bs-btn-disabled-border-color: #5394A2
}

.btn-tertiary-600 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #427682;
    --bs-btn-border-color: #427682;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #38646f;
    --bs-btn-hover-border-color: #355e68;
    --bs-btn-focus-shadow-rgb: 94, 139, 149;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #355e68;
    --bs-btn-active-border-color: #325962;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #427682;
    --bs-btn-disabled-border-color: #427682
}

.btn-tertiary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #325961;
    --bs-btn-border-color: #325961;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b4c52;
    --bs-btn-hover-border-color: #28474e;
    --bs-btn-focus-shadow-rgb: 81, 114, 121;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #28474e;
    --bs-btn-active-border-color: #264349;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #325961;
    --bs-btn-disabled-border-color: #325961
}

.btn-tertiary-800 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #213b41;
    --bs-btn-border-color: #213b41;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1c3237;
    --bs-btn-hover-border-color: #1a2f34;
    --bs-btn-focus-shadow-rgb: 66, 88, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a2f34;
    --bs-btn-active-border-color: #192c31;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #213b41;
    --bs-btn-disabled-border-color: #213b41
}

.btn-tertiary-900 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #111e20;
    --bs-btn-border-color: #111e20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e1a1b;
    --bs-btn-hover-border-color: #0e181a;
    --bs-btn-focus-shadow-rgb: 53, 64, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e181a;
    --bs-btn-active-border-color: #0d1718;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #111e20;
    --bs-btn-disabled-border-color: #111e20
}

.btn-outline-primary {
    --bs-btn-color: #e62323;
    --bs-btn-border-color: #e62323;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e62323;
    --bs-btn-hover-border-color: #e62323;
    --bs-btn-focus-shadow-rgb: 230, 35, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e62323;
    --bs-btn-active-border-color: #e62323;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e62323;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e62323;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #d946ef;
    --bs-btn-border-color: #d946ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d946ef;
    --bs-btn-hover-border-color: #d946ef;
    --bs-btn-focus-shadow-rgb: 217, 70, 239;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d946ef;
    --bs-btn-active-border-color: #d946ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d946ef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d946ef;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #4CAF50;
    --bs-btn-border-color: #4CAF50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4CAF50;
    --bs-btn-hover-border-color: #4CAF50;
    --bs-btn-focus-shadow-rgb: 76, 175, 80;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4CAF50;
    --bs-btn-active-border-color: #4CAF50;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4CAF50;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4CAF50;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0099cc;
    --bs-btn-border-color: #0099cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0099cc;
    --bs-btn-hover-border-color: #0099cc;
    --bs-btn-focus-shadow-rgb: 0, 153, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0099cc;
    --bs-btn-active-border-color: #0099cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0099cc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0099cc;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffb307;
    --bs-btn-hover-border-color: #ffb307;
    --bs-btn-focus-shadow-rgb: 255, 179, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffb307;
    --bs-btn-active-border-color: #ffb307;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffb307;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffb307;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e44b4b;
    --bs-btn-hover-border-color: #e44b4b;
    --bs-btn-focus-shadow-rgb: 228, 75, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e44b4b;
    --bs-btn-active-border-color: #e44b4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e44b4b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e44b4b;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-outline-gray {
    --bs-btn-color: #5b5b5b;
    --bs-btn-border-color: #5b5b5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b5b5b;
    --bs-btn-hover-border-color: #5b5b5b;
    --bs-btn-focus-shadow-rgb: 91, 91, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5b5b5b;
    --bs-btn-active-border-color: #5b5b5b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5b5b5b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5b5b5b;
    --bs-gradient: none
}

.btn-outline-gray-10 {
    --bs-btn-color: #fafafa;
    --bs-btn-border-color: #fafafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fafafa;
    --bs-btn-hover-border-color: #fafafa;
    --bs-btn-focus-shadow-rgb: 250, 250, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fafafa;
    --bs-btn-active-border-color: #fafafa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fafafa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fafafa;
    --bs-gradient: none
}

.btn-outline-gray-25 {
    --bs-btn-color: #f7f7f7;
    --bs-btn-border-color: #f7f7f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7f7f7;
    --bs-btn-hover-border-color: #f7f7f7;
    --bs-btn-focus-shadow-rgb: 247, 247, 247;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7f7f7;
    --bs-btn-active-border-color: #f7f7f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7f7f7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7f7f7;
    --bs-gradient: none
}

.btn-outline-gray-50 {
    --bs-btn-color: #efefef;
    --bs-btn-border-color: #efefef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: #efefef;
    --bs-btn-focus-shadow-rgb: 239, 239, 239;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #efefef;
    --bs-btn-active-border-color: #efefef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #efefef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #efefef;
    --bs-gradient: none
}

.btn-outline-gray-100 {
    --bs-btn-color: #dedede;
    --bs-btn-border-color: #dedede;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dedede;
    --bs-btn-hover-border-color: #dedede;
    --bs-btn-focus-shadow-rgb: 222, 222, 222;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dedede;
    --bs-btn-active-border-color: #dedede;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dedede;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dedede;
    --bs-gradient: none
}

.btn-outline-gray-200 {
    --bs-btn-color: #bdbdbd;
    --bs-btn-border-color: #bdbdbd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bdbdbd;
    --bs-btn-hover-border-color: #bdbdbd;
    --bs-btn-focus-shadow-rgb: 189, 189, 189;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bdbdbd;
    --bs-btn-active-border-color: #bdbdbd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bdbdbd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bdbdbd;
    --bs-gradient: none
}

.btn-outline-gray-300 {
    --bs-btn-color: #9d9d9d;
    --bs-btn-border-color: #9d9d9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9d9d9d;
    --bs-btn-hover-border-color: #9d9d9d;
    --bs-btn-focus-shadow-rgb: 157, 157, 157;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9d9d9d;
    --bs-btn-active-border-color: #9d9d9d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9d9d9d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9d9d9d;
    --bs-gradient: none
}

.btn-outline-gray-400 {
    --bs-btn-color: #7c7c7c;
    --bs-btn-border-color: #7c7c7c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7c7c7c;
    --bs-btn-hover-border-color: #7c7c7c;
    --bs-btn-focus-shadow-rgb: 124, 124, 124;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7c7c7c;
    --bs-btn-active-border-color: #7c7c7c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7c7c7c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7c7c7c;
    --bs-gradient: none
}

.btn-outline-gray-500 {
    --bs-btn-color: #5b5b5b;
    --bs-btn-border-color: #5b5b5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b5b5b;
    --bs-btn-hover-border-color: #5b5b5b;
    --bs-btn-focus-shadow-rgb: 91, 91, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5b5b5b;
    --bs-btn-active-border-color: #5b5b5b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5b5b5b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5b5b5b;
    --bs-gradient: none
}

.btn-outline-gray-600 {
    --bs-btn-color: #494949;
    --bs-btn-border-color: #494949;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #494949;
    --bs-btn-hover-border-color: #494949;
    --bs-btn-focus-shadow-rgb: 73, 73, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #494949;
    --bs-btn-active-border-color: #494949;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #494949;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #494949;
    --bs-gradient: none
}

.btn-outline-gray-700 {
    --bs-btn-color: #373737;
    --bs-btn-border-color: #373737;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #373737;
    --bs-btn-hover-border-color: #373737;
    --bs-btn-focus-shadow-rgb: 55, 55, 55;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #373737;
    --bs-btn-active-border-color: #373737;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #373737;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #373737;
    --bs-gradient: none
}

.btn-outline-gray-800 {
    --bs-btn-color: #242424;
    --bs-btn-border-color: #242424;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #242424;
    --bs-btn-hover-border-color: #242424;
    --bs-btn-focus-shadow-rgb: 36, 36, 36;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #242424;
    --bs-btn-active-border-color: #242424;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #242424;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #242424;
    --bs-gradient: none
}

.btn-outline-gray-900 {
    --bs-btn-color: #121212;
    --bs-btn-border-color: #121212;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #121212;
    --bs-btn-hover-border-color: #121212;
    --bs-btn-focus-shadow-rgb: 18, 18, 18;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #121212;
    --bs-btn-active-border-color: #121212;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #121212;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #121212;
    --bs-gradient: none
}

.btn-outline-slate {
    --bs-btn-color: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b7280;
    --bs-btn-hover-border-color: #6b7280;
    --bs-btn-focus-shadow-rgb: 107, 114, 128;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b7280;
    --bs-btn-active-border-color: #6b7280;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6b7280;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b7280;
    --bs-gradient: none
}

.btn-outline-slate-10 {
    --bs-btn-color: #fbfbfb;
    --bs-btn-border-color: #fbfbfb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfbfb;
    --bs-btn-hover-border-color: #fbfbfb;
    --bs-btn-focus-shadow-rgb: 251, 251, 251;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfbfb;
    --bs-btn-active-border-color: #fbfbfb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbfbfb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbfbfb;
    --bs-gradient: none
}

.btn-outline-slate-25 {
    --bs-btn-color: #f8f8f9;
    --bs-btn-border-color: #f8f8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f8f9;
    --bs-btn-hover-border-color: #f8f8f9;
    --bs-btn-focus-shadow-rgb: 248, 248, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f8f9;
    --bs-btn-active-border-color: #f8f8f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f8f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f8f9;
    --bs-gradient: none
}

.btn-outline-slate-50 {
    --bs-btn-color: #f0f1f2;
    --bs-btn-border-color: #f0f1f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0f1f2;
    --bs-btn-hover-border-color: #f0f1f2;
    --bs-btn-focus-shadow-rgb: 240, 241, 242;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0f1f2;
    --bs-btn-active-border-color: #f0f1f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f0f1f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f0f1f2;
    --bs-gradient: none
}

.btn-outline-slate-100 {
    --bs-btn-color: #e1e3e6;
    --bs-btn-border-color: #e1e3e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e1e3e6;
    --bs-btn-hover-border-color: #e1e3e6;
    --bs-btn-focus-shadow-rgb: 225, 227, 230;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1e3e6;
    --bs-btn-active-border-color: #e1e3e6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e1e3e6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e1e3e6;
    --bs-gradient: none
}

.btn-outline-slate-200 {
    --bs-btn-color: #c4c7cc;
    --bs-btn-border-color: #c4c7cc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c4c7cc;
    --bs-btn-hover-border-color: #c4c7cc;
    --bs-btn-focus-shadow-rgb: 196, 199, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c4c7cc;
    --bs-btn-active-border-color: #c4c7cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c4c7cc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c4c7cc;
    --bs-gradient: none
}

.btn-outline-slate-300 {
    --bs-btn-color: #a6aab3;
    --bs-btn-border-color: #a6aab3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a6aab3;
    --bs-btn-hover-border-color: #a6aab3;
    --bs-btn-focus-shadow-rgb: 166, 170, 179;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a6aab3;
    --bs-btn-active-border-color: #a6aab3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a6aab3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a6aab3;
    --bs-gradient: none
}

.btn-outline-slate-400 {
    --bs-btn-color: #898e99;
    --bs-btn-border-color: #898e99;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #898e99;
    --bs-btn-hover-border-color: #898e99;
    --bs-btn-focus-shadow-rgb: 137, 142, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #898e99;
    --bs-btn-active-border-color: #898e99;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #898e99;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #898e99;
    --bs-gradient: none
}

.btn-outline-slate-500 {
    --bs-btn-color: #6b7280;
    --bs-btn-border-color: #6b7280;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b7280;
    --bs-btn-hover-border-color: #6b7280;
    --bs-btn-focus-shadow-rgb: 107, 114, 128;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b7280;
    --bs-btn-active-border-color: #6b7280;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6b7280;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b7280;
    --bs-gradient: none
}

.btn-outline-slate-600 {
    --bs-btn-color: #565b66;
    --bs-btn-border-color: #565b66;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #565b66;
    --bs-btn-hover-border-color: #565b66;
    --bs-btn-focus-shadow-rgb: 86, 91, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565b66;
    --bs-btn-active-border-color: #565b66;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #565b66;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #565b66;
    --bs-gradient: none
}

.btn-outline-slate-700 {
    --bs-btn-color: #40444d;
    --bs-btn-border-color: #40444d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #40444d;
    --bs-btn-hover-border-color: #40444d;
    --bs-btn-focus-shadow-rgb: 64, 68, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #40444d;
    --bs-btn-active-border-color: #40444d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #40444d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #40444d;
    --bs-gradient: none
}

.btn-outline-slate-800 {
    --bs-btn-color: #2b2e33;
    --bs-btn-border-color: #2b2e33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b2e33;
    --bs-btn-hover-border-color: #2b2e33;
    --bs-btn-focus-shadow-rgb: 43, 46, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2b2e33;
    --bs-btn-active-border-color: #2b2e33;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2b2e33;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2b2e33;
    --bs-gradient: none
}

.btn-outline-slate-900 {
    --bs-btn-color: #15171a;
    --bs-btn-border-color: #15171a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #15171a;
    --bs-btn-hover-border-color: #15171a;
    --bs-btn-focus-shadow-rgb: 21, 23, 26;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #15171a;
    --bs-btn-active-border-color: #15171a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #15171a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #15171a;
    --bs-gradient: none
}

.btn-outline-primary-10 {
    --bs-btn-color: #fef8f8;
    --bs-btn-border-color: #fef8f8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef8f8;
    --bs-btn-hover-border-color: #fef8f8;
    --bs-btn-focus-shadow-rgb: 254, 248, 248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8f8;
    --bs-btn-active-border-color: #fef8f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef8f8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef8f8;
    --bs-gradient: none
}

.btn-outline-primary-25 {
    --bs-btn-color: #fef4f4;
    --bs-btn-border-color: #fef4f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef4f4;
    --bs-btn-hover-border-color: #fef4f4;
    --bs-btn-focus-shadow-rgb: 254, 244, 244;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef4f4;
    --bs-btn-active-border-color: #fef4f4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef4f4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef4f4;
    --bs-gradient: none
}

.btn-outline-primary-50 {
    --bs-btn-color: #fde9e9;
    --bs-btn-border-color: #fde9e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fde9e9;
    --bs-btn-hover-border-color: #fde9e9;
    --bs-btn-focus-shadow-rgb: 253, 233, 233;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fde9e9;
    --bs-btn-active-border-color: #fde9e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fde9e9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fde9e9;
    --bs-gradient: none
}

.btn-outline-primary-100 {
    --bs-btn-color: #fad3d3;
    --bs-btn-border-color: #fad3d3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fad3d3;
    --bs-btn-hover-border-color: #fad3d3;
    --bs-btn-focus-shadow-rgb: 250, 211, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fad3d3;
    --bs-btn-active-border-color: #fad3d3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fad3d3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fad3d3;
    --bs-gradient: none
}

.btn-outline-primary-200 {
    --bs-btn-color: #f5a7a7;
    --bs-btn-border-color: #f5a7a7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5a7a7;
    --bs-btn-hover-border-color: #f5a7a7;
    --bs-btn-focus-shadow-rgb: 245, 167, 167;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5a7a7;
    --bs-btn-active-border-color: #f5a7a7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f5a7a7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5a7a7;
    --bs-gradient: none
}

.btn-outline-primary-300 {
    --bs-btn-color: #f07b7b;
    --bs-btn-border-color: #f07b7b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f07b7b;
    --bs-btn-hover-border-color: #f07b7b;
    --bs-btn-focus-shadow-rgb: 240, 123, 123;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f07b7b;
    --bs-btn-active-border-color: #f07b7b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f07b7b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f07b7b;
    --bs-gradient: none
}

.btn-outline-primary-400 {
    --bs-btn-color: #eb4f4f;
    --bs-btn-border-color: #eb4f4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #eb4f4f;
    --bs-btn-hover-border-color: #eb4f4f;
    --bs-btn-focus-shadow-rgb: 235, 79, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #eb4f4f;
    --bs-btn-active-border-color: #eb4f4f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eb4f4f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eb4f4f;
    --bs-gradient: none
}

.btn-outline-primary-500 {
    --bs-btn-color: #e62323;
    --bs-btn-border-color: #e62323;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e62323;
    --bs-btn-hover-border-color: #e62323;
    --bs-btn-focus-shadow-rgb: 230, 35, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e62323;
    --bs-btn-active-border-color: #e62323;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e62323;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e62323;
    --bs-gradient: none
}

.btn-outline-primary-600 {
    --bs-btn-color: #b81c1c;
    --bs-btn-border-color: #b81c1c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b81c1c;
    --bs-btn-hover-border-color: #b81c1c;
    --bs-btn-focus-shadow-rgb: 184, 28, 28;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b81c1c;
    --bs-btn-active-border-color: #b81c1c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b81c1c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b81c1c;
    --bs-gradient: none
}

.btn-outline-primary-700 {
    --bs-btn-color: #8a1515;
    --bs-btn-border-color: #8a1515;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8a1515;
    --bs-btn-hover-border-color: #8a1515;
    --bs-btn-focus-shadow-rgb: 138, 21, 21;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8a1515;
    --bs-btn-active-border-color: #8a1515;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8a1515;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8a1515;
    --bs-gradient: none
}

.btn-outline-primary-800 {
    --bs-btn-color: #5c0e0e;
    --bs-btn-border-color: #5c0e0e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c0e0e;
    --bs-btn-hover-border-color: #5c0e0e;
    --bs-btn-focus-shadow-rgb: 92, 14, 14;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5c0e0e;
    --bs-btn-active-border-color: #5c0e0e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5c0e0e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5c0e0e;
    --bs-gradient: none
}

.btn-outline-primary-900 {
    --bs-btn-color: #2e0707;
    --bs-btn-border-color: #2e0707;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e0707;
    --bs-btn-hover-border-color: #2e0707;
    --bs-btn-focus-shadow-rgb: 46, 7, 7;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2e0707;
    --bs-btn-active-border-color: #2e0707;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2e0707;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2e0707;
    --bs-gradient: none
}

.btn-outline-secondary-10 {
    --bs-btn-color: #fef9ff;
    --bs-btn-border-color: #fef9ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9ff;
    --bs-btn-hover-border-color: #fef9ff;
    --bs-btn-focus-shadow-rgb: 254, 249, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9ff;
    --bs-btn-active-border-color: #fef9ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef9ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef9ff;
    --bs-gradient: none
}

.btn-outline-secondary-25 {
    --bs-btn-color: #fdf6fe;
    --bs-btn-border-color: #fdf6fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdf6fe;
    --bs-btn-hover-border-color: #fdf6fe;
    --bs-btn-focus-shadow-rgb: 253, 246, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf6fe;
    --bs-btn-active-border-color: #fdf6fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdf6fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdf6fe;
    --bs-gradient: none
}

.btn-outline-secondary-50 {
    --bs-btn-color: #fbedfd;
    --bs-btn-border-color: #fbedfd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbedfd;
    --bs-btn-hover-border-color: #fbedfd;
    --bs-btn-focus-shadow-rgb: 251, 237, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbedfd;
    --bs-btn-active-border-color: #fbedfd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbedfd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbedfd;
    --bs-gradient: none
}

.btn-outline-secondary-100 {
    --bs-btn-color: #f7dafc;
    --bs-btn-border-color: #f7dafc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7dafc;
    --bs-btn-hover-border-color: #f7dafc;
    --bs-btn-focus-shadow-rgb: 247, 218, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7dafc;
    --bs-btn-active-border-color: #f7dafc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7dafc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7dafc;
    --bs-gradient: none
}

.btn-outline-secondary-200 {
    --bs-btn-color: #f0b5f9;
    --bs-btn-border-color: #f0b5f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0b5f9;
    --bs-btn-hover-border-color: #f0b5f9;
    --bs-btn-focus-shadow-rgb: 240, 181, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0b5f9;
    --bs-btn-active-border-color: #f0b5f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f0b5f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f0b5f9;
    --bs-gradient: none
}

.btn-outline-secondary-300 {
    --bs-btn-color: #e890f5;
    --bs-btn-border-color: #e890f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e890f5;
    --bs-btn-hover-border-color: #e890f5;
    --bs-btn-focus-shadow-rgb: 232, 144, 245;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e890f5;
    --bs-btn-active-border-color: #e890f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e890f5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e890f5;
    --bs-gradient: none
}

.btn-outline-secondary-400 {
    --bs-btn-color: #e16bf2;
    --bs-btn-border-color: #e16bf2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e16bf2;
    --bs-btn-hover-border-color: #e16bf2;
    --bs-btn-focus-shadow-rgb: 225, 107, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e16bf2;
    --bs-btn-active-border-color: #e16bf2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e16bf2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e16bf2;
    --bs-gradient: none
}

.btn-outline-secondary-500 {
    --bs-btn-color: #d946ef;
    --bs-btn-border-color: #d946ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d946ef;
    --bs-btn-hover-border-color: #d946ef;
    --bs-btn-focus-shadow-rgb: 217, 70, 239;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d946ef;
    --bs-btn-active-border-color: #d946ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d946ef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d946ef;
    --bs-gradient: none
}

.btn-outline-secondary-600 {
    --bs-btn-color: #ae38bf;
    --bs-btn-border-color: #ae38bf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ae38bf;
    --bs-btn-hover-border-color: #ae38bf;
    --bs-btn-focus-shadow-rgb: 174, 56, 191;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ae38bf;
    --bs-btn-active-border-color: #ae38bf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ae38bf;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ae38bf;
    --bs-gradient: none
}

.btn-outline-secondary-700 {
    --bs-btn-color: #822a8f;
    --bs-btn-border-color: #822a8f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #822a8f;
    --bs-btn-hover-border-color: #822a8f;
    --bs-btn-focus-shadow-rgb: 130, 42, 143;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #822a8f;
    --bs-btn-active-border-color: #822a8f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #822a8f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #822a8f;
    --bs-gradient: none
}

.btn-outline-secondary-800 {
    --bs-btn-color: #571c60;
    --bs-btn-border-color: #571c60;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #571c60;
    --bs-btn-hover-border-color: #571c60;
    --bs-btn-focus-shadow-rgb: 87, 28, 96;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #571c60;
    --bs-btn-active-border-color: #571c60;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #571c60;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #571c60;
    --bs-gradient: none
}

.btn-outline-secondary-900 {
    --bs-btn-color: #2b0e30;
    --bs-btn-border-color: #2b0e30;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b0e30;
    --bs-btn-hover-border-color: #2b0e30;
    --bs-btn-focus-shadow-rgb: 43, 14, 48;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2b0e30;
    --bs-btn-active-border-color: #2b0e30;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2b0e30;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2b0e30;
    --bs-gradient: none
}

.btn-outline-info-10 {
    --bs-btn-color: #f7fcfd;
    --bs-btn-border-color: #f7fcfd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7fcfd;
    --bs-btn-hover-border-color: #f7fcfd;
    --bs-btn-focus-shadow-rgb: 247, 252, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7fcfd;
    --bs-btn-active-border-color: #f7fcfd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7fcfd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7fcfd;
    --bs-gradient: none
}

.btn-outline-info-25 {
    --bs-btn-color: #f2fafc;
    --bs-btn-border-color: #f2fafc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2fafc;
    --bs-btn-hover-border-color: #f2fafc;
    --bs-btn-focus-shadow-rgb: 242, 250, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2fafc;
    --bs-btn-active-border-color: #f2fafc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f2fafc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f2fafc;
    --bs-gradient: none
}

.btn-outline-info-50 {
    --bs-btn-color: #e6f5fa;
    --bs-btn-border-color: #e6f5fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6f5fa;
    --bs-btn-hover-border-color: #e6f5fa;
    --bs-btn-focus-shadow-rgb: 230, 245, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e6f5fa;
    --bs-btn-active-border-color: #e6f5fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e6f5fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e6f5fa;
    --bs-gradient: none
}

.btn-outline-info-100 {
    --bs-btn-color: #ccebf5;
    --bs-btn-border-color: #ccebf5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ccebf5;
    --bs-btn-hover-border-color: #ccebf5;
    --bs-btn-focus-shadow-rgb: 204, 235, 245;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ccebf5;
    --bs-btn-active-border-color: #ccebf5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ccebf5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ccebf5;
    --bs-gradient: none
}

.btn-outline-info-200 {
    --bs-btn-color: #99d6eb;
    --bs-btn-border-color: #99d6eb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #99d6eb;
    --bs-btn-hover-border-color: #99d6eb;
    --bs-btn-focus-shadow-rgb: 153, 214, 235;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #99d6eb;
    --bs-btn-active-border-color: #99d6eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #99d6eb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #99d6eb;
    --bs-gradient: none
}

.btn-outline-info-300 {
    --bs-btn-color: #66c2e0;
    --bs-btn-border-color: #66c2e0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #66c2e0;
    --bs-btn-hover-border-color: #66c2e0;
    --bs-btn-focus-shadow-rgb: 102, 194, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66c2e0;
    --bs-btn-active-border-color: #66c2e0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #66c2e0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #66c2e0;
    --bs-gradient: none
}

.btn-outline-info-400 {
    --bs-btn-color: #33add6;
    --bs-btn-border-color: #33add6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #33add6;
    --bs-btn-hover-border-color: #33add6;
    --bs-btn-focus-shadow-rgb: 51, 173, 214;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #33add6;
    --bs-btn-active-border-color: #33add6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #33add6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #33add6;
    --bs-gradient: none
}

.btn-outline-info-500 {
    --bs-btn-color: #0099cc;
    --bs-btn-border-color: #0099cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0099cc;
    --bs-btn-hover-border-color: #0099cc;
    --bs-btn-focus-shadow-rgb: 0, 153, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0099cc;
    --bs-btn-active-border-color: #0099cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0099cc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0099cc;
    --bs-gradient: none
}

.btn-outline-info-600 {
    --bs-btn-color: #007aa3;
    --bs-btn-border-color: #007aa3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #007aa3;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 0, 122, 163;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007aa3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #007aa3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #007aa3;
    --bs-gradient: none
}

.btn-outline-info-700 {
    --bs-btn-color: #005c7a;
    --bs-btn-border-color: #005c7a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005c7a;
    --bs-btn-hover-border-color: #005c7a;
    --bs-btn-focus-shadow-rgb: 0, 92, 122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005c7a;
    --bs-btn-active-border-color: #005c7a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #005c7a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #005c7a;
    --bs-gradient: none
}

.btn-outline-info-800 {
    --bs-btn-color: #003d52;
    --bs-btn-border-color: #003d52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003d52;
    --bs-btn-hover-border-color: #003d52;
    --bs-btn-focus-shadow-rgb: 0, 61, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003d52;
    --bs-btn-active-border-color: #003d52;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #003d52;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #003d52;
    --bs-gradient: none
}

.btn-outline-info-900 {
    --bs-btn-color: #001f29;
    --bs-btn-border-color: #001f29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001f29;
    --bs-btn-hover-border-color: #001f29;
    --bs-btn-focus-shadow-rgb: 0, 31, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001f29;
    --bs-btn-active-border-color: #001f29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #001f29;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #001f29;
    --bs-gradient: none
}

.btn-outline-success-10 {
    --bs-btn-color: #fafdfa;
    --bs-btn-border-color: #fafdfa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fafdfa;
    --bs-btn-hover-border-color: #fafdfa;
    --bs-btn-focus-shadow-rgb: 250, 253, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fafdfa;
    --bs-btn-active-border-color: #fafdfa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fafdfa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fafdfa;
    --bs-gradient: none
}

.btn-outline-success-25 {
    --bs-btn-color: #f6fbf6;
    --bs-btn-border-color: #f6fbf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6fbf6;
    --bs-btn-hover-border-color: #f6fbf6;
    --bs-btn-focus-shadow-rgb: 246, 251, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6fbf6;
    --bs-btn-active-border-color: #f6fbf6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f6fbf6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f6fbf6;
    --bs-gradient: none
}

.btn-outline-success-50 {
    --bs-btn-color: #edf7ee;
    --bs-btn-border-color: #edf7ee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #edf7ee;
    --bs-btn-hover-border-color: #edf7ee;
    --bs-btn-focus-shadow-rgb: 237, 247, 238;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #edf7ee;
    --bs-btn-active-border-color: #edf7ee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #edf7ee;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #edf7ee;
    --bs-gradient: none
}

.btn-outline-success-100 {
    --bs-btn-color: #dbefdc;
    --bs-btn-border-color: #dbefdc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dbefdc;
    --bs-btn-hover-border-color: #dbefdc;
    --bs-btn-focus-shadow-rgb: 219, 239, 220;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dbefdc;
    --bs-btn-active-border-color: #dbefdc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dbefdc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dbefdc;
    --bs-gradient: none
}

.btn-outline-success-200 {
    --bs-btn-color: #b7dfb9;
    --bs-btn-border-color: #b7dfb9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #b7dfb9;
    --bs-btn-hover-border-color: #b7dfb9;
    --bs-btn-focus-shadow-rgb: 183, 223, 185;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b7dfb9;
    --bs-btn-active-border-color: #b7dfb9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b7dfb9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b7dfb9;
    --bs-gradient: none
}

.btn-outline-success-300 {
    --bs-btn-color: #94cf96;
    --bs-btn-border-color: #94cf96;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #94cf96;
    --bs-btn-hover-border-color: #94cf96;
    --bs-btn-focus-shadow-rgb: 148, 207, 150;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #94cf96;
    --bs-btn-active-border-color: #94cf96;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #94cf96;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #94cf96;
    --bs-gradient: none
}

.btn-outline-success-400 {
    --bs-btn-color: #70bf73;
    --bs-btn-border-color: #70bf73;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #70bf73;
    --bs-btn-hover-border-color: #70bf73;
    --bs-btn-focus-shadow-rgb: 112, 191, 115;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #70bf73;
    --bs-btn-active-border-color: #70bf73;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #70bf73;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #70bf73;
    --bs-gradient: none
}

.btn-outline-success-500 {
    --bs-btn-color: #4CAF50;
    --bs-btn-border-color: #4CAF50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4CAF50;
    --bs-btn-hover-border-color: #4CAF50;
    --bs-btn-focus-shadow-rgb: 76, 175, 80;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4CAF50;
    --bs-btn-active-border-color: #4CAF50;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4CAF50;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4CAF50;
    --bs-gradient: none
}

.btn-outline-success-600 {
    --bs-btn-color: #3d8c40;
    --bs-btn-border-color: #3d8c40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3d8c40;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 61, 140, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #3d8c40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3d8c40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3d8c40;
    --bs-gradient: none
}

.btn-outline-success-700 {
    --bs-btn-color: #2e6930;
    --bs-btn-border-color: #2e6930;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e6930;
    --bs-btn-hover-border-color: #2e6930;
    --bs-btn-focus-shadow-rgb: 46, 105, 48;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2e6930;
    --bs-btn-active-border-color: #2e6930;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2e6930;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2e6930;
    --bs-gradient: none
}

.btn-outline-success-800 {
    --bs-btn-color: #1e4620;
    --bs-btn-border-color: #1e4620;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e4620;
    --bs-btn-hover-border-color: #1e4620;
    --bs-btn-focus-shadow-rgb: 30, 70, 32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e4620;
    --bs-btn-active-border-color: #1e4620;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1e4620;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1e4620;
    --bs-gradient: none
}

.btn-outline-success-900 {
    --bs-btn-color: #0f2310;
    --bs-btn-border-color: #0f2310;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f2310;
    --bs-btn-hover-border-color: #0f2310;
    --bs-btn-focus-shadow-rgb: 15, 35, 16;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0f2310;
    --bs-btn-active-border-color: #0f2310;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0f2310;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0f2310;
    --bs-gradient: none
}

.btn-outline-warning-10 {
    --bs-btn-color: #fffdf8;
    --bs-btn-border-color: #fffdf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffdf8;
    --bs-btn-hover-border-color: #fffdf8;
    --bs-btn-focus-shadow-rgb: 255, 253, 248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffdf8;
    --bs-btn-active-border-color: #fffdf8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffdf8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffdf8;
    --bs-gradient: none
}

.btn-outline-warning-25 {
    --bs-btn-color: #fffbf3;
    --bs-btn-border-color: #fffbf3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffbf3;
    --bs-btn-hover-border-color: #fffbf3;
    --bs-btn-focus-shadow-rgb: 255, 251, 243;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffbf3;
    --bs-btn-active-border-color: #fffbf3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffbf3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffbf3;
    --bs-gradient: none
}

.btn-outline-warning-50 {
    --bs-btn-color: #fff7e6;
    --bs-btn-border-color: #fff7e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff7e6;
    --bs-btn-hover-border-color: #fff7e6;
    --bs-btn-focus-shadow-rgb: 255, 247, 230;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff7e6;
    --bs-btn-active-border-color: #fff7e6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff7e6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff7e6;
    --bs-gradient: none
}

.btn-outline-warning-100 {
    --bs-btn-color: #fff0cd;
    --bs-btn-border-color: #fff0cd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff0cd;
    --bs-btn-hover-border-color: #fff0cd;
    --bs-btn-focus-shadow-rgb: 255, 240, 205;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff0cd;
    --bs-btn-active-border-color: #fff0cd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff0cd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff0cd;
    --bs-gradient: none
}

.btn-outline-warning-200 {
    --bs-btn-color: #ffe19c;
    --bs-btn-border-color: #ffe19c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffe19c;
    --bs-btn-hover-border-color: #ffe19c;
    --bs-btn-focus-shadow-rgb: 255, 225, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffe19c;
    --bs-btn-active-border-color: #ffe19c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffe19c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffe19c;
    --bs-gradient: none
}

.btn-outline-warning-300 {
    --bs-btn-color: #ffd16a;
    --bs-btn-border-color: #ffd16a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffd16a;
    --bs-btn-hover-border-color: #ffd16a;
    --bs-btn-focus-shadow-rgb: 255, 209, 106;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffd16a;
    --bs-btn-active-border-color: #ffd16a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffd16a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffd16a;
    --bs-gradient: none
}

.btn-outline-warning-400 {
    --bs-btn-color: #ffc239;
    --bs-btn-border-color: #ffc239;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc239;
    --bs-btn-hover-border-color: #ffc239;
    --bs-btn-focus-shadow-rgb: 255, 194, 57;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffc239;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc239;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc239;
    --bs-gradient: none
}

.btn-outline-warning-500 {
    --bs-btn-color: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffb307;
    --bs-btn-hover-border-color: #ffb307;
    --bs-btn-focus-shadow-rgb: 255, 179, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffb307;
    --bs-btn-active-border-color: #ffb307;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffb307;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffb307;
    --bs-gradient: none
}

.btn-outline-warning-600 {
    --bs-btn-color: #cc8f06;
    --bs-btn-border-color: #cc8f06;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc8f06;
    --bs-btn-hover-border-color: #cc8f06;
    --bs-btn-focus-shadow-rgb: 204, 143, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc8f06;
    --bs-btn-active-border-color: #cc8f06;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cc8f06;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cc8f06;
    --bs-gradient: none
}

.btn-outline-warning-700 {
    --bs-btn-color: #996b04;
    --bs-btn-border-color: #996b04;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #996b04;
    --bs-btn-hover-border-color: #996b04;
    --bs-btn-focus-shadow-rgb: 153, 107, 4;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #996b04;
    --bs-btn-active-border-color: #996b04;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #996b04;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #996b04;
    --bs-gradient: none
}

.btn-outline-warning-800 {
    --bs-btn-color: #664803;
    --bs-btn-border-color: #664803;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #664803;
    --bs-btn-hover-border-color: #664803;
    --bs-btn-focus-shadow-rgb: 102, 72, 3;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #664803;
    --bs-btn-active-border-color: #664803;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #664803;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #664803;
    --bs-gradient: none
}

.btn-outline-warning-900 {
    --bs-btn-color: #332401;
    --bs-btn-border-color: #332401;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #332401;
    --bs-btn-hover-border-color: #332401;
    --bs-btn-focus-shadow-rgb: 51, 36, 1;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #332401;
    --bs-btn-active-border-color: #332401;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #332401;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #332401;
    --bs-gradient: none
}

.btn-outline-danger-10 {
    --bs-btn-color: #fefafa;
    --bs-btn-border-color: #fefafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fefafa;
    --bs-btn-hover-border-color: #fefafa;
    --bs-btn-focus-shadow-rgb: 254, 250, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fefafa;
    --bs-btn-active-border-color: #fefafa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fefafa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fefafa;
    --bs-gradient: none
}

.btn-outline-danger-25 {
    --bs-btn-color: #fef6f6;
    --bs-btn-border-color: #fef6f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef6f6;
    --bs-btn-hover-border-color: #fef6f6;
    --bs-btn-focus-shadow-rgb: 254, 246, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef6f6;
    --bs-btn-active-border-color: #fef6f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef6f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef6f6;
    --bs-gradient: none
}

.btn-outline-danger-50 {
    --bs-btn-color: #fceded;
    --bs-btn-border-color: #fceded;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fceded;
    --bs-btn-hover-border-color: #fceded;
    --bs-btn-focus-shadow-rgb: 252, 237, 237;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fceded;
    --bs-btn-active-border-color: #fceded;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fceded;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fceded;
    --bs-gradient: none
}

.btn-outline-danger-100 {
    --bs-btn-color: #fadbdb;
    --bs-btn-border-color: #fadbdb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fadbdb;
    --bs-btn-hover-border-color: #fadbdb;
    --bs-btn-focus-shadow-rgb: 250, 219, 219;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fadbdb;
    --bs-btn-active-border-color: #fadbdb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fadbdb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fadbdb;
    --bs-gradient: none
}

.btn-outline-danger-200 {
    --bs-btn-color: #f4b7b7;
    --bs-btn-border-color: #f4b7b7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f4b7b7;
    --bs-btn-hover-border-color: #f4b7b7;
    --bs-btn-focus-shadow-rgb: 244, 183, 183;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4b7b7;
    --bs-btn-active-border-color: #f4b7b7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f4b7b7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f4b7b7;
    --bs-gradient: none
}

.btn-outline-danger-300 {
    --bs-btn-color: #ef9393;
    --bs-btn-border-color: #ef9393;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ef9393;
    --bs-btn-hover-border-color: #ef9393;
    --bs-btn-focus-shadow-rgb: 239, 147, 147;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ef9393;
    --bs-btn-active-border-color: #ef9393;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ef9393;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ef9393;
    --bs-gradient: none
}

.btn-outline-danger-400 {
    --bs-btn-color: #e96f6f;
    --bs-btn-border-color: #e96f6f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e96f6f;
    --bs-btn-hover-border-color: #e96f6f;
    --bs-btn-focus-shadow-rgb: 233, 111, 111;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e96f6f;
    --bs-btn-active-border-color: #e96f6f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e96f6f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e96f6f;
    --bs-gradient: none
}

.btn-outline-danger-500 {
    --bs-btn-color: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e44b4b;
    --bs-btn-hover-border-color: #e44b4b;
    --bs-btn-focus-shadow-rgb: 228, 75, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e44b4b;
    --bs-btn-active-border-color: #e44b4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e44b4b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e44b4b;
    --bs-gradient: none
}

.btn-outline-danger-600 {
    --bs-btn-color: #b63c3c;
    --bs-btn-border-color: #b63c3c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b63c3c;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 182, 60, 60;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #b63c3c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b63c3c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b63c3c;
    --bs-gradient: none
}

.btn-outline-danger-700 {
    --bs-btn-color: #892d2d;
    --bs-btn-border-color: #892d2d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #892d2d;
    --bs-btn-hover-border-color: #892d2d;
    --bs-btn-focus-shadow-rgb: 137, 45, 45;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #892d2d;
    --bs-btn-active-border-color: #892d2d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #892d2d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #892d2d;
    --bs-gradient: none
}

.btn-outline-danger-800 {
    --bs-btn-color: #5b1e1e;
    --bs-btn-border-color: #5b1e1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b1e1e;
    --bs-btn-hover-border-color: #5b1e1e;
    --bs-btn-focus-shadow-rgb: 91, 30, 30;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5b1e1e;
    --bs-btn-active-border-color: #5b1e1e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5b1e1e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5b1e1e;
    --bs-gradient: none
}

.btn-outline-danger-900 {
    --bs-btn-color: #2e0f0f;
    --bs-btn-border-color: #2e0f0f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e0f0f;
    --bs-btn-hover-border-color: #2e0f0f;
    --bs-btn-focus-shadow-rgb: 46, 15, 15;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2e0f0f;
    --bs-btn-active-border-color: #2e0f0f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2e0f0f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2e0f0f;
    --bs-gradient: none
}

.btn-outline-blue {
    --bs-btn-color: #078af3;
    --bs-btn-border-color: #078af3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #078af3;
    --bs-btn-hover-border-color: #078af3;
    --bs-btn-focus-shadow-rgb: 7, 138, 243;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #078af3;
    --bs-btn-active-border-color: #078af3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #078af3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #078af3;
    --bs-gradient: none
}

.btn-outline-blue-10 {
    --bs-btn-color: #f8fbff;
    --bs-btn-border-color: #f8fbff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8fbff;
    --bs-btn-hover-border-color: #f8fbff;
    --bs-btn-focus-shadow-rgb: 248, 251, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8fbff;
    --bs-btn-active-border-color: #f8fbff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8fbff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8fbff;
    --bs-gradient: none
}

.btn-outline-blue-25 {
    --bs-btn-color: #f3f9fe;
    --bs-btn-border-color: #f3f9fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f9fe;
    --bs-btn-hover-border-color: #f3f9fe;
    --bs-btn-focus-shadow-rgb: 243, 249, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3f9fe;
    --bs-btn-active-border-color: #f3f9fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f3f9fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f3f9fe;
    --bs-gradient: none
}

.btn-outline-blue-50 {
    --bs-btn-color: #e6f3fe;
    --bs-btn-border-color: #e6f3fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6f3fe;
    --bs-btn-hover-border-color: #e6f3fe;
    --bs-btn-focus-shadow-rgb: 230, 243, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e6f3fe;
    --bs-btn-active-border-color: #e6f3fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e6f3fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e6f3fe;
    --bs-gradient: none
}

.btn-outline-blue-100 {
    --bs-btn-color: #cde8fd;
    --bs-btn-border-color: #cde8fd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cde8fd;
    --bs-btn-hover-border-color: #cde8fd;
    --bs-btn-focus-shadow-rgb: 205, 232, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cde8fd;
    --bs-btn-active-border-color: #cde8fd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cde8fd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cde8fd;
    --bs-gradient: none
}

.btn-outline-blue-200 {
    --bs-btn-color: #9cd0fa;
    --bs-btn-border-color: #9cd0fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #9cd0fa;
    --bs-btn-hover-border-color: #9cd0fa;
    --bs-btn-focus-shadow-rgb: 156, 208, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #9cd0fa;
    --bs-btn-active-border-color: #9cd0fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9cd0fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9cd0fa;
    --bs-gradient: none
}

.btn-outline-blue-300 {
    --bs-btn-color: #6ab9f8;
    --bs-btn-border-color: #6ab9f8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6ab9f8;
    --bs-btn-hover-border-color: #6ab9f8;
    --bs-btn-focus-shadow-rgb: 106, 185, 248;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6ab9f8;
    --bs-btn-active-border-color: #6ab9f8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6ab9f8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6ab9f8;
    --bs-gradient: none
}

.btn-outline-blue-400 {
    --bs-btn-color: #39a1f5;
    --bs-btn-border-color: #39a1f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #39a1f5;
    --bs-btn-hover-border-color: #39a1f5;
    --bs-btn-focus-shadow-rgb: 57, 161, 245;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #39a1f5;
    --bs-btn-active-border-color: #39a1f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #39a1f5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #39a1f5;
    --bs-gradient: none
}

.btn-outline-blue-500 {
    --bs-btn-color: #078af3;
    --bs-btn-border-color: #078af3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #078af3;
    --bs-btn-hover-border-color: #078af3;
    --bs-btn-focus-shadow-rgb: 7, 138, 243;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #078af3;
    --bs-btn-active-border-color: #078af3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #078af3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #078af3;
    --bs-gradient: none
}

.btn-outline-blue-600 {
    --bs-btn-color: #066ec2;
    --bs-btn-border-color: #066ec2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #066ec2;
    --bs-btn-hover-border-color: #066ec2;
    --bs-btn-focus-shadow-rgb: 6, 110, 194;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #066ec2;
    --bs-btn-active-border-color: #066ec2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #066ec2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #066ec2;
    --bs-gradient: none
}

.btn-outline-blue-700 {
    --bs-btn-color: #045392;
    --bs-btn-border-color: #045392;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #045392;
    --bs-btn-hover-border-color: #045392;
    --bs-btn-focus-shadow-rgb: 4, 83, 146;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #045392;
    --bs-btn-active-border-color: #045392;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #045392;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #045392;
    --bs-gradient: none
}

.btn-outline-blue-800 {
    --bs-btn-color: #033761;
    --bs-btn-border-color: #033761;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #033761;
    --bs-btn-hover-border-color: #033761;
    --bs-btn-focus-shadow-rgb: 3, 55, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #033761;
    --bs-btn-active-border-color: #033761;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #033761;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #033761;
    --bs-gradient: none
}

.btn-outline-blue-900 {
    --bs-btn-color: #011c31;
    --bs-btn-border-color: #011c31;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #011c31;
    --bs-btn-hover-border-color: #011c31;
    --bs-btn-focus-shadow-rgb: 1, 28, 49;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #011c31;
    --bs-btn-active-border-color: #011c31;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #011c31;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #011c31;
    --bs-gradient: none
}

.btn-outline-indigo {
    --bs-btn-color: #553cdf;
    --bs-btn-border-color: #553cdf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #553cdf;
    --bs-btn-hover-border-color: #553cdf;
    --bs-btn-focus-shadow-rgb: 85, 60, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #553cdf;
    --bs-btn-active-border-color: #553cdf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #553cdf;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #553cdf;
    --bs-gradient: none
}

.btn-outline-indigo-10 {
    --bs-btn-color: #faf9fe;
    --bs-btn-border-color: #faf9fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #faf9fe;
    --bs-btn-hover-border-color: #faf9fe;
    --bs-btn-focus-shadow-rgb: 250, 249, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #faf9fe;
    --bs-btn-active-border-color: #faf9fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #faf9fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #faf9fe;
    --bs-gradient: none
}

.btn-outline-indigo-25 {
    --bs-btn-color: #f7f5fd;
    --bs-btn-border-color: #f7f5fd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7f5fd;
    --bs-btn-hover-border-color: #f7f5fd;
    --bs-btn-focus-shadow-rgb: 247, 245, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7f5fd;
    --bs-btn-active-border-color: #f7f5fd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7f5fd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7f5fd;
    --bs-gradient: none
}

.btn-outline-indigo-50 {
    --bs-btn-color: #eeecfc;
    --bs-btn-border-color: #eeecfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eeecfc;
    --bs-btn-hover-border-color: #eeecfc;
    --bs-btn-focus-shadow-rgb: 238, 236, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eeecfc;
    --bs-btn-active-border-color: #eeecfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eeecfc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eeecfc;
    --bs-gradient: none
}

.btn-outline-indigo-100 {
    --bs-btn-color: #ddd8f9;
    --bs-btn-border-color: #ddd8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ddd8f9;
    --bs-btn-hover-border-color: #ddd8f9;
    --bs-btn-focus-shadow-rgb: 221, 216, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ddd8f9;
    --bs-btn-active-border-color: #ddd8f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ddd8f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ddd8f9;
    --bs-gradient: none
}

.btn-outline-indigo-200 {
    --bs-btn-color: #bbb1f2;
    --bs-btn-border-color: #bbb1f2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bbb1f2;
    --bs-btn-hover-border-color: #bbb1f2;
    --bs-btn-focus-shadow-rgb: 187, 177, 242;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bbb1f2;
    --bs-btn-active-border-color: #bbb1f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bbb1f2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bbb1f2;
    --bs-gradient: none
}

.btn-outline-indigo-300 {
    --bs-btn-color: #998aec;
    --bs-btn-border-color: #998aec;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #998aec;
    --bs-btn-hover-border-color: #998aec;
    --bs-btn-focus-shadow-rgb: 153, 138, 236;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #998aec;
    --bs-btn-active-border-color: #998aec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #998aec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #998aec;
    --bs-gradient: none
}

.btn-outline-indigo-400 {
    --bs-btn-color: #7763e5;
    --bs-btn-border-color: #7763e5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7763e5;
    --bs-btn-hover-border-color: #7763e5;
    --bs-btn-focus-shadow-rgb: 119, 99, 229;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7763e5;
    --bs-btn-active-border-color: #7763e5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7763e5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7763e5;
    --bs-gradient: none
}

.btn-outline-indigo-500 {
    --bs-btn-color: #553cdf;
    --bs-btn-border-color: #553cdf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #553cdf;
    --bs-btn-hover-border-color: #553cdf;
    --bs-btn-focus-shadow-rgb: 85, 60, 223;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #553cdf;
    --bs-btn-active-border-color: #553cdf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #553cdf;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #553cdf;
    --bs-gradient: none
}

.btn-outline-indigo-600 {
    --bs-btn-color: #4430b2;
    --bs-btn-border-color: #4430b2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4430b2;
    --bs-btn-hover-border-color: #4430b2;
    --bs-btn-focus-shadow-rgb: 68, 48, 178;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4430b2;
    --bs-btn-active-border-color: #4430b2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4430b2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4430b2;
    --bs-gradient: none
}

.btn-outline-indigo-700 {
    --bs-btn-color: #332486;
    --bs-btn-border-color: #332486;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #332486;
    --bs-btn-hover-border-color: #332486;
    --bs-btn-focus-shadow-rgb: 51, 36, 134;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #332486;
    --bs-btn-active-border-color: #332486;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #332486;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #332486;
    --bs-gradient: none
}

.btn-outline-indigo-800 {
    --bs-btn-color: #221859;
    --bs-btn-border-color: #221859;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #221859;
    --bs-btn-hover-border-color: #221859;
    --bs-btn-focus-shadow-rgb: 34, 24, 89;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #221859;
    --bs-btn-active-border-color: #221859;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #221859;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #221859;
    --bs-gradient: none
}

.btn-outline-indigo-900 {
    --bs-btn-color: #110c2d;
    --bs-btn-border-color: #110c2d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #110c2d;
    --bs-btn-hover-border-color: #110c2d;
    --bs-btn-focus-shadow-rgb: 17, 12, 45;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #110c2d;
    --bs-btn-active-border-color: #110c2d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #110c2d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #110c2d;
    --bs-gradient: none
}

.btn-outline-purple {
    --bs-btn-color: #8921e4;
    --bs-btn-border-color: #8921e4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8921e4;
    --bs-btn-hover-border-color: #8921e4;
    --bs-btn-focus-shadow-rgb: 137, 33, 228;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8921e4;
    --bs-btn-active-border-color: #8921e4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8921e4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8921e4;
    --bs-gradient: none
}

.btn-outline-purple-10 {
    --bs-btn-color: #fbf8fe;
    --bs-btn-border-color: #fbf8fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbf8fe;
    --bs-btn-hover-border-color: #fbf8fe;
    --bs-btn-focus-shadow-rgb: 251, 248, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbf8fe;
    --bs-btn-active-border-color: #fbf8fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbf8fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbf8fe;
    --bs-gradient: none
}

.btn-outline-purple-25 {
    --bs-btn-color: #f9f4fe;
    --bs-btn-border-color: #f9f4fe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9f4fe;
    --bs-btn-hover-border-color: #f9f4fe;
    --bs-btn-focus-shadow-rgb: 249, 244, 254;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f4fe;
    --bs-btn-active-border-color: #f9f4fe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9f4fe;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9f4fe;
    --bs-gradient: none
}

.btn-outline-purple-50 {
    --bs-btn-color: #f3e9fc;
    --bs-btn-border-color: #f3e9fc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3e9fc;
    --bs-btn-hover-border-color: #f3e9fc;
    --bs-btn-focus-shadow-rgb: 243, 233, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3e9fc;
    --bs-btn-active-border-color: #f3e9fc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f3e9fc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f3e9fc;
    --bs-gradient: none
}

.btn-outline-purple-100 {
    --bs-btn-color: #e7d3fa;
    --bs-btn-border-color: #e7d3fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e7d3fa;
    --bs-btn-hover-border-color: #e7d3fa;
    --bs-btn-focus-shadow-rgb: 231, 211, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e7d3fa;
    --bs-btn-active-border-color: #e7d3fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e7d3fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e7d3fa;
    --bs-gradient: none
}

.btn-outline-purple-200 {
    --bs-btn-color: #d0a6f4;
    --bs-btn-border-color: #d0a6f4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d0a6f4;
    --bs-btn-hover-border-color: #d0a6f4;
    --bs-btn-focus-shadow-rgb: 208, 166, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d0a6f4;
    --bs-btn-active-border-color: #d0a6f4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d0a6f4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d0a6f4;
    --bs-gradient: none
}

.btn-outline-purple-300 {
    --bs-btn-color: #b87aef;
    --bs-btn-border-color: #b87aef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b87aef;
    --bs-btn-hover-border-color: #b87aef;
    --bs-btn-focus-shadow-rgb: 184, 122, 239;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b87aef;
    --bs-btn-active-border-color: #b87aef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b87aef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b87aef;
    --bs-gradient: none
}

.btn-outline-purple-400 {
    --bs-btn-color: #a14de9;
    --bs-btn-border-color: #a14de9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a14de9;
    --bs-btn-hover-border-color: #a14de9;
    --bs-btn-focus-shadow-rgb: 161, 77, 233;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a14de9;
    --bs-btn-active-border-color: #a14de9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a14de9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a14de9;
    --bs-gradient: none
}

.btn-outline-purple-500 {
    --bs-btn-color: #8921e4;
    --bs-btn-border-color: #8921e4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8921e4;
    --bs-btn-hover-border-color: #8921e4;
    --bs-btn-focus-shadow-rgb: 137, 33, 228;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8921e4;
    --bs-btn-active-border-color: #8921e4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8921e4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8921e4;
    --bs-gradient: none
}

.btn-outline-purple-600 {
    --bs-btn-color: #6e1ab6;
    --bs-btn-border-color: #6e1ab6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6e1ab6;
    --bs-btn-hover-border-color: #6e1ab6;
    --bs-btn-focus-shadow-rgb: 110, 26, 182;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e1ab6;
    --bs-btn-active-border-color: #6e1ab6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6e1ab6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6e1ab6;
    --bs-gradient: none
}

.btn-outline-purple-700 {
    --bs-btn-color: #521489;
    --bs-btn-border-color: #521489;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #521489;
    --bs-btn-hover-border-color: #521489;
    --bs-btn-focus-shadow-rgb: 82, 20, 137;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #521489;
    --bs-btn-active-border-color: #521489;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #521489;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #521489;
    --bs-gradient: none
}

.btn-outline-purple-800 {
    --bs-btn-color: #370d5b;
    --bs-btn-border-color: #370d5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #370d5b;
    --bs-btn-hover-border-color: #370d5b;
    --bs-btn-focus-shadow-rgb: 55, 13, 91;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #370d5b;
    --bs-btn-active-border-color: #370d5b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #370d5b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #370d5b;
    --bs-gradient: none
}

.btn-outline-purple-900 {
    --bs-btn-color: #1b072e;
    --bs-btn-border-color: #1b072e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1b072e;
    --bs-btn-hover-border-color: #1b072e;
    --bs-btn-focus-shadow-rgb: 27, 7, 46;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b072e;
    --bs-btn-active-border-color: #1b072e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1b072e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1b072e;
    --bs-gradient: none
}

.btn-outline-red {
    --bs-btn-color: #ea4335;
    --bs-btn-border-color: #ea4335;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ea4335;
    --bs-btn-hover-border-color: #ea4335;
    --bs-btn-focus-shadow-rgb: 234, 67, 53;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ea4335;
    --bs-btn-active-border-color: #ea4335;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ea4335;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ea4335;
    --bs-gradient: none
}

.btn-outline-red-10 {
    --bs-btn-color: #fef9f9;
    --bs-btn-border-color: #fef9f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9f9;
    --bs-btn-hover-border-color: #fef9f9;
    --bs-btn-focus-shadow-rgb: 254, 249, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9f9;
    --bs-btn-active-border-color: #fef9f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef9f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef9f9;
    --bs-gradient: none
}

.btn-outline-red-25 {
    --bs-btn-color: #fef6f5;
    --bs-btn-border-color: #fef6f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef6f5;
    --bs-btn-hover-border-color: #fef6f5;
    --bs-btn-focus-shadow-rgb: 254, 246, 245;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef6f5;
    --bs-btn-active-border-color: #fef6f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef6f5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef6f5;
    --bs-gradient: none
}

.btn-outline-red-50 {
    --bs-btn-color: #fdeceb;
    --bs-btn-border-color: #fdeceb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdeceb;
    --bs-btn-hover-border-color: #fdeceb;
    --bs-btn-focus-shadow-rgb: 253, 236, 235;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdeceb;
    --bs-btn-active-border-color: #fdeceb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdeceb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdeceb;
    --bs-gradient: none
}

.btn-outline-red-100 {
    --bs-btn-color: #fbd9d7;
    --bs-btn-border-color: #fbd9d7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbd9d7;
    --bs-btn-hover-border-color: #fbd9d7;
    --bs-btn-focus-shadow-rgb: 251, 217, 215;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbd9d7;
    --bs-btn-active-border-color: #fbd9d7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbd9d7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbd9d7;
    --bs-gradient: none
}

.btn-outline-red-200 {
    --bs-btn-color: #f7b4ae;
    --bs-btn-border-color: #f7b4ae;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7b4ae;
    --bs-btn-hover-border-color: #f7b4ae;
    --bs-btn-focus-shadow-rgb: 247, 180, 174;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7b4ae;
    --bs-btn-active-border-color: #f7b4ae;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7b4ae;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7b4ae;
    --bs-gradient: none
}

.btn-outline-red-300 {
    --bs-btn-color: #f28e86;
    --bs-btn-border-color: #f28e86;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f28e86;
    --bs-btn-hover-border-color: #f28e86;
    --bs-btn-focus-shadow-rgb: 242, 142, 134;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f28e86;
    --bs-btn-active-border-color: #f28e86;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f28e86;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f28e86;
    --bs-gradient: none
}

.btn-outline-red-400 {
    --bs-btn-color: #ee695d;
    --bs-btn-border-color: #ee695d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ee695d;
    --bs-btn-hover-border-color: #ee695d;
    --bs-btn-focus-shadow-rgb: 238, 105, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ee695d;
    --bs-btn-active-border-color: #ee695d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ee695d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ee695d;
    --bs-gradient: none
}

.btn-outline-red-500 {
    --bs-btn-color: #ea4335;
    --bs-btn-border-color: #ea4335;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ea4335;
    --bs-btn-hover-border-color: #ea4335;
    --bs-btn-focus-shadow-rgb: 234, 67, 53;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ea4335;
    --bs-btn-active-border-color: #ea4335;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ea4335;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ea4335;
    --bs-gradient: none
}

.btn-outline-red-600 {
    --bs-btn-color: #bb362a;
    --bs-btn-border-color: #bb362a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb362a;
    --bs-btn-hover-border-color: #bb362a;
    --bs-btn-focus-shadow-rgb: 187, 54, 42;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb362a;
    --bs-btn-active-border-color: #bb362a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bb362a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bb362a;
    --bs-gradient: none
}

.btn-outline-red-700 {
    --bs-btn-color: #8c2820;
    --bs-btn-border-color: #8c2820;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8c2820;
    --bs-btn-hover-border-color: #8c2820;
    --bs-btn-focus-shadow-rgb: 140, 40, 32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8c2820;
    --bs-btn-active-border-color: #8c2820;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8c2820;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8c2820;
    --bs-gradient: none
}

.btn-outline-red-800 {
    --bs-btn-color: #5e1b15;
    --bs-btn-border-color: #5e1b15;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e1b15;
    --bs-btn-hover-border-color: #5e1b15;
    --bs-btn-focus-shadow-rgb: 94, 27, 21;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e1b15;
    --bs-btn-active-border-color: #5e1b15;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5e1b15;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e1b15;
    --bs-gradient: none
}

.btn-outline-red-900 {
    --bs-btn-color: #2f0d0b;
    --bs-btn-border-color: #2f0d0b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f0d0b;
    --bs-btn-hover-border-color: #2f0d0b;
    --bs-btn-focus-shadow-rgb: 47, 13, 11;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f0d0b;
    --bs-btn-active-border-color: #2f0d0b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2f0d0b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2f0d0b;
    --bs-gradient: none
}

.btn-outline-rose {
    --bs-btn-color: #d20e4f;
    --bs-btn-border-color: #d20e4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d20e4f;
    --bs-btn-hover-border-color: #d20e4f;
    --bs-btn-focus-shadow-rgb: 210, 14, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d20e4f;
    --bs-btn-active-border-color: #d20e4f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d20e4f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d20e4f;
    --bs-gradient: none
}

.btn-outline-rose-10 {
    --bs-btn-color: #fef8fa;
    --bs-btn-border-color: #fef8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef8fa;
    --bs-btn-hover-border-color: #fef8fa;
    --bs-btn-focus-shadow-rgb: 254, 248, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8fa;
    --bs-btn-active-border-color: #fef8fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef8fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef8fa;
    --bs-gradient: none
}

.btn-outline-rose-25 {
    --bs-btn-color: #fdf3f6;
    --bs-btn-border-color: #fdf3f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdf3f6;
    --bs-btn-hover-border-color: #fdf3f6;
    --bs-btn-focus-shadow-rgb: 253, 243, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf3f6;
    --bs-btn-active-border-color: #fdf3f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdf3f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdf3f6;
    --bs-gradient: none
}

.btn-outline-rose-50 {
    --bs-btn-color: #fbe7ed;
    --bs-btn-border-color: #fbe7ed;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbe7ed;
    --bs-btn-hover-border-color: #fbe7ed;
    --bs-btn-focus-shadow-rgb: 251, 231, 237;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbe7ed;
    --bs-btn-active-border-color: #fbe7ed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbe7ed;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbe7ed;
    --bs-gradient: none
}

.btn-outline-rose-100 {
    --bs-btn-color: #f6cfdc;
    --bs-btn-border-color: #f6cfdc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6cfdc;
    --bs-btn-hover-border-color: #f6cfdc;
    --bs-btn-focus-shadow-rgb: 246, 207, 220;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6cfdc;
    --bs-btn-active-border-color: #f6cfdc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f6cfdc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f6cfdc;
    --bs-gradient: none
}

.btn-outline-rose-200 {
    --bs-btn-color: #ed9fb9;
    --bs-btn-border-color: #ed9fb9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ed9fb9;
    --bs-btn-hover-border-color: #ed9fb9;
    --bs-btn-focus-shadow-rgb: 237, 159, 185;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ed9fb9;
    --bs-btn-active-border-color: #ed9fb9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ed9fb9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ed9fb9;
    --bs-gradient: none
}

.btn-outline-rose-300 {
    --bs-btn-color: #e46e95;
    --bs-btn-border-color: #e46e95;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e46e95;
    --bs-btn-hover-border-color: #e46e95;
    --bs-btn-focus-shadow-rgb: 228, 110, 149;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e46e95;
    --bs-btn-active-border-color: #e46e95;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e46e95;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e46e95;
    --bs-gradient: none
}

.btn-outline-rose-400 {
    --bs-btn-color: #db3e72;
    --bs-btn-border-color: #db3e72;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #db3e72;
    --bs-btn-hover-border-color: #db3e72;
    --bs-btn-focus-shadow-rgb: 219, 62, 114;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #db3e72;
    --bs-btn-active-border-color: #db3e72;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #db3e72;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #db3e72;
    --bs-gradient: none
}

.btn-outline-rose-500 {
    --bs-btn-color: #d20e4f;
    --bs-btn-border-color: #d20e4f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d20e4f;
    --bs-btn-hover-border-color: #d20e4f;
    --bs-btn-focus-shadow-rgb: 210, 14, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d20e4f;
    --bs-btn-active-border-color: #d20e4f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d20e4f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d20e4f;
    --bs-gradient: none
}

.btn-outline-rose-600 {
    --bs-btn-color: #a80b3f;
    --bs-btn-border-color: #a80b3f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a80b3f;
    --bs-btn-hover-border-color: #a80b3f;
    --bs-btn-focus-shadow-rgb: 168, 11, 63;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a80b3f;
    --bs-btn-active-border-color: #a80b3f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a80b3f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a80b3f;
    --bs-gradient: none
}

.btn-outline-rose-700 {
    --bs-btn-color: #7e082f;
    --bs-btn-border-color: #7e082f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7e082f;
    --bs-btn-hover-border-color: #7e082f;
    --bs-btn-focus-shadow-rgb: 126, 8, 47;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7e082f;
    --bs-btn-active-border-color: #7e082f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7e082f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7e082f;
    --bs-gradient: none
}

.btn-outline-rose-800 {
    --bs-btn-color: #540620;
    --bs-btn-border-color: #540620;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #540620;
    --bs-btn-hover-border-color: #540620;
    --bs-btn-focus-shadow-rgb: 84, 6, 32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #540620;
    --bs-btn-active-border-color: #540620;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #540620;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #540620;
    --bs-gradient: none
}

.btn-outline-rose-900 {
    --bs-btn-color: #2a0310;
    --bs-btn-border-color: #2a0310;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a0310;
    --bs-btn-hover-border-color: #2a0310;
    --bs-btn-focus-shadow-rgb: 42, 3, 16;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a0310;
    --bs-btn-active-border-color: #2a0310;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2a0310;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2a0310;
    --bs-gradient: none
}

.btn-outline-pink {
    --bs-btn-color: #f06b9d;
    --bs-btn-border-color: #f06b9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f06b9d;
    --bs-btn-hover-border-color: #f06b9d;
    --bs-btn-focus-shadow-rgb: 240, 107, 157;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f06b9d;
    --bs-btn-active-border-color: #f06b9d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f06b9d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f06b9d;
    --bs-gradient: none
}

.btn-outline-pink-10 {
    --bs-btn-color: #fffbfc;
    --bs-btn-border-color: #fffbfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffbfc;
    --bs-btn-hover-border-color: #fffbfc;
    --bs-btn-focus-shadow-rgb: 255, 251, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffbfc;
    --bs-btn-active-border-color: #fffbfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffbfc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffbfc;
    --bs-gradient: none
}

.btn-outline-pink-25 {
    --bs-btn-color: #fef8fa;
    --bs-btn-border-color: #fef8fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef8fa;
    --bs-btn-hover-border-color: #fef8fa;
    --bs-btn-focus-shadow-rgb: 254, 248, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8fa;
    --bs-btn-active-border-color: #fef8fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef8fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef8fa;
    --bs-gradient: none
}

.btn-outline-pink-50 {
    --bs-btn-color: #fef0f5;
    --bs-btn-border-color: #fef0f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef0f5;
    --bs-btn-hover-border-color: #fef0f5;
    --bs-btn-focus-shadow-rgb: 254, 240, 245;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef0f5;
    --bs-btn-active-border-color: #fef0f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef0f5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef0f5;
    --bs-gradient: none
}

.btn-outline-pink-100 {
    --bs-btn-color: #fce1eb;
    --bs-btn-border-color: #fce1eb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fce1eb;
    --bs-btn-hover-border-color: #fce1eb;
    --bs-btn-focus-shadow-rgb: 252, 225, 235;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fce1eb;
    --bs-btn-active-border-color: #fce1eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fce1eb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fce1eb;
    --bs-gradient: none
}

.btn-outline-pink-200 {
    --bs-btn-color: #f9c4d8;
    --bs-btn-border-color: #f9c4d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9c4d8;
    --bs-btn-hover-border-color: #f9c4d8;
    --bs-btn-focus-shadow-rgb: 249, 196, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9c4d8;
    --bs-btn-active-border-color: #f9c4d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9c4d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9c4d8;
    --bs-gradient: none
}

.btn-outline-pink-300 {
    --bs-btn-color: #f6a6c4;
    --bs-btn-border-color: #f6a6c4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6a6c4;
    --bs-btn-hover-border-color: #f6a6c4;
    --bs-btn-focus-shadow-rgb: 246, 166, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6a6c4;
    --bs-btn-active-border-color: #f6a6c4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f6a6c4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f6a6c4;
    --bs-gradient: none
}

.btn-outline-pink-400 {
    --bs-btn-color: #f389b1;
    --bs-btn-border-color: #f389b1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f389b1;
    --bs-btn-hover-border-color: #f389b1;
    --bs-btn-focus-shadow-rgb: 243, 137, 177;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f389b1;
    --bs-btn-active-border-color: #f389b1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f389b1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f389b1;
    --bs-gradient: none
}

.btn-outline-pink-500 {
    --bs-btn-color: #f06b9d;
    --bs-btn-border-color: #f06b9d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f06b9d;
    --bs-btn-hover-border-color: #f06b9d;
    --bs-btn-focus-shadow-rgb: 240, 107, 157;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f06b9d;
    --bs-btn-active-border-color: #f06b9d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f06b9d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f06b9d;
    --bs-gradient: none
}

.btn-outline-pink-600 {
    --bs-btn-color: #c0567e;
    --bs-btn-border-color: #c0567e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c0567e;
    --bs-btn-hover-border-color: #c0567e;
    --bs-btn-focus-shadow-rgb: 192, 86, 126;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c0567e;
    --bs-btn-active-border-color: #c0567e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c0567e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c0567e;
    --bs-gradient: none
}

.btn-outline-pink-700 {
    --bs-btn-color: #90405e;
    --bs-btn-border-color: #90405e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #90405e;
    --bs-btn-hover-border-color: #90405e;
    --bs-btn-focus-shadow-rgb: 144, 64, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #90405e;
    --bs-btn-active-border-color: #90405e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #90405e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #90405e;
    --bs-gradient: none
}

.btn-outline-pink-800 {
    --bs-btn-color: #602b3f;
    --bs-btn-border-color: #602b3f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #602b3f;
    --bs-btn-hover-border-color: #602b3f;
    --bs-btn-focus-shadow-rgb: 96, 43, 63;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #602b3f;
    --bs-btn-active-border-color: #602b3f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #602b3f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #602b3f;
    --bs-gradient: none
}

.btn-outline-pink-900 {
    --bs-btn-color: #30151f;
    --bs-btn-border-color: #30151f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30151f;
    --bs-btn-hover-border-color: #30151f;
    --bs-btn-focus-shadow-rgb: 48, 21, 31;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30151f;
    --bs-btn-active-border-color: #30151f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #30151f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #30151f;
    --bs-gradient: none
}

.btn-outline-orange {
    --bs-btn-color: #fb6b1e;
    --bs-btn-border-color: #fb6b1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fb6b1e;
    --bs-btn-hover-border-color: #fb6b1e;
    --bs-btn-focus-shadow-rgb: 251, 107, 30;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fb6b1e;
    --bs-btn-active-border-color: #fb6b1e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fb6b1e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fb6b1e;
    --bs-gradient: none
}

.btn-outline-orange-10 {
    --bs-btn-color: #fffbf8;
    --bs-btn-border-color: #fffbf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffbf8;
    --bs-btn-hover-border-color: #fffbf8;
    --bs-btn-focus-shadow-rgb: 255, 251, 248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffbf8;
    --bs-btn-active-border-color: #fffbf8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffbf8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffbf8;
    --bs-gradient: none
}

.btn-outline-orange-25 {
    --bs-btn-color: #fff8f4;
    --bs-btn-border-color: #fff8f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff8f4;
    --bs-btn-hover-border-color: #fff8f4;
    --bs-btn-focus-shadow-rgb: 255, 248, 244;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff8f4;
    --bs-btn-active-border-color: #fff8f4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff8f4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff8f4;
    --bs-gradient: none
}

.btn-outline-orange-50 {
    --bs-btn-color: #fff0e9;
    --bs-btn-border-color: #fff0e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff0e9;
    --bs-btn-hover-border-color: #fff0e9;
    --bs-btn-focus-shadow-rgb: 255, 240, 233;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff0e9;
    --bs-btn-active-border-color: #fff0e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff0e9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff0e9;
    --bs-gradient: none
}

.btn-outline-orange-100 {
    --bs-btn-color: #fee1d2;
    --bs-btn-border-color: #fee1d2;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fee1d2;
    --bs-btn-hover-border-color: #fee1d2;
    --bs-btn-focus-shadow-rgb: 254, 225, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fee1d2;
    --bs-btn-active-border-color: #fee1d2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fee1d2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fee1d2;
    --bs-gradient: none
}

.btn-outline-orange-200 {
    --bs-btn-color: #fdc4a5;
    --bs-btn-border-color: #fdc4a5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdc4a5;
    --bs-btn-hover-border-color: #fdc4a5;
    --bs-btn-focus-shadow-rgb: 253, 196, 165;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc4a5;
    --bs-btn-active-border-color: #fdc4a5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdc4a5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdc4a5;
    --bs-gradient: none
}

.btn-outline-orange-300 {
    --bs-btn-color: #fda678;
    --bs-btn-border-color: #fda678;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fda678;
    --bs-btn-hover-border-color: #fda678;
    --bs-btn-focus-shadow-rgb: 253, 166, 120;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fda678;
    --bs-btn-active-border-color: #fda678;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fda678;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fda678;
    --bs-gradient: none
}

.btn-outline-orange-400 {
    --bs-btn-color: #fc894b;
    --bs-btn-border-color: #fc894b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fc894b;
    --bs-btn-hover-border-color: #fc894b;
    --bs-btn-focus-shadow-rgb: 252, 137, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fc894b;
    --bs-btn-active-border-color: #fc894b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fc894b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fc894b;
    --bs-gradient: none
}

.btn-outline-orange-500 {
    --bs-btn-color: #fb6b1e;
    --bs-btn-border-color: #fb6b1e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fb6b1e;
    --bs-btn-hover-border-color: #fb6b1e;
    --bs-btn-focus-shadow-rgb: 251, 107, 30;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fb6b1e;
    --bs-btn-active-border-color: #fb6b1e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fb6b1e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fb6b1e;
    --bs-gradient: none
}

.btn-outline-orange-600 {
    --bs-btn-color: #c95618;
    --bs-btn-border-color: #c95618;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c95618;
    --bs-btn-hover-border-color: #c95618;
    --bs-btn-focus-shadow-rgb: 201, 86, 24;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c95618;
    --bs-btn-active-border-color: #c95618;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c95618;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c95618;
    --bs-gradient: none
}

.btn-outline-orange-700 {
    --bs-btn-color: #974012;
    --bs-btn-border-color: #974012;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #974012;
    --bs-btn-hover-border-color: #974012;
    --bs-btn-focus-shadow-rgb: 151, 64, 18;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #974012;
    --bs-btn-active-border-color: #974012;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #974012;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #974012;
    --bs-gradient: none
}

.btn-outline-orange-800 {
    --bs-btn-color: #642b0c;
    --bs-btn-border-color: #642b0c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #642b0c;
    --bs-btn-hover-border-color: #642b0c;
    --bs-btn-focus-shadow-rgb: 100, 43, 12;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #642b0c;
    --bs-btn-active-border-color: #642b0c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #642b0c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #642b0c;
    --bs-gradient: none
}

.btn-outline-orange-900 {
    --bs-btn-color: #321506;
    --bs-btn-border-color: #321506;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #321506;
    --bs-btn-hover-border-color: #321506;
    --bs-btn-focus-shadow-rgb: 50, 21, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #321506;
    --bs-btn-active-border-color: #321506;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #321506;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #321506;
    --bs-gradient: none
}

.btn-outline-yellow {
    --bs-btn-color: #fcbc05;
    --bs-btn-border-color: #fcbc05;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcbc05;
    --bs-btn-hover-border-color: #fcbc05;
    --bs-btn-focus-shadow-rgb: 252, 188, 5;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcbc05;
    --bs-btn-active-border-color: #fcbc05;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fcbc05;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fcbc05;
    --bs-gradient: none
}

.btn-outline-yellow-10 {
    --bs-btn-color: #fffdf8;
    --bs-btn-border-color: #fffdf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffdf8;
    --bs-btn-hover-border-color: #fffdf8;
    --bs-btn-focus-shadow-rgb: 255, 253, 248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffdf8;
    --bs-btn-active-border-color: #fffdf8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffdf8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffdf8;
    --bs-gradient: none
}

.btn-outline-yellow-25 {
    --bs-btn-color: #fffcf3;
    --bs-btn-border-color: #fffcf3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fffcf3;
    --bs-btn-hover-border-color: #fffcf3;
    --bs-btn-focus-shadow-rgb: 255, 252, 243;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fffcf3;
    --bs-btn-active-border-color: #fffcf3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fffcf3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fffcf3;
    --bs-gradient: none
}

.btn-outline-yellow-50 {
    --bs-btn-color: #fff8e6;
    --bs-btn-border-color: #fff8e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff8e6;
    --bs-btn-hover-border-color: #fff8e6;
    --bs-btn-focus-shadow-rgb: 255, 248, 230;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff8e6;
    --bs-btn-active-border-color: #fff8e6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff8e6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff8e6;
    --bs-gradient: none
}

.btn-outline-yellow-100 {
    --bs-btn-color: #fef2cd;
    --bs-btn-border-color: #fef2cd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef2cd;
    --bs-btn-hover-border-color: #fef2cd;
    --bs-btn-focus-shadow-rgb: 254, 242, 205;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef2cd;
    --bs-btn-active-border-color: #fef2cd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef2cd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef2cd;
    --bs-gradient: none
}

.btn-outline-yellow-200 {
    --bs-btn-color: #fee49b;
    --bs-btn-border-color: #fee49b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fee49b;
    --bs-btn-hover-border-color: #fee49b;
    --bs-btn-focus-shadow-rgb: 254, 228, 155;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fee49b;
    --bs-btn-active-border-color: #fee49b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fee49b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fee49b;
    --bs-gradient: none
}

.btn-outline-yellow-300 {
    --bs-btn-color: #fdd769;
    --bs-btn-border-color: #fdd769;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdd769;
    --bs-btn-hover-border-color: #fdd769;
    --bs-btn-focus-shadow-rgb: 253, 215, 105;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdd769;
    --bs-btn-active-border-color: #fdd769;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdd769;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdd769;
    --bs-gradient: none
}

.btn-outline-yellow-400 {
    --bs-btn-color: #fdc937;
    --bs-btn-border-color: #fdc937;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdc937;
    --bs-btn-hover-border-color: #fdc937;
    --bs-btn-focus-shadow-rgb: 253, 201, 55;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc937;
    --bs-btn-active-border-color: #fdc937;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdc937;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdc937;
    --bs-gradient: none
}

.btn-outline-yellow-500 {
    --bs-btn-color: #fcbc05;
    --bs-btn-border-color: #fcbc05;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcbc05;
    --bs-btn-hover-border-color: #fcbc05;
    --bs-btn-focus-shadow-rgb: 252, 188, 5;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcbc05;
    --bs-btn-active-border-color: #fcbc05;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fcbc05;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fcbc05;
    --bs-gradient: none
}

.btn-outline-yellow-600 {
    --bs-btn-color: #ca9604;
    --bs-btn-border-color: #ca9604;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ca9604;
    --bs-btn-hover-border-color: #ca9604;
    --bs-btn-focus-shadow-rgb: 202, 150, 4;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ca9604;
    --bs-btn-active-border-color: #ca9604;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ca9604;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ca9604;
    --bs-gradient: none
}

.btn-outline-yellow-700 {
    --bs-btn-color: #977103;
    --bs-btn-border-color: #977103;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #977103;
    --bs-btn-hover-border-color: #977103;
    --bs-btn-focus-shadow-rgb: 151, 113, 3;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #977103;
    --bs-btn-active-border-color: #977103;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #977103;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #977103;
    --bs-gradient: none
}

.btn-outline-yellow-800 {
    --bs-btn-color: #654b02;
    --bs-btn-border-color: #654b02;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #654b02;
    --bs-btn-hover-border-color: #654b02;
    --bs-btn-focus-shadow-rgb: 101, 75, 2;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #654b02;
    --bs-btn-active-border-color: #654b02;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #654b02;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #654b02;
    --bs-gradient: none
}

.btn-outline-yellow-900 {
    --bs-btn-color: #322601;
    --bs-btn-border-color: #322601;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #322601;
    --bs-btn-hover-border-color: #322601;
    --bs-btn-focus-shadow-rgb: 50, 38, 1;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #322601;
    --bs-btn-active-border-color: #322601;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #322601;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #322601;
    --bs-gradient: none
}

.btn-outline-green {
    --bs-btn-color: #34a853;
    --bs-btn-border-color: #34a853;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #34a853;
    --bs-btn-hover-border-color: #34a853;
    --bs-btn-focus-shadow-rgb: 52, 168, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #34a853;
    --bs-btn-active-border-color: #34a853;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #34a853;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #34a853;
    --bs-gradient: none
}

.btn-outline-green-10 {
    --bs-btn-color: #f9fcfa;
    --bs-btn-border-color: #f9fcfa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9fcfa;
    --bs-btn-hover-border-color: #f9fcfa;
    --bs-btn-focus-shadow-rgb: 249, 252, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fcfa;
    --bs-btn-active-border-color: #f9fcfa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9fcfa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9fcfa;
    --bs-gradient: none
}

.btn-outline-green-25 {
    --bs-btn-color: #f5fbf6;
    --bs-btn-border-color: #f5fbf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5fbf6;
    --bs-btn-hover-border-color: #f5fbf6;
    --bs-btn-focus-shadow-rgb: 245, 251, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5fbf6;
    --bs-btn-active-border-color: #f5fbf6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f5fbf6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5fbf6;
    --bs-gradient: none
}

.btn-outline-green-50 {
    --bs-btn-color: #ebf6ee;
    --bs-btn-border-color: #ebf6ee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ebf6ee;
    --bs-btn-hover-border-color: #ebf6ee;
    --bs-btn-focus-shadow-rgb: 235, 246, 238;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebf6ee;
    --bs-btn-active-border-color: #ebf6ee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ebf6ee;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ebf6ee;
    --bs-gradient: none
}

.btn-outline-green-100 {
    --bs-btn-color: #d6eedd;
    --bs-btn-border-color: #d6eedd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d6eedd;
    --bs-btn-hover-border-color: #d6eedd;
    --bs-btn-focus-shadow-rgb: 214, 238, 221;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d6eedd;
    --bs-btn-active-border-color: #d6eedd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d6eedd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d6eedd;
    --bs-gradient: none
}

.btn-outline-green-200 {
    --bs-btn-color: #aedcba;
    --bs-btn-border-color: #aedcba;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aedcba;
    --bs-btn-hover-border-color: #aedcba;
    --bs-btn-focus-shadow-rgb: 174, 220, 186;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #aedcba;
    --bs-btn-active-border-color: #aedcba;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #aedcba;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #aedcba;
    --bs-gradient: none
}

.btn-outline-green-300 {
    --bs-btn-color: #85cb98;
    --bs-btn-border-color: #85cb98;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #85cb98;
    --bs-btn-hover-border-color: #85cb98;
    --bs-btn-focus-shadow-rgb: 133, 203, 152;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #85cb98;
    --bs-btn-active-border-color: #85cb98;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #85cb98;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #85cb98;
    --bs-gradient: none
}

.btn-outline-green-400 {
    --bs-btn-color: #5db975;
    --bs-btn-border-color: #5db975;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5db975;
    --bs-btn-hover-border-color: #5db975;
    --bs-btn-focus-shadow-rgb: 93, 185, 117;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5db975;
    --bs-btn-active-border-color: #5db975;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5db975;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5db975;
    --bs-gradient: none
}

.btn-outline-green-500 {
    --bs-btn-color: #34a853;
    --bs-btn-border-color: #34a853;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #34a853;
    --bs-btn-hover-border-color: #34a853;
    --bs-btn-focus-shadow-rgb: 52, 168, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #34a853;
    --bs-btn-active-border-color: #34a853;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #34a853;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #34a853;
    --bs-gradient: none
}

.btn-outline-green-600 {
    --bs-btn-color: #2a8642;
    --bs-btn-border-color: #2a8642;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a8642;
    --bs-btn-hover-border-color: #2a8642;
    --bs-btn-focus-shadow-rgb: 42, 134, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a8642;
    --bs-btn-active-border-color: #2a8642;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2a8642;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2a8642;
    --bs-gradient: none
}

.btn-outline-green-700 {
    --bs-btn-color: #1f6532;
    --bs-btn-border-color: #1f6532;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f6532;
    --bs-btn-hover-border-color: #1f6532;
    --bs-btn-focus-shadow-rgb: 31, 101, 50;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f6532;
    --bs-btn-active-border-color: #1f6532;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1f6532;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1f6532;
    --bs-gradient: none
}

.btn-outline-green-800 {
    --bs-btn-color: #154321;
    --bs-btn-border-color: #154321;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #154321;
    --bs-btn-hover-border-color: #154321;
    --bs-btn-focus-shadow-rgb: 21, 67, 33;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #154321;
    --bs-btn-active-border-color: #154321;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #154321;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #154321;
    --bs-gradient: none
}

.btn-outline-green-900 {
    --bs-btn-color: #0a2211;
    --bs-btn-border-color: #0a2211;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0a2211;
    --bs-btn-hover-border-color: #0a2211;
    --bs-btn-focus-shadow-rgb: 10, 34, 17;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a2211;
    --bs-btn-active-border-color: #0a2211;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0a2211;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0a2211;
    --bs-gradient: none
}

.btn-outline-lime {
    --bs-btn-color: #aef359;
    --bs-btn-border-color: #aef359;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aef359;
    --bs-btn-hover-border-color: #aef359;
    --bs-btn-focus-shadow-rgb: 174, 243, 89;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #aef359;
    --bs-btn-active-border-color: #aef359;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #aef359;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #aef359;
    --bs-gradient: none
}

.btn-outline-lime-10 {
    --bs-btn-color: #fdfffa;
    --bs-btn-border-color: #fdfffa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdfffa;
    --bs-btn-hover-border-color: #fdfffa;
    --bs-btn-focus-shadow-rgb: 253, 255, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdfffa;
    --bs-btn-active-border-color: #fdfffa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdfffa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdfffa;
    --bs-gradient: none
}

.btn-outline-lime-25 {
    --bs-btn-color: #fbfef7;
    --bs-btn-border-color: #fbfef7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fbfef7;
    --bs-btn-hover-border-color: #fbfef7;
    --bs-btn-focus-shadow-rgb: 251, 254, 247;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fbfef7;
    --bs-btn-active-border-color: #fbfef7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fbfef7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fbfef7;
    --bs-gradient: none
}

.btn-outline-lime-50 {
    --bs-btn-color: #f7feee;
    --bs-btn-border-color: #f7feee;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7feee;
    --bs-btn-hover-border-color: #f7feee;
    --bs-btn-focus-shadow-rgb: 247, 254, 238;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7feee;
    --bs-btn-active-border-color: #f7feee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7feee;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7feee;
    --bs-gradient: none
}

.btn-outline-lime-100 {
    --bs-btn-color: #effdde;
    --bs-btn-border-color: #effdde;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #effdde;
    --bs-btn-hover-border-color: #effdde;
    --bs-btn-focus-shadow-rgb: 239, 253, 222;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #effdde;
    --bs-btn-active-border-color: #effdde;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #effdde;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #effdde;
    --bs-gradient: none
}

.btn-outline-lime-200 {
    --bs-btn-color: #dffabd;
    --bs-btn-border-color: #dffabd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dffabd;
    --bs-btn-hover-border-color: #dffabd;
    --bs-btn-focus-shadow-rgb: 223, 250, 189;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dffabd;
    --bs-btn-active-border-color: #dffabd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dffabd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dffabd;
    --bs-gradient: none
}

.btn-outline-lime-300 {
    --bs-btn-color: #cef89b;
    --bs-btn-border-color: #cef89b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cef89b;
    --bs-btn-hover-border-color: #cef89b;
    --bs-btn-focus-shadow-rgb: 206, 248, 155;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cef89b;
    --bs-btn-active-border-color: #cef89b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cef89b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cef89b;
    --bs-gradient: none
}

.btn-outline-lime-400 {
    --bs-btn-color: #bef57a;
    --bs-btn-border-color: #bef57a;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bef57a;
    --bs-btn-hover-border-color: #bef57a;
    --bs-btn-focus-shadow-rgb: 190, 245, 122;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bef57a;
    --bs-btn-active-border-color: #bef57a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bef57a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bef57a;
    --bs-gradient: none
}

.btn-outline-lime-500 {
    --bs-btn-color: #aef359;
    --bs-btn-border-color: #aef359;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aef359;
    --bs-btn-hover-border-color: #aef359;
    --bs-btn-focus-shadow-rgb: 174, 243, 89;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #aef359;
    --bs-btn-active-border-color: #aef359;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #aef359;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #aef359;
    --bs-gradient: none
}

.btn-outline-lime-600 {
    --bs-btn-color: #8bc247;
    --bs-btn-border-color: #8bc247;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8bc247;
    --bs-btn-hover-border-color: #8bc247;
    --bs-btn-focus-shadow-rgb: 139, 194, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8bc247;
    --bs-btn-active-border-color: #8bc247;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8bc247;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8bc247;
    --bs-gradient: none
}

.btn-outline-lime-700 {
    --bs-btn-color: #689235;
    --bs-btn-border-color: #689235;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #689235;
    --bs-btn-hover-border-color: #689235;
    --bs-btn-focus-shadow-rgb: 104, 146, 53;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #689235;
    --bs-btn-active-border-color: #689235;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #689235;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #689235;
    --bs-gradient: none
}

.btn-outline-lime-800 {
    --bs-btn-color: #466124;
    --bs-btn-border-color: #466124;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #466124;
    --bs-btn-hover-border-color: #466124;
    --bs-btn-focus-shadow-rgb: 70, 97, 36;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #466124;
    --bs-btn-active-border-color: #466124;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #466124;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #466124;
    --bs-gradient: none
}

.btn-outline-lime-900 {
    --bs-btn-color: #233112;
    --bs-btn-border-color: #233112;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #233112;
    --bs-btn-hover-border-color: #233112;
    --bs-btn-focus-shadow-rgb: 35, 49, 18;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #233112;
    --bs-btn-active-border-color: #233112;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #233112;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #233112;
    --bs-gradient: none
}

.btn-outline-teal {
    --bs-btn-color: #06f6c6;
    --bs-btn-border-color: #06f6c6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #06f6c6;
    --bs-btn-hover-border-color: #06f6c6;
    --bs-btn-focus-shadow-rgb: 6, 246, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #06f6c6;
    --bs-btn-active-border-color: #06f6c6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #06f6c6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #06f6c6;
    --bs-gradient: none
}

.btn-outline-teal-10 {
    --bs-btn-color: #f8fffd;
    --bs-btn-border-color: #f8fffd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8fffd;
    --bs-btn-hover-border-color: #f8fffd;
    --bs-btn-focus-shadow-rgb: 248, 255, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8fffd;
    --bs-btn-active-border-color: #f8fffd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8fffd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8fffd;
    --bs-gradient: none
}

.btn-outline-teal-25 {
    --bs-btn-color: #f3fffc;
    --bs-btn-border-color: #f3fffc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3fffc;
    --bs-btn-hover-border-color: #f3fffc;
    --bs-btn-focus-shadow-rgb: 243, 255, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3fffc;
    --bs-btn-active-border-color: #f3fffc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f3fffc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f3fffc;
    --bs-gradient: none
}

.btn-outline-teal-50 {
    --bs-btn-color: #e6fef9;
    --bs-btn-border-color: #e6fef9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6fef9;
    --bs-btn-hover-border-color: #e6fef9;
    --bs-btn-focus-shadow-rgb: 230, 254, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e6fef9;
    --bs-btn-active-border-color: #e6fef9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e6fef9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e6fef9;
    --bs-gradient: none
}

.btn-outline-teal-100 {
    --bs-btn-color: #cdfdf4;
    --bs-btn-border-color: #cdfdf4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdfdf4;
    --bs-btn-hover-border-color: #cdfdf4;
    --bs-btn-focus-shadow-rgb: 205, 253, 244;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cdfdf4;
    --bs-btn-active-border-color: #cdfdf4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cdfdf4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cdfdf4;
    --bs-gradient: none
}

.btn-outline-teal-200 {
    --bs-btn-color: #9bfbe8;
    --bs-btn-border-color: #9bfbe8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #9bfbe8;
    --bs-btn-hover-border-color: #9bfbe8;
    --bs-btn-focus-shadow-rgb: 155, 251, 232;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #9bfbe8;
    --bs-btn-active-border-color: #9bfbe8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9bfbe8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9bfbe8;
    --bs-gradient: none
}

.btn-outline-teal-300 {
    --bs-btn-color: #6afadd;
    --bs-btn-border-color: #6afadd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #6afadd;
    --bs-btn-hover-border-color: #6afadd;
    --bs-btn-focus-shadow-rgb: 106, 250, 221;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6afadd;
    --bs-btn-active-border-color: #6afadd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6afadd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6afadd;
    --bs-gradient: none
}

.btn-outline-teal-400 {
    --bs-btn-color: #38f8d1;
    --bs-btn-border-color: #38f8d1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #38f8d1;
    --bs-btn-hover-border-color: #38f8d1;
    --bs-btn-focus-shadow-rgb: 56, 248, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38f8d1;
    --bs-btn-active-border-color: #38f8d1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #38f8d1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #38f8d1;
    --bs-gradient: none
}

.btn-outline-teal-500 {
    --bs-btn-color: #06f6c6;
    --bs-btn-border-color: #06f6c6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #06f6c6;
    --bs-btn-hover-border-color: #06f6c6;
    --bs-btn-focus-shadow-rgb: 6, 246, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #06f6c6;
    --bs-btn-active-border-color: #06f6c6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #06f6c6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #06f6c6;
    --bs-gradient: none
}

.btn-outline-teal-600 {
    --bs-btn-color: #05c59e;
    --bs-btn-border-color: #05c59e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #05c59e;
    --bs-btn-hover-border-color: #05c59e;
    --bs-btn-focus-shadow-rgb: 5, 197, 158;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #05c59e;
    --bs-btn-active-border-color: #05c59e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #05c59e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #05c59e;
    --bs-gradient: none
}

.btn-outline-teal-700 {
    --bs-btn-color: #049477;
    --bs-btn-border-color: #049477;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #049477;
    --bs-btn-hover-border-color: #049477;
    --bs-btn-focus-shadow-rgb: 4, 148, 119;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #049477;
    --bs-btn-active-border-color: #049477;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #049477;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #049477;
    --bs-gradient: none
}

.btn-outline-teal-800 {
    --bs-btn-color: #02624f;
    --bs-btn-border-color: #02624f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #02624f;
    --bs-btn-hover-border-color: #02624f;
    --bs-btn-focus-shadow-rgb: 2, 98, 79;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #02624f;
    --bs-btn-active-border-color: #02624f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #02624f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #02624f;
    --bs-gradient: none
}

.btn-outline-teal-900 {
    --bs-btn-color: #013128;
    --bs-btn-border-color: #013128;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #013128;
    --bs-btn-hover-border-color: #013128;
    --bs-btn-focus-shadow-rgb: 1, 49, 40;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #013128;
    --bs-btn-active-border-color: #013128;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #013128;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #013128;
    --bs-gradient: none
}

.btn-outline-cyan {
    --bs-btn-color: #38e1ff;
    --bs-btn-border-color: #38e1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #38e1ff;
    --bs-btn-hover-border-color: #38e1ff;
    --bs-btn-focus-shadow-rgb: 56, 225, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38e1ff;
    --bs-btn-active-border-color: #38e1ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #38e1ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #38e1ff;
    --bs-gradient: none
}

.btn-outline-cyan-10 {
    --bs-btn-color: #f9feff;
    --bs-btn-border-color: #f9feff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9feff;
    --bs-btn-hover-border-color: #f9feff;
    --bs-btn-focus-shadow-rgb: 249, 254, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9feff;
    --bs-btn-active-border-color: #f9feff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9feff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9feff;
    --bs-gradient: none
}

.btn-outline-cyan-25 {
    --bs-btn-color: #f5feff;
    --bs-btn-border-color: #f5feff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5feff;
    --bs-btn-hover-border-color: #f5feff;
    --bs-btn-focus-shadow-rgb: 245, 254, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5feff;
    --bs-btn-active-border-color: #f5feff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f5feff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5feff;
    --bs-gradient: none
}

.btn-outline-cyan-50 {
    --bs-btn-color: #ebfcff;
    --bs-btn-border-color: #ebfcff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ebfcff;
    --bs-btn-hover-border-color: #ebfcff;
    --bs-btn-focus-shadow-rgb: 235, 252, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebfcff;
    --bs-btn-active-border-color: #ebfcff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ebfcff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ebfcff;
    --bs-gradient: none
}

.btn-outline-cyan-100 {
    --bs-btn-color: #d7f9ff;
    --bs-btn-border-color: #d7f9ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d7f9ff;
    --bs-btn-hover-border-color: #d7f9ff;
    --bs-btn-focus-shadow-rgb: 215, 249, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d7f9ff;
    --bs-btn-active-border-color: #d7f9ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d7f9ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d7f9ff;
    --bs-gradient: none
}

.btn-outline-cyan-200 {
    --bs-btn-color: #aff3ff;
    --bs-btn-border-color: #aff3ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aff3ff;
    --bs-btn-hover-border-color: #aff3ff;
    --bs-btn-focus-shadow-rgb: 175, 243, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #aff3ff;
    --bs-btn-active-border-color: #aff3ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #aff3ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #aff3ff;
    --bs-gradient: none
}

.btn-outline-cyan-300 {
    --bs-btn-color: #88edff;
    --bs-btn-border-color: #88edff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #88edff;
    --bs-btn-hover-border-color: #88edff;
    --bs-btn-focus-shadow-rgb: 136, 237, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #88edff;
    --bs-btn-active-border-color: #88edff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #88edff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #88edff;
    --bs-gradient: none
}

.btn-outline-cyan-400 {
    --bs-btn-color: #60e7ff;
    --bs-btn-border-color: #60e7ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #60e7ff;
    --bs-btn-hover-border-color: #60e7ff;
    --bs-btn-focus-shadow-rgb: 96, 231, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60e7ff;
    --bs-btn-active-border-color: #60e7ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #60e7ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #60e7ff;
    --bs-gradient: none
}

.btn-outline-cyan-500 {
    --bs-btn-color: #38e1ff;
    --bs-btn-border-color: #38e1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #38e1ff;
    --bs-btn-hover-border-color: #38e1ff;
    --bs-btn-focus-shadow-rgb: 56, 225, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38e1ff;
    --bs-btn-active-border-color: #38e1ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #38e1ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #38e1ff;
    --bs-gradient: none
}

.btn-outline-cyan-600 {
    --bs-btn-color: #2db4cc;
    --bs-btn-border-color: #2db4cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2db4cc;
    --bs-btn-hover-border-color: #2db4cc;
    --bs-btn-focus-shadow-rgb: 45, 180, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2db4cc;
    --bs-btn-active-border-color: #2db4cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2db4cc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2db4cc;
    --bs-gradient: none
}

.btn-outline-cyan-700 {
    --bs-btn-color: #228799;
    --bs-btn-border-color: #228799;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #228799;
    --bs-btn-hover-border-color: #228799;
    --bs-btn-focus-shadow-rgb: 34, 135, 153;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #228799;
    --bs-btn-active-border-color: #228799;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #228799;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #228799;
    --bs-gradient: none
}

.btn-outline-cyan-800 {
    --bs-btn-color: #165a66;
    --bs-btn-border-color: #165a66;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #165a66;
    --bs-btn-hover-border-color: #165a66;
    --bs-btn-focus-shadow-rgb: 22, 90, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #165a66;
    --bs-btn-active-border-color: #165a66;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #165a66;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #165a66;
    --bs-gradient: none
}

.btn-outline-cyan-900 {
    --bs-btn-color: #0b2d33;
    --bs-btn-border-color: #0b2d33;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b2d33;
    --bs-btn-hover-border-color: #0b2d33;
    --bs-btn-focus-shadow-rgb: 11, 45, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b2d33;
    --bs-btn-active-border-color: #0b2d33;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0b2d33;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0b2d33;
    --bs-gradient: none
}

.btn-outline-tertiary {
    --bs-btn-color: #5394A2;
    --bs-btn-border-color: #5394A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5394A2;
    --bs-btn-hover-border-color: #5394A2;
    --bs-btn-focus-shadow-rgb: 83, 148, 162;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5394A2;
    --bs-btn-active-border-color: #5394A2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5394A2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5394A2;
    --bs-gradient: none
}

.btn-outline-tertiary-10 {
    --bs-btn-color: #fafcfc;
    --bs-btn-border-color: #fafcfc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fafcfc;
    --bs-btn-hover-border-color: #fafcfc;
    --bs-btn-focus-shadow-rgb: 250, 252, 252;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fafcfc;
    --bs-btn-active-border-color: #fafcfc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fafcfc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fafcfc;
    --bs-gradient: none
}

.btn-outline-tertiary-25 {
    --bs-btn-color: #f6fafa;
    --bs-btn-border-color: #f6fafa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6fafa;
    --bs-btn-hover-border-color: #f6fafa;
    --bs-btn-focus-shadow-rgb: 246, 250, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6fafa;
    --bs-btn-active-border-color: #f6fafa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f6fafa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f6fafa;
    --bs-gradient: none
}

.btn-outline-tertiary-50 {
    --bs-btn-color: #eef4f6;
    --bs-btn-border-color: #eef4f6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eef4f6;
    --bs-btn-hover-border-color: #eef4f6;
    --bs-btn-focus-shadow-rgb: 238, 244, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eef4f6;
    --bs-btn-active-border-color: #eef4f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eef4f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eef4f6;
    --bs-gradient: none
}

.btn-outline-tertiary-100 {
    --bs-btn-color: #ddeaec;
    --bs-btn-border-color: #ddeaec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ddeaec;
    --bs-btn-hover-border-color: #ddeaec;
    --bs-btn-focus-shadow-rgb: 221, 234, 236;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ddeaec;
    --bs-btn-active-border-color: #ddeaec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ddeaec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ddeaec;
    --bs-gradient: none
}

.btn-outline-tertiary-200 {
    --bs-btn-color: #bad4da;
    --bs-btn-border-color: #bad4da;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bad4da;
    --bs-btn-hover-border-color: #bad4da;
    --bs-btn-focus-shadow-rgb: 186, 212, 218;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bad4da;
    --bs-btn-active-border-color: #bad4da;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bad4da;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bad4da;
    --bs-gradient: none
}

.btn-outline-tertiary-300 {
    --bs-btn-color: #98bfc7;
    --bs-btn-border-color: #98bfc7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #98bfc7;
    --bs-btn-hover-border-color: #98bfc7;
    --bs-btn-focus-shadow-rgb: 152, 191, 199;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #98bfc7;
    --bs-btn-active-border-color: #98bfc7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #98bfc7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #98bfc7;
    --bs-gradient: none
}

.btn-outline-tertiary-400 {
    --bs-btn-color: #75a9b5;
    --bs-btn-border-color: #75a9b5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #75a9b5;
    --bs-btn-hover-border-color: #75a9b5;
    --bs-btn-focus-shadow-rgb: 117, 169, 181;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #75a9b5;
    --bs-btn-active-border-color: #75a9b5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #75a9b5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #75a9b5;
    --bs-gradient: none
}

.btn-outline-tertiary-500 {
    --bs-btn-color: #5394A2;
    --bs-btn-border-color: #5394A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5394A2;
    --bs-btn-hover-border-color: #5394A2;
    --bs-btn-focus-shadow-rgb: 83, 148, 162;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5394A2;
    --bs-btn-active-border-color: #5394A2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5394A2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5394A2;
    --bs-gradient: none
}

.btn-outline-tertiary-600 {
    --bs-btn-color: #427682;
    --bs-btn-border-color: #427682;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #427682;
    --bs-btn-hover-border-color: #427682;
    --bs-btn-focus-shadow-rgb: 66, 118, 130;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #427682;
    --bs-btn-active-border-color: #427682;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #427682;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #427682;
    --bs-gradient: none
}

.btn-outline-tertiary-700 {
    --bs-btn-color: #325961;
    --bs-btn-border-color: #325961;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #325961;
    --bs-btn-hover-border-color: #325961;
    --bs-btn-focus-shadow-rgb: 50, 89, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #325961;
    --bs-btn-active-border-color: #325961;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #325961;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #325961;
    --bs-gradient: none
}

.btn-outline-tertiary-800 {
    --bs-btn-color: #213b41;
    --bs-btn-border-color: #213b41;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #213b41;
    --bs-btn-hover-border-color: #213b41;
    --bs-btn-focus-shadow-rgb: 33, 59, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #213b41;
    --bs-btn-active-border-color: #213b41;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #213b41;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #213b41;
    --bs-gradient: none
}

.btn-outline-tertiary-900 {
    --bs-btn-color: #111e20;
    --bs-btn-border-color: #111e20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #111e20;
    --bs-btn-hover-border-color: #111e20;
    --bs-btn-focus-shadow-rgb: 17, 30, 32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111e20;
    --bs-btn-active-border-color: #111e20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #111e20;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #111e20;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.table {
    --bs-table-bg: inherit !important;
    --bs-table-color: inherit !important;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem;
    font-family: var(--font-text-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: var(--radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.25rem
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: 1rem;
    margin: -1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0 solid;
    border-color: inherit
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 0;
    line-height: 1.25rem;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    border-radius: var(--radius)
}

.form-control-sm::file-selector-button {
    padding: .75rem;
    margin: - -.75rem;
    margin-inline-end: .75rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.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[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    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 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s
}

@media (prefers-reduced-motion:reduce) {
    .collapsing,
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-group {
    border-radius: var(--radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 2px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-warning {
    --bs-alert-color: #b37d05;
    --bs-alert-bg: #fff7e6;
    --bs-alert-border-color: #ffc239
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog,
    .nav-link {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:459px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
    .modal-sm {
        --bs-modal-width: 300px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:458.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target],
    .carousel-item {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow: scroll !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-none {
    display: none !important
}

:where(.uc-dark) .dark\:d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.shadow-xs {
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-auto {
    top: auto !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-1 {
    bottom: .125rem !important
}

.start-auto {
    left: auto !important
}

.start-0,
[dir=rtl] .rtl\:start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

[dir=rtl] .rtl\:end-auto {
    right: auto !important
}

.end-0,
[dir=ltr] .ltr\:end-0 {
    right: 0 !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.hover\:border-primary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}

:where(.uc-dark) .dark\:border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

:where(.uc-dark) .dark\:border-opacity-15 {
    --bs-border-opacity: 0.15
}

.w-24px {
    width: 24px !important
}

.w-32px {
    width: 32px !important
}

.w-40px {
    width: 40px !important
}

.w-80px {
    width: 80px !important
}

.w-100px {
    width: 100px !important
}

.w-150px {
    width: 150px !important
}

.w-250px {
    width: 250px !important
}

.w-300px {
    width: 300px !important
}

.w-800px {
    width: 800px !important
}

.w-1\/5 {
    width: 20% !important
}

.w-4\/5 {
    width: 80% !important
}

.w-100,
.w-full {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.max-w-64px {
    max-width: 64px !important
}

.max-w-72px {
    max-width: 72px !important
}

.max-w-150px {
    max-width: 150px !important
}

.max-w-600px {
    max-width: 600px !important
}

.max-w-xl {
    max-width: 1280px !important
}

.h-24px {
    height: 24px !important
}

.h-32px {
    height: 32px !important
}

.h-40px {
    height: 40px !important
}

.h-150px {
    height: 150px !important
}

.h-200px {
    height: 200px !important
}

.h-250px {
    height: 250px !important
}

.h-100 {
    height: 100% !important
}

.max-h-400px {
    max-height: 400px !important
}

.flex-1 {
    flex: 1 1 0% !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-start {
    justify-content: flex-start !important
}

.justify-center {
    justify-content: center !important
}

.justify-end {
    justify-content: flex-end !important
}

.justify-between {
    justify-content: space-between !important
}

.items-start {
    align-items: flex-start !important
}

.items-center {
    align-items: center !important
}

.items-end {
    align-items: flex-end !important
}

.self-center {
    align-self: center !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .5rem !important
}

.m-2 {
    margin: 1rem !important
}

.mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.me-narrow {
    margin-right: .25rem !important
}

.me-1 {
    margin-right: .5rem !important
}

.me-8 {
    margin-right: 4rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.ms-narrow {
    margin-left: .25rem !important
}

.ms-1 {
    margin-left: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-narrow {
    padding: .25rem !important
}

.p-1 {
    padding: .5rem !important
}

.p-2 {
    padding: 1rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.p-4 {
    padding: 2rem !important
}

.px-1 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pb-narrow {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.ps-1 {
    padding-left: .5rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-narrow {
    gap: .25rem !important
}

.gap-1 {
    gap: .5rem !important
}

.gap-2 {
    gap: 1rem !important
}

.gap-3 {
    gap: 1.5rem !important
}

.gap-4 {
    gap: 2rem !important
}

.fs-5 {
    font-size: 1rem !important
}

.fs-6 {
    font-size: .875rem !important
}

.fs-7 {
    font-size: .75rem !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-bold {
    font-weight: 600 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-none {
    text-decoration: none !important
}

.text-underline {
    text-decoration: underline !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.hover\:text-primary:hover,
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.hover\:text-danger:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.hover\:text-gray:hover,
.text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}

.text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.hover\:text-white:hover,
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

:where(.uc-dark) .dark\:text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

:where(.uc-dark) .dark\:hover\:text-gray-200:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

:where(.uc-dark) .dark\:text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-60 {
    --bs-text-opacity: 0.6
}

:where(.uc-dark) .dark\:text-opacity-50 {
    --bs-text-opacity: 0.5
}

.bg-primary,
.hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-25,
.hover\:bg-gray-25:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

:where(.uc-dark) .dark\:bg-gray-700,
:where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important
}

:where(.uc-dark) .dark\:bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}

:where(.uc-dark) .dark\:bg-gray-900,
:where(.uc-dark) .dark\:hover\:bg-gray-900:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

:where(.uc-dark) .dark\:bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.rounded {
    border-radius: var(--radius) !important
}

.rounded-1 {
    border-radius: 4px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.visible {
    visibility: visible !important
}

.text-truncate-2 {
    -webkit-line-clamp: 2 !important
}

.text-truncate-3 {
    -webkit-line-clamp: 3 !important
}

.min-w-64px {
    min-width: 64px !important
}

.min-w-72px {
    min-width: 72px !important
}

.min-w-100px {
    min-width: 100px !important
}

.min-h-48px {
    min-height: 48px !important
}

.min-h-64px {
    min-height: 64px !important
}

.min-h-72px {
    min-height: 72px !important
}

.min-h-100px {
    min-height: 100px !important
}

.min-h-150px {
    min-height: 150px !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
}

.icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
}

.icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
}

.icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
}

.icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.-ls-1 {
    letter-spacing: -1px !important
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important
}

.transition-all {
    transition-property: all !important
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important
}

.transition-transform {
    transition-property: transform !important
}

.duration-0 {
    transition-duration: 0s !important
}

.duration-150 {
    transition-duration: 150ms !important
}

.duration-200 {
    transition-duration: .2s !important
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.hover\:rotate-90:hover {
    transform: rotate(90deg) !important
}

.rounded-top-end {
    border-top-right-radius: var(--radius) !important
}

.ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.z-99 {
    z-index: 99 !important
}

.z-999 {
    z-index: 999 !important
}

.z-0 {
    z-index: 0 !important
}

@media (min-width:459px) {
    .sm\:w-350px {
        width: 350px !important
    }
    .sm\:w-500px {
        width: 500px !important
    }
    .sm\:h-40px {
        height: 40px !important
    }
    .sm\:h-100 {
        height: 100% !important
    }
    .sm\:m-0 {
        margin: 0 !important
    }
    .sm\:p-4 {
        padding: 2rem !important
    }
    .sm\:gap-4 {
        gap: 2rem !important
    }
    .sm\:fs-5 {
        font-size: 1rem !important
    }
    .sm\:fs-6 {
        font-size: .875rem !important
    }
}

@media (min-width:768px) {
    .md\:d-block {
        display: block !important
    }
    .md\:d-flex {
        display: flex !important
    }
    .md\:d-inline-flex {
        display: inline-flex !important
    }
    .md\:d-none {
        display: none !important
    }
    .md\:h-350px {
        height: 350px !important
    }
    .md\:h-100 {
        height: 100% !important
    }
    .md\:flex-1 {
        flex: 1 1 0% !important
    }
    .md\:order-0 {
        order: 0 !important
    }
    .md\:order-1 {
        order: 1 !important
    }
    .md\:m-4 {
        margin: 2rem !important
    }
    .md\:p-4 {
        padding: 2rem !important
    }
    .md\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .md\:gap-4 {
        gap: 2rem !important
    }
}

@media (min-width:992px) {
    .lg\:d-block {
        display: block !important
    }
    .lg\:d-flex {
        display: flex !important
    }
    .lg\:d-inline-flex {
        display: inline-flex !important
    }
    .lg\:d-none {
        display: none !important
    }
    .lg\:w-40px {
        width: 40px !important
    }
    .lg\:w-64px {
        width: 64px !important
    }
    .lg\:max-w-500px {
        max-width: 500px !important
    }
    .lg\:max-w-600px {
        max-width: 600px !important
    }
    .lg\:h-40px {
        height: 40px !important
    }
    .lg\:h-64px {
        height: 64px !important
    }
    .lg\:h-350px {
        height: 350px !important
    }
    .lg\:h-488px {
        height: 488px !important
    }
    .lg\:h-500px {
        height: 500px !important
    }
    .lg\:h-100 {
        height: 100% !important
    }
    .lg\:m-2 {
        margin: 1rem !important
    }
    .lg\:mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .lg\:mt-1 {
        margin-top: .5rem !important
    }
    .lg\:mt-2 {
        margin-top: 1rem !important
    }
    .lg\:mt-4 {
        margin-top: 2rem !important
    }
    .lg\:mb-6 {
        margin-bottom: 3rem !important
    }
    .lg\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
    .lg\:py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .lg\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .lg\:gap-2 {
        gap: 1rem !important
    }
    .lg\:gap-3 {
        gap: 1.5rem !important
    }
    .lg\:gap-6 {
        gap: 3rem !important
    }
    .lg\:min-w-250px {
        min-width: 250px !important
    }
    .lg\:min-h-100px {
        min-height: 100px !important
    }
    .lg\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-none {
        display: none !important
    }
    .xl\:m-6 {
        margin: 3rem !important
    }
    .xl\:mt-9 {
        margin-top: 5rem !important
    }
    .xl\:p-6 {
        padding: 3rem !important
    }
    .xl\:py-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .xl\:gap-4 {
        gap: 2rem !important
    }
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}

.bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.to-transparent {
    --uc-gradient-to: rgba(255, 255, 255, 0)
}

.from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important
}

.to-black {
    --uc-gradient-to: black
}

.from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.text-new,
.uc-navbar-nav>li>a {
    color: #4a8983 !important
}

.text-new2 {
    color: #0f6865 !important
}

.uc-navbar-nav>li>a .unicon-finance {
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.bg-live {
    background: url(/images/esperia-play/sezione-live-player.jpg) center/cover no-repeat
}

.bg-new2 {
    background: url(/images/esperia-play/sezione-tg.jpg) center/cover no-repeat
}

.bg-new6 {
    background: url(/images/esperia-play/sezione-medicina.jpg) center/cover no-repeat
}

.bg-new3 {
    background: url(/images/esperia-play/sezione-informazione.jpg) center/cover no-repeat
}

.bg-new4 {
    background: url(/images/esperia-play/sezione-intrattenimento.jpg) center/cover no-repeat
}

.bg-new5 {
    background: url(/images/esperia-play/sezione-sport.jpg) center/cover no-repeat
}

.enter-btn {
    background: #4a8983;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.enter-btn .title {
    font-weight: 500
}

.enter-btn .title strong {
    font-weight: 700
}

.enter-btn .icon {
    text-align: right;
    margin-top: 10px
}

.enter-btn .icon svg {
    width: 50px
}

.social-wrapper .img {
    padding: 10px 0;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

.social-wrapper .img:last-child {
    border: none;
    padding-bottom: 5px
}

.bg-new {
    background: linear-gradient(to bottom, #1c8d86, #366579)
}

#wrapper {
    position: relative;
    z-index: 1
}

#wrapper .top-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0
}

.contact-map-area-fluid .contact-map {
    width: 100%
}

.get-in-touch-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.get-in-touch-area ul li {
    list-style: none;
    display: flex;
    gap: 20px
}

.get-in-touch-area ul li .icon {
    min-width: 50px
}

.get-in-touch-area ul li .icon svg {
    width: 100%
}

.get-in-touch-area ul li .icon svg :not([fill=none]) {
    fill: none
}

.border-top-new {
    border-top: 1px solid #fff
}

@media (max-width:767px) {
    #wrapper .top-bg {
        display: none
    }

    .sm\:text-white {
        color: #ffffff;
    }

    .sm\:text-black {
        color: #000000!important;
    }

    .sm-text-white {
        color: #ffffff;
    }

    .sm-text-black {
        color: #000000!important;
    }
}

html.bp-md .md\:vstack{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

html.bp-sm .sm\:hstack{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

html.bp-lg .block-layout.slider-thumbs .swiper-thumbs .swiper-wrapper {
  height: 420px !important;
  width: auto !important
}

.btn-xs, html.bp-xs .btn-xs-xs, html.bp-xs .xs\:btn-xs, html.bp-sm .btn-xs-sm, html.bp-sm .sm\:btn-xs, html.bp-md .btn-xs-md, html.bp-md .md\:btn-xs, html.bp-lg .btn-xs-lg, html.bp-lg .lg\:btn-xs, html.bp-xl .btn-xs-xl, html.bp-xl .xl\:btn-xs, html.bp-xxl .btn-xs-xxl, html.bp-xxl .xxl\:btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 0.875rem !important;
}
:where(.uc-dark) .swiper .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.2;
}
:where(.uc-dark) .swiper .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1;
}

.video-js {
    position: absolute !important;
}

.uc-lightbox {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
}

.bn-area {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bn-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
}

.bn-area img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .bn-area {
        height: 100px;
    }
}
