/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
div,
section,
article,
aside,
footer,
header,
menu,
nav {
  display: block;
  position: relative;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYo.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYo.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYo.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYo.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYo.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRB.ttf) format('truetype');
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.ttf?dnan5q') format('truetype'), url('../fonts/icons.woff?dnan5q') format('woff'), url('../fonts/icons.svg?dnan5q#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --color-0: #145858;
  --color-1: #327777;
  --color-2: #5a8888;
  --color-3: #ADC9C9;
  --color-4: #E2EBEB;
  --color-5: #EBF5F5;
  --color-alert: #D64A00;
  --font-light: 200;
  --font-normal: 400;
  --font-bold: 600;
  --border-radius-big: 0.8rem;
}
body {
  background-color: var(--color-4);
  color: var(--color-0);
  font-family: 'Petrona', serif;
  font-size: 16px;
  font-weight: var(--font-normal);
}
h1 {
  font-size: 2.25em;
  font-weight: 200;
}
h2 {
  font-size: 1.75em;
  font-weight: 400;
}
h3 {
  font-size: 1.25em;
  font-weight: 300;
}
.seamless {
  background-color: transparent;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  outline: 0;
  resize: none;
}
.seamless::placeholder {
  color: var(--color-1);
  font-style: italic;
  font-size: 1em;
}
.framed {
  background-color: #fff;
  display: block;
  width: 100%;
  border: 1px solid var(--color-2);
  padding: 0.5em 1em;
  color: inherit;
  outline: 0;
  resize: none;
  margin: 1em 0;
  height: 2.225em;
  line-height: 2.225em;
  border-radius: 1.125em;
}
.framed::placeholder {
  color: var(--color-2);
  font-style: italic;
  font-size: 1em;
}
.loading {
  animation: loading2 250ms linear infinite alternate;
}
@keyframes loading2 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.8;
  }
}
.todoStatus {
  text-align: center;
}
.todoStatus:after {
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  aspect-ratio: 1;
  border-radius: 50%;
}
.todoStatus.status0::after {
  content: "\e910";
}
.todoStatus.status1::after {
  content: "\e911";
}
.todoStatus.status2::after {
  content: "\e90d";
}
.todoStatus.statusNew::after {
  content: "\e90e";
  color: var(--color-3);
}
.todoStatus:hover {
  cursor: pointer;
}
.todoStatus:hover:after {
  background-color: #fff;
}
.trash {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1em;
  background-color: transparent;
  color: var(--color-2);
  border: none;
  outline: 0;
  width: 100%;
  text-align: center;
}
.trash:hover {
  color: var(--color-alert);
  cursor: pointer;
}
.trash:hover:after {
  background-color: #fff;
}
.trash:after {
  aspect-ratio: 1;
  vertical-align: 4px;
  border-radius: 50%;
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  content: "\e90f";
}
.signIn {
  width: 80%;
  max-width: 420px;
  margin: 20vh auto;
  border: 1px dashed var(--color-3);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
}
.signInBTN {
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
  border: 1px solid var(--color-0);
  color: var(--color-0);
}
.signInBTN:hover {
  cursor: pointer;
  background-color: var(--color-0);
  color: #fff;
}
.icon-before::before {
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
}
.icon-before.angle-down::before {
  content: "\e900";
}
.icon-before.angle-right::before {
  content: "\e904";
}
.icon-before.arrow-down-to-square::before {
  content: "\e902";
}
.icon-before.arrow-down::before {
  content: "\e901";
}
.icon-before.arrow-left-to-square::before {
  content: "\e907";
}
.icon-beforeaddToBusyBtn::before {
  content: "\e903";
}
.icon-before.arrow-right::before {
  content: "\e905";
}
.icon-before.arrow-up-left-from-circle::before {
  content: "\e906";
}
.icon-before.arrow-up::before {
  content: "\e908";
}
.icon-before.badge-check::before {
  content: "\e909";
}
.icon-before.business-time::before {
  content: "\e90a";
}
.icon-before.calendar-lines::before {
  content: "\e90b";
}
.icon-before.check::before {
  content: "\e90c";
}
.icon-before.circle-check::before {
  content: "\e90d";
}
.icon-before.circle::before {
  content: "\e910";
}
.icon-before.clock::before {
  content: "\e911";
}
.icon-before.cog::before {
  content: "\e912";
}
.icon-before.file-chart-pie::before {
  content: "\e913";
}
.icon-before.folder-open::before {
  content: "\e914";
}
.icon-before.list-check::before {
  content: "\e918";
}
.icon-before.list::before {
  content: "\e916";
}
.icon-before.timer::before {
  content: "\e915";
}
.icon-before.grip-dots-vertical::before {
  content: "\e917";
}
