/*!
 * Dash Bootstrap CSS v0.2.0
 * Copyright 2019-2021 Faculty
 * Licensed under Apache-2.0
 * Based on Bootstrap and Bootswatch
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
  --blue: #0844a4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #f80;
  --green: #77b300;
  --teal: #20c997;
  --cyan: #93c;
  --white: #fff;
  --gray: #555;
  --gray-dark: #222;
  --primary: #0844a4;
  --secondary: #555;
  --success: #77b300;
  --info: #93c;
  --warning: #f80;
  --danger: #c00;
  --light: #222;
  --dark: #adafae;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dash-bootstrap .SingleDatePicker,
.dash-bootstrap .DateRangePicker {
  display: block;
}

.dash-bootstrap .SingleDatePickerInput,
.dash-bootstrap .DateRangePickerInput {
  background-color: #fff;
  color: #282828;
  display: block;
}

.dash-bootstrap .SingleDatePickerInput__withBorder,
.dash-bootstrap .DateRangePickerInput__withBorder {
  border-radius: 0.25rem;
  border: 1px solid #fff;
  display: flex;
}

.dash-bootstrap .DateInput {
  background: transparent;
  flex-grow: 1;
  width: 100%;
}

.dash-bootstrap .DateInput > input::placeholder {
  color: #000;
  opacity: 1;
}

.dash-bootstrap .DateInput > input::-ms-input-placeholder {
  color: #000;
}

.dash-bootstrap .DateInput > input:-ms-input-placeholder {
  color: #000;
}

.dash-bootstrap .DateInput_input {
  padding: 0.375rem 1rem;
  height: calc(1.5em + 0.75rem);
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 0;
  background: transparent;
  text-align: center;
  color: #000;
}

.dash-bootstrap .DateRangePickerInput_arrow {
  color: #282828;
  align-self: center;
  padding: 0px 0px;
}

.dash-bootstrap .DateInput_fang.DateInput_fang_1 {
  top: calc(calc(1.5em + 0.75rem + 2px) + 10px) !important;
}

.dash-bootstrap .DateInput_fang.DateInput_fang_1 .DateInput_fangShape {
  fill: #282828;
}

.dash-bootstrap .DateInput_fang.DateInput_fang_1 .DateInput_fangStroke {
  stroke: rgba(0, 0, 0, 0.2);
}

.dash-bootstrap .SingleDatePicker_picker,
.dash-bootstrap .DateRangePicker_picker {
  top: calc(calc(1.5em + 0.75rem + 2px) + 21px) !important;
  background-color: transparent;
}

.dash-bootstrap .DayPicker {
  background: #282828;
}

.dash-bootstrap .DayPicker.DayPicker__withBorder {
  border-radius: 0.3rem;
}

.dash-bootstrap .DayPicker_weekHeader {
  color: #a8a7a7;
}

.dash-bootstrap .DayPickerNavigation_button {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #282828;
}

.dash-bootstrap .DayPickerNavigation_button svg {
  fill: #adafae;
}

.dash-bootstrap .DayPickerNavigation_button:hover {
  background: #353535;
}

.dash-bootstrap .DayPickerNavigation_button:hover svg {
  fill: #fff;
}

.dash-bootstrap .CalendarMonth_caption {
  color: #adafae;
}

.dash-bootstrap .CalendarMonthGrid {
  background-color: #282828;
}

.dash-bootstrap .CalendarMonth {
  background-color: #282828;
}

.dash-bootstrap .CalendarDay__default {
  color: #adafae;
  border-color: #424141;
  background-color: transparent;
}

.dash-bootstrap .CalendarDay__default:hover {
  background: #353535;
  border-color: #424141;
  color: #fff;
}

.dash-bootstrap .CalendarDay__default.CalendarDay__selected, .dash-bootstrap .CalendarDay__default.CalendarDay__selected:hover {
  background: #0844a4;
  border: 1px double #0844a4;
  color: #fff;
}

.dash-bootstrap .CalendarDay__default.CalendarDay__hovered_span, .dash-bootstrap .CalendarDay__default.CalendarDay__hovered_span:hover {
  background: #0844a4;
  color: #fff;
}

.dash-bootstrap .CalendarDay__default.CalendarDay__blocked_out_of_range, .dash-bootstrap .CalendarDay__default.CalendarDay__blocked_out_of_range:hover {
  color: #424141;
  border-color: #424141;
  background: #282828;
  cursor: default;
}

.dash-bootstrap .CalendarDay__outside {
  border: 0;
  cursor: default;
}

.dash-bootstrap .DayPicker_transitionContainer {
  border-radius: calc(0.3rem - 1px);
}

.dash-bootstrap .DayPickerKeyboardShortcuts_show::before {
  content: none;
}

.dash-bootstrap .DayPickerKeyboardShortcuts_show__bottomRight {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #0844a4;
  border-left: 16px solid transparent;
  border-right: 16px solid #0844a4;
  border-bottom-right-radius: calc( 0.3rem - 1px);
}

.dash-bootstrap .DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-right: 0;
  border-top: 0;
}

.dash-bootstrap .DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-top: 12px solid transparent;
  border-bottom: 12px solid #0844a4;
  border-left: 16px solid transparent;
  border-right: 16px solid #0844a4;
}

.dash-bootstrap .DayPickerKeyboardShortcuts_show__bottomRight .DayPickerKeyboardShortcuts_showSpan {
  bottom: -11px;
  right: -12px;
  color: #fff;
}

.dash-bootstrap .DayPickerKeyboardShortcuts_panel {
  background: #282828;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  color: #adafae;
}

.dash-bootstrap .DayPickerKeyboardShortcuts_panel .DayPickerKeyboardShortcuts_closeSvg {
  fill: #adafae;
}
