/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --darkgreen: #004B1C;
  --electricgreen: #00FF55;
  --greengreen: #00B728;
  --yellowgreen: #D4FF00;
  --lightgreen: #B5FFCE;
  --alicegreen: #ECFFDB;
  --orangeorange: #FF8D28;
  --yellow: #FFD500;
  --cream: #FEFEC3;
  --primary-lm: black;
  --background-lm: white ;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-style: normal;
  color: var(--primary-lm);
}
@media (max-width: 699px) {
  body {
    margin: 0 16px;
  }
}

h2 {
  font-size: 18px;
  font-weight: 500;
}

#timeline_page, #timeline_data_page, #data_page {
  margin: 0;
}

p.small {
  font-size: 13px !important;
}

.grey {
  color: grey;
}
.grey a {
  color: grey;
}

#timeline_page {
  overflow: scroll;
  background: whitesmoke;
  height: calc(100vh - 45px);
}

#timeline_data {
  margin: 0 20px;
}

svg a {
  text-decoration: none;
}

a, svg a:hover {
  color: var(--primary-lm);
  text-decoration: underline;
}

nav {
  display: flex;
  padding: 4px 1em 12px 1em;
  justify-content: space-between;
  overflow: auto;
}
nav #left_content, nav #right_content {
  display: flex;
  align-items: center;
}
@media (min-width: 700px) {
  nav #hamburger {
    display: none !important;
  }
}
nav #hamburger {
  width: 32px;
  /* text-align: center; */
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1 3H15V5H1V3ZM1 7H15V9H1V7ZM15 11H1V13H15V11Z' fill='black'/></svg>");
}
@media (max-width: 699px) {
  nav #calendar_content {
    display: none !important;
  }
}
nav {
  border-bottom: 1px solid lightgrey;
  background-color: white;
}
nav #timeline_nav, nav #list_nav {
  display: flex;
  border-top: 3px solid transparent;
  padding: 18px 0.5rem 4px 0.5rem;
}
nav #timeline_nav div, nav #timeline_nav a, nav #list_nav div, nav #list_nav a {
  display: block;
  text-decoration: none;
}
nav #timeline_nav.selected, nav #list_nav.selected {
  border-top: 3px solid var(--primary-lm) !important;
  font-weight: 500;
}
nav #timeline_nav {
  padding-right: 12px;
}

#profile_overflow {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve' class='dropbtn'><circle cx='12' cy='5.9' r='1.5' /><circle cx='12' cy='12' r='1.5' /><circle cx='12' cy='18.1' r='1.5' /></svg>");
}

#share_timeline, #profile_overflow {
  text-decoration: none;
  border: 1px solid transparent;
}

#profile_overflow:hover, #share_timeline:hover {
  border: 1px solid var(--primary-lm);
  border-radius: 3px;
}

#add_event, #profile {
  display: flex;
}

#add_event {
  align-items: center;
}

#to, #from {
  display: flex;
  right: 20px;
}

@media (max-width: 700px) {
  .from_menu, .to_menu {
    display: none !important;
  }
}

@media (min-width: 699px) {
  .from_menu_responsive, .to_menu_responsive {
    display: none !important;
  }
}

a#add_event:hover {
  text-decoration: none !important;
}

#timeline_data_page a#add_event:hover {
  background-color: var(--primary-lm);
}

#calendar_dropdown, #profile_dropdown, #to_dropdown, #from_dropdown, #share_dropdown, #add_content_dropdown, #filter_dropdown, .dropdown_content {
  border: 1px solid lightgrey;
  padding: 0.5em 0;
  border-radius: 3px;
  margin-top: 3rem;
  width: max-content;
}

#timeline_dropdown, #calendar_dropdown, #add_content_dropdown {
  margin-top: 4px;
}

#profile_dropdown {
  margin-top: 36px;
  right: 24px;
}

#add_content_dropdown {
  right: 115px;
}

#share_dropdown {
  right: 70px;
  margin-top: 6px;
}

#filter_dropdown small {
  padding: 0 4px;
  margin-left: 4px;
  border-radius: 3px;
}

#search_filter {
  padding: 0 1em 0 1em;
  display: flex;
  justify-content: space-between;
}
#search_filter form {
  align-items: center;
  display: flex;
  align-items: center;
  gap: 4px;
}
#search_filter .search input {
  border-radius: 0 3px 3px 0;
}
#search_filter .search svg {
  padding: 4px 6px;
}
#search_filter .active {
  border: 1px solid #4d4d4d;
}
#search_filter .filter {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#search_filter .filter:hover {
  background: var(--primary-lm);
}

.search {
  display: flex;
  align-items: center;
  padding: 0;
  width: fit-content;
  border-radius: 3px;
}
.search input[type=text] {
  margin-top: 0;
  display: inline;
  width: 70px;
  border: 0;
  padding: 4px 0.5em;
  line-height: 20px;
}
.search input[type=text]:focus {
  width: 200px;
}
.search input[type=text]::placeholder {
  color: #4d4d4d;
}

#filter_btn {
  background-image: url(/static/icons/icon__filter.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 28px;
  height: 28px;
}

#timeline_data_page #search_filter {
  background-color: var(--background-lm);
}
#timeline_data_page #search_filter .search input[type=text] {
  background-color: var(--background-lm);
}

tag {
  background: var(--lightgreen);
  border-radius: 3px;
  padding: 2px 2px 2px 8px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  border: 1px solid var(--lightgreen);
  color: var(--darkgreen);
  /*
  I took this out of the CSS so that the tag and the tag.marker look the same. The class is still in the app 22 Sep 2025, and maybe should be removed in the future.
  &.marker {
  	border: 1px solid var(--lightgreen);
  	background-color: var(--lightgreen);
  	&:hover {
  		border: 1px solid var(--darkgreen);
  	}

  }
  */
}
tag a {
  text-decoration: none;
  font-family: "IBM Plex Sans Condensed";
  color: var(--darkgreen);
}
tag:hover {
  border: 1px solid var(--darkgreen);
}
tag .close:hover {
  background-color: var(--background-lm);
}
tag.not {
  border: 1px solid lightgrey;
  background-color: lightgrey;
}
tag.not a {
  color: black;
}
tag.not .icon_cross {
  fill: black;
}
tag.not:hover {
  border: 1px solid var(--darkgreen);
}
tag .tag-name {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
tag .icon_cross {
  fill: var(--darkgreen);
}

.tag {
  font-family: "IBM Plex Sans Condensed";
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}

.tag-wrapper {
  display: flex;
}
.tag-wrapper small {
  color: #949494;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

@media (max-width: 700px) {
  #timeline_nav, #list_nav {
    display: none !important;
  }
}

picklist {
  display: flex;
  justify-content: space-between;
  color: black;
  font-size: 14px;
}
picklist a:first-child {
  width: 100%;
}

picklist.selected {
  border-left: 5px solid var(--primary-lm);
  font-weight: 500;
}
picklist.selected span {
  padding: 8px 20px 8px 15px;
  display: inline-block;
}
picklist.selected a {
  display: inline-block;
  padding: 8px 30px;
}
picklist.selected .access_key {
  margin-right: 14px;
}

picklist .menu-edit, .menu-edit {
  font-size: 12px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.bulk_action {
  min-width: 160px;
  width: 100%;
  text-align: left;
  border: 0;
  background-color: var(--background-lm);
  padding: 8px 20px;
  display: block;
}
.bulk_action:hover {
  background-color: var(--alicegreen);
}

card ul, ul.card-child {
  list-style-type: none;
  list-style-position: outside;
  border: 1px solid lightgrey;
  border-radius: 3px;
  padding: 0 0.5em;
}
card ul li, ul.card-child li {
  border-bottom: 1px solid lightgrey;
  padding: 10px 8px;
}
card ul li:last-child, ul.card-child li:last-child {
  border: 0;
}
card ul .inline-title, ul.card-child .inline-title {
  font-family: "IBM Plex Sans Condensed";
}
card ul .instructions, ul.card-child .instructions {
  font-weight: 600;
}
card ul small, card ul p.help-text, ul.card-child small, ul.card-child p.help-text {
  font-family: "IBM Plex Sans Condensed";
  padding-top: 1;
  margin-top: 0;
  font-size: 12px;
}

a.cals {
  background-color: var(--alicegreen);
  text-decoration: none;
}
a.cals:hover {
  text-decoration: underline;
  background-color: var(--yellowgreen);
}

#data_delete_form ul.card-child, #bulk_change_form ul.card-child {
  margin: auto 0.5em;
}

picklist.section, picklist.divider, .divider {
  margin-top: 0.5em;
  border-top: 1px solid lightgrey;
}

picklist.section:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 8px;
}

