@charset "UTF-8";
/*===========*/
/* VARIABLES */
/*===========*/
:root {
  --prefix: ew-;
  --font-color: #5d6b7a;
  /*===== COLOR AND THEIR VARIANTS ======*/
  --filler-color: #E9EBF2;
  --filler-color-font: #192736;
  --filler-color-rgb: 233, 235, 242;
  --filler-color-light: white;
  --filler-color-light-font: #192736;
  --filler-color-dark: #a9b1cc;
  --filler-color-dark-font: #192736;
  --filler-color-desaturated: white;
  --filler-color-desaturated-font: #192736;
  --filler-color-saturated: #e6eaf5;
  --filler-color-saturated-font: #192736;
  --light-gray-color: #F5F6F7;
  --primary-color: #705AD8;
  --primary-color-font: #192736;
  --primary-color-rgb: 112, 90, 216;
  --primary-color-light: #b8adec;
  --primary-color-light-font: #192736;
  --primary-color-dark: #3d27a5;
  --primary-color-dark-font: #fff;
  --primary-color-desaturated: #e2def7;
  --primary-color-desaturated-font: #192736;
  --primary-color-saturated: #664be7;
  --primary-color-saturated-font: #192736;
  --primary-color-font: #F5F6F7;
  --gray-color: #5d6b7a;
  --gray-color-font: #fff;
  --gray-color-rgb: 93, 107, 122;
  --gray-color-light: #aeb8c2;
  --gray-color-light-font: #192736;
  --gray-color-dark: #1b1f23;
  --gray-color-dark-font: #fff;
  --gray-color-desaturated: white;
  --gray-color-desaturated-font: #192736;
  --gray-color-saturated: #4d6a8a;
  --gray-color-saturated-font: #fff;
  --brand-color: #00CB7C;
  --brand-color-font: #fff;
  --brand-color-rgb: 0, 203, 124;
  --brand-color-light: #32ffaf;
  --brand-color-light-font: #192736;
  --brand-color-dark: #00653e;
  --brand-color-dark-font: #fff;
  --brand-color-desaturated: #7fffcd;
  --brand-color-desaturated-font: #192736;
  --brand-color-saturated: #00cb7c;
  --brand-color-saturated-font: #fff;
  --dark-color: #192736;
  --dark-color-font: #fff;
  --dark-color-rgb: 25, 39, 54;
  --dark-color-light: #39597c;
  --dark-color-light-font: #fff;
  --dark-color-dark: black;
  --dark-color-dark-font: #fff;
  --dark-color-desaturated: #527faf;
  --dark-color-desaturated-font: #192736;
  --dark-color-saturated: #13273c;
  --dark-color-saturated-font: #fff;
  --light-color: #F5F6F7;
  --light-color-font: #192736;
  --light-color-rgb: 245, 246, 247;
  --light-color-light: white;
  --light-color-light-font: #192736;
  --light-color-dark: #bcc3ca;
  --light-color-dark-font: #192736;
  --light-color-desaturated: white;
  --light-color-desaturated-font: #192736;
  --light-color-saturated: #f4f6f8;
  --light-color-saturated-font: #192736;
  --warning-color: #FFCE00;
  --warning-color-font: #fff;
  --warning-color-rgb: 255, 206, 0;
  --warning-color-light: #ffe266;
  --warning-color-light-font: #192736;
  --warning-color-dark: #997c00;
  --warning-color-dark-font: #fff;
  --warning-color-desaturated: #fff0b3;
  --warning-color-desaturated-font: #192736;
  --warning-color-saturated: #ffce00;
  --warning-color-saturated-font: #fff;
  --warning-color-font: #192736;
  --error-color: #FF524B;
  --error-color-font: #192736;
  --error-color-rgb: 255, 82, 75;
  --error-color-light: #ffb4b1;
  --error-color-light-font: #192736;
  --error-color-dark: #e40900;
  --error-color-dark-font: #fff;
  --error-color-desaturated: #fffefe;
  --error-color-desaturated-font: #192736;
  --error-color-saturated: #ff524b;
  --error-color-saturated-font: #192736;
  --info-color: #5CCBEB;
  --info-color-font: #192736;
  --info-color-rgb: 92, 203, 235;
  --info-color-light: #b7e8f6;
  --info-color-light-font: #192736;
  --info-color-dark: #19a1c8;
  --info-color-dark-font: #fff;
  --info-color-desaturated: #fbfeff;
  --info-color-desaturated-font: #192736;
  --info-color-saturated: #4ed3f9;
  --info-color-saturated-font: #192736;
  --success-color: #00CB7C;
  --success-color-font: #fff;
  --success-color-rgb: 0, 203, 124;
  --success-color-light: #32ffaf;
  --success-color-light-font: #192736;
  --success-color-dark: #00653e;
  --success-color-dark-font: #fff;
  --success-color-desaturated: #7fffcd;
  --success-color-desaturated-font: #192736;
  --success-color-saturated: #00cb7c;
  --success-color-saturated-font: #fff;
  /*==== SATURATED BADGES COLORS =====*/
  --filler-color-badge-saturated: #b3bcdb;
  --primary-color-badge-saturated: #3d20c5;
  --gray-color-badge-saturated: #5a788a;
  --brand-color-badge-saturated: #007f4d;
  --dark-color-badge-saturated: #15273a, 15%;
  --light-color-badge-saturated: #c6d0da;
  --warning-color-badge-saturated: #b39000;
  --error-color-badge-saturated: #cb132f;
  --info-color-badge-saturated: #0eafdd;
  --success-color-badge-saturated: #006f44;
  /*==== ULTRA-LIGHT COLORS =====*/
  --filler-color-ultra-light: white;
  --primary-color-ultra-light: #e2def7;
  --gray-color-ultra-light: #F5F6F7;
  --brand-color-ultra-light: #82fccc;
  --dark-color-ultra-light: #527faf;
  --light-color-ultra-light: white;
  --warning-color-ultra-light: #fff0b3;
  --error-color-ultra-light: #fbe3e7;
  --info-color-ultra-light: #fbfeff;
  --success-color-ultra-light: #85f9cc;
  /*==== POWER MODE COLORS =====*/
  --filler-color-power: #ebecf0;
  --primary-color-power: #7764ce;
  --gray-color-power: #97999a;
  --brand-color-power: #0ac17a;
  --dark-color-power: #4e6986;
  --light-color-power: #f6f6f6;
  --warning-color-power: #e7be13;
  --error-color-power: #e1213e;
  --info-color-power: #65c6e2;
  --success-color-power: #089f64;
  /*==== SAFE BACKGROUNDS COLORS =====*/
  --dark-color-safe-bg: #c5d4e4;
  --gray-color-safe-bg: #8D9BA4;
  --warning-color-safe-bg: #fff0b3;
  --error-color-safe-bg: #fbe3e7;
  --info-color-safe-bg: #6ac3dd;
  --success-color-safe-bg: #bbf5df;
  /*==== 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;
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/static/css/fonts/montserrat-v14-latin-regular.woff2") format("woff2"), url("/static/css/fonts/montserrat-v14-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/static/css/fonts/montserrat-v14-latin-300.woff2") format("woff2"), url("/static/css/fonts/montserrat-v14-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/montserrat-v14-latin-500.woff2") format("woff2"), url("/static/css/fonts/montserrat-v14-latin-500.woff") format("woff"); /* Modern Browsers */
}
/*========*/
/* 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 {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.ew-depth-1, .history-icon, .history-content, #tooltipStatuses, .tooltipStatuses {
  -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(25, 39, 54, 0.14), 0 3px 1px -2px rgba(25, 39, 54, 0.12), 0 1px 5px 0 rgba(25, 39, 54, 0.2);
  box-shadow: 0 0 1px transparent, 0 2px 2px 0 rgba(25, 39, 54, 0.14), 0 3px 1px -2px rgba(25, 39, 54, 0.12), 0 1px 5px 0 rgba(25, 39, 54, 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 {
  -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(25, 39, 54, 0.14), 0 1px 10px 0 rgba(25, 39, 54, 0.12), 0 2px 4px -1px rgba(25, 39, 54, 0.2);
  box-shadow: 0 0 1px transparent, 0 4px 5px 0 rgba(25, 39, 54, 0.14), 0 1px 10px 0 rgba(25, 39, 54, 0.12), 0 2px 4px -1px rgba(25, 39, 54, 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(25, 39, 54, 0.14), 0 3px 14px 2px rgba(25, 39, 54, 0.12), 0 5px 5px -3px rgba(25, 39, 54, 0.2);
  box-shadow: 0 0 1px transparent, 0 8px 17px 2px rgba(25, 39, 54, 0.14), 0 3px 14px 2px rgba(25, 39, 54, 0.12), 0 5px 5px -3px rgba(25, 39, 54, 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(25, 39, 54, 0.14), 0 6px 30px 5px rgba(25, 39, 54, 0.12), 0 8px 10px -7px rgba(25, 39, 54, 0.2);
  box-shadow: 0 0 1px transparent, 0 16px 24px 2px rgba(25, 39, 54, 0.14), 0 6px 30px 5px rgba(25, 39, 54, 0.12), 0 8px 10px -7px rgba(25, 39, 54, 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(25, 39, 54, 0.14), 0 9px 46px 8px rgba(25, 39, 54, 0.12), 0 11px 15px -7px rgba(25, 39, 54, 0.2);
  box-shadow: 0 0 1px transparent, 0 24px 38px 3px rgba(25, 39, 54, 0.14), 0 9px 46px 8px rgba(25, 39, 54, 0.12), 0 11px 15px -7px rgba(25, 39, 54, 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);
}

@font-face {
  font-family: "icomoon";
  src: url("/static/css/fonts/ew_icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ew_menu_variant:before {
  content: "\e900";
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/static/css/fonts/material-icons.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*====================*/
/* BACKGROUNDS COLORS */
/*====================*/
html.ew-framework .ew-bg-primary {
  background: var(--primary-color) !important;
  color: var(--primary-color-font);
}
html.ew-framework .ew-bg-gray {
  background: var(--gray-color) !important;
  color: var(--gray-color-font);
}
html.ew-framework .ew-bg-filler {
  background: var(--filler-color) !important;
  color: var(--filler-color-font);
}
html.ew-framework .ew-bg-light {
  background: var(--light-color) !important;
  color: var(--light-color-font);
}
html.ew-framework .ew-bg-brand {
  background: var(--brand-color) !important;
  color: var(--brand-color-font);
}
html.ew-framework .ew-bg-dark {
  background: var(--dark-color) !important;
  color: var(--dark-color-font);
}
html.ew-framework .ew-bg-success {
  background: var(--success-color) !important;
  color: var(--success-color-font);
}
html.ew-framework .ew-bg-info {
  background: var(--info-color) !important;
  color: var(--info-color-font);
}
html.ew-framework .ew-bg-warning {
  background: var(--warning-color) !important;
  color: var(--warning-color-font);
}
html.ew-framework .ew-bg-error {
  background: var(--error-color) !important;
  color: var(--error-color-font);
}
html.ew-framework .ew-bg-primary-light {
  background: var(--primary-color-light) !important;
  color: var(--primary-color-light-font);
}
html.ew-framework .ew-bg-gray-light {
  background: var(--gray-color-light) !important;
  color: var(--gray-color-light-font);
}
html.ew-framework .ew-bg-filler-light {
  background: var(--filler-color-light) !important;
  color: var(--filler-color-light-font);
}
html.ew-framework .ew-bg-light-light {
  background: var(--light-color-light) !important;
  color: var(--light-color-light-font);
}
html.ew-framework .ew-bg-brand-light {
  background: var(--brand-color-light) !important;
  color: var(--brand-color-light-font);
}
html.ew-framework .ew-bg-dark-light {
  background: var(--dark-color-light) !important;
  color: var(--dark-color-light-font);
}
html.ew-framework .ew-bg-success-light {
  background: var(--success-color-light) !important;
  color: var(--success-color-light-font);
}
html.ew-framework .ew-bg-info-light {
  background: var(--info-color-light) !important;
  color: var(--info-color-light-font);
}
html.ew-framework .ew-bg-warning-light {
  background: var(--warning-color-light) !important;
  color: var(--warning-color-light-font);
}
html.ew-framework .ew-bg-error-light {
  background: var(--error-color-light) !important;
  color: var(--error-color-light-font);
}
html.ew-framework .ew-bg-primary-saturated {
  background: var(--primary-color-saturated) !important;
  color: var(--primary-color-saturated-font);
}
html.ew-framework .ew-bg-gray-saturated {
  background: var(--gray-color-saturated) !important;
  color: var(--gray-color-saturated-font);
}
html.ew-framework .ew-bg-filler-saturated {
  background: var(--filler-color-saturated) !important;
  color: var(--filler-color-saturated-font);
}
html.ew-framework .ew-bg-light-saturated {
  background: var(--light-color-saturated) !important;
  color: var(--light-color-saturated-font);
}
html.ew-framework .ew-bg-brand-saturated {
  background: var(--brand-color-saturated) !important;
  color: var(--brand-color-saturated-font);
}
html.ew-framework .ew-bg-dark-saturated {
  background: var(--dark-color-saturated) !important;
  color: var(--dark-color-saturated-font);
}
html.ew-framework .ew-bg-success-saturated {
  background: var(--success-color-saturated) !important;
  color: var(--success-color-saturated-font);
}
html.ew-framework .ew-bg-info-saturated {
  background: var(--info-color-saturated) !important;
  color: var(--info-color-saturated-font);
}
html.ew-framework .ew-bg-warning-saturated {
  background: var(--warning-color-saturated) !important;
  color: var(--warning-color-saturated-font);
}
html.ew-framework .ew-bg-error-saturated {
  background: var(--error-color-saturated) !important;
  color: var(--error-color-saturated-font);
}
html.ew-framework .ew-bg-primary-desaturated {
  background: var(--primary-color-desaturated) !important;
  color: var(--primary-color-desaturated-font);
}
html.ew-framework .ew-bg-gray-desaturated {
  background: var(--gray-color-desaturated) !important;
  color: var(--gray-color-desaturated-font);
}
html.ew-framework .ew-bg-filler-desaturated {
  background: var(--filler-color-desaturated) !important;
  color: var(--filler-color-desaturated-font);
}
html.ew-framework .ew-bg-light-desaturated {
  background: var(--light-color-desaturated) !important;
  color: var(--light-color-desaturated-font);
}
html.ew-framework .ew-bg-brand-desaturated {
  background: var(--brand-color-desaturated) !important;
  color: var(--brand-color-desaturated-font);
}
html.ew-framework .ew-bg-dark-desaturated {
  background: var(--dark-color-desaturated) !important;
  color: var(--dark-color-desaturated-font);
}
html.ew-framework .ew-bg-success-desaturated {
  background: var(--success-color-desaturated) !important;
  color: var(--success-color-desaturated-font);
}
html.ew-framework .ew-bg-info-desaturated {
  background: var(--info-color-desaturated) !important;
  color: var(--info-color-desaturated-font);
}
html.ew-framework .ew-bg-warning-desaturated {
  background: var(--warning-color-desaturated) !important;
  color: var(--warning-color-desaturated-font);
}
html.ew-framework .ew-bg-error-desaturated {
  background: var(--error-color-desaturated) !important;
  color: var(--error-color-desaturated-font);
}
html.ew-framework .ew-bg-primary-dark {
  background: var(--primary-color-dark) !important;
  color: var(--primary-color-dark-font);
}
html.ew-framework .ew-bg-gray-dark {
  background: var(--gray-color-dark) !important;
  color: var(--gray-color-dark-font);
}
html.ew-framework .ew-bg-filler-dark {
  background: var(--filler-color-dark) !important;
  color: var(--filler-color-dark-font);
}
html.ew-framework .ew-bg-light-dark {
  background: var(--light-color-dark) !important;
  color: var(--light-color-dark-font);
}
html.ew-framework .ew-bg-brand-dark {
  background: var(--brand-color-dark) !important;
  color: var(--brand-color-dark-font);
}
html.ew-framework .ew-bg-dark-dark {
  background: var(--dark-color-dark) !important;
  color: var(--dark-color-dark-font);
}
html.ew-framework .ew-bg-success-dark {
  background: var(--success-color-dark) !important;
  color: var(--success-color-dark-font);
}
html.ew-framework .ew-bg-info-dark {
  background: var(--info-color-dark) !important;
  color: var(--info-color-dark-font);
}
html.ew-framework .ew-bg-warning-dark {
  background: var(--warning-color-dark) !important;
  color: var(--warning-color-dark-font);
}
html.ew-framework .ew-bg-error-dark {
  background: var(--error-color-dark) !important;
  color: var(--error-color-dark-font);
}
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, .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title p {
  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 h4, .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-primary-desaturated {
  color: var(--primary-color-desaturated) !important;
}
.ew-text-gray-desaturated {
  color: var(--gray-color-desaturated) !important;
}
.ew-text-filler-desaturated {
  color: var(--filler-color-desaturated) !important;
}
.ew-text-light-desaturated {
  color: var(--light-color-desaturated) !important;
}
.ew-text-brand-desaturated {
  color: var(--brand-color-desaturated) !important;
}
.ew-text-dark-desaturated {
  color: var(--dark-color-desaturated) !important;
}
.ew-text-success-desaturated {
  color: var(--success-color-desaturated) !important;
}
.ew-text-info-desaturated {
  color: var(--info-color-desaturated) !important;
}
.ew-text-warning-desaturated {
  color: var(--warning-color-desaturated) !important;
}
.ew-text-error-desaturated {
  color: var(--error-color-desaturated) !important;
}
.ew-text-gradient {
  color: var(--gradient-fallback);
}

.border-top-solid-1 {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-bottom-solid-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-left-solid-1 {
  border-left-width: 1px;
  border-left-style: solid;
}

.border-right-solid-1 {
  border-right-width: 1px;
  border-right-style: solid;
}

.border-all-solid-1 {
  border-width: 1px;
  border-style: solid;
}

.border-vertical-solid-1 {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.border-horizontal-solid-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-1 {
  border-top-width: 1px;
  border-top-style: dotted;
}

.border-bottom-dotted-1 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.border-left-dotted-1 {
  border-left-width: 1px;
  border-left-style: dotted;
}

.border-right-dotted-1 {
  border-right-width: 1px;
  border-right-style: dotted;
}

.border-all-dotted-1 {
  border-width: 1px;
  border-style: dotted;
}

.border-vertical-dotted-1 {
  border-left-width: 1px;
  border-left-style: dotted;
  border-right-width: 1px;
  border-right-style: dotted;
}

.border-horizontal-dotted-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-1 {
  border-top-width: 1px;
  border-top-style: dashed;
}

.border-bottom-dashed-1 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.border-left-dashed-1 {
  border-left-width: 1px;
  border-left-style: dashed;
}

.border-right-dashed-1 {
  border-right-width: 1px;
  border-right-style: dashed;
}

.border-all-dashed-1 {
  border-width: 1px;
  border-style: dashed;
}

.border-vertical-dashed-1 {
  border-left-width: 1px;
  border-left-style: dashed;
  border-right-width: 1px;
  border-right-style: dashed;
}

.border-horizontal-dashed-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-2 {
  border-top-width: 2px;
  border-top-style: solid;
}

.border-bottom-solid-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.border-left-solid-2 {
  border-left-width: 2px;
  border-left-style: solid;
}

.border-right-solid-2 {
  border-right-width: 2px;
  border-right-style: solid;
}

.border-all-solid-2 {
  border-width: 2px;
  border-style: solid;
}

.border-vertical-solid-2 {
  border-left-width: 2px;
  border-left-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
}

.border-horizontal-solid-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-2 {
  border-top-width: 2px;
  border-top-style: dotted;
}

.border-bottom-dotted-2 {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

.border-left-dotted-2 {
  border-left-width: 2px;
  border-left-style: dotted;
}

.border-right-dotted-2 {
  border-right-width: 2px;
  border-right-style: dotted;
}

.border-all-dotted-2 {
  border-width: 2px;
  border-style: dotted;
}

.border-vertical-dotted-2 {
  border-left-width: 2px;
  border-left-style: dotted;
  border-right-width: 2px;
  border-right-style: dotted;
}

.border-horizontal-dotted-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-2 {
  border-top-width: 2px;
  border-top-style: dashed;
}

.border-bottom-dashed-2 {
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}

.border-left-dashed-2 {
  border-left-width: 2px;
  border-left-style: dashed;
}

.border-right-dashed-2 {
  border-right-width: 2px;
  border-right-style: dashed;
}

.border-all-dashed-2 {
  border-width: 2px;
  border-style: dashed;
}

.border-vertical-dashed-2 {
  border-left-width: 2px;
  border-left-style: dashed;
  border-right-width: 2px;
  border-right-style: dashed;
}

.border-horizontal-dashed-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-3 {
  border-top-width: 3px;
  border-top-style: solid;
}

.border-bottom-solid-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.border-left-solid-3 {
  border-left-width: 3px;
  border-left-style: solid;
}

.border-right-solid-3 {
  border-right-width: 3px;
  border-right-style: solid;
}

.border-all-solid-3 {
  border-width: 3px;
  border-style: solid;
}

.border-vertical-solid-3 {
  border-left-width: 3px;
  border-left-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
}

.border-horizontal-solid-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-3 {
  border-top-width: 3px;
  border-top-style: dotted;
}

.border-bottom-dotted-3 {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
}

.border-left-dotted-3 {
  border-left-width: 3px;
  border-left-style: dotted;
}

.border-right-dotted-3 {
  border-right-width: 3px;
  border-right-style: dotted;
}

.border-all-dotted-3 {
  border-width: 3px;
  border-style: dotted;
}

.border-vertical-dotted-3 {
  border-left-width: 3px;
  border-left-style: dotted;
  border-right-width: 3px;
  border-right-style: dotted;
}

.border-horizontal-dotted-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-3 {
  border-top-width: 3px;
  border-top-style: dashed;
}

.border-bottom-dashed-3 {
  border-bottom-width: 3px;
  border-bottom-style: dashed;
}

.border-left-dashed-3 {
  border-left-width: 3px;
  border-left-style: dashed;
}

.border-right-dashed-3 {
  border-right-width: 3px;
  border-right-style: dashed;
}

.border-all-dashed-3 {
  border-width: 3px;
  border-style: dashed;
}

.border-vertical-dashed-3 {
  border-left-width: 3px;
  border-left-style: dashed;
  border-right-width: 3px;
  border-right-style: dashed;
}

.border-horizontal-dashed-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-4 {
  border-top-width: 4px;
  border-top-style: solid;
}

.border-bottom-solid-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.border-left-solid-4 {
  border-left-width: 4px;
  border-left-style: solid;
}

.border-right-solid-4 {
  border-right-width: 4px;
  border-right-style: solid;
}

.border-all-solid-4 {
  border-width: 4px;
  border-style: solid;
}

.border-vertical-solid-4 {
  border-left-width: 4px;
  border-left-style: solid;
  border-right-width: 4px;
  border-right-style: solid;
}

.border-horizontal-solid-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-4 {
  border-top-width: 4px;
  border-top-style: dotted;
}

.border-bottom-dotted-4 {
  border-bottom-width: 4px;
  border-bottom-style: dotted;
}

.border-left-dotted-4 {
  border-left-width: 4px;
  border-left-style: dotted;
}

.border-right-dotted-4 {
  border-right-width: 4px;
  border-right-style: dotted;
}

.border-all-dotted-4 {
  border-width: 4px;
  border-style: dotted;
}

.border-vertical-dotted-4 {
  border-left-width: 4px;
  border-left-style: dotted;
  border-right-width: 4px;
  border-right-style: dotted;
}

.border-horizontal-dotted-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-4 {
  border-top-width: 4px;
  border-top-style: dashed;
}

.border-bottom-dashed-4 {
  border-bottom-width: 4px;
  border-bottom-style: dashed;
}

.border-left-dashed-4 {
  border-left-width: 4px;
  border-left-style: dashed;
}

.border-right-dashed-4 {
  border-right-width: 4px;
  border-right-style: dashed;
}

.border-all-dashed-4 {
  border-width: 4px;
  border-style: dashed;
}

.border-vertical-dashed-4 {
  border-left-width: 4px;
  border-left-style: dashed;
  border-right-width: 4px;
  border-right-style: dashed;
}

.border-horizontal-dashed-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-5 {
  border-top-width: 5px;
  border-top-style: solid;
}

.border-bottom-solid-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.border-left-solid-5 {
  border-left-width: 5px;
  border-left-style: solid;
}

.border-right-solid-5 {
  border-right-width: 5px;
  border-right-style: solid;
}

.border-all-solid-5 {
  border-width: 5px;
  border-style: solid;
}

.border-vertical-solid-5 {
  border-left-width: 5px;
  border-left-style: solid;
  border-right-width: 5px;
  border-right-style: solid;
}

.border-horizontal-solid-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-5 {
  border-top-width: 5px;
  border-top-style: dotted;
}

.border-bottom-dotted-5 {
  border-bottom-width: 5px;
  border-bottom-style: dotted;
}

.border-left-dotted-5 {
  border-left-width: 5px;
  border-left-style: dotted;
}

.border-right-dotted-5 {
  border-right-width: 5px;
  border-right-style: dotted;
}

.border-all-dotted-5 {
  border-width: 5px;
  border-style: dotted;
}

.border-vertical-dotted-5 {
  border-left-width: 5px;
  border-left-style: dotted;
  border-right-width: 5px;
  border-right-style: dotted;
}

.border-horizontal-dotted-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-5 {
  border-top-width: 5px;
  border-top-style: dashed;
}

.border-bottom-dashed-5 {
  border-bottom-width: 5px;
  border-bottom-style: dashed;
}

.border-left-dashed-5 {
  border-left-width: 5px;
  border-left-style: dashed;
}

.border-right-dashed-5 {
  border-right-width: 5px;
  border-right-style: dashed;
}

.border-all-dashed-5 {
  border-width: 5px;
  border-style: dashed;
}

.border-vertical-dashed-5 {
  border-left-width: 5px;
  border-left-style: dashed;
  border-right-width: 5px;
  border-right-style: dashed;
}

.border-horizontal-dashed-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-6 {
  border-top-width: 6px;
  border-top-style: solid;
}

.border-bottom-solid-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid;
}

.border-left-solid-6 {
  border-left-width: 6px;
  border-left-style: solid;
}

.border-right-solid-6 {
  border-right-width: 6px;
  border-right-style: solid;
}

.border-all-solid-6 {
  border-width: 6px;
  border-style: solid;
}

.border-vertical-solid-6 {
  border-left-width: 6px;
  border-left-style: solid;
  border-right-width: 6px;
  border-right-style: solid;
}

.border-horizontal-solid-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-6 {
  border-top-width: 6px;
  border-top-style: dotted;
}

.border-bottom-dotted-6 {
  border-bottom-width: 6px;
  border-bottom-style: dotted;
}

.border-left-dotted-6 {
  border-left-width: 6px;
  border-left-style: dotted;
}

.border-right-dotted-6 {
  border-right-width: 6px;
  border-right-style: dotted;
}

.border-all-dotted-6 {
  border-width: 6px;
  border-style: dotted;
}

.border-vertical-dotted-6 {
  border-left-width: 6px;
  border-left-style: dotted;
  border-right-width: 6px;
  border-right-style: dotted;
}

.border-horizontal-dotted-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-6 {
  border-top-width: 6px;
  border-top-style: dashed;
}

.border-bottom-dashed-6 {
  border-bottom-width: 6px;
  border-bottom-style: dashed;
}

.border-left-dashed-6 {
  border-left-width: 6px;
  border-left-style: dashed;
}

.border-right-dashed-6 {
  border-right-width: 6px;
  border-right-style: dashed;
}

.border-all-dashed-6 {
  border-width: 6px;
  border-style: dashed;
}

.border-vertical-dashed-6 {
  border-left-width: 6px;
  border-left-style: dashed;
  border-right-width: 6px;
  border-right-style: dashed;
}

.border-horizontal-dashed-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-7 {
  border-top-width: 7px;
  border-top-style: solid;
}

.border-bottom-solid-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid;
}

.border-left-solid-7 {
  border-left-width: 7px;
  border-left-style: solid;
}

.border-right-solid-7 {
  border-right-width: 7px;
  border-right-style: solid;
}

.border-all-solid-7 {
  border-width: 7px;
  border-style: solid;
}

.border-vertical-solid-7 {
  border-left-width: 7px;
  border-left-style: solid;
  border-right-width: 7px;
  border-right-style: solid;
}

.border-horizontal-solid-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-7 {
  border-top-width: 7px;
  border-top-style: dotted;
}

.border-bottom-dotted-7 {
  border-bottom-width: 7px;
  border-bottom-style: dotted;
}

.border-left-dotted-7 {
  border-left-width: 7px;
  border-left-style: dotted;
}

.border-right-dotted-7 {
  border-right-width: 7px;
  border-right-style: dotted;
}

.border-all-dotted-7 {
  border-width: 7px;
  border-style: dotted;
}

.border-vertical-dotted-7 {
  border-left-width: 7px;
  border-left-style: dotted;
  border-right-width: 7px;
  border-right-style: dotted;
}

.border-horizontal-dotted-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-7 {
  border-top-width: 7px;
  border-top-style: dashed;
}

.border-bottom-dashed-7 {
  border-bottom-width: 7px;
  border-bottom-style: dashed;
}

.border-left-dashed-7 {
  border-left-width: 7px;
  border-left-style: dashed;
}

.border-right-dashed-7 {
  border-right-width: 7px;
  border-right-style: dashed;
}

.border-all-dashed-7 {
  border-width: 7px;
  border-style: dashed;
}

.border-vertical-dashed-7 {
  border-left-width: 7px;
  border-left-style: dashed;
  border-right-width: 7px;
  border-right-style: dashed;
}

.border-horizontal-dashed-7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-8 {
  border-top-width: 8px;
  border-top-style: solid;
}

.border-bottom-solid-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid;
}

.border-left-solid-8 {
  border-left-width: 8px;
  border-left-style: solid;
}

.border-right-solid-8 {
  border-right-width: 8px;
  border-right-style: solid;
}

.border-all-solid-8 {
  border-width: 8px;
  border-style: solid;
}

.border-vertical-solid-8 {
  border-left-width: 8px;
  border-left-style: solid;
  border-right-width: 8px;
  border-right-style: solid;
}

.border-horizontal-solid-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-8 {
  border-top-width: 8px;
  border-top-style: dotted;
}

.border-bottom-dotted-8 {
  border-bottom-width: 8px;
  border-bottom-style: dotted;
}

.border-left-dotted-8 {
  border-left-width: 8px;
  border-left-style: dotted;
}

.border-right-dotted-8 {
  border-right-width: 8px;
  border-right-style: dotted;
}

.border-all-dotted-8 {
  border-width: 8px;
  border-style: dotted;
}

.border-vertical-dotted-8 {
  border-left-width: 8px;
  border-left-style: dotted;
  border-right-width: 8px;
  border-right-style: dotted;
}

.border-horizontal-dotted-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-8 {
  border-top-width: 8px;
  border-top-style: dashed;
}

.border-bottom-dashed-8 {
  border-bottom-width: 8px;
  border-bottom-style: dashed;
}

.border-left-dashed-8 {
  border-left-width: 8px;
  border-left-style: dashed;
}

.border-right-dashed-8 {
  border-right-width: 8px;
  border-right-style: dashed;
}

.border-all-dashed-8 {
  border-width: 8px;
  border-style: dashed;
}

.border-vertical-dashed-8 {
  border-left-width: 8px;
  border-left-style: dashed;
  border-right-width: 8px;
  border-right-style: dashed;
}

.border-horizontal-dashed-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-9 {
  border-top-width: 9px;
  border-top-style: solid;
}

.border-bottom-solid-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid;
}

.border-left-solid-9 {
  border-left-width: 9px;
  border-left-style: solid;
}

.border-right-solid-9 {
  border-right-width: 9px;
  border-right-style: solid;
}

.border-all-solid-9 {
  border-width: 9px;
  border-style: solid;
}

.border-vertical-solid-9 {
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 9px;
  border-right-style: solid;
}

.border-horizontal-solid-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-9 {
  border-top-width: 9px;
  border-top-style: dotted;
}

.border-bottom-dotted-9 {
  border-bottom-width: 9px;
  border-bottom-style: dotted;
}

.border-left-dotted-9 {
  border-left-width: 9px;
  border-left-style: dotted;
}

.border-right-dotted-9 {
  border-right-width: 9px;
  border-right-style: dotted;
}

.border-all-dotted-9 {
  border-width: 9px;
  border-style: dotted;
}

.border-vertical-dotted-9 {
  border-left-width: 9px;
  border-left-style: dotted;
  border-right-width: 9px;
  border-right-style: dotted;
}

.border-horizontal-dotted-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-9 {
  border-top-width: 9px;
  border-top-style: dashed;
}

.border-bottom-dashed-9 {
  border-bottom-width: 9px;
  border-bottom-style: dashed;
}

.border-left-dashed-9 {
  border-left-width: 9px;
  border-left-style: dashed;
}

