@charset "UTF-8";
/*=======*/
/* RESET */
/*=======*/
/*! 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.
 */
* {
  box-sizing: border-box;
}

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 */
  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;
}

/*===========*/
/* VARIABLES */
/*===========*/
:root {
  --font-color: #404a56;
  /*===== COLOR AND THEIR VARIANTS ======*/
  --filler-color: #E9EBF2;
  --filler-contrast-font: #404a56;
  --filler-color-rgb: ;
  --filler-color-light: white;
  --filler-light-contrast-font: #404a56;
  --filler-color-dark: #a9b1cc;
  --filler-dark-contrast-font: #404a56;
  --filler-color-desaturated: white;
  --filler-desaturated-contrast-font: #404a56;
  --filler-color-saturated: #e6eaf5;
  --filler-saturated-contrast-font: #404a56;
  --light-gray-color: #F5F6F7;
  --primary-color: #705AD8;
  --primary-contrast-font: #404a56;
  --primary-color-rgb: ;
  --primary-color-light: #b8adec;
  --primary-light-contrast-font: #404a56;
  --primary-color-dark: #3d27a5;
  --primary-dark-contrast-font: #fff;
  --primary-color-desaturated: #e2def7;
  --primary-desaturated-contrast-font: #404a56;
  --primary-color-saturated: #664be7;
  --primary-saturated-contrast-font: #404a56;
  --primary-contrast-font: #ffffff;
  --gray-color: #5d6b7a;
  --gray-contrast-font: #fff;
  --gray-color-rgb: ;
  --gray-color-light: #aeb8c2;
  --gray-light-contrast-font: #404a56;
  --gray-color-dark: #1b1f23;
  --gray-dark-contrast-font: #fff;
  --gray-color-desaturated: white;
  --gray-desaturated-contrast-font: #404a56;
  --gray-color-saturated: #4d6a8a;
  --gray-saturated-contrast-font: #fff;
  --brand-color: #00CB7C;
  --brand-contrast-font: #fff;
  --brand-color-rgb: ;
  --brand-color-light: #32ffaf;
  --brand-light-contrast-font: #404a56;
  --brand-color-dark: #00653e;
  --brand-dark-contrast-font: #fff;
  --brand-color-desaturated: #7fffcd;
  --brand-desaturated-contrast-font: #404a56;
  --brand-color-saturated: #00cb7c;
  --brand-saturated-contrast-font: #fff;
  --dark-color: #547aa3;
  --dark-contrast-font: #fff;
  --dark-color-rgb: ;
  --dark-color-light: #95aec8;
  --dark-light-contrast-font: #404a56;
  --dark-color-dark: #324860;
  --dark-dark-contrast-font: #fff;
  --dark-color-desaturated: #c8d4e2;
  --dark-desaturated-contrast-font: #404a56;
  --dark-color-saturated: #427ab5;
  --dark-saturated-contrast-font: #fff;
  --light-color: #ffffff;
  --light-contrast-font: #404a56;
  --light-color-rgb: ;
  --light-color-light: white;
  --light-light-contrast-font: #404a56;
  --light-color-dark: #cccccc;
  --light-dark-contrast-font: #404a56;
  --light-color-desaturated: white;
  --light-desaturated-contrast-font: #404a56;
  --light-color-saturated: white;
  --light-saturated-contrast-font: #404a56;
  --warning-color: #FFCE00;
  --warning-contrast-font: #fff;
  --warning-color-rgb: ;
  --warning-color-light: #ffe266;
  --warning-light-contrast-font: #404a56;
  --warning-color-dark: #997c00;
  --warning-dark-contrast-font: #fff;
  --warning-color-desaturated: #fff0b3;
  --warning-desaturated-contrast-font: #404a56;
  --warning-color-saturated: #ffce00;
  --warning-saturated-contrast-font: #fff;
  --warning-contrast-font: #547aa3;
  --error-color: #FF524B;
  --error-contrast-font: #404a56;
  --error-color-rgb: ;
  --error-color-light: #ffb4b1;
  --error-light-contrast-font: #404a56;
  --error-color-dark: #e40900;
  --error-dark-contrast-font: #fff;
  --error-color-desaturated: #fffefe;
  --error-desaturated-contrast-font: #404a56;
  --error-color-saturated: #ff524b;
  --error-saturated-contrast-font: #404a56;
  --info-color: #5CCBEB;
  --info-contrast-font: #404a56;
  --info-color-rgb: ;
  --info-color-light: #b7e8f6;
  --info-light-contrast-font: #404a56;
  --info-color-dark: #19a1c8;
  --info-dark-contrast-font: #fff;
  --info-color-desaturated: #fbfeff;
  --info-desaturated-contrast-font: #404a56;
  --info-color-saturated: #4ed3f9;
  --info-saturated-contrast-font: #404a56;
  --success-color: #00CB7C;
  --success-contrast-font: #fff;
  --success-color-rgb: ;
  --success-color-light: #32ffaf;
  --success-light-contrast-font: #404a56;
  --success-color-dark: #00653e;
  --success-dark-contrast-font: #fff;
  --success-color-desaturated: #7fffcd;
  --success-desaturated-contrast-font: #404a56;
  --success-color-saturated: #00cb7c;
  --success-saturated-contrast-font: #fff;
  /*==== SATURATED BADGES COLORS =====*/
  --filler-color-badge-saturated: #b3bcdb;
  --primary-color-badge-saturated: #3d20c5;
  --gray-color-badge-saturated: #354556;
  --brand-color-badge-saturated: #007f4d;
  --dark-color-badge-saturated: #487aaf, 15%;
  --light-color-badge-saturated: #ddd5d5;
  --warning-color-badge-saturated: #b39000;
  --error-color-badge-saturated: #fe0a00;
  --info-color-badge-saturated: #0eafdd;
  --success-color-badge-saturated: #006f44;
  /*==== GRADIENT COLORS =====*/
  --gradient-color-1: #192736;
  --gradient-color-2: #2d537c;
  --gradient-color-3: #3d71a9;
  --gradient-colors: linear-gradient(22deg, var(--gradient-color-1) 5%, var(--gradient-color-2) 55%, var(--gradient-color-3) 90%);
  --gradient-fallback: #223f5e;
  --gradient-contrast-font: #fff;
  --complement-color: #ffffff;
  --complement-contrast-font: #404a56;
  --complement-color-rgb: ;
  --complement-color-light: white;
  --complement-light-contrast-font: #404a56;
  --complement-color-dark: #cccccc;
  --complement-dark-contrast-font: #404a56;
  --complement-color-desaturated: white;
  --complement-desaturated-contrast-font: #404a56;
  --complement-color-saturated: white;
  --complement-saturated-contrast-font: #404a56;
  --complement-color-saturated: #f4f6f8;
  --complement-color-saturated-hover: white;
  --complement-color-hover: #e6eaf5;
  --complement-color-light: white;
  --complement-color-dark: #e2e6e8;
  --font-color-rgb: 93,107,122;
  --font-label-color: #547aa3;
  --font-color-light: #5d6b7a;
  --font-color-ultra-light: #96a5b6;
  --font-color-dark: #5d6b7a;
  --font-color-light-saturated: #5d6b7a;
}

html.ew-framework .--logo-img:not(#logo-light-theme) {
  display: none;
}

html.ew-framework.dark-theme .--logo-img:not(#logo-dark-theme) {
  display: none;
}

html.ew-framework.dark-theme .--logo-img#logo-dark-theme {
  display: block;
}

html.ew-framework.dark-theme {
  --filler-color: #111a25;
  --filler-contrast-font: #fff;
  --filler-color-rgb: ;
  --filler-color-light: #314d6a;
  --filler-light-contrast-font: #fff;
  --filler-color-dark: black;
  --filler-dark-contrast-font: #fff;
  --filler-color-desaturated: #49739f;
  --filler-desaturated-contrast-font: #fff;
  --filler-color-saturated: #0d1a29;
  --filler-saturated-contrast-font: #fff;
  --complement-color: #192736;
  --complement-contrast-font: #fff;
  --complement-color-rgb: ;
  --complement-color-light: #39597c;
  --complement-light-contrast-font: #fff;
  --complement-color-dark: black;
  --complement-dark-contrast-font: #fff;
  --complement-color-desaturated: #527faf;
  --complement-desaturated-contrast-font: #404a56;
  --complement-color-saturated: #13273c;
  --complement-saturated-contrast-font: #fff;
  --complement-color-hover: #213447;
  --complement-color-saturated: #1e334a;
  --complement-color-saturated-hover: #26405c;
  --complement-color-light: #314d6a;
  --complement-color-dark: #090e13;
  --primary-color: #a491ff;
  --primary-contrast-font: #404a56;
  --primary-color-rgb: ;
  --primary-color-light: #f8f7ff;
  --primary-light-contrast-font: #404a56;
  --primary-color-dark: #502bff;
  --primary-dark-contrast-font: #404a56;
  --primary-color-desaturated: white;
  --primary-desaturated-contrast-font: #404a56;
  --primary-color-saturated: #a491ff;
  --primary-saturated-contrast-font: #404a56;
  --primary-contrast-font: #ffff;
  --font-color: #e1e1ff;
  --font-color-rgb: 225,225,255;
  --font-label-color: #e1e1ff;
  --font-color-light: white;
  --font-color-dark: #3939ff;
  --font-color-light-saturated: white;
  --brand-contrast-font: #161625;
  --success-contrast-font: #161625;
  --background-gradient: none;
  --dark-color: #e1e1ff;
  --dark-contrast-font: #404a56;
  --dark-color-rgb: ;
  --dark-color-light: white;
  --dark-light-contrast-font: #404a56;
  --dark-color-dark: #7b7bff;
  --dark-dark-contrast-font: #404a56;
  --dark-color-desaturated: white;
  --dark-desaturated-contrast-font: #404a56;
  --dark-color-saturated: #e1e1ff;
  --dark-saturated-contrast-font: #404a56;
  --light-color: #192736;
  --light-color-rgb: 25,39,54;
  --light-contrast-font: #fff;
  --light-color-rgb: ;
  --light-color-light: #39597c;
  --light-light-contrast-font: #fff;
  --light-color-dark: black;
  --light-dark-contrast-font: #fff;
  --light-color-desaturated: #527faf;
  --light-desaturated-contrast-font: #404a56;
  --light-color-saturated: #13273c;
  --light-saturated-contrast-font: #fff;
  --gradient-color-1: #192736;
  --gradient-color-2: #192736;
  --gradient-color-3: #192736;
  --dropdown-content-border: 1px solid #e1e1ff;
  --gradient-contrast-font: #fff;
}
html.ew-framework.dark-theme .ew-card:not(.no-hover):hover .ew-card-title {
  background-color: rgba(255, 255, 255, 0.1);
}

/*====================*/
/* BACKGROUNDS COLORS */
/*====================*/
html.ew-framework .ew-bg-primary {
  background: var(--primary-color) !important;
}
html.ew-framework .ew-bg-gray {
  background: var(--gray-color) !important;
}
html.ew-framework .ew-bg-filler {
  background: var(--filler-color) !important;
}
html.ew-framework .ew-bg-light {
  background: var(--light-color) !important;
}
html.ew-framework .ew-bg-brand {
  background: var(--brand-color) !important;
}
html.ew-framework .ew-bg-dark {
  background: var(--dark-color) !important;
}
html.ew-framework .ew-bg-success {
  background: var(--success-color) !important;
}
html.ew-framework .ew-bg-info {
  background: var(--info-color) !important;
}
html.ew-framework .ew-bg-warning {
  background: var(--warning-color) !important;
}
html.ew-framework .ew-bg-error {
  background: var(--error-color) !important;
}
html.ew-framework .ew-bg-primary-light {
  background: var(--primary-color-light) !important;
}
html.ew-framework .ew-bg-gray-light {
  background: var(--gray-color-light) !important;
}
html.ew-framework .ew-bg-filler-light {
  background: var(--filler-color-light) !important;
}
html.ew-framework .ew-bg-light-light {
  background: var(--light-color-light) !important;
}
html.ew-framework .ew-bg-brand-light {
  background: var(--brand-color-light) !important;
}
html.ew-framework .ew-bg-dark-light {
  background: var(--dark-color-light) !important;
}
html.ew-framework .ew-bg-success-light {
  background: var(--success-color-light) !important;
}
html.ew-framework .ew-bg-info-light {
  background: var(--info-color-light) !important;
}
html.ew-framework .ew-bg-warning-light {
  background: var(--warning-color-light) !important;
}
html.ew-framework .ew-bg-error-light {
  background: var(--error-color-light) !important;
}
html.ew-framework .ew-bg-primary-saturated {
  background: var(--primary-color-saturated) !important;
}
html.ew-framework .ew-bg-gray-saturated {
  background: var(--gray-color-saturated) !important;
}
html.ew-framework .ew-bg-filler-saturated {
  background: var(--filler-color-saturated) !important;
}
html.ew-framework .ew-bg-light-saturated {
  background: var(--light-color-saturated) !important;
}
html.ew-framework .ew-bg-brand-saturated {
  background: var(--brand-color-saturated) !important;
}
html.ew-framework .ew-bg-dark-saturated {
  background: var(--dark-color-saturated) !important;
}
html.ew-framework .ew-bg-success-saturated {
  background: var(--success-color-saturated) !important;
}
html.ew-framework .ew-bg-info-saturated {
  background: var(--info-color-saturated) !important;
}
html.ew-framework .ew-bg-warning-saturated {
  background: var(--warning-color-saturated) !important;
}
html.ew-framework .ew-bg-error-saturated {
  background: var(--error-color-saturated) !important;
}
html.ew-framework .ew-bg-gradient {
  background: var(--gradient-fallback);
  background: var(--gradient-colors);
}

/*=============*/
/* TEXT COLORS */
/*=============*/
.ew-text-primary {
  color: var(--primary-color) !important;
}
.ew-text-gray {
  color: var(--gray-color) !important;
}
.ew-text-filler {
  color: var(--filler-color) !important;
}
.ew-text-light {
  color: var(--light-color) !important;
}
.ew-text-brand {
  color: var(--brand-color) !important;
}
.ew-text-dark {
  color: var(--dark-color) !important;
}
.ew-text-success {
  color: var(--success-color) !important;
}
.ew-text-info {
  color: var(--info-color) !important;
}
.ew-text-warning {
  color: var(--warning-color) !important;
}
.ew-text-error {
  color: var(--error-color) !important;
}
.ew-text-primary-light {
  color: var(--primary-color-light) !important;
}
.ew-text-gray-light {
  color: var(--gray-color-light) !important;
}
.ew-text-filler-light {
  color: var(--filler-color-light) !important;
}
.ew-text-light-light {
  color: var(--light-color-light) !important;
}
.ew-text-brand-light {
  color: var(--brand-color-light) !important;
}
.ew-text-dark-light {
  color: var(--dark-color-light) !important;
}
.ew-text-success-light {
  color: var(--success-color-light) !important;
}
.ew-text-info-light {
  color: var(--info-color-light) !important;
}
.ew-text-warning-light {
  color: var(--warning-color-light) !important;
}
.ew-text-error-light {
  color: var(--error-color-light) !important;
}
.ew-text-primary-saturated {
  color: var(--primary-color-saturated) !important;
}
.ew-text-gray-saturated {
  color: var(--gray-color-saturated) !important;
}
.ew-text-filler-saturated {
  color: var(--filler-color-saturated) !important;
}
.ew-text-light-saturated, .ew-side-menu nav .title h5, .ew-side-menu nav .title h6, .ew-side-menu nav .title p {
  color: var(--light-color-saturated) !important;
}
.ew-text-brand-saturated {
  color: var(--brand-color-saturated) !important;
}
.ew-text-dark-saturated {
  color: var(--dark-color-saturated) !important;
}
.ew-text-success-saturated {
  color: var(--success-color-saturated) !important;
}
.ew-text-info-saturated {
  color: var(--info-color-saturated) !important;
}
.ew-text-warning-saturated {
  color: var(--warning-color-saturated) !important;
}
.ew-text-error-saturated {
  color: var(--error-color-saturated) !important;
}
.ew-text-primary-dark {
  color: var(--primary-color-dark) !important;
}
.ew-text-gray-dark {
  color: var(--gray-color-dark) !important;
}
.ew-text-filler-dark {
  color: var(--filler-color-dark) !important;
}
.ew-text-light-dark {
  color: var(--light-color-dark) !important;
}
.ew-text-brand-dark {
  color: var(--brand-color-dark) !important;
}
.ew-text-dark-dark {
  color: var(--dark-color-dark) !important;
}
.ew-text-success-dark {
  color: var(--success-color-dark) !important;
}
.ew-text-info-dark {
  color: var(--info-color-dark) !important;
}
.ew-text-warning-dark {
  color: var(--warning-color-dark) !important;
}
.ew-text-error-dark {
  color: var(--error-color-dark) !important;
}
.ew-text-gradient {
  color: var(--gradient-fallback);
}