picklist.divider {
  font-size: 14px;
}

picklist a, picklist.read, picklist.section {
  text-decoration: none;
  display: block;
  padding: 8px 14px 8px 20px;
}

picklist.section {
  color: #404756;
  padding-top: 16px;
}

picklist .line2, picklist.section {
  font-size: 12px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

picklist a:hover {
  background-color: var(--alicegreen);
}

picklist span.icon {
  display: inline-block;
  margin-right: 6px;
}

.access_key_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.access_key_wrapper span:first-of-type {
  width: 100%;
}
.access_key_wrapper .access_key {
  border-radius: 3px;
  border: 1px solid lightgrey;
  padding: 0 4px;
  font-family: "IBM Plex Sans Condensed";
  display: flex;
  align-items: center;
  margin: 0 0 0 80px;
  color: #949494;
  max-height: 24px;
  font-weight: 400;
}
@media (max-width: 699px) {
  .access_key_wrapper .access_key {
    display: None;
  }
}

.top_level_nav {
  padding: 4px 1rem;
}
@media (max-width: 699px) {
  .top_level_nav {
    padding: 4px 8px;
  }
}
.top_level_nav {
  display: block;
}
#calendar .top_level_nav {
  padding-left: 0;
}

#right_content .top_level_nav {
  padding: 4px 0.5rem;
}

.menu_label {
  font-size: 12px;
  display: block;
}

/* Dropdown button */
.dropbtn {
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.dropbtn:hover {
  text-decoration: underline;
}

.dropdown_content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.show {
  display: block;
}

.btn-footer {
  display: flex;
  padding-top: 2rem;
}
.btn-footer .btn {
  margin-right: 8px;
}

.btn {
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  height: fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 500;
}

.btn-primary a, .btn-standard a, .btn-faint a {
  text-decoration: none;
}

.btn-primary, .btn-faint:hover, .btn-standard:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
}
.btn-primary a, .btn-faint:hover a, .btn-standard:hover a {
  color: white;
}

.btn-standard {
  transition: background-color 0.2s ease;
}
.btn-standard:active {
  background-color: darkgrey;
  color: white;
  border: None;
}

.btn-small {
  padding: 4px 8px;
}

.btn-standard-trans {
  background-color: transparent !important;
}
.btn-standard-trans:hover {
  background-color: black !important;
  color: grey;
}

