/*! @revision: 8a42ef89 at 2026-02-20T20:40:20+00:00 */
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);
@charset "UTF-8";html,
body {
  background-color: #fff;
  color: #1f2129;
  font-family: 'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic',
    helvetica, arial, sans-serif !important;
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  overscroll-behavior: none;
}#root {
  display: flex;
}#root [data-el='toaster'] {
  z-index: 100000101;
}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}.pika-single:after { clear: both }.pika-single.is-hidden {
    display: none;
}.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}.pika-title {
    position: relative;
    text-align: center;
}.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}.pika-select {
    display: inline-block;
}.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}.pika-week {
    font-size: 11px;
    color: #999;
}.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}/* styling for abbr */.pika-table abbr {
    border-bottom: none;
    cursor: help;
}/* Ported from `app/styles/components/camp-datepicker.scss` */.camp-datepicker {
  position: relative;
  font-family: 'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic',
    helvetica, arial, sans-serif !important;
  font-size: 14px;
  color: #353a4a;
}.camp-datepicker input[type='text'] {
  padding: 0 12px;
  border-radius: 4px;
  border: solid 1px #ced3e0;
  line-height: 36px;
}.camp-datepicker span.icon {
  position: absolute;
  margin-right: 13px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}.camp-datepicker-icon-only span.icon {
  position: static;
  transform: translateY(50%);
}.pika-single.camp-datepicker_calendar {
  margin-top: 8px;
  font-family: 'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic',
    helvetica, arial, sans-serif !important;
  border-radius: 4px;
  box-shadow: 0 4px 8px -2px rgba(53, 58, 74, 0.53), 0 0 1px 0 #9298ad;
}.pika-single.camp-datepicker_calendar.is-within-popover {
  z-index: 190000000;
}.pika-single.camp-datepicker_calendar .pika-lendar {
  width: 300px;
  margin: 8px 0 16px 0;
  font-weight: 600;
}.pika-single.camp-datepicker_calendar thead {
  background-color: #f7f9ff;
  border-top: 1px solid #e4e7f0;
  border-bottom: 1px solid #e4e7f0;
}.pika-single.camp-datepicker_calendar .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}.pika-single.camp-datepicker_calendar .pika-table abbr {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  color: #353a4a;
  text-decoration: none;
  text-transform: uppercase;
}.pika-single.camp-datepicker_calendar .pika-table td {
  width: 24px;
  border-spacing: 0;
}.pika-single.camp-datepicker_calendar .pika-title {
  padding: 0 16px;
}.pika-single.camp-datepicker_calendar .pika-button {
  margin: 16px 8px 0;
  padding: 0;
  width: 24px;
  line-height: 24px;
  border: none;
  border-radius: 0;
  font-family: 'IBM Plex Sans', 'Franklin Gothic', 'ITC Franklin Gothic',
    helvetica, arial, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #353a4a;
  background-color: #ffffff;
}.pika-single.camp-datepicker_calendar .is-today .pika-button {
  background-color: #f7f9ff;
  font-weight: 600;
}.pika-single.camp-datepicker_calendar .pika-button:hover,
.pika-single.camp-datepicker_calendar .is-selected .pika-button {
  color: #ffffff;
  background-color: #004cff;
  font-weight: 600;
}.camp-datepicker-icon-only .camp-datepicker_calendar {
  position: absolute;
  right: 10px;
  top: 13px;
}.camp-datepicker-icon-only .camp-datepicker_calendar .pika-table {
  table-layout: fixed;
}.camp-datepicker-icon-only .camp-datepicker_calendar .pika-button {
  margin: 16px 0 0 0;
}.camp-datepicker-custom-display .camp-datepicker_calendar {
  right: unset;
}.camp-datepicker-custom-display .camp-datepicker_calendar .pika-button {
  margin: 16px 0 0 10px;
}

