
$font-size-root: 16px;
$link-color: #9966cc;
$link-hover-color: #8808dd;
//$primary: #057ADA;
$primary: #7c69ef;
$success: #36b37e;
// $danger: #cd5c5c;
$secondary: #DA722C;
$min-contrast-ratio: 2.5;


// Body
$body-bg: #fff;

// Typography
$font-family-sans-serif: "Nunito", sans-serif;
$enable-responsive-font-sizes: true;
// $font-size-base: 0.9rem;
// $line-height-base: 1.6;

// Colors
// $blue: #0d6efd;
// $indigo: #6610f2;
// $purple: #6f42c1;
// $pink: #d63384;
// $red: #dc3545;
// $orange: #fd7e14;
// $yellow: #ffc107;
// $green: #198754;
// $teal: #20c997;
// $cyan: #0dcaf0;
$brilliant-rose: #0d6efd;



@import "bootstrap/scss/functions";
@import "bootstrap/scss/_variables";
@import "bootstrap/scss/mixins";

$zindex-tooltip: 3000;

$custom-theme-colors:map-merge($theme-colors, (
  "brilliant-rose": $pink
));

$theme-colors: map-merge($theme-colors, $custom-theme-colors);



// $theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
// $utilities-colors: map-merge($utilities-colors, $theme-colors-rgb);
// // $utilities-text-colors: map-loop($utilities-colors, rgba-css-var, "$key", "text");
// $utilities-bg-colors: map-loop($utilities-colors, rgba-css-var, "$key", "bg");


// Font Size
$custom-font-sizes:map-merge($font-sizes, (
  7: 1rem,
  8: .9rem,
  9: .8rem,
));

$font-sizes: map-merge($font-sizes, $custom-font-sizes);


.vs__dropdown-option--highlight .text-muted{
  color: #fff !important;
}
.vs__dropdown-option--highlight {
  background: $success !important;
  background-color: $success !important;
}