/* Write your global styles here, in PostCSS syntax */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * GENERATING VARS
 */

/* ubuntu-latin-300-normal */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(./ubuntu-latin-300-normal.BKjUvBYM.woff2) format('woff2'), url(./ubuntu-latin-300-normal.Cky0aKBX.woff) format('woff');
}

/* ubuntu-latin-400-normal */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./ubuntu-latin-400-normal.5Llmrjj6.woff2) format('woff2'), url(./ubuntu-latin-400-normal.CB0YmOUt.woff) format('woff');
}

/* ubuntu-latin-500-normal */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./ubuntu-latin-500-normal.DagxDTQR.woff2) format('woff2'), url(./ubuntu-latin-500-normal.DgAzYdrC.woff) format('woff');
}

/* ubuntu-latin-700-normal */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./ubuntu-latin-700-normal.BOBUN3KY.woff2) format('woff2'), url(./ubuntu-latin-700-normal.CNhgAdGR.woff) format('woff');
}

/* roboto-latin-100-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(./roboto-latin-100-normal.Dww5OzbW.woff2) format('woff2'), url(./roboto-latin-100-normal.ChtiHrIO.woff) format('woff');
}

/* roboto-latin-300-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(./roboto-latin-300-normal.ThHrQhYb.woff2) format('woff2'), url(./roboto-latin-300-normal.Cs84CNT2.woff) format('woff');
}

/* roboto-latin-400-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./roboto-latin-400-normal.mTIRXP6Y.woff2) format('woff2'), url(./roboto-latin-400-normal.BU1SoK4h.woff) format('woff');
}

/* roboto-latin-500-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./roboto-latin-500-normal.Dxdx3aXO.woff2) format('woff2'), url(./roboto-latin-500-normal.Dcm-rhWF.woff) format('woff');
}

/* roboto-latin-700-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./roboto-latin-700-normal.CeM5gOv8.woff2) format('woff2'), url(./roboto-latin-700-normal.Bh431LEL.woff) format('woff');
}

/* roboto-latin-900-normal */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(./roboto-latin-900-normal.C7sVBXJt.woff2) format('woff2'), url(./roboto-latin-900-normal.7N20yQNm.woff) format('woff');
}

/* roboto-condensed-latin-100-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(./roboto-condensed-latin-100-normal.azmTQChR.woff2) format('woff2'), url(./roboto-condensed-latin-100-normal.Br_aQjGf.woff) format('woff');
}

/* roboto-condensed-latin-200-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./roboto-condensed-latin-200-normal.B2GzKOgZ.woff2) format('woff2'), url(./roboto-condensed-latin-200-normal.BTPJuh5j.woff) format('woff');
}

/* roboto-condensed-latin-300-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(./roboto-condensed-latin-300-normal.DYQm8U_7.woff2) format('woff2'), url(./roboto-condensed-latin-300-normal.KOyAA_Vc.woff) format('woff');
}

/* roboto-condensed-latin-400-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./roboto-condensed-latin-400-normal.2z5Hy8vt.woff2) format('woff2'), url(./roboto-condensed-latin-400-normal.BHbOMXqm.woff) format('woff');
}

/* roboto-condensed-latin-500-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./roboto-condensed-latin-500-normal.B97cYf1v.woff2) format('woff2'), url(./roboto-condensed-latin-500-normal.D7rpB7O1.woff) format('woff');
}

/* roboto-condensed-latin-600-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./roboto-condensed-latin-600-normal.B_Xxr3e-.woff2) format('woff2'), url(./roboto-condensed-latin-600-normal.BPxjFCL3.woff) format('woff');
}

/* roboto-condensed-latin-700-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./roboto-condensed-latin-700-normal.CJMZ0Ykc.woff2) format('woff2'), url(./roboto-condensed-latin-700-normal.CKCPy4Sc.woff) format('woff');
}

/* roboto-condensed-latin-800-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(./roboto-condensed-latin-800-normal.CoV2XzOr.woff2) format('woff2'), url(./roboto-condensed-latin-800-normal.DxNdse3Q.woff) format('woff');
}

/* roboto-condensed-latin-900-normal */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(./roboto-condensed-latin-900-normal.DP9b4O8G.woff2) format('woff2'), url(./roboto-condensed-latin-900-normal.Dw0mDSqP.woff) format('woff');
}

