@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,600,900);
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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: 100%;
}

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

html[data-mode=light] body {
  background-color: hsl(0deg, 0%, 90%);
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] body {
  background-color: #1a1a1a;
  color: hsla(0deg, 0%, 100%, 0.87);
}

button, input[type=submit],
input[type=button] {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  padding: 0 1rem;
}

textarea {
  line-height: 1.2;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

h1 {
  font-size: 6rem;
  letter-spacing: -1.5px;
  font-weight: 200;
}

h2 {
  font-size: 3.75rem;
  letter-spacing: -0.5px;
  font-weight: 200;
}

h3 {
  font-size: 3rem;
  letter-spacing: 0px;
  font-weight: 400;
}

h4 {
  font-size: 2.125rem;
  letter-spacing: 0.25px;
  font-weight: 400;
}

h5 {
  font-size: 1.5rem;
  letter-spacing: 0px;
  font-weight: 400;
}

h6 {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
  font-weight: 600;
}

p {
  margin-top: 0;
}

a, a:visited, a:active {
  text-decoration: none;
}

.font--h1 {
  font-size: 6rem;
  letter-spacing: -1.5px;
  font-weight: 200;
}
.font--h2 {
  font-size: 3.75rem;
  letter-spacing: -0.5px;
  font-weight: 200;
}
.font--h3 {
  font-size: 3rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.font--h4 {
  font-size: 2.125rem;
  letter-spacing: 0.25px;
  font-weight: 400;
}
.font--h5 {
  font-size: 1.5rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.font--h6 {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
  font-weight: 600;
}
.font--subtitle1 {
  font-size: 1rem;
  letter-spacing: 0.15px;
  font-weight: 400;
}
.font--subtitle2 {
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  font-weight: 600;
}
.font--body1 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.font--body2 {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  font-weight: 400;
}
.font--button, .button {
  font-size: 0.875rem;
  letter-spacing: 1.25px;
  font-weight: 400;
  text-transform: uppercase;
}
.font--caption {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.font--overline {
  font-size: 0.625rem;
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: uppercase;
}
.font--emphasis-high {
  color: var(--color-font-high);
}
.font--emphasis-medium {
  color: var(--color-font-medium);
}
.font--emphasis-low {
  color: var(--color-font-low);
}
.font--light {
  font-weight: 200;
}
.font--regular {
  font-weight: 400;
}
.font--medium {
  font-weight: 600;
}
.font--bold {
  font-weight: 900;
}

.material-icons--size-18 {
  font-size: 18px;
}
.material-icons--size-24 {
  font-size: 24px;
}
.material-icons--size-36 {
  font-size: 36px;
}
.material-icons--size-48 {
  font-size: 48px;
}
.material-icons--dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons--dark--inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons--light {
  color: rgb(255, 255, 255);
}
.material-icons--light--inactive {
  color: rgba(255, 255, 255, 0.3);
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 2.5rem;
}
@media (min-width: 77.5em) {
  .grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
  }
}
.grid__main {
  padding: 2.5rem;
}
.grid__main {
  background-color: rgb(100, 100, 218);
}
@media (min-width: 56.5625em) {
  .grid__main {
    background-color: rgb(74, 190, 74);
  }
}
@media (min-width: 77.5em) {
  .grid__main {
    background-color: rgb(204, 161, 80);
  }
}
.grid__sidebar {
  text-align: center;
}
@media (min-width: 77.5em) {
  .grid__sidebar {
    text-align: left;
  }
}
.grid__widget {
  background-color: rgb(223, 112, 223);
  padding: 1rem;
}
.grid__widget--green {
  background-color: rgb(72, 223, 72);
}

.page {
  width: calc(100% - 2em);
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 37.5em) {
  .page {
    width: calc(100% - 4em);
  }
}
@media (min-width: 56.5625em) {
  .page {
    width: min(100%, 52.5em);
  }
}
@media (min-width: 77.5em) {
  .page {
    width: calc(100% - 25em);
  }
}
@media (min-width: 90em) {
  .page {
    width: min(100%, 65em);
  }
}

.card {
  margin: 3rem 0;
}
.card h4 {
  margin: 0;
}

#buttons .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 56.5625em) {
  #buttons .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.container#form {
  width: 30rem;
  flex-direction: column;
}
.container#typography {
  flex-direction: column;
  gap: 1rem;
}

#mode-toggle {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
}

