/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

@media (min-width: 768px) and (max-width: 991px){
  .container {
    max-width: 820px
  }
}

.search-container {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 5px;
}

.text_decoration_none {
  text-decoration: none;
}

.project-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-filter-pills a:not(.btn):not(.nav-link):not(.navbar-brand) {
  border: 1px solid #cfd3ca;
  border-radius: 999px;
  color: #526056;
  font-size: .9rem;
  padding: 6px 11px;
  text-decoration: none;
}

.project-filter-pills a:not(.btn):not(.nav-link):not(.navbar-brand):hover {
  color: #3f4a42;
  text-decoration: none;
}

.project-filter-pills a:not(.btn):not(.nav-link):not(.navbar-brand).active,
.project-filter-pills a:not(.btn):not(.nav-link):not(.navbar-brand).active:hover {
  background: #244d32;
  border-color: #244d32;
  color: #fff;
  text-decoration: none;
}

.undecorate_links a {
  text-decoration: none;
  color: black;
}

.fs-0-8 {
  font-size: 0.8em;
}

.fs-0-95 {
  font-size: 0.95em;
}

.fs-1-1 {
  font-size: 1.1em;
}

.fs-1-2 {
  font-size: 1.2em;
}


.btn-xs {
  font-size: .8em;
  padding: 0.05rem 0.5rem;
}

.event-detail-container a {
  color: #0b4eb2
}

.display-1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.175rem + 1.25vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1rem + 1.0vw);
  font-weight: 300;
  line-height: 1.2;
}
body {
  background-color: #f4f4ef;
}

a:not(.btn):not(.nav-link):not(.navbar-brand) {
  color: #24633a;
  text-decoration-color: #8eaa96;
  text-underline-offset: 0.16em;
}

a:not(.btn):not(.nav-link):not(.navbar-brand):hover {
  color: #173f26;
  text-decoration-color: currentColor;
}

a:not(.btn):not(.nav-link):not(.navbar-brand):focus-visible {
  border-radius: 0.15rem;
  outline: 3px solid #a8c5ae;
  outline-offset: 2px;
}

.command-bar-trigger {
  align-items: center;
  background: #fff;
  border: 1px solid #d7ddd8;
  border-radius: 0.5rem;
  color: #68706a;
  display: flex;
  flex: 0 1 20rem;
  justify-content: space-between;
  margin-left: 1rem;
  padding: 0.4rem 0.6rem;
  text-align: left;
}

.command-bar-trigger:hover {
  border-color: #9eaaa1;
  color: #39443c;
}

.command-bar-trigger kbd,
.command-bar-input-wrap kbd {
  background: #f2f3f1;
  border: 1px solid #dfe2df;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
  color: #68706a;
  font-size: 0.75rem;
}

.command-bar-backdrop {
  align-items: flex-start;
  background: rgb(35 43 37 / 24%);
  inset: 0;
  justify-content: center;
  padding: min(16vh, 8rem) 1rem 1rem;
  position: fixed;
  z-index: 1100;
}

.command-bar-backdrop:not([hidden]) {
  display: flex;
}

.command-bar-panel {
  background: #fff;
  border: 1px solid #dfe3df;
  border-radius: 0.85rem;
  box-shadow: 0 1.5rem 4rem rgb(25 35 28 / 24%);
  max-height: min(35rem, 75vh);
  max-width: 44rem;
  overflow: hidden;
  width: 100%;
}

.command-bar-input-wrap {
  align-items: center;
  border-bottom: 1px solid #e6e9e6;
  display: flex;
  font-size: 1.25rem;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
}

.command-bar-input-wrap input {
  border: 0;
  flex: 1;
  font-size: 1.05rem;
  min-width: 0;
  outline: 0;
}

.command-bar-results {
  max-height: calc(min(35rem, 75vh) - 4rem);
  overflow-y: auto;
  padding: 0.5rem;
}