/*========*/
/* DEPTHS */
/*========*/
.ew-navbar-depth, .ew-navbar {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.ew-depth-0, .ew-input-container.flat .ew-input-group, .ew-input-container.flat .ew-input, .ew-input-container.flat.outline .ew-input, .ew-input-container.filled .ew-input-group, .ew-input-container.filled .ew-input, .ew-input-container.outline .ew-input-group .ew-input, .ew-input-container .ew-input-group .ew-input, .ew-input.filled, .ew-input.flat {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.ew-depth-1, .ew-navbar .ew-navbar-container .header--quick-access-menu.open-dropdown .ew-dropdown-content, #main-wrapper header, #TEMPLATE_DROPDOWN_BASE, .ew-dropdown.open-dropdown .ew-dropdown-content, .ew-input-container.outline .ew-input-group, .ew-input-container .ew-input-group, .ew-input, .ew-progress-container:not(.flat) {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ew-depth-1-primary {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(112, 90, 216, 0.14), 0 3px 1px -2px rgba(112, 90, 216, 0.12), 0 1px 5px 0 rgba(112, 90, 216, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(112, 90, 216, 0.14), 0 3px 1px -2px rgba(112, 90, 216, 0.12), 0 1px 5px 0 rgba(112, 90, 216, 0.2);
}
.ew-depth-1-gray {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(93, 107, 122, 0.14), 0 3px 1px -2px rgba(93, 107, 122, 0.12), 0 1px 5px 0 rgba(93, 107, 122, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(93, 107, 122, 0.14), 0 3px 1px -2px rgba(93, 107, 122, 0.12), 0 1px 5px 0 rgba(93, 107, 122, 0.2);
}
.ew-depth-1-brand {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
}
.ew-depth-1-dark {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(84, 122, 163, 0.14), 0 3px 1px -2px rgba(84, 122, 163, 0.12), 0 1px 5px 0 rgba(84, 122, 163, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(84, 122, 163, 0.14), 0 3px 1px -2px rgba(84, 122, 163, 0.12), 0 1px 5px 0 rgba(84, 122, 163, 0.2);
}
.ew-depth-1-warning {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 206, 0, 0.14), 0 3px 1px -2px rgba(255, 206, 0, 0.12), 0 1px 5px 0 rgba(255, 206, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 206, 0, 0.14), 0 3px 1px -2px rgba(255, 206, 0, 0.12), 0 1px 5px 0 rgba(255, 206, 0, 0.2);
}
.ew-depth-1-error {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 82, 75, 0.14), 0 3px 1px -2px rgba(255, 82, 75, 0.12), 0 1px 5px 0 rgba(255, 82, 75, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(255, 82, 75, 0.14), 0 3px 1px -2px rgba(255, 82, 75, 0.12), 0 1px 5px 0 rgba(255, 82, 75, 0.2);
}
.ew-depth-1-info {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(92, 203, 235, 0.14), 0 3px 1px -2px rgba(92, 203, 235, 0.12), 0 1px 5px 0 rgba(92, 203, 235, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(92, 203, 235, 0.14), 0 3px 1px -2px rgba(92, 203, 235, 0.12), 0 1px 5px 0 rgba(92, 203, 235, 0.2);
}
.ew-depth-1-success {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 203, 124, 0.14), 0 3px 1px -2px rgba(0, 203, 124, 0.12), 0 1px 5px 0 rgba(0, 203, 124, 0.2);
}
.ew-depth-2, .ew-modal .ew-modal-container {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.ew-depth-2-primary {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(112, 90, 216, 0.14), 0 1px 10px 0 rgba(112, 90, 216, 0.12), 0 2px 4px -1px rgba(112, 90, 216, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(112, 90, 216, 0.14), 0 1px 10px 0 rgba(112, 90, 216, 0.12), 0 2px 4px -1px rgba(112, 90, 216, 0.2);
}
.ew-depth-2-gray {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(93, 107, 122, 0.14), 0 1px 10px 0 rgba(93, 107, 122, 0.12), 0 2px 4px -1px rgba(93, 107, 122, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(93, 107, 122, 0.14), 0 1px 10px 0 rgba(93, 107, 122, 0.12), 0 2px 4px -1px rgba(93, 107, 122, 0.2);
}
.ew-depth-2-brand {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
}
.ew-depth-2-dark {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(84, 122, 163, 0.14), 0 1px 10px 0 rgba(84, 122, 163, 0.12), 0 2px 4px -1px rgba(84, 122, 163, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(84, 122, 163, 0.14), 0 1px 10px 0 rgba(84, 122, 163, 0.12), 0 2px 4px -1px rgba(84, 122, 163, 0.2);
}
.ew-depth-2-warning {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 206, 0, 0.14), 0 1px 10px 0 rgba(255, 206, 0, 0.12), 0 2px 4px -1px rgba(255, 206, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 206, 0, 0.14), 0 1px 10px 0 rgba(255, 206, 0, 0.12), 0 2px 4px -1px rgba(255, 206, 0, 0.2);
}
.ew-depth-2-error {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 82, 75, 0.14), 0 1px 10px 0 rgba(255, 82, 75, 0.12), 0 2px 4px -1px rgba(255, 82, 75, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 82, 75, 0.14), 0 1px 10px 0 rgba(255, 82, 75, 0.12), 0 2px 4px -1px rgba(255, 82, 75, 0.2);
}
.ew-depth-2-info {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(92, 203, 235, 0.14), 0 1px 10px 0 rgba(92, 203, 235, 0.12), 0 2px 4px -1px rgba(92, 203, 235, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(92, 203, 235, 0.14), 0 1px 10px 0 rgba(92, 203, 235, 0.12), 0 2px 4px -1px rgba(92, 203, 235, 0.2);
}
.ew-depth-2-success {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 203, 124, 0.14), 0 1px 10px 0 rgba(0, 203, 124, 0.12), 0 2px 4px -1px rgba(0, 203, 124, 0.2);
}
.ew-depth-3 {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.ew-depth-3-primary {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(112, 90, 216, 0.14), 0 3px 14px 2px rgba(112, 90, 216, 0.12), 0 5px 5px -3px rgba(112, 90, 216, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(112, 90, 216, 0.14), 0 3px 14px 2px rgba(112, 90, 216, 0.12), 0 5px 5px -3px rgba(112, 90, 216, 0.2);
}
.ew-depth-3-gray {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(93, 107, 122, 0.14), 0 3px 14px 2px rgba(93, 107, 122, 0.12), 0 5px 5px -3px rgba(93, 107, 122, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(93, 107, 122, 0.14), 0 3px 14px 2px rgba(93, 107, 122, 0.12), 0 5px 5px -3px rgba(93, 107, 122, 0.2);
}
.ew-depth-3-brand {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
}
.ew-depth-3-dark {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(84, 122, 163, 0.14), 0 3px 14px 2px rgba(84, 122, 163, 0.12), 0 5px 5px -3px rgba(84, 122, 163, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(84, 122, 163, 0.14), 0 3px 14px 2px rgba(84, 122, 163, 0.12), 0 5px 5px -3px rgba(84, 122, 163, 0.2);
}
.ew-depth-3-warning {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 206, 0, 0.14), 0 3px 14px 2px rgba(255, 206, 0, 0.12), 0 5px 5px -3px rgba(255, 206, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 206, 0, 0.14), 0 3px 14px 2px rgba(255, 206, 0, 0.12), 0 5px 5px -3px rgba(255, 206, 0, 0.2);
}
.ew-depth-3-error {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 82, 75, 0.14), 0 3px 14px 2px rgba(255, 82, 75, 0.12), 0 5px 5px -3px rgba(255, 82, 75, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(255, 82, 75, 0.14), 0 3px 14px 2px rgba(255, 82, 75, 0.12), 0 5px 5px -3px rgba(255, 82, 75, 0.2);
}
.ew-depth-3-info {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(92, 203, 235, 0.14), 0 3px 14px 2px rgba(92, 203, 235, 0.12), 0 5px 5px -3px rgba(92, 203, 235, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(92, 203, 235, 0.14), 0 3px 14px 2px rgba(92, 203, 235, 0.12), 0 5px 5px -3px rgba(92, 203, 235, 0.2);
}
.ew-depth-3-success {
  -webkit-box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(0, 203, 124, 0.14), 0 3px 14px 2px rgba(0, 203, 124, 0.12), 0 5px 5px -3px rgba(0, 203, 124, 0.2);
}
.ew-depth-4 {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.ew-depth-4-primary {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(112, 90, 216, 0.14), 0 6px 30px 5px rgba(112, 90, 216, 0.12), 0 8px 10px -7px rgba(112, 90, 216, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(112, 90, 216, 0.14), 0 6px 30px 5px rgba(112, 90, 216, 0.12), 0 8px 10px -7px rgba(112, 90, 216, 0.2);
}
.ew-depth-4-gray {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(93, 107, 122, 0.14), 0 6px 30px 5px rgba(93, 107, 122, 0.12), 0 8px 10px -7px rgba(93, 107, 122, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(93, 107, 122, 0.14), 0 6px 30px 5px rgba(93, 107, 122, 0.12), 0 8px 10px -7px rgba(93, 107, 122, 0.2);
}
.ew-depth-4-brand {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
}
.ew-depth-4-dark {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(84, 122, 163, 0.14), 0 6px 30px 5px rgba(84, 122, 163, 0.12), 0 8px 10px -7px rgba(84, 122, 163, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(84, 122, 163, 0.14), 0 6px 30px 5px rgba(84, 122, 163, 0.12), 0 8px 10px -7px rgba(84, 122, 163, 0.2);
}
.ew-depth-4-warning {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 206, 0, 0.14), 0 6px 30px 5px rgba(255, 206, 0, 0.12), 0 8px 10px -7px rgba(255, 206, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 206, 0, 0.14), 0 6px 30px 5px rgba(255, 206, 0, 0.12), 0 8px 10px -7px rgba(255, 206, 0, 0.2);
}
.ew-depth-4-error {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 82, 75, 0.14), 0 6px 30px 5px rgba(255, 82, 75, 0.12), 0 8px 10px -7px rgba(255, 82, 75, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(255, 82, 75, 0.14), 0 6px 30px 5px rgba(255, 82, 75, 0.12), 0 8px 10px -7px rgba(255, 82, 75, 0.2);
}
.ew-depth-4-info {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(92, 203, 235, 0.14), 0 6px 30px 5px rgba(92, 203, 235, 0.12), 0 8px 10px -7px rgba(92, 203, 235, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(92, 203, 235, 0.14), 0 6px 30px 5px rgba(92, 203, 235, 0.12), 0 8px 10px -7px rgba(92, 203, 235, 0.2);
}
.ew-depth-4-success {
  -webkit-box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(0, 203, 124, 0.14), 0 6px 30px 5px rgba(0, 203, 124, 0.12), 0 8px 10px -7px rgba(0, 203, 124, 0.2);
}
.ew-depth-5 {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.ew-depth-5-primary {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(112, 90, 216, 0.14), 0 9px 46px 8px rgba(112, 90, 216, 0.12), 0 11px 15px -7px rgba(112, 90, 216, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(112, 90, 216, 0.14), 0 9px 46px 8px rgba(112, 90, 216, 0.12), 0 11px 15px -7px rgba(112, 90, 216, 0.2);
}
.ew-depth-5-gray {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(93, 107, 122, 0.14), 0 9px 46px 8px rgba(93, 107, 122, 0.12), 0 11px 15px -7px rgba(93, 107, 122, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(93, 107, 122, 0.14), 0 9px 46px 8px rgba(93, 107, 122, 0.12), 0 11px 15px -7px rgba(93, 107, 122, 0.2);
}
.ew-depth-5-brand {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
}
.ew-depth-5-dark {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(84, 122, 163, 0.14), 0 9px 46px 8px rgba(84, 122, 163, 0.12), 0 11px 15px -7px rgba(84, 122, 163, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(84, 122, 163, 0.14), 0 9px 46px 8px rgba(84, 122, 163, 0.12), 0 11px 15px -7px rgba(84, 122, 163, 0.2);
}
.ew-depth-5-warning {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 206, 0, 0.14), 0 9px 46px 8px rgba(255, 206, 0, 0.12), 0 11px 15px -7px rgba(255, 206, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 206, 0, 0.14), 0 9px 46px 8px rgba(255, 206, 0, 0.12), 0 11px 15px -7px rgba(255, 206, 0, 0.2);
}
.ew-depth-5-error {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 82, 75, 0.14), 0 9px 46px 8px rgba(255, 82, 75, 0.12), 0 11px 15px -7px rgba(255, 82, 75, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(255, 82, 75, 0.14), 0 9px 46px 8px rgba(255, 82, 75, 0.12), 0 11px 15px -7px rgba(255, 82, 75, 0.2);
}
.ew-depth-5-info {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(92, 203, 235, 0.14), 0 9px 46px 8px rgba(92, 203, 235, 0.12), 0 11px 15px -7px rgba(92, 203, 235, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(92, 203, 235, 0.14), 0 9px 46px 8px rgba(92, 203, 235, 0.12), 0 11px 15px -7px rgba(92, 203, 235, 0.2);
}
.ew-depth-5-success {
  -webkit-box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(0, 203, 124, 0.14), 0 9px 46px 8px rgba(0, 203, 124, 0.12), 0 11px 15px -7px rgba(0, 203, 124, 0.2);
}

/*===========*/
/* UTILITIES */
/*===========*/
.ew-no-highlight, .ew-btn, a.ew-btn, button.ew-btn {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
}

.flex-valign-center {
  display: flex;
  align-items: center;
}

.flex-valign-bottom {
  display: flex;
  align-items: baseline;
}

.flex-align-center {
  display: flex;
  justify-content: center;
}

.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-end {
  display: flex;
  justify-content: flex-end;
}

.flex-align-start {
  display: flex;
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex !important;
}

.no-uppercase {
  text-transform: none;
}

.ew-form .ew-form-section {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.ew-form .ew-form-section .ew-form-section-legend {
  padding: 1em 0;
}
.ew-form .ew-form-section .ew-form-section-legend i {
  margin-right: 0.2em;
}
.ew-form .ew-form-section .ew-form-section-legend h1, .ew-form .ew-form-section .ew-form-section-legend h2, .ew-form .ew-form-section .ew-form-section-legend h3, .ew-form .ew-form-section .ew-form-section-legend h4, .ew-form .ew-form-section .ew-form-section-legend span {
  text-transform: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.ew-form .ew-form-section .ew-form-section-legend-divider {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ew-form .ew-form-section .ew-form-section-legend-divider i {
  margin-right: 0.2em;
}
.ew-form .ew-form-section .ew-form-section-legend-divider h1, .ew-form .ew-form-section .ew-form-section-legend-divider h2, .ew-form .ew-form-section .ew-form-section-legend-divider h3, .ew-form .ew-form-section .ew-form-section-legend-divider h4, .ew-form .ew-form-section .ew-form-section-legend-divider span {
  text-transform: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
.ew-form .ew-form-section .ew-form-section-legend-divider:before, .ew-form .ew-form-section .ew-form-section-legend-divider:after {
  content: " ";
  flex: 1;
  height: 2px;
  background: var(--filler-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.primary i, .ew-form .ew-form-section .ew-form-section-legend-divider.primary h1, .ew-form .ew-form-section .ew-form-section-legend-divider.primary h2, .ew-form .ew-form-section .ew-form-section-legend-divider.primary h3, .ew-form .ew-form-section .ew-form-section-legend-divider.primary h4, .ew-form .ew-form-section .ew-form-section-legend-divider.primary span {
  color: var(--primary-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.primary:after, .ew-form .ew-form-section .ew-form-section-legend-divider.primary:before {
  background: var(--primary-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.gray i, .ew-form .ew-form-section .ew-form-section-legend-divider.gray h1, .ew-form .ew-form-section .ew-form-section-legend-divider.gray h2, .ew-form .ew-form-section .ew-form-section-legend-divider.gray h3, .ew-form .ew-form-section .ew-form-section-legend-divider.gray h4, .ew-form .ew-form-section .ew-form-section-legend-divider.gray span {
  color: var(--gray-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.gray:after, .ew-form .ew-form-section .ew-form-section-legend-divider.gray:before {
  background: var(--gray-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.filler i, .ew-form .ew-form-section .ew-form-section-legend-divider.filler h1, .ew-form .ew-form-section .ew-form-section-legend-divider.filler h2, .ew-form .ew-form-section .ew-form-section-legend-divider.filler h3, .ew-form .ew-form-section .ew-form-section-legend-divider.filler h4, .ew-form .ew-form-section .ew-form-section-legend-divider.filler span {
  color: var(--filler-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.filler:after, .ew-form .ew-form-section .ew-form-section-legend-divider.filler:before {
  background: var(--filler-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.light i, .ew-form .ew-form-section .ew-form-section-legend-divider.light h1, .ew-form .ew-form-section .ew-form-section-legend-divider.light h2, .ew-form .ew-form-section .ew-form-section-legend-divider.light h3, .ew-form .ew-form-section .ew-form-section-legend-divider.light h4, .ew-form .ew-form-section .ew-form-section-legend-divider.light span {
  color: var(--light-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.light:after, .ew-form .ew-form-section .ew-form-section-legend-divider.light:before {
  background: var(--light-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.brand i, .ew-form .ew-form-section .ew-form-section-legend-divider.brand h1, .ew-form .ew-form-section .ew-form-section-legend-divider.brand h2, .ew-form .ew-form-section .ew-form-section-legend-divider.brand h3, .ew-form .ew-form-section .ew-form-section-legend-divider.brand h4, .ew-form .ew-form-section .ew-form-section-legend-divider.brand span {
  color: var(--brand-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.brand:after, .ew-form .ew-form-section .ew-form-section-legend-divider.brand:before {
  background: var(--brand-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.dark i, .ew-form .ew-form-section .ew-form-section-legend-divider.dark h1, .ew-form .ew-form-section .ew-form-section-legend-divider.dark h2, .ew-form .ew-form-section .ew-form-section-legend-divider.dark h3, .ew-form .ew-form-section .ew-form-section-legend-divider.dark h4, .ew-form .ew-form-section .ew-form-section-legend-divider.dark span {
  color: var(--dark-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.dark:after, .ew-form .ew-form-section .ew-form-section-legend-divider.dark:before {
  background: var(--dark-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.success i, .ew-form .ew-form-section .ew-form-section-legend-divider.success h1, .ew-form .ew-form-section .ew-form-section-legend-divider.success h2, .ew-form .ew-form-section .ew-form-section-legend-divider.success h3, .ew-form .ew-form-section .ew-form-section-legend-divider.success h4, .ew-form .ew-form-section .ew-form-section-legend-divider.success span {
  color: var(--success-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.success:after, .ew-form .ew-form-section .ew-form-section-legend-divider.success:before {
  background: var(--success-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.info i, .ew-form .ew-form-section .ew-form-section-legend-divider.info h1, .ew-form .ew-form-section .ew-form-section-legend-divider.info h2, .ew-form .ew-form-section .ew-form-section-legend-divider.info h3, .ew-form .ew-form-section .ew-form-section-legend-divider.info h4, .ew-form .ew-form-section .ew-form-section-legend-divider.info span {
  color: var(--info-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.info:after, .ew-form .ew-form-section .ew-form-section-legend-divider.info:before {
  background: var(--info-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.warning i, .ew-form .ew-form-section .ew-form-section-legend-divider.warning h1, .ew-form .ew-form-section .ew-form-section-legend-divider.warning h2, .ew-form .ew-form-section .ew-form-section-legend-divider.warning h3, .ew-form .ew-form-section .ew-form-section-legend-divider.warning h4, .ew-form .ew-form-section .ew-form-section-legend-divider.warning span {
  color: var(--warning-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.warning:after, .ew-form .ew-form-section .ew-form-section-legend-divider.warning:before {
  background: var(--warning-color-ultra-light);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.error i, .ew-form .ew-form-section .ew-form-section-legend-divider.error h1, .ew-form .ew-form-section .ew-form-section-legend-divider.error h2, .ew-form .ew-form-section .ew-form-section-legend-divider.error h3, .ew-form .ew-form-section .ew-form-section-legend-divider.error h4, .ew-form .ew-form-section .ew-form-section-legend-divider.error span {
  color: var(--error-color);
}
.ew-form .ew-form-section .ew-form-section-legend-divider.error:after, .ew-form .ew-form-section .ew-form-section-legend-divider.error:before {
  background: var(--error-color-ultra-light);
}
.ew-form .tooltip-bubble > i {
  font-size: 1rem;
}
.ew-form .ew-form-group {
  display: flex;
  flex-wrap: wrap;
}

html.ew-framework h1, html.ew-framework h2, html.ew-framework h3, html.ew-framework h4, html.ew-framework h5, html.ew-framework h6 {
  min-height: 1.2rem;
  font-weight: 500;
}
html.ew-framework h1:not(.compact), html.ew-framework h2:not(.compact), html.ew-framework h3:not(.compact), html.ew-framework h4:not(.compact), html.ew-framework h5:not(.compact), html.ew-framework h6:not(.compact) {
  margin-bottom: 0.5em;
  margin-top: 0.4em;
}
html.ew-framework h1 small, html.ew-framework h2 small, html.ew-framework h3 small, html.ew-framework h4 small, html.ew-framework h5 small, html.ew-framework h6 small {
  font-weight: 400;
  color: var(--dark-color-light);
}
html.ew-framework h1 small:before, html.ew-framework h2 small:before, html.ew-framework h3 small:before, html.ew-framework h4 small:before, html.ew-framework h5 small:before, html.ew-framework h6 small:before {
  font-size: inherit;
  content: "-";
  margin: 0 3px;
}
@media only screen and (max-width: 769px) and (min-width: 480px) {
  html.ew-framework h1.panel-title, html.ew-framework h2.panel-title, html.ew-framework h3.panel-title, html.ew-framework h4.panel-title, html.ew-framework h5.panel-title, html.ew-framework h6.panel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    line-height: 1.5;
    flex-direction: column;
  }
  html.ew-framework h1.panel-title small:before, html.ew-framework h2.panel-title small:before, html.ew-framework h3.panel-title small:before, html.ew-framework h4.panel-title small:before, html.ew-framework h5.panel-title small:before, html.ew-framework h6.panel-title small:before {
    content: "";
  }
}
html.ew-framework h1 {
  font-size: 2rem;
}
html.ew-framework h2 {
  font-size: 1.6rem;
}
html.ew-framework h3 {
  font-size: 1.4rem;
}
html.ew-framework h4 {
  font-size: 1.2rem;
}
html.ew-framework h5 {
  font-size: 1rem;
}
html.ew-framework h6 {
  font-size: 0.8rem;
}
html.ew-framework p {
  font-size: 0.825rem;
  line-height: 1.2rem;
  min-height: 1.2rem;
  margin-bottom: 1.2rem;
}
html.ew-framework .ew-text-large {
  font-size: 1.5rem;
}
html.ew-framework .ew-text-normal {
  font-size: 1rem;
}
html.ew-framework .ew-text-small {
  font-size: 0.5rem;
}
html.ew-framework .ew-label-small {
  font-size: 0.8rem;
}
html.ew-framework .ew-text-compact {
  margin: 5px 2px;
  padding: 0;
}
html.ew-framework .ew-text-ultra-compact {
  margin: 0;
  padding: 0;
}
html.ew-framework .ew-label-text, html.ew-framework .ew-table th, .ew-table html.ew-framework th, html.ew-framework label {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 1rem;
}
html.ew-framework .ew-font-information {
  position: relative;
  color: var(--gray-color);
}
html.ew-framework .ew-font-information:not(.center) {
  padding-left: 2rem;
}
html.ew-framework .ew-font-information.center {
  padding-bottom: 2rem;
}
html.ew-framework .ew-font-information.center:before {
  align-items: center;
  justify-content: center;
  position: absolute;
  vertical-align: middle;
  bottom: 0.15rem;
  padding-top: 0.15rem;
  font-size: 1.2rem;
  height: 1.2rem;
  width: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--info-color);
  border: none;
  border-top: 2px solid var(--info-color-light);
}
html.ew-framework .ew-font-information:before {
  display: flex;
  align-items: center;
  position: absolute;
  vertical-align: middle;
  left: 0.15rem;
  padding-right: 0.15rem;
  font-size: 1.2rem;
  height: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--info-color);
  border-right: 2px solid var(--info-color-light);
}
html.ew-framework .ew-font-error {
  position: relative;
  color: var(--gray-color);
}
html.ew-framework .ew-font-error:not(.center) {
  padding-left: 2rem;
}
html.ew-framework .ew-font-error.center {
  padding-bottom: 2rem;
}
html.ew-framework .ew-font-error.center:before {
  align-items: center;
  justify-content: center;
  position: absolute;
  vertical-align: middle;
  bottom: 0.15rem;
  padding-top: 0.15rem;
  font-size: 1.2rem;
  height: 1.2rem;
  width: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--error-color);
  border: none;
  border-top: 2px solid var(--error-color-light);
}
html.ew-framework .ew-font-error:before {
  display: flex;
  align-items: center;
  position: absolute;
  vertical-align: middle;
  left: 0.15rem;
  padding-right: 0.15rem;
  font-size: 1.2rem;
  height: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--error-color);
  border-right: 2px solid var(--error-color-light);
}
html.ew-framework .ew-font-warning {
  position: relative;
  color: var(--gray-color);
  padding-left: 2rem;
}
html.ew-framework .ew-font-warning:not(.center) {
  padding-left: 2rem;
}
html.ew-framework .ew-font-warning.center {
  padding-bottom: 2rem;
}
html.ew-framework .ew-font-warning.center:before {
  align-items: center;
  justify-content: center;
  position: absolute;
  vertical-align: middle;
  bottom: 0.15rem;
  padding-top: 0.15rem;
  font-size: 1.2rem;
  height: 1.2rem;
  width: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--warning-color);
  border: none;
  border-top: 2px solid var(--warning-color-light);
}
html.ew-framework .ew-font-warning:before {
  display: flex;
  align-items: center;
  position: absolute;
  vertical-align: middle;
  left: 0.15rem;
  padding-right: 0.15rem;
  font-size: 1.2rem;
  height: 100%;
  font-family: "Material Icons";
  content: "";
  color: var(--warning-color);
  border-right: 2px solid var(--warning-color-light);
}
html.ew-framework .ew-text-section {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
html.ew-framework .ew-text-section .ew-text-section-legend {
  padding: 1em 0;
}
html.ew-framework .ew-text-section .ew-text-section-legend i {
  margin-right: 0.2em;
}
html.ew-framework .ew-text-section .ew-text-section-legend h1, html.ew-framework .ew-text-section .ew-text-section-legend h2, html.ew-framework .ew-text-section .ew-text-section-legend h3, html.ew-framework .ew-text-section .ew-text-section-legend h4, html.ew-framework .ew-text-section .ew-text-section-legend span {
  text-transform: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider i {
  margin-right: 0.2em;
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider span {
  text-transform: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider:before, html.ew-framework .ew-text-section .ew-text-section-legend-divider:after {
  content: " ";
  flex: 1;
  height: 2px;
  background: var(--filler-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary span {
  color: var(--primary-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.primary:before {
  background: var(--primary-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray span {
  color: var(--gray-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.gray:before {
  background: var(--gray-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler span {
  color: var(--filler-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.filler:before {
  background: var(--filler-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.light i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light span {
  color: var(--light-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.light:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.light:before {
  background: var(--light-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand span {
  color: var(--brand-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.brand:before {
  background: var(--brand-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark span {
  color: var(--dark-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.dark:before {
  background: var(--dark-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.success i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success span {
  color: var(--success-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.success:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.success:before {
  background: var(--success-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.info i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info span {
  color: var(--info-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.info:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.info:before {
  background: var(--info-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning span {
  color: var(--warning-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.warning:before {
  background: var(--warning-color-ultra-light);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.error i, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h1, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h2, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h3, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error h4, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error span {
  color: var(--error-color);
}
html.ew-framework .ew-text-section .ew-text-section-legend-divider.error:after, html.ew-framework .ew-text-section .ew-text-section-legend-divider.error:before {
  background: var(--error-color-ultra-light);
}
html.ew-framework .ew-text-group {
  display: flex;
  flex-wrap: wrap;
}
html.ew-framework .fa {
  font-family: "FontAwesome";
}

.materialize-red {
  background-color: #e51c23 !important;
}

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

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

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

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

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

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

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

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

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

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

.red.lighten-2 {
  background-color: #E57373 !important;
}

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

.red.lighten-1 {
  background-color: #EF5350 !important;
}

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

.red.darken-1 {
  background-color: #E53935 !important;
}

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

.red.darken-2 {
  background-color: #D32F2F !important;
}

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

.red.darken-3 {
  background-color: #C62828 !important;
}

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

.red.darken-4 {
  background-color: #B71C1C !important;
}

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

.red.accent-1 {
  background-color: #FF8A80 !important;
}

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

.red.accent-2 {
  background-color: #FF5252 !important;
}

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

.red.accent-3 {
  background-color: #FF1744 !important;
}

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

.red.accent-4 {
  background-color: #D50000 !important;
}

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

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

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

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

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

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

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

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

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

.pink.lighten-2 {
  background-color: #f06292 !important;
}

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

.pink.lighten-1 {
  background-color: #ec407a !important;
}

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

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

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

.pink.darken-2 {
  background-color: #c2185b !important;
}

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

.pink.darken-3 {
  background-color: #ad1457 !important;
}

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

.pink.darken-4 {
  background-color: #880e4f !important;
}

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

.pink.accent-1 {
  background-color: #ff80ab !important;
}

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

.pink.accent-2 {
  background-color: #ff4081 !important;
}

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

.pink.accent-3 {
  background-color: #f50057 !important;
}

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

.pink.accent-4 {
  background-color: #c51162 !important;
}

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

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

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

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

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

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

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

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

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

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

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

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

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

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

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

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

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

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

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

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

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

.purple.accent-1 {
  background-color: #ea80fc !important;
}

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

.purple.accent-2 {
  background-color: #e040fb !important;
}

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

.purple.accent-3 {
  background-color: #d500f9 !important;
}

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

.purple.accent-4 {
  background-color: #aa00ff !important;
}

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

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

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

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

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

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

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

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

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

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

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

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

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

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

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

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

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

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

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

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

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

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

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

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

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

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

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

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

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

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

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

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

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

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

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

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

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

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

.indigo.darken-2 {
  background-color: #303f9f !important;
}

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

.indigo.darken-3 {
  background-color: #283593 !important;
}

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

.indigo.darken-4 {
  background-color: #1a237e !important;
}

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

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

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

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

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

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

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

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

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

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

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

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

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

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

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

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

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

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

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

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

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

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

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

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

.light-blue.darken-4 {
  background-color: #01579b !important;
}

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

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

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

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

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

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

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

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

.cyan.lighten-3 {
  background-color: #80deea !important;
}

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

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

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

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

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

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

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

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

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

.cyan.darken-3 {
  background-color: #00838f !important;
}

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

.cyan.darken-4 {
  background-color: #006064 !important;
}

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

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

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

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

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

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

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

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

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

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

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

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

.teal.lighten-1 {
  background-color: #26a69a !important;
}

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

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

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

.teal.darken-2 {
  background-color: #00796b !important;
}

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

.teal.darken-3 {
  background-color: #00695c !important;
}

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

.teal.darken-4 {
  background-color: #004d40 !important;
}

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

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

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

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

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

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

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

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

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

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

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

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

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

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

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

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

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

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

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

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

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

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

.light-green.darken-2 {
  background-color: #689f38 !important;
}

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

.light-green.darken-3 {
  background-color: #558b2f !important;
}

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

.light-green.darken-4 {
  background-color: #33691e !important;
}

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

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

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

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

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

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

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

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

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

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

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

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

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

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

.lime.lighten-2 {
  background-color: #dce775 !important;
}

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

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

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

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

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

.lime.darken-2 {
  background-color: #afb42b !important;
}

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

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

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

.lime.darken-4 {
  background-color: #827717 !important;
}

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

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

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

.lime.accent-2 {
  background-color: #eeff41 !important;
}

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

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

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

.lime.accent-4 {
  background-color: #aeea00 !important;
}

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

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

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

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

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

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

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

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

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

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

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

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

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

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

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

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

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

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

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

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

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

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

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

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

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

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

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

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

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

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

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

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

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

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

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

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

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

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

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

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

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

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

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

.amber.darken-2 {
  background-color: #ffa000 !important;
}

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

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

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

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

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

.amber.accent-1 {
  background-color: #ffe57f !important;
}

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

.amber.accent-2 {
  background-color: #ffd740 !important;
}

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

.amber.accent-3 {
  background-color: #ffc400 !important;
}

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

.amber.accent-4 {
  background-color: #ffab00 !important;
}

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

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

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

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

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

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

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

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

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

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

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

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

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

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

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

.orange.darken-2 {
  background-color: #f57c00 !important;
}

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

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

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

.orange.darken-4 {
  background-color: #e65100 !important;
}

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

.orange.accent-1 {
  background-color: #ffd180 !important;
}

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

.orange.accent-2 {
  background-color: #ffab40 !important;
}

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

.orange.accent-3 {
  background-color: #ff9100 !important;
}

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

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

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

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

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

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

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

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

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

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

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

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

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

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

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

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

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

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

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

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

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

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

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

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

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

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

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

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

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

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

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

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

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

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

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

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

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

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

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

.brown.lighten-2 {
  background-color: #a1887f !important;
}

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

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

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

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

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

.brown.darken-2 {
  background-color: #5d4037 !important;
}

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

.brown.darken-3 {
  background-color: #4e342e !important;
}

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

.brown.darken-4 {
  background-color: #3e2723 !important;
}

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

.blue-grey {
  background-color: #607d8b !important;
}

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

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

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

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

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

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

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

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

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

.ew-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  .ew-container {
    width: 85%;
  }
}
@media only screen and (min-width : 993px) {
  .ew-container {
    width: 70%;
  }
}
.ew-row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.ew-row.reverse {
  flex-direction: row-reverse;
}

.ew-row.natural-height {
  align-items: flex-start;
}

.ew-row.flex-column {
  flex-direction: column;
}

.ew-col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.ew-col.compact-top {
  padding-top: 0.5rem;
}
.ew-col.compact-right {
  padding-right: 0.5rem;
}
.ew-col.compact-bottom {
  padding-bottom: 0.5rem;
}
.ew-col.compact-left {
  padding-left: 0.5rem;
}
.ew-col.compact-horizontal {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ew-col.compact-vertical {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ew-col.compact-all {
  padding: 0.5rem;
}
.ew-col.ultracompact-top {
  padding-top: 0.3333333333rem;
}
.ew-col.ultracompact-right {
  padding-right: 0.3333333333rem;
}
.ew-col.ultracompact-bottom {
  padding-bottom: 0.3333333333rem;
}
.ew-col.ultracompact-left {
  padding-left: 0.3333333333rem;
}
.ew-col.ultracompact-horizontal {
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}
.ew-col.ultracompact-vertical {
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
}
.ew-col.ultracompact-all {
  padding: 0.3333333333rem;
}
.ew-col.no-gutter-top {
  padding-top: 0;
}
.ew-col.no-gutter-bottom {
  padding-bottom: 0;
}
.ew-col.no-gutter-left {
  padding-left: 0;
}
.ew-col.no-gutter-right {
  padding-right: 0;
}
.ew-col.no-gutter-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.ew-col.no-gutter-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.ew-col.no-gutter-all {
  padding: 0;
}

.ew-col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.xs-offset-1 {
  margin-left: 8.3333333333%;
}

.xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.xs-offset-2 {
  margin-left: 16.6666666667%;
}

.xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.xs-offset-3 {
  margin-left: 25%;
}

.xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.xs-offset-4 {
  margin-left: 33.3333333333%;
}

.xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.xs-offset-5 {
  margin-left: 41.6666666667%;
}

.xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.xs-offset-6 {
  margin-left: 50%;
}

.xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.xs-offset-7 {
  margin-left: 58.3333333333%;
}

.xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.xs-offset-8 {
  margin-left: 66.6666666667%;
}

.xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.xs-offset-9 {
  margin-left: 75%;
}

.xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.xs-offset-10 {
  margin-left: 83.3333333333%;
}

.xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.xs-offset-11 {
  margin-left: 91.6666666667%;
}

.xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.xs-offset-12 {
  margin-left: 100%;
}

.ew-row.start-xs {
  justify-content: flex-start;
}

.ew-row.center-xs {
  justify-content: center;
}

.ew-row.end-xs {
  justify-content: flex-end;
}

.ew-row.top-xs {
  align-items: flex-start;
}

.ew-row.middle-xs {
  align-items: center;
}

.ew-row.bottom-xs {
  align-items: flex-end;
}

.ew-row.around-xs {
  justify-content: space-around;
}

.ew-row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .sm-offset-3 {
    margin-left: 25%;
  }

  .sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .sm-offset-6 {
    margin-left: 50%;
  }

  .sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .sm-offset-9 {
    margin-left: 75%;
  }

  .sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .sm-offset-12 {
    margin-left: 100%;
  }

  .ew-row.start-sm {
    justify-content: flex-start;
  }

  .ew-row.center-sm {
    justify-content: center;
  }

  .ew-row.end-sm {
    justify-content: flex-end;
  }

  .ew-row.top-sm {
    align-items: flex-start;
  }

  .ew-row.middle-sm {
    align-items: center;
  }

  .ew-row.bottom-sm {
    align-items: flex-end;
  }

  .ew-row.around-sm {
    justify-content: space-around;
  }

  .ew-row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .md-offset-3 {
    margin-left: 25%;
  }

  .md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .md-offset-6 {
    margin-left: 50%;
  }

  .md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .md-offset-9 {
    margin-left: 75%;
  }

  .md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .md-offset-12 {
    margin-left: 100%;
  }

  .ew-row.start-md {
    justify-content: flex-start;
  }

  .ew-row.center-md {
    justify-content: center;
  }

  .ew-row.end-md {
    justify-content: flex-end;
  }

  .ew-row.top-md {
    align-items: flex-start;
  }

  .ew-row.middle-md {
    align-items: center;
  }

  .ew-row.bottom-md {
    align-items: flex-end;
  }

  .ew-row.around-md {
    justify-content: space-around;
  }

  .ew-row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .lg-offset-3 {
    margin-left: 25%;
  }

  .lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .lg-offset-6 {
    margin-left: 50%;
  }

  .lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .lg-offset-9 {
    margin-left: 75%;
  }

  .lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .lg-offset-12 {
    margin-left: 100%;
  }

  .ew-row.start-lg {
    justify-content: flex-start;
  }

  .ew-row.center-lg {
    justify-content: center;
  }

  .ew-row.end-lg {
    justify-content: flex-end;
  }

  .ew-row.top-lg {
    align-items: flex-start;
  }

  .ew-row.middle-lg {
    align-items: center;
  }

  .ew-row.bottom-lg {
    align-items: flex-end;
  }

  .ew-row.around-lg {
    justify-content: space-around;
  }

  .ew-row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .xl-offset-3 {
    margin-left: 25%;
  }

  .xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .xl-offset-6 {
    margin-left: 50%;
  }

  .xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .xl-offset-9 {
    margin-left: 75%;
  }

  .xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .xl-offset-12 {
    margin-left: 100%;
  }

  .ew-row.start-xl {
    justify-content: flex-start;
  }

  .ew-row.center-xl {
    justify-content: center;
  }

  .ew-row.end-xl {
    justify-content: flex-end;
  }

  .ew-row.top-xl {
    align-items: flex-start;
  }

  .ew-row.middle-xl {
    align-items: center;
  }

  .ew-row.bottom-xl {
    align-items: flex-end;
  }

  .ew-row.around-xl {
    justify-content: space-around;
  }

  .ew-row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.ew-row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.ew-row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .ew-row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .ew-row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .ew-row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .ew-row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .ew-row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .ew-row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .ew-row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .ew-row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
/*====================*/
/* PROGRESS BAR STYLE */
/*====================*/
.ew-progress-container {
  position: relative;
  display: block;
  border-radius: 2px;
  background: var(--filler-color);
  height: 5px;
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 2px;
}
.ew-progress-container.primary .ew-progress-bar {
  background: var(--primary-color);
}
.ew-progress-container.gray .ew-progress-bar {
  background: var(--gray-color);
}
.ew-progress-container.filler .ew-progress-bar {
  background: var(--filler-color);
}
.ew-progress-container.light .ew-progress-bar {
  background: var(--light-color);
}
.ew-progress-container.brand .ew-progress-bar {
  background: var(--brand-color);
}
.ew-progress-container.dark .ew-progress-bar {
  background: var(--dark-color);
}
.ew-progress-container.success .ew-progress-bar {
  background: var(--success-color);
}
.ew-progress-container.info .ew-progress-bar {
  background: var(--info-color);
}
.ew-progress-container.warning .ew-progress-bar {
  background: var(--warning-color);
}
.ew-progress-container.error .ew-progress-bar {
  background: var(--error-color);
}

.ew-progress-bar {
  display: block;
  border-radius: 2px;
  background: var(--primary-color);
  height: 5px;
  width: 0;
  transition: width 0.4s ease-in-out;
  z-index: 1;
}

.ew-progress-number {
  position: absolute;
  right: 0;
  top: -1.1rem;
  font-size: 1rem;
  color: var(--gray-color-light);
}

.ew-input ~ .chosen-container > .chosen-single, .ew-input ~ .chosen-container > .chosen-choices {
  border-radius: 4px;
  height: 33px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.ew-spinner {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--light-gray-color);
  border-top-color: var(--success-color);
  will-change: transform;
  animation: spinner 1.4s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.ew-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 235px;
  margin: 0 0 0 -235px;
  overflow: hidden;
  color: var(--light-color);
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.ew-side-menu ul {
  min-width: 100%;
  width: 235px;
}
.ew-side-menu nav {
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 1rem;
}
.ew-side-menu nav .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--light-color);
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
  height: 60px;
  width: calc(100%);
}
.ew-side-menu nav .title:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  background: rgba(255, 255, 255, 0.08);
  background-origin: border-box;
  color: var(--light-color-saturated);
}
.ew-side-menu nav .title .side-menu--big-icons {
  font-size: 1rem;
}
.ew-side-menu nav .title .side-menu--small-icons {
  font-size: 1rem;
}
.ew-side-menu nav .title h5, .ew-side-menu nav .title h6, .ew-side-menu nav .title p {
  display: inline-flex;
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: inherit;
  font-family: "Averta", sans-serif;
  font-weight: 400;
  color: var(--light-color);
  max-height: 100%;
  width: calc(100%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.ew-side-menu nav a, .ew-side-menu nav label {
  text-decoration: none;
  color: var(--light-color);
  letter-spacing: normal;
  cursor: pointer;
  padding: 0;
}
.ew-side-menu nav a:focus, .ew-side-menu nav label:focus {
  width: 100%;
  color: var(--light-color-saturated);
  outline: none;
}
.ew-side-menu nav .side-menu--list-container {
  width: 235px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0.65rem;
}
.ew-side-menu nav .side-menu--list-container > ul {
  list-style: none;
  padding: 0;
  width: 235px;
}
.ew-side-menu nav .side-menu--list-container > ul label {
  min-height: calc(60px - 10px);
}
.ew-side-menu nav .side-menu--list-container > ul > li {
  height: 100%;
  width: 100%;
  padding: 0;
}
.ew-side-menu nav .side-menu--list-container > ul > li > label > .title, .ew-side-menu nav .side-menu--list-container > ul > li > a > .title {
  padding-left: 0.3333333333rem;
}
.ew-side-menu nav .side-menu--list-container > ul > li > ul {
  padding-left: 1rem;
}
.ew-side-menu nav .side-menu--list-container > ul ul {
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  padding: 0px 0 0 17px;
  color: var(--light-color);
}
.ew-side-menu nav .side-menu--list-container > ul ul .title {
  font-size: 1rem;
}
.ew-side-menu nav .side-menu--list-container > ul ul li {
  width: 100%;
  display: list-item;
  text-align: center;
  vertical-align: middle;
  list-style: none;
}
.ew-side-menu nav .side-menu--list-container > ul ul li a:hover, .ew-side-menu nav .side-menu--list-container > ul ul li a:active, .ew-side-menu nav .side-menu--list-container > ul ul li a:focus, .ew-side-menu nav .side-menu--list-container > ul ul li label:hover, .ew-side-menu nav .side-menu--list-container > ul ul li label:active, .ew-side-menu nav .side-menu--list-container > ul ul li label:focus {
  background: none;
}
.ew-side-menu nav .side-menu--list-container > ul > li {
  padding: 0 0px;
}
.ew-side-menu nav .side-menu--list-container > ul > li > a, .ew-side-menu nav .side-menu--list-container > ul > li > label {
  width: 100%;
}
.ew-side-menu nav .side-menu--list-container > ul > li > a, .ew-side-menu nav .side-menu--list-container > ul > li > a > h6, .ew-side-menu nav .side-menu--list-container > ul > li > label, .ew-side-menu nav .side-menu--list-container > ul > li > label > h6 {
  min-height: calc(60px - 10px);
}
.ew-side-menu nav .side-menu--list-container > ul > li > a {
  font-size: calc(60px - 10px);
}
.ew-side-menu nav .side-menu--list-container > ul > li > label {
  align-items: flex-start;
  justify-content: flex-start;
}
.ew-side-menu nav .side-menu--list-container > ul [type=checkbox]:not(:checked) ~ ul {
  display: none;
}
.ew-side-menu nav .side-menu--list-container > ul [type=checkbox]:not(:checked) ~ .title:after {
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  font-family: "Material Icons";
  content: "";
}
.ew-side-menu nav .side-menu--list-container > ul [type=checkbox]:checked ~ ul {
  display: flex;
}
.ew-side-menu nav .side-menu--list-container > ul [type=checkbox]:checked ~ .title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  background: rgba(255, 255, 255, 0.08);
  background-origin: border-box;
  color: var(--light-color-saturated);
}
.ew-side-menu nav .side-menu--list-container > ul [type=checkbox]:checked ~ .title:after {
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  font-family: "Material Icons";
  content: "";
}
.ew-side-menu nav li, .ew-side-menu nav a, .ew-side-menu nav label {
  display: flex;
  text-transform: capitalize;
}
.ew-side-menu nav li i, .ew-side-menu nav a i, .ew-side-menu nav label i {
  margin-right: 7px;
  font-size: 1.25rem;
}
.ew-side-menu nav header.ew-side-menu-header {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.075);
  height: 60px;
  width: 100%;
  padding: 5px 0;
}
.ew-side-menu nav header.ew-side-menu-header > img {
  height: 100%;
}

#side-menu-navigation[type=checkbox] {
  display: none;
}
#side-menu-navigation[type=checkbox]:checked ~ header#cloud-navbar-header {
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  width: calc(100% - 235px);
}
#side-menu-navigation[type=checkbox]:not(:checked) ~ header#cloud-navbar-header {
  right: 0;
}
@media only screen and (min-width: 768px) {
  #side-menu-navigation[type=checkbox]:checked ~ main {
    will-change: transform;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: calc(100% - 235px);
  }
  #side-menu-navigation[type=checkbox]:not(:checked) ~ main {
    will-change: transform;
    right: 0;
  }
}
#side-menu-navigation[type=checkbox]:checked ~ .ew-side-menu {
  will-change: transform;
  margin: 0;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-transition: transform 0.125s ease-out;
  -webkit-transition: transform 0.125s ease-out;
  -o-transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
}
#side-menu-navigation[type=checkbox]:checked ~ *:not(.ew-side-menu) {
  will-change: transform;
  right: 0;
  -moz-transition: transform 0.125s ease-out;
  -webkit-transition: transform 0.125s ease-out;
  -o-transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(235px, 0, 0);
  -moz-transform: translateX(235px);
  -o-transform: translateX(235px);
  transform: translateX(235px);
}
#side-menu-navigation[type=checkbox]:not(:checked) ~ .ew-side-menu {
  will-change: transform;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-transition: transform 0.1s ease-in;
  -webkit-transition: transform 0.1s ease-in;
  -o-transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
}
#side-menu-navigation[type=checkbox]:not(:checked) ~ *:not(.ew-side-menu) {
  will-change: transform;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-transition: transform 0.1s ease-in;
  -webkit-transition: transform 0.1s ease-in;
  -o-transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
}

/*==============*/
/* NAVBAR STYLE */
/*==============*/
/*===============*/
/* PROFILE STYLE */
/*===============*/
.ew-profile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  user-select: none;
}
.ew-profile .ew-profile-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.ew-profile i.ew-profile-picture {
  font-size: 40px;
}
.ew-profile img.ew-profile-picture {
  object-fit: cover;
}
.ew-profile .ew-profile-name {
  font-size: 0.8rem;
  margin: 0 5px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.ew-profile .ew-profile-name .firstname {
  text-transform: capitalize;
  margin: 0;
}
.ew-profile .ew-profile-name .lastname {
  text-transform: uppercase;
  margin: 0;
}

.ew-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 6px 10px 6px 0;
  background: var(--light-color);
}
.ew-navbar .ew-navbar-container {
  display: flex;
  align-items: center;
}
.ew-navbar .ew-navbar-container .ew-brand {
  width: 100px;
  height: 100%;
  object-fit: contain;
  margin-left: 10px;
  margin-right: 10px;
}
.ew-navbar .ew-navbar-container .ew-brand img {
  max-height: calc(60px - 10px);
  max-width: 100%;
}
.ew-navbar .ew-navbar-container .menu-icon {
  padding: 2px;
}
.ew-navbar .ew-navbar-container .menu-icon i {
  font-size: 1.825rem;
  line-height: 2rem;
  width: 2rem;
  margin: 0;
}

.ew-form [type=radio]:not(:checked),
.ew-form [type=radio]:checked {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.ew-form [type=radio] ~ span {
  cursor: pointer;
  min-height: 1rem;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ew-form [type=radio] ~ span:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid var(--gray-color-light);
}
.ew-form [type=radio] ~ span:after {
  background: rgba(0, 0, 0, 0);
}
.ew-form [type=radio]:not(:disabled) ~ span {
  cursor: pointer;
}
.ew-form [type=radio]:disabled:checked ~ span:before {
  background: var(--primary-color-light);
}
.ew-form [type=radio]:not(checked):disabled ~ span:before {
  content: " ";
  background: var(--filler-color);
}
.ew-form [type=radio]:checked ~ span {
  position: relative;
}
.ew-form [type=radio]:checked ~ span:before {
  background: var(--primary-color);
  transition: background 0.2s ease-out;
}
.ew-form [type=radio]:checked ~ span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--light-color);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  z-index: 1;
  transition: background 0.15s 0.05s ease-in;
}
.ew-form [type=radio]:not(:checked) ~ span {
  position: relative;
}
.ew-form [type=radio]:not(:checked) ~ span:before {
  background: var(--filler-color-light);
}
.ew-form [type=radio]:not(:checked) ~ span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  z-index: 1;
}

/*================*/
/* CHECKBOX STYLE */
/*================*/
.ew-input-container {
  /* Indeterminate checkbox */
}
.ew-input-container [type=checkbox]:not(:checked),
.ew-input-container [type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ew-input-container input[type=checkbox] {
  margin: 0;
  box-sizing: content-box;
  line-height: inherit;
  padding: inherit;
  /* checkbox aspect */
}
.ew-input-container input[type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: calc(1.2rem + 2px);
  line-height: 1.2rem;
  font-size: 1rem;
  user-select: none;
}
.ew-input-container input[type=checkbox] + span:not(.lever):before, .ew-input-container input[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  box-sizing: initial;
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 1px solid var(--gray-color);
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.15s;
}
.ew-input-container input[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  box-sizing: initial;
  border: 0;
  transform: scale(0);
}
.ew-input-container input[type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: var(--gray-color-light);
}
.ew-input-container input[type=checkbox].tabbed:focus + span:not(.lever):after {
  box-sizing: initial;
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.ew-input-container [type=checkbox]:checked + span:not(.lever):before {
  top: -4px;
  left: -1px;
  width: 6px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
.ew-input-container [type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid var(--gray-color-light);
  border-bottom: 2px solid var(--gray-color-light);
}
.ew-input-container [type=checkbox]:indeterminate + span:not(.lever):before {
  width: 16px;
  height: 16px;
  left: -16px;
  top: -6px;
  border-top: none;
  border-left: none;
  border-right: 2px solid var(--primary-color);
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
.ew-input-container [type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 1px solid var(--gray-color);
  border-radius: 1px;
  background-color: transparent;
}
.ew-input-container [type=checkbox].filled-in + span:not(.lever):after {
  box-sizing: initial;
  border-radius: 2px;
}
.ew-input-container [type=checkbox].filled-in + span:not(.lever):before,
.ew-input-container [type=checkbox].filled-in + span:not(.lever):after {
  box-sizing: initial;
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.15s, background-color 0.2s, width 0.1s 0.1s, height 0.1s 0.1s, top 0.1s 0.1s, left 0.1s 0.1s;
  z-index: 1;
}
.ew-input-container [type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.ew-input-container [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  box-sizing: initial;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--gray-color);
  border-radius: 1px;
  top: 0;
  z-index: 0;
}
.ew-input-container [type=checkbox].filled-in:checked + span:not(.lever):before {
  top: -2px;
  left: -1px;
  width: 5px;
  height: 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.ew-input-container [type=checkbox].filled-in:checked + span:not(.lever):after {
  box-sizing: initial;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #6075DD;
  background-color: var(--primary-color-light);
  z-index: 0;
}
.ew-input-container [type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  box-sizing: initial;
  border-radius: 1px;
  border-color: var(--gray-color);
  background-color: rgba(0, 0, 0, 0.1);
}
.ew-input-container [type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  box-sizing: initial;
  border-radius: 2px;
  background-color: var(--gray-color-light);
  border-color: var(--gray-color-light);
}
.ew-input-container [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
.ew-input-container [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  box-sizing: initial;
  border-color: transparent;
  background-color: var(--gray-color-light);
}
.ew-input-container [type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
.ew-input-container [type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  box-sizing: initial;
  background-color: var(--gray-color-light);
  border-color: var(--gray-color-light);
}

.ew-toggle {
  margin: 2px;
}
.ew-toggle * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.ew-toggle label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ew-toggle label input[type=checkbox]:checked + .lever {
  background-color: var(--primary-color-light);
}
.ew-toggle label input[type=checkbox]:checked + .lever:before, .ew-toggle label input[type=checkbox]:checked + .lever:after {
  left: 25px;
}
.ew-toggle label input[type=checkbox]:checked + .lever:after {
  background-color: var(--filler-color);
}
.ew-toggle label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ew-toggle label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ew-toggle label input[type=checkbox]:checked + .lever {
  background-color: var(--primary-color-light);
}
.ew-toggle label input[type=checkbox]:checked + .lever:before, .ew-toggle label input[type=checkbox]:checked + .lever:after {
  left: 25px;
}
.ew-toggle label input[type=checkbox]:checked + .lever:after {
  background-color: #6075DD;
}
.ew-toggle label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 42px;
  height: 21px;
  background-color: var(--filler-color);
  border-radius: 10px;
  margin-right: 10px;
  transition: background 0.2s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.ew-toggle label .lever:before, .ew-toggle label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -4px;
  top: 0;
  transition: left 0.125s ease-in, background 0.2s ease, box-shadow 0.1s ease, transform 0.125s ease-in;
}
.ew-toggle label .lever:before {
  background-color: rgba(158, 161, 167, 0.2);
}
.ew-toggle label .lever:after {
  background-color: #9EA1A7;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.ew-toggle input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.ew-toggle input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(96, 117, 221, 0.2);
}
.ew-toggle input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.ew-toggle input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.ew-toggle input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.ew-toggle label input[type=checkbox][disabled] + .lever:after,
.ew-toggle label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: var(--gray-color);
}

/*============*/
/* BADGE STYLE */
/*============*/
.ew-badge {
  max-height: 10px;
  width: max-content;
  max-width: 100%;
  box-sizing: content-box;
  word-break: keep-all;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  margin: 2px;
  border-radius: 2px;
  border: none;
}
.ew-badge.pill {
  padding: calc(0.35rem - 1px) 0.825rem calc(0.35rem + 1px) 0.825rem;
  border-radius: 10rem;
  border: none;
}
.ew-badge.primary {
  background: var(--primary-color-light);
  color: var(--primary-color-badge-saturated);
}
.ew-badge.gray {
  background: var(--gray-color-light);
  color: var(--gray-color-badge-saturated);
}
.ew-badge.filler {
  background: var(--filler-color-light);
  color: var(--filler-color-badge-saturated);
}
.ew-badge.light {
  background: var(--light-color-light);
  color: var(--light-color-badge-saturated);
}
.ew-badge.brand {
  background: var(--brand-color-light);
  color: var(--brand-color-badge-saturated);
}
.ew-badge.dark {
  background: var(--dark-color-light);
  color: var(--dark-color-badge-saturated);
}
.ew-badge.success {
  background: var(--success-color-light);
  color: var(--success-color-badge-saturated);
}
.ew-badge.info {
  background: var(--info-color-light);
  color: var(--info-color-badge-saturated);
}
.ew-badge.warning {
  background: var(--warning-color-light);
  color: var(--warning-color-badge-saturated);
}
.ew-badge.error {
  background: var(--error-color-light);
  color: var(--error-color-badge-saturated);
}
.ew-badge.gradient {
  color: #2c2869;
  background: linear-gradient(8deg, #7470ba 0%, #7f87c4 30%, #b4beef 100%);
}
.ew-badge.small {
  padding: 0.175rem 0.35rem;
}

label {
  font-family: "Averta", sans-serif;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  letter-spacing: 0.075em;
}
label.label-bold {
  font-weight: 600;
}

.ew-input {
  text-transform: none;
  width: 100%;
  height: 33px;
  background: var(--light-color);
  border: 0;
  font-weight: 400;
  margin-top: 5px;
  border-radius: 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: var(--gray-color);
  font-size: 1rem;
  line-height: 30px;
}
.ew-inputinput[type=text] {
  border: none;
}
.ew-input[type=file] {
  border-bottom: 0 !important;
  background: transparent !important;
}
.ew-input::placeholder {
  color: var(--dark-color);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.ew-input::-webkit-input-placeholder {
  color: var(--dark-color);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.ew-input:disabled {
  cursor: not-allowed;
  background: var(--filler-color) !important;
  color: var(--dark-color);
}
.ew-input.flat {
  border-radius: 0;
  background: var(--light-color-saturated);
  border-bottom: 1px solid var(--gray-color-light);
}
.ew-input.flat.has-error {
  border-bottom: 1px solid var(--error-color);
  background: var(--error-color-light);
}
.ew-input.outline {
  border: 1px solid var(--dark-color);
}
.ew-input.outline:focus {
  transition: all 0.2s ease;
  border: 1px solid var(--dark-color-saturated);
}
.ew-input.outline.has-error {
  border-color: var(--error-color);
}
.ew-input.outline.has-error:focus {
  transition: all 0.2s ease;
  border-color: var(--error-color-saturated);
}
.ew-input.filled {
  border-bottom: none;
  border-top: 3px solid var(--light-color);
  background: var(--light-color-saturated);
  border-radius: 4px;
}

.ew-input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px 5px;
}
.ew-input-container .ew-input-group {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-top: 5px;
}
.ew-input-container .ew-input-group .ew-input-addon {
  right: 0.2rem;
  padding: 0 0.5rem;
}
.ew-input-container .ew-input-group:focus {
  transition: all 0.2s ease;
}
.ew-input-container .ew-input-group .ew-input {
  flex-basis: 85%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 1.3rem;
  border-bottom: 0;
  margin-top: 0;
}
.ew-input-container .ew-input-group.left {
  cursor: text;
  flex-direction: row-reverse;
}
.ew-input-container .ew-input-group.left .ew-input-addon {
  left: 0.2rem;
}
.ew-input-container .selector {
  position: absolute;
  bottom: 1px;
  border: 0;
  opacity: 0.5;
  height: 1px;
}
.ew-input-container.has-error .ew-input {
  color: var(--error-color);
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
}
.ew-input-container.has-error .ew-input::placeholder {
  color: var(--error-color);
}
.ew-input-container.has-error .ew-input::-webkit-input-placeholder {
  color: var(--error-color);
}
.ew-input-container.has-error .ew-input-group {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(226, 73, 96, 0.14), 0 3px 1px -2px rgba(226, 73, 96, 0.12), 0 1px 5px 0 rgba(226, 73, 96, 0.2);
}
.ew-input-container.has-error .ew-input-addon {
  color: var(--error-color);
}
.ew-input-container.has-error:focus .selector {
  border-bottom-color: var(--error-color);
}
.ew-input-container:focus .ew-input-group .selector {
  width: calc(95% - 2px);
}
.ew-input-container:focus .selector {
  opacity: 1;
  min-height: 4px;
  border-radius: 4px;
  position: absolute;
  transition: all 0.2s ease;
  width: calc(100% - 2px);
  margin-top: -4.2px;
  left: 1px;
  bottom: 2px;
  border-bottom: 1px solid var(--primary-color);
}
.ew-input-container:focus .selector.primary {
  border-bottom: 1px solid var(--primary-color);
}
.ew-input-container:focus .selector.gray {
  border-bottom: 1px solid var(--gray-color);
}
.ew-input-container:focus .selector.filler {
  border-bottom: 1px solid var(--filler-color);
}
.ew-input-container:focus .selector.light {
  border-bottom: 1px solid var(--light-color);
}
.ew-input-container:focus .selector.brand {
  border-bottom: 1px solid var(--brand-color);
}
.ew-input-container:focus .selector.dark {
  border-bottom: 1px solid var(--dark-color);
}
.ew-input-container:focus .selector.success {
  border-bottom: 1px solid var(--success-color);
}
.ew-input-container:focus .selector.info {
  border-bottom: 1px solid var(--info-color);
}
.ew-input-container:focus .selector.warning {
  border-bottom: 1px solid var(--warning-color);
}
.ew-input-container:focus .selector.error {
  border-bottom: 1px solid var(--error-color);
}
.ew-input-container.outline.has-error .ew-input {
  border-color: var(--error-color);
}
.ew-input-container.outline.has-error .ew-input:focus {
  transition: all 0.2s ease;
  border-color: var(--error-color-saturated);
}
.ew-input-container.outline.has-error .ew-input-group {
  border-color: var(--error-color);
}
.ew-input-container.outline .ew-input {
  border: 1px solid var(--dark-color);
}
.ew-input-container.outline .ew-input:focus {
  transition: all 0.2s ease;
  border: 1px solid var(--dark-color-saturated);
}
.ew-input-container.outline .ew-input-group {
  border: 1px solid var(--dark-color);
}
.ew-input-container.outline .ew-input-group:focus {
  transition: all 0.2s ease;
  border: 1px solid var(--dark-color-saturated);
}
.ew-input-container.outline .ew-input-group .ew-input {
  border: 0;
}
.ew-input-container.outline .selector {
  bottom: 3px;
}
.ew-input-container.filled .ew-input {
  border-bottom: none;
  border-top: 3px solid var(--light-color);
  background: var(--light-color-saturated);
  border-radius: 4px;
}
.ew-input-container.flat:not(.outline) .ew-input {
  border-bottom: 1px solid var(--gray-color-light);
}
.ew-input-container.flat:not(.outline) .selector {
  border-radius: 0;
}
.ew-input-container.flat.outline .ew-input {
  border-radius: 4px;
  border-bottom-color: var(--dark-color);
}
.ew-input-container.flat .ew-input {
  border-radius: 0;
  background: var(--light-color-saturated);
  border-bottom: 1px solid var(--gray-color-light);
}
.ew-input-container.flat .ew-textarea {
  background: var(--light-color-saturated);
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid var(--gray-color-light);
}
.ew-input-container .ew-input ~ .ew-input-addon {
  flex-basis: 15%;
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--gray-color-light);
}

/*============*/
/* CARD STYLE */
/*============*/
.ew-card {
  border-radius: 8px;
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
.ew-card.primary {
  background-color: var(--primary-color);
}
.ew-card.primary .ew-card-title {
  color: var(--primary-contrast-font);
}
.ew-card.primary .ew-card-body {
  color: var(--primary-contrast-font);
}
.ew-card.gray {
  background-color: var(--gray-color);
}
.ew-card.gray .ew-card-title {
  color: var(--gray-contrast-font);
}
.ew-card.gray .ew-card-body {
  color: var(--gray-contrast-font);
}
.ew-card.filler {
  background-color: var(--filler-color);
}
.ew-card.filler .ew-card-title {
  color: var(--filler-contrast-font);
}
.ew-card.filler .ew-card-body {
  color: var(--filler-contrast-font);
}
.ew-card.light {
  background-color: var(--light-color);
}
.ew-card.light .ew-card-title {
  color: var(--light-contrast-font);
}
.ew-card.light .ew-card-body {
  color: var(--light-contrast-font);
}
.ew-card.brand {
  background-color: var(--brand-color);
}
.ew-card.brand .ew-card-title {
  color: var(--brand-contrast-font);
}
.ew-card.brand .ew-card-body {
  color: var(--brand-contrast-font);
}
.ew-card.dark {
  background-color: var(--dark-color);
}
.ew-card.dark .ew-card-title {
  color: var(--dark-contrast-font);
}
.ew-card.dark .ew-card-body {
  color: var(--dark-contrast-font);
}
.ew-card.success {
  background-color: var(--success-color);
}
.ew-card.success .ew-card-title {
  color: var(--success-contrast-font);
}
.ew-card.success .ew-card-body {
  color: var(--success-contrast-font);
}
.ew-card.info {
  background-color: var(--info-color);
}
.ew-card.info .ew-card-title {
  color: var(--info-contrast-font);
}
.ew-card.info .ew-card-body {
  color: var(--info-contrast-font);
}
.ew-card.warning {
  background-color: var(--warning-color);
}
.ew-card.warning .ew-card-title {
  color: var(--warning-contrast-font);
}
.ew-card.warning .ew-card-body {
  color: var(--warning-contrast-font);
}
.ew-card.error {
  background-color: var(--error-color);
}
.ew-card.error .ew-card-title {
  color: var(--error-contrast-font);
}
.ew-card.error .ew-card-body {
  color: var(--error-contrast-font);
}
.ew-card.ew-bg-light .ew-card-title, .ew-card.light .ew-card-title {
  color: var(--font-color-light-color);
}
.ew-card-title {
  color: var(--font-color);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.15s ease;
  padding: 0.5em;
  width: 100%;
}
.ew-card-title.small {
  height: 46px;
  display: flex;
  align-items: center;
}
.ew-card-body {
  padding: 0.6rem 15px;
}
.ew-card .ew-dropdown-content {
  top: 75%;
}
.ew-card .ew-dropdown .dropdown-arrow {
  opacity: 0;
  transition: opacity 0.1s 0.15s ease-in;
  font-size: 1.6rem;
}
@media (hover: none) {
  .ew-card .ew-dropdown .dropdown-arrow {
    opacity: 1;
  }
}
.ew-card:hover .ew-dropdown .dropdown-arrow {
  opacity: 1;
  transition: opacity 0.1s 0.125s ease-out;
}
.ew-card.interactive-card {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  transition: box-shadow ease-in-out 0.15s;
}
.ew-card.interactive-card:hover {
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}
.ew-card.gradient {
  background: var(--gradient-fallback);
  background: var(--gradient-colors);
}
.ew-card.gradient .ew-card-title {
  color: var(--gradient-contrast-font);
}
.ew-card.gradient .ew-card-body {
  color: var(--gradient-contrast-font);
}

@media only screen and (max-width: 48em) {
  .ew-card.xs-full-width.ew-card-body, .ew-card.xs-full-width .ew-card-body {
    padding-right: 5%;
    padding-left: 5%;
  }
  .ew-card.xs-full-width.ew-card-title, .ew-card.xs-full-width .ew-card-title {
    padding-left: 5%;
  }

  .xs-full-width .ew-card .ew-card-body {
    padding-right: 5%;
    padding-left: 5%;
  }
  .xs-full-width .ew-card .ew-card-title {
    padding-left: 5%;
  }
}
.ew-card.interactive-card:hover.ew-bg-light .ew-card-title, .ew-card.interactive-card:hover.light .ew-card-title {
  background-color: rgba(0, 0, 0, calc(0.1/2));
}
.ew-card.interactive-card:hover .ew-card-title {
  background-color: rgba(0, 0, 0, 0.1);
}

a {
  color: var(--font-color);
  text-decoration: none;
}
a:focus, a:hover {
  color: var(--font-color-light);
  text-decoration: none;
}

/*==============*/
/* BUTTON STYLE */
/*==============*/
.ew-btn-outline, a.ew-btn-outline, button.ew-btn-outline {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  border: var(--primary-color) solid 1px;
  border-radius: 4px;
  margin: 5px;
  padding: 0.5rem 0.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.825rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1rem;
}
.ew-btn-outline:not(.lowercase), a.ew-btn-outline:not(.lowercase), button.ew-btn-outline:not(.lowercase) {
  text-transform: uppercase;
}

.ew-btn, a.ew-btn, button.ew-btn {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--primary-color-font);
  border: transparent solid 1px;
  border-radius: 4px;
  margin: 5px;
  padding: 0.5rem 0.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.825rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1rem;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ew-btn:not(.lowercase), a.ew-btn:not(.lowercase), button.ew-btn:not(.lowercase) {
  text-transform: uppercase;
}

.ew-btn-link, a.ew-btn-link, button.ew-btn-link {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--font-color);
  border: transparent solid 1px;
  border-radius: 4px;
  margin: 5px;
  padding: 0.5rem 0.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.825rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1rem;
}
.ew-btn-link:not(.lowercase), a.ew-btn-link:not(.lowercase), button.ew-btn-link:not(.lowercase) {
  text-transform: uppercase;
}

.ew-btn-inline, a.ew-btn-inline, button.ew-btn-inline {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--primary-color);
  border: transparent solid 1px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.825rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1rem;
}
.ew-btn-inline:not(.lowercase), a.ew-btn-inline:not(.lowercase), button.ew-btn-inline:not(.lowercase) {
  text-transform: uppercase;
}

.ew-btn.stretch, .ew-btn-link.stretch, .ew-btn-outline.stretch, .ew-btn-inline.stretch,
a.ew-btn.stretch, a.ew-btn-link.stretch, a.ew-btn-outline.stretch, a.ew-btn-inline.stretch,
button.ew-btn.stretch, button.ew-btn-link.stretch, button.ew-btn-outline.stretch, button.ew-btn-inline.stretch {
  width: 100%;
}
.ew-btn > i, .ew-btn-link > i, .ew-btn-outline > i, .ew-btn-inline > i,
a.ew-btn > i, a.ew-btn-link > i, a.ew-btn-outline > i, a.ew-btn-inline > i,
button.ew-btn > i, button.ew-btn-link > i, button.ew-btn-outline > i, button.ew-btn-inline > i {
  margin-right: 18px;
  width: calc(1.2rem - 10px);
  line-height: 1;
  font-size: 1.2rem;
}
.ew-btn > i:only-child, .ew-btn-link > i:only-child, .ew-btn-outline > i:only-child, .ew-btn-inline > i:only-child,
a.ew-btn > i:only-child, a.ew-btn-link > i:only-child, a.ew-btn-outline > i:only-child, a.ew-btn-inline > i:only-child,
button.ew-btn > i:only-child, button.ew-btn-link > i:only-child, button.ew-btn-outline > i:only-child, button.ew-btn-inline > i:only-child {
  margin-right: 0;
  width: auto;
}
.ew-btn.small, .ew-btn-link.small, .ew-btn-outline.small, .ew-btn-inline.small,
a.ew-btn.small, a.ew-btn-link.small, a.ew-btn-outline.small, a.ew-btn-inline.small,
button.ew-btn.small, button.ew-btn-link.small, button.ew-btn-outline.small, button.ew-btn-inline.small {
  font-size: 0.625rem;
  line-height: 1.2;
  padding: 0.5rem 0.35rem;
  border-radius: 0.25rem;
}
.ew-btn.small > i, .ew-btn-link.small > i, .ew-btn-outline.small > i, .ew-btn-inline.small > i,
a.ew-btn.small > i, a.ew-btn-link.small > i, a.ew-btn-outline.small > i, a.ew-btn-inline.small > i,
button.ew-btn.small > i, button.ew-btn-link.small > i, button.ew-btn-outline.small > i, button.ew-btn-inline.small > i {
  width: calc(1.2rem - 9px);
  line-height: 0.7;
  font-size: 0.9rem;
}
.ew-btn.small > i:only-child, .ew-btn-link.small > i:only-child, .ew-btn-outline.small > i:only-child, .ew-btn-inline.small > i:only-child,
a.ew-btn.small > i:only-child, a.ew-btn-link.small > i:only-child, a.ew-btn-outline.small > i:only-child, a.ew-btn-inline.small > i:only-child,
button.ew-btn.small > i:only-child, button.ew-btn-link.small > i:only-child, button.ew-btn-outline.small > i:only-child, button.ew-btn-inline.small > i:only-child {
  width: auto;
}
.ew-btn *, .ew-btn-link *, .ew-btn-outline *, .ew-btn-inline *,
a.ew-btn *, a.ew-btn-link *, a.ew-btn-outline *, a.ew-btn-inline *,
button.ew-btn *, button.ew-btn-link *, button.ew-btn-outline *, button.ew-btn-inline * {
  font-size: inherit;
}
.ew-btn:not(:disabled):not(.disabled):not([disabled]), .ew-btn-link:not(:disabled):not(.disabled):not([disabled]), .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]),
a.ew-btn:not(:disabled):not(.disabled):not([disabled]), a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]), a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]),
button.ew-btn:not(:disabled):not(.disabled):not([disabled]), button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]), button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]), button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]) {
  cursor: pointer;
}
.ew-btn:not(:disabled):not(.disabled):not([disabled]):active, .ew-btn:not(:disabled):not(.disabled):not([disabled]).active, .ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, .ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active,
a.ew-btn:not(:disabled):not(.disabled):not([disabled]):active,
a.ew-btn:not(:disabled):not(.disabled):not([disabled]).active, a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active,
button.ew-btn:not(:disabled):not(.disabled):not([disabled]):active,
button.ew-btn:not(:disabled):not(.disabled):not([disabled]).active, button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active, button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active, button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active, button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active, button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active, button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus, .ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, .ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, .ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, .ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, .ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus,
a.ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus,
a.ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, a.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, a.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, a.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus,
button.ew-btn:not(:disabled):not(.disabled):not([disabled]):active:focus,
button.ew-btn:not(:disabled):not(.disabled):not([disabled]).active:focus, button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]):active:focus, button.ew-btn-link:not(:disabled):not(.disabled):not([disabled]).active:focus, button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]):active:focus, button.ew-btn-outline:not(:disabled):not(.disabled):not([disabled]).active:focus, button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]):active:focus, button.ew-btn-inline:not(:disabled):not(.disabled):not([disabled]).active:focus {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.ew-btn[disabled], .ew-btn:disabled, .ew-btn.disabled, .ew-btn-link[disabled], .ew-btn-link:disabled, .ew-btn-link.disabled, .ew-btn-outline[disabled], .ew-btn-outline:disabled, .ew-btn-outline.disabled, .ew-btn-inline[disabled], .ew-btn-inline:disabled, .ew-btn-inline.disabled,
a.ew-btn[disabled],
a.ew-btn:disabled,
a.ew-btn.disabled, a.ew-btn-link[disabled], a.ew-btn-link:disabled, a.ew-btn-link.disabled, a.ew-btn-outline[disabled], a.ew-btn-outline:disabled, a.ew-btn-outline.disabled, a.ew-btn-inline[disabled], a.ew-btn-inline:disabled, a.ew-btn-inline.disabled,
button.ew-btn[disabled],
button.ew-btn:disabled,
button.ew-btn.disabled, button.ew-btn-link[disabled], button.ew-btn-link:disabled, button.ew-btn-link.disabled, button.ew-btn-outline[disabled], button.ew-btn-outline:disabled, button.ew-btn-outline.disabled, button.ew-btn-inline[disabled], button.ew-btn-inline:disabled, button.ew-btn-inline.disabled {
  opacity: 0.65;
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  pointer-events: none;
}

.primary.ew-btn {
  background-color: var(--primary-color);
  color: var(--primary-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--primary-color) solid 1px;
}
.primary.ew-btn:hover, .primary.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--primary-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--primary-color-saturated);
}
.primary.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--primary-color);
  color: var(--primary-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.primary.ew-btn-round:hover, .primary.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--primary-color-saturated);
}
.primary.ew-btn-round:active {
  box-shadow: none;
}
.primary.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 1px transparent;
}
.primary.ew-btn-outline:hover, .primary.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--primary-color-saturated);
  color: var(--primary-contrast-font);
}
.primary.ew-btn-link {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.primary.ew-btn-link:hover, .primary.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--primary-color-light);
}
.primary.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--primary-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.primary.ew-btn-action:hover, .primary.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--primary-color-saturated);
}
.primary.ew-btn-action:active {
  box-shadow: none;
}

.gray.ew-btn {
  background-color: var(--gray-color);
  color: var(--gray-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--gray-color) solid 1px;
}
.gray.ew-btn:hover, .gray.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--gray-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--gray-color-saturated);
}
.gray.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--gray-color);
  color: var(--gray-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.gray.ew-btn-round:hover, .gray.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--gray-color-saturated);
}
.gray.ew-btn-round:active {
  box-shadow: none;
}
.gray.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--gray-color);
  border: 1px solid var(--gray-color);
  box-shadow: 0 0 1px transparent;
}
.gray.ew-btn-outline:hover, .gray.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--gray-color-saturated);
  color: var(--gray-contrast-font);
}
.gray.ew-btn-link {
  color: var(--gray-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.gray.ew-btn-link:hover, .gray.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--gray-color-light);
}
.gray.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--gray-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.gray.ew-btn-action:hover, .gray.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--gray-color-saturated);
}
.gray.ew-btn-action:active {
  box-shadow: none;
}

.filler.ew-btn {
  background-color: var(--filler-color);
  color: var(--filler-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--filler-color) solid 1px;
}
.filler.ew-btn:hover, .filler.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--filler-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--filler-color-saturated);
}
.filler.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--filler-color);
  color: var(--filler-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.filler.ew-btn-round:hover, .filler.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--filler-color-saturated);
}
.filler.ew-btn-round:active {
  box-shadow: none;
}
.filler.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--filler-color);
  border: 1px solid var(--filler-color);
  box-shadow: 0 0 1px transparent;
}
.filler.ew-btn-outline:hover, .filler.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--filler-color-saturated);
  color: var(--filler-contrast-font);
}
.filler.ew-btn-link {
  color: var(--filler-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.filler.ew-btn-link:hover, .filler.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--filler-color-light);
}
.filler.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--filler-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.filler.ew-btn-action:hover, .filler.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--filler-color-saturated);
}
.filler.ew-btn-action:active {
  box-shadow: none;
}

.light.ew-btn {
  background-color: var(--light-color);
  color: var(--light-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--light-color) solid 1px;
}
.light.ew-btn:hover, .light.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--light-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--light-color-saturated);
}
.light.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--light-color);
  color: var(--light-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.light.ew-btn-round:hover, .light.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--light-color-saturated);
}
.light.ew-btn-round:active {
  box-shadow: none;
}
.light.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--light-color);
  border: 1px solid var(--light-color);
  box-shadow: 0 0 1px transparent;
}
.light.ew-btn-outline:hover, .light.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--light-color-saturated);
  color: var(--light-contrast-font);
}
.light.ew-btn-link {
  color: var(--light-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.light.ew-btn-link:hover, .light.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--light-color-light);
}
.light.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--light-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.light.ew-btn-action:hover, .light.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--light-color-saturated);
}
.light.ew-btn-action:active {
  box-shadow: none;
}

.brand.ew-btn {
  background-color: var(--brand-color);
  color: var(--brand-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--brand-color) solid 1px;
}
.brand.ew-btn:hover, .brand.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--brand-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--brand-color-saturated);
}
.brand.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--brand-color);
  color: var(--brand-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.brand.ew-btn-round:hover, .brand.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--brand-color-saturated);
}
.brand.ew-btn-round:active {
  box-shadow: none;
}
.brand.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  box-shadow: 0 0 1px transparent;
}
.brand.ew-btn-outline:hover, .brand.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--brand-color-saturated);
  color: var(--brand-contrast-font);
}
.brand.ew-btn-link {
  color: var(--brand-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.brand.ew-btn-link:hover, .brand.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--brand-color-light);
}
.brand.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--brand-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.brand.ew-btn-action:hover, .brand.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--brand-color-saturated);
}
.brand.ew-btn-action:active {
  box-shadow: none;
}

.dark.ew-btn {
  background-color: var(--dark-color);
  color: var(--dark-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--dark-color) solid 1px;
}
.dark.ew-btn:hover, .dark.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--dark-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--dark-color-saturated);
}
.dark.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--dark-color);
  color: var(--dark-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.dark.ew-btn-round:hover, .dark.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--dark-color-saturated);
}
.dark.ew-btn-round:active {
  box-shadow: none;
}
.dark.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  box-shadow: 0 0 1px transparent;
}
.dark.ew-btn-outline:hover, .dark.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--dark-color-saturated);
  color: var(--dark-contrast-font);
}
.dark.ew-btn-link {
  color: var(--dark-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.dark.ew-btn-link:hover, .dark.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--dark-color-light);
}
.dark.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--dark-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.dark.ew-btn-action:hover, .dark.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--dark-color-saturated);
}
.dark.ew-btn-action:active {
  box-shadow: none;
}

.success.ew-btn {
  background-color: var(--success-color);
  color: var(--success-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--success-color) solid 1px;
}
.success.ew-btn:hover, .success.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--success-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--success-color-saturated);
}
.success.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--success-color);
  color: var(--success-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.success.ew-btn-round:hover, .success.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--success-color-saturated);
}
.success.ew-btn-round:active {
  box-shadow: none;
}
.success.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--success-color);
  border: 1px solid var(--success-color);
  box-shadow: 0 0 1px transparent;
}
.success.ew-btn-outline:hover, .success.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--success-color-saturated);
  color: var(--success-contrast-font);
}
.success.ew-btn-link {
  color: var(--success-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.success.ew-btn-link:hover, .success.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--success-color-light);
}
.success.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--success-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.success.ew-btn-action:hover, .success.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--success-color-saturated);
}
.success.ew-btn-action:active {
  box-shadow: none;
}

