/* src/styles.scss */
:root {
  --background-primary: #ffffff;
  --background-secondary: #f4f4f4;
  --background-tertiary: #e5e5e5;
  --background-quaternary: #0d0d0d;
  --text-primary: #5d5d5d;
  --text-secondary: #b4b4b4;
  --text-tertiary: #ffffff;
  --border-color: #E0E0E0;
  --shadow: rgba(0, 0, 0, 0.05);
  --shadow-lg: rgba(0, 0, 0, 0.2);
  --inner-shadow: rgba(0, 0, 0, 0.05);
  --color-primary: #276FE9;
  --color-secondary: #6B23BF;
  --color-auxiliar-1: #1F5AD6;
  --color-auxiliar-2: #D7BCF6;
  --color-auxiliar-3: #8D3FE6;
  --color-feedback-error: #F20E5E;
  --color-feedback-success: #08B27D;
  --color-feedback-warning: #FFD700;
  --color-feedback-info: #2196F3;
  --background-feedback-success: #08B27D1e;
  --background-feedback-error: #f20e5e1e;
  --background-feedback-warning: #FFD7001e;
  --background-feedback-info: #2196F31e;
  --icon-primary: #c7c7c7;
  --icon-secondary: #A0A0A0;
  --icon-heart-line: #D5D5D5;
  --icon-heart-fill: #D94C4C;
  --font-family-primary: "Poppins", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-display: 3rem;
  --font-size-h1: 2.25rem;
  --font-size-h2: 1.875rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.25rem;
  --font-size-h5: 1.125rem;
  --font-size-body-large: 1rem;
  --font-size-body: 0.875rem;
  --font-size-small: 0.75rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
footer,
header,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  letter-spacing: -0.5px;
}
h2 {
  font-size: var(--font-size-h2);
}
h3 {
  font-size: var(--font-size-h3);
}
h4 {
  font-size: var(--font-size-h4);
}
h5 {
  font-size: var(--font-size-h5);
}
p {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
}
button {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body-large);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.5px;
}
body {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
p {
  margin: 0 0 1rem 0;
}
a {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body-large);
  font-weight: var(--font-weight-medium);
  color: inherit;
  text-decoration: none;
}
a:hover {
  font-weight: var(--font-weight-semibold);
}
input,
select,
textarea {
  font-family: var(--font-family-primary);
}
.m-xxxs {
  margin: 0.25rem;
}
.m-xxs {
  margin: 0.5rem;
}
.m-xs {
  margin: 1rem;
}
.m-sm {
  margin: 1.5rem;
}
.m-md {
  margin: 2rem;
}
.m-lg {
  margin: 2.5rem;
}
.m-xl {
  margin: 3rem;
}
.m-xxl {
  margin: 4rem;
}
.m-xxxl {
  margin: 5rem;
}
.mt-xxxs,
.my-xxxs {
  margin-top: 0.25rem;
}
.mb-xxxs,
.my-xxxs {
  margin-bottom: 0.25rem;
}
.ml-xxxs,
.mx-xxxs {
  margin-left: 0.25rem;
}
.mr-xxxs,
.mx-xxxs {
  margin-right: 0.25rem;
}
.mt-xxs,
.my-xxs {
  margin-top: 0.5rem;
}
.mb-xxs,
.my-xxs {
  margin-bottom: 0.5rem;
}
.ml-xxs,
.mx-xxs {
  margin-left: 0.5rem;
}
.mr-xxs,
.mx-xxs {
  margin-right: 0.5rem;
}
.mt-xs,
.my-xs {
  margin-top: 1rem;
}
.mb-xs,
.my-xs {
  margin-bottom: 1rem;
}
.ml-xs,
.mx-xs {
  margin-left: 1rem;
}
.mr-xs,
.mx-xs {
  margin-right: 1rem;
}
.mt-sm,
.my-sm {
  margin-top: 1.5rem;
}
.mb-sm,
.my-sm {
  margin-bottom: 1.5rem;
}
.ml-sm,
.mx-sm {
  margin-left: 1.5rem;
}
.mr-sm,
.mx-sm {
  margin-right: 1.5rem;
}
.mt-md,
.my-md {
  margin-top: 2rem;
}
.mb-md,
.my-md {
  margin-bottom: 2rem;
}
.ml-md,
.mx-md {
  margin-left: 2rem;
}
.mr-md,
.mx-md {
  margin-right: 2rem;
}
.mt-lg,
.my-lg {
  margin-top: 2.5rem;
}
.mb-lg,
.my-lg {
  margin-bottom: 2.5rem;
}
.ml-lg,
.mx-lg {
  margin-left: 2.5rem;
}
.mr-lg,
.mx-lg {
  margin-right: 2.5rem;
}
.mt-xl,
.my-xl {
  margin-top: 3rem;
}
.mb-xl,
.my-xl {
  margin-bottom: 3rem;
}
.ml-xl,
.mx-xl {
  margin-left: 3rem;
}
.mr-xl,
.mx-xl {
  margin-right: 3rem;
}
.mt-xxl,
.my-xxl {
  margin-top: 4rem;
}
.mb-xxl,
.my-xxl {
  margin-bottom: 4rem;
}
.ml-xxl,
.mx-xxl {
  margin-left: 4rem;
}
.mr-xxl,
.mx-xxl {
  margin-right: 4rem;
}
.mt-xxxl,
.my-xxxl {
  margin-top: 5rem;
}
.mb-xxxl,
.my-xxxl {
  margin-bottom: 5rem;
}
.ml-xxxl,
.mx-xxxl {
  margin-left: 5rem;
}
.mr-xxxl,
.mx-xxxl {
  margin-right: 5rem;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-items-start {
  align-items: flex-start;
}
.flex-items-center {
  align-items: center;
}
.flex-items-end {
  align-items: flex-end;
}
.flex-items-stretch {
  align-items: stretch;
}
.flex-items-baseline {
  align-items: baseline;
}
.flex-content-start {
  align-content: flex-start;
}
.flex-content-center {
  align-content: center;
}
.flex-content-end {
  align-content: flex-end;
}
.flex-content-between {
  align-content: space-between;
}
.flex-content-around {
  align-content: space-around;
}
.flex-content-stretch {
  align-content: stretch;
}
.grid {
  display: grid;
}
.grid-justify-start {
  justify-content: start;
}
.grid-justify-center {
  justify-content: center;
}
.grid-justify-end {
  justify-content: end;
}
.grid-justify-stretch {
  justify-content: stretch;
}
.grid-align-start {
  align-items: start;
}
.grid-align-center {
  align-items: center;
}
.grid-align-end {
  align-items: end;
}
.grid-align-stretch {
  align-items: stretch;
}
.grid-place-center {
  place-items: center;
}
.grid-place-stretch {
  place-items: stretch;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 2rem;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-grid {
  display: grid !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.text-success {
  color: var(--color-feedback-success) !important;
}
.text-error {
  color: var(--color-feedback-error) !important;
}
.text-warning {
  color: var(--color-feedback-warning) !important;
}
.text-info {
  color: var(--color-feedback-info) !important;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.bg-success {
  background-color: var(--color-feedback-success) !important;
}
.bg-error {
  background-color: var(--color-feedback-error) !important;
}
.bg-warning {
  background-color: var(--color-feedback-warning) !important;
}
.bg-info {
  background-color: var(--color-feedback-info) !important;
}
.border {
  border: 1px solid var(--border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid var(--border-color) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}
.border-left {
  border-left: 1px solid var(--border-color) !important;
}
.border-right {
  border-right: 1px solid var(--border-color) !important;
}
.rounded {
  border-radius: 8px !important;
}
.rounded-sm {
  border-radius: 4px !important;
}
.rounded-lg {
  border-radius: 12px !important;
}
.rounded-xl {
  border-radius: 16px !important;
}
.rounded-full {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.shadow-sm {
  box-shadow: var(--shadow) !important;
}
.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.shadow-lg {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-visible {
  overflow: visible !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.transition {
  transition: all 0.2s ease-in-out !important;
}
.transition-fast {
  transition: all 0.15s ease-in-out !important;
}
.transition-slow {
  transition: all 0.3s ease-in-out !important;
}
.font-weight-light {
  font-weight: var(--font-weight-light) !important;
}
.font-weight-normal {
  font-weight: var(--font-weight-regular) !important;
}
.font-weight-medium {
  font-weight: var(--font-weight-medium) !important;
}
.font-weight-semibold {
  font-weight: var(--font-weight-semibold) !important;
}
.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}
.font-size-sm {
  font-size: var(--font-size-small) !important;
}
.font-size-base {
  font-size: var(--font-size-body) !important;
}
.font-size-lg {
  font-size: var(--font-size-body-large) !important;
}
.font-size-xl {
  font-size: var(--font-size-h5) !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bt-primary {
  padding: 12px 20px;
  border-radius: 12px;
  border: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
}
.bt-primary-bezel {
  color: #ffffff;
  background:
    linear-gradient(
      180deg,
      #3d8df4 0%,
      #2770e9 100%);
  box-shadow:
    0px 2px 8px rgba(0, 0, 0, 0.1),
    inset 0px 2px 0px rgba(255, 255, 255, 0.4),
    inset 0px -2px 0px rgba(0, 0, 0, 0.1);
}
.bt-primary-bezel:hover {
  background:
    linear-gradient(
      180deg,
      #2770e9 0%,
      #1f5ad6 100%);
}
.bt-primary-bezel:active {
  background:
    linear-gradient(
      180deg,
      #1f5ad6 0%,
      #1f4aae 100%);
}
.bt-primary-bezel:disabled {
  background: #dbecfe;
  box-shadow:
    0px 2px 8px rgba(0, 0, 0, 0.1),
    inset 0px 1px 0px rgba(255, 255, 255, 0.04),
    inset 0px -2px 0px rgba(0, 0, 0, 0.1);
  color: #62aef8;
}
.bt-primary-outline {
  color: #3d8df4;
  background: #ffffff;
  border: 1px solid #3d8df4;
  border-radius: 12px;
}
.bt-primary-outline:hover {
  border: 1px solid #1f5ad6;
  color: #1f5ad6;
}
.bt-primary-outline:active {
  border: 1px solid #1f4aae;
  color: #1f4aae;
}
.bt-primary-outline:disabled {
  border: 1px solid #b2d8fd;
  color: #62aef8;
}
.bt-primary-flat {
  color: #ffffff;
  background: #3d8df4;
}
.bt-primary-flat:hover {
  background: #2770e9;
}
.bt-primary-flat:active {
  background: #1f5ad6;
}
.bt-primary-flat:disabled {
  background: #dbecfe;
  color: #62aef8;
}
.bt-secondary {
  padding: 8px 24px;
  border-radius: 12px;
  border: 0;
}
.bt-secondary-bezel {
  color: #ffffff;
  background:
    linear-gradient(
      180deg,
      #965cf6 0%,
      #893aed 100%);
  box-shadow:
    0px 2px 8px rgba(0, 0, 0, 0.16),
    inset 0px 2px 0px rgba(255, 255, 255, 0.3),
    inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.bt-secondary-bezel:hover {
  background:
    linear-gradient(
      180deg,
      #893aed 0%,
      #7a28d9 100%);
}
.bt-secondary-bezel:active {
  background:
    linear-gradient(
      180deg,
      #7a28d9 0%,
      #6b23bf 100%);
}
.bt-secondary-bezel:disabled {
  background: #efe9fe;
  box-shadow:
    0px 2px 8px rgba(0, 0, 0, 0.16),
    inset 0px 1px 0px rgba(255, 255, 255, 0.14),
    inset 0px -2px 0px rgba(0, 0, 0, 0.1);
  color: #af8bfa;
}
.bt-secondary-outline {
  color: #6b23bf;
  background: #ffffff;
  border: 1px solid #6b23bf;
  border-radius: 12px;
}
.bt-secondary-outline:hover {
  border: 1px solid #893aed;
  color: #893aed;
}
.bt-secondary-outline:active {
  border: 1px solid #7a28d9;
  color: #7a28d9;
}
.bt-secondary-outline:disabled {
  border: 1px solid #e0d6fe;
  color: #e0d6fe;
}
.bt-secondary-flat {
  color: #ffffff;
  background: #6b23bf;
}
.bt-secondary-flat:hover {
  background: #893aed;
}
.bt-secondary-flat:active {
  background: #551d95;
}
.bt-secondary-flat:disabled {
  background: #efe9fe;
  color: #af8bfa;
}
.bt-large {
  min-width: 200px;
}
:root {
  --card-width: 440px;
}
.card {
  background-color: #fff;
  padding: 32px;
  border: 1px solid rgba(116, 124, 141, 0.4);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25), inset 0px 0px 22px rgba(255, 255, 255, 0.1);
}
.card-form {
  width: var(--card-width);
  border-radius: 24px;
  background-color: #fff;
  padding: 40px;
  border: 1px solid rgba(116, 124, 141, 0.4);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25), inset 0px 0px 22px rgba(255, 255, 255, 0.1);
}
label {
  display: block;
  margin-bottom: 6px;
  margin-left: 8px;
  color: var(--text-primary);
  font-size: var(--font-size-body);
  line-height: 1.6rem;
  margin-top: 24px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 0;
  background-color: var(--background-secondary);
  font-size: var(--font-size-body-large);
  color: var(--text-primary);
  letter-spacing: 1.1px;
  border: 2px solid #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 2px solid var(--border-color);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--text-secondary);
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
select option {
  color: var(--text-primary);
  background-color: var(--background-secondary);
  padding: 12px;
}
.validation-error {
  color: var(--color-feedback-error);
  margin: 4px 16px;
}
.dont-show-guide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 8px;
}
.checkbox span {
  margin: 0 8px;
  font-size: 16px;
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #ccc;
  border-radius: 8px;
  transition: 300ms;
}
.checkbox input:checked ~ .checkmark {
  background-color: var(--color-feedback-success);
  border-radius: 8px;
  animation: pulse 500ms ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
  font-size: 28px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgba(11, 110, 79, 0.5647058824);
    rotate: 20deg;
  }
  50% {
    rotate: -20deg;
  }
  75% {
    box-shadow: 0 0 0 10px rgba(11, 110, 79, 0.3764705882);
  }
  100% {
    box-shadow: 0 0 0 13px rgba(11, 110, 79, 0.1882352941);
    rotate: 0;
  }
}
.menu-actions {
  position: fixed;
  z-index: 100;
  min-width: 180px;
  padding: 0;
  background: var(--background-primary);
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15), 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.menu-actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 10px;
}
.menu-actions ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.menu-actions ul li p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin: 0;
  color: var(--text-primary);
}
.menu-actions ul li:hover {
  background: var(--background-secondary);
}
.menu-actions .menu-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body {
  background-color: #f8fafc;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