.item {
  gap: 1.5rem;
  padding: 1.5rem;
}
.item ul, .item ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.item__element {
  margin: 3rem 0;
}
.item__note {
  padding: 0.5rem 1rem;
}
.item__list {
  padding: 1rem 0;
  display: block;
  margin-bottom: 1.5rem;
}
.item__list > li {
  margin-bottom: 0.75rem;
}
.item__list:last-child {
  margin-bottom: 0;
}
.item__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 56.5625em) {
  .item__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 77.5em) {
  .item__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.button {
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  height: 3rem;
  min-width: 4rem;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  padding-inline: 0.5rem;
}
.button__icon, .button__label {
  line-height: 3rem;
  display: inline-block;
  pointer-events: none;
  vertical-align: top;
}
.button__icon {
  margin-left: 0.25rem;
}
.button__label {
  margin: 0 0.5rem;
}
.button__label + .button__icon {
  margin-inline: 0 0.25rem;
}
.button__ripple {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation: ripple 0.3s linear infinite;
          animation: ripple 0.3s linear infinite;
}
@-webkit-keyframes ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.8;
  }
  100% {
    width: 15rem;
    height: 15rem;
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.8;
  }
  100% {
    width: 15rem;
    height: 15rem;
    opacity: 0;
  }
}
html[data-mode=light] .button--contained--red {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #D32F2F;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--red:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #d94c4c;
}
html[data-mode=light] .button--contained--red:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #D32F2F;
}
html[data-mode=light] .button--contained--red:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--red > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--pink {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #D81B60;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--pink:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #e53173;
}
html[data-mode=light] .button--contained--pink:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #D81B60;
}
html[data-mode=light] .button--contained--pink:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--pink > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--purple {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(126, 87, 194);
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--purple:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #9271cc;
}
html[data-mode=light] .button--contained--purple:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(126, 87, 194);
}
html[data-mode=light] .button--contained--purple:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--purple > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--lavender {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #5E35B1;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--lavender:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #6f43c7;
}
html[data-mode=light] .button--contained--lavender:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #5E35B1;
}
html[data-mode=light] .button--contained--lavender:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--lavender > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--indigo {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #3949AB;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--indigo:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #4658c1;
}
html[data-mode=light] .button--contained--indigo:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #3949AB;
}
html[data-mode=light] .button--contained--indigo:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--indigo > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--blue {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #0D47A1;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--blue:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #1056c2;
}
html[data-mode=light] .button--contained--blue:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #0D47A1;
}
html[data-mode=light] .button--contained--blue:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--blue > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--azure {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #0277BD;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--azure:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #028de0;
}
html[data-mode=light] .button--contained--azure:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #0277BD;
}
html[data-mode=light] .button--contained--azure:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--azure > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--cyan {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #006064;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--cyan:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #008288;
}
html[data-mode=light] .button--contained--cyan:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #006064;
}
html[data-mode=light] .button--contained--cyan:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--cyan > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--teal {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #00796B;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--teal:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #009d8b;
}
html[data-mode=light] .button--contained--teal:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #00796B;
}
html[data-mode=light] .button--contained--teal:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--teal > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--orange {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #FF6F00;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=light] .button--contained--orange:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff8324;
}
html[data-mode=light] .button--contained--orange:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #FF6F00;
}
html[data-mode=light] .button--contained--orange:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--orange > .button__ripple {
  background-color: black;
}
html[data-mode=light] .button--contained--green {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #2E7D32;
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] .button--contained--green:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #38973c;
}
html[data-mode=light] .button--contained--green:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #2E7D32;
}
html[data-mode=light] .button--contained--green:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--green > .button__ripple {
  background-color: white;
}
html[data-mode=light] .button--contained--yellow {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #FBC02D;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=light] .button--contained--yellow:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #fccb50;
}
html[data-mode=light] .button--contained--yellow:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #FBC02D;
}
html[data-mode=light] .button--contained--yellow:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] .button--contained--yellow > .button__ripple {
  background-color: black;
}
html[data-mode=light] .button--outlined--red {
  background-color: transparent;
  color: #D32F2F;
  outline: 2px solid rgba(211, 47, 47, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--red:hover {
  background-color: rgba(211, 47, 47, 0.12);
}
html[data-mode=light] .button--outlined--red:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--red:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--red > .button__ripple {
  background-color: #946e6e;
}
html[data-mode=light] .button--outlined--pink {
  background-color: transparent;
  color: #D81B60;
  outline: 2px solid rgba(216, 27, 96, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--pink:hover {
  background-color: rgba(216, 27, 96, 0.12);
}
html[data-mode=light] .button--outlined--pink:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--pink:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--pink > .button__ripple {
  background-color: #9b5870;
}
html[data-mode=light] .button--outlined--purple {
  background-color: transparent;
  color: rgb(126, 87, 194);
  outline: 2px solid rgba(126, 87, 194, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--purple:hover {
  background-color: rgba(126, 87, 194, 0.12);
}
html[data-mode=light] .button--outlined--purple:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--purple:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--purple > .button__ripple {
  background-color: #8d8d8d;
}
html[data-mode=light] .button--outlined--lavender {
  background-color: transparent;
  color: #5E35B1;
  outline: 2px solid rgba(94, 53, 177, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--lavender:hover {
  background-color: rgba(94, 53, 177, 0.12);
}
html[data-mode=light] .button--outlined--lavender:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--lavender:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--lavender > .button__ripple {
  background-color: #716f78;
}
html[data-mode=light] .button--outlined--indigo {
  background-color: transparent;
  color: #3949AB;
  outline: 2px solid rgba(57, 73, 171, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--indigo:hover {
  background-color: rgba(57, 73, 171, 0.12);
}
html[data-mode=light] .button--outlined--indigo:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--indigo:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--indigo > .button__ripple {
  background-color: #727272;
}
html[data-mode=light] .button--outlined--blue {
  background-color: transparent;
  color: #0D47A1;
  outline: 2px solid rgba(13, 71, 161, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--blue:hover {
  background-color: rgba(13, 71, 161, 0.12);
}
html[data-mode=light] .button--outlined--blue:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--blue:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--blue > .button__ripple {
  background-color: #395076;
}
html[data-mode=light] .button--outlined--azure {
  background-color: transparent;
  color: #0277BD;
  outline: 2px solid rgba(2, 119, 189, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--azure:hover {
  background-color: rgba(2, 119, 189, 0.12);
}
html[data-mode=light] .button--outlined--azure:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--azure:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--azure > .button__ripple {
  background-color: #326b8d;
}
html[data-mode=light] .button--outlined--cyan {
  background-color: transparent;
  color: #006064;
  outline: 2px solid rgba(0, 96, 100, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--cyan:hover {
  background-color: rgba(0, 96, 100, 0.12);
}
html[data-mode=light] .button--outlined--cyan:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--cyan:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--cyan > .button__ripple {
  background-color: #19494b;
}
html[data-mode=light] .button--outlined--teal {
  background-color: transparent;
  color: #00796B;
  outline: 2px solid rgba(0, 121, 107, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--teal:hover {
  background-color: rgba(0, 121, 107, 0.12);
}
html[data-mode=light] .button--outlined--teal:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--teal:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--teal > .button__ripple {
  background-color: #1e5b54;
}
html[data-mode=light] .button--outlined--orange {
  background-color: transparent;
  color: #FF6F00;
  outline: 2px solid rgba(255, 111, 0, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--orange:hover {
  background-color: rgba(255, 111, 0, 0.12);
}
html[data-mode=light] .button--outlined--orange:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--orange:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--orange > .button__ripple {
  background-color: #bf7740;
}
html[data-mode=light] .button--outlined--green {
  background-color: transparent;
  color: #2E7D32;
  outline: 2px solid rgba(46, 125, 50, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--green:hover {
  background-color: rgba(46, 125, 50, 0.12);
}
html[data-mode=light] .button--outlined--green:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--green:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--green > .button__ripple {
  background-color: #565656;
}
html[data-mode=light] .button--outlined--yellow {
  background-color: transparent;
  color: #FBC02D;
  outline: 2px solid rgba(251, 192, 45, 0.2);
  outline-offset: -2px;
}
html[data-mode=light] .button--outlined--yellow:hover {
  background-color: rgba(251, 192, 45, 0.12);
}
html[data-mode=light] .button--outlined--yellow:active {
  background-color: transparent;
}
html[data-mode=light] .button--outlined--yellow:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  outline-color: hsla(0deg, 0%, 0%, 0.12);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--outlined--yellow > .button__ripple {
  background-color: #c6a963;
}
html[data-mode=light] .button--text--red {
  background-color: transparent;
  color: #D32F2F;
}
html[data-mode=light] .button--text--red:hover {
  background-color: rgba(211, 47, 47, 0.12);
}
html[data-mode=light] .button--text--red:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--red:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--red > .button__ripple {
  background-color: rgba(211, 47, 47, 0.8);
}
html[data-mode=light] .button--text--pink {
  background-color: transparent;
  color: #D81B60;
}
html[data-mode=light] .button--text--pink:hover {
  background-color: rgba(216, 27, 96, 0.12);
}
html[data-mode=light] .button--text--pink:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--pink:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--pink > .button__ripple {
  background-color: rgba(216, 27, 96, 0.8);
}
html[data-mode=light] .button--text--purple {
  background-color: transparent;
  color: rgb(126, 87, 194);
}
html[data-mode=light] .button--text--purple:hover {
  background-color: rgba(126, 87, 194, 0.12);
}
html[data-mode=light] .button--text--purple:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--purple:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--purple > .button__ripple {
  background-color: rgba(126, 87, 194, 0.8);
}
html[data-mode=light] .button--text--lavender {
  background-color: transparent;
  color: #5E35B1;
}
html[data-mode=light] .button--text--lavender:hover {
  background-color: rgba(94, 53, 177, 0.12);
}
html[data-mode=light] .button--text--lavender:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--lavender:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--lavender > .button__ripple {
  background-color: rgba(94, 53, 177, 0.8);
}
html[data-mode=light] .button--text--indigo {
  background-color: transparent;
  color: #3949AB;
}
html[data-mode=light] .button--text--indigo:hover {
  background-color: rgba(57, 73, 171, 0.12);
}
html[data-mode=light] .button--text--indigo:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--indigo:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--indigo > .button__ripple {
  background-color: rgba(57, 73, 171, 0.8);
}
html[data-mode=light] .button--text--blue {
  background-color: transparent;
  color: #0D47A1;
}
html[data-mode=light] .button--text--blue:hover {
  background-color: rgba(13, 71, 161, 0.12);
}
html[data-mode=light] .button--text--blue:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--blue:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--blue > .button__ripple {
  background-color: rgba(13, 71, 161, 0.8);
}
html[data-mode=light] .button--text--azure {
  background-color: transparent;
  color: #0277BD;
}
html[data-mode=light] .button--text--azure:hover {
  background-color: rgba(2, 119, 189, 0.12);
}
html[data-mode=light] .button--text--azure:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--azure:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--azure > .button__ripple {
  background-color: rgba(2, 119, 189, 0.8);
}
html[data-mode=light] .button--text--cyan {
  background-color: transparent;
  color: #006064;
}
html[data-mode=light] .button--text--cyan:hover {
  background-color: rgba(0, 96, 100, 0.12);
}
html[data-mode=light] .button--text--cyan:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--cyan:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--cyan > .button__ripple {
  background-color: rgba(0, 96, 100, 0.8);
}
html[data-mode=light] .button--text--teal {
  background-color: transparent;
  color: #00796B;
}
html[data-mode=light] .button--text--teal:hover {
  background-color: rgba(0, 121, 107, 0.12);
}
html[data-mode=light] .button--text--teal:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--teal:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--teal > .button__ripple {
  background-color: rgba(0, 121, 107, 0.8);
}
html[data-mode=light] .button--text--orange {
  background-color: transparent;
  color: #FF6F00;
}
html[data-mode=light] .button--text--orange:hover {
  background-color: rgba(255, 111, 0, 0.12);
}
html[data-mode=light] .button--text--orange:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--orange:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--orange > .button__ripple {
  background-color: rgba(255, 111, 0, 0.8);
}
html[data-mode=light] .button--text--green {
  background-color: transparent;
  color: #2E7D32;
}
html[data-mode=light] .button--text--green:hover {
  background-color: rgba(46, 125, 50, 0.12);
}
html[data-mode=light] .button--text--green:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--green:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--green > .button__ripple {
  background-color: rgba(46, 125, 50, 0.8);
}
html[data-mode=light] .button--text--yellow {
  background-color: transparent;
  color: #FBC02D;
}
html[data-mode=light] .button--text--yellow:hover {
  background-color: rgba(251, 192, 45, 0.12);
}
html[data-mode=light] .button--text--yellow:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--yellow:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--yellow > .button__ripple {
  background-color: rgba(251, 192, 45, 0.8);
}
html[data-mode=light] .button--text--red {
  background-color: transparent;
  color: #D32F2F;
}
html[data-mode=light] .button--text--red:hover {
  background-color: rgba(211, 47, 47, 0.12);
}
html[data-mode=light] .button--text--red:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--red:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--red > .button__ripple {
  background-color: rgba(211, 47, 47, 0.8);
}
html[data-mode=light] .button--text--blue {
  background-color: transparent;
  color: #0D47A1;
}
html[data-mode=light] .button--text--blue:hover {
  background-color: rgba(13, 71, 161, 0.12);
}
html[data-mode=light] .button--text--blue:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--blue:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--blue > .button__ripple {
  background-color: rgba(13, 71, 161, 0.8);
}
html[data-mode=light] .button--text--purple {
  background-color: transparent;
  color: rgb(126, 87, 194);
}
html[data-mode=light] .button--text--purple:hover {
  background-color: rgba(126, 87, 194, 0.12);
}
html[data-mode=light] .button--text--purple:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--purple:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--purple > .button__ripple {
  background-color: rgba(126, 87, 194, 0.8);
}
html[data-mode=light] .button--text--teal {
  background-color: transparent;
  color: #00796B;
}
html[data-mode=light] .button--text--teal:hover {
  background-color: rgba(0, 121, 107, 0.12);
}
html[data-mode=light] .button--text--teal:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--teal:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--teal > .button__ripple {
  background-color: rgba(0, 121, 107, 0.8);
}
html[data-mode=light] .button--text--green {
  background-color: transparent;
  color: #2E7D32;
}
html[data-mode=light] .button--text--green:hover {
  background-color: rgba(46, 125, 50, 0.12);
}
html[data-mode=light] .button--text--green:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--green:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--green > .button__ripple {
  background-color: rgba(46, 125, 50, 0.8);
}
html[data-mode=light] .button--text--orange {
  background-color: transparent;
  color: #FF6F00;
}
html[data-mode=light] .button--text--orange:hover {
  background-color: rgba(255, 111, 0, 0.12);
}
html[data-mode=light] .button--text--orange:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--orange:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--orange > .button__ripple {
  background-color: rgba(255, 111, 0, 0.8);
}
html[data-mode=light] .button--text--yellow {
  background-color: transparent;
  color: #FBC02D;
}
html[data-mode=light] .button--text--yellow:hover {
  background-color: rgba(251, 192, 45, 0.12);
}
html[data-mode=light] .button--text--yellow:active {
  background-color: transparent;
}
html[data-mode=light] .button--text--yellow:disabled {
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=light] .button--text--yellow > .button__ripple {
  background-color: rgba(251, 192, 45, 0.8);
}
html[data-mode=dark] .button--contained--red {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #EF5350;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--red:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #f27371;
}
html[data-mode=dark] .button--contained--red:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #EF5350;
}
html[data-mode=dark] .button--contained--red:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--red > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--pink {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #F06292;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--pink:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #f383a9;
}
html[data-mode=dark] .button--contained--pink:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #F06292;
}
html[data-mode=dark] .button--contained--pink:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--pink > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--purple {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(179, 157, 219);
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--purple:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #c7b7e5;
}
html[data-mode=dark] .button--contained--purple:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(179, 157, 219);
}
html[data-mode=dark] .button--contained--purple:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--purple > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--lavender {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #9575CD;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--lavender:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #a98fd6;
}
html[data-mode=dark] .button--contained--lavender:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #9575CD;
}
html[data-mode=dark] .button--contained--lavender:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--lavender > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--indigo {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #7986CB;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--indigo:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #939dd5;
}
html[data-mode=dark] .button--contained--indigo:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #7986CB;
}
html[data-mode=dark] .button--contained--indigo:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--indigo > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--blue {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #42A5F5;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--blue:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #64b5f7;
}
html[data-mode=dark] .button--contained--blue:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #42A5F5;
}
html[data-mode=dark] .button--contained--blue:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--blue > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--azure {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #4FC3F7;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--azure:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #71cff9;
}
html[data-mode=dark] .button--contained--azure:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #4FC3F7;
}
html[data-mode=dark] .button--contained--azure:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--azure > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--cyan {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #00ACC1;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--cyan:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #00cce5;
}
html[data-mode=dark] .button--contained--cyan:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #00ACC1;
}
html[data-mode=dark] .button--contained--cyan:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--cyan > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--teal {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #26A69A;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--teal:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #2dc3b5;
}
html[data-mode=dark] .button--contained--teal:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #26A69A;
}
html[data-mode=dark] .button--contained--teal:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--teal > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--orange {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFA000;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--orange:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffad24;
}
html[data-mode=dark] .button--contained--orange:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFA000;
}
html[data-mode=dark] .button--contained--orange:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--orange > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--contained--green {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #4CAF50;
  color: hsl(83deg, 100%, 6%);
}
html[data-mode=dark] .button--contained--green:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #63bb67;
}
html[data-mode=dark] .button--contained--green:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #4CAF50;
}
html[data-mode=dark] .button--contained--green:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--green > .button__ripple {
  background-color: #131f00;
}
html[data-mode=dark] .button--contained--yellow {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFEB3B;
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .button--contained--yellow:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffef5f;
}
html[data-mode=dark] .button--contained--yellow:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFEB3B;
}
html[data-mode=dark] .button--contained--yellow:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] .button--contained--yellow > .button__ripple {
  background-color: black;
}
html[data-mode=dark] .button--outlined--red {
  background-color: transparent;
  color: #EF5350;
  outline: 2px solid rgba(239, 83, 80, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--red:hover {
  background-color: rgba(239, 83, 80, 0.12);
}
html[data-mode=dark] .button--outlined--red:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--red:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--red > .button__ripple {
  background-color: #bf8180;
}
html[data-mode=dark] .button--outlined--pink {
  background-color: transparent;
  color: #F06292;
  outline: 2px solid rgba(240, 98, 146, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--pink:hover {
  background-color: rgba(240, 98, 146, 0.12);
}
html[data-mode=dark] .button--outlined--pink:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--pink:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--pink > .button__ripple {
  background-color: #c58da0;
}
html[data-mode=dark] .button--outlined--purple {
  background-color: transparent;
  color: rgb(179, 157, 219);
  outline: 2px solid rgba(179, 157, 219, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--purple:hover {
  background-color: rgba(179, 157, 219, 0.12);
}
html[data-mode=dark] .button--outlined--purple:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--purple:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--purple > .button__ripple {
  background-color: #bcbcbc;
}
html[data-mode=dark] .button--outlined--lavender {
  background-color: transparent;
  color: #9575CD;
  outline: 2px solid rgba(149, 117, 205, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--lavender:hover {
  background-color: rgba(149, 117, 205, 0.12);
}
html[data-mode=dark] .button--outlined--lavender:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--lavender:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--lavender > .button__ripple {
  background-color: #a1a1a1;
}
html[data-mode=dark] .button--outlined--indigo {
  background-color: transparent;
  color: #7986CB;
  outline: 2px solid rgba(121, 134, 203, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--indigo:hover {
  background-color: rgba(121, 134, 203, 0.12);
}
html[data-mode=dark] .button--outlined--indigo:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--indigo:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--indigo > .button__ripple {
  background-color: #a2a2a2;
}
html[data-mode=dark] .button--outlined--blue {
  background-color: transparent;
  color: #42A5F5;
  outline: 2px solid rgba(66, 165, 245, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--blue:hover {
  background-color: rgba(66, 165, 245, 0.12);
}
html[data-mode=dark] .button--outlined--blue:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--blue:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--blue > .button__ripple {
  background-color: #74a0c3;
}
html[data-mode=dark] .button--outlined--azure {
  background-color: transparent;
  color: #4FC3F7;
  outline: 2px solid rgba(79, 195, 247, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--azure:hover {
  background-color: rgba(79, 195, 247, 0.12);
}
html[data-mode=dark] .button--outlined--azure:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--azure:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--azure > .button__ripple {
  background-color: #7db1c9;
}
html[data-mode=dark] .button--outlined--cyan {
  background-color: transparent;
  color: #00ACC1;
  outline: 2px solid rgba(0, 172, 193, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--cyan:hover {
  background-color: rgba(0, 172, 193, 0.12);
}
html[data-mode=dark] .button--outlined--cyan:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--cyan:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--cyan > .button__ripple {
  background-color: #308691;
}
html[data-mode=dark] .button--outlined--teal {
  background-color: transparent;
  color: #26A69A;
  outline: 2px solid rgba(38, 166, 154, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--teal:hover {
  background-color: rgba(38, 166, 154, 0.12);
}
html[data-mode=dark] .button--outlined--teal:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--teal:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--teal > .button__ripple {
  background-color: #597371;
}
html[data-mode=dark] .button--outlined--orange {
  background-color: transparent;
  color: #FFA000;
  outline: 2px solid rgba(255, 160, 0, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--orange:hover {
  background-color: rgba(255, 160, 0, 0.12);
}
html[data-mode=dark] .button--outlined--orange:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--orange:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--orange > .button__ripple {
  background-color: #bf9040;
}
html[data-mode=dark] .button--outlined--green {
  background-color: transparent;
  color: #4CAF50;
  outline: 2px solid rgba(76, 175, 80, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--green:hover {
  background-color: rgba(76, 175, 80, 0.12);
}
html[data-mode=dark] .button--outlined--green:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--green:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--green > .button__ripple {
  background-color: #7e7e7e;
}
html[data-mode=dark] .button--outlined--yellow {
  background-color: transparent;
  color: #FFEB3B;
  outline: 2px solid rgba(255, 235, 59, 0.2);
  outline-offset: -2px;
}
html[data-mode=dark] .button--outlined--yellow:hover {
  background-color: rgba(255, 235, 59, 0.12);
}
html[data-mode=dark] .button--outlined--yellow:active {
  background-color: transparent;
}
html[data-mode=dark] .button--outlined--yellow:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--outlined--yellow > .button__ripple {
  background-color: #cec46c;
}
html[data-mode=dark] .button--text--red {
  background-color: transparent;
  color: #EF5350;
}
html[data-mode=dark] .button--text--red:hover {
  background-color: rgba(239, 83, 80, 0.12);
}
html[data-mode=dark] .button--text--red:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--red:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--red > .button__ripple {
  background-color: rgba(239, 83, 80, 0.8);
}
html[data-mode=dark] .button--text--pink {
  background-color: transparent;
  color: #F06292;
}
html[data-mode=dark] .button--text--pink:hover {
  background-color: rgba(240, 98, 146, 0.12);
}
html[data-mode=dark] .button--text--pink:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--pink:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--pink > .button__ripple {
  background-color: rgba(240, 98, 146, 0.8);
}
html[data-mode=dark] .button--text--purple {
  background-color: transparent;
  color: rgb(179, 157, 219);
}
html[data-mode=dark] .button--text--purple:hover {
  background-color: rgba(179, 157, 219, 0.12);
}
html[data-mode=dark] .button--text--purple:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--purple:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--purple > .button__ripple {
  background-color: rgba(179, 157, 219, 0.8);
}
html[data-mode=dark] .button--text--lavender {
  background-color: transparent;
  color: #9575CD;
}
html[data-mode=dark] .button--text--lavender:hover {
  background-color: rgba(149, 117, 205, 0.12);
}
html[data-mode=dark] .button--text--lavender:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--lavender:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--lavender > .button__ripple {
  background-color: rgba(149, 117, 205, 0.8);
}
html[data-mode=dark] .button--text--indigo {
  background-color: transparent;
  color: #7986CB;
}
html[data-mode=dark] .button--text--indigo:hover {
  background-color: rgba(121, 134, 203, 0.12);
}
html[data-mode=dark] .button--text--indigo:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--indigo:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--indigo > .button__ripple {
  background-color: rgba(121, 134, 203, 0.8);
}
html[data-mode=dark] .button--text--blue {
  background-color: transparent;
  color: #42A5F5;
}
html[data-mode=dark] .button--text--blue:hover {
  background-color: rgba(66, 165, 245, 0.12);
}
html[data-mode=dark] .button--text--blue:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--blue:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--blue > .button__ripple {
  background-color: rgba(66, 165, 245, 0.8);
}
html[data-mode=dark] .button--text--azure {
  background-color: transparent;
  color: #4FC3F7;
}
html[data-mode=dark] .button--text--azure:hover {
  background-color: rgba(79, 195, 247, 0.12);
}
html[data-mode=dark] .button--text--azure:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--azure:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--azure > .button__ripple {
  background-color: rgba(79, 195, 247, 0.8);
}
html[data-mode=dark] .button--text--cyan {
  background-color: transparent;
  color: #00ACC1;
}
html[data-mode=dark] .button--text--cyan:hover {
  background-color: rgba(0, 172, 193, 0.12);
}
html[data-mode=dark] .button--text--cyan:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--cyan:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--cyan > .button__ripple {
  background-color: rgba(0, 172, 193, 0.8);
}
html[data-mode=dark] .button--text--teal {
  background-color: transparent;
  color: #26A69A;
}
html[data-mode=dark] .button--text--teal:hover {
  background-color: rgba(38, 166, 154, 0.12);
}
html[data-mode=dark] .button--text--teal:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--teal:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--teal > .button__ripple {
  background-color: rgba(38, 166, 154, 0.8);
}
html[data-mode=dark] .button--text--orange {
  background-color: transparent;
  color: #FFA000;
}
html[data-mode=dark] .button--text--orange:hover {
  background-color: rgba(255, 160, 0, 0.12);
}
html[data-mode=dark] .button--text--orange:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--orange:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--orange > .button__ripple {
  background-color: rgba(255, 160, 0, 0.8);
}
html[data-mode=dark] .button--text--green {
  background-color: transparent;
  color: #4CAF50;
}
html[data-mode=dark] .button--text--green:hover {
  background-color: rgba(76, 175, 80, 0.12);
}
html[data-mode=dark] .button--text--green:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--green:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--green > .button__ripple {
  background-color: rgba(76, 175, 80, 0.8);
}
html[data-mode=dark] .button--text--yellow {
  background-color: transparent;
  color: #FFEB3B;
}
html[data-mode=dark] .button--text--yellow:hover {
  background-color: rgba(255, 235, 59, 0.12);
}
html[data-mode=dark] .button--text--yellow:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--yellow:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--yellow > .button__ripple {
  background-color: rgba(255, 235, 59, 0.8);
}
html[data-mode=dark] .button--text--red {
  background-color: transparent;
  color: #EF5350;
}
html[data-mode=dark] .button--text--red:hover {
  background-color: rgba(239, 83, 80, 0.12);
}
html[data-mode=dark] .button--text--red:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--red:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--red > .button__ripple {
  background-color: rgba(239, 83, 80, 0.8);
}
html[data-mode=dark] .button--text--blue {
  background-color: transparent;
  color: #42A5F5;
}
html[data-mode=dark] .button--text--blue:hover {
  background-color: rgba(66, 165, 245, 0.12);
}
html[data-mode=dark] .button--text--blue:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--blue:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--blue > .button__ripple {
  background-color: rgba(66, 165, 245, 0.8);
}
html[data-mode=dark] .button--text--purple {
  background-color: transparent;
  color: rgb(179, 157, 219);
}
html[data-mode=dark] .button--text--purple:hover {
  background-color: rgba(179, 157, 219, 0.12);
}
html[data-mode=dark] .button--text--purple:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--purple:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--purple > .button__ripple {
  background-color: rgba(179, 157, 219, 0.8);
}
html[data-mode=dark] .button--text--teal {
  background-color: transparent;
  color: #26A69A;
}
html[data-mode=dark] .button--text--teal:hover {
  background-color: rgba(38, 166, 154, 0.12);
}
html[data-mode=dark] .button--text--teal:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--teal:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--teal > .button__ripple {
  background-color: rgba(38, 166, 154, 0.8);
}
html[data-mode=dark] .button--text--green {
  background-color: transparent;
  color: #4CAF50;
}
html[data-mode=dark] .button--text--green:hover {
  background-color: rgba(76, 175, 80, 0.12);
}
html[data-mode=dark] .button--text--green:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--green:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--green > .button__ripple {
  background-color: rgba(76, 175, 80, 0.8);
}
html[data-mode=dark] .button--text--orange {
  background-color: transparent;
  color: #FFA000;
}
html[data-mode=dark] .button--text--orange:hover {
  background-color: rgba(255, 160, 0, 0.12);
}
html[data-mode=dark] .button--text--orange:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--orange:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--orange > .button__ripple {
  background-color: rgba(255, 160, 0, 0.8);
}
html[data-mode=dark] .button--text--yellow {
  background-color: transparent;
  color: #FFEB3B;
}
html[data-mode=dark] .button--text--yellow:hover {
  background-color: rgba(255, 235, 59, 0.12);
}
html[data-mode=dark] .button--text--yellow:active {
  background-color: transparent;
}
html[data-mode=dark] .button--text--yellow:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
html[data-mode=dark] .button--text--yellow > .button__ripple {
  background-color: rgba(255, 235, 59, 0.8);
}
.button--shrinked {
  width: 3rem;
  min-width: auto;
  padding: 0;
}
.button--shrinked > * {
  margin: 0;
}
.button--shrinked .button__label {
  display: none;
}
@media (max-width: 37.5em) {
  .button--shrinked--s {
    width: 3rem;
    min-width: auto;
    padding: 0;
  }
  .button--shrinked--s > * {
    margin: 0;
  }
  .button--shrinked--s .button__label {
    display: none;
  }
}
@media (max-width: 56.5625em) {
  .button--shrinked--m {
    width: 3rem;
    min-width: auto;
    padding: 0;
  }
  .button--shrinked--m > * {
    margin: 0;
  }
  .button--shrinked--m .button__label {
    display: none;
  }
}
@media (max-width: 77.5em) {
  .button--shrinked--l {
    width: 3rem;
    min-width: auto;
    padding: 0;
  }
  .button--shrinked--l > * {
    margin: 0;
  }
  .button--shrinked--l .button__label {
    display: none;
  }
}
@media (max-width: 90em) {
  .button--shrinked--xl {
    width: 3rem;
    min-width: auto;
    padding: 0;
  }
  .button--shrinked--xl > * {
    margin: 0;
  }
  .button--shrinked--xl .button__label {
    display: none;
  }
}
.button--stretched {
  width: 100%;
  display: block;
}
@media (max-width: 37.5em) {
  .button--stretched--s {
    width: 100%;
    display: block;
  }
}
@media (max-width: 56.5625em) {
  .button--stretched--m {
    width: 100%;
    display: block;
  }
}
@media (max-width: 77.5em) {
  .button--stretched--l {
    width: 100%;
    display: block;
  }
}
@media (max-width: 90em) {
  .button--stretched--xl {
    width: 100%;
    display: block;
  }
}

.toggle-group {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0.75rem;
}
.toggle-group .toggle {
  flex-shrink: 0;
  flex-grow: 0;
}
.toggle-group .toggle:first-child {
  border-radius: 3px 0 0 3px;
}
.toggle-group .toggle:last-child {
  border-radius: 0 3px 3px 0;
}

.toggle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  text-align: center;
  transition: all 0.1s ease-in-out;
  color: var(--color-font--medium);
  background-color: transparent;
  outline: 1px solid var(--border--resting);
}
.toggle:hover {
  color: var(--color-font--medium);
  background-color: var(--background-toggle--hover);
  outline-color: var(--border--hover);
}
.toggle:focus {
  color: var(--color-font--high);
  background-color: var(--background-toggle--active);
  outline-color: var(--border--active);
}
.toggle__icon {
  vertical-align: middle;
  pointer-events: none;
}
.toggle__ripple {
  position: absolute;
  background-color: black;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation: ripple 0.3s linear infinite;
          animation: ripple 0.3s linear infinite;
}
@keyframes ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.8;
  }
  100% {
    width: 15rem;
    height: 15rem;
    opacity: 0;
  }
}

.card {
  border-radius: 6px;
  padding: 1.5rem;
}
html[data-mode=light] .card--indented {
  background-color: hsla(0deg, 0%, 0%, 0.08);
}
html[data-mode=light] .card--elevated {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: hsl(0deg, 0%, 100%);
}
html[data-mode=dark] .card--indented {
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
html[data-mode=dark] .card--elevated {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: hsl(0deg, 0%, 14%);
}

.star-rating {
  position: relative;
  height: 1.5rem;
  display: flex;
}
html[data-mode=light] .star-rating__icons {
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] .star-rating__icons {
  color: hsla(0deg, 0%, 100%, 0.87);
}
.star-rating__icons > span {
  overflow: hidden;
}
.star-rating__icons--front {
  position: absolute;
  left: 0;
  top: 0;
}

#rating .page__header, #rating .page__footer {
  padding: 3rem 3rem 1.5rem;
  text-align: center;
}
#rating .page__footer {
  margin-top: 3rem;
  line-height: 1.5;
}
html[data-mode=light] #rating .page__footer {
  border-top: 1px solid hsla(0deg, 0%, 0%, 0.08);
}
html[data-mode=dark] #rating .page__footer {
  border-top: 1px solid hsla(0deg, 0%, 0%, 0.1);
}
#rating .page__logo {
  display: flex;
  justify-content: center;
}
#rating .page__logo img {
  height: 6.25rem;
  width: auto;
}
#rating .page__logo h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  line-height: 0.8;
  margin-left: 1rem;
}
html[data-mode=light] #rating .page__logo h1 {
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] #rating .page__logo h1 {
  color: hsla(0deg, 0%, 100%, 0.87);
}
#rating .page__logo h1 span {
  display: block;
}
#rating .page__title {
  line-height: 1;
  margin: 3rem 0 1.5rem;
  font-weight: 900;
  font-size: clamp(1.25rem, 4vw, 3.75rem);
}
@media (min-width: 56.5625em) {
  #rating .page__title {
    font-weight: 400;
  }
}
@media (min-width: 77.5em) {
  #rating .page__title {
    font-weight: 200;
  }
}
#rating .page__subtitle {
  line-height: 1.75;
  font-size: 0.875rem;
}
@media (min-width: 77.5em) {
  #rating .page__subtitle {
    font-size: 1rem;
  }
}
html[data-mode=light] #rating .page__subtitle {
  color: hsla(0deg, 0%, 0%, 0.6);
}
html[data-mode=dark] #rating .page__subtitle {
  color: hsla(0deg, 0%, 100%, 0.6);
}
#rating .list {
  list-style: none;
  padding: 0;
}
#rating .list__item {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}
#rating .item {
  padding: 1.5rem;
  border-radius: 12px;
  transition: background-color 0.3s ease-in-out;
}
html[data-mode=light] #rating .item:hover {
  background-color: hsla(0deg, 0%, 0%, 0.08);
}
html[data-mode=dark] #rating .item:hover {
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
html[data-mode=light] #rating .item--primary {
  background-color: rgba(126, 87, 194, 0.1);
}
html[data-mode=dark] #rating .item--primary {
  background-color: rgba(179, 157, 219, 0.1);
}
#rating .item header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 56.5625em) {
  #rating .item header {
    flex-direction: row-reverse;
    align-items: center;
  }
}
#rating .item__title {
  margin: 0;
  line-height: 1.5;
  font-size: clamp(2.125rem, 5vw, 3rem);
}
html[data-mode=light] #rating .item__title a {
  color: rgb(126, 87, 194);
}
html[data-mode=dark] #rating .item__title a {
  color: rgb(179, 157, 219);
}
#rating .item__rating {
  opacity: 0.8;
}
html[data-mode=light] #rating .item__rating span {
  color: rgb(126, 87, 194);
}
html[data-mode=dark] #rating .item__rating span {
  color: rgb(179, 157, 219);
}
@media (max-width: 56.5625em) {
  #rating .item__rating {
    transform: scale(0.9);
    transform-origin: left;
  }
}
#rating .item__image img {
  width: clamp(4.5rem, 10vw, 7.5rem);
  height: auto;
}
@media (hover) {
  #rating .item__image img {
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
  }
}
#rating .item__content {
  flex-shrink: 1;
}
#rating .item__description {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
html[data-mode=light] #rating .item__description {
  color: hsla(0deg, 0%, 0%, 0.6);
}
html[data-mode=dark] #rating .item__description {
  color: hsla(0deg, 0%, 100%, 0.6);
}
@media (min-width: 56.5625em) {
  #rating .item__description {
    font-size: 1rem;
  }
}
html[data-mode=light] #rating .item__button {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(126, 87, 194);
  color: hsla(0deg, 0%, 100%, 0.87);
}
html[data-mode=light] #rating .item__button:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #9271cc;
}
html[data-mode=light] #rating .item__button:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(126, 87, 194);
}
html[data-mode=light] #rating .item__button:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  color: hsla(0deg, 0%, 0%, 0.38);
  background-color: hsla(0deg, 0%, 0%, 0.12);
}
html[data-mode=light] #rating .item__button > .button__ripple {
  background-color: white;
}
html[data-mode=dark] #rating .item__button {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(179, 157, 219);
  color: hsla(0deg, 0%, 0%, 0.87);
}
html[data-mode=dark] #rating .item__button:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #c7b7e5;
}
html[data-mode=dark] #rating .item__button:active {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 5px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  background-color: rgb(179, 157, 219);
}
html[data-mode=dark] #rating .item__button:disabled {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
html[data-mode=dark] #rating .item__button > .button__ripple {
  background-color: black;
}
@media (hover) {
  #rating .item:hover .item__image img {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */