$success: #3bbea7 !default;
$warning: #e0234e !default;

$white: #fff;
$gray-100: #f8f9fa;
$gray-200: #e9ecef;
$gray-300: #dee2e6;
$gray-400: #ced4da;
$gray-500: #adb5bd;
$gray-600: #6c757d;
$gray-700: #495057;
$gray-800: #343a40;
$gray-900: #212529;
$black: #000;
$light: $gray-700;

$border-radius: 0.1rem !default;
$border-radius-sm: 0.1rem !default;
$border-radius-lg: 0.1rem !default;

$secondary: $white;

$list-group-color: $secondary;
$list-group-bg: $gray-900;
$list-group-border-color: $gray-700;

$breadcrumb-divider-color: $gray-500;
$breadcrumb-active-color: $secondary;
$breadcrumb-divider: quote(".");

$body-bg: $black;
$body-color: $gray-100;

$input-bg: $black;
$input-color: $white;

$custom-select-bg: $black;
$custom-select-disabled-bg: $gray-600 !default;

$component-active-bg: $white !default;

$breadcrumb-bg: $black;
