/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  font-family: "Roboto", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.red-0 {
  border-color: #ffebee !important;
  background-color: #ffebee !important;
}

.text-red-0 {
  color: #ffebee !important;
}

.red-1 {
  border-color: #ffcdd2 !important;
  background-color: #ffcdd2 !important;
}

.text-red-1 {
  color: #ffcdd2 !important;
}

.red-2 {
  border-color: #ef9a9a !important;
  background-color: #ef9a9a !important;
}

.text-red-2 {
  color: #ef9a9a !important;
}

.red-3 {
  border-color: #e57373 !important;
  background-color: #e57373 !important;
}

.text-red-3 {
  color: #e57373 !important;
}

.red-4 {
  border-color: #ef5350 !important;
  background-color: #ef5350 !important;
}

.text-red-4 {
  color: #ef5350 !important;
}

.red-5 {
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}

.text-red-5 {
  color: #f44336 !important;
}

.red-6 {
  border-color: #e53936 !important;
  background-color: #e53936 !important;
}

.text-red-6 {
  color: #e53936 !important;
}

.red-7 {
  border-color: #d32f2f !important;
  background-color: #d32f2f !important;
}

.text-red-7 {
  color: #d32f2f !important;
}

.red-8 {
  border-color: #c62828 !important;
  background-color: #c62828 !important;
}

.text-red-8 {
  color: #c62828 !important;
}

.red-9 {
  border-color: #b71c1c !important;
  background-color: #b71c1c !important;
}

.text-red-9 {
  color: #b71c1c !important;
}

.red {
  border-color: #e53936 !important;
  background-color: #e53936 !important;
}

.text-red {
  color: #e53936 !important;
}

.pink-0 {
  border-color: #fce4ec !important;
  background-color: #fce4ec !important;
}

.text-pink-0 {
  color: #fce4ec !important;
}

.pink-1 {
  border-color: #f8bbd0 !important;
  background-color: #f8bbd0 !important;
}

.text-pink-1 {
  color: #f8bbd0 !important;
}

.pink-2 {
  border-color: #f48fb1 !important;
  background-color: #f48fb1 !important;
}

.text-pink-2 {
  color: #f48fb1 !important;
}

.pink-3 {
  border-color: #f06292 !important;
  background-color: #f06292 !important;
}

.text-pink-3 {
  color: #f06292 !important;
}

.pink-4 {
  border-color: #ec407a !important;
  background-color: #ec407a !important;
}

.text-pink-4 {
  color: #ec407a !important;
}

.pink-5 {
  border-color: #e91e63 !important;
  background-color: #e91e63 !important;
}

.text-pink-5 {
  color: #e91e63 !important;
}

.pink-6 {
  border-color: #d81b60 !important;
  background-color: #d81b60 !important;
}

.text-pink-6 {
  color: #d81b60 !important;
}

.pink-7 {
  border-color: #c2185b !important;
  background-color: #c2185b !important;
}

.text-pink-7 {
  color: #c2185b !important;
}

.pink-8 {
  border-color: #ad1457 !important;
  background-color: #ad1457 !important;
}

.text-pink-8 {
  color: #ad1457 !important;
}

.pink-9 {
  border-color: #880e4f !important;
  background-color: #880e4f !important;
}

.text-pink-9 {
  color: #880e4f !important;
}

.pink {
  border-color: #d81b60 !important;
  background-color: #d81b60 !important;
}

.text-pink {
  color: #d81b60 !important;
}

.purple-0 {
  border-color: #f3e5f5 !important;
  background-color: #f3e5f5 !important;
}

.text-purple-0 {
  color: #f3e5f5 !important;
}

.purple-1 {
  border-color: #e1bee7 !important;
  background-color: #e1bee7 !important;
}

.text-purple-1 {
  color: #e1bee7 !important;
}

.purple-2 {
  border-color: #ce93d8 !important;
  background-color: #ce93d8 !important;
}

.text-purple-2 {
  color: #ce93d8 !important;
}

.purple-3 {
  border-color: #ba68c8 !important;
  background-color: #ba68c8 !important;
}

.text-purple-3 {
  color: #ba68c8 !important;
}

.purple-4 {
  border-color: #ab47bc !important;
  background-color: #ab47bc !important;
}

.text-purple-4 {
  color: #ab47bc !important;
}

.purple-5 {
  border-color: #9c27b0 !important;
  background-color: #9c27b0 !important;
}

.text-purple-5 {
  color: #9c27b0 !important;
}

.purple-6 {
  border-color: #8e24aa !important;
  background-color: #8e24aa !important;
}

.text-purple-6 {
  color: #8e24aa !important;
}

.purple-7 {
  border-color: #7b1fa2 !important;
  background-color: #7b1fa2 !important;
}