.border-right-dashed-9 {
  border-right-width: 9px;
  border-right-style: dashed;
}

.border-all-dashed-9 {
  border-width: 9px;
  border-style: dashed;
}

.border-vertical-dashed-9 {
  border-left-width: 9px;
  border-left-style: dashed;
  border-right-width: 9px;
  border-right-style: dashed;
}

.border-horizontal-dashed-9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-top-solid-10 {
  border-top-width: 10px;
  border-top-style: solid;
}

.border-bottom-solid-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.border-left-solid-10 {
  border-left-width: 10px;
  border-left-style: solid;
}

.border-right-solid-10 {
  border-right-width: 10px;
  border-right-style: solid;
}

.border-all-solid-10 {
  border-width: 10px;
  border-style: solid;
}

.border-vertical-solid-10 {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 10px;
  border-right-style: solid;
}

.border-horizontal-solid-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.border-top-dotted-10 {
  border-top-width: 10px;
  border-top-style: dotted;
}

.border-bottom-dotted-10 {
  border-bottom-width: 10px;
  border-bottom-style: dotted;
}

.border-left-dotted-10 {
  border-left-width: 10px;
  border-left-style: dotted;
}

.border-right-dotted-10 {
  border-right-width: 10px;
  border-right-style: dotted;
}

.border-all-dotted-10 {
  border-width: 10px;
  border-style: dotted;
}

.border-vertical-dotted-10 {
  border-left-width: 10px;
  border-left-style: dotted;
  border-right-width: 10px;
  border-right-style: dotted;
}

.border-horizontal-dotted-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.border-top-dashed-10 {
  border-top-width: 10px;
  border-top-style: dashed;
}

.border-bottom-dashed-10 {
  border-bottom-width: 10px;
  border-bottom-style: dashed;
}

.border-left-dashed-10 {
  border-left-width: 10px;
  border-left-style: dashed;
}

.border-right-dashed-10 {
  border-right-width: 10px;
  border-right-style: dashed;
}

.border-all-dashed-10 {
  border-width: 10px;
  border-style: dashed;
}

.border-vertical-dashed-10 {
  border-left-width: 10px;
  border-left-style: dashed;
  border-right-width: 10px;
  border-right-style: dashed;
}

.border-horizontal-dashed-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.border-primary {
  border-color: var(--primary-color);
}

.border-gray {
  border-color: var(--gray-color);
}

.border-filler {
  border-color: var(--filler-color);
}

.border-light {
  border-color: var(--light-color);
}

.border-brand {
  border-color: var(--brand-color);
}

.border-dark {
  border-color: var(--dark-color);
}

.border-success {
  border-color: var(--success-color);
}

.border-info {
  border-color: var(--info-color);
}

.border-warning {
  border-color: var(--warning-color);
}

.border-error {
  border-color: var(--error-color);
}

.border-primary {
  border-color: var(--primary-color-light);
}

.border-gray {
  border-color: var(--gray-color-light);
}

.border-filler {
  border-color: var(--filler-color-light);
}

.border-light {
  border-color: var(--light-color-light);
}

.border-brand {
  border-color: var(--brand-color-light);
}

.border-dark {
  border-color: var(--dark-color-light);
}

.border-success {
  border-color: var(--success-color-light);
}

.border-info {
  border-color: var(--info-color-light);
}

.border-warning {
  border-color: var(--warning-color-light);
}

.border-error {
  border-color: var(--error-color-light);
}

.border-primary {
  border-color: var(--primary-color-saturated);
}

.border-gray {
  border-color: var(--gray-color-saturated);
}

.border-filler {
  border-color: var(--filler-color-saturated);
}

.border-light {
  border-color: var(--light-color-saturated);
}

.border-brand {
  border-color: var(--brand-color-saturated);
}

.border-dark {
  border-color: var(--dark-color-saturated);
}

.border-success {
  border-color: var(--success-color-saturated);
}

.border-info {
  border-color: var(--info-color-saturated);
}

.border-warning {
  border-color: var(--warning-color-saturated);
}

.border-error {
  border-color: var(--error-color-saturated);
}

/*===========*/
/* UTILITIES */
/*===========*/
.ew-no-highlight, .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 */
}

.no-decoration-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hoverable-list {
  position: relative;
  color: var(--dark-color-saturated);
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
  height: 46px;
  width: 100%;
}
.hoverable-list li {
  width: calc(100% - 1.2rem);
  height: 100%;
  padding-left: 1.2rem;
  cursor: pointer;
  background: transparent;
  transition: background 0.15s linear, color 0.15s linear;
}
.hoverable-list li:hover {
  background: var(--dark-color-desaturated);
  color: var(--light-color-desaturated);
}
.hoverable-list li a {
  width: 100%;
  height: 100%;
}
.hoverable-list li a.title {
  font-weight: bold;
  text-transform: uppercase;
}