.command-bar-group-label {
  color: #7a827c;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.5rem 0.65rem 0.25rem;
  text-transform: uppercase;
}

.command-bar-result {
  align-items: center;
  border-radius: 0.5rem;
  color: #28322b;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem;
}

.command-bar-result[aria-selected="true"],
.command-bar-result:hover {
  background: #f0f2ef;
}

.command-bar-result-icon {
  color: #68706a;
  text-align: center;
  width: 1.25rem;
}

.command-bar-result-title {
  flex: 1;
}

.command-bar-result-type {
  color: #858c87;
  font-size: 0.8rem;
}

.command-bar-empty {
  color: #7a827c;
  margin: 0;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .command-bar-trigger {
    flex: 1 1 0;
    margin: 0 0.75rem;
    min-width: 0;
  }
}

.todo-composer-backdrop {
  align-items: flex-start;
  background: rgb(35 43 37 / 24%);
  inset: 0;
  justify-content: center;
  padding: min(16vh, 8rem) 1rem 1rem;
  position: fixed;
  z-index: 1100;
}

.todo-composer-backdrop:not([hidden]) {
  display: flex;
}

.todo-composer-panel {
  background: #fff;
  border: 1px solid #dfe3df;
  border-radius: 0.85rem;
  box-shadow: 0 1.5rem 4rem rgb(25 35 28 / 24%);
  max-width: 40rem;
  overflow: hidden;
  width: 100%;
}

.todo-composer-input-wrap {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
}

.todo-composer-input-wrap input {
  border: 0;
  flex: 1;
  font-size: 1.05rem;
  min-width: 0;
  outline: 0;
}

.todo-composer-notes-wrap {
  display: none;
  padding: 0 1rem 0.35rem;
}

.todo-composer-panel.is-expanded .todo-composer-notes-wrap {
  border-bottom: 1px solid #e6e9e6;
  display: block;
}

.todo-composer-notes-wrap textarea {
  border: 0;
  display: block;
  font-size: 0.95rem;
  min-height: 4.5rem;
  outline: 0;
  resize: vertical;
  width: 100%;
}

.todo-composer-options {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.75rem 1rem 0.85rem;
}

.todo-composer-panel.is-expanded .todo-composer-options {
  display: flex;
}

.todo-composer-chip {
  align-items: center;
  background: #f4f5f3;
  border: 1px solid #5c6560;
  border-radius: 999px;
  color: #39443c;
  display: inline-flex;
  gap: 0.3rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 0.15rem 0.7rem;
  position: relative;
}

.todo-composer-chip:focus-within {
  border-color: #2f3833;
  box-shadow: 0 0 0 1px #2f3833;
}

.todo-composer-chip select {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.2;
  max-width: 11rem;
  outline: 0;
  padding: 0.15rem 0;
}

.todo-composer-due-chip {
  min-width: 6.5rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.todo-composer-due-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 0.15rem 0;
}

.todo-composer-due-button:focus {
  outline: 0;
}

.todo-composer-due-chip input[type="date"] {
  height: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 0;
}

.todo-composer-flag {
  color: #7a827c;
  font-size: 0.95rem;
}

.todo-composer-priority[data-priority="P0"] .todo-composer-flag {
  color: #c0392b;
}

.todo-composer-priority[data-priority="P1"] .todo-composer-flag {
  color: #d35400;
}

.todo-composer-priority[data-priority="P2"] .todo-composer-flag {
  color: #7a827c;
}

.todo-composer-priority[data-priority="P3"] .todo-composer-flag {
  color: #5d6d7e;
}

.todo-composer-priority select {
  max-width: 3.25rem;
}

.todo-composer-submit {
  background: #244d32;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  margin-left: auto;
  padding: 0.35rem 0.85rem;
}

.todo-composer-submit:hover {
  background: #1b3a26;
}

.todo-composer-submit:disabled {
  background: #9eaaa1;
}
