/*
 * Type 1: Named colors exported from Zeplin
 *
 * This set of colors will be kept in sync with Sketch and only referenced from
 * within this css file.
 *
 */

/* RGBA translations of the above colors */

/**
 * Type 2: Intent/usage based aliases to Type 1 color variables
 *
 * To avoid confusion, these colors should be named based on their usage/intent.
 * For example, `linkText` might apply to most links but tooltip links could
 * have a `tooltipLinkText` which would either point at `linkText` or be another
 * color entirely. For any type 2 color references that are so specific that
 * they won't be used be used by anything else should be declared at the top of
 * their file in a similar fashion, referencing the type 1 colors.
 *
 * If you find yourself deleting all references to a color within a file, double
 * check that it is still necessary.
 *
 */

/* Lists */

/* Body */

/* Menus */

/* Buttons */

/* Tooltips */

/* Clock */

/* Calendar */

/* Links */

/* Sub Navigation */

/* Droplet */

/* Charts */

/* Forms */

/* Switch */

/* Hover Info */

/* Table */

/* Selection List */

/* Progress Indicators */

/* Activity Dots */

/* Popup Menu */

/* Popover */

/* Popover Menu */

/* Modal */
/* Text */
.global__text___3Qahw {}

/* Links */
.global__link___J15rw {
  color: #ffffff;
  text-decoration: none;
}

/* Headers */
.global__header___hoZEH {
  font-weight: 400;
  margin: 0;
}

.global__header-md___MDurz {
  font-size: 1.6rem;
}

.global__header-lg___2D166 {
  font-size: 2.4rem;
  letter-spacing: -.1rem;
  line-height: 1;
}

.global__header-xlg___5a7-d {
  font-size: 3.2rem;
}

/* Droplets */
.global__droplet___QsMy2 {
  background-color: #217a99;
  display: block;
  height: 2rem;
  width: 2rem;
  border-top-left-radius: 80% 55%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 55% 80%;
  border-bottom-left-radius: 50%;
}

.global__droplet-right___2DZ1q {
  transform: rotateZ(45deg);
}

.global__droplet-left___4BCkm {
  transform: rotateZ(-135deg);
}

.global__droplet-inner___kk7Jg {
  display: block;
  transform: rotateZ(-45deg);
  text-align: center;
  margin: .2rem .2rem 0 0;
}

/* Layering */
.global__layer-header___wA5v8 {
  z-index: 1010;
}

.global__layer-top-bar___2LvNJ {
  z-index: 1000;
}

.global__layer-scroll-area-popup___26k2m {
  z-index: 990;
}

.global__layer-navigation-sidebar___9ipNL {
  z-index: 2000;
}

.global__layer-menu___3V65F {
  z-index: 4000;
}

.global__layer-modal-catcher___nxVt1 {
  z-index: 5990;
}

.global__layer-modal___3huME {
  z-index: 6000;
}

/* Announcement Pages exp. 404, license expiration, ... */
.global__centered-root___2b7if {
  position: fixed;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 11rem;
  right: 0;
}

.global__unfocused___3S6gS {
  opacity: .15;
}

.global__unfocused-overlay___Y-Igj {
  opacity: .85;
}
/*
 * Type 1: Named colors exported from Zeplin
 *
 * This set of colors will be kept in sync with Sketch and only referenced from
 * within this css file.
 *
 */

/* RGBA translations of the above colors */

/**
 * Type 2: Intent/usage based aliases to Type 1 color variables
 *
 * To avoid confusion, these colors should be named based on their usage/intent.
 * For example, `linkText` might apply to most links but tooltip links could
 * have a `tooltipLinkText` which would either point at `linkText` or be another
 * color entirely. For any type 2 color references that are so specific that
 * they won't be used be used by anything else should be declared at the top of
 * their file in a similar fashion, referencing the type 1 colors.
 *
 * If you find yourself deleting all references to a color within a file, double
 * check that it is still necessary.
 *
 */

/* Lists */

/* Body */

/* Menus */

/* Buttons */

/* Tooltips */

/* Clock */

/* Calendar */

/* Links */

/* Sub Navigation */

/* Droplet */

/* Charts */

/* Forms */

/* Switch */

/* Hover Info */

/* Table */

/* Selection List */

/* Progress Indicators */

/* Activity Dots */

/* Popup Menu */

/* Popover */

/* Popover Menu */