.flex, .flex-all-end, .flex-all-center, .flex-all-start, .flex-end, .flex-end-end, .flex-end-center, .flex-end-start, .flex-center, .flex-center-end, .flex-center-center, .flex-center-start, .flex-start, .flex-start-end, .flex-start-center, .flex-start-start {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-valign-start {
  display: flex;
  align-items: flex-start;
}
.flex-valign-center {
  display: flex;
  align-items: center;
}
.flex-valign-end {
  display: flex;
  align-items: flex-end;
}
.flex-align-start {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.flex-align-center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.flex-align-end {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.flex-start, .flex-start-end, .flex-start-center, .flex-start-start {
  justify-content: flex-start;
  text-align: left;
}
.flex-start-start {
  align-items: flex-start;
}
.flex-start-center {
  align-items: center;
}
.flex-start-end {
  align-items: flex-end;
}
.flex-center, .flex-center-end, .flex-center-center, .flex-center-start {
  justify-content: center;
  text-align: center;
}
.flex-center-start {
  align-items: flex-start;
}
.flex-center-center {
  align-items: center;
}
.flex-center-end {
  align-items: flex-end;
}
.flex-end, .flex-end-end, .flex-end-center, .flex-end-start {
  justify-content: flex-end;
  text-align: right;
}
.flex-end-start {
  align-items: flex-start;
}
.flex-end-center {
  align-items: center;
}
.flex-end-end {
  align-items: flex-end;
}
.flex-all-start {
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}
.flex-all-center {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.flex-all-end {
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
}

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

.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-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-light);
  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: "\e88e";
  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: "\e88e";
  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: "\e160";
  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: "\e160";
  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: "\e002";
  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: "\e002";
  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;
}

.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.compact-top > .ew-col {
  padding-top: 0.5rem;
}
.ew-row.compact-right > .ew-col {
  padding-right: 0.5rem;
}
.ew-row.compact-bottom > .ew-col {
  padding-bottom: 0.5rem;
}
.ew-row.compact-left > .ew-col {
  padding-left: 0.5rem;
}
.ew-row.compact-horizontal > .ew-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ew-row.compact-vertical > .ew-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ew-row.compact-all > .ew-col {
  padding: 0.5rem;
}
.ew-row.ultracompact-top > .ew-col {
  padding-top: 0.3333333333rem;
}
.ew-row.ultracompact-right > .ew-col {
  padding-right: 0.3333333333rem;
}
.ew-row.ultracompact-bottom > .ew-col {
  padding-bottom: 0.3333333333rem;
}
.ew-row.ultracompact-left > .ew-col {
  padding-left: 0.3333333333rem;
}
.ew-row.ultracompact-horizontal > .ew-col {
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}
.ew-row.ultracompact-vertical > .ew-col {
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
}
.ew-row.ultracompact-all > .ew-col {
  padding: 0.3333333333rem;
}
.ew-row.no-gutter-top > .ew-col {
  padding-top: 0;
}
.ew-row.no-gutter-bottom > .ew-col {
  padding-bottom: 0;
}
.ew-row.no-gutter-left > .ew-col {
  padding-left: 0;
}
.ew-row.no-gutter-right > .ew-col {
  padding-right: 0;
}
.ew-row.no-gutter-horizontal > .ew-col {
  padding-left: 0;
  padding-right: 0;
}
.ew-row.no-gutter-vertical > .ew-col {
  padding-top: 0;
  padding-bottom: 0;
}
.ew-row.no-gutter-all > .ew-col {
  padding: 0;
}

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

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

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

.fade-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.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: revert !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: revert !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: revert !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: revert !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: revert !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: revert !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: revert !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: revert !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: revert !important;
  }
  .ew-row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.ew-breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
.ew-breadcrumb .ew-crumb {
  float: left;
  z-index: 1;
  background: var(--dark-color-light);
  color: var(--dark-color-font);
  transition: background 0.1s ease-in-out;
  width: fit-content;
}
.ew-breadcrumb .ew-crumb:hover {
  cursor: pointer;
  background: var(--dark-color);
}
.ew-breadcrumb .ew-crumb.home {
  color: var(--dark-color-light);
  background: transparent;
}
.ew-breadcrumb .ew-crumb.home:hover {
  cursor: pointer;
  background: var(--dark-color);
  color: var(--dark-color-font);
}
.ew-breadcrumb .ew-crumb:not(.home) {
  z-index: 1;
  margin-right: 5px;
}
.ew-breadcrumb .ew-crumb:not(.home) a {
  padding: 0 1rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.ew-breadcrumb .ew-crumb.active {
  padding: 0 1rem;
  display: block;
  position: relative;
  cursor: default;
  color: var(--dark-color-font);
  background: var(--dark-color-light);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.ew-breadcrumb .ew-crumb:not(.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);
}

/*====================*/
/* 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: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-progress-container.wide-track {
  height: 10px;
}
.ew-progress-container.wide-track .ew-progress-bar {
  height: 10px;
}
.ew-progress-container.primary .ew-progress-bar {
  background: var(--primary-color);
}
.ew-progress-container.ew-progress-bg-primary {
  background: var(--primary-color-light);
}
.ew-progress-container.gray .ew-progress-bar {
  background: var(--gray-color);
}
.ew-progress-container.ew-progress-bg-gray {
  background: var(--gray-color-light);
}
.ew-progress-container.filler .ew-progress-bar {
  background: var(--filler-color);
}
.ew-progress-container.ew-progress-bg-filler {
  background: var(--filler-color-light);
}
.ew-progress-container.light .ew-progress-bar {
  background: var(--light-color);
}
.ew-progress-container.ew-progress-bg-light {
  background: var(--light-color-light);
}
.ew-progress-container.brand .ew-progress-bar {
  background: var(--brand-color);
}
.ew-progress-container.ew-progress-bg-brand {
  background: var(--brand-color-light);
}
.ew-progress-container.dark .ew-progress-bar {
  background: var(--dark-color);
}
.ew-progress-container.ew-progress-bg-dark {
  background: var(--dark-color-light);
}
.ew-progress-container.success .ew-progress-bar {
  background: var(--success-color);
}
.ew-progress-container.ew-progress-bg-success {
  background: var(--success-color-light);
}
.ew-progress-container.info .ew-progress-bar {
  background: var(--info-color);
}
.ew-progress-container.ew-progress-bg-info {
  background: var(--info-color-light);
}
.ew-progress-container.warning .ew-progress-bar {
  background: var(--warning-color);
}
.ew-progress-container.ew-progress-bg-warning {
  background: var(--warning-color-light);
}
.ew-progress-container.error .ew-progress-bar {
  background: var(--error-color);
}
.ew-progress-container.ew-progress-bg-error {
  background: var(--error-color-light);
}

.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);
}

select.ew-input {
  height: 33px;
}

.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-container {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ew-spinner-container.primary .ew-spinner {
  border-top-color: var(--primary-color);
}
.ew-spinner-container.gray .ew-spinner {
  border-top-color: var(--gray-color);
}
.ew-spinner-container.filler .ew-spinner {
  border-top-color: var(--filler-color);
}
.ew-spinner-container.light .ew-spinner {
  border-top-color: var(--light-color);
}
.ew-spinner-container.brand .ew-spinner {
  border-top-color: var(--brand-color);
}
.ew-spinner-container.dark .ew-spinner {
  border-top-color: var(--dark-color);
}
.ew-spinner-container.success .ew-spinner {
  border-top-color: var(--success-color);
}
.ew-spinner-container.info .ew-spinner {
  border-top-color: var(--info-color);
}
.ew-spinner-container.warning .ew-spinner {
  border-top-color: var(--warning-color);
}
.ew-spinner-container.error .ew-spinner {
  border-top-color: var(--error-color);
}
.ew-spinner-container.small {
  height: 20px;
  width: 20px;
}
.ew-spinner-container.big {
  height: 100px;
  width: 100px;
}

.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;
}
.ew-spinner.wide-track {
  border-width: 5px;
}

@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 {
  display: flex;
  flex-direction: column;
  height: calc(100% - (46px + 2rem));
}
.ew-side-menu nav {
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 1rem;
}
.ew-side-menu nav p, .ew-side-menu nav h6, .ew-side-menu nav h5, .ew-side-menu nav h4, .ew-side-menu nav h3, .ew-side-menu nav h2, .ew-side-menu nav h1 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: inherit;
}
.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: 46px;
  width: 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 h4, .ew-side-menu nav .title p {
  display: inline-flex;
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--light-color);
  max-height: 100%;
  width: 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 {
  display: flex;
  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(46px - 10px);
}
.ew-side-menu nav .side-menu--list-container > ul > li {
  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 > a > h5, .ew-side-menu nav .side-menu--list-container > ul > li > a > h4, .ew-side-menu nav .side-menu--list-container > ul > li > label, .ew-side-menu nav .side-menu--list-container > ul > li > label > h6, .ew-side-menu nav .side-menu--list-container > ul > li > label > h5, .ew-side-menu nav .side-menu--list-container > ul > li > label > h4 {
  min-height: calc(46px - 10px);
}
.ew-side-menu nav .side-menu--list-container > ul > li > a {
  font-size: calc(46px - 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: "\e5c5";
}
.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: "\e5c7";
}
.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: 46px;
  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 ~ main, #side-menu-navigation[type=checkbox]:checked ~ header {
  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) ~ main, #side-menu-navigation[type=checkbox]:not(:checked) ~ header {
  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: 46px;
  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(46px - 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-framework [type=radio]:not(:checked),
.ew-framework [type=radio]:checked {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.ew-framework [type=radio] ~ span {
  cursor: pointer;
  min-height: 1rem;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ew-framework [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-framework [type=radio] ~ span:after {
  background: rgba(0, 0, 0, 0);
}
.ew-framework [type=radio]:not(:disabled) ~ span {
  cursor: pointer;
}
.ew-framework [type=radio]:disabled:checked ~ span:before {
  background: var(--primary-color-light);
}
.ew-framework [type=radio]:not(checked):disabled ~ span:before {
  content: " ";
  background: var(--filler-color);
}
.ew-framework [type=radio]:checked ~ span {
  position: relative;
}
.ew-framework [type=radio]:checked ~ span:before {
  background: var(--primary-color);
  transition: background 0.2s ease-out;
}
.ew-framework [type=radio]:checked ~ span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--light-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  z-index: 1;
  transition: background 0.15s 0.05s ease-in;
}
.ew-framework [type=radio]:not(:checked) ~ span {
  position: relative;
}
.ew-framework [type=radio]:not(:checked) ~ span:before {
  background: var(--filler-color-light);
}
.ew-framework [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]:checked {
  background: red !important;
}
.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 input[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 input[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 input[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 input[type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 1px solid var(--gray-color);
  border-radius: 1px;
  background-color: transparent;
}
.ew-input-container input[type=checkbox].filled-in + span:not(.lever):after {
  box-sizing: initial;
  border-radius: 2px;
}
.ew-input-container input[type=checkbox].filled-in + span:not(.lever):before, .ew-input-container input[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 input[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 input[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 input[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 input[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 input[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 input[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 input[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
.ew-input-container input[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 input[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
.ew-input-container input[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;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  content: "";
}

input > .ew-input, select > .ew-input, .ew-input {
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  appearance: unset !important;
  line-height: 1rem !important;
}

select {
  padding-right: 1rem;
  min-width: 2rem;
}

label.ew-select-label {
  position: relative;
}
label.ew-select-label:first-letter {
  text-transform: capitalize;
}
label.ew-select-label::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: 0;
  bottom: 0.6rem;
  height: 0.66rem;
  width: 0.66rem;
  font-size: 0.6rem;
  content: "▼";
}

label.ew-checkbox-label {
  display: initial;
}

label {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  letter-spacing: 0.075em;
}
label.label-bold {
  font-weight: 600;
}
label span.ew-input-label {
  position: absolute;
  top: -21.74px;
}

.ew-input {
  text-transform: none;
  height: 1rem;
  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;
  -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-input:focus ~ .selector {
  opacity: 1;
  min-height: 4px;
  border-radius: 4px;
  position: absolute;
  transition: all 0.2s ease;
  width: 100%;
  margin-top: -4.2px;
  left: 1px;
  bottom: 0;
  border-bottom: 1px solid var(--primary-color);
  pointer-events: none;
}
.ew-input:focus ~ .selector.primary {
  border-bottom: 1px solid var(--primary-color);
}
.ew-input:focus ~ .selector.gray {
  border-bottom: 1px solid var(--gray-color);
}
.ew-input:focus ~ .selector.filler {
  border-bottom: 1px solid var(--filler-color);
}
.ew-input:focus ~ .selector.light {
  border-bottom: 1px solid var(--light-color);
}
.ew-input:focus ~ .selector.brand {
  border-bottom: 1px solid var(--brand-color);
}
.ew-input:focus ~ .selector.dark {
  border-bottom: 1px solid var(--dark-color);
}
.ew-input:focus ~ .selector.success {
  border-bottom: 1px solid var(--success-color);
}
.ew-input:focus ~ .selector.info {
  border-bottom: 1px solid var(--info-color);
}
.ew-input:focus ~ .selector.warning {
  border-bottom: 1px solid var(--warning-color);
}
.ew-input:focus ~ .selector.error {
  border-bottom: 1px solid var(--error-color);
}
.ew-input:not(select) {
  width: calc(100% - 1.25rem);
}
.ew-input::placeholder {
  color: var(--dark-color-light);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.ew-input::-webkit-input-placeholder {
  color: var(--dark-color-light);
  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-light);
}

.ew-input-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 10px 5px;
}
.ew-input-container.compact {
  width: fit-content;
  display: inline-flex;
}
.ew-input-container.flat .ew-input-group .selector {
  width: calc(95% - 1rem);
  border-radius: 0;
}
.ew-input-container .ew-input-group {
  position: relative;
  -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);
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-top: 5px;
}
.ew-input-container .ew-input-group .ew-input-addon {
  text-align: center;
}
.ew-input-container .ew-input-group:focus {
  transition: all 0.2s ease;
}
.ew-input-container .ew-input-group .ew-input {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  flex-basis: 95%;
  flex-shrink: 1;
  flex-grow: 0;
  padding-right: 1.3rem;
  border-bottom: 0;
  margin-top: 0;
}
.ew-input-container .ew-input-group .selector {
  bottom: 0;
  border-radius: 0 1px 0 0;
}
.ew-input-container .ew-input-group.left {
  cursor: text;
  flex-direction: row-reverse;
}
.ew-input-container .ew-input-group.left .ew-input-addon {
  text-align: center;
}
.ew-input-container .ew-input-group.left .selector {
  bottom: 0;
  border-radius: 0 1px 0 0;
}
.ew-input-container .selector {
  position: absolute;
  bottom: 1px;
  border: 0;
  opacity: 0.5;
  height: 1px;
  pointer-events: none;
}
.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);
  border-bottom-color: var(--error-color);
}
.ew-input-container.outline.has-error .ew-input-group {
  border-color: var(--error-color);
}
.ew-input-container.outline .ew-input {
  border-width: 1px;
  border-style: solid;
  border-color: var(--dark-color-light);
}
.ew-input-container.outline .ew-input:focus {
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--dark-color-saturated);
}
.ew-input-container.outline .ew-input-group {
  -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);
  border: 1px solid var(--dark-color-light);
}
.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 {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  border: 0;
}
.ew-input-container.outline .selector {
  bottom: 3px;
}
.ew-input-container.filled .ew-input {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  border-bottom: none;
  border-top: 3px solid var(--light-color);
  background: var(--light-color-saturated);
  border-radius: 4px;
}
.ew-input-container.filled .ew-input-group {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.ew-input-container.flat:not(.outline).has-error .ew-input {
  border-color: var(--error-color);
}
.ew-input-container.flat:not(.outline).has-error .ew-input:focus {
  border-color: var(--error-color-saturated);
}
.ew-input-container.flat:not(.outline).has-error .ew-input-group {
  border-color: var(--error-color);
}
.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 {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  border-radius: 4px;
  border-bottom-color: var(--dark-color-light);
}
.ew-input-container.flat.outline.has-error .ew-input {
  border-color: var(--error-color);
}
.ew-input-container.flat.outline.has-error .ew-input:focus {
  transition: all 0.2s ease;
  border-color: var(--error-color-saturated);
}
.ew-input-container.flat.outline.has-error .ew-input-group {
  border-color: var(--error-color);
}
.ew-input-container.flat .ew-input {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
  border-radius: 0;
  background: var(--light-color-saturated);
  border-bottom: 1px solid var(--gray-color-light);
}
.ew-input-container.flat .ew-input-group {
  -webkit-box-shadow: 0 0 1px transparent !important;
  box-shadow: 0 0 1px transparent !important;
}
.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;
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
}
.ew-card.primary {
  background-color: var(--primary-color);
}
.ew-card.gray {
  background-color: var(--gray-color);
}
.ew-card.filler {
  background-color: var(--filler-color);
}
.ew-card.light {
  background-color: var(--light-color);
}
.ew-card.brand {
  background-color: var(--brand-color);
}
.ew-card.dark {
  background-color: var(--dark-color);
}
.ew-card.success {
  background-color: var(--success-color);
}
.ew-card.info {
  background-color: var(--info-color);
}
.ew-card.warning {
  background-color: var(--warning-color);
}
.ew-card.error {
  background-color: var(--error-color);
}
.ew-card:not(.compact) {
  height: 100%;
}
.ew-card.ew-bg-light .ew-card-title, .ew-card.light .ew-card-title {
  color: var(--gray-color);
}
.ew-card-title {
  color: var(--filler-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;
}
.ew-card-title.small {
  height: 46px;
  display: flex;
  align-items: center;
}
.ew-card-body {
  padding: 0.6rem 15px;
}
.ew-card-footer {
  width: 100%;
  padding: 0.6rem 15px;
  position: absolute;
  bottom: 0;
}
.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:not(.no-hover):hover .ew-dropdown .dropdown-arrow {
  opacity: 1;
  transition: opacity 0.1s 0.125s ease-out;
}

@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:not(.no-hover):hover.ew-bg-light .ew-card-title, .ew-card:not(.no-hover):hover.light .ew-card-title {
  background-color: rgba(0, 0, 0, calc(0.1 / 2));
}
.ew-card:not(.no-hover):hover .ew-card-title {
  background-color: rgba(0, 0, 0, 0.1);
}

/*==============*/
/* BUTTON STYLE */
/*==============*/
.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) {
  text-transform: uppercase;
}

.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) {
  text-transform: uppercase;
}

