/*! 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;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.field-form {
  display: flex;
  width: 100%;
  align-items: center;
}
.field-form label {
  width: 10rem;
}
.field-form input {
  flex: 1;
  background-color: #dddcdc;
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  margin: 1rem 0rem 1rem 1rem;
  color: rgb(0, 0, 0);
}
.field-form input::placeholder {
  color: rgb(94, 92, 92);
}

.button-position {
  display: flex;
  width: 100%;
}
.button-position.right {
  justify-content: end;
}
.button-position.between {
  justify-content: space-between;
}

.actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin: 3rem;
}
.actions a {
  text-decoration: none;
}
.actions p {
  margin: 0rem;
}
.actions.login a {
  color: rgb(136, 38, 248);
}
.actions.forgot a {
  color: rgb(28, 70, 236);
}
.actions.create a {
  color: rgb(241, 130, 32);
}
.actions.recover a {
  color: rgb(206, 62, 238);
}
.actions.message a {
  color: rgb(8, 133, 8);
}
@media (max-width: 768px) {
  .actions {
    flex-direction: column;
    align-items: center;
  }
  .actions a, .actions p {
    margin: 0.5rem;
    text-align: center;
  }
}

.alerts, .alerts__tasks {
  width: min(40rem, 90%);
}
.alerts a, .alerts__tasks a {
  text-decoration: none;
}
.alerts p, .alerts__tasks p {
  margin: 1rem 0rem;
  color: rgb(0, 0, 0);
  padding: 1rem;
}
.alerts .error, .alerts__tasks .error {
  background-color: #f8a9a9;
  border-left: 0.5rem solid rgb(236, 28, 28);
}
.alerts .success, .alerts__tasks .success {
  background-color: #93f993;
  border-left: 0.5rem solid rgb(8, 133, 8);
}

.container-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(90%, 65rem);
  margin: auto;
  height: 100vh;
}
.container-small p, .container-small a {
  font-size: 1.5rem;
}
.container-small h1 {
  text-align: center;
  margin: 1rem;
  font-size: 7rem;
  color: transparent;
}
.container-small h2, .container-small h3 {
  text-align: center;
  margin: 2.5rem;
  font-size: 2.3rem;
}
.container-small h3 {
  font-size: 1.8rem;
  color: rgb(94, 92, 92);
}
.container-small input[type=submit] {
  margin-top: 1.5rem;
}
@media (max-width: 480px) {
  .container-small input[type=submit] {
    width: 100%;
  }
}
.container-small form {
  width: 100%;
}
.container-small.login h1 {
  background: linear-gradient(to right, rgb(136, 38, 248) 0%, #be89fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.container-small.login input[type=submit] {
  background-color: #a357fa;
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container-small.login input[type=submit]:hover {
  transform: scale(105%);
}
.container-small.create h1 {
  background: linear-gradient(to right, rgb(241, 130, 32) 0%, #f7b880 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.container-small.create input[type=submit] {
  background-color: #f49d50;
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container-small.create input[type=submit]:hover {
  transform: scale(105%);
}
.container-small.forgot h1 {
  background: linear-gradient(to right, rgb(28, 70, 236) 0%, #7a93f4 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.container-small.forgot input[type=submit] {
  background-color: #4b6cf0;
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container-small.forgot input[type=submit]:hover {
  transform: scale(105%);
}
.container-small.recover h1 {
  background: linear-gradient(to right, rgb(206, 62, 238) 0%, #e69cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.container-small.recover input[type=submit] {
  background-color: #da6df2;
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container-small.recover input[type=submit]:hover {
  transform: scale(105%);
}
.container-small.message h1 {
  background: linear-gradient(to right, rgb(8, 133, 8) 0%, #0ee50e 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.container-small.message .message-content {
  font-size: 1.6rem;
}

.profile {
  width: min(50rem, 90%);
  margin: auto;
}
.profile .alerts {
  margin: auto;
}
.profile h1 {
  text-align: center;
  font-size: 5rem;
}
.profile a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  margin-bottom: 2rem;
  color: rgb(136, 38, 248);
  display: block;
  font-size: 2rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid rgb(136, 38, 248);
  background-color: #f4ecfe;
  text-align: center;
}
.profile a:hover {
  transform: translateY(-0.3rem);
}
.profile .field-form label {
  width: 8rem;
}
.profile input[type=submit] {
  background-color: rgb(136, 38, 248);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: visible;
}
.profile input[type=submit]:hover {
  transform: scale(105%);
}

.dashboard {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .dashboard {
    flex-direction: column;
    text-align: center;
  }
}

.dashboard__content {
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.dashboard__content .projectName {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.dashboard__content .projectName #projectName {
  cursor: pointer;
}
.dashboard__content img {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin-right: 1rem;
}
.dashboard__content .alerts__tasks {
  margin: auto;
}
.dashboard__content .empty p {
  text-align: center;
  font-size: 2rem;
  margin: 3rem auto;
}
.dashboard__content .empty p a {
  text-decoration: none;
  font-size: 2rem;
  color: rgb(241, 130, 32);
}
.dashboard__content h2 {
  margin: 1rem;
  font-size: 4rem;
  text-align: center;
}
.dashboard__content nav {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 0.5rem 3rem;
  align-items: center;
  background-color: rgb(243, 242, 242);
  width: 100%;
  border-bottom: 2px solid #aaa9a9;
}
.dashboard__content nav .user {
  font-size: 1.8rem;
  color: rgb(241, 130, 32);
}
.dashboard__content nav .user span {
  color: rgb(136, 38, 248);
}
.dashboard__content nav a {
  font-size: 1.8rem;
  text-decoration: none;
  background-color: rgb(241, 130, 32);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.dashboard__content nav a:hover {
  transform: scale(105%);
}
@media (max-width: 768px) {
  .dashboard__content nav {
    display: none;
  }
}

.dashboard__aside {
  height: 100vh;
  max-height: 100%;
  background-color: rgb(241, 130, 32);
}
.dashboard__aside ul {
  padding-left: 0rem;
  padding: 2rem;
  margin-top: 2rem;
}
.dashboard__aside ul li {
  padding-left: 0rem;
  list-style: none;
  margin: 2rem 0;
}
.dashboard__aside ul li .active {
  color: black;
  font-weight: bold;
}
.dashboard__aside ul li a {
  transition: all 0.5s ease;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
}
.dashboard__aside ul li a:hover {
  transform: scale(110%);
}
.dashboard__aside h1 {
  color: rgb(255, 255, 255);
  font-size: 6rem;
  margin: 3rem 2rem;
}
@media (max-width: 768px) {
  .dashboard__aside {
    height: 23rem;
    overflow: hidden;
  }
  .dashboard__aside ul {
    margin: auto;
    padding: 1rem;
  }
  .dashboard__aside ul li {
    margin: 3rem auto;
  }
  .dashboard__aside ul li:first-of-type {
    margin: 1rem auto;
  }
  .dashboard__aside h1 {
    margin-bottom: 0.5rem;
  }
}

.dashboard__content-grid {
  padding: 1rem;
  width: min(100rem, 90%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 1.5rem auto;
}
@media (max-width: 1000px) {
  .dashboard__content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .dashboard__content-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.dashboard-task {
  background-color: rgb(136, 38, 248);
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  text-align: center;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.dashboard-task:hover {
  transform: translateY(-0.6rem);
}

.bars {
  width: 100%;
  display: none;
  height: 4rem;
}
.bars svg {
  width: 4rem;
  height: 4rem;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bars {
    text-align: center;
    margin: 0rem auto;
    display: flex;
  }
}

.mobile-nav {
  position: absolute;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  padding: 3REM;
  justify-content: start;
  background-color: rgba(0, 0, 0, 0.921);
  color: rgb(255, 255, 255);
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.mobile-nav h1 {
  font-size: 4rem;
}
.mobile-nav.show {
  opacity: 1;
}
.mobile-nav nav ul {
  list-style: none;
  padding: 0rem;
  display: flex;
  flex-direction: column;
}
.mobile-nav nav ul li {
  margin: 2rem auto;
  width: 100%;
}
.mobile-nav nav ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 2.5rem;
  display: block;
}
.mobile-nav nav ul li a:hover {
  transform: scale(105%);
}
.mobile-nav nav ul li .button {
  background-color: rgb(241, 130, 32);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
  width: min(100%, 40rem);
  text-align: center;
  margin: auto;
}
.mobile-nav nav ul li .button:hover {
  transform: scale(105%);
}
.mobile-nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(241, 130, 32);
}
.mobile-nav div #close {
  cursor: pointer;
  transition: all 0.5s ease;
}
.mobile-nav div #close:hover {
  transform: scale(110%);
}

.dashboard__create {
  margin: auto;
  text-align: center;
  width: min(100rem, 90%);
}
.dashboard__create .alerts {
  margin: auto;
}
.dashboard__create h1 {
  margin: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .dashboard__create h1 {
    margin: 2rem;
  }
}
.dashboard__create label {
  text-wrap: nowrap;
  margin: 1rem;
}
.dashboard__create input[type=submit] {
  background-color: rgb(136, 38, 248);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  display: block;
}
.dashboard__create input[type=submit]:hover {
  transform: scale(105%);
}
@media (max-width: 480px) {
  .dashboard__create input[type=submit] {
    width: 100%;
  }
}
.dashboard__create .field-form {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .dashboard__create .field-form {
    flex-direction: column;
  }
  .dashboard__create .field-form label {
    width: 100%;
    margin: auto;
  }
  .dashboard__create .field-form input {
    width: 100%;
    margin: 1.5rem auto;
  }
}

#addTask {
  background-color: rgb(136, 38, 248);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 1.5rem auto;
  display: block;
  font-size: 3rem;
  padding: 2rem 3rem;
  border-radius: 0.3rem;
}
#addTask:hover {
  transform: scale(105%);
}
@media (max-width: 480px) {
  #addTask {
    width: 90%;
  }
}

.modal {
  transition: all 300ms ease;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.864);
  color: rgb(0, 0, 0);
  opacity: 0;
  text-align: center;
}
.modal .alerts {
  padding: 0rem;
}
.modal h2 {
  font-size: 3rem;
  margin: 1rem;
  color: rgb(241, 130, 32);
}
.modal input[type=submit] {
  font-size: 2rem;
  background-color: rgb(136, 38, 248);
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.modal input[type=submit]:hover {
  transform: scale(105%);
}
.modal button {
  font-size: 2rem;
  background-color: #ee3434;
  color: rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.modal button:hover {
  transform: scale(105%);
}
.modal div {
  transition: all 300ms ease;
  transform: translateY(-1rem);
  margin: auto;
  background-color: white;
  border-radius: 1rem;
  width: min(90%, 60rem);
  padding: 1rem;
}
@media (max-width: 768px) {
  .modal .field-form {
    flex-direction: column;
    width: 100%;
  }
  .modal .field-form input {
    width: 100%;
  }
}
.modal.show {
  opacity: 1;
}
.modal.show div {
  transform: translateY(0rem);
}

.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(80rem, 100%);
  margin: auto;
}
.projects div {
  width: 95%;
  margin: auto;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid gray;
}
.projects div p {
  margin: 2rem auto;
  font-size: 2rem;
}
.projects div h3 {
  color: rgb(136, 38, 248);
  cursor: pointer;
  margin: 0.5rem 0;
}
.projects div:last-child {
  border-bottom: none;
}
.projects div .projects__buttons {
  display: flex;
  width: fit-content;
  justify-content: initial;
  align-items: center;
  gap: 1.5rem;
  margin: 0rem;
}
.projects div .projects__buttons .delete, .projects div .projects__buttons .waiting, .projects div .projects__buttons .done {
  font-size: 1.4rem;
  transition: all 0.5s ease;
  padding: 0.5rem 2rem;
  border-radius: 1.5rem;
  border: none;
  cursor: pointer;
}
.projects div .projects__buttons .delete:hover, .projects div .projects__buttons .waiting:hover, .projects div .projects__buttons .done:hover {
  transform: translateY(-0.5rem);
}
@media (max-width: 480px) {
  .projects div .projects__buttons .delete, .projects div .projects__buttons .waiting, .projects div .projects__buttons .done {
    padding: 1rem 3rem;
    border-radius: 0.3rem;
  }
}
.projects div .projects__buttons .waiting {
  background-color: rgb(241, 130, 32);
  color: rgb(0, 0, 0);
}
.projects div .projects__buttons .done {
  background-color: #099d09;
  color: rgb(255, 255, 255);
}
.projects div .projects__buttons .delete {
  background-color: rgb(236, 28, 28);
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .projects div .projects__buttons {
    flex-direction: row;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .projects div {
    flex-direction: column;
  }
}

.filters {
  background-color: #d9bafd;
  width: min(90%, 56rem);
  margin: auto;
  display: none;
  justify-content: center;
  border-radius: 1rem;
  padding: 0rem 3rem;
}
.filters .field-form {
  justify-content: center;
  gap: 0.5rem;
}
.filters .field-form label {
  width: fit-content;
  margin: 0;
}
.filters .field-form input {
  display: block;
  margin: 0;
  flex: unset;
  accent-color: rgb(136, 38, 248);
  width: 2rem;
  height: 2rem;
}
.filters.show {
  display: flex;
}
@media (max-width: 768px) {
  .filters {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .filters .field-form {
    justify-content: center;
    justify-content: space-around;
    background-color: #b170fa;
    padding: 0.5rem;
    margin: 0.5rem auto;
    color: white;
    border-radius: 0.5rem;
  }
  .filters .field-form input {
    flex: initial;
    accent-color: rgb(136, 38, 248);
    width: 2rem;
    height: 2rem;
  }
}