.text-purple-7 {
  color: #7b1fa2 !important;
}

.purple-8 {
  border-color: #6a1b9a !important;
  background-color: #6a1b9a !important;
}

.text-purple-8 {
  color: #6a1b9a !important;
}

.purple-9 {
  border-color: #4a148c !important;
  background-color: #4a148c !important;
}

.text-purple-9 {
  color: #4a148c !important;
}

.purple {
  border-color: #8e24aa !important;
  background-color: #8e24aa !important;
}

.text-purple {
  color: #8e24aa !important;
}

.deep-purple-0 {
  border-color: #ede7f6 !important;
  background-color: #ede7f6 !important;
}

.text-deep-purple-0 {
  color: #ede7f6 !important;
}

.deep-purple-1 {
  border-color: #d1c4e9 !important;
  background-color: #d1c4e9 !important;
}

.text-deep-purple-1 {
  color: #d1c4e9 !important;
}

.deep-purple-2 {
  border-color: #b39ddb !important;
  background-color: #b39ddb !important;
}

.text-deep-purple-2 {
  color: #b39ddb !important;
}

.deep-purple-3 {
  border-color: #9575cd !important;
  background-color: #9575cd !important;
}

.text-deep-purple-3 {
  color: #9575cd !important;
}

.deep-purple-4 {
  border-color: #7e57c2 !important;
  background-color: #7e57c2 !important;
}

.text-deep-purple-4 {
  color: #7e57c2 !important;
}

.deep-purple-5 {
  border-color: #673ab7 !important;
  background-color: #673ab7 !important;
}

.text-deep-purple-5 {
  color: #673ab7 !important;
}

.deep-purple-6 {
  border-color: #5e35b1 !important;
  background-color: #5e35b1 !important;
}

.text-deep-purple-6 {
  color: #5e35b1 !important;
}

.deep-purple-7 {
  border-color: #512da8 !important;
  background-color: #512da8 !important;
}

.text-deep-purple-7 {
  color: #512da8 !important;
}

.deep-purple-8 {
  border-color: #4527a0 !important;
  background-color: #4527a0 !important;
}

.text-deep-purple-8 {
  color: #4527a0 !important;
}

.deep-purple-9 {
  border-color: #311b92 !important;
  background-color: #311b92 !important;
}

.text-deep-purple-9 {
  color: #311b92 !important;
}

.deep-purple {
  border-color: #5e35b1 !important;
  background-color: #5e35b1 !important;
}

.text-deep-purple {
  color: #5e35b1 !important;
}

.indigo-0 {
  border-color: #e8eaf6 !important;
  background-color: #e8eaf6 !important;
}

.text-indigo-0 {
  color: #e8eaf6 !important;
}

.indigo-1 {
  border-color: #c5cae9 !important;
  background-color: #c5cae9 !important;
}

.text-indigo-1 {
  color: #c5cae9 !important;
}

.indigo-2 {
  border-color: #9fa8da !important;
  background-color: #9fa8da !important;
}

.text-indigo-2 {
  color: #9fa8da !important;
}

.indigo-3 {
  border-color: #7986cb !important;
  background-color: #7986cb !important;
}

.text-indigo-3 {
  color: #7986cb !important;
}

.indigo-4 {
  border-color: #5c6bc0 !important;
  background-color: #5c6bc0 !important;
}

.text-indigo-4 {
  color: #5c6bc0 !important;
}

.indigo-5 {
  border-color: #3f51b5 !important;
  background-color: #3f51b5 !important;
}

.text-indigo-5 {
  color: #3f51b5 !important;
}

.indigo-6 {
  border-color: #3949ab !important;
  background-color: #3949ab !important;
}

.text-indigo-6 {
  color: #3949ab !important;
}

.indigo-7 {
  border-color: #303f9f !important;
  background-color: #303f9f !important;
}

.text-indigo-7 {
  color: #303f9f !important;
}

.indigo-8 {
  border-color: #283593 !important;
  background-color: #283593 !important;
}

.text-indigo-8 {
  color: #283593 !important;
}

.indigo-9 {
  border-color: #1a237e !important;
  background-color: #1a237e !important;
}

.text-indigo-9 {
  color: #1a237e !important;
}

.indigo {
  border-color: #3949ab !important;
  background-color: #3949ab !important;
}

.text-indigo {
  color: #3949ab !important;
}

.blue-0 {
  border-color: #e3f2fd !important;
  background-color: #e3f2fd !important;
}

.text-blue-0 {
  color: #e3f2fd !important;
}

.blue-1 {
  border-color: #bbdefb !important;
  background-color: #bbdefb !important;
}

.text-blue-1 {
  color: #bbdefb !important;
}

