.checkbox {
  margin-bottom: .5rem;
}

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

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

  /* TODO(@dylanharrington): clean this up somehow */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgNy41aDciIHN0cm9rZT0iI2ZmZmZmZiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
}
.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__month-year-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__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.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;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-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-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 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--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.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--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.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;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.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;
  margin: 0 auto;
  text-align: center;
}

.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%;
  box-sizing: content-box;
}

.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,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-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,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

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

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-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,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-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--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

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

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

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.loader {
  margin: auto;
  width: 5rem;
  height: 2rem;
  text-align: center;
  font-size: 1rem;
}

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

.laoder .rect2 {
  animation-delay: -1.1s;
}

.loader .rect3 {
  animation-delay: -1s;
}

.loader .rect4 {
  animation-delay: -.9s;
}

.loader .rect5 {
  animation-delay: -.8s;
}

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

  20% {
    transform: scaleY(1);
  }
}
/* Text */
.text {}

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

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

.header-md {
  font-size: 1.6rem;
}

.header-lg {
  font-size: 2.4rem;
  letter-spacing: -.1rem;
  line-height: 1;
}

.header-xlg {
  font-size: 3.2rem;
}

/* Droplets */
.droplet {
  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%;
}

.droplet-right {
  transform: rotateZ(45deg);
}

.droplet-left {
  transform: rotateZ(-135deg);
}

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

/* Layering */
.layer-header {
  z-index: 1010;
}

.layer-top-bar {
  z-index: 1000;
}

.layer-scroll-area-popup {
  z-index: 990;
}

.layer-navigation-sidebar {
  z-index: 2000;
}

.layer-menu {
  z-index: 4000;
}

.layer-modal-catcher {
  z-index: 5990;
}

.layer-modal {
  z-index: 6000;
}

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

.unfocused {
  opacity: .15;
}

.unfocused-overlay {
  opacity: .85;
}


/* have to put this here since codemirror autocomplete jams dom elements at top level */
.CodeMirror-hints {
  font: inherit !important;
  background: inherit !important;
  box-shadow: none !important;
  border: none !important;
}

.CodeMirror-hint {
  color: inherit !important;
  background-color: #3d3c41;
  padding: .5rem 2rem !important;
}

.CodeMirror-hint:nth-child(odd) {
  background-color: #37363b;
}

.CodeMirror-hint-active {
  background-color: #217a99 !important;
}
.control {
  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;
}

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

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

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

.up:hover,
.down:hover {
  opacity: 1;
  cursor: pointer;
}

.option {
  display: block;
}

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

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

.options-shift-down {
  margin-top: -4.9rem;  /* 1.2rem down from center */
}
.menu {
  background-color: #37363b;
  border-radius: .2rem 0 .2rem .2rem;
  width: 50rem;
  position: absolute;
  right: 0;
  top: 2.9rem;
}

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

.inner {
  padding: 1rem 2rem;
}

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

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

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

.arrow svg {
  height: 3rem;
}

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

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

.actions .inner > span {
  flex: 1 0 20rem;
}

.actions .inner > button {
  margin-left: .5rem;
}

.defaults .inner {
  padding: 1rem;
}
.action {
  display: inline-block;
  vertical-align: middle;
}

.action .icon g {
  fill: white;
}

.action:hover .action-label,
.action:hover .icon g {
  color: #a7a7a8;
  fill: #a7a7a8;
}

.action-label {
  vertical-align: middle;
  display: inline-block;
  height: 2rem;
}

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

.icon svg {
  height: 1.7rem;
  width: 1.7rem;
}
.checkboxRoot {
  width: 1.8rem;
  height: 1.8rem;
  visibility: hidden;
  cursor: pointer;
}

.checkboxRoot::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;
}

.checkboxRoot:checked::after {
  /* TODO(@dylanharrington): clean this up somehow */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMzUgNy42NDNhLjUuNSAwIDAgMC0uNy43MTRsMi45MjIgMi44NjQgNC44MzgtNi45MzVhLjUuNSAwIDEgMC0uODItLjU3Mkw2LjQyOCA5LjY3OSA0LjM1IDcuNjQzeiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.checkbox {
  margin-top: .3rem;
}

.checkbox:checked::after {
  border-color: #217a99;
  background-color: #217a99;
}
/*
 * 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 */
/*
 * 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 */
.CellOverflowHidden__overflow-ellipsis___3MLkw {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ConfirmationModal__root___2JQfH {
  padding: 2rem;
  width: 42rem;
}

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

.ConfirmationModal__buttons___19efJ {
  text-align: center;
}

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

.ConfirmationModal__button-right___YDOPJ {
  display: inline-block;
  margin-left: .7rem;
}
/*
 * 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___3DwyP {}

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

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

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

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

.global__header-xlg___2nvX5 {
  font-size: 3.2rem;
}

/* Droplets */
.global__droplet___3N5bv {
  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___Ce4W7 {
  transform: rotateZ(45deg);
}

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

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

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

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

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

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

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

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

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

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

.global__unfocused___1Mjzw {
  opacity: .15;
}

.global__unfocused-overlay___u59Dv {
  opacity: .85;
}


/* have to put this here since codemirror autocomplete jams dom elements at top level */
.global__CodeMirror-hints___oCCQm {
  font: inherit !important;
  background: inherit !important;
  box-shadow: none !important;
  border: none !important;
}

.global__CodeMirror-hint___1jJix {
  color: inherit !important;
  background-color: #3d3c41;
  padding: .5rem 2rem !important;
}

.global__CodeMirror-hint___1jJix:nth-child(odd) {
  background-color: #37363b;
}

.global__CodeMirror-hint-active___1AAWi {
  background-color: #217a99 !important;
}
.CellActivity__activity-dot___C06dX {
  transition: background-color 1s ease-in-out;
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-radius: 50%;
  margin-right: .8rem;
}

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

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

.CellActivity__activity-dot-off___1DrUu {
  background-color: #ef5730;
}
/* Text */
.global__text___3DwyP {}

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

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

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

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

.global__header-xlg___2nvX5 {
  font-size: 3.2rem;
}

/* Droplets */
.global__droplet___3N5bv {
  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___Ce4W7 {
  transform: rotateZ(45deg);
}

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

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

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

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

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

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

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

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

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

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

.global__unfocused___1Mjzw {
  opacity: .15;
}

.global__unfocused-overlay___u59Dv {
  opacity: .85;
}


/* have to put this here since codemirror autocomplete jams dom elements at top level */
.global__CodeMirror-hints___oCCQm {
  font: inherit !important;
  background: inherit !important;
  box-shadow: none !important;
  border: none !important;
}

.global__CodeMirror-hint___1jJix {
  color: inherit !important;
  background-color: #3d3c41;
  padding: .5rem 2rem !important;
}

.global__CodeMirror-hint___1jJix:nth-child(odd) {
  background-color: #37363b;
}

.global__CodeMirror-hint-active___1AAWi {
  background-color: #217a99 !important;
}
.Modal__outer___23N2D {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.Modal__modal___LrsEe {
  max-width: 50%;
  border: solid 1px #1e1d1f;
  border-radius: .4rem;
  background-color: #171718;
  margin-bottom: 10rem;
  z-index: 1;
}
.DefaultRanges__default-ranges-root___2HyVk {
  width: 100%;
  display: flex;
}

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

.DefaultRanges__range-item___1dJZq {
  height: 3rem;
}

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

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

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

.DefaultRanges__selected-range___3oPaZ:hover {
  background-color: #196680;
  border: .1rem solid #196680;
}

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