.info.ew-btn {
  background-color: var(--info-color);
  color: var(--info-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--info-color) solid 1px;
}
.info.ew-btn:hover, .info.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--info-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--info-color-saturated);
}
.info.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--info-color);
  color: var(--info-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.info.ew-btn-round:hover, .info.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--info-color-saturated);
}
.info.ew-btn-round:active {
  box-shadow: none;
}
.info.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--info-color);
  border: 1px solid var(--info-color);
  box-shadow: 0 0 1px transparent;
}
.info.ew-btn-outline:hover, .info.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--info-color-saturated);
  color: var(--info-contrast-font);
}
.info.ew-btn-link {
  color: var(--info-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.info.ew-btn-link:hover, .info.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--info-color-light);
}
.info.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--info-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.info.ew-btn-action:hover, .info.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--info-color-saturated);
}
.info.ew-btn-action:active {
  box-shadow: none;
}

.warning.ew-btn {
  background-color: var(--warning-color);
  color: var(--warning-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--warning-color) solid 1px;
}
.warning.ew-btn:hover, .warning.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--warning-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--warning-color-saturated);
}
.warning.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--warning-color);
  color: var(--warning-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.warning.ew-btn-round:hover, .warning.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--warning-color-saturated);
}
.warning.ew-btn-round:active {
  box-shadow: none;
}
.warning.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--warning-color);
  border: 1px solid var(--warning-color);
  box-shadow: 0 0 1px transparent;
}
.warning.ew-btn-outline:hover, .warning.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--warning-color-saturated);
  color: var(--warning-contrast-font);
}
.warning.ew-btn-link {
  color: var(--warning-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.warning.ew-btn-link:hover, .warning.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--warning-color-light);
}
.warning.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--warning-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.warning.ew-btn-action:hover, .warning.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--warning-color-saturated);
}
.warning.ew-btn-action:active {
  box-shadow: none;
}