.blue-2 {
  border-color: #90caf9 !important;
  background-color: #90caf9 !important;
}

.text-blue-2 {
  color: #90caf9 !important;
}

.blue-3 {
  border-color: #64b5f6 !important;
  background-color: #64b5f6 !important;
}

.text-blue-3 {
  color: #64b5f6 !important;
}

.blue-4 {
  border-color: #42a5f5 !important;
  background-color: #42a5f5 !important;
}

.text-blue-4 {
  color: #42a5f5 !important;
}

.blue-5 {
  border-color: #2196f3 !important;
  background-color: #2196f3 !important;
}

.text-blue-5 {
  color: #2196f3 !important;
}

.blue-6 {
  border-color: #1e88e5 !important;
  background-color: #1e88e5 !important;
}

.text-blue-6 {
  color: #1e88e5 !important;
}

.blue-7 {
  border-color: #1976d2 !important;
  background-color: #1976d2 !important;
}

.text-blue-7 {
  color: #1976d2 !important;
}

.blue-8 {
  border-color: #1565c0 !important;
  background-color: #1565c0 !important;
}

.text-blue-8 {
  color: #1565c0 !important;
}

.blue-9 {
  border-color: #0d47a1 !important;
  background-color: #0d47a1 !important;
}

.text-blue-9 {
  color: #0d47a1 !important;
}

.blue {
  border-color: #1e88e5 !important;
  background-color: #1e88e5 !important;
}

.text-blue {
  color: #1e88e5 !important;
}

.light-blue-0 {
  border-color: #e1f5fe !important;
  background-color: #e1f5fe !important;
}

.text-light-blue-0 {
  color: #e1f5fe !important;
}

.light-blue-1 {
  border-color: #b3e5fc !important;
  background-color: #b3e5fc !important;
}

.text-light-blue-1 {
  color: #b3e5fc !important;
}

.light-blue-2 {
  border-color: #81d4fa !important;
  background-color: #81d4fa !important;
}

.text-light-blue-2 {
  color: #81d4fa !important;
}

.light-blue-3 {
  border-color: #4fc3f7 !important;
  background-color: #4fc3f7 !important;
}

.text-light-blue-3 {
  color: #4fc3f7 !important;
}

.light-blue-4 {
  border-color: #29b6f6 !important;
  background-color: #29b6f6 !important;
}

.text-light-blue-4 {
  color: #29b6f6 !important;
}

.light-blue-5 {
  border-color: #03a9f4 !important;
  background-color: #03a9f4 !important;
}

.text-light-blue-5 {
  color: #03a9f4 !important;
}

.light-blue-6 {
  border-color: #039be5 !important;
  background-color: #039be5 !important;
}

.text-light-blue-6 {
  color: #039be5 !important;
}

.light-blue-7 {
  border-color: #0288d1 !important;
  background-color: #0288d1 !important;
}

.text-light-blue-7 {
  color: #0288d1 !important;
}

.light-blue-8 {
  border-color: #0277bd !important;
  background-color: #0277bd !important;
}

.text-light-blue-8 {
  color: #0277bd !important;
}

.light-blue-9 {
  border-color: #01579b !important;
  background-color: #01579b !important;
}

.text-light-blue-9 {
  color: #01579b !important;
}

.light-blue {
  border-color: #039be5 !important;
  background-color: #039be5 !important;
}

.text-light-blue {
  color: #039be5 !important;
}

.cyan-0 {
  border-color: #e0f7fa !important;
  background-color: #e0f7fa !important;
}

.text-cyan-0 {
  color: #e0f7fa !important;
}

.cyan-1 {
  border-color: #b2ebf2 !important;
  background-color: #b2ebf2 !important;
}

.text-cyan-1 {
  color: #b2ebf2 !important;
}

.cyan-2 {
  border-color: #80deea !important;
  background-color: #80deea !important;
}

.text-cyan-2 {
  color: #80deea !important;
}

.cyan-3 {
  border-color: #4dd0e1 !important;
  background-color: #4dd0e1 !important;
}

.text-cyan-3 {
  color: #4dd0e1 !important;
}

.cyan-4 {
  border-color: #26c6da !important;
  background-color: #26c6da !important;
}

.text-cyan-4 {
  color: #26c6da !important;
}

.cyan-5 {
  border-color: #00bcd4 !important;
  background-color: #00bcd4 !important;
}

.text-cyan-5 {
  color: #00bcd4 !important;
}

.cyan-6 {
  border-color: #00acc1 !important;
  background-color: #00acc1 !important;
}

.text-cyan-6 {
  color: #00acc1 !important;
}

.cyan-7 {
  border-color: #0097a7 !important;
  background-color: #0097a7 !important;
}