.ew-btn-link {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--primary-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) {
  text-transform: uppercase;
}

.ew-btn.stretch, .ew-btn-link.stretch, .ew-btn-outline.stretch {
  width: 100%;
}
.ew-btn > i, .ew-btn-link > i, .ew-btn-outline > i {
  margin-right: 4px;
  width: calc(1.2rem - 4px);
  line-height: 1;
  font-size: 1.2rem;
}
.ew-btn.small, .ew-btn-link.small, .ew-btn-outline.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 {
  width: calc(1.2rem - 9px);
  line-height: 0.7;
  font-size: 0.9rem;
}
.ew-btn *, .ew-btn-link *, .ew-btn-outline * {
  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]) {
  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 {
  -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 {
  -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 {
  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-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.primary.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.primary.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.primary.ew-btn-action > input[type=checkbox] {
  display: none;
}
.primary.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.primary.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.primary.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.primary.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.primary:active {
  box-shadow: none;
}

.gray.ew-btn {
  background-color: var(--gray-color);
  color: var(--gray-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.gray.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.gray.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.gray.ew-btn-action > input[type=checkbox] {
  display: none;
}
.gray.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.gray.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.gray.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.gray.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.gray:active {
  box-shadow: none;
}

.filler.ew-btn {
  background-color: var(--filler-color);
  color: var(--filler-color-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-color-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-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.filler.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.filler.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.filler.ew-btn-action > input[type=checkbox] {
  display: none;
}
.filler.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.filler.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.filler.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.filler.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.filler:active {
  box-shadow: none;
}

.light.ew-btn {
  background-color: var(--light-color);
  color: var(--light-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.light.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.light.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.light.ew-btn-action > input[type=checkbox] {
  display: none;
}
.light.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.light.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.light.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.light.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.light:active {
  box-shadow: none;
}

.brand.ew-btn {
  background-color: var(--brand-color);
  color: var(--brand-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.brand.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.brand.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.brand.ew-btn-action > input[type=checkbox] {
  display: none;
}
.brand.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.brand.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.brand.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.brand.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.brand:active {
  box-shadow: none;
}

.dark.ew-btn {
  background-color: var(--dark-color);
  color: var(--dark-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.dark.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.dark.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.dark.ew-btn-action > input[type=checkbox] {
  display: none;
}
.dark.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.dark.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.dark.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.dark.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.dark:active {
  box-shadow: none;
}

.success.ew-btn {
  background-color: var(--success-color);
  color: var(--success-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.success.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.success.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.success.ew-btn-action > input[type=checkbox] {
  display: none;
}
.success.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.success.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.success.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.success.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.success:active {
  box-shadow: none;
}

.info.ew-btn {
  background-color: var(--info-color);
  color: var(--info-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.info.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.info.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.info.ew-btn-action > input[type=checkbox] {
  display: none;
}
.info.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.info.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.info.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.info.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.info:active {
  box-shadow: none;
}

.warning.ew-btn {
  background-color: var(--warning-color);
  color: var(--warning-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.warning.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.warning.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.warning.ew-btn-action > input[type=checkbox] {
  display: none;
}
.warning.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.warning.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.warning.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.warning.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.warning:active {
  box-shadow: none;
}

.error.ew-btn {
  background-color: var(--error-color);
  color: var(--error-color-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-color-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(--filler-color);
  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-color-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-badge-saturated);
}
.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:not(.ew-btn-action-menu) {
  box-shadow: none;
}
.error.ew-btn-action > ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: absolute;
  height: auto;
  bottom: 30.6666666667px;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  list-style: none;
}
.error.ew-btn-action > ul > li {
  opacity: 0;
  transform: scale(0.2);
}
.error.ew-btn-action > input[type=checkbox] {
  display: none;
}
.error.ew-btn-action > input:checked ~ ul {
  pointer-events: initial;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(1) {
  transition-delay: 0.07s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(2) {
  transition-delay: 0.14s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(3) {
  transition-delay: 0.21s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(4) {
  transition-delay: 0.28s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(5) {
  transition-delay: 0.35s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(6) {
  transition-delay: 0.42s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(7) {
  transition-delay: 0.49s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(8) {
  transition-delay: 0.56s;
}
.error.ew-btn-action > input:checked ~ ul :nth-child(9) {
  transition-delay: 0.63s;
}
.error.ew-btn-action > input:checked ~ ul > li {
  position: relative;
  opacity: 1;
  left: 0;
  margin-bottom: 0.2rem;
  transform: scale(0.85);
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}
.error.ew-btn-action > input:checked ~ ul > li > * {
  position: relative !important;
  left: 0;
}
.error:active {
  box-shadow: none;
}

.gradient.ew-btn {
  background: rgb(50, 47, 98);
  background: linear-gradient(8deg, rgb(50, 47, 98) 0%, rgb(54, 61, 116) 30%, rgb(95, 117, 222) 100%);
  color: var(--filler-color);
}
.gradient.ew-btn:hover {
  background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%);
}
.gradient.ew-btn-outline {
  color: rgb(50, 47, 98);
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgb(50, 47, 98);
}
.gradient.ew-btn-outline:hover {
  color: var(--filler-color);
  background: linear-gradient(8deg, #28246d 0%, #293381 30%, #516cec 100%);
}
.gradient.ew-btn-link {
  color: rgb(50, 47, 98);
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.gradient.ew-btn-link:hover {
  color: hsl(242deg, 45%, 47%);
}

.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;
}
.ew-modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.ew-modal:target .ew-modal-container {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .ew-modal:target .ew-modal-container {
    min-height: 95%;
    min-width: 95%;
  }
}
.ew-modal.small .ew-modal-container {
  max-height: 480px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .ew-modal.small .ew-modal-container {
    min-height: 95%;
    min-width: 95%;
  }
}
.ew-modal .ew-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: initial;
  padding: 1.2rem;
  background: var(--light-color-ultra-light);
  height: 75%;
  opacity: 0;
  width: 50%;
  margin-right: 5px;
  max-width: 640px;
  border-radius: 4px;
  transform: scale(0.97);
  transition: all 0.1s 0.1s ease-in;
  -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-modal .ew-modal-header {
  position: relative;
  display: inline-flex;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.ew-modal .ew-modal-header .ew-modal-close {
  position: absolute;
  top: 0;
  right: -0.6rem;
}
.ew-modal .ew-modal-body {
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1rem;
  width: 100%;
}
.ew-modal .ew-modal-footer {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.ew-table {
  margin: 0.6rem 2px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.ew-table tr:not(:last-child) {
  border-bottom: 1px solid var(--dark-color-light);
}
.ew-table tr.vertical-align-middle td {
  vertical-align: middle;
}
.ew-table td {
  padding: 0.6rem 8px;
  line-height: 1.2rem;
  vertical-align: top;
}
.ew-table td.centered {
  text-align: center;
  vertical-align: middle;
}
.ew-table td.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.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.centered td {
  text-align: center;
  vertical-align: middle;
}
.ew-table th {
  border-bottom: 2px solid var(--success-color);
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.ew-table.layout-fixed {
  table-layout: fixed;
}

.ew-tabs {
  width: 100%;
}
.ew-tabs .ew-tab-links {
  display: flex;
  flex-wrap: wrap;
}
.ew-tabs .ew-tab-links .ew-tab-link {
  flex: 1;
  background: var(--light-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.primary {
  color: var(--primary-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.primary.active {
  -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);
  color: var(--primary-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.primary:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray {
  color: var(--gray-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray.active {
  -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);
  color: var(--gray-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.gray:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler {
  color: var(--filler-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler.active {
  -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);
  color: var(--filler-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.filler:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.light {
  color: var(--light-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.light.active {
  -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);
  color: var(--light-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.light:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand {
  color: var(--brand-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand.active {
  -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);
  color: var(--brand-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.brand:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark {
  color: var(--dark-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark.active {
  -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);
  color: var(--dark-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.dark:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.success {
  color: var(--success-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.success.active {
  -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);
  color: var(--success-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.success:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.info {
  color: var(--info-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.info.active {
  -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);
  color: var(--info-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.info:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning {
  color: var(--warning-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning.active {
  -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);
  color: var(--warning-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.warning:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.error {
  color: var(--error-color);
  background: var(--light-color-dark);
}
.ew-tabs .ew-tab-links .ew-tab-link.error.active {
  -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);
  color: var(--error-color);
}
.ew-tabs .ew-tab-links .ew-tab-link.error:hover {
  -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-desaturated);
}
.ew-tabs .ew-tab-links .ew-tab-link.active {
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--light-color);
}
.ew-tabs .ew-tab-body {
  display: block;
}
.ew-tabs .ew-tab-body .ew-tab {
  display: none;
}

.ew-tabs-vertical {
  display: flex;
}
.ew-tabs-vertical.ew-tabs-reversed {
  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-light);
  color: var(--filler-color);
  width: 200px;
  max-height: 200px;
  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;
}

.ew-drop-trigger {
  font-family: Montserrat, 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.compressed .ew-drop-content-item {
  min-height: 0;
}
.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.compressed {
  min-height: 0;
}
.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-collapsible-trigger {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.6rem;
}
.ew-collapsible-trigger.outlined {
  border: 1px solid var(--dark-color-light);
}

.ew-collapsible-body {
  padding: 0.5em;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease-in-out;
  z-index: 10;
}
.ew-collapsible-body.displayed {
  opacity: 1;
  pointer-events: all;
}

#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-light);
  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;
  -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);
  z-index: 2;
}
#dropdown_base:empty, .ew-dropdown.open-dropdown .ew-dropdown-content:empty {
  display: none;
}
#dropdown_base.fit-content, .ew-dropdown.open-dropdown .fit-content.ew-dropdown-content {
  width: fit-content;
}
#dropdown_base.left, .ew-dropdown.open-dropdown .left.ew-dropdown-content {
  border-radius: 4px 0 4px 4px;
  right: initial;
  left: calc(90% - 200px);
}
#dropdown_base.right, .ew-dropdown.open-dropdown .right.ew-dropdown-content {
  border-radius: 0 4px 4px 4px;
  left: initial;
  right: calc(90% - 200px );
}
#dropdown_base > .divider, .ew-dropdown.open-dropdown .ew-dropdown-content > .divider {
  border-top: 1px solid var(--dark-color-light);
  height: 2px;
  width: 100%;
  margin-bottom: 2px;
  margin-top: 3px;
}
#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;
}
#dropdown_base > li:not(.divider) > a, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > a {
  height: 100%;
}
#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;
}
#dropdown_base > li:not(.divider) > * i, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider) > * i {
  margin-right: 0.5rem;
}
#dropdown_base > li:not(.divider):hover, .ew-dropdown.open-dropdown .ew-dropdown-content > li:not(.divider):hover {
  background: var(--filler-color-saturated);
}
#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%;
}
/*==============*/
/* 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-light);
}
.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-light) !important;
}
.ew-empty-placeholder .empty-icon {
  font-size: 3.2rem;
}

body.ew-error-page {
  background: var(--filler-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
body.ew-error-page main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.ew-error-page main {
    min-height: 100%;
  }
  body.ew-error-page main section {
    height: 100%;
    border-radius: 0;
  }
}
body.ew-error-page main section {
  margin: 0 !important;
}
body.ew-error-page section {
  z-index: 0;
  border-radius: 10px;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  margin: 50px;
  color: var(--filler-color);
}
body.ew-error-page section .error--logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 70%;
}
body.ew-error-page section .error--logo-container #error--logo_full {
  max-height: 75px;
  width: auto;
  height: auto;
  object-fit: contain;
}
body.ew-error-page section .error--logo-container #error--logo_letter {
  max-height: 50%;
}
body.ew-error-page section .error--logo-container em {
  margin-left: 5px;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
body.ew-error-page section .errorContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.ew-error-page section .errorContent h1 {
  padding: 0;
}

.ew-navbar .ew-navbar-container .ew-input-container#localizationContainer {
  margin-right: 1rem;
}
.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 .navbar---changelog-button {
  display: flex;
  align-items: flex-end;
  margin-right: 1rem;
}
.ew-navbar .ew-navbar-container .navbar---changelog-button .unread-icon {
  font-size: 0.5rem;
  align-self: flex-start;
}
.ew-navbar .ew-navbar-container .navbar---changelog-button i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

html.ew-framework body.ew-login-page {
  --information-zone-width: 39.2%;
  --login-zone-width: 25.8%;
  --login-zone-height: 55%;
  --login-zone-min-height: 400px;
  --main-max-height: 1200px;
  --main-max-width: 1900px;
  --login-information-height-difference: 2.5%;
  --login-void: calc((100% - var(--login-zone-height)));
  background: var(--filler-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
html.ew-framework body.ew-login-page #localizationContainer {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 2;
}
html.ew-framework body.ew-login-page main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: var(--main-max-height);
  max-width: var(--main-max-width);
  padding-top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  min-height: 100%;
}
html.ew-framework body.ew-login-page main section {
  margin: 0 !important;
}
html.ew-framework body.ew-login-page #login--card-form {
  z-index: 0;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: var(--login-zone-min-height);
  height: var(--login-zone-height);
  width: var(--login-zone-width);
  overflow: auto;
  overflow-x: hidden;
  color: var(--filler-color);
}
html.ew-framework body.ew-login-page #login--card-form.rounded {
  border-radius: 10px;
}
@media (min-width: 1181px) and (max-width: 1260px) {
  html.ew-framework body.ew-login-page #login--card-form .register-link {
    font-size: 0.8rem;
  }
}
@media (min-width: 1101px) and (max-width: 1180px) {
  html.ew-framework body.ew-login-page #login--card-form .register-link {
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
  }
}
@media (min-width: 780px) and (max-width: 1100px) {
  html.ew-framework body.ew-login-page #login--card-form {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  html.ew-framework body.ew-login-page #login--card-form .register-link {
    font-size: 1rem !important;
  }
}
@media (max-width: 769px) {
  html.ew-framework body.ew-login-page #login--card-form {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  html.ew-framework body.ew-login-page #login--card-form form {
    min-height: 100%;
    height: 100%;
    width: 100%;
  }
}
html.ew-framework body.ew-login-page #login--card-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
}
html.ew-framework body.ew-login-page #login--card-form form .login--logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.ew-framework body.ew-login-page #login--card-form form #login--logo_full {
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}
html.ew-framework body.ew-login-page #login--card-form form #login--logo_letter {
  max-height: 120px;
}
html.ew-framework body.ew-login-page #login--card-form form em {
  margin-left: 5px;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
html.ew-framework body.ew-login-page #login--card-form form .register-link {
  padding: 0;
  margin: 0;
  font-weight: 500;
  word-break: break-word;
}
html.ew-framework body.ew-login-page #login--card-form form .password-link {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
html.ew-framework body.ew-login-page #login--card-form form .login--login-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 3.5rem;
}
html.ew-framework body.ew-login-page #login--card-form form .login--login-button-container button {
  width: 100%;
}
html.ew-framework body.ew-login-page #login--card-info {
  position: relative;
  transform: translateX(-40px);
  z-index: -1;
  padding-left: 40px;
  min-height: calc(var(--login-zone-min-height) - var(--login-information-height-difference));
  height: calc(var(--login-zone-height) - var(--login-information-height-difference));
  width: var(--information-zone-width);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
html.ew-framework body.ew-login-page #login--card-info .motif {
  position: absolute;
  top: -10%;
  right: -25%;
  width: 75%;
  height: 75%;
  z-index: -1;
}
html.ew-framework body.ew-login-page #login--card-info .motif img {
  height: 100%;
  width: 100%;
  user-select: none;
}
html.ew-framework body.ew-login-page #login--card-info .motif .motif-gradient {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150%;
  height: 150%;
  background: var(--light-color);
  z-index: 1;
  background: -moz-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 58%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
html.ew-framework body.ew-login-page #login--card-info .login--img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
}
html.ew-framework body.ew-login-page #login--card-info .login--img-container img {
  height: 180px;
}
html.ew-framework body.ew-login-page #login--card-info .login--img-container h2 {
  color: rgb(50, 47, 98);
}
@media screen and (max-width: 1100px) {
  html.ew-framework body.ew-login-page #login--card-info {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container img {
    height: 100px;
  }
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container img {
    height: 120px;
  }
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1420px) {
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container img {
    height: 140px;
  }
}
@media screen and (min-width: 1420px) and (max-width: 1600px) {
  html.ew-framework body.ew-login-page #login--card-info div.login--img-container img {
    height: 160px;
  }
}

#disconnectButton {
  margin-top: auto;
  margin-bottom: 0.5rem;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
}
#disconnectButton *:not(i) {
  width: 100%;
  display: flex;
  text-align: center;
}

.ew-side-menu.light nav {
  color: var(--dark-color);
}
.ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--dark-color);
  max-height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ew-side-menu.light header.ew-side-menu-header {
  display: flex;
  justify-content: center;
  background-color: var(--success-color);
  height: 46px;
  width: 100%;
  padding: 6px 0;
}
.ew-side-menu.light header.ew-side-menu-header > img {
  height: 100%;
}

#timelineContainer {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
}

#tooltipStatuses, .tooltipStatuses {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding: 0.2rem;
  height: 200px;
  width: 300px;
  background: var(--light-color);
  overflow: hidden;
  z-index: 10;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.content .hour {
  position: absolute;
  font-size: 0.8rem;
  right: 1rem;
  top: 1rem;
}
.content pre {
  white-space: pre-wrap;
  margin: 0;
  text-align: left;
  height: 100%;
  width: 100%;
}

.closeButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem;
}

main#timeline {
  position: relative;
  overflow-y: scroll;
}
main#timeline.pure {
  overflow-y: unset;
}

.timelineSubContainer {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 20px;
}
.timelineSubContainer svg {
  overflow: visible;
}

#historyContainer .history-item:after, #historyContainer .history-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#copy_url_button {
  position: fixed;
  right: 3rem !important;
}

#history-unfilled-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#history_header {
  display: flex;
  white-space: nowrap;
}

#historyContainer {
  min-height: 100%;
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.2ms ease-in-out;
}
#historyContainer *, #historyContainer *:before, #historyContainer *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#historyContainer .pulse {
  box-shadow: 0 0 0 0 rgba(56, 104, 155, 0.9);
  -webkit-animation: pulse 5s infinite cubic-bezier(0.24, 1.2, 0.16, 0.97);
  -moz-animation: pulse 5s infinite cubic-bezier(0.24, 1.2, 0.16, 0.97);
  -ms-animation: pulse 5s infinite cubic-bezier(0.24, 1.2, 0.16, 0.97);
  animation: pulse 5s infinite cubic-bezier(0.24, 1.2, 0.16, 0.97);
}
#historyContainer .pulse:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  98%, 100% {
    box-shadow: 0 0 0 20px rgba(67, 104, 145, 0);
  }
}
@-moz-keyframes pulse {
  98%, 100% {
    box-shadow: 0 0 0 20px rgba(67, 104, 145, 0);
  }
}
@-ms-keyframes pulse {
  98%, 100% {
    box-shadow: 0 0 0 20px rgba(67, 104, 145, 0);
  }
}
@keyframes pulse {
  98%, 100% {
    box-shadow: 0 0 0 20px rgba(67, 104, 145, 0);
  }
}
#historyContainer i.material-icons {
  user-select: none;
}
#historyContainer .hidden-checkbox {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
#historyContainer .history-divider {
  width: calc(50% + 3.5rem);
  left: -3.5rem;
  padding-left: 0;
  border-top: 2px solid var(--gray-color-light);
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#historyContainer .history-divider:before {
  content: " ";
  position: relative;
  height: 1rem;
  width: 1rem;
  background-color: #0ac17a;
}
#historyContainer:before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--gray-color);
  left: 50%;
  top: 0;
  position: absolute;
}
#historyContainer:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#historyContainer .history-item.PAUSED .history-icon {
  background: var(--dark-color);
}
#historyContainer .history-item.PAUSED .history-content:hover h1, #historyContainer .history-item.PAUSED .history-content:hover h2, #historyContainer .history-item.PAUSED .history-content:hover h3, #historyContainer .history-item.PAUSED .history-content:hover h4, #historyContainer .history-item.PAUSED .history-content:hover h5, #historyContainer .history-item.PAUSED .history-content:hover h6, #historyContainer .history-item.PAUSED .history-content.right:hover h1, #historyContainer .history-item.PAUSED .history-content.right:hover h2, #historyContainer .history-item.PAUSED .history-content.right:hover h3, #historyContainer .history-item.PAUSED .history-content.right:hover h4, #historyContainer .history-item.PAUSED .history-content.right:hover h5, #historyContainer .history-item.PAUSED .history-content.right:hover h6 {
  background-color: var(--dark-color-power);
}
#historyContainer .history-item.PAUSED .history-content:hover:before, #historyContainer .history-item.PAUSED .history-content.right:hover:before {
  border-left-color: var(--dark-color-power);
  border-right-color: var(--dark-color-power);
}
#historyContainer .history-item.PAUSED .history-content h2, #historyContainer .history-item.PAUSED .history-content h3, #historyContainer .history-item.PAUSED .history-content h4, #historyContainer .history-item.PAUSED .history-content h5, #historyContainer .history-item.PAUSED .history-content h6 {
  background: var(--dark-color);
}
#historyContainer .history-item.WORKING .history-icon {
  background: var(--success-color);
}
#historyContainer .history-item.WORKING .history-content:hover h1, #historyContainer .history-item.WORKING .history-content:hover h2, #historyContainer .history-item.WORKING .history-content:hover h3, #historyContainer .history-item.WORKING .history-content:hover h4, #historyContainer .history-item.WORKING .history-content:hover h5, #historyContainer .history-item.WORKING .history-content:hover h6, #historyContainer .history-item.WORKING .history-content.right:hover h1, #historyContainer .history-item.WORKING .history-content.right:hover h2, #historyContainer .history-item.WORKING .history-content.right:hover h3, #historyContainer .history-item.WORKING .history-content.right:hover h4, #historyContainer .history-item.WORKING .history-content.right:hover h5, #historyContainer .history-item.WORKING .history-content.right:hover h6 {
  background-color: var(--success-color-power);
}
#historyContainer .history-item.WORKING .history-content:hover:before, #historyContainer .history-item.WORKING .history-content.right:hover:before {
  border-left-color: var(--success-color-power);
  border-right-color: var(--success-color-power);
}
#historyContainer .history-item.WORKING .history-content h2, #historyContainer .history-item.WORKING .history-content h3, #historyContainer .history-item.WORKING .history-content h4, #historyContainer .history-item.WORKING .history-content h5, #historyContainer .history-item.WORKING .history-content h6 {
  background: var(--success-color);
}
#historyContainer .history-item.FINISHED .history-icon {
  background: var(--success-color);
}
#historyContainer .history-item.FINISHED .history-content:hover h1, #historyContainer .history-item.FINISHED .history-content:hover h2, #historyContainer .history-item.FINISHED .history-content:hover h3, #historyContainer .history-item.FINISHED .history-content:hover h4, #historyContainer .history-item.FINISHED .history-content:hover h5, #historyContainer .history-item.FINISHED .history-content:hover h6, #historyContainer .history-item.FINISHED .history-content.right:hover h1, #historyContainer .history-item.FINISHED .history-content.right:hover h2, #historyContainer .history-item.FINISHED .history-content.right:hover h3, #historyContainer .history-item.FINISHED .history-content.right:hover h4, #historyContainer .history-item.FINISHED .history-content.right:hover h5, #historyContainer .history-item.FINISHED .history-content.right:hover h6 {
  background-color: var(--success-color-power);
}
#historyContainer .history-item.FINISHED .history-content:hover:before, #historyContainer .history-item.FINISHED .history-content.right:hover:before {
  border-left-color: var(--success-color-power);
  border-right-color: var(--success-color-power);
}
#historyContainer .history-item.FINISHED .history-content h2, #historyContainer .history-item.FINISHED .history-content h3, #historyContainer .history-item.FINISHED .history-content h4, #historyContainer .history-item.FINISHED .history-content h5, #historyContainer .history-item.FINISHED .history-content h6 {
  background: var(--success-color);
}
#historyContainer .history-item.PREHEATING .history-icon {
  background: var(--warning-color);
}
#historyContainer .history-item.PREHEATING .history-content:hover h1, #historyContainer .history-item.PREHEATING .history-content:hover h2, #historyContainer .history-item.PREHEATING .history-content:hover h3, #historyContainer .history-item.PREHEATING .history-content:hover h4, #historyContainer .history-item.PREHEATING .history-content:hover h5, #historyContainer .history-item.PREHEATING .history-content:hover h6, #historyContainer .history-item.PREHEATING .history-content.right:hover h1, #historyContainer .history-item.PREHEATING .history-content.right:hover h2, #historyContainer .history-item.PREHEATING .history-content.right:hover h3, #historyContainer .history-item.PREHEATING .history-content.right:hover h4, #historyContainer .history-item.PREHEATING .history-content.right:hover h5, #historyContainer .history-item.PREHEATING .history-content.right:hover h6 {
  background-color: var(--warning-color-power);
}
#historyContainer .history-item.PREHEATING .history-content:hover:before, #historyContainer .history-item.PREHEATING .history-content.right:hover:before {
  border-left-color: var(--warning-color-power);
  border-right-color: var(--warning-color-power);
}
#historyContainer .history-item.PREHEATING .history-content h2, #historyContainer .history-item.PREHEATING .history-content h3, #historyContainer .history-item.PREHEATING .history-content h4, #historyContainer .history-item.PREHEATING .history-content h5, #historyContainer .history-item.PREHEATING .history-content h6 {
  background: var(--warning-color);
}
#historyContainer .history-item.UNKNOWN .history-icon {
  background: var(--dark-color);
}
#historyContainer .history-item.UNKNOWN .history-content:hover h1, #historyContainer .history-item.UNKNOWN .history-content:hover h2, #historyContainer .history-item.UNKNOWN .history-content:hover h3, #historyContainer .history-item.UNKNOWN .history-content:hover h4, #historyContainer .history-item.UNKNOWN .history-content:hover h5, #historyContainer .history-item.UNKNOWN .history-content:hover h6, #historyContainer .history-item.UNKNOWN .history-content.right:hover h1, #historyContainer .history-item.UNKNOWN .history-content.right:hover h2, #historyContainer .history-item.UNKNOWN .history-content.right:hover h3, #historyContainer .history-item.UNKNOWN .history-content.right:hover h4, #historyContainer .history-item.UNKNOWN .history-content.right:hover h5, #historyContainer .history-item.UNKNOWN .history-content.right:hover h6 {
  background-color: var(--dark-color-power);
}
#historyContainer .history-item.UNKNOWN .history-content:hover:before, #historyContainer .history-item.UNKNOWN .history-content.right:hover:before {
  border-left-color: var(--dark-color-power);
  border-right-color: var(--dark-color-power);
}
#historyContainer .history-item.UNKNOWN .history-content h2, #historyContainer .history-item.UNKNOWN .history-content h3, #historyContainer .history-item.UNKNOWN .history-content h4, #historyContainer .history-item.UNKNOWN .history-content h5, #historyContainer .history-item.UNKNOWN .history-content h6 {
  background: var(--dark-color);
}
#historyContainer .history-item.ERROR .history-icon {
  background: var(--error-color);
}
#historyContainer .history-item.ERROR .history-content:hover h1, #historyContainer .history-item.ERROR .history-content:hover h2, #historyContainer .history-item.ERROR .history-content:hover h3, #historyContainer .history-item.ERROR .history-content:hover h4, #historyContainer .history-item.ERROR .history-content:hover h5, #historyContainer .history-item.ERROR .history-content:hover h6, #historyContainer .history-item.ERROR .history-content.right:hover h1, #historyContainer .history-item.ERROR .history-content.right:hover h2, #historyContainer .history-item.ERROR .history-content.right:hover h3, #historyContainer .history-item.ERROR .history-content.right:hover h4, #historyContainer .history-item.ERROR .history-content.right:hover h5, #historyContainer .history-item.ERROR .history-content.right:hover h6 {
  background-color: var(--error-color-power);
}
#historyContainer .history-item.ERROR .history-content:hover:before, #historyContainer .history-item.ERROR .history-content.right:hover:before {
  border-left-color: var(--error-color-power);
  border-right-color: var(--error-color-power);
}
#historyContainer .history-item.ERROR .history-content h2, #historyContainer .history-item.ERROR .history-content h3, #historyContainer .history-item.ERROR .history-content h4, #historyContainer .history-item.ERROR .history-content h5, #historyContainer .history-item.ERROR .history-content h6 {
  background: var(--error-color);
}
#historyContainer .history-item.not_filled .history-icon {
  background: var(--gray-color);
}
#historyContainer .history-item.not_filled .history-content:hover h1, #historyContainer .history-item.not_filled .history-content:hover h2, #historyContainer .history-item.not_filled .history-content:hover h3, #historyContainer .history-item.not_filled .history-content:hover h4, #historyContainer .history-item.not_filled .history-content:hover h5, #historyContainer .history-item.not_filled .history-content:hover h6, #historyContainer .history-item.not_filled .history-content.right:hover h1, #historyContainer .history-item.not_filled .history-content.right:hover h2, #historyContainer .history-item.not_filled .history-content.right:hover h3, #historyContainer .history-item.not_filled .history-content.right:hover h4, #historyContainer .history-item.not_filled .history-content.right:hover h5, #historyContainer .history-item.not_filled .history-content.right:hover h6 {
  background-color: var(--gray-color-power);
}
#historyContainer .history-item.not_filled .history-content:hover:before, #historyContainer .history-item.not_filled .history-content.right:hover:before {
  border-left-color: var(--gray-color-power);
  border-right-color: var(--gray-color-power);
}
#historyContainer .history-item.not_filled .history-content h2, #historyContainer .history-item.not_filled .history-content h3, #historyContainer .history-item.not_filled .history-content h4, #historyContainer .history-item.not_filled .history-content h5, #historyContainer .history-item.not_filled .history-content h6 {
  background: var(--gray-color);
}
#historyContainer .history-item {
  margin-bottom: 0.7rem;
  position: relative;
}
#historyContainer .history-item .history-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--success-color);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 50%;
  overflow: hidden;
  margin-left: -11px;
  border-radius: 50%;
}
#historyContainer .history-item .history-icon i {
  color: var(--light-color);
  font-size: 1.25rem;
}
#historyContainer .history-item .title-label {
  display: block;
}
#historyContainer .history-item input:not(:checked) ~ .history-content {
  max-height: 32px;
  padding-bottom: 0;
  cursor: pointer;
}
#historyContainer .history-item input:not(:checked) ~ .history-content .content-container {
  display: none;
}
#historyContainer .history-item.not_filled.hide, #historyContainer .history-item.WORKING.hide {
  display: none;
}
#historyContainer .history-item.not_filled .history-content, #historyContainer .history-item.WORKING .history-content {
  padding: 20px;
  padding-bottom: 0 !important;
}
#historyContainer .history-item .history-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
#historyContainer .history-item .history-content .content-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#historyContainer .history-item .history-content .content-container label {
  padding-top: 0.5rem;
}
#historyContainer .history-item .history-content input[type=checkbox] {
  opacity: 0;
}
#historyContainer .history-item .history-content h2, #historyContainer .history-item .history-content h3, #historyContainer .history-item .history-content h4, #historyContainer .history-item .history-content h5, #historyContainer .history-item .history-content h6 {
  display: flex;
  justify-content: space-between;
  transition: background-color 0.2s linear;
  user-select: none;
  padding: 8px;
  background: var(--success-color);
  color: var(--light-color);
  margin: -20px -20px 0 -20px;
  border-radius: 3px 3px 0 0;
}
#historyContainer .history-item .history-content h2 em, #historyContainer .history-item .history-content h3 em, #historyContainer .history-item .history-content h4 em, #historyContainer .history-item .history-content h5 em, #historyContainer .history-item .history-content h6 em {
  color: var(--gray-color-ultra-light);
  font-style: normal;
}
#historyContainer .history-item .history-content.left {
  margin-top: -16px;
}
#historyContainer .history-item .history-content.right {
  float: right;
}

@media screen and (max-width: 768px) {
  #historyContainer {
    margin: 30px;
    margin-left: 4.5rem;
    margin-right: 0.5rem;
    padding: 0px;
    width: 90%;
  }
  #historyContainer:before {
    left: 0;
  }
  #historyContainer .history-divider {
    width: 75%;
    left: -3.5rem;
    padding-left: 1rem;
    border-top: 2px solid var(--gray-color-light);
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  #historyContainer .history-item input:not(:checked) ~ .history-content {
    max-height: 4px;
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 0;
    cursor: pointer;
  }
  #historyContainer .history-item input:not(:checked) ~ .history-content .content-container {
    display: none;
  }
  #historyContainer .history-item .history-content {
    width: 90%;
    float: right;
  }
  #historyContainer .history-item .history-content label > h2, #historyContainer .history-item .history-content h3, #historyContainer .history-item .history-content h4, #historyContainer .history-item .history-content h5, #historyContainer .history-item .history-content h6 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #historyContainer .history-item .history-content.left {
    margin-top: 0;
  }
  #historyContainer .history-item .history-content h2, #historyContainer .history-item .history-content h3, #historyContainer .history-item .history-content h4, #historyContainer .history-item .history-content h5, #historyContainer .history-item .history-content h6 {
    padding: 3px 0.8rem 3px 0.8rem;
    margin: -15px -20px 0 -20px;
    white-space: nowrap;
  }
  #historyContainer .history-item .history-content h2 > em, #historyContainer .history-item .history-content h3 > em, #historyContainer .history-item .history-content h4 > em, #historyContainer .history-item .history-content h5 > em, #historyContainer .history-item .history-content h6 > em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #historyContainer .history-item .history-content h2 > div, #historyContainer .history-item .history-content h3 > div, #historyContainer .history-item .history-content h4 > div, #historyContainer .history-item .history-content h5 > div, #historyContainer .history-item .history-content h6 > div {
    margin-right: 1rem;
  }
  #historyContainer .history-item .history-content:before, #historyContainer .history-item .history-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid var(--success-color);
  }
  #historyContainer .history-item .history-icon {
    left: 0;
  }
}
.realtime-widget-container {
  overflow-y: auto;
  height: 600px;
  margin: 0px;
  padding: 0px;
}

#realtimeContainer {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#realtimeContainer.paused .ew-card-body #realtime-cause-container {
  color: var(--dark-color);
}
#realtimeContainer .ew-card-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: initial;
}
#realtimeContainer .ew-card-title h1 {
  color: var(--dark-color);
}
#realtimeContainer .ew-card-title h1 em {
  font-size: 1.5rem;
  margin-left: 10px;
  color: var(--dark-color);
}
#realtimeContainer .ew-divider {
  width: 100%;
}
#realtimeContainer .ew-card-body {
  overflow-y: auto;
  height: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 30px;
}
#realtimeContainer .ew-card-body #realtime-cause-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15%;
  font-size: 2.7rem;
  border-radius: 4px;
  background-color: var(--filler-color-desaturated);
}
#realtimeContainer .ew-card-body #realtime-cause-container .material-icons {
  font-size: 2.25rem;
}
#realtimeContainer .ew-card-body label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: var(--dark-color);
}
#realtimeContainer .ew-card-body .ew-input-addon {
  color: var(--dark-color);
}
#realtimeContainer .ew-card-body .additionals {
  display: flex;
  flex-direction: column;
  flex: 4;
}
#realtimeContainer .ew-card-body .additionals .ew-divider {
  background-color: var(--dark-color-light);
}
#realtimeContainer .ew-card-body .ew-input-container .material-icons {
  color: var(--dark-color);
}
#realtimeContainer .ew-card-body .ew-input {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.5rem;
}
#realtimeContainer .realtime-elapsed-time-container {
  display: flex;
  flex-wrap: nowrap;
  min-width: 8rem;
  font-size: 1.26rem;
  font-weight: 600;
}
#realtimeContainer .realtime-elapsed-time-container .ew-label-text, #realtimeContainer .realtime-elapsed-time-container label, #realtimeContainer .realtime-elapsed-time-container .ew-table th, .ew-table #realtimeContainer .realtime-elapsed-time-container th {
  margin-right: 1rem;
  color: var(--dark-color);
}
#realtimeContainer .realtime-elapsed-time-container #realtime-estimated-time {
  color: var(--dark-color);
}
#realtimeContainer #realtime-elapsed-time {
  color: var(--dark-color);
}
#realtimeContainer .realtime-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#realtimeContainer .realtime-footer #realtime-progress-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 2rem;
  border-radius: 4px;
  background-color: var(--light-gray-color);
}
#realtimeContainer .realtime-footer #realtime-progress-bar #realtime-progress-filler {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 100%;
  background-color: var(--success-color);
  border-radius: 4px;
}
#realtimeContainer .realtime-footer #realtime-progress-bar #realtime-progress-filler #realtime-progress-percentage {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  background-color: var(--success-color);
  color: var(--light-color);
}

.contrast-mode#realtimeContainer {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.contrast-mode#realtimeContainer.paused .ew-card-body #realtime-cause-container {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: initial;
}
.contrast-mode#realtimeContainer .ew-card-title h1 {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-title h1 em {
  font-size: 1.5rem;
  margin-left: 10px;
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-body {
  overflow-y: auto;
  height: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 30px;
}
.contrast-mode#realtimeContainer .ew-card-body #realtime-cause-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15%;
  font-size: 2.7rem;
  border-radius: 4px;
  background-color: var(--filler-color-desaturated);
}
.contrast-mode#realtimeContainer .ew-card-body #realtime-cause-container .material-icons {
  font-size: 2.25rem;
}
.contrast-mode#realtimeContainer .ew-card-body label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-body .ew-input-addon {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-body .additionals {
  display: flex;
  flex-direction: column;
}
.contrast-mode#realtimeContainer .ew-card-body .additionals .ew-divider {
  border-top: 1px solid var(--light-color);
  background-color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-body .ew-input-container .material-icons {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .ew-card-body .ew-input {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.5rem;
}
.contrast-mode#realtimeContainer .realtime-elapsed-time-container {
  display: flex;
  flex-wrap: nowrap;
  min-width: 8rem;
  font-size: 1.26rem;
  font-weight: 600;
}
.contrast-mode#realtimeContainer .realtime-elapsed-time-container .ew-label-text, .contrast-mode#realtimeContainer .realtime-elapsed-time-container label, .contrast-mode#realtimeContainer .realtime-elapsed-time-container .ew-table th, .ew-table .contrast-mode#realtimeContainer .realtime-elapsed-time-container th {
  margin-right: 1rem;
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .realtime-elapsed-time-container #realtime-estimated-time {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer #realtime-elapsed-time {
  color: var(--light-color);
}
.contrast-mode#realtimeContainer .realtime-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.contrast-mode#realtimeContainer .realtime-footer #realtime-progress-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 2rem;
  border-radius: 4px;
  background-color: var(--light-gray-color);
}
.contrast-mode#realtimeContainer .realtime-footer #realtime-progress-bar #realtime-progress-filler {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 100%;
  background-color: var(--success-color);
  border-radius: 4px;
}
.contrast-mode#realtimeContainer .realtime-footer #realtime-progress-bar #realtime-progress-filler #realtime-progress-percentage {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  background-color: var(--success-color);
  color: var(--light-color);
}

.realtime-WORKING {
  border-left: 0.5rem solid var(--success-color);
  border-right: 0.5rem solid var(--success-color);
  box-sizing: border-box;
  background-color: var(--success-color-desaturated);
}
.realtime-WORKING.paused {
  background-color: var(--gray-color-light);
}
.realtime-WORKING .ew-card-title {
  background-color: var(--success-color-desaturated);
}
.realtime-WORKING *.ew-text-dark, .realtime-WORKING .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-WORKING h5, .realtime-WORKING .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-WORKING h6, .realtime-WORKING .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-WORKING h4, .realtime-WORKING .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-WORKING p, .realtime-WORKING h1, .realtime-WORKING label {
  color: var(--success-color-desaturated-font);
}
.realtime-WORKING .ew-card-body #realtime-cause-container {
  color: var(--success-color-dark);
}

.realtime-ERROR {
  border-left: 0.5rem solid var(--error-color);
  border-right: 0.5rem solid var(--error-color);
  box-sizing: border-box;
  background-color: var(--error-color-light);
}
.realtime-ERROR .ew-card-title {
  background-color: var(--error-color-light);
}
.realtime-ERROR *.ew-text-dark, .realtime-ERROR .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-ERROR h5, .realtime-ERROR .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-ERROR h6, .realtime-ERROR .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-ERROR h4, .realtime-ERROR .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-ERROR p, .realtime-ERROR h1, .realtime-ERROR label {
  color: var(--error-color-font);
}
.realtime-ERROR .ew-card-body #realtime-cause-container {
  color: var(--error-color-dark);
}

.realtime-PREHEATING {
  border-left: 0.5rem solid var(--warning-color);
  border-right: 0.5rem solid var(--warning-color);
  box-sizing: border-box;
  background-color: var(--warning-color-desaturated);
}
.realtime-PREHEATING .ew-card-title {
  background-color: var(--warning-color-desaturated);
}
.realtime-PREHEATING *.ew-text-dark, .realtime-PREHEATING .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-PREHEATING h5, .realtime-PREHEATING .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-PREHEATING h6, .realtime-PREHEATING .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-PREHEATING h4, .realtime-PREHEATING .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-PREHEATING p, .realtime-PREHEATING h1, .realtime-PREHEATING label {
  color: var(--warning-color-desaturated-font);
}
.realtime-PREHEATING .ew-card-body #realtime-cause-container {
  color: var(--warning-color-dark);
}

.realtime-PAUSED {
  border-left: 0.5rem solid var(--dark-color);
  border-right: 0.5rem solid var(--dark-color);
  box-sizing: border-box;
  background-color: var(--dark-color-desaturated);
}
.realtime-PAUSED .ew-card-title {
  background-color: var(--dark-color-desaturated);
}
.realtime-PAUSED *.ew-text-dark, .realtime-PAUSED .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-PAUSED h5, .realtime-PAUSED .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-PAUSED h6, .realtime-PAUSED .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-PAUSED h4, .realtime-PAUSED .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-PAUSED p, .realtime-PAUSED h1, .realtime-PAUSED label {
  color: var(--dark-color-desaturated-font);
}
.realtime-PAUSED .ew-card-body #realtime-cause-container {
  color: var(--dark-color-desaturated);
}

.realtime-NO_DATA {
  background-color: var(--gray-color-ultra-light);
}
.realtime-NO_DATA .ew-card-body .cause {
  color: var(--gray-color);
}

.contrast-mode.realtime-WORKING {
  border-left: 0.5rem solid var(--success-color);
  border-right: 0.5rem solid var(--success-color);
  box-sizing: border-box;
  background-color: var(--success-color-desaturated);
}
.contrast-mode.realtime-WORKING.paused {
  background-color: var(--gray-color-light);
}
.contrast-mode.realtime-WORKING .ew-card-title {
  background-color: var(--success-color-desaturated);
}
.contrast-mode.realtime-WORKING *.ew-text-dark, .contrast-mode.realtime-WORKING .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .contrast-mode.realtime-WORKING h5, .contrast-mode.realtime-WORKING .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .contrast-mode.realtime-WORKING h6, .contrast-mode.realtime-WORKING .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .contrast-mode.realtime-WORKING h4, .contrast-mode.realtime-WORKING .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .contrast-mode.realtime-WORKING p, .contrast-mode.realtime-WORKING h1, .contrast-mode.realtime-WORKING label {
  color: var(--light-color);
}
.contrast-mode.realtime-WORKING .ew-card-body #realtime-cause-container {
  color: var(--light-color);
}

.contrast-mode.realtime-ERROR {
  border-left: 0.5rem solid var(--error-color);
  border-right: 0.5rem solid var(--error-color);
  box-sizing: border-box;
  background-color: var(--error-color-light);
}
.contrast-mode.realtime-ERROR .ew-card-title {
  background-color: var(--error-color-light);
}
.contrast-mode.realtime-ERROR *.ew-text-dark, .contrast-mode.realtime-ERROR .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .contrast-mode.realtime-ERROR h5, .contrast-mode.realtime-ERROR .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .contrast-mode.realtime-ERROR h6, .contrast-mode.realtime-ERROR .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .contrast-mode.realtime-ERROR h4, .contrast-mode.realtime-ERROR .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .contrast-mode.realtime-ERROR p, .contrast-mode.realtime-ERROR h1, .contrast-mode.realtime-ERROR label {
  color: var(--light-color);
}
.contrast-mode.realtime-ERROR .ew-card-body #realtime-cause-container {
  color: var(--light-color);
}

.realtime-PREHEATING {
  border-left: 0.5rem solid var(--warning-color);
  border-right: 0.5rem solid var(--warning-color);
  box-sizing: border-box;
  background-color: var(--warning-color-desaturated);
}
.realtime-PREHEATING .ew-card-title {
  background-color: var(--warning-color-desaturated);
}
.realtime-PREHEATING *.ew-text-dark, .realtime-PREHEATING .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-PREHEATING h5, .realtime-PREHEATING .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-PREHEATING h6, .realtime-PREHEATING .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-PREHEATING h4, .realtime-PREHEATING .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-PREHEATING p, .realtime-PREHEATING h1, .realtime-PREHEATING label {
  color: var(--light-color);
}
.realtime-PREHEATING .ew-card-body #realtime-cause-container {
  color: var(--light-color);
}

.realtime-PAUSED {
  border-left: 0.5rem solid var(--dark-color);
  border-right: 0.5rem solid var(--dark-color);
  box-sizing: border-box;
  background-color: var(--dark-color-desaturated);
}
.realtime-PAUSED .ew-card-title {
  background-color: var(--dark-color-desaturated);
}
.realtime-PAUSED *.ew-text-dark, .realtime-PAUSED .ew-side-menu.light nav .title h5, .ew-side-menu.light nav .title .realtime-PAUSED h5, .realtime-PAUSED .ew-side-menu.light nav .title h6, .ew-side-menu.light nav .title .realtime-PAUSED h6, .realtime-PAUSED .ew-side-menu.light nav .title h4, .ew-side-menu.light nav .title .realtime-PAUSED h4, .realtime-PAUSED .ew-side-menu.light nav .title p, .ew-side-menu.light nav .title .realtime-PAUSED p, .realtime-PAUSED h1, .realtime-PAUSED label {
  color: var(--light-color);
}
.realtime-PAUSED .ew-card-body #realtime-cause-container {
  color: var(--light-color);
}

.realtime-NO_DATA {
  background-color: var(--gray-color-ultra-light);
}
.realtime-NO_DATA .ew-card-body .cause {
  color: var(--light-color);
}

form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.recoveryContent h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem !important;
}
.recoveryContent p {
  font-size: 0.8rem !important;
}

.changelog-page section {
  margin-bottom: 2rem;
}
.changelog-page .ew-form .ew-form-group {
  display: block;
}

.scrollable-table-column {
  display: table-cell;
  overflow-x: auto;
}
.scrollable-table-column > * {
  margin-right: 0.5rem;
}
.scrollable-table-column .limited-cell-content {
  height: 5rem;
}

.scrollable-table-header {
  overflow-x: auto;
  min-width: 100px;
  max-width: 20%;
}

#modal_template_creation .accordionTitleContainer, #modal_template_update .accordionTitleContainer {
  transition: background 0.2s;
}
#modal_template_creation .accordionTitleContainer:hover, #modal_template_update .accordionTitleContainer:hover {
  transition: background 0.2s;
  background: rgba(0, 0, 0, 0.05);
}
#modal_template_creation .accordionTitle, #modal_template_update .accordionTitle {
  pointer-events: none;
  user-select: none;
  background: transparent;
}
#modal_template_creation input[type=checkbox]:checked, #modal_template_update input[type=checkbox]:checked {
  background-color: red;
}
#modal_template_creation input[type=checkbox]:checked ~ .deviceTemplateAccordion, #modal_template_update input[type=checkbox]:checked ~ .deviceTemplateAccordion {
  display: none;
}
#modal_template_creation input[type=checkbox]:not(:checked) ~ .deviceTemplateAccordion, #modal_template_update input[type=checkbox]:not(:checked) ~ .deviceTemplateAccordion {
  display: block;
}
#modal_template_creation .fields-button-container, #modal_template_update .fields-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#modal_template_creation .fields #devices-templates---fieldsContainer .field-header, #modal_template_creation .fields #devices-templates---update-fieldsContainer .field-header, #modal_template_update .fields #devices-templates---fieldsContainer .field-header, #modal_template_update .fields #devices-templates---update-fieldsContainer .field-header {
  display: flex;
  flex-direction: row;
}
#modal_template_creation .options-button-container, #modal_template_update .options-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#modal_template_creation .options #devices-templates---optionsContainer .option-header, #modal_template_creation .options #devices-templates---update-optionsContainer .option-header, #modal_template_update .options #devices-templates---optionsContainer .option-header, #modal_template_update .options #devices-templates---update-optionsContainer .option-header {
  display: flex;
  flex-direction: row;
}

.editTooltipForm {
  display: flex;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  height: 80%;
}
.editTooltipForm .tooltipContent {
  width: 100%;
  overflow: auto;
}
.editTooltipForm .tooltipContent .tooltipButtons {
  position: absolute;
  bottom: 0;
  right: 0;
}

#sunburstOverview {
  height: 80%;
}

#paretoStops {
  height: 80%;
}
#paretoStops.pure {
  height: 100%;
  width: 100%;
}

#timelineContainer {
  height: 100%;
}

#donutErrors {
  height: 80%;
}

#plotEditForm {
  overflow: auto;
}

#timelineContainer {
  height: 100%;
}

#configurationOverviewChecker {
  display: flex;
}
#configurationOverviewChecker > * {
  width: 100%;
}
#configurationOverviewChecker > button {
  width: 50%;
}

#statusesParametersContainer {
  height: 200px;
}
#statusesParametersContainer * {
  height: 100%;
}

#splashLoader {
  position: absolute;
  display: none;
  background: rgba(200, 200, 200, 0.15);
  width: 100%;
  height: 110%;
  top: -6px;
  left: 0;
  justify-content: center;
  align-items: center;
}
#splashLoader.show {
  display: flex !important;
}

#timelinePlotsContainer,
#timelineStatusesContainer,
#timelineOverviewContainer {
  position: relative;
}

#isPlotEditorOnContainer {
  position: fixed;
  left: 1rem;
  bottom: 2.5rem;
}
#isPlotEditorOnContainer {
  width: 10rem;
}

.organisation--main .ew-row {
  margin-bottom: 1rem;
}

.inactive-input {
  pointer-events: none;
}
.inactive-input .ew-input {
  background: var(--filler-color) !important;
  color: var(--dark-color);
}

.returnButton {
  margin-right: 0.5rem;
}
.returnButton > i {
  font-size: 3rem;
}

.statusOptionTreeBreadcrumb {
  width: 100%;
  margin: 0;
}

.statusOptionTreeTableToolbox {
  width: 8rem;
}

.templateInputManufacturingOrder fieldset#component--manufacturing_order_input {
  border: none;
  min-height: 6rem !important;
  max-height: 10rem !important;
  overflow-wrap: break-word;
}
.templateInputManufacturingOrder fieldset#component--manufacturing_order_input label p {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}
.templateInputManufacturingOrder fieldset#component--manufacturing_order_input label p.warningMessage {
  word-break: break-word;
}
.templateInputManufacturingOrder .hidden {
  display: none;
}

#chartEnergyConsumption {
  height: 80%;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #F5F6F7;
  border-bottom: 1px solid #F5F6F7;
  color: var(--dark-color);
}

.noty_theme__mint.noty_type__warning {
  background-color: var(--warning-color);
  border-bottom: 1px solid var(--warning-color);
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: var(--error-color);
  border-bottom: 1px solid var(--error-color);
  color: #F5F6F7;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: var(--dark-color);
  border-bottom: 1px solid var(--dark-color);
  color: #F5F6F7;
}

.noty_theme__mint.noty_type__success {
  background-color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
  color: #F5F6F7;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.35;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(25%);
  -ms-transform: translate(25%);
  transform: translate(25%);
  -webkit-animation: noty_anim_in 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
/*===============*/
/* DEFAULT STYLE */
/*===============*/
.main-content-wrapper {
  overflow-y: auto;
}

html.ew-framework {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.95em;
  font-family: "Montserrat", sans-serif;
  background-color: var(--light-color-ultra-light);
}
html.ew-framework.pure-variant {
  height: initial;
  width: initial;
  position: initial;
  overflow-y: auto;
}
html.ew-framework.pure-variant.max-size {
  height: 100%;
  width: 100%;
}
html.ew-framework body {
  color: var(--font-color);
}
html.ew-framework * {
  outline: none;
}
html.ew-framework *:not(i.material-icons):not(i.fa) {
  font-family: "Montserrat", sans-serif;
}
html.ew-framework *.fa {
  font-family: "FontAwesome", Arial;
}
html.ew-framework *.mce-ico {
  font-family: "tinymce", Arial;
}
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: "Montserrat", sans-serif;
  margin: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
html.ew-framework > body > header {
  position: fixed;
  top: 0;
  height: 46px;
  width: 100%;
}
html.ew-framework main {
  position: relative;
  height: 100%;
  z-index: -1;
  overflow-y: auto;
}
html.ew-framework main.withNavbar {
  margin-top: calc( 46px + 6px + 1rem);
  padding-bottom: calc( 46px + 6px + 1rem);
  padding-top: 1rem;
}
html.ew-framework .ew-modal-body form {
  align-items: unset;
}
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: "Montserrat", 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;
  height: 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);
}
html.ew-framework .table-buttons-toolbox {
  justify-content: center;
}
html.ew-framework .table-scroll {
  max-height: 100px;
  display: block;
  overflow-y: auto;
}

/*# sourceMappingURL=ewattchFramework.css.map */