.error.ew-btn {
  background-color: var(--error-color);
  color: var(--error-contrast-font);
  box-shadow: 0 0 1px transparent;
  border: var(--error-color) solid 1px;
}
.error.ew-btn:hover, .error.ew-btn:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--error-contrast-font);
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background: var(--error-color-saturated);
}
.error.ew-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--error-color);
  color: var(--error-contrast-font);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.error.ew-btn-round:hover, .error.ew-btn-round:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--error-color-saturated);
}
.error.ew-btn-round:active {
  box-shadow: none;
}
.error.ew-btn-outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--error-color);
  border: 1px solid var(--error-color);
  box-shadow: 0 0 1px transparent;
}
.error.ew-btn-outline:hover, .error.ew-btn-outline:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  -webkit-box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  background: var(--error-color-saturated);
  color: var(--error-contrast-font);
}
.error.ew-btn-link {
  color: var(--error-color);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: transparent solid 1px;
}
.error.ew-btn-link:hover, .error.ew-btn-link:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  color: var(--error-color-light);
}
.error.ew-btn-action {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  background-color: var(--error-color);
  color: var(--filler-color);
  border-radius: 50%;
  border: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.error.ew-btn-action:hover, .error.ew-btn-action:focus {
  transition: background 0.15s ease, box-shadow 0.25s ease;
  background: var(--error-color-saturated);
}
.error.ew-btn-action:active {
  box-shadow: none;
}

.gradient.ew-btn {
  background: #322f62;
  background: linear-gradient(8deg, #322f62 0%, #363d74 30%, #5f75de 100%);
  color: var(--filler-color);
}
.gradient.ew-btn:hover {
  background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%);
}
.gradient.ew-btn-outline {
  color: #322f62;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #322f62;
}
.gradient.ew-btn-outline:hover {
  color: var(--filler-color);
  background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%);
}
.gradient.ew-btn-link {
  color: #322f62;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.gradient.ew-btn-link:hover {
  color: #4642ae;
}