.btn-standard, .btn-primary:hover, .btn-faint {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.btn-standard svg path, .btn-primary:hover svg path, .btn-faint svg path {
  fill: black;
}

.btn-standard-borderless {
  border-color: transparent;
}

.btn-faint {
  border-color: lightgrey;
}

.btn-stretch {
  width: 100%;
}

.btn-fit {
  width: fit-content !important;
}

.btn-red:hover {
  background-color: #e60000;
  color: var(--background-lm);
  border: 1px solid #e60000;
}

.google-btn {
  border: grey 1px solid;
  background-color: var(--background-lm);
  color: black;
}

.google-btn:hover {
  background-color: var(--primary-lm);
  color: var(--background-lm) !important;
}

.google-btn:focus {
  background-color: var(--background-lm);
  color: grey !important;
}

label, fauxlabel {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  display: block !important;
}

input {
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
}

input[type=text], input[type=url], input[type=date], input[type=email], input[type=password], select, input[type=number], input[type=time], textarea {
  border: 1px solid lightgrey;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0.5rem;
  margin-top: 4px;
  width: 100%;
}

input:-internal-autofill-selected {
  background-color: var(--alicegreen) !important;
}

.beta {
  background-color: gold;
}
.beta::before {
  content: "Beta";
  font-size: 1em;
  font-weight: 600;
}
.beta input {
  border-style: dashed;
}

.form-group, form p {
  padding: 0.5em;
}

.form-group textarea {
  height: 3rem;
}

.form-group p {
  padding-left: 0;
  margin-top: 0;
}

p.help-text {
  font-size: 12px !important;
  padding-top: 3px;
  margin-bottom: 0;
}

form p:first-child {
  margin: 0;
}

.required {
  color: grey;
}

body[id$=_form] header {
  display: flex;
}
body[id$=_form] h2 {
  padding-left: 8px;
  margin: 2em 0;
}
body[id$=_form] h2 breadcrumb {
  display: inline-block;
  color: #808080;
  font-weight: 300;
}
body[id$=_form] header, body[id$=_form] .form_container {
  max-width: 450px;
  margin: 0 auto;
  align-items: center;
}
body[id$=_form] header .back_arrow, body[id$=_form] .form_container .back_arrow {
  text-decoration: none;
  padding: 8px;
  width: min-content;
  border-radius: 3px;
}
body[id$=_form] header .back_arrow:hover, body[id$=_form] .form_container .back_arrow:hover {
  background-color: var(--alicegreen);
}
body[id$=_form] .form_container {
  grid-gap: 20px;
}
body[id$=_form] form {
  grid-column: main;
}
body[id$=_form] form select {
  width: 100%;
}
body[id$=_form] .form_footer {
  display: flex;
  gap: 12px;
  margin-top: 2em;
  padding: 0.5em;
}
body[id$=_form] .form_footer .btn {
  width: 100%;
}
body[id$=_form] p {
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
}

banner {
  padding: 12px;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 2em;
  border-left-width: 4px;
  border-left-style: solid;
  border-radius: 0 6px 6px 0;
}

banner.banner-antiquewhite {
  background-color: antiquewhite;
  border: 1px solid antiquewhite;
}

banner.warning {
  background-color: antiquewhite;
  border-left-color: var(--orangeorange);
  color: var(--darkgreen);
}

banner.success {
  background-color: var(--lightgreen);
  border-left-color: var(--darkgreen);
}

banner.note {
  background-color: var(--cream);
  border-left-color: var(--yellow);
}

banner.banner-black-border {
  background-color: var(--background-lm);
  border: 1px solid lightgrey;
}

banner h3 {
  font-size: 12px;
  margin: 0 0 2px 0;
}

banner p {
  font-size: 12px !important;
}

banner p:first-of-type {
  margin-top: 0;
}

banner p:last-of-type {
  margin-bottom: 0;
}

footer {
  margin-top: 1em;
  padding: 2em 0;
  border-top: 1px solid lightgrey;
  position: absolute;
  bottom: 0;
  width: calc(100% - 14px);
}
@media (max-width: 699px) {
  footer {
    width: calc(100% - 32px);
  }
}
footer ol {
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
footer > ol li {
  padding-bottom: 4px;
}
footer > ol li#range_logo {
  padding-bottom: 0;
  margin-right: auto;
}
@media (min-width: 699px) {
  footer ol {
    padding-right: 8px;
  }
}

summary:hover {
  cursor: pointer;
}

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