.text-cyan-7 {
  color: #0097a7 !important;
}

.cyan-8 {
  border-color: #00838f !important;
  background-color: #00838f !important;
}

.text-cyan-8 {
  color: #00838f !important;
}

.cyan-9 {
  border-color: #006064 !important;
  background-color: #006064 !important;
}

.text-cyan-9 {
  color: #006064 !important;
}

.cyan {
  border-color: #00acc1 !important;
  background-color: #00acc1 !important;
}

.text-cyan {
  color: #00acc1 !important;
}

.teal-0 {
  border-color: #e0f2f1 !important;
  background-color: #e0f2f1 !important;
}

.text-teal-0 {
  color: #e0f2f1 !important;
}

.teal-1 {
  border-color: #b2dfdb !important;
  background-color: #b2dfdb !important;
}

.text-teal-1 {
  color: #b2dfdb !important;
}

.teal-2 {
  border-color: #80cbc4 !important;
  background-color: #80cbc4 !important;
}

.text-teal-2 {
  color: #80cbc4 !important;
}

.teal-3 {
  border-color: #4db6ac !important;
  background-color: #4db6ac !important;
}

.text-teal-3 {
  color: #4db6ac !important;
}

.teal-4 {
  border-color: #26a69a !important;
  background-color: #26a69a !important;
}

.text-teal-4 {
  color: #26a69a !important;
}

.teal-5 {
  border-color: #009688 !important;
  background-color: #009688 !important;
}

.text-teal-5 {
  color: #009688 !important;
}

.teal-6 {
  border-color: #00897b !important;
  background-color: #00897b !important;
}

.text-teal-6 {
  color: #00897b !important;
}

.teal-7 {
  border-color: #00796b !important;
  background-color: #00796b !important;
}

.text-teal-7 {
  color: #00796b !important;
}

.teal-8 {
  border-color: #00695c !important;
  background-color: #00695c !important;
}

.text-teal-8 {
  color: #00695c !important;
}

.teal-9 {
  border-color: #004d40 !important;
  background-color: #004d40 !important;
}

.text-teal-9 {
  color: #004d40 !important;
}

.teal {
  border-color: #00897b !important;
  background-color: #00897b !important;
}

.text-teal {
  color: #00897b !important;
}

.green-0 {
  border-color: #e8f5e9 !important;
  background-color: #e8f5e9 !important;
}

.text-green-0 {
  color: #e8f5e9 !important;
}

.green-1 {
  border-color: #c8e6c9 !important;
  background-color: #c8e6c9 !important;
}

.text-green-1 {
  color: #c8e6c9 !important;
}

.green-2 {
  border-color: #a5d6a7 !important;
  background-color: #a5d6a7 !important;
}

.text-green-2 {
  color: #a5d6a7 !important;
}

.green-3 {
  border-color: #81c784 !important;
  background-color: #81c784 !important;
}

.text-green-3 {
  color: #81c784 !important;
}

.green-4 {
  border-color: #66bb6a !important;
  background-color: #66bb6a !important;
}

.text-green-4 {
  color: #66bb6a !important;
}

.green-5 {
  border-color: #4caf50 !important;
  background-color: #4caf50 !important;
}

.text-green-5 {
  color: #4caf50 !important;
}

.green-6 {
  border-color: #43a047 !important;
  background-color: #43a047 !important;
}

.text-green-6 {
  color: #43a047 !important;
}

.green-7 {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}

.text-green-7 {
  color: #388e3c !important;
}

.green-8 {
  border-color: #2e7d32 !important;
  background-color: #2e7d32 !important;
}

.text-green-8 {
  color: #2e7d32 !important;
}

.green-9 {
  border-color: #1b5e20 !important;
  background-color: #1b5e20 !important;
}

.text-green-9 {
  color: #1b5e20 !important;
}

.green {
  border-color: #43a047 !important;
  background-color: #43a047 !important;
}

.text-green {
  color: #43a047 !important;
}

.light-green-0 {
  border-color: #f1f8e9 !important;
  background-color: #f1f8e9 !important;
}

.text-light-green-0 {
  color: #f1f8e9 !important;
}

.light-green-1 {
  border-color: #dcedc8 !important;
  background-color: #dcedc8 !important;
}

.text-light-green-1 {
  color: #dcedc8 !important;
}

.light-green-2 {
  border-color: #c5e1a5 !important;
  background-color: #c5e1a5 !important;
}

.text-light-green-2 {
  color: #c5e1a5 !important;
}

.light-green-3 {
  border-color: #aed581 !important;
  background-color: #aed581 !important;
}

.text-light-green-3 {
  color: #aed581 !important;
}

.light-green-4 {
  border-color: #9ccc65 !important;
  background-color: #9ccc65 !important;
}

.text-light-green-4 {
  color: #9ccc65 !important;
}

.light-green-5 {
  border-color: #8bc34a !important;
  background-color: #8bc34a !important;
}

.text-light-green-5 {
  color: #8bc34a !important;
}

.light-green-6 {
  border-color: #7cb342 !important;
  background-color: #7cb342 !important;
}

.text-light-green-6 {
  color: #7cb342 !important;
}

.light-green-7 {
  border-color: #689f38 !important;
  background-color: #689f38 !important;
}

.text-light-green-7 {
  color: #689f38 !important;
}

.light-green-8 {
  border-color: #558b2f !important;
  background-color: #558b2f !important;
}

.text-light-green-8 {
  color: #558b2f !important;
}

.light-green-9 {
  border-color: #33691e !important;
  background-color: #33691e !important;
}

.text-light-green-9 {
  color: #33691e !important;
}

.light-green {
  border-color: #7cb342 !important;
  background-color: #7cb342 !important;
}

.text-light-green {
  color: #7cb342 !important;
}

.lime-0 {
  border-color: #f9fbe7 !important;
  background-color: #f9fbe7 !important;
}

.text-lime-0 {
  color: #f9fbe7 !important;
}

.lime-1 {
  border-color: #f0f4c3 !important;
  background-color: #f0f4c3 !important;
}

.text-lime-1 {
  color: #f0f4c3 !important;
}

.lime-2 {
  border-color: #e6ee9c !important;
  background-color: #e6ee9c !important;
}

.text-lime-2 {
  color: #e6ee9c !important;
}

.lime-3 {
  border-color: #dce775 !important;
  background-color: #dce775 !important;
}

.text-lime-3 {
  color: #dce775 !important;
}

.lime-4 {
  border-color: #d4e157 !important;
  background-color: #d4e157 !important;
}

.text-lime-4 {
  color: #d4e157 !important;
}

.lime-5 {
  border-color: #cddc39 !important;
  background-color: #cddc39 !important;
}

.text-lime-5 {
  color: #cddc39 !important;
}

.lime-6 {
  border-color: #c0ca33 !important;
  background-color: #c0ca33 !important;
}

.text-lime-6 {
  color: #c0ca33 !important;
}

.lime-7 {
  border-color: #afb42b !important;
  background-color: #afb42b !important;
}

.text-lime-7 {
  color: #afb42b !important;
}

.lime-8 {
  border-color: #9e9d24 !important;
  background-color: #9e9d24 !important;
}

.text-lime-8 {
  color: #9e9d24 !important;
}

.lime-9 {
  border-color: #827717 !important;
  background-color: #827717 !important;
}

.text-lime-9 {
  color: #827717 !important;
}

.lime {
  border-color: #c0ca33 !important;
  background-color: #c0ca33 !important;
}

.text-lime {
  color: #c0ca33 !important;
}

.yellow-0 {
  border-color: #fffde7 !important;
  background-color: #fffde7 !important;
}

.text-yellow-0 {
  color: #fffde7 !important;
}

.yellow-1 {
  border-color: #fff9c4 !important;
  background-color: #fff9c4 !important;
}

.text-yellow-1 {
  color: #fff9c4 !important;
}

.yellow-2 {
  border-color: #fff59d !important;
  background-color: #fff59d !important;
}

.text-yellow-2 {
  color: #fff59d !important;
}

.yellow-3 {
  border-color: #fff176 !important;
  background-color: #fff176 !important;
}

.text-yellow-3 {
  color: #fff176 !important;
}

.yellow-4 {
  border-color: #ffee58 !important;
  background-color: #ffee58 !important;
}

.text-yellow-4 {
  color: #ffee58 !important;
}

.yellow-5 {
  border-color: #ffeb3b !important;
  background-color: #ffeb3b !important;
}

.text-yellow-5 {
  color: #ffeb3b !important;
}

.yellow-6 {
  border-color: #fdd835 !important;
  background-color: #fdd835 !important;
}

.text-yellow-6 {
  color: #fdd835 !important;
}

.yellow-7 {
  border-color: #fbc02d !important;
  background-color: #fbc02d !important;
}

.text-yellow-7 {
  color: #fbc02d !important;
}

.yellow-8 {
  border-color: #f9a825 !important;
  background-color: #f9a825 !important;
}

.text-yellow-8 {
  color: #f9a825 !important;
}

.yellow-9 {
  border-color: #f57f17 !important;
  background-color: #f57f17 !important;
}

.text-yellow-9 {
  color: #f57f17 !important;
}

.yellow {
  border-color: #fdd835 !important;
  background-color: #fdd835 !important;
}

.text-yellow {
  color: #fdd835 !important;
}

.amber-0 {
  border-color: #fff8e1 !important;
  background-color: #fff8e1 !important;
}

.text-amber-0 {
  color: #fff8e1 !important;
}

.amber-1 {
  border-color: #ffecb3 !important;
  background-color: #ffecb3 !important;
}

.text-amber-1 {
  color: #ffecb3 !important;
}

.amber-2 {
  border-color: #ffe082 !important;
  background-color: #ffe082 !important;
}

.text-amber-2 {
  color: #ffe082 !important;
}

.amber-3 {
  border-color: #ffd54f !important;
  background-color: #ffd54f !important;
}

.text-amber-3 {
  color: #ffd54f !important;
}

.amber-4 {
  border-color: #ffca28 !important;
  background-color: #ffca28 !important;
}

.text-amber-4 {
  color: #ffca28 !important;
}

.amber-5 {
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
}

.text-amber-5 {
  color: #ffc107 !important;
}

.amber-6 {
  border-color: #ffb300 !important;
  background-color: #ffb300 !important;
}

.text-amber-6 {
  color: #ffb300 !important;
}

.amber-7 {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}

.text-amber-7 {
  color: #ffa000 !important;
}

.amber-8 {
  border-color: #ff8f00 !important;
  background-color: #ff8f00 !important;
}

.text-amber-8 {
  color: #ff8f00 !important;
}

.amber-9 {
  border-color: #ff6f00 !important;
  background-color: #ff6f00 !important;
}

.text-amber-9 {
  color: #ff6f00 !important;
}

.amber {
  border-color: #ffb300 !important;
  background-color: #ffb300 !important;
}

.text-amber {
  color: #ffb300 !important;
}

.orange-0 {
  border-color: #fff3e0 !important;
  background-color: #fff3e0 !important;
}

.text-orange-0 {
  color: #fff3e0 !important;
}

.orange-1 {
  border-color: #ffe0b2 !important;
  background-color: #ffe0b2 !important;
}

.text-orange-1 {
  color: #ffe0b2 !important;
}

.orange-2 {
  border-color: #ffcc80 !important;
  background-color: #ffcc80 !important;
}

.text-orange-2 {
  color: #ffcc80 !important;
}

.orange-3 {
  border-color: #ffb74d !important;
  background-color: #ffb74d !important;
}

.text-orange-3 {
  color: #ffb74d !important;
}

.orange-4 {
  border-color: #ffa726 !important;
  background-color: #ffa726 !important;
}

.text-orange-4 {
  color: #ffa726 !important;
}

.orange-5 {
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}

.text-orange-5 {
  color: #ff9800 !important;
}

.orange-6 {
  border-color: #fb8c00 !important;
  background-color: #fb8c00 !important;
}

.text-orange-6 {
  color: #fb8c00 !important;
}

.orange-7 {
  border-color: #f57c00 !important;
  background-color: #f57c00 !important;
}

.text-orange-7 {
  color: #f57c00 !important;
}

.orange-8 {
  border-color: #ef6c00 !important;
  background-color: #ef6c00 !important;
}

.text-orange-8 {
  color: #ef6c00 !important;
}

.orange-9 {
  border-color: #e65100 !important;
  background-color: #e65100 !important;
}

.text-orange-9 {
  color: #e65100 !important;
}

.orange {
  border-color: #fb8c00 !important;
  background-color: #fb8c00 !important;
}

.text-orange {
  color: #fb8c00 !important;
}

.deep-orange-0 {
  border-color: #fbe9e7 !important;
  background-color: #fbe9e7 !important;
}

.text-deep-orange-0 {
  color: #fbe9e7 !important;
}

.deep-orange-1 {
  border-color: #ffccbc !important;
  background-color: #ffccbc !important;
}

.text-deep-orange-1 {
  color: #ffccbc !important;
}

.deep-orange-2 {
  border-color: #ffab91 !important;
  background-color: #ffab91 !important;
}

.text-deep-orange-2 {
  color: #ffab91 !important;
}

.deep-orange-3 {
  border-color: #ff8a65 !important;
  background-color: #ff8a65 !important;
}

.text-deep-orange-3 {
  color: #ff8a65 !important;
}

.deep-orange-4 {
  border-color: #ff7043 !important;
  background-color: #ff7043 !important;
}

.text-deep-orange-4 {
  color: #ff7043 !important;
}

.deep-orange-5 {
  border-color: #ff5722 !important;
  background-color: #ff5722 !important;
}

.text-deep-orange-5 {
  color: #ff5722 !important;
}

.deep-orange-6 {
  border-color: #f4511e !important;
  background-color: #f4511e !important;
}

.text-deep-orange-6 {
  color: #f4511e !important;
}

.deep-orange-7 {
  border-color: #e64a19 !important;
  background-color: #e64a19 !important;
}

.text-deep-orange-7 {
  color: #e64a19 !important;
}

.deep-orange-8 {
  border-color: #d84315 !important;
  background-color: #d84315 !important;
}

.text-deep-orange-8 {
  color: #d84315 !important;
}

.deep-orange-9 {
  border-color: #bf360c !important;
  background-color: #bf360c !important;
}

.text-deep-orange-9 {
  color: #bf360c !important;
}

.deep-orange {
  border-color: #f4511e !important;
  background-color: #f4511e !important;
}

.text-deep-orange {
  color: #f4511e !important;
}

.brown-0 {
  border-color: #efebe9 !important;
  background-color: #efebe9 !important;
}

.text-brown-0 {
  color: #efebe9 !important;
}

.brown-1 {
  border-color: #d7ccc8 !important;
  background-color: #d7ccc8 !important;
}

.text-brown-1 {
  color: #d7ccc8 !important;
}

.brown-2 {
  border-color: #bcaaa4 !important;
  background-color: #bcaaa4 !important;
}

.text-brown-2 {
  color: #bcaaa4 !important;
}

.brown-3 {
  border-color: #a1887f !important;
  background-color: #a1887f !important;
}

.text-brown-3 {
  color: #a1887f !important;
}

.brown-4 {
  border-color: #8d6e63 !important;
  background-color: #8d6e63 !important;
}

.text-brown-4 {
  color: #8d6e63 !important;
}

.brown-5 {
  border-color: #795548 !important;
  background-color: #795548 !important;
}

.text-brown-5 {
  color: #795548 !important;
}

.brown-6 {
  border-color: #6d4c41 !important;
  background-color: #6d4c41 !important;
}

.text-brown-6 {
  color: #6d4c41 !important;
}

.brown-7 {
  border-color: #5d4037 !important;
  background-color: #5d4037 !important;
}

.text-brown-7 {
  color: #5d4037 !important;
}

.brown-8 {
  border-color: #4e342e !important;
  background-color: #4e342e !important;
}

.text-brown-8 {
  color: #4e342e !important;
}

.brown-9 {
  border-color: #3e2723 !important;
  background-color: #3e2723 !important;
}

.text-brown-9 {
  color: #3e2723 !important;
}

.brown {
  border-color: #6d4c41 !important;
  background-color: #6d4c41 !important;
}

.text-brown {
  color: #6d4c41 !important;
}

.gray-0 {
  border-color: #fafafa !important;
  background-color: #fafafa !important;
}

.text-gray-0 {
  color: #fafafa !important;
}

.gray-1 {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}

.text-gray-1 {
  color: #f5f5f5 !important;
}

.gray-2 {
  border-color: #eeeeee !important;
  background-color: #eeeeee !important;
}

.text-gray-2 {
  color: #eeeeee !important;
}

.gray-3 {
  border-color: #e0e0e0 !important;
  background-color: #e0e0e0 !important;
}

.text-gray-3 {
  color: #e0e0e0 !important;
}

.gray-4 {
  border-color: #bdbdbd !important;
  background-color: #bdbdbd !important;
}

.text-gray-4 {
  color: #bdbdbd !important;
}

.gray-5 {
  border-color: #9e9e9e !important;
  background-color: #9e9e9e !important;
}

.text-gray-5 {
  color: #9e9e9e !important;
}

.gray-6 {
  border-color: #757575 !important;
  background-color: #757575 !important;
}

.text-gray-6 {
  color: #757575 !important;
}

.gray-7 {
  border-color: #616161 !important;
  background-color: #616161 !important;
}

.text-gray-7 {
  color: #616161 !important;
}

.gray-8 {
  border-color: #424242 !important;
  background-color: #424242 !important;
}

.text-gray-8 {
  color: #424242 !important;
}

.gray-9 {
  border-color: #212121 !important;
  background-color: #212121 !important;
}

.text-gray-9 {
  color: #212121 !important;
}

.gray {
  border-color: #757575 !important;
  background-color: #757575 !important;
}

.text-gray {
  color: #757575 !important;
}

.blue-gray-0 {
  border-color: #eceff1 !important;
  background-color: #eceff1 !important;
}

.text-blue-gray-0 {
  color: #eceff1 !important;
}

.blue-gray-1 {
  border-color: #cfd8dc !important;
  background-color: #cfd8dc !important;
}

.text-blue-gray-1 {
  color: #cfd8dc !important;
}

.blue-gray-2 {
  border-color: #b0bec5 !important;
  background-color: #b0bec5 !important;
}

.text-blue-gray-2 {
  color: #b0bec5 !important;
}

.blue-gray-3 {
  border-color: #90a4ae !important;
  background-color: #90a4ae !important;
}

.text-blue-gray-3 {
  color: #90a4ae !important;
}

.blue-gray-4 {
  border-color: #78909c !important;
  background-color: #78909c !important;
}

.text-blue-gray-4 {
  color: #78909c !important;
}

.blue-gray-5 {
  border-color: #607d8b !important;
  background-color: #607d8b !important;
}

.text-blue-gray-5 {
  color: #607d8b !important;
}

.blue-gray-6 {
  border-color: #546e7a !important;
  background-color: #546e7a !important;
}

.text-blue-gray-6 {
  color: #546e7a !important;
}

.blue-gray-7 {
  border-color: #455a64 !important;
  background-color: #455a64 !important;
}

.text-blue-gray-7 {
  color: #455a64 !important;
}

.blue-gray-8 {
  border-color: #37474f !important;
  background-color: #37474f !important;
}

.text-blue-gray-8 {
  color: #37474f !important;
}

.blue-gray-9 {
  border-color: #263238 !important;
  background-color: #263238 !important;
}

.text-blue-gray-9 {
  color: #263238 !important;
}

.blue-gray {
  border-color: #546e7a !important;
  background-color: #546e7a !important;
}

.text-blue-gray {
  color: #546e7a !important;
}

.black {
  border-color: #000000 !important;
  background-color: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

.white {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.elevation-0 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.elevation-1 {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.elevation-2 {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.elevation-3 {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.elevation-4 {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.elevation-5 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.2), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.2), 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
}

.elevation-6 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
}

.elevation-7 {
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.2), 0px 2px 16px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.2), 0px 2px 16px 1px rgba(0, 0, 0, 0.2);
}

.elevation-8 {
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.2), 0px 3px 14px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.2), 0px 3px 14px 2px rgba(0, 0, 0, 0.2);
}

.elevation-9 {
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.2), 0px 3px 16px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.2), 0px 3px 16px 2px rgba(0, 0, 0, 0.2);
}

.elevation-10 {
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.2), 0px 4px 18px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.2), 0px 4px 18px 3px rgba(0, 0, 0, 0.2);
}

.elevation-11 {
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.2), 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.2), 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
}

.elevation-12 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.2), 0px 5px 22px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.2), 0px 5px 22px 4px rgba(0, 0, 0, 0.2);
}

.elevation-13 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.2), 0px 5px 24px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.2), 0px 5px 24px 4px rgba(0, 0, 0, 0.2);
}

.elevation-14 {
  -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.2), 0px 5px 26px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.2), 0px 5px 26px 4px rgba(0, 0, 0, 0.2);
}

.elevation-15 {
  -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.2), 0px 6px 28px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.2), 0px 6px 28px 5px rgba(0, 0, 0, 0.2);
}

.elevation-16 {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.2), 0px 6px 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.2), 0px 6px 30px 5px rgba(0, 0, 0, 0.2);
}

.elevation-17 {
  -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.2), 0px 6px 32px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.2), 0px 6px 32px 5px rgba(0, 0, 0, 0.2);
}

.elevation-18 {
  -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.2), 0px 7px 34px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.2), 0px 7px 34px 6px rgba(0, 0, 0, 0.2);
}

.elevation-19 {
  -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.2), 0px 7px 36px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.2), 0px 7px 36px 6px rgba(0, 0, 0, 0.2);
}

.elevation-20 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.2), 0px 8px 38px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.2), 0px 8px 38px 7px rgba(0, 0, 0, 0.2);
}

.elevation-21 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.2), 0px 8px 40px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.2), 0px 8px 40px 7px rgba(0, 0, 0, 0.2);
}

.elevation-22 {
  -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.2), 0px 8px 42px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.2), 0px 8px 42px 7px rgba(0, 0, 0, 0.2);
}

.elevation-23 {
  -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.2), 0px 9px 44px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.2), 0px 9px 44px 8px rgba(0, 0, 0, 0.2);
}

.elevation-24 {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.2), 0px 9px 46px 8px rgba(0, 0, 0, 0.2);
}

.fade-transition-enter-active, .fade-transition-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fade-transition-enter-from, .fade-transition-leave-to {
  opacity: 0;
}

.slide-y-transition-enter-active, .slide-y-transition-leave-active {
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.slide-y-transition-enter-from, .slide-y-transition-leave-to {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.x-ripple--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  overflow: hidden;
  pointer-events: none;
}
.x-ripple--water {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  color: inherit;
  background-color: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.x-ripple--water.enter {
  -webkit-transition: none;
  transition: none;
}
.x-ripple--water.in {
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.x-ripple--water.out {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}