/* montserrat-latin-100-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(./montserrat-latin-100-normal.BTBAXVBT.woff2) format('woff2'), url(./montserrat-latin-100-normal.DBjbkire.woff) format('woff');
}

/* montserrat-latin-200-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(./montserrat-latin-200-normal.Co0glrxx.woff2) format('woff2'), url(./montserrat-latin-200-normal.ByeQgr9u.woff) format('woff');
}

/* montserrat-latin-300-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(./montserrat-latin-300-normal.DYYY4VIB.woff2) format('woff2'), url(./montserrat-latin-300-normal.DrgRfrdN.woff) format('woff');
}

/* montserrat-latin-400-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./montserrat-latin-400-normal.BfmCfwfZ.woff2) format('woff2'), url(./montserrat-latin-400-normal.BhTl8mZv.woff) format('woff');
}

/* montserrat-latin-500-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./montserrat-latin-500-normal.CN3hDfLq.woff2) format('woff2'), url(./montserrat-latin-500-normal.T-BM6Fhn.woff) format('woff');
}

/* montserrat-latin-600-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./montserrat-latin-600-normal.CFh7D7Z4.woff2) format('woff2'), url(./montserrat-latin-600-normal.C1Wg56Vg.woff) format('woff');
}

/* montserrat-latin-700-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./montserrat-latin-700-normal.Dkxlx_w4.woff2) format('woff2'), url(./montserrat-latin-700-normal.o5q9xX7W.woff) format('woff');
}

/* montserrat-latin-800-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(./montserrat-latin-800-normal.DIlMgMlR.woff2) format('woff2'), url(./montserrat-latin-800-normal.Cf8oFnaQ.woff) format('woff');
}

/* montserrat-latin-900-normal */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(./montserrat-latin-900-normal.HIE66ZyV.woff2) format('woff2'), url(./montserrat-latin-900-normal.B8YluUfy.woff) format('woff');
}

:root {
  --default-background-color: #fff;
  --color-white: #fff;
  --color-black: #000;
  --color-grey: #BCBCBC;
  --color-warning: #ffd612;
  --color-text: #444444;
  --color-disabled: #BCBCBC;
  --color-active: #fff;
  --color-inactive: #BCBCBC;
  --color-hover: #BCBCBC;
  --color-primary-hover: #bb4e07;
  --color-redplant-grey: #dcddde;
  --color-redplant-dark-light: #2d4462;
  --color-redplant-dark-light-rgb: 45, 68, 98;
  --color-redplant-green: #6bbc7a;
  --color-redplant-red: #f01e23;
  --color-redplant-text-color: #fff;
  --color-redplant-gradient-start: #102a4d;
  --color-redplant-gradient-end: #222830;
  --color-primary-10: #fdefe6;
  --color-primary-20: #fbe0ce;
  --color-primary-40: #f7c09d;
  --color-primary-60: #f3a16b;
  --color-primary-80: #ef813a;
  --color-primary-100: #eb6209;
  --color-secondary-10: #fcfcfc;
  --color-secondary-20: #f8f8f8;
  --color-secondary-40: #f1f1f1;
  --color-secondary-60: #eaeaea;
  --color-secondary-80: #e3e3e3;
  --color-secondary-100: gainsboro;
  --color-error-10: #fcebeb;
  --color-error-20: #f8d6d6;
  --color-error-40: #f1adad;
  --color-error-60: #ea8484;
  --color-error-80: #e35b5b;
  --color-error-100: #dc3232;
  --color-success-10: #e9f7f1;
  --color-success-20: #d2efe3;
  --color-success-40: #a5dfc7;
  --color-success-60: #78ceaa;
  --color-success-80: #4bbe8e;
  --color-success-100: #1eae72;
  --color-info-10: #ecf3fd;
  --color-info-20: #d9e7fb;
  --color-info-40: #b4cff7;
  --color-info-60: #8eb6f3;
  --color-info-80: #699eef;
  --color-info-100: #4386eb;
  --color-grey-dark-10: #ececec;
  --color-grey-dark-20: #dadada;
  --color-grey-dark-40: #b4b4b4;
  --color-grey-dark-60: #8f8f8f;
  --color-grey-dark-80: dimgray;
  --color-grey-dark-100: #444444;
}

:root {
  --font-primary: Roboto Condensed, Ubuntu, Arial, Helvetica, sans-serif;
  --font-secondary: Roboto, Ubuntu, Arial, Helvetica, sans-serif;
  --font-redplant: Montserrat, Ubuntu, Arial, Helvetica, sans-serif;
}

body {
  font-family: var(--font-primary);
}

html[data-type=configurator],
body[data-type=configurator] {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: var(--font-primary);
  color: var(--color-text);
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  overflow: hidden;
  overscroll-behavior: none;
  background-color: var(--default-background-color);
}

html[data-type=configurator] *,
body[data-type=configurator] * {
  scrollbar-color: var(--color-primary-100) transparent;
}

html[data-type=configurator] *::-webkit-scrollbar,
body[data-type=configurator] *::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background: transparent;
}

html[data-type=configurator] *::-webkit-scrollbar-thumb,
body[data-type=configurator] *::-webkit-scrollbar-thumb {
  background: var(--color-primary-100);
}

html[data-type=configurator] *::-webkit-scrollbar-thumb:hover,
body[data-type=configurator] *::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-100);
}

.loading {
  position: relative;
}

.loading::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--default-background-color);
  opacity: 0.75;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLW1lc3NhZ2UiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUgNTApIj4KPGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjYiIGZpbGw9IiM0NDQ0NDQiIHRyYW5zZm9ybT0ic2NhbGUoMC45OTgzMjYgMC45OTgzMjYpIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InNjYWxlIiBiZWdpbj0iLTAuNDY2NjY2NjY2NjY2NjY2NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVNwbGluZXM9IjAuMyAwIDAuNyAxOzAuMyAwIDAuNyAxIiB2YWx1ZXM9IjA7MTswIiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxLjRzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwIDUwKSI+CjxjaXJjbGUgY3g9IjAiIGN5PSIwIiByPSI2IiBmaWxsPSIjNDQ0NDQ0IiB0cmFuc2Zvcm09InNjYWxlKDAuNzYxNjY5IDAuNzYxNjY5KSI+CiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49Ii0wLjIzMzMzMzMzMzMzMzMzMzNzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlTcGxpbmVzPSIwLjMgMCAwLjcgMTswLjMgMCAwLjcgMSIgdmFsdWVzPSIwOzE7MCIga2V5VGltZXM9IjA7MC41OzEiIGR1cj0iMS40cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KPC9jaXJjbGU+CjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NSA1MCkiPgo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzQ0NDQ0NCIgdHJhbnNmb3JtPSJzY2FsZSgwLjMwMDI4NyAwLjMwMDI4NykiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSIwcyIgY2FsY01vZGU9InNwbGluZSIga2V5U3BsaW5lcz0iMC4zIDAgMC43IDE7MC4zIDAgMC43IDEiIHZhbHVlcz0iMDsxOzAiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjEuNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+CjwvY2lyY2xlPgo8L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7.5rem;
  z-index: 990;
  cursor: progress;
}

.ccm-settings-summoner {
  bottom: 135px !important;
  left: 16px !important;
}

@media screen and (min-width: 1049px) {
  .ccm-settings-summoner {
    bottom: 8px !important;
    left: 16px !important;
  }
}