// Import bootstrap variables including default color palette and fonts
@import '../../node_modules/bootstrap/scss/functions';
@import "../../node_modules/bootstrap/scss/variables";

$bs-datetimepicker-border-radius: $border-radius !default;
$screen-sm-min: map-get($grid-breakpoints, sm) !default;
$screen-md-min: map-get($grid-breakpoints, md) !default;
$screen-lg-min: map-get($grid-breakpoints, lg) !default;

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

// Import datepicker component
@import "_bootstrap-datetimepicker";
