/**
 * axis-skin-walker - Axis Workflow Templates
 * @author James Sessford <james.sessford@preferredmanagement.co.uk>
 * @version v0.0.1
 * @link https://axisworkflow.co.uk
 * @license Proprietary
 */
/*! 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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

[data-user-controls] button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

[data-user-controls] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

[data-user-controls],
[data-user-controls] *,
[data-user-controls] ::before,
[data-user-controls] ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
 
  height: auto;
}

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

.tw-ripple-bg-black {
  background-color: #000;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-black:hover {
  background: #000000 radial-gradient(circle, transparent 1%, #000000 1%) center/15000%;
}

.tw-ripple-bg-black:active {
  background-color: #000;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-white {
  background-color: #fff;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-white:hover {
  background: #CCCCCC radial-gradient(circle, transparent 1%, #CCCCCC 1%) center/15000%;
}

.tw-ripple-bg-white:active {
  background-color: #fff;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-100 {
  background-color: #f7fafc;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-100:hover {
  background: #AECDE1 radial-gradient(circle, transparent 1%, #AECDE1 1%) center/15000%;
}

.tw-ripple-bg-gray-100:active {
  background-color: #f7fafc;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-200 {
  background-color: #edf2f7;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-200:hover {
  background: #AAC2D9 radial-gradient(circle, transparent 1%, #AAC2D9 1%) center/15000%;
}

.tw-ripple-bg-gray-200:active {
  background-color: #edf2f7;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-300 {
  background-color: #e2e8f0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-300:hover {
  background: #A5B7D0 radial-gradient(circle, transparent 1%, #A5B7D0 1%) center/15000%;
}

.tw-ripple-bg-gray-300:active {
  background-color: #e2e8f0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-400 {
  background-color: #cbd5e0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-400:hover {
  background: #95AAC0 radial-gradient(circle, transparent 1%, #95AAC0 1%) center/15000%;
}

.tw-ripple-bg-gray-400:active {
  background-color: #cbd5e0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-500 {
  background-color: #a0aec0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-500:hover {
  background: #768AA4 radial-gradient(circle, transparent 1%, #768AA4 1%) center/15000%;
}

.tw-ripple-bg-gray-500:active {
  background-color: #a0aec0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-600 {
  background-color: #718096;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-600:hover {
  background: #596679 radial-gradient(circle, transparent 1%, #596679 1%) center/15000%;
}

.tw-ripple-bg-gray-600:active {
  background-color: #718096;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-700 {
  background-color: #4a5568;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-700:hover {
  background: #3B4453 radial-gradient(circle, transparent 1%, #3B4453 1%) center/15000%;
}

.tw-ripple-bg-gray-700:active {
  background-color: #4a5568;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-800 {
  background-color: #2d3748;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-800:hover {
  background: #242C3A radial-gradient(circle, transparent 1%, #242C3A 1%) center/15000%;
}

.tw-ripple-bg-gray-800:active {
  background-color: #2d3748;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-gray-900 {
  background-color: #1a202c;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-gray-900:hover {
  background: #151A23 radial-gradient(circle, transparent 1%, #151A23 1%) center/15000%;
}

.tw-ripple-bg-gray-900:active {
  background-color: #1a202c;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-100 {
  background-color: #fff5f5;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-100:hover {
  background: #FF9191 radial-gradient(circle, transparent 1%, #FF9191 1%) center/15000%;
}

.tw-ripple-bg-red-100:active {
  background-color: #fff5f5;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-200 {
  background-color: #fed7d7;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-200:hover {
  background: #FC7B7B radial-gradient(circle, transparent 1%, #FC7B7B 1%) center/15000%;
}

.tw-ripple-bg-red-200:active {
  background-color: #fed7d7;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-300 {
  background-color: #feb2b2;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-300:hover {
  background: #FD5D5D radial-gradient(circle, transparent 1%, #FD5D5D 1%) center/15000%;
}

.tw-ripple-bg-red-300:active {
  background-color: #feb2b2;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-400 {
  background-color: #fc8181;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-400:hover {
  background: #FA3737 radial-gradient(circle, transparent 1%, #FA3737 1%) center/15000%;
}

.tw-ripple-bg-red-400:active {
  background-color: #fc8181;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-500 {
  background-color: #f56565;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-500:hover {
  background: #F12424 radial-gradient(circle, transparent 1%, #F12424 1%) center/15000%;
}

.tw-ripple-bg-red-500:active {
  background-color: #f56565;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-600 {
  background-color: #e53e3e;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-600:hover {
  background: #CD1C1C radial-gradient(circle, transparent 1%, #CD1C1C 1%) center/15000%;
}

.tw-ripple-bg-red-600:active {
  background-color: #e53e3e;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-700 {
  background-color: #c53030;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-700:hover {
  background: #9E2626 radial-gradient(circle, transparent 1%, #9E2626 1%) center/15000%;
}

.tw-ripple-bg-red-700:active {
  background-color: #c53030;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-800 {
  background-color: #9b2c2c;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-800:hover {
  background: #7C2323 radial-gradient(circle, transparent 1%, #7C2323 1%) center/15000%;
}

.tw-ripple-bg-red-800:active {
  background-color: #9b2c2c;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-red-900 {
  background-color: #742a2a;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-red-900:hover {
  background: #5D2222 radial-gradient(circle, transparent 1%, #5D2222 1%) center/15000%;
}

.tw-ripple-bg-red-900:active {
  background-color: #742a2a;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-100 {
  background-color: #fffaf0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-100:hover {
  background: #FFD98D radial-gradient(circle, transparent 1%, #FFD98D 1%) center/15000%;
}

.tw-ripple-bg-orange-100:active {
  background-color: #fffaf0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-200 {
  background-color: #feebc8;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-200:hover {
  background: #FCCB6F radial-gradient(circle, transparent 1%, #FCCB6F 1%) center/15000%;
}

.tw-ripple-bg-orange-200:active {
  background-color: #feebc8;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-300 {
  background-color: #fbd38d;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-300:hover {
  background: #F8B641 radial-gradient(circle, transparent 1%, #F8B641 1%) center/15000%;
}

.tw-ripple-bg-orange-300:active {
  background-color: #fbd38d;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-400 {
  background-color: #f6ad55;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-400:hover {
  background: #F38F16 radial-gradient(circle, transparent 1%, #F38F16 1%) center/15000%;
}

.tw-ripple-bg-orange-400:active {
  background-color: #f6ad55;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-500 {
  background-color: #ed8936;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-500:hover {
  background: #D66B13 radial-gradient(circle, transparent 1%, #D66B13 1%) center/15000%;
}

.tw-ripple-bg-orange-500:active {
  background-color: #ed8936;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-600 {
  background-color: #dd6b20;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-600:hover {
  background: #B1561A radial-gradient(circle, transparent 1%, #B1561A 1%) center/15000%;
}

.tw-ripple-bg-orange-600:active {
  background-color: #dd6b20;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-700 {
  background-color: #c05621;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-700:hover {
  background: #9A451A radial-gradient(circle, transparent 1%, #9A451A 1%) center/15000%;
}

.tw-ripple-bg-orange-700:active {
  background-color: #c05621;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-800 {
  background-color: #9c4221;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-800:hover {
  background: #7D351A radial-gradient(circle, transparent 1%, #7D351A 1%) center/15000%;
}

.tw-ripple-bg-orange-800:active {
  background-color: #9c4221;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-orange-900 {
  background-color: #7b341e;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-orange-900:hover {
  background: #622A18 radial-gradient(circle, transparent 1%, #622A18 1%) center/15000%;
}

.tw-ripple-bg-orange-900:active {
  background-color: #7b341e;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-100 {
  background-color: #fffff0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-100:hover {
  background: #FFFF8D radial-gradient(circle, transparent 1%, #FFFF8D 1%) center/15000%;
}

.tw-ripple-bg-yellow-100:active {
  background-color: #fffff0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-200 {
  background-color: #fefcbf;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-200:hover {
  background: #FDF867 radial-gradient(circle, transparent 1%, #FDF867 1%) center/15000%;
}

.tw-ripple-bg-yellow-200:active {
  background-color: #fefcbf;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-300 {
  background-color: #faf089;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-300:hover {
  background: #F7E73F radial-gradient(circle, transparent 1%, #F7E73F 1%) center/15000%;
}

.tw-ripple-bg-yellow-300:active {
  background-color: #faf089;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-400 {
  background-color: #f6e05e;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-400:hover {
  background: #F2D41E radial-gradient(circle, transparent 1%, #F2D41E 1%) center/15000%;
}

.tw-ripple-bg-yellow-400:active {
  background-color: #f6e05e;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-500 {
  background-color: #ecc94b;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-500:hover {
  background: #E1B518 radial-gradient(circle, transparent 1%, #E1B518 1%) center/15000%;
}

.tw-ripple-bg-yellow-500:active {
  background-color: #ecc94b;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-600 {
  background-color: #d69e2e;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-600:hover {
  background: #AE7F22 radial-gradient(circle, transparent 1%, #AE7F22 1%) center/15000%;
}

.tw-ripple-bg-yellow-600:active {
  background-color: #d69e2e;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-700 {
  background-color: #b7791f;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-700:hover {
  background: #926119 radial-gradient(circle, transparent 1%, #926119 1%) center/15000%;
}

.tw-ripple-bg-yellow-700:active {
  background-color: #b7791f;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-800 {
  background-color: #975a16;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-800:hover {
  background: #794812 radial-gradient(circle, transparent 1%, #794812 1%) center/15000%;
}

.tw-ripple-bg-yellow-800:active {
  background-color: #975a16;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-yellow-900 {
  background-color: #744210;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-yellow-900:hover {
  background: #5D350D radial-gradient(circle, transparent 1%, #5D350D 1%) center/15000%;
}

.tw-ripple-bg-yellow-900:active {
  background-color: #744210;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-100 {
  background-color: #f0fff4;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-100:hover {
  background: #8DFFAB radial-gradient(circle, transparent 1%, #8DFFAB 1%) center/15000%;
}

.tw-ripple-bg-green-100:active {
  background-color: #f0fff4;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-200 {
  background-color: #c6f6d5;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-200:hover {
  background: #79EA9C radial-gradient(circle, transparent 1%, #79EA9C 1%) center/15000%;
}

.tw-ripple-bg-green-200:active {
  background-color: #c6f6d5;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-300 {
  background-color: #9ae6b4;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-300:hover {
  background: #5CD786 radial-gradient(circle, transparent 1%, #5CD786 1%) center/15000%;
}

.tw-ripple-bg-green-300:active {
  background-color: #9ae6b4;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-400 {
  background-color: #68d391;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-400:hover {
  background: #39C36E radial-gradient(circle, transparent 1%, #39C36E 1%) center/15000%;
}

.tw-ripple-bg-green-400:active {
  background-color: #68d391;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-500 {
  background-color: #48bb78;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-500:hover {
  background: #389760 radial-gradient(circle, transparent 1%, #389760 1%) center/15000%;
}

.tw-ripple-bg-green-500:active {
  background-color: #48bb78;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-600 {
  background-color: #38a169;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-600:hover {
  background: #2D8154 radial-gradient(circle, transparent 1%, #2D8154 1%) center/15000%;
}

.tw-ripple-bg-green-600:active {
  background-color: #38a169;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-700 {
  background-color: #2f855a;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-700:hover {
  background: #266A48 radial-gradient(circle, transparent 1%, #266A48 1%) center/15000%;
}

.tw-ripple-bg-green-700:active {
  background-color: #2f855a;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-800 {
  background-color: #276749;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-800:hover {
  background: #1F523A radial-gradient(circle, transparent 1%, #1F523A 1%) center/15000%;
}

.tw-ripple-bg-green-800:active {
  background-color: #276749;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-green-900 {
  background-color: #22543d;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-green-900:hover {
  background: #1B4331 radial-gradient(circle, transparent 1%, #1B4331 1%) center/15000%;
}

.tw-ripple-bg-green-900:active {
  background-color: #22543d;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-100 {
  background-color: #e6fffa;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-100:hover {
  background: #85FFE7 radial-gradient(circle, transparent 1%, #85FFE7 1%) center/15000%;
}

.tw-ripple-bg-teal-100:active {
  background-color: #e6fffa;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-200 {
  background-color: #b2f5ea;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-200:hover {
  background: #67EBD6 radial-gradient(circle, transparent 1%, #67EBD6 1%) center/15000%;
}

.tw-ripple-bg-teal-200:active {
  background-color: #b2f5ea;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-300 {
  background-color: #81e6d9;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-300:hover {
  background: #45DAC7 radial-gradient(circle, transparent 1%, #45DAC7 1%) center/15000%;
}

.tw-ripple-bg-teal-300:active {
  background-color: #81e6d9;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-400 {
  background-color: #4fd1c5;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-400:hover {
  background: #30B7AA radial-gradient(circle, transparent 1%, #30B7AA 1%) center/15000%;
}

.tw-ripple-bg-teal-400:active {
  background-color: #4fd1c5;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-500 {
  background-color: #38b2ac;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-500:hover {
  background: #2D8E8A radial-gradient(circle, transparent 1%, #2D8E8A 1%) center/15000%;
}

.tw-ripple-bg-teal-500:active {
  background-color: #38b2ac;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-600 {
  background-color: #319795;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-600:hover {
  background: #277977 radial-gradient(circle, transparent 1%, #277977 1%) center/15000%;
}

.tw-ripple-bg-teal-600:active {
  background-color: #319795;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-700 {
  background-color: #2c7a7b;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-700:hover {
  background: #236262 radial-gradient(circle, transparent 1%, #236262 1%) center/15000%;
}

.tw-ripple-bg-teal-700:active {
  background-color: #2c7a7b;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-800 {
  background-color: #285e61;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-800:hover {
  background: #204B4E radial-gradient(circle, transparent 1%, #204B4E 1%) center/15000%;
}

.tw-ripple-bg-teal-800:active {
  background-color: #285e61;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-teal-900 {
  background-color: #234e52;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-teal-900:hover {
  background: #1C3E42 radial-gradient(circle, transparent 1%, #1C3E42 1%) center/15000%;
}

.tw-ripple-bg-teal-900:active {
  background-color: #234e52;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-100 {
  background-color: #ebf8ff;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-100:hover {
  background: #89D6FF radial-gradient(circle, transparent 1%, #89D6FF 1%) center/15000%;
}

.tw-ripple-bg-blue-100:active {
  background-color: #ebf8ff;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-200 {
  background-color: #bee3f8;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-200:hover {
  background: #6FC1EF radial-gradient(circle, transparent 1%, #6FC1EF 1%) center/15000%;
}

.tw-ripple-bg-blue-200:active {
  background-color: #bee3f8;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-300 {
  background-color: #90cdf4;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-300:hover {
  background: #49ADED radial-gradient(circle, transparent 1%, #49ADED 1%) center/15000%;
}

.tw-ripple-bg-blue-300:active {
  background-color: #90cdf4;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-400 {
  background-color: #63b3ed;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-400:hover {
  background: #2796E6 radial-gradient(circle, transparent 1%, #2796E6 1%) center/15000%;
}

.tw-ripple-bg-blue-400:active {
  background-color: #63b3ed;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-500 {
  background-color: #4299e1;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-500:hover {
  background: #207CC9 radial-gradient(circle, transparent 1%, #207CC9 1%) center/15000%;
}

.tw-ripple-bg-blue-500:active {
  background-color: #4299e1;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-600 {
  background-color: #3182ce;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-600:hover {
  background: #2768A5 radial-gradient(circle, transparent 1%, #2768A5 1%) center/15000%;
}

.tw-ripple-bg-blue-600:active {
  background-color: #3182ce;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-700 {
  background-color: #2b6cb0;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-700:hover {
  background: #22568D radial-gradient(circle, transparent 1%, #22568D 1%) center/15000%;
}

.tw-ripple-bg-blue-700:active {
  background-color: #2b6cb0;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-800 {
  background-color: #2c5282;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-800:hover {
  background: #234268 radial-gradient(circle, transparent 1%, #234268 1%) center/15000%;
}

.tw-ripple-bg-blue-800:active {
  background-color: #2c5282;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-blue-900 {
  background-color: #2a4365;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-blue-900:hover {
  background: #223651 radial-gradient(circle, transparent 1%, #223651 1%) center/15000%;
}

.tw-ripple-bg-blue-900:active {
  background-color: #2a4365;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-100 {
  background-color: #ebf4ff;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-100:hover {
  background: #89BEFF radial-gradient(circle, transparent 1%, #89BEFF 1%) center/15000%;
}

.tw-ripple-bg-indigo-100:active {
  background-color: #ebf4ff;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-200 {
  background-color: #c3dafe;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-200:hover {
  background: #6BA4FD radial-gradient(circle, transparent 1%, #6BA4FD 1%) center/15000%;
}

.tw-ripple-bg-indigo-200:active {
  background-color: #c3dafe;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-300 {
  background-color: #a3bffa;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-300:hover {
  background: #5589F6 radial-gradient(circle, transparent 1%, #5589F6 1%) center/15000%;
}

.tw-ripple-bg-indigo-300:active {
  background-color: #a3bffa;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-400 {
  background-color: #7f9cf5;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-400:hover {
  background: #3A67F0 radial-gradient(circle, transparent 1%, #3A67F0 1%) center/15000%;
}

.tw-ripple-bg-indigo-400:active {
  background-color: #7f9cf5;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-500 {
  background-color: #667eea;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-500:hover {
  background: #2B4CE2 radial-gradient(circle, transparent 1%, #2B4CE2 1%) center/15000%;
}

.tw-ripple-bg-indigo-500:active {
  background-color: #667eea;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-600 {
  background-color: #5a67d8;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-600:hover {
  background: #2F3EC6 radial-gradient(circle, transparent 1%, #2F3EC6 1%) center/15000%;
}

.tw-ripple-bg-indigo-600:active {
  background-color: #5a67d8;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-700 {
  background-color: #4c51bf;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-700:hover {
  background: #383D9D radial-gradient(circle, transparent 1%, #383D9D 1%) center/15000%;
}

.tw-ripple-bg-indigo-700:active {
  background-color: #4c51bf;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-800 {
  background-color: #434190;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-800:hover {
  background: #363473 radial-gradient(circle, transparent 1%, #363473 1%) center/15000%;
}

.tw-ripple-bg-indigo-800:active {
  background-color: #434190;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-indigo-900 {
  background-color: #3c366b;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-indigo-900:hover {
  background: #302B56 radial-gradient(circle, transparent 1%, #302B56 1%) center/15000%;
}

.tw-ripple-bg-indigo-900:active {
  background-color: #3c366b;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-100 {
  background-color: #faf5ff;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-100:hover {
  background: #C891FF radial-gradient(circle, transparent 1%, #C891FF 1%) center/15000%;
}

.tw-ripple-bg-purple-100:active {
  background-color: #faf5ff;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-200 {
  background-color: #e9d8fd;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-200:hover {
  background: #B77FF8 radial-gradient(circle, transparent 1%, #B77FF8 1%) center/15000%;
}

.tw-ripple-bg-purple-200:active {
  background-color: #e9d8fd;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-300 {
  background-color: #d6bcfa;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-300:hover {
  background: #A46AF4 radial-gradient(circle, transparent 1%, #A46AF4 1%) center/15000%;
}

.tw-ripple-bg-purple-300:active {
  background-color: #d6bcfa;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-400 {
  background-color: #b794f4;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-400:hover {
  background: #874DED radial-gradient(circle, transparent 1%, #874DED 1%) center/15000%;
}

.tw-ripple-bg-purple-400:active {
  background-color: #b794f4;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-500 {
  background-color: #9f7aea;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-500:hover {
  background: #733DE0 radial-gradient(circle, transparent 1%, #733DE0 1%) center/15000%;
}

.tw-ripple-bg-purple-500:active {
  background-color: #9f7aea;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-600 {
  background-color: #805ad5;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-600:hover {
  background: #5E31C1 radial-gradient(circle, transparent 1%, #5E31C1 1%) center/15000%;
}

.tw-ripple-bg-purple-600:active {
  background-color: #805ad5;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-700 {
  background-color: #6b46c1;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-700:hover {
  background: #54359E radial-gradient(circle, transparent 1%, #54359E 1%) center/15000%;
}

.tw-ripple-bg-purple-700:active {
  background-color: #6b46c1;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-800 {
  background-color: #553c9a;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-800:hover {
  background: #44307B radial-gradient(circle, transparent 1%, #44307B 1%) center/15000%;
}

.tw-ripple-bg-purple-800:active {
  background-color: #553c9a;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-purple-900 {
  background-color: #44337a;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-purple-900:hover {
  background: #362962 radial-gradient(circle, transparent 1%, #362962 1%) center/15000%;
}

.tw-ripple-bg-purple-900:active {
  background-color: #44337a;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-100 {
  background-color: #fff5f7;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-100:hover {
  background: #FF91A7 radial-gradient(circle, transparent 1%, #FF91A7 1%) center/15000%;
}

.tw-ripple-bg-pink-100:active {
  background-color: #fff5f7;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-200 {
  background-color: #fed7e2;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-200:hover {
  background: #FC7BA0 radial-gradient(circle, transparent 1%, #FC7BA0 1%) center/15000%;
}

.tw-ripple-bg-pink-200:active {
  background-color: #fed7e2;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-300 {
  background-color: #fbb6ce;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-300:hover {
  background: #F76497 radial-gradient(circle, transparent 1%, #F76497 1%) center/15000%;
}

.tw-ripple-bg-pink-300:active {
  background-color: #fbb6ce;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-400 {
  background-color: #f687b3;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-400:hover {
  background: #F14086 radial-gradient(circle, transparent 1%, #F14086 1%) center/15000%;
}

.tw-ripple-bg-pink-400:active {
  background-color: #f687b3;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-500 {
  background-color: #ed64a6;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-500:hover {
  background: #E62883 radial-gradient(circle, transparent 1%, #E62883 1%) center/15000%;
}

.tw-ripple-bg-pink-500:active {
  background-color: #ed64a6;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-600 {
  background-color: #d53f8c;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-600:hover {
  background: #B52870 radial-gradient(circle, transparent 1%, #B52870 1%) center/15000%;
}

.tw-ripple-bg-pink-600:active {
  background-color: #d53f8c;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-700 {
  background-color: #b83280;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-700:hover {
  background: #932866 radial-gradient(circle, transparent 1%, #932866 1%) center/15000%;
}

.tw-ripple-bg-pink-700:active {
  background-color: #b83280;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-800 {
  background-color: #97266d;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-800:hover {
  background: #791E57 radial-gradient(circle, transparent 1%, #791E57 1%) center/15000%;
}

.tw-ripple-bg-pink-800:active {
  background-color: #97266d;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-pink-900 {
  background-color: #702459;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-pink-900:hover {
  background: #5A1D47 radial-gradient(circle, transparent 1%, #5A1D47 1%) center/15000%;
}

.tw-ripple-bg-pink-900:active {
  background-color: #702459;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-preferred-dark-blue {
  background-color: #0f2c68;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-preferred-dark-blue:hover {
  background: #0C2353 radial-gradient(circle, transparent 1%, #0C2353 1%) center/15000%;
}

.tw-ripple-bg-preferred-dark-blue:active {
  background-color: #0f2c68;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-preferred-light-blue {
  background-color: #0192D3;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-preferred-light-blue:hover {
  background: #0175A9 radial-gradient(circle, transparent 1%, #0175A9 1%) center/15000%;
}

.tw-ripple-bg-preferred-light-blue:active {
  background-color: #0192D3;
  background-size: 100%;
  transition: background 0s;
}

.tw-ripple-bg-preferred-grey {
  background-color: #878787;
  background-position: center;
  transition: background 0.8s;
}

.tw-ripple-bg-preferred-grey:hover {
  background: #6C6C6C radial-gradient(circle, transparent 1%, #6C6C6C 1%) center/15000%;
}

.tw-ripple-bg-preferred-grey:active {
  background-color: #878787;
  background-size: 100%;
  transition: background 0s;
}

.tw-bg-white {
  background-color: #fff;
}

.tw-bg-gray-100 {
  background-color: #f7fafc;
}

.tw-bg-gray-300 {
  background-color: #e2e8f0;
}

.tw-border-red-400 {
  border-color: #fc8181;
}

.tw-border-preferred-dark-blue {
  border-color: #0f2c68;
}

.tw-rounded-sm {
  border-radius: 0.125rem;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-border-0 {
  border-width: 0;
}

.tw-border-t-4 {
  border-top-width: 4px;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-hidden {
  display: none;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-leading-tight {
  line-height: 1.25;
}

.tw-m-auto {
  margin: auto;
}

.tw-ml-2 {
  margin-left: 0.5rem;
}

.tw-ml-4 {
  margin-left: 1rem;
}

.tw-max-w-md {
  max-width: 28rem;
}

.tw-min-h-screen {
  min-height: 100vh;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.tw-inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.tw-top-0 {
  top: 0;
}

.tw-bottom-0 {
  bottom: 0;
}

.tw-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tw-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.tw-fill-current {
  fill: currentColor;
}

.tw-text-center {
  text-align: center;
}

.tw-text-white {
  color: #fff;
}

.tw-text-red-400 {
  color: #fc8181;
}

.tw-text-red-700 {
  color: #c53030;
}

.tw-text-preferred-dark-blue {
  color: #0f2c68;
}

.tw-text-preferred-light-blue {
  color: #0192D3;
}

.tw-text-preferred-grey {
  color: #878787;
}

.tw-text-lg {
  font-size: 1.125rem;
}

.tw-text-xl {
  font-size: 1.25rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-underline {
  text-decoration: underline;
}

.tw-tracking-tight {
  letter-spacing: -0.025em;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-full {
  width: 100%;
}

.tw-z-20 {
  z-index: 20;
}

.tw-text-shadow-light {
  text-shadow: -1px 2px 0px rgba(0, 0, 0, 0.15);
}

[data-dropdown] {
  position:relative;
  width: 12rem;
  text-align: right;
}

[data-dropdown-list] {
  position:absolute;
  margin-top:8px;
  background-color: #fff;
  width: 12rem;
  text-align: left;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 0;
  border-top-width: 4px;
  border-color: #0f2c68;
}

[data-dropdown-list] li {
  padding: 0.5rem;
}

header > [data-dropdown] > [data-dropdown-list].hidden {
  display:block;
  pointer-events: none;
  opacity:0;
  transition:.265s opacity;
}

header > [data-dropdown] > [data-dropdown-list] {
  margin-top:0;
  top: 4rem;
  position: fixed;
  opacity:1;
  transition:.265s opacity;
  pointer-events: auto;
}

[data-stepped-form] {
  position: relative;
}

[data-fieldset-track] {
  position: relative;
  width:100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[data-stepped-form] fieldset {
  transition:0.45s left;
  display: block;
  left:-100%;
  position: absolute;
  width:100%;
}

[data-stepped-form] fieldset.active {
  padding-left: 1rem;
  padding-right: 1rem;
  transition:0.45s left;
  left:0;
}

[data-steps] {
  margin-top:40px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3rem;
}

[data-steps] li {
  position: relative;
  text-align: center;
  color: #878787;
  width: 12rem;
}

[data-steps] li.active {
  color: #0f2c68;
}

[data-steps] li.complete {
  color: #0192D3;
}

[data-steps] li [data-step-indicator] {
  position: absolute;
  display: inline-block;
  content:'';
  background-color: #878787;
  top:-44px;
  left: 50%;
  transform: translateX(-50%);
  width:40px;
  height:40px;
  border-radius:100%;
  color: #fff;
  line-height:40px;
  transition: 0.45s background;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

[data-steps] li [data-step-indicator]:after {
  width:0;
  display: block;
  content:'';
  width:0%;
  height:2px;
  left:100%;
  position:relative;
  top:-21px;
  transition:.75s width;
}

[data-steps] li.complete [data-step-indicator]:after {
  width:500%;
  background-color: #0192D3;
  transition:.75s width;
}

[data-steps] li.active [data-step-indicator] {
  background-color: #0f2c68;
  transition: 0.45s background;
}

[data-steps] li.complete [data-step-indicator] {
  background-color: #0192D3;
  transition: 0.45s background;
}

[data-steps] li.complete [data-step-indicator] {
  background-color: #0192D3;
  transition: 0.45s background;
}

[data-steps] li.complete + li.active [data-step-indicator]:after {
  width:100%;
  background-color: #f7fafc;
}

[data-user-controls] {
  position: fixed;
  z-index: 20;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7fafc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 2px;
  border-color: #0192D3;
  padding:1.75rem;
}

[data-task-panel] {
  width:28rem;
  height: 32rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 4rem;
  bottom: 4rem;
  background-color: #f7fafc;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  pointer-events: none;
  opacity:0;
  transition:.265s opacity;
  border-width: 0;
  border-color: #0f2c68;
  border-top-width: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}

[data-task-panel].open {
  opacity:1;
  transition:.265s opacity;
  pointer-events: auto;
}

.pulse {
  box-shadow: 0 0 0 0 rgba(1, 146, 211, 1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.tw-task-blue {
  color: rgba(1, 146, 211, 1) !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(1, 146, 211, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(1, 146, 211, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(1, 146, 211, 0);
  }
}

.pulse-green {
  box-shadow: 0 0 0 0 rgba(56, 161, 105, 1);
  transform: scale(1);
  -webkit-animation: pulse-green 2s infinite;
          animation: pulse-green 2s infinite;
}

.tw-task-green {
  color:rgba(56, 161, 105, 1) !important;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(56, 161, 105, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(56, 161, 105, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(56, 161, 105, 0);
  }
}

.pulse-amber {
  box-shadow: 0 0 0 0 rgba(237, 137, 54, 1);
  transform: scale(1);
  -webkit-animation: pulse-amber 2s infinite;
          animation: pulse-amber 2s infinite;
}

.tw-task-amber {
  color: rgba(237, 137, 54, 1) !important;
}

@keyframes pulse-amber {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(237, 137, 54, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(237, 137, 54, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(237, 137, 54, 0);
  }
}

.pulse-red {
  box-shadow: 0 0 0 0 rgba(245, 101, 101, 1);
  transform: scale(1);
  -webkit-animation: pulse-red 2s infinite;
          animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 101, 101, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 101, 101, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 101, 101, 0);
  }
}

.tw-task-red {
  color:  rgba(245, 101, 101, 1) !important;
}

body {
  font-family: 'Roboto', sans-serif;
}

h1,
footer {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0;
}

@media (min-width: 768px) {

  .md\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem;
  }
}