/* Modal */
.Modal__outer___2JKOk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.Modal__shadow___3eFdG {
  background-color: #37363b;
  opacity: .85;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.Modal__modal___NQ4W0 {
  max-width: 50%;
  border: solid 1px #1e1d1f;
  border-radius: .4rem;
  background-color: #171718;
  margin-bottom: 10rem;
  z-index: 1;
}
.ConfirmationModal__root___6uYgS {
  padding: 2rem;
  width: 42rem;
}

.ConfirmationModal__text___WrFGf {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
  margin-top: .4rem;
}

.ConfirmationModal__buttons___eEXmd {
  text-align: center;
}

.ConfirmationModal__button-left___1B8dn {
  display: inline-block;
  margin-right: .7rem;
}

.ConfirmationModal__button-right___nd6un {
  display: inline-block;
  margin-left: .7rem;
}
.shared__checkboxRoot___26arQ {
  width: 1.8rem;
  height: 1.8rem;
  visibility: hidden;
  cursor: pointer;
}

.shared__checkboxRoot___26arQ::after {
  visibility: visible;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: .2rem;
  border: solid .1rem #5d5d60;
  background: transparent no-repeat center center;
}

.shared__checkboxRoot___26arQ:checked::after {
  /* TODO(@dylanharrington): clean this up somehow */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+MEU0Rjk2NTgtNEIzQy00MDI5LTgyOTctMUEwRkM4NjNBQUM3PC90aXRsZT48cGF0aCBkPSJNNC4zNSA3LjY0M2EuNS41IDAgMCAwLS43LjcxNGwyLjkyMiAyLjg2NCA0LjgzOC02LjkzNWEuNS41IDAgMSAwLS44Mi0uNTcyTDYuNDI4IDkuNjc5IDQuMzUgNy42NDN6IiBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.SelectionCellRenderer__checkbox___10TB3 {
  margin-top: .3rem;
}

.SelectionCellRenderer__checkbox___10TB3:checked::after {
  border-color: #217a99;
  background-color: #217a99;
}
.SelectionHeaderRenderer__checkbox___xTTRN {
  margin-bottom: .5rem;
}

.SelectionHeaderRenderer__checkbox___xTTRN:checked::after {
  border-color: #ffffff;
}

.SelectionHeaderRenderer__hasSelection___1RDQj::after {
  border-color: #ffffff;

  /* TODO(@dylanharrington): clean this up somehow */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+NzI3QkVBNkYtRTE2NS00NDU3LUJBOUMtM0VDQTEyQkE3NzkzPC90aXRsZT48cGF0aCBkPSJNNCA3LjVoNyIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
}
.InlineLoader__loader___2p4AI {
  margin: auto;
  width: 5rem;
  height: 2rem;
  text-align: center;
  font-size: 1rem;
}

.InlineLoader__loader___2p4AI > div {
  background-color: #a7a7a8;
  height: 100%;
  width: .3rem;
  margin: 0 .1rem;
  display: inline-block;
  animation: InlineLoader__stretchdelay___29_kF 1.2s infinite ease-in-out;
}

.InlineLoader__laoder___1VVyR .InlineLoader__rect2___2-nt5 {
  animation-delay: -1.1s;
}

.InlineLoader__loader___2p4AI .InlineLoader__rect3___tjgDK {
  animation-delay: -1s;
}

.InlineLoader__loader___2p4AI .InlineLoader__rect4___3MIa2 {
  animation-delay: -.9s;
}

.InlineLoader__loader___2p4AI .InlineLoader__rect5___3HD1M {
  animation-delay: -.8s;
}

@keyframes InlineLoader__stretchdelay___29_kF {
  0%,
  40%,
  100% {
    transform: scaleY(.4);
  }

  20% {
    transform: scaleY(1);
  }
}
.DefaultRanges__default-ranges-root___1QEVt {
  width: 100%;
  display: flex;
}

.DefaultRanges__range-col___33-E2 {
  width: 25%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.DefaultRanges__range-item___2hPhc {
  height: 3rem;
}

.DefaultRanges__range___3GdhR {
  line-height: 3rem;
  margin-right: 1rem;
  padding-left: 1rem;
  border-radius: .2rem;
}

.DefaultRanges__range___3GdhR:hover {
  line-height: 2.9rem;
  padding-left: .9rem;
  border: .1rem solid #a7a7a8;
  cursor: pointer;
}

.DefaultRanges__selected-range___wRp8F {
  background-color: #217a99;
}

.DefaultRanges__selected-range___wRp8F:hover {
  background-color: #196680;
  border: .1rem solid #196680;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.Clock__control___1ygP6 {
  height: 7rem;
  width: 7rem;
  border: 1px solid #5d5d60;
  text-align: center;
  line-height: 4.8rem;
  border-radius: .2rem;
  margin: 0 .25rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.Clock__control-sub___3TYgL {
  width: 7rem;
  height: 2.3rem;
  border-radius: .2rem;
  position: absolute;
  left: -.1rem;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.Clock__up___xfCCk {
  top: -.1rem;
  border-top: .4rem solid #217a99;
}

.Clock__down___2XvBW {
  bottom: -.1rem;
  border-bottom: .4rem solid #217a99;
}

.Clock__up___xfCCk:hover,
.Clock__down___2XvBW:hover {
  opacity: 1;
  cursor: pointer;
}

.Clock__option___3bFu1 {
  display: block;
}

.Clock__options___2ndTk {
  transition: margin .7s cubic-bezier(.7, 1.78, .34, .56);
  margin-top: -3.7rem;
}

.Clock__options-shift-up___2z9iZ {
  margin-top: -2.5rem;   /* 1.2rem from center */
}

.Clock__options-shift-down___1XIsy {
  margin-top: -4.9rem;  /* 1.2rem down from center */
}
.TimePicker__time-picker-root___2gC5u {
  display: inline-block;
  position: relative;
  height: 3.1rem;
}

.TimePicker__menu___27B9m {
  background-color: #37363b;
  border-radius: .2rem 0 .2rem .2rem;
  width: 50rem;
  position: absolute;
  right: 0;
  top: 2.9rem;
}

.TimePicker__top___3ec7O {
  border-bottom: .1rem solid #444349;
}

.TimePicker__inner___2Ix3M {
  padding: 1rem 2rem;
}

.TimePicker__timezone___17BEN {
  display: inline-block;
  line-height: 2.8rem;
  margin-left: .3rem;
}

.TimePicker__top___3ec7O .TimePicker__inner___2Ix3M > button {
  display: inline-block;
  vertical-align: top;
  margin-right: .5rem;
}

.TimePicker__arrow___Cltgw {
  display: inline-block;
  height: 3rem;
  margin: 0 .8rem 0 .3rem;
}

.TimePicker__arrow___Cltgw svg {
  height: 3rem;
}

.TimePicker__actions___1s_M3 {
  background-color: #3d3c41;
  border-radius: 0 0 .2rem .2rem;
}

.TimePicker__actions___1s_M3 .TimePicker__inner___2Ix3M {
  display: flex;
  justify-content: flex-end;
  align-content: space-between;
  align-items: center;
}

.TimePicker__actions___1s_M3 .TimePicker__inner___2Ix3M > span {
  flex: 1 0 20rem;
}

.TimePicker__actions___1s_M3 .TimePicker__inner___2Ix3M > button {
  margin-left: .5rem;
}

.TimePicker__defaults___3H43v .TimePicker__inner___2Ix3M {
  padding: 1rem;
}
.CellActivity__activity-dot___3vZP7 {
  transition: background-color 1s ease-in-out;
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-radius: 50%;
  margin-right: .8rem;
}

.CellActivity__activity-label___1VBCq {
  text-transform: capitalize;
}

.CellActivity__activity-dot-on___lIhfK {
  background-color: #217a99;
}

.CellActivity__activity-dot-off___19-fX {
  background-color: #ef5730;
}
.popover__root___GDEwW {
  position: relative;
}

/* Composes won't work with nested selectors. Layer should be right under layer-modal */
.popover__popover___3aYPg {
  z-index: 5000;
}

.popover__popover___3aYPg .Popover-body {
  background-color: #37363b;
  padding: 2rem;
  border-radius: .2rem;
}

.popover__popover___3aYPg .Popover-body:empty,
.popover__popover___3aYPg .Popover-body:empty + .Popover-tip {
  opacity: 0;
}

.popover__popover___3aYPg .Popover-tip {
  fill: #37363b;
}
.PopoverMenu__button-base___3JPAx {
  cursor: pointer;
  cursor: context-menu;
  color: #a7a7a8;
  font-size: 1.8rem;
}

.PopoverMenu__button___2K0Md {
}

.PopoverMenu__button-open___2TbTG {
}

.PopoverMenu__button-open___2TbTG,
.PopoverMenu__button___2K0Md:hover {
  color: #ffffff;
}

.PopoverMenu__menu-popover___2C4tt {
}

.PopoverMenu__menu-popover___2C4tt {
  filter: drop-shadow(0 .1rem .2rem rgba(0, 0, 0, .3));
}

.PopoverMenu__menu-popover___2C4tt .Popover-body {
  padding: 0;
}

.PopoverMenu__menu-popover___2C4tt .Popover-tip {
  display: none;
}
.CellLink__action___2V8ul {
  display: inline-block;
  vertical-align: middle;
}

.CellLink__action___2V8ul .CellLink__icon___3d1ZU g {
  fill: white;
}

.CellLink__action___2V8ul:hover .CellLink__action-label___3p7hJ,
.CellLink__action___2V8ul:hover .CellLink__icon___3d1ZU g {
  color: #a7a7a8;
  fill: #a7a7a8;
}

.CellLink__action-label___3p7hJ {
  vertical-align: middle;
  display: inline-block;
  height: 2rem;
}

.CellLink__icon___3d1ZU {
  margin-right: .3rem;
}

.CellLink__icon___3d1ZU svg {
  height: 1.7rem;
  width: 1.7rem;
}
.CellOverflowHidden__overflow-ellipsis___2hiIY {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=ConfigMaker.css.map*/