.neutral .ew-btn {
  background: var(--filler-color);
  color: var(--primary-color);
}

.ew-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  z-index: 100;
  overflow-y: auto;
}
.ew-modal.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.ew-modal.displayed .ew-modal-container {
  opacity: 1;
  transform: scale(1);
}
.ew-modal.small .ew-modal-container {
  max-height: 480px;
  max-width: 320px;
}
.ew-modal .ew-modal-background {
  background: rgba(0, 0, 0, 0.2);
  top: initial;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.ew-modal .ew-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: initial;
  padding: 1.2rem;
  background: var(--light-color);
  opacity: 0;
  width: 75%;
  border-radius: 4px;
  transform: scale(0.97);
  transition: all 0.1s 0.1s ease-in;
}
.ew-modal .ew-modal-header {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding-right: 2.4rem;
}
.ew-modal .ew-modal-header .ew-modal-close {
  position: absolute;
  top: 0;
  right: -0.6rem;
}
.ew-modal .ew-modal-body {
  font-size: 1rem;
  width: 100%;
}
.ew-modal .ew-modal-footer {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (min-width : 601px) {
  .ew-modal .ew-modal-container {
    max-width: 640px;
  }
}
.ew-table {
  margin: 0.6rem 2px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.ew-table tr:not(:last-child) {
  border-bottom: 1px solid var(--dark-color-light);
}
.ew-table td {
  padding: 0.6rem 8px;
  line-height: 1.2rem;
  vertical-align: top;
}
.ew-table td.compact {
  max-width: 350px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ew-table td > *:not(.ew-badge) {
  max-width: 100%;
  white-space: normal;
}
.ew-table th {
  border-bottom: 2px solid var(--dark-color-light);
  padding-bottom: 1.2rem;
}
.ew-table.layout-fixed {
  table-layout: fixed;
}

.ew-tabs {
  width: 100%;
}
.ew-tabs .ew-tab-links {
  display: flex;
  flex-wrap: wrap;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link {
  flex: 1;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.ew-tabs .ew-tab-links .ew-tab-link.primary {
  background: var(--light-color);
  color: var(--primary-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.primary.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--primary-color-ultra-light);
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.primary:hover {
  border-bottom: 3px solid var(--primary-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray {
  background: var(--light-color);
  color: var(--gray-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--gray-color-ultra-light);
  color: var(--gray-color);
  border-bottom: 3px solid var(--gray-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray:hover {
  border-bottom: 3px solid var(--gray-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler {
  background: var(--light-color);
  color: var(--filler-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--filler-color-ultra-light);
  color: var(--filler-color);
  border-bottom: 3px solid var(--filler-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler:hover {
  border-bottom: 3px solid var(--filler-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.light {
  background: var(--light-color);
  color: var(--light-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.light.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--light-color-ultra-light);
  color: var(--light-color);
  border-bottom: 3px solid var(--light-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.light:hover {
  border-bottom: 3px solid var(--light-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand {
  background: var(--light-color);
  color: var(--brand-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--brand-color-ultra-light);
  color: var(--brand-color);
  border-bottom: 3px solid var(--brand-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand:hover {
  border-bottom: 3px solid var(--brand-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark {
  background: var(--light-color);
  color: var(--dark-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--dark-color-ultra-light);
  color: var(--dark-color);
  border-bottom: 3px solid var(--dark-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark:hover {
  border-bottom: 3px solid var(--dark-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.success {
  background: var(--light-color);
  color: var(--success-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.success.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--success-color-ultra-light);
  color: var(--success-color);
  border-bottom: 3px solid var(--success-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.success:hover {
  border-bottom: 3px solid var(--success-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.info {
  background: var(--light-color);
  color: var(--info-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.info.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--info-color-ultra-light);
  color: var(--info-color);
  border-bottom: 3px solid var(--info-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.info:hover {
  border-bottom: 3px solid var(--info-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning {
  background: var(--light-color);
  color: var(--warning-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--warning-color-ultra-light);
  color: var(--warning-color);
  border-bottom: 3px solid var(--warning-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning:hover {
  border-bottom: 3px solid var(--warning-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.error {
  background: var(--light-color);
  color: var(--error-color);
  border-bottom: 3px solid transparent;
  background: var(--gray-color-ultra-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.error.active {
  -webkit-box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--error-color-ultra-light);
  color: var(--error-color);
  border-bottom: 3px solid var(--error-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link.error:hover {
  border-bottom: 3px solid var(--error-color-light);
}
.ew-tabs .ew-tab-links .ew-tab-link > a, .ew-tabs .ew-tab-links .ew-tab-link > a:focus {
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.ew-tabs .ew-tab-body {
  display: block;
  padding: 5px;
}
.ew-tabs .ew-tab-body.bordered {
  border: 1px solid var(--dark-color-ultra-light);
}
.ew-tabs .ew-tab-body .ew-tab {
  display: none;
}

.ew-tabs-vertical {
  display: flex;
}
.ew-tabs-vertical.reverse {
  flex-direction: row-reverse;
}
.ew-tabs-vertical .ew-tab-links {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ew-tabs-vertical .ew-tab-links .ew-tab-link {
  flex: 0;
}
.ew-tabs-vertical .ew-tab-body {
  flex: 2;
}

.ew-tooltip-container {
  position: relative;
}
.ew-tooltip-container:hover .tooltip-top, .ew-tooltip-container:hover .tooltip-bottom, .ew-tooltip-container:hover .tooltip-right, .ew-tooltip-container:hover .tooltip-left {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}
.ew-tooltip-container .tooltip-top, .ew-tooltip-container .tooltip-bottom, .ew-tooltip-container .tooltip-right, .ew-tooltip-container .tooltip-left {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: var(--dark-color);
  color: var(--filler-color);
  width: 200px;
  max-height: 200px;
  height: 100%;
  transition: opacity 0.2s ease-in;
  z-index: 10;
  padding: 5px;
  border-radius: 2px;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: center;
  text-align: center;
  overflow: hidden;
}
.ew-tooltip-container .tooltip-top {
  top: calc(-100% - 5px);
  left: calc(50% - 200px/2);
}
.ew-tooltip-container .tooltip-bottom {
  bottom: calc(-100% - 5px);
  right: calc(50% - 200px/2);
}
.ew-tooltip-container .tooltip-right {
  top: 0;
  right: -205px;
}
.ew-tooltip-container .tooltip-left {
  top: 0;
  left: -205px;
}

#TEMPLATE_DROPDOWN_BASE, .ew-dropdown.open-dropdown .ew-dropdown-content {
  width: 200px;
  max-height: 400px;
  position: absolute;
  top: 90%;
  left: calc(50% - 200px/2);
  padding: 0;
  border-radius: 4px;
  background: var(--light-color);
  color: var(--dark-color);
  font-weight: 400;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
  transform: rotateZ(360deg);
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}
#TEMPLATE_DROPDOWN_BASE:empty, .ew-dropdown.open-dropdown .ew-dropdown-content:empty {
  display: none;
}
#TEMPLATE_DROPDOWN_BASE.fit-content, .ew-dropdown.open-dropdown .fit-content.ew-dropdown-content {
  width: fit-content;
}
#TEMPLATE_DROPDOWN_BASE.left, .ew-dropdown.open-dropdown .left.ew-dropdown-content {
  border-radius: 4px 0 4px 4px;
  right: initial;
  left: calc(90% - 200px);
}
#TEMPLATE_DROPDOWN_BASE.right, .ew-dropdown.open-dropdown .right.ew-dropdown-content {
  border-radius: 0 4px 4px 4px;
  left: initial;
  right: calc(90% - 200px );
}
#TEMPLATE_DROPDOWN_BASE > .divider, .ew-dropdown.open-dropdown .ew-dropdown-content > .divider {
  border-top: 1px solid var(--dark-color);
  height: 2px;
  width: 100%;
  margin-bottom: 2px;
  margin-top: 3px;
}
#TEMPLATE_DROPDOWN_BASE > li:not(.divider), .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) {
  padding-left: 0.2rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}
#TEMPLATE_DROPDOWN_BASE > li:not(.divider) > *, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > * {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}
#TEMPLATE_DROPDOWN_BASE > li:not(.divider) > * i, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > * i {
  margin-right: 0.5rem;
}
#TEMPLATE_DROPDOWN_BASE > li:not(.divider):hover, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider):hover {
  background: var(--filler-color-saturated);
}
#TEMPLATE_DROPDOWN_BASE > li:not(.divider).dropdown-actions:hover, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider).dropdown-actions:hover {
  background: transparent;
}

.ew-dropdown:empty {
  display: none;
}
.ew-dropdown:not(.open-dropdown) .ew-dropdown-content {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  text-align: initial;
}
.ew-dropdown:not(.open-dropdown) .ew-dropdown-content:empty {
  display: none;
}
.ew-dropdown:not(.open-dropdown) .ew-dropdown-content li > a {
  width: 100%;
  height: 100%;
}
.ew-drop-trigger {
  font-family: "Averta", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.6rem;
}

.ew-drop-content {
  position: absolute;
  top: 2.5rem;
  background: white;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  width: max-content;
  max-width: 250px;
  border-radius: 8px;
  z-index: 10;
}
.ew-drop-content.displayed {
  opacity: 1;
  pointer-events: all;
}
.ew-drop-content .ew-drop-content-divider {
  height: 2px;
  background: var(--gray-color-light);
  width: 90%;
  margin: 5px auto;
}
.ew-drop-content .ew-drop-content-item {
  min-height: 3rem;
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  transition: background 0.15s ease-in-out;
}
.ew-drop-content .ew-drop-content-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ew-drop-content .ew-drop-content-item:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ew-drop-content .ew-drop-content-item:hover {
  background: #e6d7ef;
}
.ew-drop-content .ew-drop-content-item.error:hover {
  background: var(--error-color-light);
}
.ew-drop-content .ew-drop-content-item i + span, .ew-drop-content .ew-drop-content-item i + div, .ew-drop-content .ew-drop-content-item svg + span, .ew-drop-content .ew-drop-content-item svg + div {
  margin-left: 5px;
}

.ew-breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: "Averta", sans-serif;
}
.ew-breadcrumb .ew-crumb {
  float: left;
  z-index: 1;
  transition: background 0.1s ease-in-out;
  width: fit-content;
}
.ew-breadcrumb .ew-crumb:not(:first-child) {
  z-index: 1;
  margin-right: 5px;
}
.ew-breadcrumb .ew-crumb:not(:first-child) a {
  padding: 0 1rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.ew-breadcrumb .ew-crumb:not(:first-child):before {
  content: ">";
  padding: 0 0.5rem;
}
.ew-breadcrumb .ew-crumb:last-child {
  display: block;
  position: relative;
  cursor: default;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/*==============*/
/* NAVBAR STYLE */
/*==============*/
/* You can use color classes to choose background. Some examples : ".error, .error-light, .brand"  */
.ew-divider,
.ew-divider-vert {
  display: block;
  position: relative;
}
.ew-divider.primary,
.ew-divider-vert.primary {
  background: var(--primary-color);
}
.ew-divider.primary[data-content]::after,
.ew-divider-vert.primary[data-content]::after {
  background: var(--primary-color);
}
.ew-divider.primary-light,
.ew-divider-vert.primary-light {
  background: var(--primary-color-light);
}
.ew-divider.primary-light[data-content]::after,
.ew-divider-vert.primary-light[data-content]::after {
  background: var(--primary-color-light);
}
.ew-divider.primary-saturated,
.ew-divider-vert.primary-saturated {
  background: var(--primary-color-saturated);
}
.ew-divider.primary-saturated[data-content]::after,
.ew-divider-vert.primary-saturated[data-content]::after {
  background: var(--primary-color-saturated);
}
.ew-divider.gray,
.ew-divider-vert.gray {
  background: var(--gray-color);
}
.ew-divider.gray[data-content]::after,
.ew-divider-vert.gray[data-content]::after {
  background: var(--gray-color);
}
.ew-divider.gray-light,
.ew-divider-vert.gray-light {
  background: var(--gray-color-light);
}
.ew-divider.gray-light[data-content]::after,
.ew-divider-vert.gray-light[data-content]::after {
  background: var(--gray-color-light);
}
.ew-divider.gray-saturated,
.ew-divider-vert.gray-saturated {
  background: var(--gray-color-saturated);
}
.ew-divider.gray-saturated[data-content]::after,
.ew-divider-vert.gray-saturated[data-content]::after {
  background: var(--gray-color-saturated);
}
.ew-divider.filler,
.ew-divider-vert.filler {
  background: var(--filler-color);
}
.ew-divider.filler[data-content]::after,
.ew-divider-vert.filler[data-content]::after {
  background: var(--filler-color);
}
.ew-divider.filler-light,
.ew-divider-vert.filler-light {
  background: var(--filler-color-light);
}
.ew-divider.filler-light[data-content]::after,
.ew-divider-vert.filler-light[data-content]::after {
  background: var(--filler-color-light);
}
.ew-divider.filler-saturated,
.ew-divider-vert.filler-saturated {
  background: var(--filler-color-saturated);
}
.ew-divider.filler-saturated[data-content]::after,
.ew-divider-vert.filler-saturated[data-content]::after {
  background: var(--filler-color-saturated);
}
.ew-divider.light,
.ew-divider-vert.light {
  background: var(--light-color);
}
.ew-divider.light[data-content]::after,
.ew-divider-vert.light[data-content]::after {
  background: var(--light-color);
}
.ew-divider.light-light,
.ew-divider-vert.light-light {
  background: var(--light-color-light);
}
.ew-divider.light-light[data-content]::after,
.ew-divider-vert.light-light[data-content]::after {
  background: var(--light-color-light);
}
.ew-divider.light-saturated,
.ew-divider-vert.light-saturated {
  background: var(--light-color-saturated);
}
.ew-divider.light-saturated[data-content]::after,
.ew-divider-vert.light-saturated[data-content]::after {
  background: var(--light-color-saturated);
}
.ew-divider.brand,
.ew-divider-vert.brand {
  background: var(--brand-color);
}
.ew-divider.brand[data-content]::after,
.ew-divider-vert.brand[data-content]::after {
  background: var(--brand-color);
}
.ew-divider.brand-light,
.ew-divider-vert.brand-light {
  background: var(--brand-color-light);
}
.ew-divider.brand-light[data-content]::after,
.ew-divider-vert.brand-light[data-content]::after {
  background: var(--brand-color-light);
}
.ew-divider.brand-saturated,
.ew-divider-vert.brand-saturated {
  background: var(--brand-color-saturated);
}
.ew-divider.brand-saturated[data-content]::after,
.ew-divider-vert.brand-saturated[data-content]::after {
  background: var(--brand-color-saturated);
}
.ew-divider.dark,
.ew-divider-vert.dark {
  background: var(--dark-color);
}
.ew-divider.dark[data-content]::after,
.ew-divider-vert.dark[data-content]::after {
  background: var(--dark-color);
}
.ew-divider.dark-light,
.ew-divider-vert.dark-light {
  background: var(--dark-color-light);
}
.ew-divider.dark-light[data-content]::after,
.ew-divider-vert.dark-light[data-content]::after {
  background: var(--dark-color-light);
}
.ew-divider.dark-saturated,
.ew-divider-vert.dark-saturated {
  background: var(--dark-color-saturated);
}
.ew-divider.dark-saturated[data-content]::after,
.ew-divider-vert.dark-saturated[data-content]::after {
  background: var(--dark-color-saturated);
}
.ew-divider.success,
.ew-divider-vert.success {
  background: var(--success-color);
}
.ew-divider.success[data-content]::after,
.ew-divider-vert.success[data-content]::after {
  background: var(--success-color);
}
.ew-divider.success-light,
.ew-divider-vert.success-light {
  background: var(--success-color-light);
}
.ew-divider.success-light[data-content]::after,
.ew-divider-vert.success-light[data-content]::after {
  background: var(--success-color-light);
}
.ew-divider.success-saturated,
.ew-divider-vert.success-saturated {
  background: var(--success-color-saturated);
}
.ew-divider.success-saturated[data-content]::after,
.ew-divider-vert.success-saturated[data-content]::after {
  background: var(--success-color-saturated);
}
.ew-divider.info,
.ew-divider-vert.info {
  background: var(--info-color);
}
.ew-divider.info[data-content]::after,
.ew-divider-vert.info[data-content]::after {
  background: var(--info-color);
}
.ew-divider.info-light,
.ew-divider-vert.info-light {
  background: var(--info-color-light);
}
.ew-divider.info-light[data-content]::after,
.ew-divider-vert.info-light[data-content]::after {
  background: var(--info-color-light);
}
.ew-divider.info-saturated,
.ew-divider-vert.info-saturated {
  background: var(--info-color-saturated);
}
.ew-divider.info-saturated[data-content]::after,
.ew-divider-vert.info-saturated[data-content]::after {
  background: var(--info-color-saturated);
}
.ew-divider.warning,
.ew-divider-vert.warning {
  background: var(--warning-color);
}
.ew-divider.warning[data-content]::after,
.ew-divider-vert.warning[data-content]::after {
  background: var(--warning-color);
}
.ew-divider.warning-light,
.ew-divider-vert.warning-light {
  background: var(--warning-color-light);
}
.ew-divider.warning-light[data-content]::after,
.ew-divider-vert.warning-light[data-content]::after {
  background: var(--warning-color-light);
}
.ew-divider.warning-saturated,
.ew-divider-vert.warning-saturated {
  background: var(--warning-color-saturated);
}
.ew-divider.warning-saturated[data-content]::after,
.ew-divider-vert.warning-saturated[data-content]::after {
  background: var(--warning-color-saturated);
}
.ew-divider.error,
.ew-divider-vert.error {
  background: var(--error-color);
}
.ew-divider.error[data-content]::after,
.ew-divider-vert.error[data-content]::after {
  background: var(--error-color);
}
.ew-divider.error-light,
.ew-divider-vert.error-light {
  background: var(--error-color-light);
}
.ew-divider.error-light[data-content]::after,
.ew-divider-vert.error-light[data-content]::after {
  background: var(--error-color-light);
}
.ew-divider.error-saturated,
.ew-divider-vert.error-saturated {
  background: var(--error-color-saturated);
}
.ew-divider.error-saturated[data-content]::after,
.ew-divider-vert.error-saturated[data-content]::after {
  background: var(--error-color-saturated);
}
.ew-divider[data-content]::after,
.ew-divider-vert[data-content]::after {
  background: var(--filler-color);
  color: var(--dark-color-light);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.825rem;
  padding: 0 0.4rem;
  transform: translateY(calc(-0.825rem + 1px));
}

.ew-divider {
  border-top: 1px solid var(--dark-color-light);
  height: 0.05rem;
  margin: 0.4rem 0;
}
.ew-divider[data-content] {
  margin: 0.8rem 0;
}

.ew-divider-vert {
  display: block;
  padding: 0.8rem;
  margin: 0 0.4rem;
}
.ew-divider-vert::before {
  border-left: 0.05rem solid var(--dark-color-light);
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.ew-divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ew-empty-placeholder {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 1.6rem;
  text-align: center;
  color: var(--dark-color);
}
.ew-empty-placeholder h1, .ew-empty-placeholder h2, .ew-empty-placeholder h3, .ew-empty-placeholder h4, .ew-empty-placeholder h5, .ew-empty-placeholder h6, .ew-empty-placeholder p {
  color: var(--dark-color) !important;
}
.ew-empty-placeholder .empty-icon {
  font-size: 3.2rem;
}

.ew-navbar .ew-navbar-container .ew-input-container:focus {
  margin-top: 10px;
}
.ew-navbar .ew-navbar-container .ew-input-container .selector {
  bottom: 0;
}
.ew-navbar .ew-navbar-container .tool-icons-container .ew-dropdown-content a:link, .ew-navbar .ew-navbar-container .tool-icons-container .ew-dropdown-content a:visited {
  color: var(--primary-color);
}
.ew-navbar .ew-navbar-container .tool-icons-container .ew-dropdown-content button#toggle-fullscreen.ew-btn-link {
  color: var(--dark-color) !important;
  height: 100%;
}
.ew-navbar .ew-navbar-container .tool-icons-container .ew-dropdown-content button#toggle-fullscreen.ew-btn-link:focus {
  background: transparent !important;
  color: var(--dark-color-saturated) !important;
}

#cloud-navbar-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}

#main-wrapper .main-content-wrapper {
  padding: 60px 0 0 0;
}

.tool-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.tool-icons-container .header--tools-btn {
  font-size: 1.8rem;
  padding: 5px;
  width: 60px;
  z-index: 3;
}
.tool-icons-container .header--tools-btn i {
  font-size: 1.8rem;
  width: 20px;
}

.header--search-bar-container {
  position: relative;
}
.header--search-bar-container > .header--search-spinner {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: 70px;
}
@media (max-width: 510px) {
  .header--search-bar-container > .header--search-spinner {
    right: 80px;
  }
}

@media (max-width: 500px) {
  .ew-navbar .ew-navbar-container .ew-brand {
    display: none;
  }

  .header--notifications-pin {
    display: none;
  }

  .ew-profile .ew-profile-name {
    display: none;
  }

  .ew-navbar .ew-navbar-container.header--header-content {
    max-width: 50%;
  }

  .ew-navbar .ew-navbar-container.header--tools-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.header--notifications-pin {
  min-height: 5px;
  position: absolute;
  top: 10%;
  right: 10%;
}

.search_box {
  position: absolute;
  left: -310px;
  max-width: 350px;
  top: 24px;
}
@media only screen and (max-width: 48em) {
  .search_box {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}

#header--search-input {
  margin: 0;
}

#header--search-bar-trigger[type=checkbox]:not(:checked) ~ * .ew-input-container {
  display: none;
  animation-fill-mode: forwards;
}
#header--search-bar-trigger[type=checkbox]:checked ~ *:not(.header--search-spinner):not(.search_box) {
  position: absolute;
  left: -310px;
  top: -21px;
  display: flex;
  justify-content: space-around;
}
#header--search-bar-trigger[type=checkbox]:checked ~ *:not(.header--search-spinner):not(.search_box) .ew-input-container {
  float: left;
  animation: search_bar_appears 0.15s ease-in;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 48em) {
  #header--search-bar-trigger[type=checkbox]:checked ~ *:not(.header--search-spinner):not(.search_box) .ew-input-container {
    position: fixed;
    max-width: 61.5%;
    left: 0;
  }
}
#header--search-bar-trigger[type=checkbox]:checked ~ *:not(.header--search-spinner):not(.search_box) .ew-input-container:focus {
  margin-top: 5px;
}

.ew-navbar .ew-navbar-container .header--profile-menu .ew-dropdown-content {
  top: 88%;
  border-radius: 0 0 4px 4px;
  background: var(--light-color);
  color: var(--dark-color);
}
.ew-navbar .ew-navbar-container .header--quick-access-menu {
  cursor: pointer;
}
.ew-navbar .ew-navbar-container .header--quick-access-menu .ew-dropdown-content {
  top: 88%;
  border-radius: 0 0 4px 4px;
  background: var(--light-color);
  color: var(--dark-color);
  visibility: hidden;
  position: absolute;
  opacity: 0;
  text-align: initial;
}
.ew-navbar .ew-navbar-container .header--quick-access-menu .ew-dropdown-content .flex-center {
  display: flex;
  justify-content: center;
}
.ew-navbar .ew-navbar-container .header--quick-access-menu .ew-dropdown-content li {
  padding-left: 1em;
}
.ew-navbar .ew-navbar-container .header--quick-access-menu .ew-dropdown-content li.divider {
  padding-left: 0;
  height: 1px;
  opacity: 0.2;
  background: var(--dark-color);
}
.ew-navbar .ew-navbar-container .header--quick-access-menu .ew-dropdown-content li:hover {
  background: var(--filler-color-saturated);
}
.ew-navbar .ew-navbar-container .header--quick-access-menu.open-dropdown .ew-dropdown-content {
  max-height: 400px;
  position: absolute;
  top: 80%;
  width: 300px;
  left: calc(50% - 150px);
  padding: 6px;
  border-radius: 4px;
  background: var(--light-color);
  color: var(--dark-color);
  font-weight: 400;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
  z-index: 9;
}
@media only screen and (max-width: 48em) {
  .ew-navbar .ew-navbar-container .header--quick-access-menu.open-dropdown .ew-dropdown-content {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.ew-navbar .ew-navbar-container .header--quick-access-menu.open-dropdown .ew-dropdown-content > *:not(:last-child) {
  margin-bottom: 8px;
}

@-webkit-keyframes search_bar_appears {
  0% {
    visibility: visible;
    display: inline-block;
    opacity: 0;
    width: 50%;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    justify-content: flex-end;
  }
}
@-moz-keyframes search_bar_appears {
  0% {
    visibility: visible;
    display: inline-block;
    opacity: 0;
    width: 50%;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    justify-content: flex-end;
  }
}
@-o-keyframes search_bar_appears {
  0% {
    visibility: visible;
    display: inline-block;
    opacity: 0;
    width: 50%;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    justify-content: flex-end;
  }
}
@keyframes search_bar_appears {
  0% {
    visibility: visible;
    display: inline-block;
    opacity: 0;
    width: 50%;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    justify-content: flex-end;
  }
}
/*===============*/
/* DEFAULT STYLE */
/*===============*/
.main-content-wrapper {
  min-height: 100%;
}

html.ew-framework {
  height: 100%;
  font-size: 0.95em;
  font-family: "Averta", sans-serif;
}
html.ew-framework body {
  color: var(--font-color);
}
html.ew-framework ul {
  list-style: none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
html.ew-framework #main-wrapper {
  -webkit-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  min-height: calc(100% - 58px);
}
html.ew-framework * {
  outline: none;
}
html.ew-framework .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}
html.ew-framework abbr {
  display: none;
}
html.ew-framework > body {
  font-family: "Averta", sans-serif;
  height: 100%;
  overflow-x: hidden;
  z-index: -1;
}
html.ew-framework main {
  position: relative;
}
html.ew-framework h1, html.ew-framework h2, html.ew-framework h3, html.ew-framework h4, html.ew-framework h5, html.ew-framework h6 {
  color: var(--gray-color);
}
html.ew-framework a {
  color: inherit;
  text-decoration: none;
}
html.ew-framework a:focus, html.ew-framework a:hover {
  color: inherit;
  text-decoration: none;
}
html.ew-framework img svg {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
html.ew-framework input,
html.ew-framework button,
html.ew-framework select,
html.ew-framework textarea {
  font-family: "Averta", sans-serif;
}
html.ew-framework ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(82, 85, 90, 0.25);
  background-color: var(--light-color);
}
html.ew-framework ::-webkit-scrollbar {
  width: 7px;
  background-color: var(--dark-color);
}
html.ew-framework ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--dark-color);
  background-image: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent);
}

/*# sourceMappingURL=ewattchFramework.css.map */
