/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');
@import url('../fonts/remixicon.css');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --spacing: 0.25rem;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-\[2\.5\%\] {
    margin-inline: 2.5%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2\.5 {
    margin-inline-end: calc(var(--spacing) * 2.5);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#faf3ff\] {
    background-color: #faf3ff;
  }
  .bg-\[url\(\.\.\/img\/back-none\.webp\)\] {
    background-image: url(../img/back-none.webp);
  }
  .bg-\[url\(\.\.\/img\/back-true\.png\)\] {
    background-image: url(../img/back-true.png);
  }
  .bg-\[url\(\.\.\/img\/blueback\.png\)\] {
    background-image: url(../img/blueback.png);
  }
  .bg-\[url\(\.\.\/img\/greenback\.png\)\] {
    background-image: url(../img/greenback.png);
  }
  .bg-\[url\(\.\.\/img\/orangeback\.png\)\] {
    background-image: url(../img/orangeback.png);
  }
  .bg-\[url\(\.\.\/img\/pinkback\.png\)\] {
    background-image: url(../img/pinkback.png);
  }
  .bg-\[url\(\.\.\/img\/purpleback\.png\)\] {
    background-image: url(../img/purpleback.png);
  }
  .bg-\[url\(\.\.\/img\/yellowback\.png\)\] {
    background-image: url(../img/yellowback.png);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\*\:text-\[16px\] {
    :is(& > *) {
      font-size: 16px;
    }
  }
  .\*\:text-\[22px\] {
    :is(& > *) {
      font-size: 22px;
    }
  }
  .md\:ms-5 {
    @media (width >= 48rem) {
      margin-inline-start: calc(var(--spacing) * 5);
    }
  }
  .md\:me-2 {
    @media (width >= 48rem) {
      margin-inline-end: calc(var(--spacing) * 2);
    }
  }
  .md\:h-\[130px\] {
    @media (width >= 48rem) {
      height: 130px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .lg\:my-7 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 7);
    }
  }
  .lg\:ms-8 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * 8);
    }
  }
  .lg\:ms-10 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * 10);
    }
  }
  .lg\:me-10 {
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-7 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .lg\:mb-7 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .lg\:h-\[150px\] {
    @media (width >= 64rem) {
      height: 150px;
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 64rem) {
      height: 200px;
    }
  }
  .lg\:h-\[220px\] {
    @media (width >= 64rem) {
      height: 220px;
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 64rem) {
      width: 150px;
    }
  }
  .lg\:w-\[270px\] {
    @media (width >= 64rem) {
      width: 270px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .xl\:my-9 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 9);
    }
  }
  .xl\:mt-9 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .xl\:mb-9 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
}
@layer utilities {
  .shad {
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.9);
  }
}
._li1 {
  border: 1px solid black;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.9);
  border-radius: 12px;
  width: 90%;
  height: auto;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 10px;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  gap: 10px;
  >p {
    width: 100%;
    height: auto;
    white-space: normal;
    overflow-wrap: break-word;
  }
  >div {
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    >* {
      font-size: 22px;
    }
    >.check {
      width: 18px;
      height: 18px;
    }
  }
}
.edit {
  border: 1px solid black;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  width: 90%;
  height: auto;
  margin: 20px auto;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px;
  >#editinp {
    width: 100%;
    height: auto;
  }
  >button {
    width: 70px;
    height: 30px;
    border: 1px solid black;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    font-family: "Rampart One", sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
._li2 {
  border: 1px solid black;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.9);
  border-radius: 12px;
  width: 90%;
  height: auto;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 10px;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  gap: 10px;
  >del {
    width: 100%;
    height: auto;
    white-space: normal;
    overflow-wrap: break-word;
    color: rgb(90, 90, 90);
  }
  >div {
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    >* {
      font-size: 22px;
    }
  }
}
.hide {
  display: none !important;
}
.input-placeholder::placeholder {
  font-family: "Rampart One", sans-serif;
  text-transform: capitalize;
}
.my-font {
  font-family: "Rampart One", sans-serif;
}
@font-face {
  font-family: 'remixicon';
  src: url(../fonts/remixicon.ttf) format('truetype');
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
