@charset "UTF-8";
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.default-layout {
  display: flex;
  height: 100vh;
  overflow-x: hidden;
  /* background-color: $gray-dark-10; */
  background: #0e0e0e;
}
.default-layout__sidebar-left {
  flex: 0 0 2.9375rem;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1280px) {
  .default-layout__sidebar-left {
    flex: 0 0 3.75rem;
  }
}
@media (min-width: 1600px) {
  .default-layout__sidebar-left {
    flex: 0 0 4.375rem;
  }
}
.default-layout__sidebar-left .small-sidebar {
  width: 100%;
  background: rgb(43, 43, 43);
  overflow: hidden;
}
.default-layout__main {
  flex: 1 1;
  width: auto;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.default-layout__main::-webkit-scrollbar {
  display: none;
}

.componentDetail {
  left: 411px;
  z-index: 4;
  position: relative;
  background: #101010;
  min-width: 400px;
}

.minimal-layout {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: auto;
  background: #ffffff;
}

body.minimal-layout-active {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.minimal-layout-active .main-navigation,
body.minimal-layout-active .default-header,
body.minimal-layout-active .default-footer {
  display: none;
}

.login_video {
  background-color: rgb(21, 21, 21);
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  .login_video {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .login_video {
    width: 50%;
  }
}
.login_video__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
}
.login_video__content__slogan__title {
  width: 17.3125rem;
  height: 4.4375rem;
}
.login_video__content__slogan__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.login_video__content__slogan__item {
  font-family: STIXIntegralsUp;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}
.login_video__content__slogan__item--dot {
  color: rgba(255, 255, 255, 0.11);
  font-size: 1.6875rem;
  line-height: 0;
}
@media (min-width: 1600px) {
  .login_video__content__slogan__title {
    width: 22.3125rem;
    height: 5.25rem;
  }
  .login_video__content__slogan__wrapper {
    gap: 0.75rem;
  }
  .login_video__content__slogan__item {
    font-size: 1rem;
  }
  .login_video__content__slogan__item--dot {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1900px) {
  .login_video__content__slogan__title {
    width: 23.375rem;
    height: 6rem;
  }
}

.recover_password__action__form__btn__submit {
  width: auto;
}
.recover_password__action__form__field {
  max-width: 15.3125rem;
}

.login {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}
@media (min-width: 1024px) {
  .login__container {
    flex-direction: column;
  }
}
.login__container__main {
  padding: 0 1.875rem 0 1.5625rem;
  height: 100%;
  width: 50%;
}
@media (min-width: 1280px) {
  .login__container__main {
    padding: 0 1.25rem 0 2.625rem;
  }
}
@media (min-width: 1600px) {
  .login__container__main {
    padding: 0 2.5rem 0 6.375rem;
  }
}
.login__container__main__content {
  height: 100%;
  display: flex;
}
.login__container__main__content__wrapper {
  padding-top: 6.25rem;
}
.login__container__main__content__wrapper__form {
  margin-top: 2rem;
}
.login__container__main__content__wrapper__form__field {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .login__container__main__content__wrapper__form__field {
    margin-top: 0.625rem;
  }
}
.login__container__main__content__wrapper__form__field__label--alert {
  color: red;
}
.login__container__main__content__wrapper__form__field__social__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login__container__main__content__wrapper__form__field__social__title__content {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.login__container__main__content__wrapper__form__field__social__title__line {
  height: 0.125rem;
  width: 75%;
  background: rgb(112, 112, 112);
}
.login__container__main__content__wrapper__form__field__social__buttons {
  display: flex;
}
.login__container__main__content__wrapper__form__field__social__buttons__link {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.login__container__main__content__wrapper__form__forgot-password {
  margin-top: 0.625rem;
}
.login__container__main__content__wrapper__form__forgot-password__content {
  width: fit-content;
  cursor: pointer;
}
.login__container__main__content__wrapper__form__forgot-password__content:hover {
  color: rgb(255, 255, 255);
}

.register {
  height: 100%;
}
.register .btn--purple {
  width: 100%;
}
.register__container {
  display: flex;
  height: 90%;
}
.register__container__video {
  width: 50%;
}
.register__container__content {
  padding: 0 1.875rem 0 1.5625rem;
  height: 100%;
  width: 50%;
}
@media screen and (min-width: 1000px) {
  .register__container__content {
    padding: 0 0.75rem 0 0.625rem;
  }
}
@media (min-width: 1280px) {
  .register__container__content {
    padding: 0 1.25rem 0 2.625rem;
  }
}
@media (min-width: 1600px) {
  .register__container__content {
    padding: 0 2.5rem 0 6.375rem;
  }
}
.register__container__content__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (min-height: 400px) and (max-height: 800px) {
  .register__container__content__wrapper {
    padding-top: 1rem;
  }
}
.register__container__content__wrapper__form {
  width: 50%;
}
.register__container__content__wrapper__form__checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 17px 0;
}
.register__container__content__wrapper__form__checkbox__label {
  opacity: 0.54;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-left: 0.75rem;
}
.register__container__content__wrapper__form__checkbox__label span {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 1020px) and (max-width: 1100px) {
  .register__container__content__wrapper__form__checkbox__label {
    font-size: 0.84375rem;
  }
}
.register__container__content__wrapper__form .checkbox--black {
  overflow: hidden;
  min-width: 1.875rem !important;
  height: 2rem !important;
}
.register__container__content__wrapper__form__field:first-child {
  padding: 0;
}
.register__container__content__wrapper__form__field__label {
  padding-top: 0.875rem;
  padding-bottom: 0.375rem;
}
@media screen and (min-height: 400px) and (max-height: 799px) {
  .register__container__content__wrapper__form__field__label {
    padding-top: 0.4375rem;
    padding-bottom: 0.1875rem;
  }
}
.register__container__content__wrapper__form__field__label--alert {
  color: red !important;
}
.register__container__content__wrapper__form__field__input {
  display: flex;
  width: fit-content;
  align-items: center;
  background: rgb(29, 29, 29);
  border-radius: 0.3125rem;
  padding-right: 0.3125rem;
  min-width: 100%;
}
.register__container__content__wrapper__form__field__input__tooltip {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.register__container__content__wrapper__divider {
  display: inline-block;
  width: 0.125rem;
  background: rgb(112, 112, 112);
}
.register__container__content__wrapper__social {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register__container__content__wrapper__social__buttons {
  width: 75%;
}
.register__container__content__wrapper__social__buttons__link {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.register__container__content__link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.54);
  padding-top: 1.25rem;
  cursor: default;
}
@media (min-width: 1900px) {
  .register__container__content__link {
    font-size: 1.25rem;
  }
}
.register__container__content__link__login {
  cursor: pointer;
}
.register__container__content__link__login:hover {
  text-decoration: underline;
}
.register .input--black {
  margin-top: 0;
  border-radius: 0.3125rem 0 0 0.3125rem;
}

.Strong,
.Medium,
.Weak {
  animation-name: fade-in;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  max-height: 1.4375rem;
  text-align: left;
  margin: 0.375rem 0 0;
  padding: 0.25rem 0.5rem;
  padding-left: 0.9375rem;
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 0.1875rem;
}

.Strong {
  background: rgb(9, 121, 18);
}

.Medium {
  background: rgb(22, 1, 255);
}

.Weak {
  background: rgb(195, 38, 38);
}

.reset_password {
  height: 100%;
}
.reset_password__container {
  height: 90%;
  display: flex;
}
.reset_password__container__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 50%;
  padding-top: 7.5rem;
}
.reset_password__container__content__wrapper {
  height: 100%;
  width: 65%;
}
.reset_password__container__content__wrapper__form__field {
  width: 80%;
  padding-top: 1.25rem;
}
.reset_password__container__content__wrapper__form__field__label--alert.invalid {
  color: red;
}
.reset_password__container__content__wrapper__form__row {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .reset_password__container__content__wrapper__form__row__btn--send-link {
    font-size: 0.5rem !important;
  }
}
.reset_password__container__content__wrapper__form__row__btn--login {
  font-size: 1rem !important;
  padding-left: 1.5625rem;
  cursor: pointer;
}
@media screen and (max-width: 1270px) {
  .reset_password__container__content__wrapper__form__row__btn--login {
    font-size: 0.5rem !important;
  }
}

.recover_password {
  height: 100%;
}
.recover_password__container {
  height: 100%;
  display: flex;
}
.recover_password__container__content {
  padding: 6.5625rem 0 0 6.5625rem;
}
.recover_password__container__content__form {
  width: 100%;
  margin-top: 1.25rem;
}
.recover_password__container__content__form__field {
  width: 100%;
}
.recover_password__container__content__form__field__input {
  min-width: 100%;
  background: rgb(29, 29, 29);
  border-radius: 0.3125rem;
  padding-right: 0.3125rem;
  display: flex;
  align-items: center;
  margin: 0.625rem 0;
}
.recover_password__container__content__form__field__label--alert {
  color: red;
}
.recover_password__container__content__form__field__row {
  margin-bottom: 1.25rem;
}
.recover_password__container__content__form__field__row .input--black {
  min-width: 100%;
}

.top-login-bar {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
}
.top-login-bar__space {
  min-width: 50%;
  background-color: rgb(21, 21, 21);
}
.top-login-bar__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  max-width: 37.5rem;
  margin: 1.5rem 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 50%;
}
@media (min-width: 1600px) {
  .top-login-bar__nav {
    max-width: 45.625rem;
    margin: 2.75rem auto;
  }
}
.top-login-bar__nav__btn {
  opacity: 0.43;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.32;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
@media (min-width: 1600px) {
  .top-login-bar__nav__btn {
    font-size: 1.1875rem;
  }
}
.top-login-bar__nav__btn:hover {
  opacity: 1;
}
.top-login-bar__nav__btn--login {
  margin-right: 2rem;
}
@media (min-width: 1600px) {
  .top-login-bar__nav__btn--login {
    margin-right: 2.8125rem;
  }
}
.top-login-bar__nav .active {
  opacity: 1;
}

.login__popup__overlay {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

div#login {
  position: relative;
  z-index: 10000;
  background: #1a1a1a;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.login__popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.login__popup__close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Choose plan page styles */
.choosePlan__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.choosePlan__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100vh;
  padding: 5rem 4.4375rem 0;
}
@media (min-width: 1900px) {
  .choosePlan__menu {
    padding: 7.5rem 5.6875rem 0;
  }
}
.choosePlan__menu__title {
  margin-bottom: 2.6875rem;
}
.choosePlan__menu__title h1 {
  margin-bottom: 1.5rem;
}
.choosePlan__menu__nav__item, .choosePlan__menu__nav__item__enterprise {
  position: relative;
  background-color: rgb(29, 29, 29);
  padding: 0.75rem;
  border: solid 0.1875rem transparent;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 500;
  color: rgb(61, 61, 61);
  margin: 0.875rem auto;
  transition: background-color 200ms ease, border-color 200ms ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1600px) {
  .choosePlan__menu__nav__item, .choosePlan__menu__nav__item__enterprise {
    padding: 1rem;
    font-size: 1.5rem;
    margin: 1.125rem auto;
  }
}
.choosePlan__menu__nav__item:not(:first-child):hover, .choosePlan__menu__nav__item__enterprise:not(:first-child):hover {
  background: rgb(255, 255, 255);
  border: solid 0.1875rem rgb(65, 185, 28);
}
.choosePlan__menu__nav__item__mark, .choosePlan__menu__nav__item__enterprise__mark {
  border-radius: 0.3125rem;
}
.choosePlan__menu__nav__item__mark--current, .choosePlan__menu__nav__item__enterprise__mark--current {
  padding: 0.0625rem 1.125rem;
  border: solid 1px rgb(165, 165, 165);
  font: 500 0.875rem;
  line-height: 1.39;
  color: rgba(255, 255, 255, 0.32);
}
@media (min-width: 1600px) {
  .choosePlan__menu__nav__item__mark--current, .choosePlan__menu__nav__item__enterprise__mark--current {
    font-size: 1.125rem;
    padding: 0.1875rem 1.125rem;
  }
}
.choosePlan__menu__nav__item__mark--popular, .choosePlan__menu__nav__item__enterprise__mark--popular {
  padding: 0.125rem 1.125rem;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.67;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: rgb(64, 152, 9);
}
@media (min-width: 1600px) {
  .choosePlan__menu__nav__item__mark--popular, .choosePlan__menu__nav__item__enterprise__mark--popular {
    font-size: 0.9375rem;
    padding: 0.3125rem 1.125rem;
  }
}
.choosePlan__menu__nav .active {
  background: rgb(255, 255, 255);
  border: solid 0.1875rem rgb(65, 185, 28);
  max-height: 4rem;
}
.choosePlan__menu__nav .active span {
  color: rgb(61, 61, 61);
}
.choosePlan__menu__contact {
  margin-top: 3.125rem;
}
@media (min-width: 1600px) {
  .choosePlan__menu__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__menu__contact {
    margin-top: 6.875rem;
  }
}
.choosePlan__menu__contact h3 {
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .choosePlan__menu__contact h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__menu__contact h3 {
    font-size: 1.5rem;
  }
}
.choosePlan__menu__contact p {
  font-size: 0.875rem;
}
@media (min-width: 1600px) {
  .choosePlan__menu__contact p {
    font-size: 1rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__menu__contact p {
    font-size: 1.25rem;
  }
}
.choosePlan__menu__contact a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.choosePlan__menu__contact a:hover {
  text-decoration: underline;
}
.choosePlan__description, .choosePlan__checkout {
  background: rgb(29, 29, 29);
}
.choosePlan__description {
  overflow-y: auto;
  height: 100vh;
  padding: 2.5rem 2.5625rem;
}
@media (min-width: 1600px) {
  .choosePlan__description {
    padding: 6.25rem 4.8125rem 2.5rem;
  }
}
.choosePlan__description__table {
  background: rgb(21, 21, 21);
  margin-top: 1.75rem;
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 1600px) {
  .choosePlan__description__table {
    margin-top: 2.125rem;
  }
}
.choosePlan__description__table__head {
  font-size: 0.6875rem;
  font-weight: bold;
  background: rgb(16, 16, 16);
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 1600px) {
  .choosePlan__description__table__head {
    font-size: 0.8125rem;
  }
}
.choosePlan__description__table__head tr th {
  padding: 0.5rem 0 0.5rem 0.75rem;
  height: 3.125rem;
}
.choosePlan__description__table__head tr th:last-child {
  padding-right: 0.75rem;
}
@media (min-width: 1600px) {
  .choosePlan__description__table__head tr th {
    padding: 0.5rem 0 0.5rem 1.125rem;
  }
  .choosePlan__description__table__head tr th:last-child {
    padding-right: 1.125rem;
  }
}
.choosePlan__description__table__body {
  font-size: 0.875rem;
}
@media (min-width: 1600px) {
  .choosePlan__description__table__body {
    font-size: 1rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__description__table__body {
    font-size: 1.125rem;
  }
}
.choosePlan__description__table__body tr {
  color: rgb(112, 112, 112);
}
.choosePlan__description__table__body tr:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.2);
}
.choosePlan__description__table__body tr td {
  padding: 0.75rem 0 0.75rem 0.75rem;
}
.choosePlan__description__table__body tr td.active {
  color: rgb(245, 245, 245);
}
.choosePlan__description__table__body tr td:last-child {
  padding-right: 0.75rem;
}
@media (min-width: 1900px) {
  .choosePlan__description__table__body tr td {
    padding: 1.125rem 0 1.125rem 1.125rem;
  }
  .choosePlan__description__table__body tr td:last-child {
    padding-right: 1.125rem;
  }
}
.choosePlan__checkout {
  padding-right: 1.375rem;
  height: 100vh;
}
@media (min-width: 1600px) {
  .choosePlan__checkout {
    padding-right: 3.125rem;
  }
}
.choosePlan__checkout__content {
  margin: 3.125rem 1.25rem;
  text-align: center;
}
.choosePlan__checkout__content__video {
  width: 20.125rem;
  height: 12.0625rem;
  border-radius: 0.5625rem;
  background-color: #484848;
  margin: 0 auto 1.25rem auto;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__content__video {
    width: 30rem;
    height: 16rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__checkout__content__video {
    width: 37.75rem;
    height: 21.625rem;
    margin-top: 6.875rem;
  }
}
.choosePlan__checkout__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 0 1.25rem;
  margin: 60px auto 45px auto;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__wrapper {
    margin-top: 6.25rem;
  }
}
.choosePlan__checkout__users {
  padding-top: 2.125rem;
  margin-right: 0.875rem;
  text-align: center;
  max-width: 160px;
  height: 7.5rem;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__users {
    max-width: none;
  }
}
.choosePlan__checkout__users__controls {
  margin-bottom: 0.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choosePlan__checkout__users__controls__calc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background: rgb(64, 64, 64);
  border-radius: 50%;
  color: rgb(136, 136, 136);
  cursor: pointer;
  transition: color 200ms ease;
}
.choosePlan__checkout__users__controls__calc:hover {
  color: rgb(255, 255, 255);
}
.choosePlan__checkout__users__controls__calc .plus-icon, .choosePlan__checkout__users__controls__calc .minus-icon {
  width: 1.125rem;
  height: 1.25rem;
  opacity: 0.34;
}
.choosePlan__checkout__users__controls__calc .plus-icon:hover, .choosePlan__checkout__users__controls__calc .minus-icon:hover {
  opacity: 1;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__users__controls__calc {
    width: 3rem;
    height: 3rem;
  }
  .choosePlan__checkout__users__controls__calc .plus-icon, .choosePlan__checkout__users__controls__calc .minus-icon {
    width: 1.5rem;
    height: 1.625rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__checkout__users__controls__calc {
    width: 3.8125rem;
    height: 3.8125rem;
  }
  .choosePlan__checkout__users__controls__calc .plus-icon, .choosePlan__checkout__users__controls__calc .minus-icon {
    width: 2.125rem;
    height: 2.375rem;
  }
}
.choosePlan__checkout__users__controls__numb {
  font-size: 1.0625rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0 0.3125rem;
  white-space: nowrap;
  width: 3.9375rem;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__users__controls__numb {
    font-size: 1.625rem;
    margin: 0 1rem;
    width: 5.75rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__checkout__users__controls__numb {
    font-size: 2.25rem;
    margin: 0 1.25rem;
    width: 8.125rem;
  }
}
.choosePlan__checkout__users__text {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.75rem;
}
.choosePlan__checkout__price {
  font-weight: 500;
  text-align: right;
}
.choosePlan__checkout__price__nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1.125rem;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__price__nav {
    font-size: 1.25rem;
  }
}
.choosePlan__checkout__price__nav__item {
  color: rgba(255, 255, 255, 0.54);
  cursor: pointer;
}
.choosePlan__checkout__price__nav__item:first-child {
  margin-right: 1.25rem;
}
.choosePlan__checkout__price__nav__item.active {
  color: white;
}
.choosePlan__checkout__price__monthly {
  font-size: 2.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1600px) {
  .choosePlan__checkout__price__monthly {
    font-size: 2.5rem;
  }
}
@media (min-width: 1900px) {
  .choosePlan__checkout__price__monthly {
    font-size: 3.25rem;
  }
}
.choosePlan__checkout__price__discount {
  font-size: 0.75rem;
  color: rgb(116, 226, 140);
}
.choosePlan__checkout__price__total {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.54);
}
@media (min-width: 1900px) {
  .choosePlan__checkout__price__discount, .choosePlan__checkout__price__total {
    font-size: 1.25rem;
  }
}
.choosePlan__checkout__btn {
  margin: 2.8125rem 1.25rem 1.875rem;
}
@media (min-width: 1900px) {
  .choosePlan__checkout__btn {
    max-width: 36.25rem;
    margin: 2.8125rem auto 1.875rem auto;
  }
}
.choosePlan__checkout__link {
  padding: 0 1.25rem;
  margin: 1.875rem auto;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.32;
  text-decoration: underline;
  text-align: center;
  color: rgba(255, 255, 255, 0.54);
  transition: color 200ms ease;
  cursor: pointer;
}
.choosePlan__checkout__link:hover {
  color: white;
}

/* Payment window styles */
.payment {
  position: relative;
}
.payment__close {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 1.5rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.41);
  transition: color 0.2s ease;
}
.payment__close:hover, .payment__close:focus {
  color: rgb(255, 255, 255);
}
.payment__spinner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.payment__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100vh;
  overflow: hidden;
}
.payment__product {
  margin: 6.25rem auto;
  max-width: 22.0625rem;
}
.payment__product__card {
  background-color: rgb(255, 255, 255);
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border: solid 0.1875rem rgb(65, 185, 28);
  color: rgb(0, 0, 0);
  margin-top: 2.3125rem;
  padding: 1.25rem 3.125rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1900px) {
  .payment__product__card {
    min-height: 60%;
  }
}
.payment__product__card__status {
  padding: 0.1875rem 1.125rem;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.67;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
  border-radius: 0.3125rem;
  margin: 0 auto;
  background: rgb(64, 152, 9);
}
@media (min-width: 1600px) {
  .payment__product__card__status {
    font-size: 0.9375rem;
    padding: 0.3125rem 1.125rem;
  }
}
.payment__product__card__title {
  font-size: 3.4375rem;
  font-weight: normal;
  color: rgb(43, 43, 43);
  margin: 1.25rem auto;
}
.payment__product__card__nav {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
}
@media (min-width: 1600px) {
  .payment__product__card__nav {
    font-size: 1.25rem;
  }
}
.payment__product__card__nav__item {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.payment__product__card__nav__item:first-child {
  margin-right: 1.25rem;
}
.payment__product__card__nav__item.active {
  color: black;
}
.payment__product__card__total {
  font-size: 3.5625rem;
  margin-top: 0.5rem;
}
.payment__product__card__discount {
  font-size: 1.25rem;
  color: rgb(64, 152, 9);
  margin: 2.125rem auto;
}
.payment__product__card__monthly {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 2.125rem;
}

.payment__info {
  position: relative;
  background: rgb(29, 29, 29);
  height: 100%;
  padding: 1.875rem 3.125rem;
}
.payment__info .top-login-bar__nav {
  max-width: 100% !important;
}
.payment__info__wrapper {
  margin: 3.75rem 3.125rem;
}
@media (min-width: 1600px) {
  .payment__info__wrapper {
    margin-top: 100px;
  }
}
@media (min-width: 1900px) {
  .payment__info__wrapper {
    margin: 100px;
  }
}
.payment__info__wrapper__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
  margin-top: 1.875rem;
}
@media (min-width: 1900px) {
  .payment__info__wrapper__container {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .payment__info__checkout {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1900px) {
  .payment__info__checkout {
    margin-right: 35px;
  }
}
.payment__info__checkout__card {
  width: 270px;
}
.payment__info__checkout__card__item {
  background: rgb(51, 51, 51);
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1.125rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border: none;
}
.payment__info__checkout__card__item::placeholder {
  color: rgb(149, 149, 149);
}
.payment__info__checkout__card__other {
  display: flex;
  justify-content: space-between;
}
.payment__info__checkout__card--number {
  width: 100%;
}
.payment__info__checkout__card--date {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
  padding: 0 0.625rem;
  color: rgb(149, 149, 149);
}
.payment__info__checkout__card--date__month {
  width: 3.5rem;
  margin: 0 0 0 10%;
  padding: 1.125rem 0.0625rem;
  background-color: rgb(51, 51, 51);
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
}
.payment__info__checkout__card--date__month::placeholder {
  color: rgb(149, 149, 149);
}
.payment__info__checkout__card--date__year {
  width: 3.75rem;
  margin: 0;
  padding: 1.125rem 0.0625rem;
  padding-left: 0.625rem;
  background-color: rgb(51, 51, 51);
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  -webkit-background-clip: text;
}
.payment__info__checkout__card--date__year::placeholder {
  color: rgb(149, 149, 149);
}
.payment__info__checkout__card--cvv {
  width: 33%;
}
.payment__info__checkout__price {
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.28);
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.28);
  padding: 1.875rem 0;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.43);
  font-size: 1.375rem;
  font-weight: 500;
}
.payment__info__checkout__price__sum {
  color: rgba(255, 255, 255, 0.71);
}
.payment__info__checkout__checkbox {
  color: rgba(255, 255, 255, 0.54);
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
}
.payment__info__checkout__checkbox .checkbox--black {
  background: rgb(51, 51, 51) !important;
}
.payment__info__checkout__checkbox .checkbox--black::after {
  border-color: rgb(51, 51, 51) !important;
}
.payment__info__checkout__checkbox .checkbox--black:checked {
  background: rgb(255, 255, 255) !important;
  opacity: 0.83 !important;
}
.payment__info__checkout__checkbox__label {
  margin-left: 0.75rem;
}
.payment__info__checkout__checkbox__terms {
  text-decoration: underline;
  cursor: pointer;
}
.payment__info__checkout__checkbox__terms:hover {
  color: rgba(255, 255, 255, 0.71);
}
.payment__info__checkout__btn {
  width: 100% !important;
  text-transform: capitalize;
  margin-top: 1.875rem;
}
.payment__info__description__wrapper:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 1600px) {
  .payment__info__description__wrapper:not(:first-child) {
    margin-top: 28px;
  }
}
@media (min-width: 1900px) {
  .payment__info__description__wrapper:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.billing-update-card {
  width: 65vw;
  padding: 5rem 6.875rem;
  background-color: rgb(255, 255, 255);
  color: rgb(112, 112, 112);
  border-radius: 0.3125rem;
}
.billing-update-card h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto;
}
.billing-update-card h1::after {
  content: "";
  font-size: 0px;
  display: block;
  width: 100%;
  height: 0.3125rem;
  background-color: rgb(242, 242, 242);
  margin: 2.5rem 0 0.625rem;
}
.billing-update-card .changeSubscriptionModal__features__item {
  align-items: flex-start;
}
.billing-update-card .changeSubscriptionModal__features__item h4 {
  margin-top: 0.625rem;
  font-size: 1rem;
}
.billing-update-card hr {
  height: 0.125rem;
  background-color: rgb(242, 242, 242);
  border: none;
  margin: 2.5rem 0 35px;
}
.billing-update-card .btn {
  width: 25rem;
  height: 4.0625rem;
  border: 0.125rem solid rgba(112, 112, 112, 0.4588235294);
  background-color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 0.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.billing-update-card .btn:hover {
  background-color: rgba(197, 196, 196, 0.1647058824);
}

.figma-auth-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #0f0f0f;
  padding: 1.25rem;
}
.figma-iframe .figma-auth-container {
  min-height: 400px;
  padding: 0.625rem;
}

.figma-auth-card {
  background: #1a1a1a;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 26.25rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-iframe .figma-auth-card {
  max-width: 100%;
  padding: 1.25rem;
  box-shadow: none;
}

.figma-auth-header {
  text-align: center;
  margin-bottom: 1.875rem;
}
.figma-auth-header .figma-auth-logo {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1rem;
  filter: brightness(1.2);
}
.figma-auth-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
.figma-auth-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0;
}

.figma-auth-form .form-group {
  margin-bottom: 1.25rem;
}
.figma-auth-form .form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.375rem;
}
.figma-auth-form .form-group input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.figma-auth-form .form-group input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 0.1875rem rgba(102, 126, 234, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.figma-auth-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.figma-auth-form .error-message {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.figma-auth-form .btn-figma-login {
  width: 100%;
  padding: 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.figma-auth-form .btn-figma-login:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.75rem rgba(102, 126, 234, 0.4);
}
.figma-auth-form .btn-figma-login:active {
  transform: translateY(0);
}

.figma-auth-divider {
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}
.figma-auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.figma-auth-divider span {
  background: #1a1a1a;
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  position: relative;
}

.btn-figma-google {
  width: 100%;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-figma-google img {
  width: 1.125rem;
  height: 1.125rem;
}
.btn-figma-google:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.figma-auth-footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-auth-footer p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.figma-auth-footer p a {
  color: #8b9eff;
  text-decoration: none;
  font-weight: 500;
}
.figma-auth-footer p a:hover {
  text-decoration: underline;
  color: #a5b4ff;
}

.figma-auth-loading {
  text-align: center;
  padding: 2.5rem 0;
}
.figma-auth-loading .spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid rgba(255, 255, 255, 0.1);
  border-top: 0.1875rem solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.figma-auth-loading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.figma-auth-success {
  text-align: center;
  padding: 1.25rem 0;
}
.figma-auth-success .success-icon {
  width: 3.75rem;
  height: 3.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  margin: 0 auto 1rem;
}
.figma-auth-success h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
.figma-auth-success p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0 0 1.25rem 0;
}
.figma-auth-success .btn-figma-continue {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.figma-auth-success .btn-figma-continue:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.75rem rgba(102, 126, 234, 0.4);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.figma-iframe {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.frame-selection-content {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #0b0b0b;
  color: #ffffff;
  /* padding: toRem(24px) toRem(20px); */
  animation: fadeIn 0.3s ease-out;
  overflow: hidden;
}
.frame-selection-content .frame-selection-header {
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
.frame-selection-content .frame-selection-header h3 {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.frame-selection-content .frame-selection-header p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.frame-selection-content .frame-selection-header .selection-mode-indicator {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.3);
  animation: pulse 2s infinite;
}
.frame-selection-content .frame-selection-header .selection-mode-indicator svg {
  width: 1.125rem;
  height: 1.125rem;
}
.frame-selection-content .frame-selection-tree {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.frame-selection-content .frame-selection-tree .frame-tree-item {
  position: relative;
  margin: 2px 0;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content:hover .frame-select-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content.selected {
  background: rgba(24, 160, 251, 0.15);
  border-color: #18a0fb;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-expand-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  color: rgba(255, 255, 255, 0.4);
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-expand-icon.expandable svg {
  width: 10px;
  height: 10px;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-expand-icon.expanded {
  transform: rotate(90deg);
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-expand-icon.no-children {
  opacity: 0;
  pointer-events: none;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-type-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: monospace;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .layer-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .frame-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding-left: 0.5rem;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .frame-meta .frame-dimensions,
.frame-selection-content .frame-selection-tree .frame-tree-item-content .frame-meta .frame-children {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: monospace;
}
.frame-selection-content .frame-selection-tree .frame-tree-item-content .frame-select-arrow {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 0.5rem;
  transition: all 0.2s ease;
  opacity: 0;
}
.frame-selection-content .frame-selection-tree .layer-children {
  margin-left: 0;
  padding-left: 0;
}
.frame-selection-content .frame-selection-tree::-webkit-scrollbar {
  width: 6px;
}
.frame-selection-content .frame-selection-tree::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.frame-selection-content .frame-selection-tree::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.frame-selection-content .frame-selection-tree::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.frame-selection-content .frame-selection-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 0.625rem;
}
.frame-selection-content .frame-selection-list::-webkit-scrollbar {
  width: 6px;
}
.frame-selection-content .frame-selection-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.frame-selection-content .frame-selection-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.frame-selection-content .frame-selection-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.frame-selection-content .frame-selection-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.frame-selection-content .frame-selection-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
}
.frame-selection-content .frame-selection-item:hover .frame-select-arrow {
  transform: translateX(4px);
}
.frame-selection-content .frame-selection-item .frame-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  font-size: 1.25rem;
}
.frame-selection-content .frame-selection-item .frame-icon .frame-type-icon.frame {
  color: #9ca3ff;
}
.frame-selection-content .frame-selection-item .frame-icon .frame-type-icon.component {
  color: #b794f4;
}
.frame-selection-content .frame-selection-item .frame-icon .frame-type-icon.instance {
  color: #f687b3;
}
.frame-selection-content .frame-selection-item .frame-info {
  flex: 1;
}
.frame-selection-content .frame-selection-item .frame-info .frame-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frame-selection-content .frame-selection-item .frame-info .frame-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.frame-selection-content .frame-selection-item .frame-info .frame-meta .frame-type {
  text-transform: uppercase;
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}
.frame-selection-content .frame-selection-item .frame-info .frame-meta .frame-dimensions {
  font-family: "Monaco", monospace;
}
.frame-selection-content .frame-selection-item .frame-select-arrow {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}
.frame-selection-content .no-frames-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.frame-selection-content .no-frames-message p {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.frame-selection-content .no-frames-message p:first-child {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.figma-ingredients-content {
  flex: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #0b0b0b;
  color: #ffffff;
  padding: 0;
  animation: fadeIn 0.3s ease-out;
  min-height: 0;
  overflow: hidden;
}
.figma-ingredients-content .ingredients-header {
  /* margin-bottom: toRem(10px); */
  /* padding-bottom: toRem(10px); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item.clickable {
  cursor: pointer;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item.clickable:hover {
  color: #fff;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item.clickable:hover .breadcrumb-icon {
  transform: translateX(-2px);
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item.current {
  color: #fff;
  font-weight: 500;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item .breadcrumb-icon {
  transition: transform 0.2s ease;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-item .frame-type-icon {
  font-family: monospace;
  font-size: 1rem;
  opacity: 0.7;
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-separator {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .ingredients-header .breadcrumb-nav .breadcrumb-separator svg {
  width: 0.75rem;
  height: 0.75rem;
}
.figma-ingredients-content .ingredients-header .breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.figma-ingredients-content .ingredients-header .breadcrumb-row .breadcrumb-nav {
  flex: 1;
  min-width: 0;
}
.figma-ingredients-content .ingredients-header .selection-mode-global {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.figma-ingredients-content .ingredients-header .selection-mode-global .selection-mode-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.15s ease;
}
.figma-ingredients-content .ingredients-header .selection-mode-global .selection-mode-label .selection-mode-toggle {
  width: 1.5rem;
  height: 0.875rem;
}
.figma-ingredients-content .ingredients-header .selection-mode-global .selection-mode-label:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}
.figma-ingredients-content .ingredients-header .tab-navigation {
  display: flex;
  gap: 0.125rem;
  margin-top: 0.5rem;
  padding: 0.1875rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.figma-ingredients-content .ingredients-header .tab-navigation::-webkit-scrollbar {
  height: 4px;
}
.figma-ingredients-content .ingredients-header .tab-navigation::-webkit-scrollbar-track {
  background: transparent;
}
.figma-ingredients-content .ingredients-header .tab-navigation::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.figma-ingredients-content .ingredients-header .tab-navigation::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .ingredients-header .tab-navigation .tab-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.figma-ingredients-content .ingredients-header .tab-navigation .tab-item .tab-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.figma-ingredients-content .ingredients-header .tab-navigation .tab-item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}
.figma-ingredients-content .ingredients-header .tab-navigation .tab-item.active {
  background: rgba(74, 144, 226, 0);
  color: #4a90e2;
}
.figma-ingredients-content .ingredients-header .tab-navigation .tab-item.active .tab-icon {
  transform: scale(1.1);
}
.figma-ingredients-content .ingredients-header h3 {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.figma-ingredients-content .ingredients-header h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.figma-ingredients-content .ingredients-header h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.figma-ingredients-content .tab-content {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
  height: 100%;
}
.figma-ingredients-content .tab-content .tab-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 12.5rem;
}
.figma-ingredients-content .tab-content .tab-panel::-webkit-scrollbar {
  width: 6px;
}
.figma-ingredients-content .tab-content .tab-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.figma-ingredients-content .tab-content .tab-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.figma-ingredients-content .tab-content .tab-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .tab-content .tab-panel .empty-state {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .tab-content .tab-panel .empty-state .empty-icon {
  color: rgba(255, 255, 255, 0.2);
}
.figma-ingredients-content .tab-content .tab-panel .empty-state p {
  font-size: 0.875rem;
  margin: 0;
}
.figma-ingredients-content .tab-content .tab-panel .empty-state .btn-secondary {
  margin-top: 0.5rem;
  padding: 0.375rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-ingredients-content .tab-content .tab-panel .empty-state .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .tab-content .tab-panel.layers-panel .layers-panel-header {
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
}
.figma-ingredients-content .tab-content .tab-panel.layers-panel .layers-panel-header .focus-hover-checkbox {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.figma-ingredients-content .tab-content .tab-panel.layers-panel .layers-panel-header .focus-hover-checkbox input[type=checkbox] {
  width: 0.875rem;
  height: 0.875rem;
  cursor: pointer;
  accent-color: #4a90e2;
}
.figma-ingredients-content .tab-content .tab-panel.layers-panel .layers-panel-header .focus-hover-checkbox span {
  user-select: none;
}
.figma-ingredients-content .tab-content .tab-panel.layers-panel .layers-panel-header .focus-hover-checkbox:hover {
  color: rgba(255, 255, 255, 0.9);
}
.figma-ingredients-content .tab-content .tab-panel.pages-panel .page-list {
  padding: 0.625rem;
}
.figma-ingredients-content .tab-content .tab-panel.pages-panel .page-list .page-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-ingredients-content .tab-content .tab-panel.pages-panel .page-list .page-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
}
.figma-ingredients-content .tab-content .tab-panel.pages-panel .page-list .page-item.current {
  background: rgba(74, 144, 226, 0.1);
  color: #4a90e2;
}
.figma-ingredients-content .ingredients-list {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.625rem;
}
.figma-ingredients-content .ingredients-list::-webkit-scrollbar {
  width: 6px;
}
.figma-ingredients-content .ingredients-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.figma-ingredients-content .ingredients-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.figma-ingredients-content .ingredients-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.figma-ingredients-content .ingredient-row {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  gap: 0.75rem;
}
.figma-ingredients-content .ingredient-row:hover {
  background: rgba(255, 255, 255, 0.06);
}
.figma-ingredients-content .ingredient-row .drag-handle {
  color: rgba(255, 255, 255, 0.3);
  cursor: move;
  display: flex;
  align-items: center;
}
.figma-ingredients-content .ingredient-row .drag-handle svg {
  width: 16px;
  height: 16px;
}
.figma-ingredients-content .ingredient-row .drag-handle:hover {
  color: rgba(255, 255, 255, 0.5);
}
.figma-ingredients-content .ingredient-row .layer-name {
  flex: 1;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.figma-ingredients-content .ingredient-row .layer-type {
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.figma-ingredients-content .ingredient-row .layer-type.type-image {
  background: rgba(147, 97, 253, 0.2);
  color: #9361fd;
}
.figma-ingredients-content .ingredient-row .layer-type.type-font {
  background: rgba(97, 189, 253, 0.2);
  color: #61bdfd;
}
.figma-ingredients-content .ingredient-row .layer-type.type-gradient {
  background: rgba(253, 97, 147, 0.2);
  color: #fd6193;
}
.figma-ingredients-content .ingredient-row .layer-type.type-color {
  background: rgba(97, 253, 189, 0.2);
  color: #61fdbd;
}
.figma-ingredients-content .ingredient-row .layer-type.type-unknown {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.figma-ingredients-content .ingredient-row .toggle-switch {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
}
.figma-ingredients-content .ingredient-row .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.figma-ingredients-content .ingredient-row .toggle-switch input:checked + .toggle-slider {
  background-color: #5c6ac4;
}
.figma-ingredients-content .ingredient-row .toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(1.25rem);
}
.figma-ingredients-content .ingredient-row .toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 1px #5c6ac4;
}
.figma-ingredients-content .ingredient-row .toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border-radius: 1.5rem;
}
.figma-ingredients-content .ingredient-row .toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.figma-plugin-container {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: rgb(10, 10, 10);
  background: #0b0b0b;
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  overflow: hidden;
}
.figma-plugin-container.welcome-mode .figma-plugin-header {
  display: none;
}

.figma-plugin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  padding: 0 0.5rem;
  /* background: $black-4; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.welcome-mode .figma-plugin-header {
  display: none;
}
.figma-plugin-header .header-brand {
  display: flex;
  align-items: center;
}
.figma-plugin-header .header-brand .logo-mini {
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
}
.figma-plugin-header .header-controls {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.figma-plugin-header .header-controls .size-selector {
  padding: 0.125rem 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  color: rgb(255, 255, 255);
  font-size: 0.5625rem;
  cursor: pointer;
  min-width: 2rem;
}
.figma-plugin-header .header-controls .size-selector:focus {
  outline: none;
  border-color: rgb(19, 178, 228);
}
.figma-plugin-header .header-controls .size-selector option {
  background: rgb(16, 16, 16);
  color: rgb(255, 255, 255);
}
.figma-plugin-header .header-controls .btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-plugin-header .header-controls .btn-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.figma-plugin-header .header-controls .btn-icon i {
  font-size: 0.625rem;
}

.figma-plugin-main {
  flex: 1;
  display: flex;
  overflow: hidden;
  padding-bottom: 4.375rem;
}
.figma-plugin-main .figma-plugin-sidebar {
  width: 3.75rem;
  background: rgb(29, 29, 29);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow-y: auto;
  flex-shrink: 0;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar {
  width: 100%;
  position: relative;
  left: 0;
  background: transparent;
  padding: 0;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar__icon {
  font-size: 0.625rem;
  padding: 0.5rem;
  min-height: 2.5rem;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar__taste__title {
  font-size: 0.5625rem;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar__taste__progress-bar {
  height: 0.1875rem;
  margin-top: 0.25rem;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar__folder-icon {
  font-size: 0.5625rem;
}
.figma-plugin-main .figma-plugin-sidebar .left-sidebar__add {
  font-size: 0.5rem;
  line-height: 1.2;
}
.figma-plugin-main .figma-plugin-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgb(21, 21, 21);
  background: #0b0b0b;
}
.figma-plugin-main .figma-plugin-content .entityDetail {
  padding: 0.625rem;
  font-size: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__tools {
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__tools__item {
  font-size: 0.625rem;
  margin-right: 0.5rem !important;
  margin-bottom: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__nav {
  margin-bottom: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__nav__list {
  flex-wrap: wrap;
  gap: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__nav__list__item {
  flex: 1 1 auto;
  min-width: 4.375rem;
  padding: 0.375rem 0.625rem;
  margin-right: 0 !important;
  border-radius: 0.1875rem;
  white-space: normal;
  text-align: center;
}
.figma-plugin-main .figma-plugin-content .entityDetail__header__nav__list__item span {
  font-size: 0.6875rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main {
  padding: 0.9375rem;
  border-radius: 0.375rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header {
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media (max-width: 450px) {
  .figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap:first-child {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__avatar {
  margin-right: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__avatar__logo {
  width: 3.125rem;
  height: 3.125rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__avatar__logo__upload {
  font-size: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__info__user__box__name {
  font-size: 0.75rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__info__user__box__subs-type, .figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__info__user__box__status {
  font-size: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__info__entity-name {
  font-size: 0.6875rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__counter {
  flex-wrap: wrap;
  gap: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__counter__box {
  flex: 1 1 auto;
  min-width: 3.75rem;
  padding: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__counter__box__name {
  font-size: 0.5625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__counter__box__value {
  font-size: 0.875rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__info {
  margin-top: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__info__counts {
  flex-wrap: wrap;
  gap: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__header__wrap__entity__info__counts__item {
  flex: 1 1 auto;
  min-width: 5rem;
  font-size: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__options {
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.5rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__entities__wrap {
  gap: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main__entities__wrap__item {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 400px) {
  .figma-plugin-main .figma-plugin-content .entityDetail__main__entities__wrap__item {
    flex: 1 1 calc(50% - 0.25rem);
  }
}
@media (min-width: 600px) {
  .figma-plugin-main .figma-plugin-content .entityDetail__main__entities__wrap__item {
    flex: 1 1 calc(33.333% - 0.375rem);
  }
}
.figma-plugin-main .figma-plugin-content .entityDetail__main .entity-card {
  padding: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main .entity-card__title {
  font-size: 0.6875rem;
}
.figma-plugin-main .figma-plugin-content .entityDetail__main .entity-card__meta {
  font-size: 0.5625rem;
}
.figma-plugin-main .figma-plugin-content .entityList__item {
  padding: 0.5rem;
  margin-bottom: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .entityList__item__name {
  font-size: 0.6875rem;
}
.figma-plugin-main .figma-plugin-content .entityList__item__meta {
  font-size: 0.5625rem;
}
.figma-plugin-main .figma-plugin-content .snapshot-grid {
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  gap: 0.375rem;
}
.figma-plugin-main .figma-plugin-content .snapshot-grid__item {
  padding: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .snapshot-grid__item__image {
  height: 3.75rem;
}
.figma-plugin-main .figma-plugin-content .snapshot-grid__item__label {
  font-size: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu {
  height: 100%;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body {
  padding: 0;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__nav {
  padding: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__nav__list__item {
  flex: 1;
  min-width: 3.75rem;
  padding: 0.375rem 0.5rem;
  font-size: 0.625rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.1875rem;
  cursor: pointer;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__nav__list__item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__nav__list__item.active {
  background: rgb(17, 17, 85);
  color: rgb(255, 255, 255);
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__items {
  padding: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__items-element, .figma-plugin-main .figma-plugin-content .lockMenu__body__items-element-unused {
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__items-element .btn-switch, .figma-plugin-main .figma-plugin-content .lockMenu__body__items-element-unused .btn-switch {
  transform: scale(0.8);
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__items-element i, .figma-plugin-main .figma-plugin-content .lockMenu__body__items-element-unused i {
  font-size: 0.875rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__active-taste {
  padding: 0.5rem;
}
.figma-plugin-main .figma-plugin-content .lockMenu__body__active-taste .taste {
  padding: 0.375rem;
  font-size: 0.625rem;
}

.figma-embedded-content,
.figma-tabs,
.figma-tab-content,
.figma-embedded-header,
.figma-embedded-container {
  display: none;
}

.ingredients-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.ingredients-panel .ingredients-header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ingredients-panel .ingredients-header h3 {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.ingredients-panel .ingredients-header .btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.ingredients-panel .ingredients-header .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.ingredients-panel .ingredients-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ingredients-panel .ingredients-header .selection-mode-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}
.ingredients-panel .ingredients-header .selection-mode-label .selection-mode-toggle {
  width: 1.5rem;
  height: 0.875rem;
}
.ingredients-panel .ingredients-header .selection-mode-label span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ingredients-panel .ingredients-header .selection-mode-label:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ingredients-panel .ingredients-list {
  flex: 1;
  overflow-y: auto;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.ingredients-panel .ingredient-row.saved-ingredient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.75rem;
}
.ingredients-panel .pending-ingredients-section {
  margin-bottom: 1.25rem;
}
.ingredients-panel .pending-ingredients-section .ingredients-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.ingredients-panel .pending-ingredients-section .ingredients-header .pending-badge {
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  background: rgba(92, 106, 196, 0.2);
  color: #5c6ac4;
  border-radius: 0.1875rem;
  text-transform: uppercase;
  font-weight: 500;
}
.ingredients-panel .pending-ingredients-list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-bottom: 0rem;
}
.ingredients-panel .saved-ingredients-list {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ingredients-panel .ingredient-group {
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
}
.ingredients-panel .ingredient-group__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.ingredients-panel .ingredient-group__header:hover {
  background: rgba(255, 255, 255, 0.05);
}
.ingredients-panel .ingredient-group__header .custom-icon {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.6;
}
.ingredients-panel .ingredient-group__name {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
}
.ingredients-panel .ingredient-group__count {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
.ingredients-panel .ingredient-group__badge {
  font-size: 0.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  background: rgba(19, 178, 228, 0.3);
  color: rgb(19, 178, 228);
  margin-left: auto;
}
.ingredients-panel .ingredient-group__badge.badge-active {
  background: rgba(74, 222, 128, 0.3);
  color: #4ade80;
}
.ingredients-panel .ingredient-group__actions {
  display: flex;
  gap: 0.375rem;
  margin-left: 0.5rem;
}
.ingredients-panel .ingredient-group__actions .btn-small {
  padding: 0.25rem 0.625rem;
  font-size: 0.625rem;
  border-radius: 0.25rem;
  min-width: auto;
}
.ingredients-panel .ingredient-group__items {
  padding: 0.25rem 0.5rem 0.5rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  max-height: 60vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 2.5rem;
}
.ingredients-panel .ingredient-group--draft {
  background: rgba(19, 178, 228, 0.08);
  border: 1px solid rgba(19, 178, 228, 0.2);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.ingredients-panel .ingredient-group--draft .ingredient-group__header--draft {
  background: rgba(19, 178, 228, 0.05);
}
.ingredients-panel .ingredient-group--draft .ingredient-group__header--draft:hover {
  background: rgba(19, 178, 228, 0.1);
}
.ingredients-panel .ingredient-group--draft .ingredient-group__badge {
  background: rgb(19, 178, 228);
  color: rgb(255, 255, 255);
}
.ingredients-panel .ingredient-group.node-missing {
  background: rgba(245, 158, 11, 0.1);
  border-left: 3px solid #f59e0b;
}
.ingredients-panel .ingredient-group.node-checking {
  animation: pulse-check 1.5s ease-in-out infinite;
}
.ingredients-panel .ingredient-group .group-status-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.ingredients-panel .ingredient-group .group-status-icon.status-ok {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(5765%) hue-rotate(131deg) brightness(97%) contrast(87%);
}
.ingredients-panel .ingredient-group .group-status-icon.status-missing {
  filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1467%) hue-rotate(358deg) brightness(103%) contrast(93%);
  cursor: pointer;
}
.ingredients-panel .ingredient-group .group-status-icon.status-missing:hover {
  opacity: 0.8;
}
.ingredients-panel .ingredient-group .group-navigate-btn {
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.ingredients-panel .ingredient-group .group-navigate-btn .custom-icon {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.7;
}
.ingredients-panel .ingredient-group .group-navigate-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ingredients-panel .ingredient-group .group-navigate-btn:hover .custom-icon {
  opacity: 1;
}
.ingredients-panel .ingredient-group .group-sync-btn {
  position: relative;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25rem;
}
.ingredients-panel .ingredient-group .group-sync-btn .custom-icon {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.7;
}
.ingredients-panel .ingredient-group .group-sync-btn .sync-indicator {
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  background: rgb(242, 79, 34);
  border-radius: 50%;
  border: 1px solid rgb(42, 44, 46);
}
.ingredients-panel .ingredient-group .group-sync-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ingredients-panel .ingredient-group .group-sync-btn:hover .custom-icon {
  opacity: 1;
}
.ingredients-panel .ingredient-group .group-sync-btn.synced {
  border-color: rgba(0, 128, 0, 0.3);
}
.ingredients-panel .ingredient-group .group-sync-btn.synced .custom-icon {
  filter: brightness(0) saturate(100%) invert(70%) sepia(50%) saturate(500%) hue-rotate(85deg) brightness(95%) contrast(90%);
}
.ingredients-panel .ingredient-group .group-sync-btn.modified {
  border-color: rgba(242, 79, 34, 0.5);
}
.ingredients-panel .ingredient-group .group-sync-btn.modified .custom-icon {
  filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(1467%) hue-rotate(358deg) brightness(103%) contrast(93%);
}
.ingredients-panel .ingredient-group .group-sync-btn.missing {
  border-color: rgba(255, 0, 0, 0.5);
}
.ingredients-panel .ingredient-group .group-sync-btn.missing .custom-icon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(2000%) hue-rotate(350deg) brightness(90%) contrast(95%);
  opacity: 0.5;
}
.ingredients-panel .ingredient-group .group-sync-btn.checking .custom-icon {
  animation: spin 1.5s infinite linear;
  opacity: 0.5;
}
.ingredients-panel .ingredient-group .group-delete-btn {
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25rem;
}
.ingredients-panel .ingredient-group .group-delete-btn .custom-icon {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.7;
}
.ingredients-panel .ingredient-group .group-delete-btn:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.5);
}
.ingredients-panel .ingredient-group .group-delete-btn:hover .custom-icon {
  opacity: 1;
}
@keyframes pulse-check {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items {
  padding: 0;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-wrapper {
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.375rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-wrapper.expanded {
  background: rgba(255, 255, 255, 0.04);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items__drag-item {
  margin-bottom: 0;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-toggle:hover {
  color: rgba(255, 255, 255, 0.9);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-toggle .expand-icon {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.2s ease;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-toggle .expand-icon.chevron-down-icon {
  transform: rotate(90deg);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail {
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  animation: slideDown 0.3s ease;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section {
  margin-bottom: 1rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-header h4 {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-header .component-type {
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.1875rem;
  text-transform: uppercase;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties {
  padding: 0 0.75rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row:last-child {
  border-bottom: none;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-info .property-name {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  min-width: 6.25rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-info .property-type {
  font-size: 0.5625rem;
  padding: 0.125rem 0.25rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.4);
  border-radius: 0.125rem;
  text-transform: uppercase;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-value .color-preview {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-value .image-preview {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: cover;
  border-radius: 0.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-components .draft-component-section .component-properties .property-row .property-value .no-value {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items .draft-ingredient-detail .draft-actions button {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 800px;
  }
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element, .ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element-unused {
  display: grid;
  grid-template-columns: 2.8125rem 2fr 2fr 0.5fr 0.5fr 0.5fr 0.5fr;
  align-items: center;
  padding: 0 0.625rem;
  height: 2.8125rem;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 0.25rem;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element .custom-icon, .ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element-unused .custom-icon {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element .custom-icon:hover, .ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element-unused .custom-icon:hover {
  opacity: 0.7;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element-unused {
  opacity: 0.75;
}
.ingredients-panel .tab-panel.ingredients-panel .lockMenu__body__items-element-unused .custom-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.ingredients-panel .ingredient-row.pending-ingredient {
  display: none;
}
.ingredients-panel .pending-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.375rem;
  transition: all 0.15s ease;
}
.ingredients-panel .pending-actions .btn-primary {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.ingredients-panel .pending-actions:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.ingredients-panel .pending-actions .ingredient-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.ingredients-panel .pending-actions .ingredient-info .ingredient-name {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  flex-shrink: 1;
}
.ingredients-panel .pending-actions .ingredient-info .ingredient-type {
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}
.ingredients-panel .pending-actions .ingredient-info .ingredient-props {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
.ingredients-panel .pending-actions .delete-ingredient {
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  border-radius: 0.1875rem;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ingredients-panel .pending-actions .delete-ingredient:hover {
  color: rgba(255, 100, 100, 0.8);
  background: rgba(255, 100, 100, 0.1);
}
.ingredients-panel .ingredient-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  padding: 0.625rem;
}
.ingredients-panel .ingredient-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.ingredients-panel .ingredient-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.ingredients-panel .ingredient-header .wobble-toggle {
  width: 1rem;
  height: 1rem;
}
.ingredients-panel .ingredient-header .ingredient-name {
  flex: 1;
  font-weight: 500;
  font-size: 0.75rem;
}
.ingredients-panel .ingredient-header .ingredient-type {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
}
.ingredients-panel .ingredient-properties {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.ingredients-panel .ingredient-properties .property-item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  font-size: 0.6875rem;
}
.ingredients-panel .ingredient-properties .property-item .property-name {
  color: rgba(255, 255, 255, 0.7);
}
.ingredients-panel .ingredient-properties .property-item .property-value {
  color: rgba(255, 255, 255, 0.5);
  font-family: monospace;
  font-size: 0.625rem;
}
.ingredients-panel .ingredient-actions {
  display: flex;
  gap: 0.25rem;
  padding-left: 1.5rem;
}
.ingredients-panel .ingredient-actions .btn-icon {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.2s ease;
}
.ingredients-panel .ingredient-actions .btn-icon:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgb(19, 178, 228);
}
.ingredients-panel .ingredient-actions .btn-icon i {
  margin-right: 0.25rem;
}

.tastes-panel .taste-selector {
  margin-bottom: 1rem;
}
.tastes-panel .taste-selector label {
  display: block;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.375rem;
}
.tastes-panel .taste-selector .form-select {
  width: 100%;
  padding: 0.375rem 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.tastes-panel .taste-selector .form-select:focus {
  outline: none;
  border-color: rgb(19, 178, 228);
  background: rgba(255, 255, 255, 0.08);
}
.tastes-panel .taste-info {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  padding: 0.75rem;
}
.tastes-panel .taste-info h3 {
  font-size: 0.875rem;
  margin: 0 0 0.25rem 0;
}
.tastes-panel .taste-info p {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.75rem 0;
}
.tastes-panel .taste-info .taste-actions {
  display: flex;
  gap: 0.5rem;
}

.searches-panel .search-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.searches-panel .search-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  padding: 0.625rem;
  transition: all 0.2s ease;
}
.searches-panel .search-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.searches-panel .search-item .search-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.searches-panel .search-item .search-header .search-name {
  font-weight: 500;
  font-size: 0.75rem;
}
.searches-panel .search-item .search-header .search-date {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}
.searches-panel .search-item .search-meta {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
}
.searches-panel .search-item .search-meta .block-count {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.searches-panel .search-item .search-meta .block-count::before {
  content: "▣";
  color: rgb(19, 178, 228);
}
.searches-panel .search-item .search-meta .taste-name {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.searches-panel .search-item .search-meta .taste-name::before {
  content: "◉";
  color: rgb(132, 219, 240);
}
.searches-panel .search-item .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  background: rgb(19, 178, 228);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.1875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.searches-panel .search-item .btn-sm:hover {
  background: #0f8db5;
}

.figma-wobble-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: rgb(29, 29, 29);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-wobble-controls .wobble-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
}
.figma-wobble-controls .wobble-status .status-indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.figma-wobble-controls .wobble-status .status-indicator.active {
  background: rgb(65, 185, 28);
  animation: pulse 1.5s infinite;
}
.figma-wobble-controls .wobble-status-indicators {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  justify-content: center;
}
.figma-wobble-controls .wobble-status-indicators .status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.figma-wobble-controls .wobble-status-indicators .status-badge.status-ok {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.figma-wobble-controls .wobble-status-indicators .status-badge.status-error {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.figma-wobble-controls .wobble-status-indicators .status-badge.status-unknown {
  background: rgba(156, 163, 175, 0.1);
  color: #9ca3af;
}
.figma-wobble-controls .wobble-status-indicators .board-lock-toggle {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(156, 163, 175, 0.1);
}
.figma-wobble-controls .wobble-status-indicators .board-lock-toggle .boards-lock-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #9ca3af;
  white-space: nowrap;
}
.figma-wobble-controls .wobble-status-indicators .board-lock-toggle .boards-lock-checkbox {
  margin: 0;
  cursor: pointer;
}
.figma-wobble-controls .wobble-actions {
  display: flex;
  gap: 0.5rem;
}
.figma-wobble-controls .wobble-actions .btn-wobble {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}
.figma-wobble-controls .wobble-actions .btn-wobble.start {
  background: rgb(65, 185, 28);
  color: rgb(255, 255, 255);
}
.figma-wobble-controls .wobble-actions .btn-wobble.start:hover {
  background: #318d15;
}
.figma-wobble-controls .wobble-actions .btn-wobble.stop {
  background: rgb(220, 53, 69);
  color: rgb(255, 255, 255);
}
.figma-wobble-controls .wobble-actions .btn-wobble.stop:hover {
  background: #bd2130;
}

.btn-compact {
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-compact:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-compact.btn-settings {
  padding: 0.25rem 0.375rem;
}

.btn-primary {
  background: rgb(19, 178, 228);
  color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-primary:hover {
  background: #0f8db5;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.empty-state {
  text-align: center;
  padding: 2.5rem 1.25rem;
}
.empty-state p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1rem 0;
}

.clients-panel {
  width: 100%;
  height: 100%;
}
.clients-panel iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.figma-plugin-content .main-nav__list,
.figma-plugin-content .nav-bar__list,
.figma-plugin-content .navigation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.5rem;
}
.figma-plugin-content .main-nav__list__item,
.figma-plugin-content .nav-bar__list__item,
.figma-plugin-content .navigation__list__item {
  flex: 1 1 auto;
  min-width: 3.75rem;
  padding: 0.375rem 0.5rem;
  font-size: 0.625rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .figma-plugin-content .main-nav__list__item,
  .figma-plugin-content .nav-bar__list__item,
  .figma-plugin-content .navigation__list__item {
    font-size: 0.5625rem;
    padding: 0.25rem 0.375rem;
  }
}
.figma-plugin-content .top-bar,
.figma-plugin-content .header-bar {
  padding: 0.5rem;
}
.figma-plugin-content .top-bar__title,
.figma-plugin-content .header-bar__title {
  font-size: 0.75rem;
}
.figma-plugin-content .top-bar__actions,
.figma-plugin-content .header-bar__actions {
  gap: 0.25rem;
}
.figma-plugin-content .top-bar__actions button,
.figma-plugin-content .header-bar__actions button {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
}

.auth-required {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.auth-required p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.auth-required a {
  color: rgb(19, 178, 228);
  text-decoration: none;
  font-size: 0.8125rem;
}
.auth-required a:hover {
  text-decoration: underline;
}

.figma-welcome {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #000000;
  background: #0b0b0b;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.figma-welcome .figma-welcome-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.625rem;
  background: transparent;
  border-bottom: none;
  margin-bottom: 0;
}
.figma-welcome .figma-welcome-header .header-left {
  /* text-align: center; */
}
.figma-welcome .figma-welcome-header .header-left .wobble-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 8px;
  opacity: 0.9;
  filter: brightness(0) invert(1);
}
.figma-welcome .figma-welcome-header .header-center {
  flex: 1;
  display: flex;
  gap: 0.375rem;
  justify-content: center;
  /* padding: 0 toRem(20px); */
}
.figma-welcome .figma-welcome-header .header-center .status-card {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  pointer: cursor;
}
.figma-welcome .figma-welcome-header .header-center .status-card :hover {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.1);
}
.figma-welcome .figma-welcome-header .header-center .status-card .label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
  /* text-transform: uppercase; */
  text-align: left;
  letter-spacing: 0px;
  font-weight: 400;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-welcome-header .header-center .status-card .value {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  width: 100%;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-welcome-header .header-right {
  flex: 0 0 auto;
}
.figma-welcome .figma-welcome-header .header-right .user-status {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  border-radius: 1.25rem;
  padding: 0;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-wrapper {
  position: relative;
  display: inline-block;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-circle {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-circle:hover {
  transform: scale(1.05);
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  z-index: 1000;
  overflow: hidden;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-header {
  padding: 12px 16px;
  border-bottom: 1px solid #333;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-header .profile-dropdown-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-header .profile-dropdown-email {
  font-size: 0.75rem;
  color: #999;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-divider {
  height: 1px;
  background: #333;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 0.875rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-item svg {
  flex-shrink: 0;
  color: #999;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-item:hover {
  background: #2a2a2a;
}
.figma-welcome .figma-welcome-header .header-right .user-status .profile-dropdown .profile-dropdown-item:hover svg {
  color: #fff;
}
.figma-welcome .figma-welcome-header .header-right .user-status .connection-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 2px solid #0b0b0b;
}
.figma-welcome .figma-welcome-header .header-right .user-status .connection-status.connected {
  background: #10b981;
}
.figma-welcome .figma-welcome-header .header-right .user-status .connection-status.disconnected {
  background: #6b7280;
}
.figma-welcome .figma-welcome-header .header-right .user-status .plan-type {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-welcome-header .header-right .user-status .plan-options {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.figma-welcome .figma-welcome-header .header-right .user-status .upgrade-btn,
.figma-welcome .figma-welcome-header .header-right .user-status .signin-btn,
.figma-welcome .figma-welcome-header .header-right .user-status .signup-btn {
  background: #2a2a2a;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-welcome-header .header-right .user-status .upgrade-btn:hover,
.figma-welcome .figma-welcome-header .header-right .user-status .signin-btn:hover,
.figma-welcome .figma-welcome-header .header-right .user-status .signup-btn:hover {
  background: #353535;
}
.figma-welcome .figma-welcome-header .header-right .user-status .signin-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.figma-welcome .figma-welcome-header .header-right .user-status .signin-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}
.figma-welcome .figma-welcome-header .header-right .user-status .dev-toggle-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0.375rem;
  opacity: 0.6;
}
.figma-welcome .figma-welcome-header .header-right .user-status .dev-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.figma-welcome .figma-welcome-header .header-right .user-status .session-counter {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.125rem 0;
}
.figma-welcome .figma-welcome-header .header-right .user-status .session-counter .session-remaining {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.figma-welcome .figma-welcome-header .header-right .user-status .session-counter .session-unlimited {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.figma-welcome .figma-welcome-header .header-right .user-status .session-counter .session-label {
  color: rgba(255, 255, 255, 0.5);
}
.figma-welcome .figma-carousel-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0rem;
  padding-top: 0;
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.figma-welcome .figma-carousel-main .carousel-container {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.figma-welcome .figma-carousel-main .carousel-slides {
  position: relative;
  height: 100%;
  width: 100%;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(0px);
  transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53);
  pointer-events: none;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide .slide-content-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 0.625rem;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide .slide-content-main .slide-subtitle {
  font-size: 0.875rem;
  color: #ffe0b8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide .slide-content-main .slide-main-title {
  font-family: "Cinzel", serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.figma-welcome .figma-carousel-main .carousel-slides .carousel-slide .slide-content-main .slide-main-title br {
  display: block;
  content: "";
  margin-top: 0.125rem;
}
@media (min-width: 400px) {
  .figma-welcome .figma-carousel-main .carousel-slides .carousel-slide .slide-content-main .slide-main-title {
    font-size: 2.375rem;
    letter-spacing: 1.1;
  }
}
.figma-welcome .figma-carousel-main .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 1.25rem;
}
.figma-welcome .figma-carousel-main .carousel-indicators .indicator {
  width: 1rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.figma-welcome .figma-carousel-main .carousel-indicators .indicator:hover {
  background: rgba(255, 255, 255, 0.25);
}
.figma-welcome .figma-carousel-main .carousel-indicators .indicator.active {
  background: rgba(255, 255, 255, 0.5);
}
.figma-welcome .figma-welcome-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 0.625rem 1.875rem 0.625rem;
  position: relative;
  z-index: 5;
}
.figma-welcome .figma-welcome-actions .welcome-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 90%;
  margin-bottom: 3.125rem;
}
.figma-welcome .figma-welcome-actions .welcome-actions .primary-action {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.2px;
}
.figma-welcome .figma-welcome-actions .welcome-actions .primary-action:hover {
  background: rgba(255, 255, 255, 0.12);
}
.figma-welcome .figma-welcome-actions .welcome-actions .primary-action:active {
  background: rgba(255, 255, 255, 0.08);
}
.figma-welcome .figma-welcome-actions .welcome-actions .divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.625rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.figma-welcome .figma-welcome-actions .welcome-actions .divider::before, .figma-welcome .figma-welcome-actions .welcome-actions .divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
}
.figma-welcome .figma-welcome-actions .welcome-actions .secondary-action {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.875rem 1.75rem;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.2px;
}
.figma-welcome .figma-welcome-actions .welcome-actions .secondary-action:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}
.figma-welcome .figma-welcome-actions .welcome-actions .secondary-action:active {
  background: transparent;
}
.figma-welcome .figma-welcome-actions .onboarding-progress {
  position: relative;
  padding: 0;
  margin-top: 1.25rem;
  width: 100%;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-line-container {
  position: absolute;
  top: 0.25rem;
  left: 2.5rem;
  right: 2.5rem;
  height: 0.375rem;
  background: #1c1c1c;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-line-container .progress-line-full {
  width: 100%;
  height: 100%;
  background: #1c1c1c;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 0 1.25rem;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step .step-dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #111111;
  /* border: 3px solid rgba(255, 255, 255, 0.25); */
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: relative;
  transition: all 0.2s ease;
  /* &::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: toRem(6px);
    height: toRem(6px);
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s ease;
  } */
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step .step-label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step.active .step-dot {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.8);
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step.active .step-dot::after {
  background: rgba(255, 255, 255, 0.8);
}
.figma-welcome .figma-welcome-actions .onboarding-progress .progress-step.active .step-label {
  color: rgba(255, 255, 255, 0.55);
}

.figma-plugin-container.welcome-mode {
  background: transparent;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.figma-plugin-container.welcome-mode .figma-plugin-header,
.figma-plugin-container.welcome-mode .figma-plugin-main {
  display: none;
}

body.figma-iframe.figma-embedded .navigation,
body.figma-iframe.figma-embedded .main-nav,
body.figma-iframe.figma-embedded .top-nav,
body.figma-iframe.figma-embedded .app-header,
body.figma-iframe.figma-embedded nav {
  display: none !important;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
body.figma-iframe.figma-embedded {
  margin: 0;
  padding: 0;
}
body.figma-iframe.figma-embedded ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body.figma-iframe.figma-embedded ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
body.figma-iframe.figma-embedded ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
body.figma-iframe.figma-embedded ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.figma-embedded-container .lockMenu {
  height: 100%;
  background: transparent;
  border: none;
  width: 100%;
}
.figma-embedded-container .lockMenu .lockMenu__body {
  height: 100%;
  background: transparent;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__nav {
  display: none;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items {
  height: calc(100% - 40px);
  overflow-y: auto;
  padding: 0.625rem;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__taste {
  margin-bottom: 0.625rem;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__taste .lockMenu__taste__progress-bar {
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  overflow: hidden;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__taste .lockMenu__taste__progress-bar .lockMenu__taste__progress-bar-background {
  height: 100%;
  background: rgb(19, 178, 228);
  transition: width 0.3s ease;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__active-taste {
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items__drag-item {
  margin-bottom: 0.5rem;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused {
  display: grid;
  grid-template-columns: 0.5fr 2fr 2fr 0.5fr 0.5fr 0.5fr 0.5fr;
  align-items: center;
  gap: 0rem;
  padding: 0.5rem 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element:hover,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element .btn-switch,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .btn-switch {
  width: 1.5rem;
  height: 1rem;
  font-size: 0.65625rem;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element .lockMenu__body__items-element__name,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .lockMenu__body__items-element__name {
  font-size: 0.75rem;
  font-weight: 500;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element .lockMenu__body__items-element__type,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .lockMenu__body__items-element__type {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  text-align: center;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element .custom-icon,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .custom-icon {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element .custom-icon:hover,
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .custom-icon:hover {
  opacity: 1;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused {
  opacity: 0.75;
}
.figma-embedded-container .lockMenu .lockMenu__body .lockMenu__body__items .lockMenu__body__items-element-unused .custom-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.figma-embedded-container .lockMenuImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(10, 10, 10);
  z-index: 100;
}
.figma-embedded-container .lockMenuImg .lockMenu__img__header {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  background: rgb(21, 21, 21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-embedded-container .lockMenuImg .lockMenu__img__header .lockMenu__img__header__back {
  cursor: pointer;
  margin-right: 0.625rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
}
.figma-embedded-container .lockMenuImg .lockMenu__img__header .lockMenu__img__header__back:hover {
  color: rgb(255, 255, 255);
}
.figma-embedded-container .lockMenuImg .lockMenu__img__header .lockMenu__img__header__title {
  font-size: 0.875rem;
  font-weight: 500;
}
.figma-embedded-container .tastesShared {
  padding: 0.9375rem;
  height: 100%;
  overflow-y: auto;
}
.figma-embedded-container .tastesShared .taste-item {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-embedded-container .tastesShared .taste-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-embedded-container .tastesShared .taste-item.active {
  background: rgba(19, 178, 228, 0.2);
  border-color: rgb(19, 178, 228);
}

/* Layer Tree Styles */
.layer-tree-container {
  padding: 0 0rem;
  width: 100%;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.layer-tree-container::-webkit-scrollbar {
  width: 6px;
}
.layer-tree-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.layer-tree-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.layer-tree-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.layer-tree-item {
  position: relative;
  margin: 2px 0;
}

.layer-tree-item-content {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border-radius: 3px;
  transition: background 0.2s;
  cursor: pointer;
  font-size: 12px;
}

.layer-tree-item-content:hover {
  background: rgba(255, 255, 255, 0.1);
}

.layer-tree-item-content.selected {
  background: rgba(24, 160, 251, 0.2);
  border: 1px solid #18a0fb;
}

.layer-expand-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  color: #999;
}

.layer-expand-icon.expandable svg {
  width: 12px;
  height: 12px;
}

.layer-expand-icon.expanded {
  transform: rotate(90deg);
}

.layer-expand-icon.no-children {
  opacity: 0;
  pointer-events: none;
}

.layer-type-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
}

.layer-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: #e0e0e0;
}

.debug-info {
  font-size: 10px;
  font-family: "Monaco", "Courier New", monospace;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 8px;
  white-space: nowrap;
}
.debug-info:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
}
.debug-info[data-has-fallback=true] {
  color: #ffa500;
}
.debug-info[data-full-match=true] {
  color: #4caf50;
}
.debug-info[data-partial-match=true] {
  color: #ffeb3b;
}

.wobble-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wobble-indicator:hover {
  transform: scale(1.1);
}
.wobble-indicator:hover .wobble-icon {
  color: #4a90e2;
}
.wobble-indicator:hover .layer-property-count {
  background: rgba(74, 144, 226, 0.2);
  color: #4a90e2;
}
.wobble-indicator .wobble-icon {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease;
}

.layer-property-count {
  padding: 1px 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  transition: all 0.2s ease;
}

.layer-children {
  margin-left: 10px;
  padding-left: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Property Selection Panel */
.property-selection-panel {
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 8px 0 8px 0px;
}

.property-selection-header {
  margin-bottom: 8px;
}

.property-tabs {
  display: flex;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 2px;
}

.property-tab {
  flex: 1;
  padding: 4px 8px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s;
}
.property-tab:hover {
  color: rgba(255, 255, 255, 0.8);
}
.property-tab.active {
  background: rgba(74, 144, 226, 0.2);
  color: #4a90e2;
}

.property-selection-title {
  font-size: 10px;
  font-weight: 600;
  color: #999;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.property-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.property-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.property-group-name {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: 4px 4px 2px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2px;
}

.property-item {
  display: flex;
  align-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}
.property-item.active {
  background: rgba(74, 144, 226, 0.1);
  border-color: rgba(74, 144, 226, 0.3);
}

.property-item:hover {
  border-color: #18a0fb;
  background: rgba(24, 160, 251, 0.1);
}

.property-checkbox {
  margin-right: 6px;
}

.property-label {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}

.property-name {
  flex: 1;
  font-size: 11px;
  color: #e0e0e0;
}

.property-value {
  font-size: 10px;
  color: #666;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mapping Options */
.mapping-options {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mapping-option {
  display: flex;
  align-items: center;
  padding: 4px;
  margin: 4px 0;
  cursor: pointer;
  transition: background 0.2s;
}

.mapping-option:hover {
  background: rgba(255, 255, 255, 0.05);
}

.mapping-option input[type=radio] {
  margin-right: 6px;
}

.mapping-option-label {
  font-size: 11px;
  color: #e0e0e0;
}

.mapping-option-existing {
  font-size: 10px;
  color: #18a0fb;
  margin-left: 4px;
}

.assets-panel .assets-list {
  padding: 1rem;
}
.assets-panel .asset-property-group {
  margin-bottom: 1.5rem;
}
.assets-panel .asset-property-group:last-child {
  margin-bottom: 0;
}
.assets-panel .asset-property-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.assets-panel .asset-property-header h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.assets-panel .asset-property-header .asset-count-badge {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.625rem;
}
.assets-panel .asset-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}
.assets-panel .asset-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.assets-panel .asset-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(56, 189, 248, 0.3);
}
.assets-panel .asset-thumbnail,
.assets-panel .asset-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
}
.assets-panel .asset-thumbnail svg,
.assets-panel .asset-icon svg {
  color: rgba(255, 255, 255, 0.6);
}
.assets-panel .asset-info {
  flex: 1;
  min-width: 0;
}
.assets-panel .asset-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-panel .asset-hash {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Courier New", monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-panel .asset-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
.assets-panel .asset-color-preview {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.assets-panel .asset-font-preview {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.assets-panel .asset-gradient-preview {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.assets-panel .asset-gradient-preview svg {
  display: block;
  width: 100%;
  height: 100%;
}
.assets-panel .color-asset .asset-info .asset-name {
  font-size: 0.6875rem;
}
.assets-panel .font-asset .asset-hash {
  text-transform: capitalize;
  font-family: inherit;
}
.assets-panel .gradient-asset .asset-hash {
  text-transform: uppercase;
  font-size: 0.5625rem;
  letter-spacing: 0.5px;
}
.assets-panel .scan-assets-btn {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.assets-panel .scan-assets-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.assets-panel .scan-assets-btn:active {
  transform: translateY(0);
}

.checkout-notification {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 10000;
  animation: slideInUp 0.3s ease-out;
}
.checkout-notification__content {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 23.75rem;
  border: 1px solid #e0e0e0;
}
.checkout-notification__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #2196F3;
}
.checkout-notification__text {
  flex: 1;
}
.checkout-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
.checkout-notification__message {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.4;
}
.checkout-notification__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.checkout-notification .btn-reopen,
.checkout-notification .btn-cancel-checkout {
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  outline: none;
}
.checkout-notification .btn-reopen:active,
.checkout-notification .btn-cancel-checkout:active {
  transform: scale(0.95);
}
.checkout-notification .btn-reopen {
  background: #2196F3;
  color: white;
}
.checkout-notification .btn-reopen:hover {
  background: #1976D2;
}
.checkout-notification .btn-cancel-checkout {
  background: #f5f5f5;
  color: #666;
}
.checkout-notification .btn-cancel-checkout:hover {
  background: #e0e0e0;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.onboarding-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  animation: fadeIn 0.2s ease-out;
}

.onboarding-modal {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 30rem;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease-out;
}
.onboarding-modal__header {
  margin-bottom: 1.5rem;
}
.onboarding-modal__header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem 0;
}
.onboarding-modal__header p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.onboarding-modal__form .form-group {
  margin-bottom: 1.25rem;
}
.onboarding-modal__form .form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.375rem;
}
.onboarding-modal__form .form-group input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: border-color 0.2s;
}
.onboarding-modal__form .form-group input:focus {
  outline: none;
  border-color: #2196F3;
}
.onboarding-modal__form .form-group input::placeholder {
  color: #999;
}
.onboarding-modal__form .form-group small {
  display: block;
  font-size: 0.6875rem;
  color: #888;
  margin-top: 0.25rem;
}
.onboarding-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.onboarding-modal__actions .btn-submit,
.onboarding-modal__actions .btn-skip {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  outline: none;
}
.onboarding-modal__actions .btn-submit:active,
.onboarding-modal__actions .btn-skip:active {
  transform: scale(0.98);
}
.onboarding-modal__actions .btn-submit {
  background: #2196F3;
  color: white;
}
.onboarding-modal__actions .btn-submit:hover {
  background: #1976D2;
}
.onboarding-modal__actions .btn-skip {
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
}
.onboarding-modal__actions .btn-skip:hover {
  background: #f5f5f5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.figma-oauth-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  animation: slideDown 0.3s ease-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.figma-oauth-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  gap: 0.75rem;
}
.figma-oauth-banner .banner-content .banner-text {
  flex: 1;
  min-width: 0;
  font-size: 0.75rem;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.figma-oauth-banner .banner-content .banner-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.figma-oauth-banner .banner-content .banner-actions .btn-connect-figma {
  background: white;
  color: #667eea;
  border: none;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.figma-oauth-banner .banner-content .banner-actions .btn-connect-figma:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.figma-oauth-banner .banner-content .banner-actions .btn-connect-figma:active {
  transform: translateY(0);
}
.figma-oauth-banner .banner-content .banner-actions .btn-dismiss {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-oauth-banner .banner-content .banner-actions .btn-dismiss:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.figma-searches-section {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: transparent;
  border-radius: 8px;
}
.figma-searches-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.figma-searches-section .section-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.figma-searches-section .section-header .search-count {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.figma-searches-section .searches-filter-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.figma-searches-section .searches-filter-tabs .filter-tab {
  flex: 1;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-searches-section .searches-filter-tabs .filter-tab:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-searches-section .searches-filter-tabs .filter-tab.active {
  color: rgb(255, 255, 255);
  background: rgba(67, 2, 165, 0.2);
  border-color: rgb(67, 2, 165);
}
.figma-searches-section .searches-list {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 4px;
}
.figma-searches-section .searches-list::-webkit-scrollbar {
  width: 6px;
}
.figma-searches-section .searches-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.figma-searches-section .searches-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.figma-searches-section .searches-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.figma-searches-section .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition: all 0.15s ease;
}
.figma-searches-section .search-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
.figma-searches-section .search-item:hover .btn-delete-search {
  opacity: 1;
}
.figma-searches-section .search-item .search-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.figma-searches-section .search-item .search-info .search-name {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.15s ease;
}
.figma-searches-section .search-item .search-info .search-name:hover {
  color: rgb(67, 2, 165);
}
.figma-searches-section .search-item .search-info .search-name-input {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(67, 2, 165);
  border-radius: 4px;
  outline: none;
}
.figma-searches-section .search-item .search-info .search-name-input:focus {
  box-shadow: 0 0 0 2px rgba(67, 2, 165, 0.2);
}
.figma-searches-section .search-item .search-info .search-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.figma-searches-section .search-item .search-info .search-meta .search-date {
  color: rgba(255, 255, 255, 0.5);
}
.figma-searches-section .search-item .search-info .search-meta .figma-badge {
  padding: 2px 6px;
  background: rgba(67, 2, 165, 0.2);
  border: 1px solid rgba(67, 2, 165, 0.3);
  border-radius: 3px;
  color: rgb(67, 2, 165);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.figma-searches-section .search-item .search-info .search-meta .active-badge {
  padding: 2px 6px;
  background: rgba(0, 128, 0, 0.2);
  border: 1px solid rgba(0, 128, 0, 0.4);
  border-radius: 3px;
  color: rgb(0, 128, 0);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.figma-searches-section .search-item.renaming {
  border-color: rgb(67, 2, 165);
  background: rgba(67, 2, 165, 0.05);
}
.figma-searches-section .search-item.active {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.3) !important;
}
.figma-searches-section .search-item.active:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4) !important;
}
.figma-searches-section .search-item .btn-delete-search {
  padding: 6px 10px;
  background: transparent;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 4px;
  color: rgb(255, 0, 0);
  cursor: pointer;
  opacity: 0;
  transition: all 0.15s ease;
}
.figma-searches-section .search-item .btn-delete-search:hover {
  background: rgba(255, 0, 0, 0.1);
  border-color: rgb(255, 0, 0);
}
.figma-searches-section .search-item .btn-delete-search i {
  font-size: 13px;
}
.figma-searches-section .load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-searches-section .load-more-container .btn-load-more {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgba(67, 2, 165, 0.2);
  border: 2px solid rgb(67, 2, 165);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-searches-section .load-more-container .btn-load-more:hover {
  color: rgb(255, 255, 255);
  background: rgb(67, 2, 165);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(67, 2, 165, 0.3);
}
.figma-searches-section .load-more-container .btn-load-more:active {
  transform: translateY(0);
}
.figma-searches-section .searches-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.6);
}
.figma-searches-section .searches-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.ingredient-group {
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.ingredient-group__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.ingredient-group__header:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ingredient-group__header .custom-icon {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  transition: transform 0.15s ease;
}
.ingredient-group__name {
  font-weight: 600;
  font-size: 13px;
  color: rgb(255, 255, 255);
  flex: 1;
}
.ingredient-group__count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.ingredient-group__items {
  padding-left: 16px;
  margin-left: 6px;
  margin-top: 4px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.ingredient-group__items .saved-ingredient-wrapper {
  margin-bottom: 2px;
}

/* cache bust Wed Nov 19 22:43:13 EST 2025 */
/* rebuild trigger Thu Nov 20 00:43:23 EST 2025 */
.ingredient-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ingredient-group:last-child {
  border-bottom: none;
}
.ingredient-group__header {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
  gap: 0.5rem;
}
.ingredient-group__header:hover {
  background: rgba(255, 255, 255, 0.05);
}
.ingredient-group__header i {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  width: 0.875rem;
  display: flex;
  justify-content: center;
}
.ingredient-group__name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.ingredient-group__count {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
}
.ingredient-group__badge {
  font-size: 0.5625rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.ingredient-group__badge.badge-active {
  background: rgba(74, 144, 226, 0.15);
  color: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 0.2);
}
.ingredient-group__actions {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.ingredient-group__actions .btn-small {
  padding: 0.125rem 0.375rem;
  font-size: 0.625rem;
  height: 1.25rem;
}
.ingredient-group__actions .group-delete-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.ingredient-group__actions .group-delete-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ff5252;
}
.ingredient-group:hover .ingredient-group__actions {
  opacity: 1;
}
.ingredient-group__items {
  padding: 0 0 0 0.75rem;
  overflow-y: visible;
}
.ingredient-group__items .draft-ingredient-wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.figma-stats-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11.25rem;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  gap: 0.9375rem;
  z-index: 9999;
  color: rgb(255, 255, 255);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.stats-bar__block-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 3.125rem;
  font-size: 1.875rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.03);
  line-height: 1;
  letter-spacing: -1px;
  flex-shrink: 0;
}

.stats-bar__cache-info {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  flex-shrink: 0;
  width: 48%;
}

.cache-info__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.cache-info__title {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}

.cache-info__tabs {
  display: flex;
  gap: 0.5rem;
}

.cache-tab {
  background: none;
  border: none;
  padding: 0.25rem 0.625rem;
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 0.1875rem;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cache-tab:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.5);
}
.cache-tab.active {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
}

.cache-info__stats {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

.stat-column {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.stat-item {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  font-weight: 300;
  line-height: 1.3;
}

.stat-value {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 0.5rem;
  font-size: 0.8125rem;
}

.stats-bar__wobble-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.big-wobble-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 7.5rem;
  width: 13.75rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  background: rgba(76, 175, 80, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.625rem;
}
.big-wobble-btn:hover {
  background: rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.3);
  transform: translateY(-2px);
}
.big-wobble-btn.active {
  background: rgba(76, 175, 80, 0.25);
  border-color: rgba(76, 175, 80, 0.5);
}
.big-wobble-btn.active svg path {
  stroke: rgb(76, 175, 80);
}
.big-wobble-btn.active .wobble-btn-text {
  color: rgb(76, 175, 80);
}
.big-wobble-btn svg {
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
.big-wobble-btn svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
  transition: stroke 0.2s ease;
}
.big-wobble-btn .wobble-btn-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  transition: color 0.2s ease;
}

@media (max-width: 768px) {
  .figma-stats-bar {
    padding: 0 0.5rem;
    height: 6.25rem;
    padding-top: 0.75rem;
  }
  .stats-bar__block-count {
    font-size: 1.65rem;
    min-width: 3.175rem;
  }
  .cache-info__stats {
    gap: 0.625rem;
  }
  .stat-column {
    gap: 0.1875rem;
  }
  .stat-item {
    font-size: 0.6875rem;
  }
  .stat-value {
    font-size: 0.6875rem;
  }
  .big-wobble-btn {
    width: 6.25rem;
    height: 4.375rem;
    gap: 0.25rem;
  }
  .big-wobble-btn svg {
    width: 2rem;
    height: 2rem;
  }
  .big-wobble-btn .wobble-btn-text {
    font-size: 0.6875rem;
  }
}
.figma-plugin {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.figma-plugin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgb(16, 16, 16);
}
.figma-plugin__header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.figma-plugin__header__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.figma-plugin__header__badge {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
}
.figma-plugin__header__status {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.figma-plugin__tabs {
  background: rgb(21, 21, 21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-plugin__tabs__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.figma-plugin__tabs__item {
  flex: 1;
  padding: 0.625rem 0.5rem;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.figma-plugin__tabs__item:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}
.figma-plugin__tabs__item.active {
  color: rgb(255, 255, 255);
  border-bottom-color: rgb(19, 178, 228);
  background: rgba(255, 255, 255, 0.08);
}
.figma-plugin__content {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem;
}
.figma-plugin__search {
  margin-bottom: 0.75rem;
}
.figma-plugin__search__input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.figma-plugin__search__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.figma-plugin__search__input:focus {
  outline: none;
  border-color: rgb(19, 178, 228);
  background: rgba(255, 255, 255, 0.08);
}
.figma-plugin__projects__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.figma-plugin__projects__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.figma-plugin__projects__item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-plugin__projects__item__info {
  flex: 1;
}
.figma-plugin__projects__item__name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 0.25rem;
}
.figma-plugin__projects__item__meta {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
.figma-plugin__projects__item__arrow {
  color: rgba(255, 255, 255, 0.3);
}
.figma-plugin__tastes__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.figma-plugin__tastes__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.figma-plugin__tastes__item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-plugin__tastes__item__preview {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, rgb(19, 178, 228), rgb(132, 219, 240));
  border-radius: 0.25rem;
}
.figma-plugin__tastes__item__info {
  flex: 1;
}
.figma-plugin__tastes__item__name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 0.125rem;
}
.figma-plugin__tastes__item__meta {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
.figma-plugin__tastes__item__select {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
}
.figma-plugin__artboards__header {
  margin-bottom: 1rem;
}
.figma-plugin__artboards__header h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0 0 0.5rem 0;
}
.figma-plugin__artboards__description {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.figma-plugin__artboards__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.figma-plugin__artboards__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.figma-plugin__artboards__checkbox {
  width: 1rem;
  height: 1rem;
}
.figma-plugin__artboards__label {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: background 0.2s ease;
}
.figma-plugin__artboards__label:hover {
  background: rgba(255, 255, 255, 0.08);
}
.figma-plugin__artboards__name {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
}
.figma-plugin__artboards__size {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}
.figma-plugin__artboards__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.figma-plugin__artboards__info {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
.figma-plugin__settings__section {
  margin-bottom: 1.5rem;
}
.figma-plugin__settings__section h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0 0 0.75rem 0;
}
.figma-plugin__settings__item {
  margin-bottom: 0.75rem;
}
.figma-plugin__settings__item label {
  display: block;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.375rem;
}
.figma-plugin__settings__item label input[type=checkbox] {
  margin-right: 0.375rem;
}
.figma-plugin__settings__select, .figma-plugin__settings__input {
  width: 100%;
  padding: 0.375rem 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
}
.figma-plugin__settings__select:focus, .figma-plugin__settings__input:focus {
  outline: none;
  border-color: rgb(19, 178, 228);
  background: rgba(255, 255, 255, 0.08);
}
.figma-plugin__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.figma-plugin__empty p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 0.75rem 0;
}
.figma-plugin__empty__hint {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.3);
}

.status-indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: inline-block;
}
.status-indicator--connected {
  background: rgb(65, 185, 28);
  box-shadow: 0 0 0.25rem rgba(65, 185, 28, 0.5);
}
.status-indicator--disconnected {
  background: rgb(79, 79, 79);
  animation: pulse 1.5s ease-in-out infinite;
}

.status-text {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn--primary {
  background: rgb(19, 178, 228);
  color: rgb(255, 255, 255);
}
.btn--primary:hover {
  background: #0f8db5;
}
.btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.figma-ingredient-mapping {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0B0B0B;
  color: #FFFFFF;
  animation: slideIn 0.3s ease-out;
}
.figma-ingredient-mapping.animate-in {
  animation: fadeIn 0.3s ease-out;
}

.mapping-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0F0F0F;
}
.mapping-header .back-button {
  background: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
.mapping-header .back-button:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
}
.mapping-header .header-content {
  flex: 1;
}
.mapping-header .header-content h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #FFF;
}
.mapping-header .header-content p {
  font-size: 0.8125rem;
  color: #888;
  margin: 0;
}
.mapping-header .header-actions .selected-count {
  font-size: 0.8125rem;
  color: #10B981;
  font-weight: 500;
}

.mapping-content {
  flex: 1;
  overflow-y: auto;
  padding: 0.625rem;
}
.mapping-content::-webkit-scrollbar {
  width: 0.375rem;
}
.mapping-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.mapping-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
}
.mapping-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}
.loading-state .spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #10B981;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-state p {
  color: #888;
  font-size: 0.875rem;
}

.ingredient-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ingredient-card {
  background: #0F0F0F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  transition: all 0.2s;
}
.ingredient-card.selected {
  border-color: #10B981;
  background: rgba(16, 185, 129, 0.05);
}
.ingredient-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.ingredient-card .card-header .card-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.ingredient-card .card-header .ingredient-checkbox {
  display: none;
}
.ingredient-card .card-header .ingredient-checkbox + .checkbox-label {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.ingredient-card .card-header .ingredient-checkbox + .checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0.625rem;
  height: 0.375rem;
  border-left: 2px solid #0B0B0B;
  border-bottom: 2px solid #0B0B0B;
  transform-origin: center;
  transition: transform 0.2s;
}
.ingredient-card .card-header .ingredient-checkbox:checked + .checkbox-label {
  background: #10B981;
  border-color: #10B981;
}
.ingredient-card .card-header .ingredient-checkbox:checked + .checkbox-label::after {
  transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}
.ingredient-card .card-header .ingredient-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.ingredient-card .card-header .ingredient-icon.text-icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
}
.ingredient-card .card-header .ingredient-icon.color-icon {
  background: rgba(236, 72, 153, 0.1);
  color: #EC4899;
}
.ingredient-card .card-header .ingredient-icon.image-icon {
  background: rgba(168, 85, 247, 0.1);
  color: #A855F7;
}
.ingredient-card .card-header .ingredient-icon.effect-icon {
  background: rgba(251, 146, 60, 0.1);
  color: #FB923C;
}
.ingredient-card .card-header .ingredient-icon.layout-icon {
  background: rgba(34, 197, 94, 0.1);
  color: #22C55E;
}
.ingredient-card .card-header .ingredient-info {
  flex: 1;
}
.ingredient-card .card-header .ingredient-info .ingredient-name {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 0 0.125rem 0;
  color: #FFF;
}
.ingredient-card .card-header .ingredient-info .ingredient-type {
  font-size: 0.75rem;
  color: #888;
}
.ingredient-card .card-header .expand-btn {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #888;
  transition: transform 0.2s;
}
.ingredient-card .card-header .expand-btn.expanded {
  transform: rotate(180deg);
}
.ingredient-card .card-header .expand-btn:hover {
  color: #FFF;
}
.ingredient-card .card-properties {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  gap: 1rem;
  animation: slideDown 0.2s ease-out;
}
.ingredient-card .card-properties .properties-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ingredient-card .card-properties .properties-list .property-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.375rem;
}
.ingredient-card .card-properties .properties-list .property-item .property-name {
  font-size: 0.75rem;
  color: #888;
}
.ingredient-card .card-properties .properties-list .property-item .property-value {
  font-size: 0.75rem;
  color: #FFF;
  font-family: "Monaco", "Courier New", monospace;
}
.ingredient-card .card-properties .property-preview {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ingredient-card .card-properties .property-preview .text-preview {
  text-align: center;
  color: #FFF;
  word-break: break-word;
}
.ingredient-card .card-properties .property-preview .color-preview {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ingredient-card .card-properties .property-preview .image-preview {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
}
.ingredient-card .card-properties .property-preview .image-preview .image-placeholder {
  font-size: 0.625rem;
  color: #666;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  gap: 1rem;
}
.empty-state h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #888;
}
.empty-state p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  max-width: 18.75rem;
}
.empty-state .select-another-btn {
  margin-top: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: #10B981;
  color: #0B0B0B;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.empty-state .select-another-btn:hover {
  background: #0EA968;
  transform: translateY(-1px);
}

.mapping-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0F0F0F;
}
.mapping-footer .footer-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.mapping-footer .footer-actions .secondary-btn {
  padding: 0.625rem 1.25rem;
  background: transparent;
  color: #888;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.mapping-footer .footer-actions .secondary-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
}
.mapping-footer .footer-actions .primary-btn {
  padding: 0.625rem 1.5rem;
  background: #10B981;
  color: #0B0B0B;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.mapping-footer .footer-actions .primary-btn:hover:not(.disabled) {
  background: #0EA968;
  transform: translateY(-1px);
}
.mapping-footer .footer-actions .primary-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 200px;
    opacity: 1;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.stats-bar__audio-sync {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.audio-source-selector {
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.375rem;
}

.audio-source-btn {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.4);
}
.audio-source-btn svg {
  width: 1rem;
  height: 1rem;
}
.audio-source-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}
.audio-source-btn.active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.audio-sync-toggle {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
}
.audio-sync-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.audio-sync-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
.audio-sync-toggle.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: rgb(255, 255, 255);
  animation: pulse 2s ease-in-out infinite;
}
.audio-sync-toggle.active:hover {
  background: linear-gradient(135deg, #7d8ff7 0%, #8b5ab5 100%);
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(102, 126, 234, 0);
  }
}
.audio-visualizer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.audio-bar {
  width: 0.25rem;
  height: 1.5rem;
  background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, rgba(102, 126, 234, 0.8) 50%, rgb(102, 126, 234) 100%);
  border-radius: 0.125rem;
  position: relative;
  overflow: hidden;
}
.audio-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--audio-height, 0%);
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  transition: height 0.1s ease;
}

.bpm-display {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  font-variant-numeric: tabular-nums;
  min-width: 3.75rem;
  text-align: left;
}

@media (max-width: 768px) {
  .stats-bar__audio-sync {
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
  }
  .audio-sync-toggle {
    width: 2rem;
    height: 2rem;
  }
  .audio-sync-toggle svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .bpm-display {
    font-size: 0.6875rem;
    min-width: 3.125rem;
  }
}
.stats-bar__music-sync {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.music-connect-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #1DB954 0%, #1ED760 100%);
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
}
.music-connect-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.music-connect-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(29, 185, 84, 0.4);
}
.music-connect-btn:active {
  transform: translateY(0);
}

.music-sync-toggle {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
}
.music-sync-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.music-sync-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
.music-sync-toggle.active {
  background: linear-gradient(135deg, #1DB954 0%, #1ED760 100%);
  border-color: transparent;
  color: rgb(255, 255, 255);
  animation: pulse 2s ease-in-out infinite;
}
.music-sync-toggle.active:hover {
  background: linear-gradient(135deg, #1ED760 0%, #1DB954 100%);
}

.music-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 7.5rem;
}

.music-bpm {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1DB954;
  font-variant-numeric: tabular-nums;
}

.music-track {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12.5rem;
}

.music-disconnect-btn {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.4);
}
.music-disconnect-btn svg {
  width: 1rem;
  height: 1rem;
}
.music-disconnect-btn:hover {
  background: rgba(255, 59, 48, 0.2);
  border-color: rgba(255, 59, 48, 0.4);
  color: rgba(255, 59, 48, 0.9);
}

@media (max-width: 768px) {
  .stats-bar__music-sync {
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
  }
  .music-connect-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
  .music-connect-btn svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .music-track {
    max-width: 7.5rem;
  }
}
.upgrade-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.upgrade-modal {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.95) 0%, rgba(20, 20, 20, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 2rem;
  max-width: 30rem;
  width: 90%;
  position: relative;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.upgrade-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.upgrade-modal__close svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: rgba(255, 255, 255, 0.5);
  transition: stroke 0.2s ease;
}
.upgrade-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.upgrade-modal__close:hover svg {
  stroke: rgba(255, 255, 255, 0.9);
}

.upgrade-modal__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.upgrade-modal__icon {
  margin-bottom: 1rem;
}
.upgrade-modal__icon svg {
  width: 3rem;
  height: 3rem;
  stroke: rgba(255, 255, 255, 0.6);
}

.upgrade-modal__header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0 0 0.5rem 0;
}

.upgrade-modal__header p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.upgrade-modal__content {
  margin-bottom: 1.5rem;
}

.pricing-tier {
  text-align: center;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

.tier-name {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}

.tier-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.price-amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.price-period {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0.25rem;
}

.tier-annual {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.tier-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.feature-item svg {
  flex-shrink: 0;
}
.feature-item span {
  line-height: 1.4;
}

.upgrade-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.upgrade-modal__actions button {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.upgrade-modal__actions .btn-upgrade-monthly {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: rgb(255, 255, 255);
}
.upgrade-modal__actions .btn-upgrade-monthly:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.upgrade-modal__actions .btn-upgrade-annual {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: rgb(255, 255, 255);
}
.upgrade-modal__actions .btn-upgrade-annual:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4);
}
.upgrade-modal__actions .btn-cancel {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.upgrade-modal__actions .btn-cancel:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 480px) {
  .upgrade-modal {
    padding: 1.5rem;
  }
  .upgrade-modal__header h2 {
    font-size: 1.25rem;
  }
  .price-amount {
    font-size: 2rem;
  }
}
.figma-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: rgb(21, 21, 21);
}
.figma-layout--compact .figma-header {
  padding: 8px 12px;
  font-size: 13px;
}
.figma-layout--compact .figma-nav {
  font-size: 12px;
}

.figma-dev-banner {
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.8), rgba(255, 217, 61, 0.8));
  color: white;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
}
.figma-dev-banner__icon {
  font-size: 14px;
}
.figma-dev-banner__text {
  flex: 1;
}
.figma-dev-banner__url {
  opacity: 0.8;
  font-family: monospace;
  font-size: 10px;
}

.figma-header {
  background: rgb(16, 16, 16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.figma-header__left, .figma-header__center, .figma-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.figma-header__logo {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.figma-header__logo a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.figma-header__logo a:hover {
  color: rgb(19, 178, 228);
}
.figma-header__status {
  font-size: 10px;
}
.figma-header__status--connected {
  color: rgb(65, 185, 28);
}
.figma-header__status--disconnected {
  color: rgb(220, 53, 69);
}
.figma-header__user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.figma-header__username {
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.figma-header__account-tier {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 4px;
}
.figma-header__upgrade {
  color: rgb(19, 178, 228);
  text-decoration: none;
  font-weight: 500;
}
.figma-header__upgrade:hover {
  text-decoration: underline;
}
.figma-header__menu-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  color: rgb(255, 255, 255);
}
.figma-header__menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.figma-header__login-btn {
  background: rgb(19, 178, 228);
  color: white;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.figma-header__login-btn:hover {
  background: #0f8db5;
}

.figma-nav {
  display: flex;
  gap: 16px;
}
.figma-nav__item {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.figma-nav__item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.figma-nav__item.active {
  background: rgb(19, 178, 228);
  color: white;
}

.figma-usage-banner {
  background: rgba(255, 193, 7, 0.1);
  border-bottom: 1px solid rgba(255, 193, 7, 0.3);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: rgb(255, 193, 7);
}
.figma-usage-banner__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.figma-usage-banner__upgrade {
  margin-left: auto;
  color: rgb(19, 178, 228);
  text-decoration: none;
  font-weight: 500;
}
.figma-usage-banner__upgrade:hover {
  text-decoration: underline;
}

.figma-context-bar {
  background: rgb(29, 29, 29);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.figma-context-bar__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.figma-context-bar__action {
  background: rgb(19, 178, 228);
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
.figma-context-bar__action:hover {
  background: #0f8db5;
}
.figma-context-bar__action:active {
  transform: scale(0.98);
}
.figma-context-bar__hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.figma-main {
  flex: 1;
  padding: 0;
  overflow-y: auto;
  background: rgb(10, 10, 10);
}

.figma-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: rgba(255, 255, 255, 0.7);
}
.figma-loading .spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgb(19, 178, 228);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.figma-loading p {
  margin-top: 12px;
  font-size: 13px;
}

.figma-user-dropdown {
  position: absolute;
  top: 50px;
  right: 16px;
  background: rgb(16, 16, 16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  z-index: 1000;
}
.figma-user-dropdown__item {
  display: block;
  padding: 10px 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.figma-user-dropdown__item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.figma-user-dropdown__item--logout {
  color: rgb(220, 53, 69);
}
.figma-user-dropdown__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 4px 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 400px) {
  .figma-header__center {
    display: none;
  }
  .figma-usage-banner {
    flex-wrap: wrap;
  }
  .figma-usage-banner__upgrade {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
.sproducts {
  background-color: rgb(59, 59, 59);
}
.sproducts__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 29px 24px 22px 31px;
}
.sproducts__search__btn {
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 7px;
  background-color: rgb(34, 34, 34);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(255, 255, 255);
  height: 51px;
  padding: 21px 15px 15px;
  text-align: left;
  outline: none;
  border: none;
  transition: background-color 200ms ease;
}
.sproducts__search__btn.short {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 8px 9px;
  width: min-content;
}
.sproducts__search__btn:not(:first-child) {
  margin-left: 10px;
}
.sproducts__search__btn:hover, .sproducts__search__btn:focus, .sproducts__search__btn:active {
  background-color: rgb(0, 0, 0);
}
.sproducts__search__label {
  flex-grow: 1;
  margin: 0 0 0 10px;
  padding: 18px 21px 15px;
  border-radius: 7px;
  background-color: rgb(34, 34, 34);
  height: 51px;
}
.sproducts__search__label input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(112, 112, 112);
  background-color: rgb(34, 34, 34);
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
}
.sproducts__main__content {
  display: flex;
}
.sproducts__main__content__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sproducts__header {
  display: flex;
  gap: 25px;
}
@media (min-width: 1600px) {
  .sproducts__header {
    gap: 45px;
  }
}
.sproducts__header__wrapper {
  width: 100%;
  padding-bottom: 26px;
}
.sproducts__header__nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: transparent;
  padding: 30px 30px 10px 30px;
}
.sproducts__header__nav__views {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1600px) {
  .sproducts__header__nav__views {
    gap: 35px;
  }
}
.sproducts__header__nav__views li {
  flex-grow: 1;
  opacity: 0.34;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  letter-spacing: 0.12px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: opacity 200ms ease;
}
@media (min-width: 1600px) {
  .sproducts__header__nav__views li {
    font-size: 29px;
  }
}
.sproducts__header__nav__views li:hover, .sproducts__header__nav__views li:focus {
  opacity: 1;
}
.sproducts__header__nav__views li.current {
  opacity: 1;
  transition: opacity 200ms ease;
}
.sproducts__header__nav__rate {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  list-style: none;
}
.sproducts__header__nav__rate li {
  flex-grow: 1;
  opacity: 0.34;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.07px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: opacity 200ms ease;
}
.sproducts__header__nav__rate li:not(:first-child) {
  margin-left: 25px;
}
.sproducts__header__nav__rate li:hover, .sproducts__header__nav__rate li:focus {
  opacity: 1;
}
.sproducts__header__nav__rate li.current {
  opacity: 1;
  transition: opacity 200ms ease;
}
.sproducts__header__nav__rate__wrapper {
  display: flex;
  align-items: baseline;
}
.sproducts__header__action {
  padding: 30px 20px;
  background-color: rgb(52, 52, 52);
  font-size: 18px;
  font-weight: bold;
}
.sproducts__header__action__description {
  color: rgba(255, 255, 255, 0.41);
  margin-bottom: 40px;
}
.sproducts__header__action__box {
  padding: 26px 13px;
  background-color: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .sproducts__header__action {
    padding: 50px 29px;
  }
}
.sproducts__header__picker::-webkit-scrollbar {
  display: none;
}
.sproducts__header__picker {
  display: flex;
  overflow-x: auto;
  list-style: none;
  gap: 5px;
  margin: 30px 30px 0 30px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sproducts__header__picker__item {
  display: inline-block;
  scroll-snap-align: center;
  border-radius: 7px;
  background-color: rgb(87, 87, 87);
  min-width: 155px;
  padding: 19px 15px 14px;
  transition: background-color 200ms ease;
  cursor: pointer;
}
.sproducts__header__picker__item:hover, .sproducts__header__picker__item:focus {
  background-color: rgb(46, 46, 46);
}
.sproducts__header__picker__item__type {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0 auto;
}
.sproducts__header__picker__item__amount {
  opacity: 0.53;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 5px auto 0;
}
.sproducts__header__picker .active {
  border: rgb(65, 185, 28) solid;
  border-width: 2px;
}
.sproducts__header__stores::-webkit-scrollbar {
  display: none;
}
.sproducts__header__stores {
  margin: 20px 30px 0 30px;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sproducts__header__stores__wrapper {
  height: 200px;
  min-width: 400px;
  background-color: rgb(47, 47, 47);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sproducts__header__stores__wrapper__text {
  opacity: 0.34;
}
.sproducts .sproducts__section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 38px 44px 38px 46px;
}
.sproducts .sproducts__section__title {
  font-size: 90px;
  color: rgb(47, 47, 47);
  font-weight: bold;
  margin-bottom: 20px;
}
.sproducts .sproducts__section__grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
.sproducts .sproducts__section__grid__item {
  overflow: hidden;
}
.sproducts .sproducts__section__grid__item__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(112, 112, 112);
  margin: 0 0 29px;
}
.sproducts .sproducts__section__grid__item__collection__wrapper {
  display: flex;
}
.sproducts .sproducts__section__grid__item__collection__helper::-webkit-scrollbar {
  display: none;
}
.sproducts .sproducts__section__grid__item__collection__helper {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: proximity;
  scroll-snap-points-y: repeat(340px);
  scroll-snap-destination: 0 0;
  scroll-snap-type: x proximity;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.sproducts .sproducts__section__grid__item__collection__helper .sproducts__section__grid__item__collection {
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}
.sproducts .sproducts__section__grid__item .sproducts__collection__btn {
  border-radius: 7px;
  background-color: rgb(52, 52, 52);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
  padding: 0 10px;
  white-space: nowrap;
}
.sproducts .sproducts__section__grid__item .sproducts__collection__btn span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  opacity: 0.55;
  transition: opacity 200ms ease;
}
.sproducts .sproducts__section__grid__item .sproducts__collection__btn:hover, .sproducts .sproducts__section__grid__item .sproducts__collection__btn:focus, .sproducts .sproducts__section__grid__item .sproducts__collection__btn:active {
  background-color: rgb(47, 47, 47);
}
.sproducts .sproducts__section__grid__item .sproducts__collection__btn:hover span, .sproducts .sproducts__section__grid__item .sproducts__collection__btn:focus span, .sproducts .sproducts__section__grid__item .sproducts__collection__btn:active span {
  opacity: 1;
}
.sproducts .sproducts__section__grid__loadMore {
  border-radius: 7px;
  background-color: rgb(52, 52, 52);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
  padding: 0 10px;
  white-space: nowrap;
  height: 50px;
}
.sproducts .sproducts__section__grid__loadMore span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  opacity: 0.55;
  transition: opacity 200ms ease;
}
.sproducts .sproducts__section__grid__loadMore:hover, .sproducts .sproducts__section__grid__loadMore:focus, .sproducts .sproducts__section__grid__loadMore:active {
  background-color: rgb(47, 47, 47);
}
.sproducts .sproducts__section__grid__loadMore:hover span, .sproducts .sproducts__section__grid__loadMore:focus span, .sproducts .sproducts__section__grid__loadMore:active span {
  opacity: 1;
}

@media only screen and (max-width: 1366px) {
  .sproducts__header__catalog__templates .sproducts__tmpl__options .sproducts__tmpl__option {
    font-size: 0.5vw;
  }
}
.productsStoreTopBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 10px 15px;
  align-items: stretch;
}
@media (min-width: 1900px) {
  .productsStoreTopBar {
    padding: 12px 40px 20px 58px;
  }
}
.productsStoreTopBar__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productsStoreTopBar__info__item {
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  color: rgb(255, 255, 255);
  /* border: 3px solid white; */
  font-size: 0.8125rem;
  padding: 0.5625rem 0.8125rem;
  min-width: 100px;
  max-width: 100px;
  height: 100%;
  margin-right: 4px;
}
.productsStoreTopBar__info__item:not(:last-child) {
  opacity: 0.49;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__info__item {
    min-width: 159px;
    margin-right: 6px;
  }
}
.productsStoreTopBar__info__item__title {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 6px;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__info__item__title {
    font-size: 12px;
  }
}
.productsStoreTopBar__info__item__content {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.productsStoreTopBar__clear, .productsStoreTopBar__alerts, .productsStoreTopBar__copy, .productsStoreTopBar__grid {
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  color: rgb(255, 255, 255);
  /* border: 3px solid white; */
  font-size: 0.8125rem;
  padding: 0.5625rem 0.8125rem;
  padding-top: 15px;
  height: auto;
  min-width: 77px;
  cursor: pointer;
  margin-left: 4px;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__clear, .productsStoreTopBar__alerts, .productsStoreTopBar__copy, .productsStoreTopBar__grid {
    margin-left: 6px;
  }
}
.productsStoreTopBar__filter {
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  color: rgb(255, 255, 255);
  /* border: 3px solid white; */
  font-size: 0.8125rem;
  padding: 0.5625rem 0.8125rem;
  position: relative;
  padding: 7px 45px 7px 13px;
  max-width: 444px;
  width: 100%;
}
@media (min-width: 1360px) {
  .productsStoreTopBar__filter {
    max-width: none;
  }
}
.productsStoreTopBar__filter__title {
  text-transform: uppercase;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.49);
}
.productsStoreTopBar__filter__wrapper {
  display: flex;
  margin-top: 5px;
  max-width: 470px;
  overflow-x: scroll;
}
.productsStoreTopBar__filter__wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__filter__wrapper {
    max-width: 670px;
  }
}
.productsStoreTopBar__filter__item {
  margin-right: 4px;
  padding: 6px;
  background-color: rgb(21, 21, 21);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productsStoreTopBar__filter__item__name {
  background-color: rgb(65, 65, 65);
  color: rgba(255, 255, 255, 0.49);
  font-size: 9px;
  padding: 2px 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.productsStoreTopBar__filter__item__word {
  font-size: 13px;
  margin: 0 5px;
}
.productsStoreTopBar__filter .search-icon {
  position: absolute;
  right: 9px;
  top: 9px;
  opacity: 0.49;
}
.productsStoreTopBar__alerts {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.productsStoreTopBar__alerts__mark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  background: green;
  font-size: 11px;
}
.productsStoreTopBar__grid {
  padding-top: 12px;
  text-align: center;
}
.productsStoreTopBar__grid__number {
  font-size: 18px;
}
.productsStoreTopBar__contact {
  background: rgb(34, 34, 34);
  border-radius: 7px;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__contact {
    margin-left: 6px;
  }
}
.productsStoreTopBar__contact__communication {
  border-right: 1px solid rgb(112, 112, 112);
}
.productsStoreTopBar__contact__communication__item {
  padding: 6px 9px;
}
.productsStoreTopBar__contact__communication__item:first-child {
  border-bottom: 1px solid rgb(112, 112, 112);
}
.productsStoreTopBar__contact__communication__item .custom-icon {
  opacity: 0.3;
  cursor: pointer;
}
.productsStoreTopBar__contact__communication__item .custom-icon:hover {
  opacity: 1;
}
.productsStoreTopBar__contact__communication__item .custom-icon.active {
  opacity: 1;
  filter: invert(100%) sepia(14%) saturate(7272%) hue-rotate(58deg) brightness(106%) contrast(97%);
}
.productsStoreTopBar__contact__notification {
  padding: 0 9px;
}
@media (min-width: 1600px) {
  .productsStoreTopBar__contact__notification {
    padding-right: 13px;
  }
}
.productsStoreTopBar__fields {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-shrink: 1;
  width: 100%;
  max-width: 50%;
}
@media (min-width: 1360px) {
  .productsStoreTopBar__fields {
    max-width: 80%;
  }
}
@media (min-width: 1900px) {
  .productsStoreTopBar__fields {
    max-width: 100%;
    gap: 12px;
  }
}
.productsStoreTopBar__fields__item {
  background: rgb(34, 34, 34);
  border-radius: 7px;
  padding: 9px 9px 0 9px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.productsStoreTopBar__fields__item__title {
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(112, 112, 112);
}
.productsStoreTopBar__fields__item--text {
  max-width: 50%;
  flex-grow: 1;
}
@media (min-width: 1900px) {
  .productsStoreTopBar__fields__item--text {
    max-width: 60%;
  }
}
.productsStoreTopBar__fields__item--img {
  border-radius: 7px 0 0 7px;
  max-width: 80%;
}
.productsStoreTopBar__fields__item__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 5px;
  width: 90%;
  height: 100%;
}
.productsStoreTopBar__fields__item .arrow-down-icon {
  cursor: pointer;
  opacity: 0.3;
}
.productsStoreTopBar__fields__item .arrow-down-icon:hover {
  opacity: 0.8;
}
.productsStoreTopBar__fields__item__box {
  display: flex;
  position: relative;
}
.productsStoreTopBar__fields__item__input-wrapper {
  border-bottom: 1px solid rgb(112, 112, 112);
  overflow-x: auto;
}
.productsStoreTopBar__fields__item__input-wrapper input {
  font-size: 16px;
  color: rgb(255, 255, 255);
  background: none;
  border: none;
  padding: 2.5px;
  width: 100%;
}
.productsStoreTopBar__fields__item__input-wrapper input:focus, .productsStoreTopBar__fields__item__input-wrapper input:focus-visible {
  outline: none;
}
.productsStoreTopBar__fields__item__images {
  display: flex;
  border-bottom: 1px solid rgb(112, 112, 112);
  overflow-x: auto;
}
.productsStoreTopBar__fields__item__images__wrapper {
  overflow-x: auto;
  display: flex;
}
.productsStoreTopBar__fields__item__images .img-keyword-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgb(61, 61, 61);
  margin-bottom: 3px;
  margin-right: 4px;
  font-size: 10px;
}
.productsStoreTopBar__fields__item__images .img-keyword-item .remove-img-keyword {
  margin-left: 7px;
  color: rgb(100, 100, 100);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.productsStoreTopBar__fields__item__images .img-keyword-item .remove-img-keyword:hover {
  color: rgb(255, 255, 255);
}
.productsStoreTopBar__fields__item__images .img-keyword-input {
  font-size: 16px;
  color: white;
  background: transparent;
  border: none;
  padding: 2.5px;
  outline: none;
  margin-left: 10px;
  width: 50%;
}
.productsStoreTopBar__fields__item__variables {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: rgb(16, 16, 16);
  border-radius: 5px;
  overflow: hidden;
  z-index: 5;
}
.productsStoreTopBar__fields__item__variables__option {
  cursor: pointer;
  padding: 12px 13px;
  border-bottom: 1px solid rgb(112, 112, 112);
  display: grid;
  grid-template-columns: 100px auto;
  gap: 5px;
}
.productsStoreTopBar__fields__item__variables__option:hover {
  background-color: rgb(36, 36, 36);
}
.productsStoreTopBar__fields__item__variables__option.active {
  background-color: rgb(36, 36, 36);
}
.productsStoreTopBar__fields__item__variables__option__title {
  font-size: 12px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
}
.productsStoreTopBar__fields__item__variables__option__title h4 {
  text-transform: uppercase;
}
.productsStoreTopBar__fields__item__variables__option__title__date {
  font-size: 9px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.25);
}
.productsStoreTopBar__fields__item__variables__option__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 3px 7px;
  background-color: rgb(61, 61, 61);
  font-size: 12px;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  white-space: nowrap;
}
.productsStoreTopBar__fields__item__variables__option__item .close-icon {
  width: 15px;
  height: 15px;
  opacity: 0.3;
}
.productsStoreTopBar__fields__item__variables__option__item .close-icon:hover {
  opacity: 0.8;
}
.productsStoreTopBar__fields__item__variables__option__item__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.productsStoreTopBar__fields__item__variables__btn {
  display: block;
  margin: 15px auto 10px;
  background-color: rgb(46, 46, 46);
  color: rgba(255, 255, 255, 0.25);
  padding: 11px 45px;
  text-align: center;
  border-radius: 5px;
}
.productsStoreTopBar__fields__item__variables__btn.active {
  color: white;
}
.productsStoreTopBar__fields__item__variables__btn.active:hover {
  opacity: 0.8;
}
.productsStoreTopBar__fields__item__variables__btn__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.productsStoreTopBar__fields__actions {
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  border-radius: 0 7px 7px 0;
  padding-left: 0;
}
@media (min-width: 1900px) {
  .productsStoreTopBar__fields__actions {
    flex-direction: row;
  }
}
.productsStoreTopBar__fields__actions__update-img {
  align-items: center;
  justify-content: center;
}
.productsStoreTopBar__fields__actions__item {
  background-color: rgb(43, 43, 43);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  padding: 6px;
  margin-left: 6px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1900px) {
  .productsStoreTopBar__fields__actions__item {
    padding: 10px 15px;
    font-size: 13px;
    width: auto;
  }
}
.productsStoreTopBar__fields__actions__item:first-child {
  margin-bottom: 4px;
  margin-top: -4px;
}
@media (min-width: 1900px) {
  .productsStoreTopBar__fields__actions__item:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.productsStoreTopBar__fields__actions__item:hover {
  opacity: 0.7;
}
.productsStoreTopBar__fields__actions__item.active {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.productsStoreTopBar__fields__actions__item__update-img {
  margin: 0;
}

.mirror-topbar__info, .mirror-topbar__actions {
  display: flex;
  font-size: 0.75rem;
}
.mirror-topbar__info__item, .mirror-topbar__actions__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  padding: 0.5625rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__item, .mirror-topbar__actions__item {
    padding: 0.5625rem 0.8125rem;
  }
}
.mirror-topbar__actions {
  display: flex;
  align-items: center;
  min-width: 6.25rem;
  gap: 0.3125rem;
}
.mirror-topbar__actions__wrapper {
  display: flex;
  align-items: center;
}
.mirror-topbar__actions__wrapper .mirror-topbar__actions {
  margin-right: 0.3125rem;
}
@media (min-width: 1600px) {
  .mirror-topbar__actions {
    min-width: auto;
  }
}
.mirror-topbar__actions__item {
  font-size: 0.5625rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  min-width: fit-content;
  width: auto;
  padding: 0.4375rem;
  height: auto;
}
.mirror-topbar__actions__item:hover .clipboard-icon,
.mirror-topbar__actions__item:hover .alerts-icon,
.mirror-topbar__actions__item:hover .group-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(130%) contrast(101%);
  transition: ease-in-out 0.2s;
}
@media (min-width: 1280px) {
  .mirror-topbar__actions__item {
    padding: 0.5625rem 0.8125rem;
    height: auto;
    width: auto;
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__actions__item {
    font-size: 0.8125rem;
    padding: 0.5625rem 0.8125rem;
    height: auto;
    width: auto;
  }
}
.mirror-topbar__actions__item i {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
}
.mirror-topbar__actions__item .alerts-icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__actions__item .alerts-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__actions__item .alerts-icon {
    width: 1rem;
    height: 1rem;
  }
}
.mirror-topbar__actions__item--mark {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem;
  background: rgb(0, 128, 0);
  font-size: 0.4375rem;
  color: rgba(255, 255, 255, 0.46);
  width: 0.875rem;
  height: 0.625rem;
  border-top-right-radius: 0.4375rem;
}
@media (min-width: 1600px) {
  .mirror-topbar__actions__item--mark {
    font-size: 0.6875rem;
    width: 1.125rem;
    height: 0.875rem;
  }
}
.mirror-topbar__actions__item .group-icon {
  width: 0.875rem;
  height: 0.625rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__actions__item .group-icon {
    width: 1rem;
    height: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__actions__item .group-icon {
    width: 1.125rem;
    height: 0.875rem;
  }
}
.mirror-topbar__actions__item .clipboard-icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__actions__item .clipboard-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__actions__item .clipboard-icon {
    width: 1rem;
    height: 1rem;
  }
}
.mirror-topbar__actions__item.topbar-alerts, .mirror-topbar__actions__item.topbar-sharing {
  position: relative;
}
.mirror-topbar__grid {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  padding: 0.4375rem;
  color: rgb(102, 102, 102);
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  height: auto;
  width: auto;
}
.mirror-topbar__grid__number--btn {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.mirror-topbar__grid:hover span {
  color: rgb(143, 143, 143);
  transition: ease-in-out 0.2s;
}
@media (min-width: 1280px) {
  .mirror-topbar__grid {
    width: auto;
    padding: 0.5625rem 0.8125rem;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__grid {
    width: auto;
    padding: 0.5625rem 0.8125rem;
    height: auto;
  }
}
.mirror-topbar__grid--number {
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .mirror-topbar__grid--number {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__grid--number {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.mirror-topbar__grid--type {
  font-size: 0.4375rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .mirror-topbar__grid--type {
    font-size: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__grid--type {
    font-size: 0.5625rem;
  }
}
.mirror-topbar__grid__icons {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.mirror-topbar__grid__icons__item {
  display: flex;
  align-items: center;
  position: relative;
}
.mirror-topbar__grid__icons__item .settings-icon {
  width: 0.75rem;
  height: 0.75rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-topbar__grid__icons__item .settings-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__grid__icons__item .settings-icon {
    width: 1rem;
    height: 1rem;
  }
}
.mirror-topbar__grid__icons__item .settings-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(130%) contrast(101%);
}
.mirror-topbar__grid__icons__item .btn-switch {
  transform: none;
}
.mirror-topbar__grid__icons__item .btn-switch::after {
  width: 0.5rem;
  height: 0.5rem;
}
.mirror-topbar__grid__icons__item .btn-switch:checked:after {
  left: calc(100% - 0.5rem);
}
.mirror-topbar__grid__icons__item input[type=checkbox].btn-switch {
  font-size: 0.5rem;
  width: 1.25rem;
  height: 0.75rem;
  position: relative;
}
@media (min-width: 1280px) {
  .mirror-topbar__grid__icons__item input[type=checkbox].btn-switch {
    font-size: 0.5625rem;
    width: 1.375rem;
    height: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__grid__icons__item input[type=checkbox].btn-switch {
    width: 1.5rem;
    height: 0.875rem;
    font-size: 0.625rem;
  }
}
.mirror-topbar__grid__menu {
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  width: 19.6875rem;
  position: absolute;
  top: 3.9375rem;
  right: 0;
  z-index: 10;
}
.mirror-topbar__grid__menu__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8125rem;
}
.mirror-topbar__grid__menu__nav__title {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.46);
}
.mirror-topbar__grid__menu__nav__close {
  cursor: pointer;
  filter: contrast(50%);
}
.mirror-topbar__grid__menu__nav__close:hover {
  filter: contrast(1%);
}
.mirror-topbar__grid__menu__options__blocks {
  margin-bottom: 1.375rem;
}
.mirror-topbar__grid__menu__options__blocks__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(106, 106, 106);
  border-radius: 0.25rem;
  padding: 0.5rem 0.8125rem;
  margin: 0 0.375rem 0.5625rem 0.375rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.78);
}
.mirror-topbar__grid__menu__options__blocks__item__title .marker {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: rgba(240, 240, 240, 0.49);
  border: 0.125rem solid rgba(240, 240, 240, 0);
  margin-right: 1.125rem;
}
.mirror-topbar__grid__menu__options__blocks__item__toggle {
  display: flex;
  align-items: center;
}
.mirror-topbar__grid__menu__options__blocks__item__toggle label {
  font-size: 0.8125rem;
  color: rgb(136, 136, 136);
  margin-right: 0.375rem;
}
.mirror-topbar__grid__menu__options__blocks__item__toggle input[type=checkbox].btn-switch:after {
  background: rgb(106, 106, 106) !important;
}
.mirror-topbar__grid__menu__options__blocks__item__pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mirror-topbar__grid__menu__options__blocks__item__pro h3 {
  font-size: 0.8125rem;
}
.mirror-topbar__grid__menu__options__blocks__item__pro__btn {
  font-size: 0.5rem;
  text-transform: uppercase;
  padding: 0.1875rem 0.375rem;
  background: rgb(43, 43, 43);
  border-radius: 0.3125rem;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.78);
}
.mirror-topbar__grid__menu__options__blocks__item.active {
  background: rgb(255, 255, 255);
  color: rgb(43, 43, 43);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  border: solid 0.125rem rgb(65, 185, 28);
}
.mirror-topbar__grid__menu__options__blocks__item.active .marker {
  background-color: rgb(65, 185, 28);
  border: 0.125rem solid rgb(240, 240, 240);
}
.mirror-topbar__grid__menu__options__blocks__item.active input[type=checkbox].btn-switch:after {
  background: rgb(255, 255, 255) !important;
}
.mirror-topbar__grid__menu__options__blocks__item.active input[type=checkbox].btn-switch:checked {
  background: rgb(65, 185, 28) !important;
}
.mirror-topbar__grid__menu__options__select {
  padding: 0 0.75rem;
  margin-bottom: 1.0625rem;
}
.mirror-topbar__grid__menu__options__select__input {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.0625rem;
}
.mirror-topbar__grid__menu__options__select__input__label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.46);
}
.mirror-topbar__grid__menu__options__select__input__dropdown {
  background: rgb(6, 6, 6);
  color: rgb(170, 170, 170);
  height: 1.875rem;
  border-radius: 0.25rem;
  border: none;
  margin-top: 0.3125rem;
}
.mirror-topbar__contact {
  position: relative;
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0.4375rem;
  gap: 0.25rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__contact {
    height: auto;
    padding: 0.5625rem 0.8125rem;
    gap: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__contact {
    height: auto;
    padding: 0.5625rem 0.8125rem;
    gap: 0.375rem;
  }
}
.mirror-topbar__contact .mark {
  border-top-right-radius: 0.4375rem;
}
.mirror-topbar__contact__communication {
  display: flex;
  gap: 0.375rem;
  padding: 0 0.1875rem;
}
.mirror-topbar__contact__communication__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.mirror-topbar__contact__communication__item .custom-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__contact__communication__item .custom-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__contact__communication__item .custom-icon {
    width: 1rem;
    height: 1rem;
  }
}
.mirror-topbar__contact__communication__item .custom-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(130%) contrast(101%);
  transition: ease-in-out 0.2s;
}
.mirror-topbar__contact__communication__item .custom-icon.active {
  filter: invert(100%) sepia(14%) saturate(7272%) hue-rotate(58deg) brightness(106%) contrast(97%);
}
.mirror-topbar__contact__notification {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.mirror-topbar__contact__notification .notification-bubble {
  background-color: rgb(88, 88, 88);
  color: rgb(173, 173, 173);
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.625rem;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-topbar__contact__notification .notification-bubble {
    width: 1.375rem;
    height: 1.375rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__contact__notification .notification-bubble {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}

.mirror-topbar__viewport-controls {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-left: 0.3125rem;
}

.mirror-topbar__viewport-switcher {
  display: flex;
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  padding: 0.1875rem;
  gap: 0.125rem;
}
.mirror-topbar__viewport-switcher .viewport-btn {
  background: transparent;
  border: none;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .mirror-topbar__viewport-switcher .viewport-btn {
    padding: 0.4375rem 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__viewport-switcher .viewport-btn {
    padding: 0.5rem 0.875rem;
  }
}
.mirror-topbar__viewport-switcher .viewport-btn i {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1280px) {
  .mirror-topbar__viewport-switcher .viewport-btn i {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__viewport-switcher .viewport-btn i {
    width: 1rem;
    height: 1rem;
  }
}
.mirror-topbar__viewport-switcher .viewport-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mirror-topbar__viewport-switcher .viewport-btn:hover i {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(130%) contrast(101%);
}
.mirror-topbar__viewport-switcher .viewport-btn.active {
  background: rgba(255, 255, 255, 0.1);
}
.mirror-topbar__viewport-switcher .viewport-btn.active i {
  filter: none;
  opacity: 1;
}

.viewport-settings-wrapper {
  position: relative;
}

.viewport-settings-btn {
  background: rgb(34, 34, 34);
  border: none;
  border-radius: 0.4375rem;
  padding: 0.5625rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .viewport-settings-btn {
    padding: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .viewport-settings-btn {
    padding: 0.75rem;
  }
}
.viewport-settings-btn i {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 1280px) {
  .viewport-settings-btn i {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .viewport-settings-btn i {
    width: 1rem;
    height: 1rem;
  }
}
.viewport-settings-btn:hover {
  background: rgb(34, 34, 34);
}
.viewport-settings-btn:hover i {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(130%) contrast(101%);
  transition: ease-in-out 0.2s;
}

.mirror-topbar__action {
  position: fixed;
  right: 0.875rem;
}
.mirror-topbar__info, .mirror-topbar__actions {
  display: flex;
  font-size: 0.75rem;
}
.mirror-topbar__info__item, .mirror-topbar__actions__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(34, 34, 34);
  background: #131313;
  border: 1px solid #393939;
  border-radius: 0.4375rem;
  padding: 0.5625rem;
  /* max-width: toRem(100px); */
}
@media (min-width: 1280px) {
  .mirror-topbar__info__item, .mirror-topbar__actions__item {
    padding: 0.5625rem 0.8125rem;
  }
}
.mirror-topbar__info {
  gap: 0.3125rem;
  width: auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}
.mirror-topbar__info__item {
  height: 100%;
  padding: 0.4375rem;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__item {
    min-width: 5.3125rem;
    width: 85px;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__item {
    min-width: 6.875rem;
  }
}
.mirror-topbar__info__item__title {
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__item__title {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__item__title {
    font-size: 0.6875rem;
  }
}
.mirror-topbar__info__item__content {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 0.5625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mirror-topbar__info__item__content__popup {
  position: relative;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__item__content {
    font-size: 0.6875rem;
    padding: 0.125rem 0;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__item__content {
    font-size: 0.75rem;
    padding: 0rem 0;
  }
}
.mirror-topbar__info__entity {
  background: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  width: 10.0625rem;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 0.625rem;
  outline: none;
  z-index: 10;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__entity {
    top: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__entity {
    top: 1.25rem;
  }
}
.mirror-topbar__info__entity::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__entity::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__entity::-webkit-scrollbar {
    width: 5px;
  }
}
.mirror-topbar__info__entity::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mirror-topbar__info__entity::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.mirror-topbar__info__entity__item {
  border-bottom: 0.0625rem solid rgb(100, 100, 100);
  padding: 0.5625rem;
}
.mirror-topbar__info__entity__item__title {
  padding-bottom: 0.3125rem;
  cursor: pointer;
  font-size: 0.5625rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__entity__item__title {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__entity__item__title {
    font-size: 0.875rem;
  }
}
.mirror-topbar__info__entity__item__title:hover {
  opacity: 0.7;
}
.mirror-topbar__info__entity__item__date {
  color: rgb(100, 100, 100);
}
.mirror-topbar__info__entity__load-more {
  display: grid;
  place-items: center;
  padding: 0.9375rem 0.5625rem;
  cursor: pointer;
}
.mirror-topbar__info__entity__load-more .load-more-projects {
  font-size: 1rem;
  color: rgb(100, 100, 100);
  cursor: pointer;
}
.mirror-topbar__info__entity__load-more .load-more-projects:hover {
  color: rgb(255, 255, 255);
}
.mirror-topbar__info__ingredients {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgb(34, 34, 34);
  border-radius: 0.375rem;
}
.mirror-topbar__info__ingredients__wrapper__content {
  display: grid;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  z-index: 10;
  gap: 0.1875rem;
  min-height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.mirror-topbar__info__ingredients__wrapper__content-item {
  margin: 0.125rem 0.625rem;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.mirror-topbar__info__ingredients__wrapper__content::-webkit-scrollbar {
  height: 0rem;
}
.mirror-topbar__info__ingredients__wrapper__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgb(82, 82, 82);
}
.mirror-topbar__info__ingredients__wrapper__content::-webkit-scrollbar-thumb {
  background-color: rgb(82, 82, 82);
}
.mirror-topbar__info__ingredients__toggler {
  width: 2.8125rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-topbar__info__ingredients__toggler {
    width: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__ingredients__toggler {
    width: 4.375rem;
  }
}
.mirror-topbar__info__ingredients__toggler i {
  width: 0.875rem;
  height: 0.875rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(70%) contrast(101%);
}
@media (min-width: 1280px) {
  .mirror-topbar__info__ingredients__toggler i {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__info__ingredients__toggler i {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.mirror-topbar--taste {
  position: relative;
}
.mirror-topbar--toggler {
  min-width: 5.625rem;
  max-width: 6.875rem;
}
@media (min-width: 1280px) {
  .mirror-topbar--toggler {
    min-width: 6.25rem;
    max-width: 6.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar--toggler {
    min-width: 8.125rem;
  }
}
.mirror-topbar .go-to-client,
.mirror-topbar .go-to-project {
  cursor: pointer;
}
.mirror-topbar .go-to-client:hover,
.mirror-topbar .go-to-project:hover {
  opacity: 0.7;
}

.productItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  width: 282px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px rgb(112, 112, 112);
  background-color: rgb(255, 255, 255);
  position: relative;
}
.productItem:not(:first-child) {
  margin: 0 0 0 18px;
}
.productItem__content__wrapper {
  display: flex;
  justify-content: space-between;
  height: 78%;
}
.productItem__content__wrapper .productItem__content {
  padding: 25px 0 20px 25px;
  width: 20vw;
}
.productItem__content__wrapper .productItem__content__owner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.81px;
  text-align: left;
  color: rgb(112, 112, 112);
  margin: 0;
}
.productItem__content__wrapper .productItem__content__name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.3px;
  text-align: left;
  color: rgb(70, 70, 70);
  margin: 8px 0 0;
}
.productItem__info {
  display: flex;
  align-items: center;
  background-color: rgb(43, 43, 43);
  padding: 6px 19px 4px 31px;
  height: 22%;
  font-size: 15px;
}
.productItem__info span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
}

.inquiryForm {
  padding: 2.1875rem;
  background-color: rgb(255, 255, 255);
  width: 47.25rem;
  height: 600px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px rgb(112, 112, 112);
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
  color: rgb(119, 119, 119);
  overflow-y: hidden;
}
.inquiryForm__title {
  text-align: center;
  font-size: 30px;
  line-height: 0.97;
  letter-spacing: -0.36px;
  margin-bottom: 50px;
}
@media (min-width: 1600px) {
  .inquiryForm__title {
    font-size: 36px;
  }
}
.inquiryForm__container {
  display: flex;
  height: 100%;
}
.inquiryForm__form {
  width: 50%;
  padding-left: 20px;
}
.inquiryForm__form__input, .inquiryForm__form__textarea {
  width: 100%;
  outline: none;
  padding: 12px 18px;
  margin: 2px 0;
  color: rgb(51, 51, 51);
  background-color: rgb(242, 242, 242);
  border: none;
  border-radius: 6px;
  font-size: 18px;
}
.inquiryForm__form__input::placeholder, .inquiryForm__form__textarea::placeholder {
  color: rgb(119, 119, 119);
}
.inquiryForm__form__textarea {
  height: 179px;
  width: 322px;
  resize: none;
}
.inquiryForm__form__submit-btn {
  display: block;
  margin-left: auto;
  font-size: 18px;
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(119, 119, 119);
  width: 100%;
  padding: 14px 0;
  border-radius: 6px;
  margin-top: 20px;
}
.inquiryForm__description {
  width: 50%;
  padding-right: 20px;
}
.inquiryForm__description__top {
  color: rgb(119, 119, 119);
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.33px;
}
.inquiryForm__description__middle {
  margin-top: 20px;
  color: rgb(119, 119, 119);
  line-height: 25px;
  font-size: 14px;
}
.inquiryForm__description__bottom {
  margin-top: 75px;
  color: rgb(119, 119, 119);
  font-weight: bold;
  font-size: 15px;
}
.inquiryForm__description__cancel-btn {
  text-decoration: underline;
  background: none;
  margin-top: 96px;
  font-size: 15px;
  margin-left: 23px;
}

.left-sidebar {
  margin: 0;
  padding: 0;
  width: 2.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  top: 0;
  background: #060606;
  /* background: $black-1; */
  /* background: #151515; */
  /* background: #0e0e0e; */
  z-index: 5;
  overflow: hidden;
  /* background: $black-1; */
  /* background-color: #101010; */
}
@media (min-width: 1280px) {
  .left-sidebar {
    width: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar {
    width: 4.375rem;
  }
}
.left-sidebar.light {
  background: rgb(31, 65, 100);
}
.left-sidebar.right {
  left: auto;
  right: 0;
}
.left-sidebar__hats-votes-slider, .left-sidebar__icon {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  color: rgb(170, 170, 170);
}
.left-sidebar__icon:nth-child(2) {
  border-top: none;
}
.left-sidebar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 0.875rem;
  /* border-top: toRem(1px) solid $gray-dark-2; */
  border-top: 0.0625rem solid #272727;
  font-size: 0.5625rem;
  text-transform: uppercase;
  flex: 1 1 0rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
}
@media (min-width: 1280px) {
  .left-sidebar__icon {
    font-size: 0.5625rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__icon {
    font-size: 0.6875rem;
  }
}
.left-sidebar__icon:hover {
  color: white;
}
.left-sidebar__icon .active {
  color: white;
}
.left-sidebar__icon .lock-icon {
  position: absolute;
  top: 0.125rem;
  right: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.11;
}
.left-sidebar__icon .lock-icon:hover {
  opacity: 0.8;
}
.left-sidebar__icon__marker {
  background-color: rgb(0, 128, 0);
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.5625rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 0.125rem;
  padding: 0 0.375rem;
}
@media (min-width: 1600px) {
  .left-sidebar__icon__marker {
    font-size: 0.6875rem;
  }
}
.left-sidebar__result-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-sidebar__result-mode__detector {
  display: flex;
  gap: 0.1875rem;
  margin-top: 0.6875rem;
}
.left-sidebar__result-mode__detector__item {
  width: 0.375rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 0.39);
}
@media (min-width: 1280px) {
  .left-sidebar__result-mode__detector__item {
    width: 0.6875rem;
  }
}
.left-sidebar__result-mode__detector__item.active {
  background-color: white;
}
.left-sidebar__add {
  border-bottom: 0.0625rem solid rgb(65, 65, 65);
  border-bottom: 0.0625rem solid #2c2c2c;
}
.left-sidebar__taste {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0.625rem 0.75rem;
  border-top: 0.0625rem solid rgb(65, 65, 65);
  border-top: 0.0625rem solid #2c2c2c;
}
.left-sidebar__taste__progress-bar {
  width: 100%;
  background: rgb(87, 87, 87);
  margin-top: 0.625rem;
}
@media (min-width: 1280px) {
  .left-sidebar__taste__progress-bar {
    margin-top: 1rem;
  }
}
.left-sidebar__taste__progress-bar-background {
  background: rgb(255, 255, 255);
}
.left-sidebar__taste__progress-bar, .left-sidebar__taste__progress-bar-background {
  border-radius: 0.125rem;
  height: 0.125rem;
}
@media (min-width: 1280px) {
  .left-sidebar__taste__progress-bar, .left-sidebar__taste__progress-bar-background {
    height: 0.125rem;
  }
}
.left-sidebar__logo {
  padding: 1.5rem 0.875rem 1.125rem;
  max-height: 3.75rem;
  color: rgb(255, 255, 255);
  /* background-color: #151515; */
  font-family: GillSans;
  font-size: 1.125rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.39);
  border-top: none;
}
.left-sidebar__logo i {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.39);
  filter: rgba(255, 255, 255, 0.29);
  width: 1.5625rem;
  height: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.left-sidebar__logo img {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.39);
  filter: rgba(255, 255, 255, 0.29);
  width: 1.75rem;
  height: 1.75rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.left-sidebar__logo:hover {
  color: white;
}
@media (min-width: 1280px) {
  .left-sidebar__logo {
    max-height: 4.375rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__logo {
    font-size: 1.375rem;
  }
}
.left-sidebar__folder-icon svg {
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.left-sidebar__folder-icon svg * {
  fill: rgb(170, 170, 170);
}
.left-sidebar__folder-icon svg:hover * {
  fill: rgb(255, 255, 255);
}
.left-sidebar__open-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 2.5rem;
  max-height: 11.25rem;
  cursor: pointer;
  border-top: 0.0625rem solid rgb(65, 65, 65);
  border-bottom: 0.0625rem solid rgb(65, 65, 65);
  border-top: 0.0625rem solid #2c2c2c;
  border-bottom: 0.0625rem solid #2c2c2c;
  color: rgb(65, 65, 65);
  font-size: 0.8125rem;
  flex: 1 1 0rem;
  opacity: 0.8;
  transition: all 1s;
}
@media (min-width: 1280px) {
  .left-sidebar__open-menu {
    min-height: 6.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    flex-grow: 3;
    flex-shrink: 20;
  }
}
.left-sidebar__open-menu:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.left-sidebar__open-menu .reorder-vertical-icon {
  height: 1.375rem;
  width: 0.9375rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
@media (min-width: 1280px) {
  .left-sidebar__open-menu .reorder-vertical-icon {
    height: 3.25rem;
    width: 1.1875rem;
  }
}
.left-sidebar__block-slider {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  transition: all 0.5s;
}
.left-sidebar__block-slider__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.5rem;
  margin-bottom: 0.9375rem;
  border: none;
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider__toggle {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider__toggle {
    margin-bottom: 1.5625rem;
  }
}
.left-sidebar__block-slider__toggle .dir-toggle {
  border-radius: 10%;
  padding: 0.1875rem;
  cursor: pointer;
}
.left-sidebar__block-slider__toggle .selected {
  color: rgb(42, 44, 46);
  background-color: rgb(170, 170, 170);
}
.left-sidebar__block-slider__toggle__indicators {
  display: flex;
  justify-content: center;
}
.left-sidebar__block-slider__toggle__indicators span {
  width: 0.75rem;
  height: 0.125rem;
  margin: 0 0.1875rem;
  border-radius: 0.125rem;
  background-color: rgb(100, 100, 100);
}
.left-sidebar__block-slider__toggle__indicators span.active {
  background: rgb(255, 255, 255);
}
.left-sidebar__block-slider__input-wrapper {
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider__input-wrapper {
    height: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider__input-wrapper {
    height: 7.5rem;
  }
}
.left-sidebar__block-slider .scroll-styled-slider {
  width: 2.5rem;
  transform: rotate(90deg);
  resize: vertical;
  background: transparent;
  appearance: none;
  position: relative;
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider .scroll-styled-slider {
    width: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider .scroll-styled-slider {
    width: 8.125rem;
  }
}
.left-sidebar__block-slider .scroll-styled-slider:focus {
  outline: none;
}
.left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.125rem;
  cursor: pointer;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgb(0, 0, 0), 0rem 0rem 0.0625rem rgb(13, 13, 13);
  background: rgb(6, 6, 6);
  border-radius: 0.125rem;
  border: 0rem solid rgb(0, 0, 0);
  position: relative;
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-runnable-track {
    height: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-runnable-track {
    height: 2.1875rem;
  }
}
.left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-thumb {
  border: 0rem solid rgba(255, 30, 0, 0);
  height: 1.1875rem;
  width: 1.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: url("./images/icons/range-thumb.svg") center no-repeat rgb(59, 59, 59);
  background-position-y: center;
  background-size: contain;
  transform: rotate(90deg);
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-thumb {
    height: 2.5rem;
    width: 1.625rem;
    bottom: 7px;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider .scroll-styled-slider::-webkit-slider-thumb {
    height: 2.5rem;
    width: 2.1875rem;
    bottom: 2px;
  }
}
.left-sidebar__block-slider .scroll-styled-slider:focus::-webkit-slider-runnable-track {
  background: rgb(6, 6, 6);
}
.left-sidebar__block-slider .scroll-styled-slider::-moz-range-track {
  width: 100%;
  height: 1.125rem;
  cursor: pointer;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgb(0, 0, 0), 0rem 0rem 0.0625rem rgb(13, 13, 13);
  background: rgb(6, 6, 6);
  border-radius: 0.125rem;
  border: 0rem solid rgb(0, 0, 0);
  position: relative;
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider .scroll-styled-slider::-moz-range-track {
    height: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider .scroll-styled-slider::-moz-range-track {
    height: 2.1875rem;
  }
}
.left-sidebar__block-slider .scroll-styled-slider::-moz-range-thumb {
  border: 0rem solid rgba(255, 30, 0, 0);
  height: 1.1875rem;
  width: 1.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  background: url("./images/icons/range-thumb.svg") center no-repeat rgb(59, 59, 59);
  background-position-y: center;
  background-size: contain;
  transform: rotate(90deg);
}
@media (min-width: 1280px) {
  .left-sidebar__block-slider .scroll-styled-slider::-moz-range-thumb {
    height: 2.5rem;
    width: 1.625rem;
    bottom: 7px;
  }
}
@media (min-width: 1600px) {
  .left-sidebar__block-slider .scroll-styled-slider::-moz-range-thumb {
    height: 2.5rem;
    width: 2.1875rem;
    bottom: 2px;
  }
}
.left-sidebar__block-slider .scroll-styled-slider::-ms-track {
  width: 100%;
  height: 1.21875rem;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.left-sidebar__block-slider .scroll-styled-slider::-ms-fill-lower {
  background: rgb(6, 6, 6);
  border: 0rem solid rgb(0, 0, 0);
  border-radius: 0rem;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgb(0, 0, 0), 0rem 0rem 0.0625rem rgb(13, 13, 13);
}
.left-sidebar__block-slider .scroll-styled-slider::-ms-fill-upper {
  background: rgb(6, 6, 6);
  border: 0rem solid rgb(0, 0, 0);
  border-radius: 0rem;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgb(0, 0, 0), 0rem 0rem 0.0625rem rgb(13, 13, 13);
}
.left-sidebar__block-slider .scroll-styled-slider::-ms-thumb {
  box-shadow: 0rem 0rem 0rem rgba(103, 0, 0, 0.82), 0rem 0rem 0rem rgba(129, 0, 0, 0.82);
  border: 0rem solid rgba(255, 30, 0, 0);
  height: 2rem;
  width: 1.6875rem;
  border-radius: 0.125rem;
  background: rgb(255, 67, 95);
  cursor: pointer;
  height: 1.21875rem;
}
.left-sidebar__block-slider .scroll-styled-slider:focus::-ms-fill-lower {
  background: rgb(6, 6, 6);
}
.left-sidebar__block-slider .scroll-styled-slider:focus::-ms-fill-upper {
  background: rgb(6, 6, 6);
}
.left-sidebar__viewport {
  position: fixed;
  border: 0.0625rem solid rgb(42, 44, 46);
  border: 0.0625rem solid #2c2c2c;
  background-color: rgb(42, 44, 46);
  width: 12.5rem;
  z-index: 1;
  left: 3.4375rem;
  top: 50%;
}
.left-sidebar__viewport__toggle-wrapper {
  display: flex;
  flex-flow: row;
  font-size: 2.5rem;
  justify-content: space-around;
  align-items: center;
  min-height: 5rem;
}
.left-sidebar__viewport .left-sidebar__viewport__mode {
  background: transparent;
  font-size: 2.1875rem;
}
.left-sidebar__viewport .left-sidebar__viewport__mode:hover {
  background-color: rgb(42, 44, 46);
}
.left-sidebar__viewport__title {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(190, 190, 190);
  margin: 0.625rem 0;
  text-align: center;
}
.left-sidebar__viewport__background-size {
  width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.left-sidebar__profile svg {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.left-sidebar__profile svg * {
  fill: rgb(170, 170, 170);
}
.left-sidebar__profile svg:hover * {
  fill: rgb(255, 255, 255);
}
.left-sidebar__chats-votes-slider {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 4rem;
  background-color: rgb(51, 51, 51);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0.625rem;
}
.left-sidebar__chats-votes-slider__close {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  text-decoration: none;
  color: rgb(128, 128, 128);
  font-size: 2.25rem;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  margin-left: 3.125rem;
}
.left-sidebar__chats-votes-slider__close:hover {
  color: rgb(239, 239, 239);
}
.left-sidebar__chats-votes-slider__close-btn {
  position: absolute;
  top: 0;
  right: 0.3125rem;
  font-size: 2.25rem;
  margin-left: 3.125rem;
}
.left-sidebar__chats-votes-slider__chats, .left-sidebar__chats-votes-slider__votes {
  padding: 0.625rem;
}
.left-sidebar__show-chats, .left-sidebar__show-votes, .left-sidebar__filter-hearts, .left-sidebar__filter-looks, .left-sidebar__question {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.left-sidebar__show-chats:hover, .left-sidebar__show-votes:hover, .left-sidebar__filter-hearts:hover, .left-sidebar__filter-looks:hover, .left-sidebar__question:hover {
  color: rgb(255, 255, 255);
}
.left-sidebar__show-chats.active, .left-sidebar__show-votes.active, .left-sidebar__filter-hearts.active, .left-sidebar__filter-looks.active, .left-sidebar__question.active {
  color: rgb(255, 255, 255);
}
.left-sidebar__separator {
  margin-bottom: 20%;
  border-color: rgb(170, 170, 170);
  border-top: none;
}
.left-sidebar__viewport-modal__title {
  color: rgb(0, 0, 0);
}
.left-sidebar__viewport-modal__select {
  width: 100%;
  color: rgb(0, 0, 0);
  height: 2.5rem;
  font-size: 1rem;
  font-family: "Monda";
}
.left-sidebar__viewport-modal__checkbox-wrapper, .left-sidebar__viewport-modal__body-title {
  font-family: "Monda";
  color: rgb(0, 0, 0);
  margin-bottom: 0rem;
  margin-top: 0.625rem;
}
.left-sidebar__viewport-modal__checkbox {
  opacity: 1 !important;
}
.left-sidebar .sidebar-toggle-slider {
  border: none;
}
.left-sidebar .popUp {
  position: fixed;
  overflow-x: hidden;
  left: 5.25rem;
  top: 11rem;
}

.modal-support__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modal-support__header__title {
  display: inline-block;
  font-size: 24px;
}
.modal-support__body {
  background: rgb(42, 44, 46);
  padding: 10px 0;
  min-height: 100px;
}
.modal-support__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.result-viewport {
  padding: 1.375rem 1.5rem;
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  color: rgb(100, 100, 100);
  z-index: 1001;
  max-height: calc(100vh - 25%);
  min-width: 26.875rem;
  width: 30vw;
  text-align: left;
}
.result-viewport__wrapper {
  max-height: 55vh;
  overflow-y: auto;
}
.result-viewport__wrapper::-webkit-scrollbar {
  width: 0px;
}
.result-viewport__wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px inherit;
}
.result-viewport__wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(59, 59, 59);
}
.result-viewport__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.result-viewport__header__title {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 0.3125rem;
}
.result-viewport__header .close-icon {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
  opacity: 0.24;
}
.result-viewport__header .close-icon:hover {
  opacity: 0.8;
}
.result-viewport__devices {
  margin-top: 1.5625rem;
}
.result-viewport__devices__title {
  font-size: 0.75rem;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.46);
}
.result-viewport__devices__items-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.4375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}
.result-viewport__devices__item {
  background: rgb(21, 21, 21);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.result-viewport__devices__item .close-icon {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
  cursor: pointer;
  opacity: 0.24;
}
.result-viewport__devices__item .close-icon:hover {
  opacity: 0.8;
}
.result-viewport__devices__item__select {
  width: 3.75rem;
  padding: 0.25rem 0.5rem;
  margin: 0.3125rem 0.4375rem 0.875rem 0.4375rem;
  background: rgb(6, 6, 6);
  color: rgb(163, 163, 163);
  border: none;
  border-radius: 0.25rem;
  font-size: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.result-viewport__devices__item__select:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(6, 6, 6);
}
.result-viewport__devices__item__select.active {
  background-color: rgb(255, 255, 255);
  color: rgb(6, 6, 6);
}
.result-viewport__devices__item__icon {
  margin-top: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.result-viewport__devices__item__icon i {
  margin: 0.4375rem auto;
  opacity: 0.13;
}
.result-viewport__devices__item__icon .responsive-icon {
  width: 1.6875rem;
}
.result-viewport__devices__item__sizes {
  background: rgb(6, 6, 6);
  font-size: 0.5625rem;
  width: 100%;
  padding: 0.625rem 0.625rem;
}
@media (min-width: 1280px) {
  .result-viewport__devices__item__sizes {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .result-viewport__devices__item__sizes {
    font-size: 0.75rem;
  }
}
.result-viewport__devices__item__size-label {
  font-size: 0.625rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.result-viewport__devices__item__height, .result-viewport__devices__item__width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.result-viewport__devices__item__height label, .result-viewport__devices__item__width label {
  padding-right: 0.625rem;
}
.result-viewport__input {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.result-viewport__input__label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.46);
}
.result-viewport__input__dropdown {
  background-color: rgb(6, 6, 6);
  color: rgb(170, 170, 170);
  border-radius: 0.25rem;
  border: none;
  position: relative;
  padding: 0.3125rem 1.5rem 0 0.3125rem;
  min-height: 2.25rem;
}
.result-viewport__input__dropdown .search-icon {
  position: absolute;
  top: 0.6875rem;
  right: 0.4375rem;
  opacity: 0.24;
}
.result-viewport__input__custom {
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
}
.result-viewport__input__custom label {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
.result-viewport__input__custom input {
  width: 100%;
  background: rgb(6, 6, 6);
  color: rgb(170, 170, 170);
  margin-top: 0.3125rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  border: none;
}
.result-viewport__input__custom input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.result-viewport__input__custom button {
  height: 1.875rem;
  padding: 3.75rem 0.75rem;
  background: rgb(6, 6, 6);
  color: rgb(163, 163, 163);
  border: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  align-self: flex-end;
}
.result-viewport__input__custom button:hover {
  background: rgb(255, 255, 255);
  color: rgb(6, 6, 6);
}
.result-viewport__toggle-wrapper {
  display: flex;
  flex-flow: row;
  font-size: 2.5rem;
  justify-content: space-around;
  align-items: center;
  min-height: 5rem;
}
.result-viewport .left-sidebar__viewport__mode {
  background: transparent;
  font-size: 2.1875rem;
}
.result-viewport .left-sidebar__viewport__mode:hover {
  background-color: rgb(42, 44, 46);
}
.result-viewport__title {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(190, 190, 190);
  margin: 0.625rem 0;
  text-align: center;
}
.result-viewport__background-size {
  width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.result-viewport__lock {
  display: flex;
}
.result-viewport__lock__btn {
  padding: 3.75rem 18px;
  margin-top: 0.625rem;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.result-viewport__lock__btn:disabled {
  cursor: not-allowed;
  background: rgb(6, 6, 6);
  color: rgba(255, 255, 255, 0.46);
}

.add-new__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin: 0 auto;
}
.add-new__col__title {
  font-size: 2rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 1.75rem;
}
@media (min-width: 1900px) {
  .add-new__col__title {
    font-size: 3.125rem;
    margin-bottom: 2.75rem;
  }
}
.add-new__col__options {
  background-color: rgb(6, 6, 6);
  border-radius: 7px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-new__col__options__item {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  cursor: pointer;
  padding: 16px;
  background-color: rgb(29, 29, 29);
  opacity: 0.87;
  position: relative;
}
@media (min-width: 1900px) {
  .add-new__col__options__item {
    font-size: 26px;
  }
}
.add-new__col__options__item:hover {
  opacity: 1;
}
@media (min-width: 1900px) {
  .add-new__col__options__item {
    padding: 25px;
  }
}
.add-new__col--1 {
  position: relative;
}
.add-new__form {
  background-color: rgb(6, 6, 6);
  border-radius: 7px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-new__form input {
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  padding: 1rem;
  width: 100%;
  outline: none;
}
@media (min-width: 1900px) {
  .add-new__form input {
    font-size: 26px;
  }
}
.add-new__form input::placeholder {
  font-weight: normal;
}
.add-new__form input:disabled {
  background-color: rgb(204, 204, 204);
}
.add-new__form__dropdown {
  position: relative;
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  padding: 0.625rem;
  min-height: 3.375rem;
  background-color: rgb(255, 255, 255);
}
.add-new__form__dropdown.disabled {
  background-color: rgb(204, 204, 204);
}
.add-new__form__wrapper {
  display: flex;
  flex-basis: 100%;
}
.add-new__form__wrapper__element {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1rem;
  cursor: pointer;
  background-color: rgb(112, 112, 112);
  border-radius: 0.375rem;
}
.add-new__form__wrapper__element:hover {
  background-color: rgb(150, 150, 150);
}
.add-new__form__wrapper__element:first-child {
  margin-right: 0.625rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .add-new__form__wrapper__element {
    font-size: 1.375rem;
    padding: 1.25rem;
  }
}
.add-new__form__wrapper__element__badge {
  font-size: 0.5rem;
  text-transform: uppercase;
  padding: 0.1875rem 0.375rem;
  background: rgb(43, 43, 43);
  border-radius: 0.3125rem;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.78);
}
.add-new__form .custom-dropdown {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  outline: none;
  border-radius: 0.375rem;
}
@media (min-width: 1900px) {
  .add-new__form .custom-dropdown {
    font-size: 26px;
  }
}
.add-new__form .custom-dropdown__tag-new {
  color: rgb(0, 128, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 0.125rem;
  padding: 1;
  position: absolute;
  top: 0.5625rem;
  transform: translateY(-50%);
  left: 0.25rem;
  font-size: 0.875rem;
  cursor: default;
  z-index: 0;
}
.add-new__form .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 1.3125rem;
}
.add-new__form .select2-container .select2-search--inline .select2-search__field {
  height: 1.5625rem;
}
@media (min-width: 1600px) {
  .add-new__form .select2-container .select2-search--inline .select2-search__field {
    height: 1.5625rem;
  }
}
.add-new__form .select2-results__message {
  display: none;
}
.add-new__form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  justify-content: flex-end;
  padding-left: 0;
  margin: 0;
  background: rgb(255, 255, 255);
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
}
.add-new__form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-new__form .select2-container--open {
  left: 0.0625rem !important;
}
.add-new__form .select2-container--open .select2-dropdown--below {
  width: 98% !important;
}

.add-new-img__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.add-new-img__header__title {
  font-size: 40px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .add-new-img__header__title {
    font-size: 50px;
  }
}
.add-new-img__header__title--type {
  cursor: pointer;
  font-size: 23px;
  font-weight: 500;
  color: rgb(106, 106, 106);
}
.add-new-img__header__upload {
  display: flex;
  align-items: center;
  gap: 5px;
}
.add-new-img__header__upload__box {
  width: 260px;
  background-color: rgb(6, 6, 6);
  border-radius: 7px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .add-new-img__header__upload__box {
    width: 280px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__header__upload__box {
    width: 330px;
  }
}
@media (min-width: 1900px) {
  .add-new-img__header__upload__box {
    width: 400px;
  }
}
.add-new-img__header__upload__box__description {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
}
@media (min-width: 1900px) {
  .add-new-img__header__upload__box__description {
    font-size: 26px;
  }
}
.add-new-img__header__upload__box__btn {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  cursor: pointer;
  background-color: rgb(29, 29, 29);
  padding: 16px;
  margin-top: 32px;
}
@media (min-width: 1900px) {
  .add-new-img__header__upload__box__btn {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__header__upload__box__btn {
    padding: 16px 38px;
  }
}
@media (min-width: 1900px) {
  .add-new-img__header__upload__box__btn {
    margin-top: 48px;
  }
}
.add-new-img__main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
  width: 85vw;
}
.add-new-img__main .active, .add-new-img__main .active:hover {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 5px;
}
.add-new-img__main__col {
  background-color: rgb(6, 6, 6);
  border-radius: 7px;
  padding: 25px;
  overflow: hidden;
}
.add-new-img__main__col--first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.add-new-img__main__col--second {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.add-new-img__main__col__item {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  cursor: pointer;
  padding: 16px;
  background-color: rgb(29, 29, 29);
  opacity: 0.87;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__item {
    font-size: 26px;
  }
}
.add-new-img__main__col__item:hover {
  opacity: 1;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__item {
    padding: 25px;
  }
}
.add-new-img__main__col__description {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
}
@media (min-width: 1900px) {
  .add-new-img__main__col__description {
    font-size: 26px;
  }
}
.add-new-img__main__col__box {
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(29, 29, 29);
  padding: 25px;
  width: 100%;
  height: 160px;
  margin-bottom: 38px;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__box {
    height: 270px;
  }
}
.add-new-img__main__col__btn {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  cursor: pointer;
  background-color: rgb(29, 29, 29);
  padding: 16px;
  margin-top: 48px;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__btn {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__main__col__btn {
    padding: 16px 38px;
  }
}
.add-new-img__main__col__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  margin-bottom: 14px;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__title {
    font-size: 26px;
  }
}
.add-new-img__main__col__uploaded {
  background-color: rgb(6, 6, 6);
  border-radius: 7px;
  padding: 25px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.add-new-img__main__col__uploaded__global, .add-new-img__main__col__uploaded__each {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 40px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__global, .add-new-img__main__col__uploaded__each {
    gap: 30px;
  }
}
.add-new-img__main__col__uploaded__global:hover, .add-new-img__main__col__uploaded__each:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.add-new-img__main__col__uploaded__global__img, .add-new-img__main__col__uploaded__each__img {
  width: 200px;
  height: 120px;
  background-color: rgb(29, 29, 29);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
}
@media (min-width: 1900px) {
  .add-new-img__main__col__uploaded__global__img, .add-new-img__main__col__uploaded__each__img {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__global__img, .add-new-img__main__col__uploaded__each__img {
    width: 334px;
    height: 153px;
  }
}
.add-new-img__main__col__uploaded__global__img i, .add-new-img__main__col__uploaded__each__img i {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.24;
}
.add-new-img__main__col__uploaded__global__img i:hover, .add-new-img__main__col__uploaded__each__img i:hover {
  opacity: 1;
}
.add-new-img__main__col__uploaded__global__description, .add-new-img__main__col__uploaded__each__description {
  width: 50%;
}
.add-new-img__main__col__uploaded__global__description__title, .add-new-img__main__col__uploaded__each__description__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  margin-bottom: 14px;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__uploaded__global__description__title, .add-new-img__main__col__uploaded__each__description__title {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__global__description__title, .add-new-img__main__col__uploaded__each__description__title {
    margin-bottom: 18px;
  }
}
.add-new-img__main__col__uploaded__global__description__label, .add-new-img__main__col__uploaded__each__description__label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.46);
  margin-bottom: 0.5625rem;
}
.add-new-img__main__col__uploaded__global__description__input, .add-new-img__main__col__uploaded__each__description__input {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 5px 40px 5px 5px;
  background-color: rgb(150, 150, 150);
  border-radius: 4px;
  position: relative;
}
.add-new-img__main__col__uploaded__global__description__input__item, .add-new-img__main__col__uploaded__each__description__input__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px;
  background-color: rgb(39, 39, 39);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-size: 11px;
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__global__description__input__item, .add-new-img__main__col__uploaded__each__description__input__item {
    font-size: 13px;
  }
}
.add-new-img__main__col__uploaded__global__description__input__item i, .add-new-img__main__col__uploaded__each__description__input__item i {
  cursor: pointer;
  opacity: 0.24;
}
.add-new-img__main__col__uploaded__global__description__input__item i:hover, .add-new-img__main__col__uploaded__each__description__input__item i:hover {
  opacity: 1;
}
.add-new-img__main__col__uploaded__global__description__input .search-icon, .add-new-img__main__col__uploaded__each__description__input .search-icon {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
  position: absolute;
  right: 10px;
}
.add-new-img__main__col__uploaded__global {
  background-color: rgb(0, 0, 0);
  margin: 3px;
}
.add-new-img__main__col__uploaded__global__img {
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
}
.add-new-img__main__col__uploaded__each {
  padding: 0 20px 20px 40px;
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__each {
    padding: 0 40px 20px 0;
  }
}
.add-new-img__main__col__uploaded__each__img {
  border-radius: 5px;
  background-image: url("https://images.unsplash.com/photo-1637712191167-6fd8b27f651d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=60");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
}
.add-new-img__main__col__uploaded__wrapper {
  max-height: 260px;
  overflow-y: auto;
  margin: 20px 20px 20px 0;
}
.add-new-img__main__col__uploaded__wrapper::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .add-new-img__main__col__uploaded__wrapper::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .add-new-img__main__col__uploaded__wrapper::-webkit-scrollbar {
    width: 5px;
  }
}
.add-new-img__main__col__uploaded__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.add-new-img__main__col__uploaded__wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
@media (min-width: 1900px) {
  .add-new-img__main__col__uploaded__wrapper {
    max-height: 400px;
  }
}
.add-new-img .dropdown {
  position: relative;
  min-height: 32px;
}
.add-new-img .dropdown .spinner {
  border-radius: 3px;
}
.add-new-img .select2-results__options {
  background-color: rgb(34, 34, 34);
}
.add-new-img .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .add-new-img .select2-results__options::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .add-new-img .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }
}
.add-new-img .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.add-new-img .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.add-new-img .select2-container {
  background: rgb(239, 239, 239);
  max-width: 18.75rem !important;
}
.add-new-img .select2-selection .select2-selection__choice {
  background-color: rgb(65, 65, 65) !important;
  border: none !important;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 3px;
}
.add-new-img .select2-selection .select2-selection__choice .select2-selection__choice__display {
  padding: 5px;
}
.add-new-img .select2-selection .select2-selection__choice__remove {
  border-right: none !important;
  position: static;
  font-size: 22px;
}

.childSidebar {
  height: 100%;
  min-width: 25rem;
  max-width: 30rem;
  width: fit-content;
  background: rgb(10, 10, 10);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 2.9375rem;
  z-index: 101;
}
@media (min-width: 1600px) {
  .childSidebar {
    max-width: 37.5rem;
  }
}
@media (min-width: 1280px) {
  .childSidebar {
    left: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .childSidebar {
    left: 4.375rem;
  }
}
.childSidebar__header {
  margin: 0.78125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.childSidebar__header__title {
  max-width: 21.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.39;
  color: rgb(79, 79, 79);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.childSidebar__header .custom-icon {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  opacity: 0.47;
  cursor: pointer;
}
.childSidebar__header .custom-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.childSidebar.hidden {
  opacity: 0;
}
.childSidebar .toggle-mode {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.625rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.childSidebar .toggle-mode__label {
  margin-right: 0.3125rem;
  line-height: normal;
}
.childSidebar .toggle-mode__checkbox {
  width: 1.25rem;
  height: 1.25rem;
}
.childSidebar .chats-detail__wrapper .chat__container .chat__messages {
  height: calc(100vh - 582px);
}
@media (min-width: 1280px) {
  .childSidebar .chats-detail__wrapper .chat__container .chat__messages {
    height: calc(100vh - 607px);
  }
}
@media (min-width: 1600px) {
  .childSidebar .chats-detail__wrapper .chat__container .chat__messages {
    height: calc(100vh - 629px);
  }
}

.tastes__container {
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
  background-color: rgb(39, 39, 39);
}
.tastes__tabs-wrapper {
  margin-top: 1.125rem;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
}
.tastes__tab {
  background-color: rgb(102, 102, 102);
  padding: 0.5625rem 0.625rem;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.tastes__tab:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(102, 102, 102);
}
.tastes__tab.active {
  background-color: rgb(255, 255, 255);
  color: rgb(102, 102, 102);
}
.tastes__add-new {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(59, 59, 59);
  color: rgb(59, 59, 59);
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 0.625rem;
  align-self: flex-start;
  order: -1;
  cursor: pointer;
}
.tastes__add-new:hover {
  background: rgb(59, 59, 59);
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.tastes__saved-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tastes__saved-actions button {
  color: rgb(0, 0, 0);
}
.tastes__saved-actions button:hover, .tastes__saved-actions button:active, .tastes__saved-actions button:focus {
  background: rgb(43, 81, 143);
  border: none;
  color: rgb(255, 255, 255);
  outline: none;
  box-shadow: none;
}
.tastes__ingredients {
  display: block;
}
.tastes__ingredients .look-ingredients {
  position: unset;
  width: 100%;
}
.tastes__ingredients .ingredient-command {
  position: initial;
}
.tastes__ingredients-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tastes__ingredients-details a {
  font-size: 1.875rem;
}
.tastes__details {
  padding: 0.3125rem;
}
.tastes__details-parent {
  display: block;
  border-bottom: 0.03125rem solid rgb(212, 212, 212);
  padding: 0.3125rem 0rem;
  cursor: initial;
}
.tastes__details-parent .tastes__ingred-wrapper {
  display: flex;
  justify-content: space-between;
}
.tastes__details-parent .tastes__ingred-wrapper i {
  position: relative;
  right: auto;
  cursor: pointer;
}
.tastes__details-parent .tastes__ingred-wrapper .fa-lock {
  color: rgb(79, 79, 79);
  padding: 0;
}
.tastes__details-parent .tastes__ingred-wrapper--child {
  padding-left: 0.3125rem;
}
.tastes__content {
  overflow-y: hidden;
}
.tastes__prompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.89);
}
.tastes__prompt__content {
  width: 34.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0.625rem;
  margin: 0 auto;
  z-index: 5;
  background: rgb(255, 255, 255);
  padding: 3.125rem 1.25rem;
  font-size: 1.375rem;
  color: rgb(70, 70, 70);
}
.tastes__prompt__choice {
  display: flex;
  margin-top: 2.5rem;
}
.tastes__prompt__btn {
  width: 10rem;
  height: 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.625rem;
  border: 0.0625rem solid rgb(204, 204, 204);
  background-color: rgb(239, 239, 239);
  border-radius: 0.375rem;
  margin: 0 0.625rem;
  cursor: pointer;
}
.tastes__prompt__btn:hover {
  background: rgb(204, 204, 204);
}
.tastes__prompt__back {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.tastes__load-more {
  background-color: rgb(102, 102, 102);
  padding: 0.5625rem 0.625rem;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.tastes__load-more:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(102, 102, 102);
}
.tastes .spinner {
  z-index: 1000;
}

.tastes-side-menu {
  overflow: auto;
  height: 100vh;
  scrollbar-width: none;
}
.tastes-side-menu::-webkit-scrollbar {
  display: none;
}

.action-wrapper {
  position: relative;
}

.popUp .tastes__container {
  width: 25.3125rem;
  height: calc(100vh - 160px);
}
@media (min-width: 1280px) {
  .popUp .tastes__container {
    height: calc(100vh - 181px);
  }
}
@media (min-width: 1600px) {
  .popUp .tastes__container {
    height: calc(100vh - 213px);
  }
}
.popUp .tastes__container .tastes-inactive__container {
  padding-bottom: 34.375rem;
}

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

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.tastes-snapshots__title {
  text-align: center;
}
.tastes-snapshots__container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.tastes-snapshots__item {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.tastes-snapshots__item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03px;
  margin-bottom: 6px;
}
.tastes-snapshots__item__top .taste-id {
  font-size: 8px;
  color: rgba(79, 79, 79, 0.47);
}
.tastes-snapshots__item__top .taste-id__label {
  color: #4f4f4f;
  margin-right: 7px;
}
.tastes-snapshots__item__top .taste-label {
  padding: 4px 10px;
  background-color: rgba(165, 165, 165, 0.29);
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 7px;
}
.tastes-snapshots__item__top .taste-label {
  font-size: 10px;
}
.tastes-snapshots__item__top .taste-id {
  font-size: 12px;
}
.tastes-snapshots__item__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06px;
  margin-bottom: 4px;
}
.tastes-snapshots__item__progress .progress-bar-background {
  width: 100%;
  background: rgb(248, 248, 248);
  height: 10px;
  border-radius: 1px;
  margin-top: 1px;
  background: rgb(230, 230, 230);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 6px;
}
.tastes-snapshots__item__progress .progress-bar-background .progress-bar {
  background: rgb(77, 190, 218);
  box-shadow: none;
}
.tastes-snapshots__item__progress .progress-bar-background .progress-bar {
  border-radius: 10px;
  background: rgb(72, 77, 77);
}
.tastes-snapshots__item__actions {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}
.tastes-snapshots__item__actions .taste-action {
  text-decoration: underline;
  cursor: pointer;
}
.tastes-snapshots__item__actions .taste-action:hover {
  color: rgb(51, 122, 183);
}
.tastes-snapshots__item__actions .action-edit, .tastes-snapshots__item__actions .action-cancel {
  width: 25px;
}
.tastes-snapshots__item .taste-edit-form {
  display: flex;
  margin-top: 5px;
}
.tastes-snapshots__item .taste-edit-form input {
  width: 100%;
  background: rgb(71, 58, 58);
  color: rgb(255, 255, 255);
  outline: none;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.tastes-snapshots__details-wrapper {
  display: flex;
  flex-direction: column;
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.tastes-shared__title {
  text-align: center;
}
.tastes-shared__container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.tastes-shared__item {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tastes-shared__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tastes-shared__item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03px;
  margin-bottom: 6px;
}
.tastes-shared__item__top .taste-id {
  font-size: 8px;
  color: rgba(79, 79, 79, 0.47);
}
.tastes-shared__item__top .taste-id__label {
  color: #4f4f4f;
  margin-right: 7px;
}
.tastes-shared__item__top .taste-label {
  padding: 4px 10px;
  background-color: rgba(165, 165, 165, 0.29);
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 7px;
}
.tastes-shared__item__top .taste-label {
  font-size: 10px;
}
.tastes-shared__item__top .taste-id {
  font-size: 12px;
}
.tastes-shared__item__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06px;
  margin-bottom: 4px;
}
.tastes-shared__item__progress .progress-bar-background {
  width: 100%;
  background: rgb(248, 248, 248);
  height: 10px;
  border-radius: 1px;
  margin-top: 1px;
  background: rgb(230, 230, 230);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 6px;
}
.tastes-shared__item__progress .progress-bar-background .progress-bar {
  background: rgb(77, 190, 218);
  box-shadow: none;
}
.tastes-shared__item__progress .progress-bar-background .progress-bar {
  border-radius: 10px;
  background: rgb(72, 77, 77);
}
.tastes-shared__item__actions {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}
.tastes-shared__item__actions .taste-action {
  text-decoration: underline;
  cursor: pointer;
}
.tastes-shared__item__actions .taste-action:hover {
  color: rgb(51, 122, 183);
}
.tastes-shared__item__actions .action-edit, .tastes-shared__item__actions .action-cancel {
  width: 25px;
}
.tastes-shared__item .taste-edit-form {
  display: flex;
  margin-top: 5px;
}
.tastes-shared__item .taste-edit-form input {
  width: 100%;
  background: rgb(71, 58, 58);
  color: rgb(255, 255, 255);
  outline: none;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.tastes-shared__details-wrapper {
  display: flex;
  flex-direction: column;
}

.tastes-inactive__title {
  text-align: center;
}
.tastes-inactive__container {
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 100vh;
  flex-grow: 2;
  padding-bottom: 25rem;
  padding-right: 0.4375rem;
  margin-bottom: auto;
  position: relative;
}
.tastes-inactive__item {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 0.625rem;
}
.tastes-inactive__item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03px;
  margin-bottom: 6px;
}
.tastes-inactive__item__top .taste-id {
  font-size: 8px;
  color: rgba(79, 79, 79, 0.47);
}
.tastes-inactive__item__top .taste-id__label {
  color: #4f4f4f;
  margin-right: 7px;
}
.tastes-inactive__item__top .taste-label {
  padding: 4px 10px;
  background-color: rgba(165, 165, 165, 0.29);
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 7px;
}
.tastes-inactive__item__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06px;
  margin-bottom: 4px;
}
.tastes-inactive__item__subtitle {
  font-size: 0.5625rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.tastes-inactive__item__progress .progress-bar-background {
  width: 100%;
  background: rgb(248, 248, 248);
  height: 10px;
  border-radius: 1px;
  margin-top: 1px;
  background: rgb(230, 230, 230);
  border-radius: 0.625rem;
  margin-top: 0.625rem;
  margin-bottom: 0.4375rem;
  height: 0.375rem;
}
.tastes-inactive__item__progress .progress-bar-background .progress-bar {
  background: rgb(77, 190, 218);
  box-shadow: none;
}
.tastes-inactive__item__progress .progress-bar-background .progress-bar {
  border-radius: 0.625rem;
  background: rgb(72, 77, 77);
}
.tastes-inactive__item__actions {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  font-size: 0.5rem;
}
.tastes-inactive__item__actions .taste-action {
  text-decoration: underline;
  cursor: pointer;
}
.tastes-inactive__item__actions .taste-action:hover {
  color: rgb(51, 122, 183);
}
.tastes-inactive__item__actions .action-edit, .tastes-inactive__item__actions .action-cancel {
  width: 25px;
}
.tastes-inactive__item .taste-edit-form {
  display: flex;
  margin-top: 5px;
}
.tastes-inactive__item .taste-edit-form input {
  width: 100%;
  background: rgb(71, 58, 58);
  color: rgb(255, 255, 255);
  outline: none;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.tastes-inactive__details-wrapper {
  display: flex;
  flex-direction: column;
}

.tastes-active {
  width: 100%;
}
.tastes-active__container {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 10px;
  border-radius: 4px;
  padding: 0.75rem 1.0625rem;
}
.tastes-active__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03px;
  margin-bottom: 6px;
}
.tastes-active__top .taste-id {
  font-size: 8px;
  color: rgba(79, 79, 79, 0.47);
}
.tastes-active__top .taste-id__label {
  color: #4f4f4f;
  margin-right: 7px;
}
.tastes-active__top .taste-label {
  padding: 4px 10px;
  background-color: rgba(165, 165, 165, 0.29);
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 7px;
}
.tastes-active__top .taste-id {
  font-size: 0.625rem;
}
.tastes-active__top .taste-label {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
}
.tastes-active__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06px;
  margin-bottom: 4px;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 19.8125rem;
}
.tastes-active__progress .progress-percent {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.tastes-active__progress .progress-bar-background {
  width: 100%;
  background: rgb(248, 248, 248);
  height: 10px;
  border-radius: 1px;
  margin-top: 1px;
  background: rgb(230, 230, 230);
  border-radius: 0.625rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.tastes-active__progress .progress-bar-background .progress-bar {
  background: rgb(77, 190, 218);
  box-shadow: none;
}
.tastes-active__progress .progress-bar-background .progress-bar {
  border-radius: 0.625rem;
  background: rgb(40, 167, 69);
  height: 100%;
}
.tastes-active__actions {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}
.tastes-active__actions .taste-action {
  text-decoration: underline;
  cursor: pointer;
}
.tastes-active__actions .taste-action:hover {
  color: rgb(51, 122, 183);
}
.tastes-active__actions .action-edit, .tastes-active__actions .action-cancel {
  width: 25px;
}
.tastes-active__details-wrapper {
  display: flex;
  flex-direction: column;
}
.tastes-active .taste-edit-form {
  display: flex;
  margin-top: 5px;
}
.tastes-active .taste-edit-form input {
  width: 100%;
  background: rgb(71, 58, 58);
  color: rgb(255, 255, 255);
  outline: none;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}

.cpsNames {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  margin-bottom: 0.5rem;
  padding-right: 0.75rem;
}
.cpsNames__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.5;
  background: rgb(16, 16, 16);
  border-radius: 0.4375rem;
  padding: 0.5625rem 0.625rem;
  width: 100%;
  cursor: pointer;
}
.cpsNames__item:not(:last-child) {
  margin-right: 0.25rem;
}
@media (min-width: 1600px) {
  .cpsNames__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.cpsNames__item__title {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
}
.cpsNames__item__text {
  margin-top: 0.4375rem;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}
.cpsNames__item__dropdown {
  width: 100%;
}
.cpsNames__item.active {
  opacity: 1;
}
.cpsNames__item:hover {
  opacity: 1;
}
.cpsNames__item:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpsNames__item:first-child .cpsNames__item__title {
  align-self: flex-start;
  padding-left: 0.5rem;
  max-width: 21.875rem;
}
.cpsNames__item .select2-selection {
  border: none !important;
  max-width: 22.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpsNames__item .select2-selection__rendered {
  background: transparent !important;
}

.blockItem {
  height: 15.625rem;
  width: 26.25rem;
  border-radius: 0.5625rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .blockItem {
    height: 18.9375rem;
    width: 30.8125rem;
    margin-bottom: 1.0625rem;
  }
}
.blockItem__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-self: flex-end;
  padding-top: 0.3125rem;
}
.blockItem__icons .directions-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.blockItem__icons i {
  cursor: pointer;
  margin: 0.25rem;
  opacity: 0.8;
}
.blockItem__icons i:hover {
  opacity: 1;
}
.blockItem__bottom-bar {
  display: flex;
  justify-content: space-between;
  background: rgb(16, 16, 16);
  width: 100%;
}
.blockItem__bottom-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blockItem__bottom-bar__item {
  text-align: center;
  background: rgb(16, 16, 16);
  padding: 0.625rem 0.125rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  width: auto;
}
.blockItem__bottom-bar__item__chat {
  position: relative;
}
.blockItem__bottom-bar__item--mark {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.blockItem__bottom-bar__item--mark i {
  cursor: pointer;
  margin-left: 0.25rem;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.blockItem__bottom-bar__item--mark i:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.blockItem__bottom-bar__item--mark .mirror-block__chat__dot {
  right: -0.125rem;
  left: auto;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media (min-width: 1600px) {
  .blockItem__bottom-bar__item {
    padding: 1.125rem 0.5625rem;
  }
}
.blockItem__bottom-bar__item .voted-up {
  filter: invert(26%) sepia(68%) saturate(2355%) hue-rotate(98deg) brightness(93%) contrast(103%);
}
.blockItem__bottom-bar__item .voted-down {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.blockParentItem {
  width: 26.25rem;
  border-radius: 0.5625rem;
  background-size: cover;
  background-position: center;
  overflow: visible;
  margin-bottom: 0.8125rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1600px) {
  .blockParentItem {
    width: 30.8125rem;
    margin-bottom: 1.0625rem;
  }
}
.blockParentItem__top-container {
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 0.4375rem;
  display: flex;
  min-height: 4.375rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 1280px) {
  .blockParentItem__top-container {
    min-height: 5rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .blockParentItem__top-container {
    min-height: 5.625rem;
    padding: 1.0625rem;
  }
}
.blockParentItem__top-container__left-side {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blockParentItem__top-container__left-side__top-div__first-title {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .blockParentItem__top-container__left-side__top-div__first-title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .blockParentItem__top-container__left-side__top-div__first-title {
    font-size: 0.9375rem;
  }
}
.blockParentItem__top-container__left-side__top-div__second-title {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(128, 128, 128);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .blockParentItem__top-container__left-side__top-div__second-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .blockParentItem__top-container__left-side__top-div__second-title {
    font-size: 1.5625rem;
  }
}
.blockParentItem__top-container__left-side__top-div__third-title {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .blockParentItem__top-container__left-side__top-div__third-title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .blockParentItem__top-container__left-side__top-div__third-title {
    font-size: 0.9375rem;
  }
}
.blockParentItem__top-container__left-side__bottom-div__text {
  font-size: 0.5625rem;
  margin-bottom: 0.625rem;
  color: rgba(79, 79, 79, 0.67);
}
.blockParentItem__top-container__left-side__bottom-div__icons {
  display: flex;
  align-items: center;
}
.blockParentItem__top-container__left-side__bottom-div__icons i {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  background-size: contain;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.3125rem;
}
.blockParentItem__top-container__left-side__bottom-div__icons .number {
  font-size: 0.625rem;
  margin-right: 0.3125rem;
}
.blockParentItem__top-container__right-side {
  width: 40%;
}
.blockParentItem__top-container__right-side__top-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.blockParentItem__top-container__right-side__top-div i {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  background-size: contain;
  margin-right: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
}
.blockParentItem__top-container__right-side__tastes-active {
  width: 100%;
}
.blockParentItem__top-container__right-side__tastes-active__container {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  color: rgb(79, 79, 79);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 0.625rem;
  border: solid rgba(79, 79, 79, 0.2);
}
.blockParentItem__top-container__right-side__tastes-active__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.03px;
  margin-bottom: 6px;
  margin-bottom: 0;
}
.blockParentItem__top-container__right-side__tastes-active__top .taste-id {
  font-size: 8px;
  color: rgba(79, 79, 79, 0.47);
}
.blockParentItem__top-container__right-side__tastes-active__top .taste-id__label {
  color: #4f4f4f;
  margin-right: 7px;
}
.blockParentItem__top-container__right-side__tastes-active__top .taste-label {
  padding: 4px 10px;
  background-color: rgba(165, 165, 165, 0.29);
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 7px;
}
.blockParentItem__top-container__right-side__tastes-active__top .taste-id {
  font-size: 0.625rem;
}
.blockParentItem__top-container__right-side__tastes-active__top .taste-label {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
}
.blockParentItem__top-container__right-side__tastes-active__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blockParentItem__top-container__right-side__tastes-active__name .name {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.06px;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
}
.blockParentItem__top-container__right-side__tastes-active__name .progress-percent {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(79, 79, 79, 0.47);
}
.blockParentItem__top-container__right-side__tastes-active__progress .progress-bar-background {
  width: 100%;
  background: #f8f8f8;
  height: 0.25rem;
  border-radius: 0.0625rem;
  margin-top: 0.0625rem;
  background: #e6e6e6;
  border-radius: 0.625rem;
}
.blockParentItem__top-container__right-side__tastes-active__progress .progress-bar-background .progress-bar {
  border-radius: 0.625rem;
  background: rgb(65, 185, 28);
  height: 100%;
}
.blockParentItem__top-container__right-side__bottom-div .title {
  margin-bottom: 0.3125rem;
  white-space: nowrap;
  color: rgba(79, 79, 79, 0.67);
  font-size: 0.625rem;
  font-weight: bold;
}
.blockParentItem__top-container__right-side__bottom-div .shared {
  display: flex;
}
.blockParentItem__top-container__right-side__bottom-div .shared__user {
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  max-width: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: bold;
  color: rgb(170, 170, 170);
  background-color: rgb(234, 234, 234);
  border-radius: 50%;
  margin-right: 0.375rem;
}
@media (min-width: 1600px) {
  .blockParentItem__top-container__right-side__bottom-div .shared__user {
    width: 2.5625rem;
    height: 2.5625rem;
    min-width: 2.5625rem;
    max-width: 2.5625rem;
    font-size: 1rem;
  }
}
.blockParentItem__bottom-bar {
  display: flex;
  justify-content: space-between;
  background: rgb(16, 16, 16);
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
}
.blockParentItem__bottom-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blockParentItem__bottom-bar__item {
  text-align: center;
  background: rgb(16, 16, 16);
  padding: 0.625rem 0.375rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  width: auto;
  border-radius: 0 0 0.5rem 0.5rem;
}
.blockParentItem__bottom-bar__item__chat {
  position: relative;
}
.blockParentItem__bottom-bar__item--mark {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .blockParentItem__bottom-bar__item--mark {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .blockParentItem__bottom-bar__item--mark {
    font-size: 0.75rem;
  }
}
.blockParentItem__bottom-bar__item--mark i {
  cursor: pointer;
  margin: 0 0.25rem;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.blockParentItem__bottom-bar__item--mark i:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.blockParentItem__bottom-bar__item--mark .mirror-block__chat__dot {
  right: -0.125rem;
  left: auto;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media (min-width: 1600px) {
  .blockParentItem__bottom-bar__item {
    padding: 1.125rem 0.5625rem;
  }
}
.blockParentItem__bottom-bar__item .voted-up {
  filter: invert(26%) sepia(68%) saturate(2355%) hue-rotate(98deg) brightness(93%) contrast(103%);
}
.blockParentItem__bottom-bar__item .voted-down {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.notificationCenter {
  overflow-y: scroll;
  z-index: 10;
  scrollbar-width: none;
  display: flex;
  align-items: flex-end;
  border-radius: 0 0 0.3125rem 0.3125rem;
  position: relative;
}
.notificationCenter::-webkit-scrollbar {
  display: none;
}
.notificationCenter__container {
  width: 25rem;
  background: rgb(39, 39, 39);
  padding: 0 1.5625rem 0.9375rem;
  height: calc(100vh - 162px);
}
@media (min-width: 1280px) {
  .notificationCenter__container {
    height: calc(100vh - 186px);
  }
}
@media (min-width: 1600px) {
  .notificationCenter__container {
    height: calc(100vh - 216px);
  }
}
.notificationCenter__product-maker__description, .notificationCenter__product-maker__drag {
  width: 16.25rem;
  height: 11.3125rem;
  margin: 0 auto;
  padding: 1.6875rem 0.25rem 2.5rem 0.75rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.41);
}
.notificationCenter__product-maker__drag {
  margin-bottom: 7.25rem;
  text-shadow: 0 0.1875rem 0.375rem rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  background-color: rgb(98, 0, 236);
}
.notificationCenter__messages {
  margin-top: 1.25rem;
}
.notificationCenter__messages__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.notificationCenter__messages__body .message-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
  padding: 1.125rem 1.5625rem;
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  background-color: rgb(46, 46, 46);
  position: relative;
}
.notificationCenter__messages__body .message-box__text::first-letter {
  text-transform: uppercase;
}
.notificationCenter__messages__body .message-box a {
  color: rgba(255, 255, 255, 0.4);
}
.notificationCenter__messages__body .message-box a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.notificationCenter__messages__body .message-close i {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.notificationCenter__messages__body .message-close i:hover {
  opacity: 0.8;
}
.notificationCenter__messages__body .message__view-all {
  height: 1.875rem;
  width: 100%;
  padding: 0.3125rem;
  opacity: 0.24;
  background-color: rgb(36, 36, 36);
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.notificationCenter__messages__body .message__view-all:hover {
  opacity: 1;
}
.notificationCenter__messages__body .message__view-all:active {
  transform: scale(0.95);
}
.notificationCenter__messages__title {
  margin-left: 0;
  font-size: 0.8125rem;
  margin: 0 0 1.25rem 0;
  opacity: 0.26;
  text-transform: uppercase;
}
.notificationCenter__messages__close-all, .notificationCenter__messages__empty {
  text-align: center;
  padding-bottom: 1.25rem;
}
.notificationCenter__messages__close-all {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
}
.notificationCenter__messages__close-all:hover {
  color: rgba(255, 255, 255, 0.9);
}
.notificationCenter__votes {
  margin-top: 1.25rem;
}
.notificationCenter__votes__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-transform: uppercase;
}
.notificationCenter__votes__sort {
  font-size: 0.5625rem;
  margin-left: 0.625rem;
  opacity: 0.49;
  cursor: pointer;
}
.notificationCenter__votes__sort.active {
  opacity: 1;
}
.notificationCenter .view-all-btn {
  height: 1.875rem;
  width: 100%;
  padding: 0.3125rem;
  opacity: 0.24;
  background-color: rgb(36, 36, 36);
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-transform: uppercase;
}
.notificationCenter .view-all-btn:hover {
  opacity: 1;
}
.notificationCenter .view-all-btn:active {
  transform: scale(0.95);
}
.notificationCenter__chats {
  margin-top: 1.25rem;
}
.notificationCenter__favorites {
  margin-top: 1.25rem;
}
.notificationCenter h3 {
  margin-left: 0;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  opacity: 0.26;
  text-transform: uppercase;
}
.notificationCenter .chat-box {
  display: flex;
  height: 3.25rem;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
  background-color: rgb(46, 46, 46);
}
.notificationCenter .chat-box__info, .notificationCenter .chat-box__likes {
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
}
.notificationCenter .chat-box__info {
  font-size: 0.75rem;
}
.notificationCenter .chat-box__thumbsup, .notificationCenter .chat-box__thumbsdown {
  color: rgb(112, 112, 112);
  display: flex;
  gap: 0.3125rem;
}
.notificationCenter .chat-box__thumbsup i, .notificationCenter .chat-box__thumbsdown i {
  width: 0.875rem;
  height: 0.875rem;
}
.notificationCenter .chat-box__thumbsup.active, .notificationCenter .chat-box__thumbsdown.active {
  color: rgb(255, 255, 255);
}
.notificationCenter .chat-box__likes {
  margin-left: auto;
}
.notificationCenter .chat-box__likes i {
  cursor: pointer;
}
.notificationCenter .chat-box__time {
  opacity: 0.63;
}
.notificationCenter .chat-box__img {
  width: 5rem;
  height: 100%;
}
.notificationCenter .chat-box__img img {
  width: 100%;
  height: 100%;
}
.notificationCenter .notificationCenter-count {
  color: rgb(0, 0, 0);
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.notification-bubble {
  position: relative;
  background: rgb(70, 70, 70);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  display: grid;
  align-items: center;
  justify-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .notification-bubble {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .notification-bubble {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}
.notification-bubble i {
  font-size: 1.625rem;
}

.modal-window {
  background-color: rgba(0, 0, 0, 0.89);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-window__body__close-btn {
  position: relative;
  font-size: 1.875rem;
  cursor: pointer;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.modal-window__body__close-btn .close-icon {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.modal-window__body__close-btn .close-icon:hover {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}
.modal-window__body__content {
  display: flex;
  height: fit-content;
  max-height: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.create-search {
  display: flex;
  align-items: stretch;
  height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
  overflow-y: auto;
}
.create-search::-webkit-scrollbar {
  width: 0.625rem;
}
.create-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgb(82, 82, 82);
}
.create-search::-webkit-scrollbar-thumb {
  background-color: rgb(82, 82, 82);
}
.create-search__title {
  display: flex;
  margin: 0.3125rem 0.375rem;
  padding-top: 0.125rem;
  color: rgb(112, 112, 112);
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: grab;
}
.create-search__container {
  flex: 1 0 auto;
  width: 100%;
  background: rgb(59, 59, 59);
  background: #0e0e0e;
}
.create-search__top-bar {
  position: fixed;
  top: 0;
  left: 70px;
  right: 0;
  background-color: #0e0e0e;
  z-index: 90;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0.3125rem;
  max-height: 4.375rem;
}
.create-search__top-bar__project__nav {
  display: flex;
  align-items: center;
}
.create-search__top-bar__project__nav__info {
  display: flex;
  flex-direction: column;
  opacity: 0.64;
  font-size: 1.0625rem;
}
.create-search__top-bar__project__nav__info .project-name {
  font-size: 1.6875rem;
  margin-top: 0.25rem;
}
.create-search__top-bar__mode__nav {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.create-search__top-bar__mode__nav--basic {
  margin-right: 2.6875rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.32;
  text-align: left;
  opacity: 0.43;
  cursor: pointer;
}
.create-search__top-bar__mode__nav--basic:hover {
  opacity: 0.8;
}
.create-search__top-bar__mode__nav .active {
  opacity: 1;
}
.create-search__basic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-top: 5rem;
  margin: 1.875rem auto 1.25rem auto;
  max-width: 82.5rem;
  text-align: center;
}
@media (min-width: 1600px) {
  .create-search__basic {
    margin: 0 auto 0.625rem auto;
  }
}
@media (min-width: 1900px) {
  .create-search__basic {
    margin: 0 auto 1.25rem auto;
  }
}
.create-search__basic__container {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  width: 95%;
}
.create-search__basic__container__search-name {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  opacity: 0.27;
  font-family: HelveticaNeue;
  font-family: "Cinzel", serif;
  font-size: 3.3125rem;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border: none;
  transition: color 0.2s ease;
  color: rgb(245, 249, 231);
  padding: 0;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.create-search__basic__container__search-name:focus {
  outline: none;
  text-decoration: none;
  text-underline-offset: 0.3125rem;
  color: white;
}
.create-search__basic__container__search-name:focus:placeholder {
  color: white;
}
.create-search__basic__container__search-name, .create-search__basic__container__search-name::placeholder {
  text-align: center;
}
.create-search__basic__container__search-name:focus, .create-search__basic__container__search-name::placeholder:focus {
  color: white;
}
.create-search__basic__ingredients-settings {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin-top: 40px;
}
.create-search__basic__ingredients-settings__line {
  display: flex;
  align-items: center;
  width: 32vw;
}
.create-search__basic__ingredients-settings__line hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2e2e2e;
  margin: 0 0.625rem;
  width: 100%;
}
.create-search__basic__form {
  margin-top: 1.875rem;
  display: flexbox;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.create-search__basic__form__container {
  display: grid;
  grid-column-gap: 0.625rem;
  grid-auto-columns: 1fr;
  margin: 0 auto;
  /* background-color: $gray-dark-10; */
  grid-template-columns: repeat(3, 1fr);
}
.create-search__basic__form__container__column {
  padding-top: 1.25rem;
  background-color: inherit;
  border: none;
}
.create-search__basic__form__container__add {
  margin-top: 0.25rem;
  background-color: rgb(34, 34, 34);
  opacity: 0.17;
}
.create-search__basic__form__container__add-btn {
  background: none;
  padding: 0.3125rem;
}
.create-search__basic__form__container__item {
  position: relative;
  margin-top: 0.625rem;
  background-color: inherit;
}
.create-search__basic__form__container__item__dropdown {
  font-size: x-small !important;
  margin-top: 0.5rem !important;
}
@media (min-width: 1280px) {
  .create-search__basic__form__container__item__dropdown.input--black {
    min-height: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .create-search__basic__form__container__item__dropdown.input--black {
    margin-top: 1.125rem !important;
  }
}
.create-search__basic__form__container__item__dropdown .select2-selection__choice {
  padding: 0.125rem !important;
  margin-bottom: 0.625rem !important;
}
.create-search__basic__form__container label, .create-search__basic__form__container__titles label {
  display: flexbox;
  justify-content: space-between;
  font-size: 0.8125rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.21);
}
.create-search__basic__form__container label.active, .create-search__basic__form__container__titles label.active {
  color: rgba(255, 255, 255, 0.41);
}
.create-search__basic__form__container label.active:hover, .create-search__basic__form__container__titles label.active:hover {
  color: rgba(255, 255, 255, 0.61);
}
.create-search__basic__form__container label, .create-search__basic__form__container__titles label.active, .create-search__basic__form__container__titles label {
  cursor: pointer;
  transition: color 0.2s ease;
}
.create-search__basic__form__container label:hover, .create-search__basic__form__container__titles label.active:hover, .create-search__basic__form__container__titles label:hover {
  color: rgba(255, 255, 255, 0.61);
}
.create-search__basic__form__container__input {
  width: 100%;
  font-size: x-small !important;
  margin-top: 0.5rem !important;
}
@media (min-width: 1280px) {
  .create-search__basic__form__container__input {
    min-height: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .create-search__basic__form__container__input {
    margin-top: 1.125rem !important;
  }
}
.create-search__basic__color {
  display: flexbox;
  flex-direction: column;
  align-self: flex-end;
}
.create-search__basic__color__opacity {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem;
  margin-top: 0.625rem;
  background: rgb(43, 43, 43);
  border-radius: 0.375rem;
  color: rgb(143, 143, 143);
}
.create-search__basic__color__opacity__input {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  margin: 0 1.25rem;
}
.create-search__basic__color__opacity__input:focus {
  outline: none;
}
.create-search__basic__color__opacity__input::-webkit-slider-runnable-track {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__opacity__input::-webkit-slider-thumb {
  margin-top: -2px;
  width: 2.625rem;
  height: 1.375rem;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.create-search__basic__color__opacity__input:focus::-webkit-slider-runnable-track {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.create-search__basic__color__opacity__input::-moz-range-track {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__opacity__input::-moz-range-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.create-search__basic__color__opacity__input::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__opacity__input::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.create-search__basic__color__opacity__input::-ms-fill-upper {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.create-search__basic__color__opacity__input::-ms-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.create-search__basic__color__opacity__input:focus::-ms-fill-lower {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.create-search__basic__color__opacity__input:focus::-ms-fill-upper {
  background: rgb(29, 29, 29);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .create-search__basic__color__opacity__input {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .create-search__basic__color__opacity__input {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.create-search__basic__color__types {
  display: flex;
  justify-content: space-between;
  margin: 0.9375rem 0;
}
.create-search__basic__color__types__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgb(43, 43, 43);
  padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: rgb(143, 143, 143);
  width: 19%;
}
.create-search__basic__color__types__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-search__basic__color__types__value__input {
  display: flexbox;
  background: transparent;
  outline: none;
  border: 0.0625rem solid transparent;
  color: rgb(143, 143, 143);
  width: 100%;
  margin-right: auto;
  padding: 0.3125rem;
  border-radius: 0.375rem;
}
.create-search__basic__color__types__value__input:focus {
  border: 0.0625rem solid rgb(255, 255, 255);
}
.create-search__basic__color__types__title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.26);
}
.create-search__basic__color__types .custom-icon {
  filter: invert(41%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(94%) contrast(95%);
  cursor: pointer;
}
.create-search__basic__color__types .custom-icon:hover {
  opacity: 0.5;
}
.create-search__basic__color__hue {
  order: -1;
  width: 100%;
}
.create-search__basic__color__hue__input {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625rem;
}
.create-search__basic__color__hue__input:focus {
  outline: none;
}
.create-search__basic__color__hue__input::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__hue__input::-webkit-slider-thumb {
  margin-top: -2px;
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.create-search__basic__color__hue__input:focus::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.create-search__basic__color__hue__input::-moz-range-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__hue__input::-moz-range-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.create-search__basic__color__hue__input::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.create-search__basic__color__hue__input::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.create-search__basic__color__hue__input::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.create-search__basic__color__hue__input::-ms-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.create-search__basic__color__hue__input:focus::-ms-fill-lower {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.create-search__basic__color__hue__input:focus::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .create-search__basic__color__hue__input {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .create-search__basic__color__hue__input {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.create-search__basic__color__hue__input::-webkit-slider-thumb {
  height: 1.5625rem;
  width: 1.625rem;
  border-radius: 15px;
  background: transparent;
  border: 0.1875rem solid rgb(255, 255, 255);
}
.create-search__basic__color__hue__input::-moz-range-thumb {
  border: 0.1875rem solid rgb(255, 255, 255);
}
.create-search__basic__color__hue__input::-ms-thumb {
  border: 0.1875rem solid rgb(255, 255, 255);
}
.create-search__basic__color .pcr-custom {
  width: 100% !important;
  height: 10.3125rem !important;
  padding: 0.3125rem !important;
  position: initial;
  width: 100%;
  padding: 0.9375rem !important;
  border-radius: 0.375rem;
  order: -1;
  background: rgb(43, 43, 43);
  z-index: auto;
}
.create-search__basic__color .pcr-custom .pcr-selection {
  height: 7.8125rem !important;
}
.create-search__basic__color .pcr-custom .pcr-swatches,
.create-search__basic__color .pcr-custom .pcr-interaction,
.create-search__basic__color .pcr-custom .pcr-color-preview > button {
  display: none;
}
.create-search__basic__color .pcr-custom .pcr-swatches,
.create-search__basic__color .pcr-custom .pcr-interaction,
.create-search__basic__color .pcr-custom .pcr-color-preview {
  width: 20% !important;
  margin-right: 0 !important;
}
.create-search__basic__color .pcr-custom .pcr-swatches button,
.create-search__basic__color .pcr-custom .pcr-interaction button,
.create-search__basic__color .pcr-custom .pcr-color-preview button {
  display: none;
}
.create-search__basic__color .pcr-custom .pcr-current-color {
  height: 100% !important;
}
.create-search__basic__color .pcr-custom .pcr-color-palette {
  height: 100% !important;
}
.create-search__basic__color .pcr-custom .pcr-slider {
  width: 0.9375rem !important;
}
.create-search__basic__color .pickr {
  display: none;
}
.create-search .sortable-ghost {
  background-color: blue;
  opacity: 0;
}
.create-search .sortable-drag {
  opacity: 1;
  border: 1px solid 0;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto !important;
}

.profile-nav {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  background: rgb(47, 47, 47);
  padding: 1rem 2.5rem 0.8125rem 1.5625rem;
  border-radius: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .profile-nav {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .profile-nav {
    font-size: 1rem;
  }
}
.profile-nav__views {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  list-style: none;
}
@media (min-width: 1280px) {
  .profile-nav__views {
    gap: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .profile-nav__views {
    gap: 3.625rem;
  }
}
.profile-nav__views:first-child {
  margin-right: 0.625rem;
}
.profile-nav__views li {
  cursor: pointer;
  color: rgb(112, 112, 112);
}
.profile-nav__views li:hover {
  color: rgb(159, 159, 159);
}
.profile-nav__views li.active {
  color: rgb(255, 255, 255);
}
.profile-nav__log-in {
  color: rgb(255, 255, 255);
}

.profile-nav__log-out,
.profile-nav__log-in {
  color: rgb(112, 112, 112);
  cursor: pointer;
}
.profile-nav__log-out:hover,
.profile-nav__log-in:hover {
  color: rgb(255, 255, 255);
}

.profile-view {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 1.25rem 3.125rem;
  background: rgb(59, 59, 59);
  position: relative;
}
@media (min-width: 1280px) {
  .profile-view {
    padding: 0.9375rem 1.5625rem 3.125rem;
  }
}
@media (min-width: 1600px) {
  .profile-view {
    padding: 0.9375rem 2.1875rem 3.125rem;
  }
}
.profile-view__header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .profile-view__header__nav {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__nav {
    font-size: 0.8125rem;
  }
}
.profile-view__header__nav__views {
  display: flex;
  list-style: none;
  padding: 0;
}
.profile-view__header__nav__views li {
  margin-right: 1.5625rem;
  color: rgba(255, 255, 255, 0.46);
  cursor: pointer;
}
@media (min-width: 1280px) {
  .profile-view__header__nav__views li {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__nav__views li {
    margin-right: 2.5rem;
  }
}
.profile-view__header__nav__views li:hover {
  color: white;
}
.profile-view__header__nav__views li.active {
  color: white;
}
.profile-view__header__nav__assets {
  margin-right: 1.5625rem;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .profile-view__header__nav__assets {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__nav__assets {
    margin-right: 2.5rem;
  }
}
.profile-view__header__nav__assets:hover {
  opacity: 0.5;
}
.profile-view__header__looks {
  margin-top: 1.5625rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-align: right;
}
@media (min-width: 1280px) {
  .profile-view__header__looks {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__looks {
    margin-top: 3.4375rem;
  }
}
.profile-view__header__looks .looks-title {
  font-size: 0.625rem;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .profile-view__header__looks .looks-title {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__looks .looks-title {
    font-size: 0.9375rem;
  }
}
.profile-view__header__looks .ganarated-value {
  font-size: 1.25rem;
  color: rgb(170, 170, 170);
}
@media (min-width: 1280px) {
  .profile-view__header__looks .ganarated-value {
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__looks .ganarated-value {
    font-size: 2.125rem;
  }
}
.profile-view__header__title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.profile-view__header__titles .profile-view__agency {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .profile-view__header__titles .profile-view__agency {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__titles .profile-view__agency {
    font-size: 1.375rem;
  }
}
.profile-view__header__titles .profile-view__greetings {
  font-size: 1.875rem;
  font-weight: 100;
  letter-spacing: 0.01125rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 1280px) {
  .profile-view__header__titles .profile-view__greetings {
    font-size: 2.375rem;
  }
}
@media (min-width: 1600px) {
  .profile-view__header__titles .profile-view__greetings {
    font-size: 2.875rem;
  }
}
.profile-view__body {
  margin-top: 0.6875rem;
  background: rgb(255, 255, 255);
  border-radius: 0.625rem;
  border: solid 0.0625rem rgb(112, 112, 112);
}
.profile-view__body-message {
  display: flex;
  justify-content: center;
  margin: 2.5rem;
  color: rgb(112, 112, 112);
}

.profilePadding:first-child {
  padding-bottom: 0.625rem;
}
.profilePadding:last-child {
  padding-bottom: 0;
}

.accountProfile {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .accountProfile {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.accountProfile__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accountProfile__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .accountProfile__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .accountProfile__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__header__title {
    font-size: 2.0625rem;
  }
}
.accountProfile__header__confirm-email {
  background-color: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(7, 189, 232);
  border-radius: 0.625rem;
  color: rgb(112, 112, 112);
  font-size: 0.6875rem;
  width: 64%;
  padding: 0.3125rem 0.625rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .accountProfile__header__confirm-email {
    font-size: 0.8125rem;
    width: 65%;
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__header__confirm-email {
    font-size: 0.9375rem;
    padding: 0.75rem;
  }
}
.accountProfile__header__confirm-email__send-verification-link {
  width: 4.6875rem;
  height: 2rem;
  padding: 0.6875rem 0.4375rem;
  border-radius: 0.4375rem;
  cursor: pointer;
  line-height: 0.7;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(7, 189, 232);
  display: block;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .accountProfile__header__confirm-email__send-verification-link {
    font-size: 0.8125rem;
    width: 5.625rem;
    height: 2.125rem;
    padding: 0.8125rem 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__header__confirm-email__send-verification-link {
    font-size: 0.875rem;
    width: 6.3125rem;
    height: 2.25rem;
    padding: 0.9375rem 0.3125rem;
  }
}
.accountProfile__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  align-items: flex-start;
  justify-items: center;
  margin: 0.625rem 0 2.5rem;
  padding: 0 2.1875rem;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .accountProfile__form {
    gap: 0.625rem;
    margin: 0.9375rem 0 2.5rem;
    padding: 0 2.8125rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form {
    gap: 1.25rem;
    margin: 2.5rem 0;
    padding: 0 4.125rem;
  }
}
.accountProfile__form__section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accountProfile__form__section-1__photo-inner {
  width: 9.0625rem;
  height: 9.0625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(229, 229, 229);
  border-radius: 14.375rem;
  border: 0.3125rem soid rgb(0, 0, 0);
  overflow: hidden;
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1__photo-inner {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1__photo-inner {
    width: 14.375rem;
    height: 14.375rem;
  }
}
.accountProfile__form__section-1__photo-inner__element {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.accountProfile__form__section-1__photo-inner span {
  position: absolute;
  top: 4.375rem;
  width: 8.875rem;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: center;
}
.accountProfile__form__section-1__photo-inner input {
  display: none;
}
.accountProfile__form__section-1__photo-inner label {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
  position: absolute;
  bottom: 0.4375rem;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.0625rem solid rgb(119, 119, 119);
  cursor: pointer;
  opacity: 0.7;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
}
.accountProfile__form__section-1__photo-inner label.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.accountProfile__form__section-1__photo-inner label.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1__photo-inner label {
    bottom: 0.9375rem;
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1__photo-inner label {
    bottom: 0.9375rem;
    padding: 0.6875rem 1.5625rem;
    font-size: 1rem;
  }
}
.accountProfile__form__section-1__photo-inner label:hover {
  opacity: 1;
}
.accountProfile__form__section-1__name {
  margin: 0.8125rem 0 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1__name {
    font-size: 1rem;
    margin: 1rem 0 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1__name {
    font-size: 1.1875rem;
    margin: 1.25rem 0 1.875rem;
  }
}
.accountProfile__form__section-1__level-subscription {
  text-align: center;
  font-size: 1rem;
}
.accountProfile__form__section-1__level-subscription__wrap {
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1__level-subscription__wrap {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1__level-subscription__wrap {
    font-size: 0.875rem;
  }
}
.accountProfile__form__section-1__level-subscription__wrap__description:not(:first-child) {
  margin-top: 0.3125rem;
}
.accountProfile__form__section-1__save-btn {
  margin-top: 1.25rem;
  padding: 0.375rem;
  width: 6.25rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1__save-btn {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1__save-btn {
    font-size: 1rem;
    padding: 0.625rem;
  }
}
.accountProfile__form__section-1, .accountProfile__form__section-2, .accountProfile__form__section-3 {
  width: 80%;
}
@media (min-width: 1280px) {
  .accountProfile__form__section-1, .accountProfile__form__section-2, .accountProfile__form__section-3 {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section-1, .accountProfile__form__section-2, .accountProfile__form__section-3 {
    width: 100%;
  }
}
.accountProfile__form__section-1 input, .accountProfile__form__section-2 input, .accountProfile__form__section-3 input {
  width: 100%;
}
.accountProfile__form__section__item {
  display: flex;
  flex-direction: column;
  font-size: 1.4375rem;
}
.accountProfile__form__section__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 1280px) {
  .accountProfile__form__section__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.accountProfile__form__section__item input {
  font-size: 0.75rem;
  padding: 0.625rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3125rem;
  border: none;
  outline: none;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .accountProfile__form__section__item input {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section__item input {
    font-size: 1.5rem;
    padding: 1rem 2.6875rem 1rem 1.4375rem;
  }
}
.accountProfile__form__section__item label {
  font-size: 0.5625rem;
  letter-spacing: 0.050625rem;
  opacity: 0.67;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .accountProfile__form__section__item label {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section__item label {
    font-size: 0.875rem;
    margin-bottom: 0.6875rem;
  }
}
.accountProfile__form__section__item label {
  font-size: 0.6875rem;
  height: 1.25rem;
}
@media (min-width: 1280px) {
  .accountProfile__form__section__item label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section__item label {
    font-size: 1rem;
  }
}
.accountProfile__form__section__item input.errorValidate {
  background-color: rgba(240, 128, 128, 0.5);
}
.accountProfile__form__section__item input::placeholder {
  color: rgb(229, 229, 229);
}
.accountProfile__form__section__item input {
  font-size: 0.875rem;
  padding: 0.625rem;
  max-width: 87%;
}
@media (min-width: 1280px) {
  .accountProfile__form__section__item input {
    font-size: 1.125rem;
    padding: 1rem;
  }
}
@media (min-width: 1600px) {
  .accountProfile__form__section__item input {
    font-size: 1.5rem;
    padding: 1rem 2.6875rem 1rem 1.4375rem;
  }
}
.accountProfile__form__section__item__wrap {
  display: flex;
  align-items: center;
  position: relative;
  background: whitesmoke;
  border-radius: 0.3125rem;
}
.accountProfile__form__section__item__wrap.invalid {
  background-color: rgba(240, 128, 128, 0.9);
  box-shadow: 0 0 0 18.75rem rgba(240, 128, 128, 0.5) inset;
  -webkit-box-shadow: 0 0 0 18.75rem rgba(240, 128, 128, 0.5) inset !important;
  -webkit-text-fill-color: rgb(112, 112, 112);
}
.accountProfile__form__section__item__label-section {
  display: flex;
  align-items: center;
}
.accountProfile__form__section__item__label-section label {
  flex: 1;
}

.billing {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
  color: rgb(112, 112, 112);
}
@media (min-width: 1600px) {
  .billing {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.billing__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .billing__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .billing__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .billing__title {
    font-size: 2.0625rem;
  }
}
.billing__subscription {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.875rem;
}
.billing__subscription__curent {
  display: flex;
  flex-grow: 2;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  border-radius: 0.5625rem;
  background: rgb(239, 239, 239);
}
@media (min-width: 1280px) {
  .billing__subscription__curent {
    padding: 1.875rem 3.125rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent {
    padding: 2.5rem 3.75rem;
  }
}
.billing__subscription__curent__section-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.billing__subscription__curent__section-1__title {
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-1__title {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-1__title {
    font-size: 1.125rem;
  }
}
.billing__subscription__curent__section-1__type-subscription {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-1__type-subscription {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-1__type-subscription {
    font-size: 2.6875rem;
  }
}
.billing__subscription__curent__section-1__intro {
  display: flex;
  align-items: center;
}
.billing__subscription__curent__section-1__count-users {
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-1__count-users {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-1__count-users {
    font-size: 1.5rem;
  }
}
.billing__subscription__curent__section-1__add-users {
  display: flex;
  margin-left: 0.625rem;
  font-size: 0.625rem;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-1__add-users {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-1__add-users {
    font-size: 1rem;
  }
}
.billing__subscription__curent__section-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.billing__subscription__curent__section-2__price {
  margin: 0 1.25rem 0.9375rem;
  font-size: 1rem;
}
.billing__subscription__curent__section-2__price span {
  color: rgb(70, 70, 70);
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 0.9;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-2__price span {
    font-size: 3.125rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-2__price span {
    font-size: 4.8125rem;
    line-height: 1.1;
    margin: 0 1.25rem;
  }
}
.billing__subscription__curent__section-2__btn-upgrade-plan {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
}
.billing__subscription__curent__section-2__btn-upgrade-plan.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.billing__subscription__curent__section-2__btn-upgrade-plan.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-2__btn-upgrade-plan {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-2__btn-upgrade-plan {
    font-size: 1rem;
  }
}
.billing__subscription__curent__section-2__cancel-subscription {
  position: relative;
  cursor: pointer;
  font-size: 0.625rem;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .billing__subscription__curent__section-2__cancel-subscription {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__curent__section-2__cancel-subscription {
    font-size: 0.875rem;
  }
}
.billing__subscription__curent__section-2__cancel-subscription__popup {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 100%;
  left: -50%;
  width: 200%;
  padding: 0.9375rem;
  border-radius: 0.4375rem;
  background-color: rgb(85, 95, 102);
  z-index: 10;
}
.billing__subscription__curent__section-2__cancel-subscription__popup__yes {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
}
.billing__subscription__curent__section-2__cancel-subscription__popup__yes.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.billing__subscription__curent__section-2__cancel-subscription__popup__yes.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
.billing__subscription__curent__section-2__cancel-subscription__popup__no {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
}
.billing__subscription__curent__section-2__cancel-subscription__popup__no.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.billing__subscription__curent__section-2__cancel-subscription__popup__no.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
.billing__subscription__options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.25rem;
  padding: 1.25rem 2.5rem;
  border-radius: 0.5625rem;
  background: rgb(239, 239, 239);
}
@media (min-width: 1280px) {
  .billing__subscription__options {
    padding: 1.875rem 3.125rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__options {
    padding: 2.5rem 3.75rem;
    flex-grow: 0.5;
  }
}
.billing__subscription__next-payment {
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .billing__subscription__next-payment {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__next-payment {
    font-size: 1.625rem;
    padding-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.billing__subscription__btn-manage-payments {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
  font-size: 0.75rem;
}
.billing__subscription__btn-manage-payments.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.billing__subscription__btn-manage-payments.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
@media (min-width: 1280px) {
  .billing__subscription__btn-manage-payments {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__btn-manage-payments {
    font-size: 1rem;
  }
}
.billing__subscription__payment-method {
  margin-top: 0.375rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 1280px) {
  .billing__subscription__payment-method {
    font-size: 0.6875rem;
    margin-top: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .billing__subscription__payment-method {
    font-size: 0.75rem;
  }
}
.billing__invoice__title {
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .billing__invoice__title {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .billing__invoice__title {
    font-size: 1.1875rem;
  }
}
.billing__invoice__btn-load-more {
  border: none;
  margin-top: 0.875rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(167, 167, 167);
  font-size: 0.625rem;
  color: rgb(244, 244, 244);
  margin-bottom: 1.25rem;
  font-size: 0.6875rem;
  padding: 0.4375rem 0.625rem;
}
@media (min-width: 1280px) {
  .billing__invoice__btn-load-more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .billing__invoice__btn-load-more {
    font-size: 1rem;
    padding: 0.4375rem 1.25rem;
  }
}
@media (min-width: 1280px) {
  .billing__invoice__btn-load-more {
    font-size: 0.875rem;
    padding: 0.4375rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .billing__invoice__btn-load-more {
    font-size: 1rem;
    padding: 0.4375rem 1.25rem;
  }
}
.billing .popUp {
  box-shadow: -1px 15px 18px 0px rgba(126, 126, 126, 0.278);
}
.billing .popUp .popUpConfirmation__container {
  border-bottom: 1px solid rgb(198, 198, 198);
}

.hr__normal {
  height: 0.3125rem;
  opacity: 0.2;
  background: rgb(112, 112, 112);
  margin: 0.625rem 0;
}
@media (min-width: 1600px) {
  .hr__normal {
    margin: 0.9375rem 0;
  }
}
@media (min-width: 1600px) {
  .hr__normal {
    margin: 1.25rem 0;
  }
}

.profile-billing-list__item {
  display: grid;
  grid-template-columns: 3fr 10fr repeat(5, 8fr);
}
.profile-billing-list__item:not(:first-child) {
  margin-top: 1.25rem;
}
.profile-billing-list__item__icon {
  font-size: 1.25rem;
  margin-left: 0.75rem;
}
@media (min-width: 1280px) {
  .profile-billing-list__item__icon {
    font-size: 1.375rem;
    margin-left: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .profile-billing-list__item__icon {
    font-size: 1.5rem;
    margin-left: 0;
  }
}
.profile-billing-list__item__name-doc {
  display: flex;
  align-self: center;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .profile-billing-list__item__name-doc {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .profile-billing-list__item__name-doc {
    font-size: 1.0625rem;
  }
}
.profile-billing-list__item__download-doc {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: -1;
  margin-right: 1.5625rem;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .profile-billing-list__item__download-doc {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .profile-billing-list__item__download-doc {
    font-size: 1rem;
  }
}
.profile-billing-list__item__download-doc__link {
  color: rgb(112, 112, 112);
  text-decoration: none;
  transition: color 200ms ease;
}
.profile-billing-list__item__download-doc__link:hover, .profile-billing-list__item__download-doc__link:focus {
  color: rgb(43, 43, 43);
}

.item__title {
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .item__title {
    font-size: 0.6875rem;
  }
}

.item__inner {
  font-size: 0.625rem;
  font-weight: bold;
  margin-top: 0.125rem;
}
@media (min-width: 1280px) {
  .item__inner {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .item__inner {
    font-size: 0.9375rem;
  }
}

.modal-window {
  position: fixed;
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.pdownloads {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .pdownloads {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.pdownloads__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdownloads__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .pdownloads__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .pdownloads__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__header__title {
    font-size: 2.0625rem;
  }
}
.pdownloads__header__form {
  width: 50%;
}
.pdownloads__header__form .pdownloads__form__label {
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.65625rem;
}
@media (min-width: 1280px) {
  .pdownloads__header__form .pdownloads__form__label {
    padding: 0.75rem 0.78125rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__header__form .pdownloads__form__label {
    padding: 0.8125rem 0.9375rem 0.875rem 0.9375rem;
  }
}
.pdownloads__header__form .pdownloads__form__label input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #707070;
  padding-left: 0.875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1170px) {
  .pdownloads__header__form .pdownloads__form__label input {
    line-height: 1.11;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1060px) {
  .pdownloads__header__form .pdownloads__form__label input {
    line-height: 1.11;
    font-size: 0.5rem;
  }
}
.pdownloads__header__form .pdownloads__form__label i {
  display: inline-block;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  width: 1.1875rem;
  height: 0.875rem;
}
.pdownloads__header__nav {
  display: flex;
  gap: 0.8125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .pdownloads__header__nav {
    gap: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__header__nav {
    gap: 1.25rem;
  }
}
.pdownloads__header__nav .pdownloads__nav__item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.21;
  text-align: left;
}
@media (min-width: 1280px) {
  .pdownloads__header__nav .pdownloads__nav__item {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__header__nav .pdownloads__nav__item {
    font-size: 1.1875rem;
  }
}
.pdownloads__header__nav .pdownloads__nav__item__link {
  color: rgba(112, 112, 112, 0.49);
  cursor: pointer;
  transition: color 200ms ease;
  text-decoration: none;
}
.pdownloads__header__nav .pdownloads__nav__item__link:hover, .pdownloads__header__nav .pdownloads__nav__item__link:focus, .pdownloads__header__nav .pdownloads__nav__item__link:active {
  text-decoration: none;
  color: #707070;
}
.pdownloads__clients {
  list-style: none;
  margin: 2.875rem 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.25rem;
}
.pdownloads__clients .pdownloads__client {
  border-radius: 0.625rem;
  border: solid 0.0625rem rgb(180, 180, 180);
  overflow: hidden;
  cursor: auto;
}
.pdownloads__clients .pdownloads__client:hover .pdownloads__options, .pdownloads__clients .pdownloads__client:focus .pdownloads__options, .pdownloads__clients .pdownloads__client:active .pdownloads__options {
  background: rgb(43, 43, 43);
}
.pdownloads__clients .pdownloads__client .pdownloads__content {
  padding: 0.9375rem 1.25rem;
}
@media (min-width: 1280px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content {
    padding: 1.3125rem 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content {
    padding: 1.875rem 1.9375rem;
  }
}
.pdownloads__clients .pdownloads__client .pdownloads__content__role {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.050625rem;
  color: rgb(112, 112, 112);
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content__role {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content__role {
    font-size: 0.875rem;
  }
}
.pdownloads__clients .pdownloads__client .pdownloads__content__name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: -0.32px;
  color: rgb(70, 70, 70);
  margin: 0;
}
@media (min-width: 1280px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content__name {
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__clients .pdownloads__client .pdownloads__content__name {
    font-size: 2rem;
  }
}
.pdownloads__clients .pdownloads__client .pdownloads__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(167, 167, 167);
  transition: background-color 200ms ease;
  padding: 0.625rem 2.375rem 0.625rem 1.8125rem;
}
@media (min-width: 1280px) {
  .pdownloads__clients .pdownloads__client .pdownloads__options {
    padding: 0.8125rem 2.375rem 0.8125rem 1.8125rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__clients .pdownloads__client .pdownloads__options {
    padding: 1rem 1.375rem 0.8125rem 1.9375rem;
  }
}
.pdownloads__clients .pdownloads__client .pdownloads__options__link {
  opacity: 0.55;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  transition: opacity 200ms ease;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .pdownloads__clients .pdownloads__client .pdownloads__options__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__clients .pdownloads__client .pdownloads__options__link {
    font-size: 0.8125rem;
  }
}
.pdownloads__clients .pdownloads__client .pdownloads__options__link:hover, .pdownloads__clients .pdownloads__client .pdownloads__options__link:focus, .pdownloads__clients .pdownloads__client .pdownloads__options__link:active {
  text-decoration: none;
  color: rgb(255, 255, 255);
  opacity: 1;
}
.pdownloads__table {
  margin-top: 1.625rem;
  width: 100%;
}
.pdownloads__table__header {
  position: relative;
  height: 2.8125rem;
}
@media (min-width: 1280px) {
  .pdownloads__table__header {
    font-size: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table__header {
    height: 4.375rem;
  }
}
.pdownloads__table__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: rgb(112, 112, 112);
  opacity: 0.51;
  transform: translateY(50%);
}
.pdownloads__table__header .pdownloads__table__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.21;
  color: rgb(112, 112, 112);
  opacity: 0.51;
  padding: 0.5rem 0.5625rem;
  text-align: left;
}
@media (min-width: 1280px) {
  .pdownloads__table__header .pdownloads__table__title {
    font-size: 1rem;
    padding: 0.8125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table__header .pdownloads__table__title {
    font-size: 1.1875rem;
    padding: 1.5rem 1.125rem;
  }
}
.pdownloads__table .pdownloads__product {
  position: relative;
}
.pdownloads__table .pdownloads__product:not(:last-child):after {
  content: "";
  position: absolute;
  width: 97%;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  opacity: 0.2;
  background-color: rgb(112, 112, 112);
}
.pdownloads__table .pdownloads__product__name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(82, 82, 82);
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__name {
    font-size: 1rem;
    padding: 0.8125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__name {
    font-size: 1.0625rem;
    padding: 1.5rem 1.125rem;
  }
}
.pdownloads__table .pdownloads__product__size {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgb(112, 112, 112);
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__size {
    font-size: 0.8125rem;
    padding: 0.8125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__size {
    font-size: 0.9375rem;
    padding: 1.5rem 1.125rem;
  }
}
.pdownloads__table .pdownloads__product__type {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgb(82, 82, 82);
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__type {
    font-size: 0.875rem;
    padding: 0.8125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__type {
    font-size: 1.0625rem;
    padding: 1.5rem 1.125rem;
  }
}
.pdownloads__table .pdownloads__product__date {
  color: rgb(82, 82, 82);
  padding: 0.625rem 0.9375rem;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__date {
    padding: 0.875rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__date {
    padding: 0.875rem 0.9375rem;
  }
}
.pdownloads__table .pdownloads__product__date .pdownloads__date__text {
  color: rgb(82, 82, 82);
  font-size: 0.5625rem;
  margin-bottom: 0.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__date .pdownloads__date__text {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__date .pdownloads__date__text {
    font-size: 0.6875rem;
  }
}
.pdownloads__table .pdownloads__product__date .pdownloads__date__date {
  color: rgb(82, 82, 82);
  margin: 0;
  font-size: 0.6875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__date .pdownloads__date__date {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__date .pdownloads__date__date {
    font-size: 0.9375rem;
  }
}
.pdownloads__table .pdownloads__product__button__wrapper {
  padding: 0.625rem 1.125rem;
}
.pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download {
  padding: 0.9375rem 2.8125rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(57, 57, 57);
  border: none;
  color: rgb(244, 244, 244);
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.9375rem;
  width: 10rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  transition: background-color 200ms ease;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download {
    font-size: 0.75rem;
    width: 10rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download {
    width: 15rem;
    font-size: 0.875rem;
    padding: 0.6875rem 1.0625rem;
  }
}
.pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:hover, .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:focus, .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:active {
  color: rgb(244, 244, 244);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
}
.pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:hover .pdownloads__download__icon, .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:focus .pdownloads__download__icon, .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download:active .pdownloads__download__icon {
  opacity: 1;
}
.pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download .pdownloads__download__icon {
  color: rgb(244, 244, 244);
  opacity: 0.39;
  margin-right: 1.875rem;
  font-size: 0.75rem;
  transition: opacity 200ms ease;
}
@media (min-width: 1280px) {
  .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download .pdownloads__download__icon {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download .pdownloads__download__icon {
    font-size: 1.0625rem;
    margin-right: 2.8125rem;
  }
}
.pdownloads__table .pdownloads__product__button__wrapper .pdownloads__product__download .pdownloads__download__icon i {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.pdownloads__more {
  border: none;
  margin-top: 0.875rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(167, 167, 167);
  font-size: 0.625rem;
  color: rgb(244, 244, 244);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
  cursor: pointer;
  margin-left: 0.625rem;
}
@media (min-width: 1280px) {
  .pdownloads__more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pdownloads__more {
    font-size: 1rem;
    padding: 0.4375rem 1.25rem;
  }
}
.pdownloads__more:hover, .pdownloads__more:focus, .pdownloads__more:active {
  background-color: rgb(57, 57, 57);
}

.pnotifications {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .pnotifications {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.pnotifications__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pnotifications__header .pnotifications__description {
  padding: 0 0.625rem 0;
  width: 45%;
}
.pnotifications__header .pnotifications__description__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .pnotifications__header .pnotifications__description__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .pnotifications__header .pnotifications__description__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pnotifications__header .pnotifications__description__title {
    font-size: 2.0625rem;
  }
}
.pnotifications__header .pnotifications__description__text {
  margin: 0.3125rem 0 0;
  opacity: 0.51;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  color: rgb(112, 112, 112);
  text-align: left;
}
@media (min-width: 1280px) {
  .pnotifications__header .pnotifications__description__text {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .pnotifications__header .pnotifications__description__text {
    font-size: 1.1875rem;
  }
}
.pnotifications__conditions__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0.9375rem 0 0;
  width: 100%;
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container {
    margin: 1.875rem 0 0;
  }
}
.pnotifications__conditions__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: rgb(112, 112, 112);
  opacity: 0.2;
}
.pnotifications__conditions__container .pnotifications__conditions {
  padding: 0 3.8125rem 0 0;
  margin: 0;
  width: 45%;
  list-style: none;
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 1.375rem 0.9375rem 1.25rem;
  margin: 0;
  cursor: auto;
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition {
    padding: 1.5625rem 1.375rem 1.25rem 1rem;
  }
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: rgb(112, 112, 112);
  opacity: 0.2;
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: left;
  color: rgb(82, 82, 82);
}
@media (min-width: 1280px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__title {
    font-size: 1.0625rem;
  }
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0.625rem 0 0 1.25rem;
  cursor: pointer;
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label {
  position: relative;
  padding: 0.9375rem 2.5rem 0 0;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label {
    padding: 1.5625rem 4.0625rem 0 0;
  }
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.5rem;
  border-radius: 1.6875rem;
  background: rgb(227, 226, 241);
  box-shadow: inset 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
  transition: background-color 200ms ease;
  width: 2.375rem;
  height: 1.3125rem;
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label:before {
    width: 4.1875rem;
    height: 2.125rem;
  }
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.5rem;
  transform: translateX(0);
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 1.6875rem;
  background: rgb(255, 255, 255);
  box-shadow: 0 0.1875rem 0.5625rem 0 rgb(159, 159, 159);
  transition: 0.2s;
}
@media (min-width: 1600px) {
  .pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive + label:after {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive:checked + label:before {
  background: rgb(20, 111, 23);
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive:checked + label:after {
  transform: translateX(100%);
}
.pnotifications__conditions__container .pnotifications__conditions .pnotifications__condition__isActive:focus + label:before {
  box-shadow: inset 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
}

.security {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .security {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.security__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.security__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .security__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .security__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .security__header__title {
    font-size: 2.0625rem;
  }
}
.security__header__status {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background: rgb(64, 152, 9);
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .security__header__status {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .security__header__status {
    font-size: 0.8125rem;
  }
}
.security__form {
  color: rgb(112, 112, 112);
}
.security__form__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.28px;
  color: rgb(70, 70, 70);
  margin: 1.25rem 0 1.5625rem;
}
@media (min-width: 1280px) {
  .security__form__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .security__form__title {
    font-size: 1.75rem;
    margin: 3.125rem 0 2.1875rem;
  }
}
.security__form__items-inner {
  display: flex;
  flex-direction: column;
  font-size: 1.4375rem;
  width: 16.25rem;
  position: relative;
}
.security__form__items-inner:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.security__form__items-inner input {
  font-size: 0.75rem;
  padding: 0.625rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3125rem;
  border: none;
  outline: none;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .security__form__items-inner input {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner input {
    font-size: 1.5rem;
    padding: 1rem 2.6875rem 1rem 1.4375rem;
  }
}
.security__form__items-inner label {
  font-size: 0.5625rem;
  letter-spacing: 0.050625rem;
  opacity: 0.67;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .security__form__items-inner label {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner label {
    font-size: 0.875rem;
    margin-bottom: 0.6875rem;
  }
}
@media (min-width: 1280px) {
  .security__form__items-inner {
    width: 21.875rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner {
    width: 25.9375rem;
  }
}
.security__form__items-inner .custom-icon {
  width: 0.8125rem;
  height: 0.8125rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner .custom-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.security__form__items-inner__label {
  margin-bottom: 0.625rem;
}
.security__form__items-inner__wrap-input {
  display: flex;
  flex-direction: column;
  font-size: 1.4375rem;
  background-color: whitesmoke;
  border-radius: 0.3125rem;
  position: relative;
}
.security__form__items-inner__wrap-input:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner__wrap-input:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner__wrap-input:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.security__form__items-inner__wrap-input input {
  font-size: 0.75rem;
  padding: 0.625rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3125rem;
  border: none;
  outline: none;
  color: rgb(112, 112, 112);
}
@media (min-width: 1280px) {
  .security__form__items-inner__wrap-input input {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner__wrap-input input {
    font-size: 1.5rem;
    padding: 1rem 2.6875rem 1rem 1.4375rem;
  }
}
.security__form__items-inner__wrap-input label {
  font-size: 0.5625rem;
  letter-spacing: 0.050625rem;
  opacity: 0.67;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .security__form__items-inner__wrap-input label {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner__wrap-input label {
    font-size: 0.875rem;
    margin-bottom: 0.6875rem;
  }
}
.security__form__items-inner__wrap-input input {
  width: 90%;
}
.security__form__items-inner__wrap-input:not(:first-child) {
  margin-top: 0rem;
}
.security__form__items-inner__wrap-label {
  display: flex;
  align-items: flex-start;
}
.security__form__items-inner__wrap-label label {
  margin-top: 0.125rem;
}
.security__form__items-inner__wrap-label .tooltip__ul__li {
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner__wrap-label .tooltip__ul__li {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner__wrap-label .tooltip__ul__li {
    font-size: 0.9375rem;
  }
}
.security__form__items-inner i.eye-slash-icon,
.security__form__items-inner i.eye-icon {
  position: absolute;
  right: 1.25rem;
  bottom: 0.625rem;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  cursor: pointer;
}
@media (min-width: 1600px) {
  .security__form__items-inner i.eye-slash-icon,
  .security__form__items-inner i.eye-icon {
    bottom: 1.25rem;
  }
}
.security__form__items-inner i.eye-slash-icon:hover,
.security__form__items-inner i.eye-icon:hover {
  filter: invert(41%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(94%) contrast(95%);
}
.security__form__items-inner .passwordStrengthLevel {
  text-align: left;
  margin: 0.375rem 0 0;
  padding: 0.3125rem 0.5rem;
  padding-left: 0.9375rem;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner .passwordStrengthLevel {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner .passwordStrengthLevel {
    font-size: 0.9375rem;
  }
}
.security__form__items-inner .Strong {
  background: rgb(9, 121, 18);
}
.security__form__items-inner .Medium {
  background: rgb(22, 1, 255);
}
.security__form__items-inner .Weak {
  background: rgb(255, 0, 0);
}
.security__form__items-inner:last-child {
  margin-top: 0.375rem;
}
@media (min-width: 1280px) {
  .security__form__items-inner:last-child {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .security__form__items-inner:last-child {
    margin-top: 1.25rem;
  }
}
.security__form__button-change-password {
  padding: 0.9375rem 2.8125rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(57, 57, 57);
  border: none;
  color: rgb(244, 244, 244);
  margin: 1.875rem 0;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.625rem 4.75rem;
}
@media (min-width: 1280px) {
  .security__form__button-change-password {
    font-size: 1rem;
    padding: 0.625rem 6.5rem;
  }
}
@media (min-width: 1600px) {
  .security__form__button-change-password {
    font-size: 1.25rem;
    margin: 2.5rem 0;
    padding: 0.9375rem 7.4375rem;
  }
}

button:disabled,
input:disabled {
  background: rgb(240, 128, 128);
}

.pstore__catalog__item .pstore__item__info .pstore__info__title, .pstore__catalog__item.third .pstore__info__title, .pstore__catalog__item.second .pstore__info__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgb(112, 112, 112);
  margin: auto 0 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__title, .pstore__catalog__item.third .pstore__info__title, .pstore__catalog__item.second .pstore__info__title {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__title, .pstore__catalog__item.third .pstore__info__title, .pstore__catalog__item.second .pstore__info__title {
    font-size: 1.5rem;
  }
}

.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__value, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order .pstore__order__price, .pstore__catalog__item .pstore__item__info .pstore__info__price, .pstore__catalog__item.third .pstore__info__date {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(112, 112, 112);
  margin: 0.4375rem 0 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__value, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order .pstore__order__price, .pstore__catalog__item .pstore__item__info .pstore__info__price, .pstore__catalog__item.third .pstore__info__date {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__value, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order .pstore__order__price, .pstore__catalog__item .pstore__item__info .pstore__info__price, .pstore__catalog__item.third .pstore__info__date {
    font-size: 1rem;
  }
}

.pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__amount, .pstore__catalog__item.third .pstore__info__payout {
  opacity: 0.98;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 0.73;
  letter-spacing: 0.0325rem;
  color: rgb(70, 70, 70);
  margin: 0 0 0 0.4375rem;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__amount, .pstore__catalog__item.third .pstore__info__payout {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__amount, .pstore__catalog__item.third .pstore__info__payout {
    font-size: 2.75rem;
  }
}

.pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn, .pstore__catalog__item.third .pstore__payouts__btn {
  margin: 1.0625rem 0 0 auto;
  padding: 0.3125rem 1.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(57, 57, 57);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: rgb(244, 244, 244);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn, .pstore__catalog__item.third .pstore__payouts__btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn, .pstore__catalog__item.third .pstore__payouts__btn {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn:hover, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn:hover, .pstore__catalog__item.third .pstore__payouts__btn:hover, .pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn:focus, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn:focus, .pstore__catalog__item.third .pstore__payouts__btn:focus, .pstore__catalog__item .pstore__catalog__stats .pstore__sales__btn:active, .pstore__catalog__item .pstore__catalog__stats .pstore__visibility__btn:active, .pstore__catalog__item.third .pstore__payouts__btn:active {
  background-color: rgb(0, 0, 0);
}

.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0.3125rem 0 0;
  padding-right: 0.3125rem;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order {
    margin: 0.625rem 0 0;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__order {
    margin: 0.9375rem 0 0;
  }
}

.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(19, 154, 50);
  margin: 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents {
    font-size: 1.5625rem;
  }
}

.pstore {
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .pstore {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.pstore__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pstore__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .pstore__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .pstore__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__header__title {
    font-size: 2.0625rem;
  }
}
.pstore__header__nav {
  display: flex;
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1600px) {
  .pstore__header__nav {
    gap: 3rem;
  }
}
.pstore__header__nav__item .pstore__header__nav__link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.020625rem;
  color: rgba(70, 70, 70, 0.47);
  text-decoration: none;
  transition: opacity 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__header__nav__item .pstore__header__nav__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .pstore__header__nav__item .pstore__header__nav__link {
    font-size: 1.5rem;
  }
}
.pstore__header__nav__item .pstore__header__nav__link:hover, .pstore__header__nav__item .pstore__header__nav__link:focus, .pstore__header__nav__item .pstore__header__nav__link:active {
  text-decoration: none;
  color: #464646;
}
.pstore__header__nav__item .pstore__header__nav__link.isCurrent {
  text-decoration: none;
  color: #464646;
}
.pstore__catalog {
  display: flex;
  justify-content: space-between;
  gap: 1.4375rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.25rem;
  margin: 1.5625rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .pstore__catalog {
    margin: 2.8125rem 0 0;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog {
    margin: 4.6875rem 0 0;
    grid-gap: 2.5rem;
  }
}
.pstore__catalog__item {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.5625rem;
  background-color: rgb(239, 239, 239);
  cursor: auto;
}
.pstore__catalog__item.second {
  max-width: 500px;
}
.pstore__catalog__item.third {
  display: block;
  padding: 1.4375rem 2.625rem 1.0625rem;
  max-width: 21.25rem;
}
.pstore__catalog__item.third .pstore__info__payout {
  margin: 1.5625rem 0 0;
}
.pstore__catalog__item.third .pstore__info__date {
  display: block;
  margin: 0.9375rem 0 0;
}
.pstore__catalog__item.third .pstore__payouts__btn {
  margin: 0.5625rem 0 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item.third .pstore__payouts__btn {
    margin: 0.8125rem 0 0;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item.third .pstore__payouts__btn {
    margin: 1.0625rem 0 0;
  }
}
.pstore__catalog__item .pstore__item__info .pstore__info__quantity {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.96;
  color: rgb(112, 112, 112);
  margin: 1.25rem 0 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__quantity {
    font-size: 1.25rem;
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__quantity {
    font-size: 1.75rem;
    margin: 1.75rem 0 0;
  }
}
.pstore__catalog__item .pstore__item__info .pstore__info__price:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.375rem;
  left: 0;
  height: 0.0625rem;
  height: 0.0625rem;
  opacity: 0.46;
  background-color: rgb(112, 112, 112);
}
.pstore__catalog__item .pstore__item__info .pstore__info__adds {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5625rem;
  width: max-content;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__adds {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__adds {
    font-size: 1.5rem;
    margin-top: 2.1875rem;
  }
}
.pstore__catalog__item .pstore__item__info .pstore__info__adds__link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.96;
  color: rgba(112, 112, 112, 0.49);
  text-decoration: none;
  transition: opacity 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__adds__link {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__item__info .pstore__info__adds__link {
    font-size: 1.125rem;
  }
}
.pstore__catalog__item .pstore__item__info .pstore__info__adds__link:hover, .pstore__catalog__item .pstore__item__info .pstore__info__adds__link:focus, .pstore__catalog__item .pstore__item__info .pstore__info__adds__link:active {
  text-decoration: none;
  color: #707070;
}
.pstore__catalog__item .pstore__catalog__stats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1.25rem 0 0;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info {
    margin: 1.5625rem 0 0;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info {
    margin: 1.875rem 0 0;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container {
  position: relative;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents__icon {
  position: absolute;
  height: 100%;
  bottom: 0.875rem;
  left: -1.875rem;
  font-size: 1.125rem;
  color: rgb(19, 154, 50);
  transform: translate(0, 0.375rem);
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents__icon {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents__icon {
    font-size: 1.5625rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__info .pstore__info__percents__container .pstore__info__percents__icon i {
  filter: invert(26%) sepia(68%) saturate(2355%) hue-rotate(98deg) brightness(93%) contrast(103%);
  width: 2.1875rem;
  height: 2.1875rem;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__form label {
  opacity: 0.55;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(112, 112, 112, 0.55);
  transition: opacity 200ms ease;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__form label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__form label {
    font-size: 1rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__form label:hover, .pstore__catalog__item .pstore__catalog__stats .pstore__stats__form label:focus {
  opacity: 1;
  color: rgb(112, 112, 112);
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__form input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__form input[type=radio]:checked + label {
  color: #707070;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__order .pstore__order__price {
  margin: 0;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage {
  position: relative;
  margin-right: 1.125rem;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage {
    margin-right: 2.0625rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents {
  margin: 0;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents {
    font-size: 1.0625rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents__icon {
  position: absolute;
  height: 100%;
  top: -0.5625rem;
  left: 0.8125rem;
  font-size: 0.9375rem;
  color: rgb(19, 154, 50);
  transform: translate(0, -1px);
}
@media (min-width: 1280px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents__icon {
    font-size: 1.25rem;
    top: -0.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents__icon {
    font-size: 1.5625rem;
  }
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__percentage .pstore__locks__percents__icon i {
  filter: invert(26%) sepia(68%) saturate(2355%) hue-rotate(98deg) brightness(93%) contrast(103%);
  width: 1.875rem;
  height: 1.875rem;
}
.pstore__catalog__item .pstore__catalog__stats .pstore__stats__locks .pstore__locks__value {
  margin: 0;
}
.pstore__products__header {
  position: relative;
  display: flex;
  gap: 2.75rem;
  justify-content: space-between;
  align-items: center;
  margin: 4.6875rem 0 0;
  padding: 0 0 1.4375rem;
}
.pstore__products__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: rgb(70, 70, 70);
  opacity: 0.2;
  transform: translateY(50%);
}
.pstore__products__header .pstore__products__title {
  opacity: 0.47;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.020625rem;
  color: rgb(70, 70, 70);
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 1280px) {
  .pstore__products__header .pstore__products__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__header .pstore__products__title {
    font-size: 1.75rem;
  }
}
.pstore__products__header .pstore__products__form {
  width: 100%;
}
.pstore__products__header .pstore__products__form__label {
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.65625rem;
  display: flex;
}
@media (min-width: 1280px) {
  .pstore__products__header .pstore__products__form__label {
    padding: 0.75rem 0.78125rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__header .pstore__products__form__label {
    padding: 0.8125rem 0.9375rem 0.875rem 0.9375rem;
  }
}
.pstore__products__header .pstore__products__form__label input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #707070;
  padding-left: 0.875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1170px) {
  .pstore__products__header .pstore__products__form__label input {
    line-height: 1.11;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1060px) {
  .pstore__products__header .pstore__products__form__label input {
    line-height: 1.11;
    font-size: 0.5rem;
  }
}
.pstore__products__header .pstore__products__form__label i {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  height: 1.0625rem;
  width: 1.0625rem;
}
@media (min-width: 1280px) {
  .pstore__products__header .pstore__products__form__label i {
    height: 1.3125rem;
    width: 1.3125rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__header .pstore__products__form__label i {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}
.pstore__products__header .pstore__products__select__label {
  position: relative;
  display: inline-block;
  border-radius: 0.3125rem;
  background-color: rgb(245, 245, 245);
  margin: 0;
}
.pstore__products__header .pstore__products__select__label:hover .pstore__products__select__icon, .pstore__products__header .pstore__products__select__label:focus .pstore__products__select__icon, .pstore__products__header .pstore__products__select__label:active .pstore__products__select__icon {
  opacity: 0.6;
}
.pstore__products__header .pstore__products__select__label:hover select, .pstore__products__header .pstore__products__select__label:focus select, .pstore__products__header .pstore__products__select__label:active select {
  color: rgb(0, 0, 0);
}
.pstore__products__header .pstore__products__select__label select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  color: rgb(112, 112, 112);
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 0.5625rem 2.6875rem 0.5625rem 1.0625rem;
  background-color: transparent;
  cursor: pointer;
  transition: color 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__products__header .pstore__products__select__label select {
    font-size: 0.875rem;
    padding: 0.6875rem 2.6875rem 0.6875rem 1.3125rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__header .pstore__products__select__label select {
    font-size: 1.0625rem;
    padding: 0.875rem 2.6875rem 0.8125rem 1.3125rem;
  }
}
.pstore__products__header .pstore__products__select__label .pstore__products__select__icon {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgb(0, 0, 0);
  opacity: 0.18;
  font-size: 0.9375rem;
  transition: opacity 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__products__header .pstore__products__select__label .pstore__products__select__icon {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__header .pstore__products__select__label .pstore__products__select__icon {
    font-size: 1.25rem;
  }
}
.pstore__products__select-option {
  text-transform: capitalize;
}
.pstore__products__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.pstore__products__list__text {
  color: rgb(190, 190, 190);
}
.pstore__products__list .pstore__product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: auto;
  border-radius: 0.625rem;
  border: solid 0.0625rem rgb(190, 190, 190);
  overflow: hidden;
  min-height: 7.5rem;
}
.pstore__products__list .pstore__product:hover .pstore__product__adds, .pstore__products__list .pstore__product:focus .pstore__product__adds, .pstore__products__list .pstore__product:active .pstore__product__adds {
  background-color: rgb(0, 0, 0);
}
.pstore__products__list .pstore__product__content {
  display: grid;
  padding: 0.75rem 1rem 1.625rem;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__content {
    padding: 0.8125rem 1rem 1.9375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__content {
    padding: 0.9375rem 1rem 2.0625rem;
  }
}
.pstore__products__list .pstore__product__content__edit {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
  font-size: 0.75rem;
  opacity: 0.31;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: opacity 200ms ease;
  cursor: pointer;
  padding: 0.1875rem;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__content__edit {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__content__edit {
    font-size: 1.0625rem;
  }
}
.pstore__products__list .pstore__product__content__edit:hover, .pstore__products__list .pstore__product__content__edit:focus, .pstore__products__list .pstore__product__content__edit:active {
  opacity: 0.8;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.pstore__products__list .pstore__product__content__edit i {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
  width: 0.5rem;
  height: 0.5rem;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__content__edit i {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__content__edit i {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.pstore__products__list .pstore__product__content__owner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.050625rem;
  color: rgb(112, 112, 112);
  margin: 0 0 0.5rem;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__content__owner {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__content__owner {
    font-size: 0.875rem;
  }
}
.pstore__products__list .pstore__product__content__name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.01875rem;
  color: #464646;
  margin: 0;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__content__name {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__content__name {
    font-size: 1.75rem;
  }
}
.pstore__products__list .pstore__product__content__name, .pstore__products__list .pstore__product__content__owner {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pstore__products__list .pstore__product__adds {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
  background-color: #4b4b4b;
  transition: background-color 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__adds {
    padding: 0.75rem 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__adds {
    padding: 0.9375rem 1.9375rem;
  }
}
.pstore__products__list .pstore__product__adds .pstore__product__link {
  opacity: 0.55;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: opacity 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__products__list .pstore__product__adds .pstore__product__link {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__list .pstore__product__adds .pstore__product__link {
    font-size: 0.8125rem;
  }
}
.pstore__products__list .pstore__product__adds .pstore__product__link:not(:last-child) {
  margin-right: 1.375rem;
}
.pstore__products__list .pstore__product__adds .pstore__product__link:hover, .pstore__products__list .pstore__product__adds .pstore__product__link:focus, .pstore__products__list .pstore__product__adds .pstore__product__link:active {
  opacity: 1;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.pstore__products .pstore__add__btn {
  margin: 1.6875rem 0 0;
  margin: 1.0625rem 0 0 auto;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  background-color: rgb(57, 57, 57);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: rgb(244, 244, 244);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
}
@media (min-width: 1280px) {
  .pstore__products .pstore__add__btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products .pstore__add__btn {
    font-size: 1rem;
  }
}
.pstore__products .pstore__add__btn:hover, .pstore__products .pstore__add__btn:focus, .pstore__products .pstore__add__btn:active {
  background-color: rgb(0, 0, 0);
}
.pstore__products__load-wrapper {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  padding: 1.25rem 0.625rem;
  border: solid 0.0625rem rgb(112, 112, 112);
  height: 3.75rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.pstore__products__load-wrapper .load-more-products {
  font-size: 0.75rem;
  width: 50%;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgb(112, 112, 112);
  padding: 0.5rem 1.0625rem;
  border-radius: 0.3125rem;
  outline: none;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .pstore__products__load-wrapper .load-more-products {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .pstore__products__load-wrapper .load-more-products {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}
.pstore__products__load-wrapper .load-more-products:hover {
  transform: scale(1.05);
}
.pstore__products__load-wrapper .load-more-products:active {
  transform: scale(1);
}

.subscription {
  color: rgb(112, 112, 112);
  margin: 0;
  padding: 1.875rem 3.125rem 3.75rem;
}
@media (min-width: 1600px) {
  .subscription {
    padding: 3.4375rem 5rem 3.6875rem 5rem;
  }
}
.subscription__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.625rem;
}
.subscription__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .subscription__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .subscription__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .subscription__header__title {
    font-size: 2.0625rem;
  }
}
.subscription__header__options {
  display: flex;
  align-items: center;
}
.subscription__header__options-text {
  color: rgb(9, 121, 18);
  font-size: 0.6875rem;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .subscription__header__options-text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .subscription__header__options-text {
    font-size: 0.9375rem;
  }
}
.subscription__header__options-button-container {
  margin-left: 1.4375rem;
  font-size: 0.625rem;
  padding: 0.1875rem;
}
@media (min-width: 1280px) {
  .subscription__header__options-button-container {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .subscription__header__options-button-container {
    font-size: 0.8125rem;
  }
}
.subscription__header__options-button-container button {
  border: none;
  border-radius: 0.25rem;
  padding: 0.1875rem 0.625rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .subscription__header__options-button-container button {
    padding: 0.3125rem 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .subscription__header__options-button-container button {
    padding: 0.4375rem 0.8125rem;
  }
}
.subscription__header__options-button-container .active-subscription-duration {
  background-color: rgb(64, 64, 64);
  color: rgb(255, 255, 255);
}
.subscription__header__options-button-container .unactive-subscription-duration {
  background-color: rgb(198, 198, 198);
  color: rgb(119, 119, 119);
}
.subscription__body__price {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.9375rem;
}
.subscription__body__price-item {
  padding: 2.8125rem 0.9375rem 1.25rem;
  border-radius: 0.5625rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1600px) {
  .subscription__body__price-item {
    padding: 3.125rem 1.875rem 1.875rem;
  }
}
.subscription__body__price-item__status-data {
  text-align: center;
  position: absolute;
  top: 0rem;
  margin-bottom: 0.375rem;
  color: rgb(255, 255, 255);
  width: 100%;
  background-color: rgb(7, 189, 232);
  border-radius: 0.5625rem 0.5625rem 0 0;
  font-size: 0.625rem;
  padding: 0.5rem;
}
@media (min-width: 1280px) {
  .subscription__body__price-item__status-data {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__status-data {
    font-size: 0.75rem;
  }
}
.subscription__body__price-item .best-value {
  background-color: rgb(0, 129, 30);
}
.subscription__body__price-item--curent {
  justify-content: space-between;
}
.subscription__body__price-item__plan-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(52, 52, 52);
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .subscription__body__price-item__plan-name {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__plan-name {
    font-size: 1.25rem;
  }
}
.subscription__body__price-item__plan-user-limit {
  font-size: 0.5625rem;
  font-weight: bold;
  min-height: 0.625rem;
}
@media (min-width: 1600px) {
  .subscription__body__price-item__plan-user-limit {
    font-size: 0.6875rem;
    min-height: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__plan-user-limit {
    font-size: 0.75rem;
    min-height: 0.8125rem;
  }
}
.subscription__body__price-item__benefits-title {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .subscription__body__price-item__benefits-title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__benefits-title {
    font-size: 1rem;
  }
}
.subscription__body__price-item__price {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .subscription__body__price-item__price {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__price {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 2.125rem;
  }
}
.subscription__body__price-item__price span {
  color: rgb(70, 70, 70);
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  .subscription__body__price-item__price span {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__price span {
    font-size: 1.875rem;
  }
}
.subscription__body__price-item__btn-upgrade, .subscription__body__price-item__btn {
  padding: 0.4375rem 2.0625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-weight: bold;
  padding: 0.3125rem 0.625rem;
  font-size: 0.625rem;
  min-width: 5rem;
}
.subscription__body__price-item__btn-upgrade.active, .subscription__body__price-item__btn.active {
  color: rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.subscription__body__price-item__btn-upgrade.unactive, .subscription__body__price-item__btn.unactive {
  color: rgb(244, 244, 244);
  background-color: rgb(57, 57, 57);
}
@media (min-width: 1280px) {
  .subscription__body__price-item__btn-upgrade, .subscription__body__price-item__btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__price-item__btn-upgrade, .subscription__body__price-item__btn {
    font-size: 1rem;
    padding: 0.4375rem 1.0625rem;
  }
}
.subscription__body__price-item:not(:first-child) {
  align-items: center;
  background-color: rgb(239, 239, 239);
}
.subscription__body__price-item__cancel-subs {
  margin-top: 0.875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid rgb(112, 112, 112);
}
.subscription__body__price-item__cancel-subs:hover {
  color: rgb(42, 44, 46);
  border-bottom: 0.0625rem solid rgb(42, 44, 46);
}
.subscription__body__benefits-hr:first-of-type {
  height: 0.3125rem;
  opacity: 0.2;
  background: rgb(112, 112, 112);
  margin: 1.25rem 0;
}
.subscription__body__benefits-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0.8125rem 0;
  padding-left: 1.25rem;
}
.subscription__body__benefits-item__name-limit {
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .subscription__body__benefits-item__name-limit {
    font-size: 0.875rem;
    margin: 0.3125rem 0;
  }
}
@media (min-width: 1600px) {
  .subscription__body__benefits-item__name-limit {
    font-size: 1rem;
    margin: 0.625rem 0;
  }
}
.subscription__body__benefits-item__plan-limit {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  align-items: center;
}
@media (min-width: 1280px) {
  .subscription__body__benefits-item__plan-limit {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .subscription__body__benefits-item__plan-limit {
    font-size: 1rem;
  }
}
.subscription__footer {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  background-color: rgb(47, 47, 47);
  border-end-end-radius: 0.625rem;
  border-end-start-radius: 0.625rem;
  padding: 0.625rem 3.75rem 0.625rem 5rem;
}
@media (min-width: 1280px) {
  .subscription__footer {
    padding: 0.8125rem 3.75rem 0.8125rem 5rem;
  }
}
@media (min-width: 1600px) {
  .subscription__footer {
    padding: 1.125rem 3.4375rem 1.125rem 4.375rem;
  }
}
.subscription__footer button {
  justify-self: center;
}

.teams {
  color: rgb(112, 112, 112);
}
.teams__card {
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem;
  height: 22.8125rem;
}
.teams__card__logo {
  background-color: rgba(238, 238, 238, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  transition: all ease-in-out 0.5s;
  width: 10.3125rem;
  height: 7.8125rem;
}
@media (min-width: 1280px) {
  .teams__card__logo {
    width: 11.875rem;
    height: 9.375rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__logo {
    width: 13.4375rem;
    height: 10.8125rem;
  }
}
.teams__card__info__title, .teams__card__members__title {
  font-weight: bold;
  letter-spacing: 0.81px;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .teams__card__info__title, .teams__card__members__title {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__info__title, .teams__card__members__title {
    font-size: 0.75rem;
  }
}
.teams__card__info__title__marker {
  text-transform: uppercase;
  background-color: rgb(234, 234, 234);
  border-radius: 0.1875rem;
  padding: 0.3125rem 1rem;
  margin-left: 0.875rem;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.0225rem;
}
@media (min-width: 1280px) {
  .teams__card__info__title__marker {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__info__title__marker {
    font-size: 0.75rem;
  }
}
.teams__card__info__name {
  color: rgb(70, 70, 70);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.023125rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1280px) {
  .teams__card__info__name {
    font-size: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__info__name {
    font-size: 2.3125rem;
  }
}
.teams__card__info__details-btn {
  font-size: 0.875rem;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1280px) {
  .teams__card__info__details-btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__info__details-btn {
    font-size: 1.4375rem;
  }
}
.teams__card__info__details-btn:hover {
  color: rgb(70, 70, 70);
}
.teams__card__members {
  margin-left: auto;
  display: flex;
  gap: 3.125rem;
}
.teams__card__members__list {
  margin-top: 0.6875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  max-width: 18.75rem;
}
@media (min-width: 1600px) {
  .teams__card__members__list {
    gap: 0.3125rem 0.625rem;
    margin-top: 1.0625rem;
  }
}
.teams__card__members__list__item {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0.125rem;
  font-size: 0.625rem;
  font-weight: bold;
  background-color: rgb(19, 178, 228);
  border: 0.125rem solid rgb(19, 178, 228);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 1280px) {
  .teams__card__members__list__item {
    font-size: 0.875rem;
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__members__list__item {
    width: 2.5625rem;
    height: 2.5625rem;
    font-size: 1rem;
  }
}
.teams__card__members__list__item--creator {
  border-color: rgb(9, 143, 175);
}
.teams__card__members__list__item--guest {
  background-color: rgb(65, 185, 28);
  border-color: rgb(65, 185, 28);
}
.teams__card__members__list__item--client {
  background-color: rgb(112, 112, 112);
  border-color: rgb(112, 112, 112);
}
.teams__card__members__list__item--more-members {
  background-color: rgb(238, 238, 238);
  border-color: rgb(238, 238, 238);
  color: rgb(173, 173, 173);
}
.teams__card__members__seats {
  text-align: right;
  width: 100%;
  background-color: rgb(19, 178, 228);
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .teams__card__members__seats {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__members__seats {
    font-size: 0.75rem;
  }
}
.teams__card__members__available {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5625rem;
  margin-bottom: 1.125rem;
  text-align: right;
}
@media (min-width: 1280px) {
  .teams__card__members__available {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__members__available {
    font-size: 1.5625rem;
  }
}
.teams__card__members__add-btn {
  width: 12.8125rem;
  height: 2.8125rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border: 0.125rem solid rgb(204, 204, 204);
  border-radius: 0.3125rem;
  width: 10.0625rem;
  font-size: 0.75rem;
  height: 2.1875rem;
}
@media (min-width: 1280px) {
  .teams__card__members__add-btn {
    font-size: 0.875rem;
    width: 11.875rem;
  }
}
@media (min-width: 1600px) {
  .teams__card__members__add-btn {
    font-size: 1rem;
    width: 12.8125rem;
    height: 2.8125rem;
  }
}
.teams__card__members__add-btn:hover {
  color: rgb(70, 70, 70);
  border-color: rgb(173, 173, 173);
}
.teams__card__members__add-btn .add-icon {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  width: 1.625rem;
  height: 1.625rem;
}
.teams__card__actions {
  margin-left: auto;
}
.teams__roster {
  background-color: rgba(204, 204, 204, 0.2);
  padding: 0.75rem 2.5rem 0 2.5rem;
  overflow: hidden;
}
.teams__roster__header {
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teams__roster__header__short-info li, .teams__roster__header__toggle-btn {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.046875rem;
  color: rgba(112, 112, 112, 0.6);
  margin-left: auto;
}
@media (min-width: 1280px) {
  .teams__roster__header__short-info li, .teams__roster__header__toggle-btn {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .teams__roster__header__short-info li, .teams__roster__header__toggle-btn {
    font-size: 0.8125rem;
  }
}
.teams__roster__header__short-info {
  display: flex;
  align-items: center;
  gap: 3.625rem;
}
.teams__roster__header__toggle-btn {
  background-color: transparent;
}
.teams__roster__header__toggle-btn:hover {
  color: #707070;
}
.teams__roster__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  padding-top: 1.125rem;
  padding-bottom: 3.125rem;
}
.teams__roster__main__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teams__roster__main__col h4 {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.046875rem;
  color: rgba(112, 112, 112, 0.6);
  margin-bottom: 0.8125rem;
}
.teams__roster__main__col p {
  font-size: 0.875rem;
  line-height: 1.57;
  color: rgb(82, 82, 82);
}
.teams__roster__main__col__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.teams__roster__main__member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3125rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.125rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  position: relative;
  height: 2.5rem;
}
.teams__roster__main__member .close-icon {
  cursor: pointer;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.teams__roster__main__member .close-icon:hover {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}
.teams__roster__main__member__info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.teams__roster__main__member__info__ava {
  border-radius: 50%;
  width: 1.625rem;
  height: 1.625rem;
  background-color: rgba(112, 112, 112, 0.8);
}
.teams__roster__main__member__info__name {
  color: rgb(79, 79, 79);
  max-width: 4.375rem;
  overflow-y: auto;
}
.teams__roster__main__member__status {
  background-color: rgb(102, 102, 102);
  border-radius: 0.25rem;
  padding: 0.25rem 0.875rem;
  margin-left: auto;
  width: 5.625rem;
  height: 1.8125rem;
}
.teams__roster__main__member__status.select-dropdown {
  background-color: rgb(102, 102, 102);
  font-size: 1rem;
  padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
  width: 5.625rem;
}
.teams__roster__main__member__status--owner {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.teams__roster__main__member__action {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.teams__roster__main__member__action__btn {
  background-color: transparent;
  text-decoration: underline;
}
.teams__roster__main__member__action__btn:hover {
  color: rgb(79, 79, 79);
}
.teams__roster__main__action-btn {
  display: block;
  width: 100%;
  background-color: rgb(106, 106, 106);
  border-radius: 0.3125rem;
  color: rgb(255, 255, 255);
  padding: 0.625rem;
  position: relative;
  margin-top: 0.375rem;
}
.teams__roster__main__action-btn:hover {
  background-color: rgba(112, 112, 112, 0.8);
}
.teams__roster__main__action-btn .add-icon {
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.teams__roster__main__leave-btn {
  width: fit-content;
  white-space: nowrap;
  padding: 0.625rem 2.8125rem;
  border-radius: 0.3125rem;
  border: solid 0.125rem rgb(204, 204, 204);
  color: rgb(119, 119, 119);
}
.teams__roster__main__leave-btn:hover {
  background-color: rgb(255, 255, 255);
}

.changeSubscriptionModal {
  width: 80vw;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 2.1875rem 3.4375rem;
  color: rgb(112, 112, 112);
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgb(112, 112, 112);
}
.changeSubscriptionModal__title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1600px) {
  .changeSubscriptionModal__title {
    margin-bottom: 2.1875rem;
  }
}
.changeSubscriptionModal__features {
  border-top: 0.3125rem solid rgba(112, 112, 112, 0.3);
  border-bottom: 0.3125rem solid rgba(112, 112, 112, 0.3);
}
.changeSubscriptionModal__features__title {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.changeSubscriptionModal__features__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem;
}
.changeSubscriptionModal__features__item--accent h4 {
  color: rgb(0, 128, 0);
}
.changeSubscriptionModal__features__item:first-child h4 {
  padding-top: 0.625rem;
}
.changeSubscriptionModal__features__item h4 {
  font-size: 1.1875rem;
  line-height: 1.2;
  display: flex;
}
.changeSubscriptionModal__features__item__value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.875rem;
  font-size: 1.0625rem;
  color: rgb(82, 82, 82);
}
.changeSubscriptionModal__features__item__value__wrap {
  width: 21.875rem;
}
.changeSubscriptionModal__features__item__value__wrap__field {
  display: flex;
  width: 100%;
  padding: 0.3125rem;
}
.changeSubscriptionModal__features__item__value__wrap__field:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.changeSubscriptionModal__features__item__value__wrap__field:last-child .changeSubscriptionModal__features__item__value__wrap__field__elem:first-child {
  flex: 0 0 40%;
}
.changeSubscriptionModal__features__item__value__wrap__field:last-child .changeSubscriptionModal__features__item__value__wrap__field__elem:last-child {
  flex: 0 0 35%;
}
.changeSubscriptionModal__features__item__value__wrap__field:last-child .changeSubscriptionModal__features__item__value__wrap__field__elem:not(:last-child) {
  margin-right: 0.5rem;
}
.changeSubscriptionModal__features__item__value__wrap__field__elem {
  width: 100%;
}
.changeSubscriptionModal__features__item__value__wrap__field__elem__input {
  padding: 0.75rem 1.1875rem;
  font-size: 0.9375rem;
  width: 100%;
  border: none;
  background: rgb(242, 242, 242);
  color: rgb(112, 112, 112);
  font-weight: bold;
  border-radius: 0.3125rem;
}
.changeSubscriptionModal__features__item__value__wrap__field__elem__input::placeholder {
  opacity: 0.31;
}
.changeSubscriptionModal__features__item__value__wrap__field__elem__input.regular-text {
  font-weight: normal;
}
.changeSubscriptionModal__features__item__value__plan {
  color: rgb(112, 112, 112);
}
.changeSubscriptionModal__features__item__value__calc {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.changeSubscriptionModal__features__item__value__calc__number {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 0.6;
  color: rgb(112, 112, 112);
}
.changeSubscriptionModal__features__item__value__calc__btn {
  background-color: rgb(234, 234, 234);
  width: 3.125rem;
  height: 2rem;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.changeSubscriptionModal__features__item__value__calc__btn i {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.changeSubscriptionModal__features__item__value__calc__btn i .plus-icon {
  height: 1.375rem;
}
.changeSubscriptionModal__features__item__value__list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.changeSubscriptionModal__features__item__value__list__seats {
  display: flex;
  flex-direction: column;
}
.changeSubscriptionModal__features__item__value__list__item {
  padding: 0.1875rem;
  width: 3.25rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(19, 178, 228);
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.changeSubscriptionModal__features__item__value__list__item__seats {
  text-align: right;
  margin-top: 0.5rem;
  font-weight: 600;
}
.changeSubscriptionModal__features__item__value__list__item .check-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.changeSubscriptionModal__features__item__value__list__item.selected {
  background-color: rgb(0, 128, 0);
}
.changeSubscriptionModal__features__item__value__accent {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(0, 128, 0);
}
.changeSubscriptionModal__features__item__value__switch {
  font-size: 0.9375rem;
  padding: 0.5625rem 0.9375rem;
  background-color: rgb(234, 234, 234);
  border-radius: 0.3125rem;
}
.changeSubscriptionModal__features__item__value__switch:first-child {
  margin-right: 0.375rem;
}
.changeSubscriptionModal__features__item__value__progress {
  display: inline-block;
  width: 10.6875rem;
  height: 1.125rem;
  border-radius: 1.25rem;
  background-color: rgb(170, 30, 30);
}
.changeSubscriptionModal__features__item__value--red {
  color: rgb(170, 30, 30);
}
.changeSubscriptionModal__features__item__waring {
  margin-bottom: 1.25rem;
  color: rgb(170, 30, 30);
}
.changeSubscriptionModal__features__item__waring strong {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.6;
}
.changeSubscriptionModal__sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
.changeSubscriptionModal__sum__number {
  font-weight: bold;
}
.changeSubscriptionModal__offer {
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  margin: 1.875rem auto 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.changeSubscriptionModal__submit-btn {
  display: block;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 0.85;
  margin-top: 1.875rem;
  padding: 1.125rem 3.75rem;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0.5625rem;
  border: 0.0625rem solid rgba(112, 112, 112, 0.5);
  position: relative;
}
.changeSubscriptionModal__submit-btn:hover {
  background-color: rgba(112, 112, 112, 0.1);
}
.changeSubscriptionModal hr {
  border-color: rgba(112, 112, 112, 0.3);
}
.changeSubscriptionModal .active,
.changeSubscriptionModal .unactive {
  background: rgb(234, 234, 234);
}
.changeSubscriptionModal .active {
  opacity: 1;
}
.changeSubscriptionModal .unactive {
  opacity: 0.41;
}
.changeSubscriptionModal .btn {
  background: none;
  text-decoration: underline;
}
.changeSubscriptionModal.fadeAnimation {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.user-seats {
  width: 8.75rem;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: bold;
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #333;
  overflow: hidden;
  z-index: 1000;
}
.spinner__svg {
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: rgb(36, 36, 36);
  }
  25% {
    stroke: rgb(36, 36, 36);
  }
  50% {
    stroke: rgb(36, 36, 36);
  }
  75% {
    stroke: rgb(36, 36, 36);
  }
  100% {
    stroke: rgb(36, 36, 36);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.share-modal__header {
  display: block;
  overflow: hidden;
}
.share-modal__content {
  margin: 14px 0 0;
}
.share-modal__content__title {
  opacity: 0.28;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.share-modal__input-wrapper {
  display: flex;
}
.share-modal__remove-user {
  cursor: pointer;
}
.share-modal__remove-user.custom-icon {
  width: 11px;
  height: 11px;
  margin-left: 10px;
  opacity: 0.24;
}
.share-modal__remove-user.custom-icon:hover {
  opacity: 1;
}
.share-modal__info {
  position: absolute;
  top: 10px;
  left: 15px;
}
.share-modal__info__description {
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: rgb(255, 255, 255);
  margin: 0 0 4px;
}
.share-modal__info__error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #ff6262;
}
.share-modal__select.select-dropdown {
  border-radius: 0 4px 4px 0;
  background-color: rgb(87, 87, 87);
  border: none;
  outline: none;
  background-size: 8px;
  padding: 8px 24px 8px 10px;
  font-size: 12px;
}
.share-modal .disable-arrow {
  background-image: none;
}
.share-modal__add-btn {
  float: right;
  margin: 13px 0 0;
  cursor: pointer;
  padding: 6px 16px 6px 17px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  border: 0;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.share-modal__role {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.share-modal__email, .share-modal__owner-email {
  overflow: hidden;
  position: relative;
}
.share-modal__owner-email {
  min-height: 13px;
  width: 100%;
}
.share-modal__level {
  text-transform: capitalize;
}
.share-modal__table {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.share-modal__table__header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.share-modal__table__header .col-md-6 {
  display: inline-block;
  width: 50%;
  letter-spacing: 0.05em;
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin: 0 10px 0 0;
}
.share-modal__table__header .col-md-3 {
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__header .col-md-3:not(:last-child) {
  width: 35px;
  margin: 0 10px 0 0;
}
.share-modal__table__header .col-md-3:last-child {
  width: 65px;
  text-align: center;
}
.share-modal__table__content {
  display: block;
  position: relative;
  width: 100%;
  min-width: 260px;
}
.share-modal__table__content.row {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
.share-modal__table__content.row .share-modal__shared-user {
  display: flex;
  align-items: center;
}
.share-modal__table__content.row .share-modal__shared-user:not(:first-child) {
  margin: 10px auto 0;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-6 {
  display: inline-block;
  width: 50%;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__content.row .share-modal__shared-user .col-md-6::-webkit-scrollbar {
  display: none;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3 {
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3:not(:last-child) {
  font-size: 10px;
  width: 35px;
  margin: 0 10px 0 0;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3:last-child {
  width: auto;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3 .shared-user__owner {
  padding: 4px 14px;
  text-align: center;
  border-radius: 4px;
  background-color: rgb(102, 102, 102);
  opacity: 0.49;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  width: 60px;
  height: 20px;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3 .share-modal__select.edit-role.select-dropdown {
  border-radius: 4px;
  background-color: rgb(87, 87, 87);
  border: none;
  outline: none;
  background-size: 7px;
  font-size: 9px;
  padding: 4px 20px 4px 10px;
  width: 60px;
  height: 20px;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3 .removeUser {
  color: rgb(204, 204, 204);
  cursor: pointer;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-3 .removeUser:hover {
  color: rgb(170, 170, 170);
}
.share-modal__checkbox-wrapper {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin: 18px 0 0;
}
.share-modal__checkbox-wrapper > input {
  width: 16px;
  height: 14px;
  margin: 0 6px 0 0;
}
.share-modal__licenses {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 3px;
  margin: 8px 0 28px;
}
.share-modal__licenses__header {
  display: flex;
  justify-content: space-around;
  padding: 5.5px 0;
  background-color: rgb(40, 167, 69);
}
.share-modal__licenses__header .share-modal__header__add {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.share-modal__licenses__header .share-modal__header__quantity {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.share-modal__licenses__description {
  margin: 13px auto 11px;
  width: 239px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  color: rgb(40, 167, 69);
}
.share-modal__licenses__description .share-modal__licenses__release {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(40, 167, 69);
  cursor: pointer;
}
.share-modal__licenses__description .share-modal__licenses__release:visited {
  color: rgb(40, 167, 69);
}
.share-modal__licenses__subscriptions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
  width: 228px;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 0;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__decr, .share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__incr {
  height: 24.4px;
  width: 24.2px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgb(136, 136, 136);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__total {
  margin: 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(112, 112, 112);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details {
  text-align: right;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period {
  margin: 0 0 1.5px;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly {
  margin: 0 10px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  color: rgb(57, 57, 57);
  text-decoration: none;
  transition: color 200ms ease;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:hover, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:focus, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  color: rgb(57, 57, 57);
  text-decoration: none;
  transition: color 200ms ease;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:hover, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:focus, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__rate {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: rgb(65, 65, 65);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__sale {
  opacity: 0.54;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: rgb(29, 29, 29);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__sale .sale__percents {
  margin: 0 7px 0 0;
  opacity: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: rgb(65, 185, 28);
}
.share-modal__licenses__upgrade {
  display: block;
  width: 230px;
  margin: 0 auto 13px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(67, 2, 165);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  cursor: pointer;
}
.share-modal__licenses__cancel {
  display: block;
  margin: 0 auto 16.5px;
  padding: 4px 0;
  opacity: 0.52;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgb(112, 112, 112);
  outline: none;
  cursor: pointer;
}
.share-modal__licenses i {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.share-modal__licenses i.minus-icon {
  width: 13px;
  height: 13px;
}

.popUp .sharing-modal {
  border-radius: 0 0 7px 7px;
}

.share-modal__header {
  display: block;
  overflow: hidden;
}
.share-modal__content {
  margin: 14px 0 0;
}
.share-modal__content__title {
  opacity: 0.28;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.share-modal__input-wrapper {
  display: flex;
}
.share-modal__remove-user {
  cursor: pointer;
}
.share-modal__remove-user.custom-icon {
  width: 11px;
  height: 11px;
  margin-left: 3px;
  opacity: 0.24;
}
.share-modal__remove-user.custom-icon:hover {
  opacity: 1;
}
.share-modal__info {
  position: absolute;
  top: 10px;
  left: 15px;
}
.share-modal__info__description {
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: rgb(255, 255, 255);
  margin: 0 0 4px;
}
.share-modal__info__error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #ff6262;
}
.share-modal__select.select-dropdown {
  border-radius: 0 4px 4px 0;
  background-color: rgb(87, 87, 87);
  border: none;
  outline: none;
  background-size: 8px;
  padding: 8px 24px 8px 10px;
  font-size: 12px;
}
.share-modal .disable-arrow {
  background-image: none;
}
.share-modal__add-btn {
  float: right;
  margin: 13px 0 0;
  cursor: pointer;
  padding: 6px 16px 6px 17px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
  border: 0;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.share-modal__email, .share-modal__owner-email {
  overflow: hidden;
}
.share-modal__role {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.share-modal__level {
  text-transform: capitalize;
}
.share-modal__table {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.share-modal__table__header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.share-modal__table__header .col-md-8 {
  display: inline-block;
  width: 60%;
  letter-spacing: 0.05em;
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin: 0 10px 0 0;
}
.share-modal__table__header .col-md-4 {
  opacity: 0.46;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__header .col-md-4:not(:last-child) {
  width: 35px;
  margin: 0 10px 0 0;
}
.share-modal__table__header .col-md-4:last-child {
  width: 65px;
  text-align: center;
}
.share-modal__table__content {
  display: block;
  position: relative;
  width: 100%;
}
.share-modal__table__content.row {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
.share-modal__table__content.row .share-modal__shared-user {
  display: flex;
  align-items: center;
  position: relative;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-8 {
  display: inline-block;
  width: 65%;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__content.row .share-modal__shared-user .col-md-8::-webkit-scrollbar {
  display: none;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-4:last-child {
  width: auto;
}
.share-modal__table__content.row .share-modal__shared-user .col-md-4 .shared-user__owner {
  padding: 4px 14px;
  text-align: center;
  border-radius: 4px;
  background-color: rgb(102, 102, 102);
  opacity: 0.49;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.share-modal__table__content.row .share-modal__shared-user .col-md-4 .share-modal__select.edit-role.select-dropdown {
  border-radius: 4px;
  background-color: rgb(87, 87, 87);
  border: none;
  outline: none;
  background-size: 7px;
  font-size: 9px;
  padding: 4px 20px 4px 8px;
}
.share-modal__checkbox-wrapper {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin: 18px 0 0;
}
.share-modal__checkbox-wrapper > input {
  width: 16px;
  height: 14px;
  margin: 0 6px 0 0;
}
.share-modal__licenses {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 3px;
  margin: 8px 0 28px;
}
.share-modal__licenses__header {
  display: flex;
  justify-content: space-around;
  padding: 5.5px 0;
  background-color: rgb(40, 167, 69);
}
.share-modal__licenses__header .share-modal__header__add {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.share-modal__licenses__header .share-modal__header__quantity {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.share-modal__licenses__description {
  margin: 13px auto 11px;
  width: 239px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  color: rgb(40, 167, 69);
}
.share-modal__licenses__description .share-modal__licenses__release {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(40, 167, 69);
  cursor: pointer;
}
.share-modal__licenses__description .share-modal__licenses__release:visited {
  color: rgb(40, 167, 69);
}
.share-modal__licenses__subscriptions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
  width: 228px;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 0;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__decr, .share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__incr {
  height: 24.4px;
  width: 24.2px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgb(136, 136, 136);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__quantity__total {
  margin: 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(112, 112, 112);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details {
  text-align: right;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period {
  margin: 0 0 1.5px;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly {
  margin: 0 10px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  color: rgb(57, 57, 57);
  text-decoration: none;
  transition: color 200ms ease;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:hover, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:focus, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__monthly:active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7px;
  font-weight: 500;
  color: rgb(57, 57, 57);
  text-decoration: none;
  transition: color 200ms ease;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:hover, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:focus, .share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .period__annual:active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__period .active {
  opacity: 0.54;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__rate {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: rgb(65, 65, 65);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__sale {
  opacity: 0.54;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: rgb(29, 29, 29);
}
.share-modal__licenses__subscriptions .share-modal__subscriptions__details__sale .sale__percents {
  margin: 0 7px 0 0;
  opacity: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: rgb(65, 185, 28);
}
.share-modal__licenses__upgrade {
  display: block;
  width: 230px;
  margin: 0 auto 13px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(67, 2, 165);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  cursor: pointer;
}
.share-modal__licenses__cancel {
  display: block;
  margin: 0 auto 16.5px;
  padding: 4px 0;
  opacity: 0.52;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgb(112, 112, 112);
  outline: none;
  cursor: pointer;
}

.options-modal {
  max-width: 19.4375rem;
  margin: 0 auto;
  right: 100px;
  margin-right: 100px;
}
.options-modal__action-btn {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
}
.options-modal__edit-name {
  padding: 0.4375rem 1.5rem;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.options-modal__move, .options-modal__move__cancel, .options-modal__move__save {
  padding: 0.375rem 1.375rem;
  background-color: rgba(255, 255, 255, 0.26);
  color: rgb(251, 251, 251);
  border-radius: 0.25rem;
}
.options-modal__move__input__label, .options-modal__move__cancel__input__label, .options-modal__move__save__input__label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  opacity: 0.46;
  color: rgb(255, 255, 255);
}
.options-modal__remove {
  margin-left: auto;
  padding: 0.375rem 1.375rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 78, 78, 0.35);
  color: rgb(251, 251, 251);
}
.options-modal__box {
  display: block;
  max-width: 31.25rem;
  height: auto;
  margin: 0 auto;
  padding: 1.0625rem 1rem 1.4375rem;
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
}
.options-modal__box.sharing-modal {
  max-width: 19.4375rem;
  padding: 1rem 0.875rem;
}
.options-modal__header {
  display: block;
  line-height: 1.875rem;
  padding: 0;
  margin-bottom: 1.25rem;
}
.options-modal__header__title {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.options-modal__header__item-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  max-width: 100%;
  font-size: 1.625rem;
  font-weight: 500;
  opacity: 0.36;
  color: rgb(255, 255, 255);
}
.options-modal__body .options-modal__live-users {
  margin: 0 0 0.875rem;
}
.options-modal__body .options-modal__live-users__title {
  opacity: 0.28;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(255, 255, 255);
  margin: 0 0 1.0625rem;
}
.options-modal__body .options-modal__live-users__list {
  margin: -0.15625rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.options-modal__body .options-modal__live-users__list .options-modal__live-users__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5625rem;
  height: 2.5625rem;
  border-radius: 50%;
  margin: 0.15625rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(234, 234, 234);
  position: relative;
}
.options-modal__body .options-modal__live-users__list .options-modal__live-users__user .avatar__status {
  width: 0.875rem;
  height: 0.875rem;
  background: rgb(56, 209, 9);
  border: 0.125rem solid rgb(255, 255, 255);
  position: absolute;
  bottom: 2%;
  right: 2%;
  border-radius: 100%;
}
.options-modal__body .options-modal__live-users__list .options-modal__live-users__user > div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(170, 170, 170);
}
.options-modal__field {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  font-size: 0.875rem;
  padding: 1.8125rem 0.9375rem 0.8125rem;
  border-radius: 0.25rem;
  background-color: rgb(51, 51, 51);
  color: rgb(0, 0, 0);
}
.options-modal__field.share-modal {
  padding: 2.625rem 0.9375rem 0.8125rem;
}
.options-modal__field__name {
  display: inline-block;
  font-weight: 600;
  width: 5.625rem;
  text-transform: capitalize;
  color: rgb(153, 153, 153);
}
.options-modal__field__input, .options-modal__field .share-modal__input {
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: rgb(100, 100, 100);
  resize: none;
  line-height: 0.3125rem;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  outline: none;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  color: rgb(255, 255, 255);
}
.options-modal__field__input.large, .options-modal__field .share-modal__input.large {
  width: 25.5rem;
}
.options-modal__field__input::placeholder, .options-modal__field .share-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.41);
}
.options-modal__field__input:-webkit-autofill, .options-modal__field .share-modal__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem rgb(100, 100, 100) inset !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
}
.options-modal__field__input__label {
  position: absolute;
  top: 0.625rem;
  left: 0.9375rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  opacity: 0.46;
  color: rgb(255, 255, 255);
}
.options-modal__field__submit-btn {
  display: block;
  float: right;
  color: rgb(255, 255, 255);
  border: 0;
  outline: 0;
  background: rgb(153, 153, 153);
  width: 8.875rem;
  height: 1.625rem;
}
.options-modal__field__content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.options-modal__field__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3125rem 0 0;
  position: relative;
}
.options-modal__field__icon {
  margin: 0 0.125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.options-modal__field__icon:hover {
  color: rgb(0, 0, 0);
}
.options-modal__field__icon.disabled {
  color: rgba(0, 0, 0, 0.2) !important;
  cursor: not-allowed;
}

.popUp {
  right: 100px;
}
.popUp .options-modal {
  min-width: 400px;
  right: 10px;
  margin-right: 100px;
}
.popUp .options-modal::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .popUp .options-modal::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .popUp .options-modal::-webkit-scrollbar {
    width: 5px;
  }
}
.popUp .options-modal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popUp .options-modal::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.popUp .options-modal__box {
  background-color: rgb(39, 39, 39);
  min-width: 400px;
  height: calc(100vh - 100px);
}
@media (min-width: 1280px) {
  .popUp .options-modal__box {
    height: calc(100vh - 125px);
  }
}
@media (min-width: 1600px) {
  .popUp .options-modal__box {
    height: calc(100vh - 155px);
  }
}
.popUp .options-modal .share-modal__table__content.row .share-modal__shared-user .col-md-6,
.popUp .options-modal .share-modal__table__header .col-md-6 {
  margin: 0 65px 0 0;
}
.popUp .options-modal .share-modal__table__content.row .share-modal__shared-user .col-md-6 .spinner,
.popUp .options-modal .share-modal__table__header .col-md-6 .spinner {
  z-index: 1;
}

.top-bar {
  width: 100%;
  margin-top: 0.3125rem;
}
.top-bar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.625rem 0;
}
.top-bar__header__company-name {
  display: flex;
  align-items: center;
  color: rgb(112, 112, 112);
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 0;
  cursor: pointer;
}
.top-bar__header__company-name .arrow-back-icon {
  margin-right: 0.5rem;
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.top-bar__header__company-name:hover {
  color: rgb(255, 255, 255);
}
.top-bar__header__company-name:hover .arrow-back-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.top-bar__header__nav {
  margin-right: 1.5625rem;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .top-bar__header__nav {
    margin-right: 3.4375rem;
  }
}
@media (min-width: 1600px) {
  .top-bar__header__nav {
    margin-right: 3.75rem;
  }
}
.top-bar__header__nav .nav-item {
  font-size: 0.8125rem;
  margin-left: 1.5625rem;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .top-bar__header__nav .nav-item {
    margin-left: 2.0625rem;
  }
}
@media (min-width: 1600px) {
  .top-bar__header__nav .nav-item {
    margin-left: 2.5625rem;
  }
}
.top-bar__header__nav .nav-item:hover {
  opacity: 0.5;
}
.top-bar__page-list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.top-bar__page-list li {
  font-size: 2.25rem;
  margin-right: 1.25rem;
  opacity: 0.34;
  cursor: pointer;
}
.top-bar__page-list li.active {
  opacity: 1;
}

.create-product-btn {
  color: red;
  cursor: pointer;
}

.mirror {
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mirror__main {
  height: calc(100% - 5.188rem);
  overflow: auto;
  padding: 0.3125rem 0.5rem;
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .mirror__main {
    height: calc(100% - 7.125rem);
    padding: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror__main {
    height: calc(100% - 8.75rem);
    padding: 0.5rem 0.9375rem;
  }
}
.mirror__main::-webkit-scrollbar {
  width: 0.75rem;
}
.mirror__main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}
.mirror__main::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 0.3125rem;
}
.mirror__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.mirror__container .buttons-grid.buttons-opacity {
  background-color: rgba(29, 29, 29, 0.3);
}
.mirror__container .buttons-grid {
  position: relative;
  width: 100%;
  min-height: 50%;
  padding: 0.625rem;
  background-color: rgb(29, 29, 29);
  margin-top: -6.25rem;
}
.mirror__container .buttons-grid__toggles {
  display: flex;
  justify-content: space-between;
  height: 20%;
}
.mirror__container .buttons-grid__toggles__layout select {
  background-color: rgb(18, 18, 18);
  border: none;
  width: 8.75rem;
  border-radius: 0.25rem;
  height: 2.1875rem;
  outline: none;
  color: rgb(170, 170, 170);
}
.mirror__container .buttons-grid__toggles__opacity {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  background-color: rgb(29, 29, 29);
  padding: 0 0.3125rem;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-title {
  color: rgb(170, 170, 170);
  margin-right: 0.625rem;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch {
  width: 2.125rem;
  height: 1.25rem;
  color: rgb(126, 126, 126);
  position: relative;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch label {
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  color: #585858;
  font-size: 1.125rem;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch .opacity-checkbox {
  display: none;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch .opacity-checkbox:checked + .switcher {
  background-color: rgb(33, 150, 243);
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch .opacity-checkbox:checked + .switcher:before {
  -webkit-transform: translateX(1.625rem);
  transform: translateX(0.75rem);
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch .switcher {
  border-radius: 2.125rem;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
}
.mirror__container .buttons-grid__toggles__opacity .opacity-switch .switcher:before {
  position: absolute;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  left: 0.25rem;
  bottom: 0.1875rem;
  background-color: rgb(59, 59, 59);
  transition: 0.4s;
  border-radius: 50%;
}
.mirror__container .buttons-grid__buttons-wrapper {
  display: grid;
  justify-items: center;
  align-items: flex-start;
  margin-top: 0.9375rem;
  grid-gap: 0.625rem;
  height: 80%;
}
.mirror__container .buttons-grid .grid-view {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.mirror__container .buttons-grid .flex-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.mirror__container .buttons-grid .block-view {
  display: grid;
  justify-items: center;
  align-items: flex-start;
  grid-template: none;
}
.mirror__top {
  height: 3.75rem;
  display: flex;
}
.mirror__top__col {
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
}
.mirror__top__col--left {
  flex-basis: 30%;
}
.mirror__top__col--center {
  flex-basis: 0%;
}
.mirror__top__col--right {
  flex-basis: 70%;
  display: flex;
  justify-content: flex-end;
}
.mirror__btn-share {
  display: flex;
  margin-right: 0.625rem;
}
.mirror__btns-toggle {
  height: 100%;
}
.mirror__btns-toggle button {
  height: 100%;
}
.mirror__btns-toggle button:focus {
  outline: none;
}
.mirror__btns-toggle button.btn-default {
  background-color: rgb(18, 18, 18);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}
.mirror__btns-toggle button.btn-primary {
  cursor: default;
  border-color: rgb(51, 150, 231);
}
.mirror__dropdown {
  height: 100%;
  display: inline-block;
  margin-right: 0.625rem;
}
.mirror__dropdown:focus {
  outline: none;
}
.mirror__dropdown__btn {
  height: 100%;
  background-color: rgb(18, 18, 18);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}
.mirror__dropdown__btn:focus {
  outline: none;
}
.mirror__dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0.375rem 0.75rem rgb(0, 0, 0);
  box-shadow: 0px 0.375rem 0.75rem rgb(0, 0, 0);
}
.mirror__dropdown__menu .mirror__menu-item.active-limit {
  background: rgb(85, 95, 102);
}
.mirror__dropdown__menu .mirror__menu-item.active-limit a {
  color: rgb(255, 255, 255);
}
.mirror__clear-clipboard {
  margin-right: 0.625rem;
  height: 100%;
  background-color: rgb(18, 18, 18);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}
.mirror__clear-clipboard--success {
  font-size: 0.75rem;
}
.mirror__clear-clipboard--success-copy {
  display: none;
}
.mirror__clear-clipboard.disabled {
  opacity: 0.2;
  cursor: default;
}
.mirror__clear-clipboard:focus {
  outline: none;
}
.mirror__clear-clipboard[disabled=disabled] {
  cursor: default;
  background-color: rgb(0, 128, 0);
  border: none;
  padding: 0.125rem 0.75rem;
}
.mirror__global-loader {
  position: absolute;
  z-index: 5;
  background: rgb(21, 21, 21);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mirror__global-loader i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.125rem;
}
.mirror__results-container {
  backface-visibility: hidden;
  height: auto;
  overflow-y: auto;
  text-align: center;
  position: relative;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  margin-top: 0px;
  padding: 0;
  overflow-x: hidden;
}
.mirror__results-container .spinner {
  z-index: 1;
}
.mirror__search {
  display: grid;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow-y: hidden;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1600px) {
  .mirror__search {
    gap: 0.375rem;
  }
}
.mirror__search.grid-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.mirror__search.grid-8 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.mirror__search.grid-16 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.mirror__search.grid-32 {
  grid-template-columns: repeat(8, 1fr);
}
.mirror__search.grid-64 {
  grid-template-columns: repeat(8, 1fr);
}
.mirror__search.fit-view-16 {
  grid-template-columns: repeat(4, 1fr);
  height: 200%;
}
.mirror__search.fit-view-32 {
  grid-template-columns: repeat(4, 1fr);
  height: 400%;
}
.mirror__search.fit-view-64 {
  grid-template-columns: repeat(4, 1fr);
  height: 800%;
}
.mirror__wobble-btn-wrapper {
  top: 100%;
  position: relative;
  display: flex;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.mirror__wobble-btn-wrapper button {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  color: rgb(255, 255, 255);
  background-color: rgb(59, 59, 59);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
}
.mirror__wobble-btn-wrapper .active {
  background-color: rgb(67, 2, 165);
}
.mirror .gradient-swatch {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.mirror .gradient-mode .gradient-swatch {
  display: block;
}
.mirror .project-client__current-project, .mirror .project-client__current-client {
  cursor: pointer;
}
.mirror .project-client__current-project:hover, .mirror .project-client__current-client:hover {
  color: rgb(51, 122, 183);
}
.mirror__spinner-wrapper {
  display: flex;
  justify-content: center;
}

.mirror-topbar {
  height: 2.8125rem;
  /* margin: toRem(4px) toRem(5px) toRem(0px); */
  /* padding-top: toRem(10px); */
  font-size: 0.5625rem;
}
@media (min-width: 1280px) {
  .mirror-topbar {
    height: 3.4375rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar {
    height: 3.5625rem;
    margin: 0.625rem 0.625rem 0rem;
  }
}
.mirror-topbar__container {
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
  height: 100%;
}
@media (min-width: 1280px) {
  .mirror-topbar__container {
    gap: 0.375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-topbar__container {
    gap: 0.5625rem;
  }
}

.mirror-detail {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}
.mirror-detail__container {
  display: flex;
  flex-direction: column;
}
.mirror-detail__iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mirror-detail__main {
  height: calc(100vh - 6.25rem);
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
  padding: 0.3125rem 0.25rem 0rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main {
    height: calc(100vh - 7.063rem);
    padding: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main {
    height: calc(100vh - 10.25rem);
    padding: 0.5625rem 0.5rem;
  }
}
.mirror-detail__main__middle {
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  border-radius: 0.4375rem;
  overflow: hidden;
}
.mirror-detail__main__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.mirror-detail__main__left {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  min-width: 12.8125rem;
  width: 30%;
  margin-right: 0.3125rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left {
    min-width: 15rem;
    margin-right: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left {
    min-width: 16.875rem;
    margin-right: 0.625rem;
  }
}
.mirror-detail__main__left__vote {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.4375rem;
  margin-bottom: 0.1875rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote {
    padding: 0.5rem;
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote {
    padding: 0.625rem;
    margin-bottom: 0.5625rem;
  }
}
.mirror-detail__main__left__vote__header {
  display: flex;
  justify-content: space-between;
}
.mirror-detail__main__left__vote__header__title {
  font-size: 0.5625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.27);
  margin-bottom: 0.125rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__header__title {
    font-size: 0.6875rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__header__title {
    font-size: 1.0625rem;
  }
}
.mirror-detail__main__left__vote__header i {
  cursor: pointer;
  opacity: 0.3;
}
.mirror-detail__main__left__vote__header i:hover {
  opacity: 0.8;
}
.mirror-detail__main__left__vote__counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mirror-detail__main__left__vote__counter__item {
  padding: 0.375rem 0.375rem 0.75rem;
  background-color: rgb(16, 16, 16);
  border-radius: 0.25rem;
  border: 0.0625rem solid rgb(70, 70, 70);
  margin: 0.25rem 0.5rem;
  width: 2.9375rem;
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__counter__item {
    width: 5rem;
    padding: 0.3125rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__counter__item {
    width: 8.125rem;
    padding: 0.5rem 0.875rem 1.5rem 0.875rem;
    margin: 0.5rem;
  }
}
.mirror-detail__main__left__vote__counter__item.current {
  opacity: 1;
}
.mirror-detail__main__left__vote__counter__item:hover {
  opacity: 0.8;
}
.mirror-detail__main__left__vote__counter__item__icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__counter__item__icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__counter__item__icon {
    font-size: 2.8125rem;
  }
}
.mirror-detail__main__left__vote__counter__item__icon i {
  width: 0.9375rem;
  height: 0.9375rem;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__counter__item__icon i {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__counter__item__icon i {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.mirror-detail__main__left__vote__counter__item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.375rem;
  padding: 0.25rem;
  width: 100%;
  height: 28%;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__counter__item__title {
    font-size: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__counter__item__title {
    font-size: 0.75rem;
  }
}
.mirror-detail__main__left__vote__sort-by {
  margin: 0.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__sort-by {
    margin: 0.375rem 0;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__sort-by {
    margin: 0.625rem 0;
  }
}
.mirror-detail__main__left__vote__sort-by span {
  font-size: 0.5625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.27);
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__sort-by span {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__sort-by span {
    font-size: 1.0625rem;
  }
}
.mirror-detail__main__left__vote__sort-by span.active {
  color: white;
}
.mirror-detail__main__left__vote__list {
  overflow-y: auto;
}
.mirror-detail__main__left__vote__list::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list::-webkit-scrollbar {
    width: 5px;
  }
}
.mirror-detail__main__left__vote__list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mirror-detail__main__left__vote__list::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.mirror-detail__main__left__vote__list::-webkit-scrollbar {
  height: 0.1875rem;
}
.mirror-detail__main__left__vote__list__info {
  width: 100%;
  background-color: rgb(39, 39, 39);
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.5rem;
  padding: 0.625rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list__info {
    font-size: 0.75rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__info {
    font-size: 0.9375rem;
    padding: 0.9375rem;
  }
}
.mirror-detail__main__left__vote__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.1875rem;
  padding: 0.3125rem;
  background-color: rgb(34, 34, 34);
  margin-bottom: 0rem;
  border-radius: 0.4375rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list__item {
    padding: 0.4375rem 0.3125rem;
    gap: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__item {
    padding: 0.625rem 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.mirror-detail__main__left__vote__list__item .custom-icon {
  width: 0.625rem !important;
  height: 0.625rem !important;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list__item .custom-icon {
    width: 0.9375rem !important;
    height: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__item .custom-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}
.mirror-detail__main__left__vote__list__item__info {
  display: flex;
  gap: 0.3125rem;
  width: 90%;
  align-items: center;
  justify-content: space-around;
}
.mirror-detail__main__left__vote__list__item__info .voter-username {
  color: rgb(255, 255, 255);
  font-size: 0.5625rem;
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list__item__info .voter-username {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__item__info .voter-username {
    font-size: 0.8125rem;
  }
}
.mirror-detail__main__left__vote__list__item__info .vote-date {
  font-size: 0.4375rem;
  color: rgba(255, 255, 255, 0.35);
}
@media (min-width: 1280px) {
  .mirror-detail__main__left__vote__list__item__info .vote-date {
    font-size: 0.5625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__item__info .vote-date {
    font-size: 0.8125rem;
  }
}
.mirror-detail__main__left__vote__list__item .custom-icon {
  filter: invert(41%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(94%) contrast(95%);
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 1600px) {
  .mirror-detail__main__left__vote__list__item .custom-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.mirror-detail__main__left__vote__list__expand {
  width: 100%;
  margin: 0.625rem auto;
  text-align: center;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.27);
}
.mirror-detail__main__left__vote__list__expand:hover {
  color: white;
}
.mirror-detail__main__left__chat {
  width: 100%;
  flex: 1;
}
.mirror-detail__main__left__chat .chat__container {
  width: 100%;
}
.mirror-detail__main__left__chat .chat__close {
  display: none;
}
.mirror-detail__main__right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mirror-detail__main__right__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.mirror-detail__main__right__tabs {
  flex-shrink: 0;
}
.mirror-detail__main__right__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
.mirror-detail__main__right__body .right-sidebar {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.mirror-detail__main__right__body .right-sidebar .childSidebar {
  position: absolute;
  left: 0;
}
.mirror-detail__main__loading-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.mirror-detail__bottom-bar {
  position: fixed;
  bottom: 0;
  left: 2.9375rem;
  right: 0;
}
@media (min-width: 1280px) {
  .mirror-detail__bottom-bar {
    left: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-detail__bottom-bar {
    left: 4.375rem;
  }
}

.remote-product__side__section {
  width: 26.25rem;
}
@media (min-width: 1280px) {
  .remote-product__side__section {
    min-width: 16.875rem;
  }
}
@media (min-width: 1600px) {
  .remote-product__side__section {
    width: 21.875rem;
  }
}

.mirror-detail__main__right {
  display: flex;
  flex-direction: column;
}

.mirror-detail__main__right__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mirror-detail-lock-menu-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 8px;
}

.ingredient-detail-container {
  border-radius: 0.3125rem;
}

.detailLockMenu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px;
}
.detailLockMenu__container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.detailLockMenu__header {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.detailLockMenu__content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.ingredients-list-container {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  min-height: 0;
  background: rgb(34, 34, 34);
  color: rgb(100, 100, 100);
}

.ingredient-item {
  background: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  margin-bottom: 0.125rem;
}
.ingredient-item:hover__header {
  background: rgb(11, 11, 11);
}
.ingredient-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
}
.ingredient-item__header:hover .ingredient-item__actions {
  opacity: 1;
}
.ingredient-item__name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
.ingredient-item__actions {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.ingredient-item__actions button {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}
.ingredient-item__actions button:hover {
  opacity: 0.8;
}
.ingredient-item__actions button .custom-icon {
  width: 1rem;
  height: 1rem;
}
.ingredient-item__actions button .custom-icon.eye-icon {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.ingredient-item__actions button .custom-icon.eye-icon.active {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}

.no-ingredients {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

.mirror-detail-lock-menu {
  display: flex;
  flex-direction: column;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
}

.tab-button.active {
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

.tab-content {
  flex: 1;
  overflow: auto;
}

.mapping-content {
  height: 100%;
}

.detailLockMenu {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .detailLockMenu {
    max-width: 31.25rem;
  }
}
.detailLockMenu.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.detailLockMenu i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.detailLockMenu i:hover {
  opacity: 1;
}
.detailLockMenu i.active {
  opacity: 0.7;
}
.detailLockMenu i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.detailLockMenu i.wave-0-icon, .detailLockMenu i.wave-1-icon, .detailLockMenu i.wave-2-icon, .detailLockMenu i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.detailLockMenu i.wave-0-icon:hover, .detailLockMenu i.wave-1-icon:hover, .detailLockMenu i.wave-2-icon:hover, .detailLockMenu i.wave-3-icon:hover {
  opacity: 1;
}
.detailLockMenu i.arrow-down-icon {
  transform: rotate(0);
}
.detailLockMenu i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.detailLockMenu__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.detailLockMenu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.detailLockMenu__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.detailLockMenu__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.detailLockMenu__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailLockMenu__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.detailLockMenu__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.detailLockMenu__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}
.detailLockMenu__header__select {
  margin-left: 0.625rem;
}

.clickable {
  cursor: pointer;
  text-decoration: underline;
  color: #007bff;
}

.clickable:hover {
  color: #0056b3;
}

.mirror-detail__main__right {
  position: relative;
  min-width: 400px;
  display: flex;
  max-width: 400px;
  flex-direction: column;
  background: rgb(29, 29, 29);
  border-radius: 5px;
  padding-top: 10px;
}

.mirror-detail__main__right__body {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ingredient-detail-container .detailLockMenu {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ingredient-detail-container .detailLockMenu__container {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ingredient-detail-container .detailLockMenu__header {
  flex-shrink: 0;
  padding: 0px;
  border-bottom: 1px solid var(--border-color);
  background: var(--background-color);
}
.ingredient-detail-container .detailLockMenu__header__back {
  margin-bottom: 12px;
}
.ingredient-detail-container .detailLockMenu__header__back button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
}
.ingredient-detail-container .detailLockMenu__header__back button:hover {
  color: var(--primary-color);
}
.ingredient-detail-container .detailLockMenu__content {
  flex: 1;
  overflow-y: auto;
  padding: 0px;
  width: 100%;
}

.mirror-block__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
  background-position: 0% 50%;
  align-self: flex-start;
  overflow: hidden;
}
.mirror-block__container .block-menu-wrapper .block-menu {
  top: 1.875rem;
  height: 1.875rem;
}
.mirror-block__container .custom-icon {
  cursor: pointer;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media (min-width: 1280px) {
  .mirror-block__container .custom-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__container .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.mirror-block__mapping-indicator {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.mirror-block__mapping-indicator--success {
  background: #4CAF50;
}
.mirror-block__mapping-indicator--success i {
  color: white;
}
.mirror-block__mapping-indicator--error {
  background: #f44336;
}
.mirror-block__mapping-indicator--error i {
  color: white;
}
.mirror-block__mapping-indicator--pending {
  background: #FF9800;
}
.mirror-block__mapping-indicator--pending i {
  color: white;
}
.mirror-block__mapping-indicator--no-iframe {
  background: #9E9E9E;
}
.mirror-block__mapping-indicator--no-iframe i {
  color: white;
  font-size: 0.5rem;
}
.mirror-block__mapping-indicator--mapped {
  background: #2196F3;
}
.mirror-block__mapping-indicator--mapped i {
  color: white;
}
.mirror-block__mapping-indicator--failed {
  background: #9C27B0;
}
.mirror-block__mapping-indicator--failed i {
  color: white;
}
.mirror-block__mapping-indicator--no-mappings {
  background: #757575;
}
.mirror-block__mapping-indicator--no-mappings i {
  color: white;
}
.mirror-block__mapping-indicator i {
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .mirror-block__mapping-indicator {
    width: 1.5rem;
    height: 1.5rem;
  }
  .mirror-block__mapping-indicator i {
    font-size: 0.875rem;
  }
  .mirror-block__mapping-indicator i.mirror-block__mapping-indicator--no-iframe {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__mapping-indicator {
    width: 1.75rem;
    height: 1.75rem;
  }
  .mirror-block__mapping-indicator i {
    font-size: 1rem;
  }
  .mirror-block__mapping-indicator i.mirror-block__mapping-indicator--no-iframe {
    font-size: 0.75rem;
  }
}
.mirror-block__iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.4375rem;
}
.mirror-block__content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mirror-block__info__count {
  font-size: 0.6875rem;
}
@media (min-width: 1280px) {
  .mirror-block__info__count {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__info__count {
    font-size: 1rem;
  }
}
.mirror-block__menu {
  background: transparent;
  position: absolute;
  padding: 0.625rem;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 3.75rem;
}
.mirror-block__menu__left, .mirror-block__menu__right {
  display: flex;
}
.mirror-block__menu__left .block-menu-item, .mirror-block__menu__right .block-menu-item {
  display: flex;
  align-items: center;
}
.mirror-block__menu__left .block-menu-item span, .mirror-block__menu__right .block-menu-item span {
  font-size: 0.6875rem;
}
@media (min-width: 1280px) {
  .mirror-block__menu__left .block-menu-item span, .mirror-block__menu__right .block-menu-item span {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__menu__left .block-menu-item span, .mirror-block__menu__right .block-menu-item span {
    font-size: 1rem;
  }
}
.mirror-block__menu__left .block-menu-item {
  padding-right: 0.0625rem;
}
.mirror-block__menu__left .block-menu-item :first-child {
  margin-right: 0.0625rem;
}
.mirror-block__menu__right .block-menu-item {
  padding-left: 0.0625rem;
}
.mirror-block__menu__right .block-menu-item :first-child {
  margin-right: 0.0625rem;
}
.mirror-block__menu .voted-up {
  filter: invert(26%) sepia(68%) saturate(2355%) hue-rotate(98deg) brightness(93%) contrast(103%);
}
.mirror-block__menu .voted-down {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}
.mirror-block__snapshot {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 0.4375rem;
}
.mirror-block__info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.625rem;
  top: 0.375rem;
  opacity: 0.7;
}
.mirror-block__info__icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mirror-block__info__show-details {
  cursor: pointer;
  margin-bottom: 0.3125rem;
}
.mirror-block__paste-btns {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0.625rem;
  left: 0rem;
  font-size: 0.5rem;
}
@media (min-width: 1280px) {
  .mirror-block__paste-btns {
    font-size: 0.625rem;
    top: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__paste-btns {
    font-size: 1rem;
    top: -0.1875rem;
  }
}
.mirror-block__paste-btns button {
  margin-left: 0.625rem;
  display: block;
  border: none;
  background: rgb(255, 255, 255);
  cursor: pointer;
  color: rgb(34, 34, 34);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  transition: background-color 200ms ease;
  border: 0.0625rem solid transparent;
}
.mirror-block__paste-btns button:hover {
  background-color: rgb(190, 190, 190);
  color: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(72, 77, 77);
}
.mirror-block__heart {
  display: flex;
  align-items: center;
}
.mirror-block__heart__count {
  font-size: 0.6875rem;
}
@media (min-width: 1280px) {
  .mirror-block__heart__count {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-block__heart__count {
    font-size: 1rem;
  }
}
.mirror-block__chat {
  position: relative;
}
.mirror-block__chat__dot {
  position: absolute;
  top: -0.125rem;
  left: 0.75rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgb(0, 128, 0);
  border-radius: 100%;
}
.mirror-block__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.4375rem;
  padding: 1.25rem;
  position: relative;
  height: 100%;
}
@media (min-width: 1280px) {
  .mirror-block__item {
    padding: 1.6875rem 1.375rem;
  }
}
.mirror-block__item--fonts {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  color: rgb(79, 79, 79);
}
.mirror-block__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
@media (min-width: 1280px) {
  .mirror-block__item__content {
    padding-left: 1.125rem;
  }
}
.mirror-block__item__content__font {
  text-transform: capitalize;
}
.mirror-block__item__content__styles {
  display: flex;
  column-gap: 1.3125rem;
  row-gap: 0.1875rem;
  flex-wrap: wrap;
}
.mirror-block__item__content__styles-item {
  font-family: HelveticaNeue;
  font-weight: 800;
  color: #505050;
  text-transform: capitalize;
}
.mirror-block__spinner-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mirror-block__spinner-overflow {
  position: absolute;
  top: 48%;
  left: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mirror-block__blur {
  opacity: 0.25;
}

.jtk-connector {
  z-index: 5;
}

.jsPlumbEndpoint {
  z-index: 5;
}
.jsPlumbEndpoint svg circle {
  fill: #fff;
  stroke: #5fdaff;
  stroke-width: 0.1875rem;
}

.local-wobble-block {
  transition: all 0.2s ease;
}

.mirror-block__snapshot.block-image.test.Video {
  display: none;
}

.mirror-block__snapshot.block-image.test.Color {
  display: none;
}

.mirror-block__snapshot.block-image.test.Text {
  display: none;
}

.mirror-block__snapshot.block-image.test.Font {
  display: none;
}

.mirror-block__snapshot.block-image.test.Product {
  display: block;
}

.mirror-block__snapshot.block-image.test.Image {
  display: none;
}

.mirrorBlock__iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.4375rem;
}

.mirror-block__content.viewport-mobile, .mirror-block__content.viewport-tablet, .mirror-block__content.viewport-watch {
  position: relative;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mirror-block__content.viewport-mobile .viewport-container, .mirror-block__content.viewport-tablet .viewport-container, .mirror-block__content.viewport-watch .viewport-container {
  position: absolute;
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  overflow: hidden;
}
.mirror-block__content.viewport-mobile .viewport-container {
  border: 0.75rem solid #1a1a1a;
  border-radius: 2.25rem;
}
.mirror-block__content.viewport-mobile .viewport-container::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.375rem;
  background: #1a1a1a;
  border-radius: 0.1875rem;
  z-index: 10;
}
.mirror-block__content.viewport-mobile .viewport-container::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 0.125rem;
  z-index: 10;
}
.mirror-block__content.viewport-tablet .viewport-container {
  border: 1.5rem solid #2c2c2c;
  border-radius: 1rem;
}
.mirror-block__content.viewport-tablet .viewport-container::after {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #666;
  border-radius: 50%;
  background: #f5f5f5;
}
.mirror-block__content.viewport-tablet .viewport-container::before {
  content: "";
  position: absolute;
  right: -1.75rem;
  top: 30%;
  width: 0.25rem;
  height: 3.75rem;
  background: #666;
  border-radius: 0.125rem;
}
.mirror-block__content.viewport-watch .viewport-container {
  border: 1rem solid #c6c6c6;
  border-radius: 2.5rem;
}
.mirror-block__content.viewport-watch .viewport-container::before {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 30%;
  width: 0.5rem;
  height: 3.75rem;
  background: #c6c6c6;
  border-radius: 0.25rem;
}
.mirror-block__content.viewport-watch .viewport-container::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 60%;
  width: 0.5rem;
  height: 1.875rem;
  background: #c6c6c6;
  border-radius: 0.25rem;
}

.mirror-block-details {
  background: rgb(34, 34, 34);
  color: rgb(100, 100, 100);
  border-radius: 0.3125rem;
  position: absolute;
  z-index: 6;
  min-width: 26.25rem;
  min-height: 28.5rem;
  overflow-y: hidden;
  cursor: grab;
}
.mirror-block-details__header {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.9375rem;
  height: 3.125rem;
  cursor: grab;
}
.mirror-block-details__header:active {
  cursor: grabbing;
}
.mirror-block-details__header__title {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  margin-right: auto;
}
.mirror-block-details__header__ingredents, .mirror-block-details__header__chat {
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.mirror-block-details__header__ingredents.active, .mirror-block-details__header__chat.active {
  color: rgb(255, 255, 255);
}
.mirror-block-details__header__close {
  font-size: 1.75rem;
  cursor: pointer;
}
.mirror-block-details .ingredient-list {
  height: 100%;
}
.mirror-block-details .ingredient-list__header {
  height: auto;
}
.mirror-block-details .ingredient-list__header__title-wrapper {
  display: none;
}
.mirror-block-details .ingredient-list__body {
  height: auto;
  max-height: 31.25rem;
}
.mirror-block-details .ingredient-list .ingredient-item {
  max-width: 25rem;
}
.mirror-block-details .ingredient-list .ingredient-item__header {
  font-size: 0.875rem;
}
.mirror-block-details .ingredient-list .ingredient-item__header__title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.mirror-block-details .ingredient-list .ingredient-item__body {
  font-size: 0.75rem;
}
.mirror-block-details .block-chat {
  min-height: 25rem;
  width: 100%;
}
.mirror-block-details__body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 71vh;
}
.mirror-block-details__body::-webkit-scrollbar {
  width: 0.5rem;
}
.mirror-block-details__body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgb(82, 82, 82);
}
.mirror-block-details__body::-webkit-scrollbar-thumb {
  background-color: rgb(82, 82, 82);
}
.mirror-block-details__body .chat__container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  height: 28.5rem;
}
.mirror-block-details__body .chat__container .chat__info .chat__close {
  display: none;
}
.mirror-block-details__body .chat__container .chat__content {
  height: 100%;
}
.mirror-block-details__body .chat__container .chat__content .chat__info {
  height: 35px !important;
}
.mirror-block-details__body .chat__container .chat__content .chat__messages {
  height: 21.5625rem;
}

.mirror-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 70px;
  right: 0;
  /* background-color: $black; */
  background: #0e0e0e;
  padding: 0.1875rem 0.9375rem;
  display: flex;
  gap: 0.1875rem;
  justify-content: space-around;
  align-items: center;
  height: 2.8125rem;
  margin-top: auto;
  z-index: 100;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar {
    height: 3.375rem;
    padding: 0.3125rem 0.9375rem;
    gap: 0.3125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar {
    height: 4.6875rem;
    padding: 0.625rem 0.9375rem;
  }
}
.mirror-bottom-bar__col {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__col {
    gap: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__col {
    gap: 0.375rem;
  }
}
.mirror-bottom-bar__boards {
  justify-content: flex-start;
  margin-right: auto;
  min-width: 8.125rem;
}
.mirror-bottom-bar__boards__lock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 1.875rem;
  background-color: rgb(43, 43, 43);
  color: rgb(217, 217, 217);
  padding: 0.3125rem;
  border-radius: 0.375rem;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__boards__lock {
    font-size: 0.6875rem;
    height: 2.9375rem;
    width: 4.75rem;
    padding: 0 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__boards__lock {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
    height: 3.4375rem;
    width: 6.375rem;
    line-height: 1.2;
  }
}
.mirror-bottom-bar__boards__lock .boards-lock-checkbox {
  margin-left: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.mirror-bottom-bar__boards__lock input[type=checkbox].btn-switch {
  font-size: 0.53125rem;
  width: 1.0625rem;
  height: 0.75rem;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__boards__lock input[type=checkbox].btn-switch {
    font-size: 0.8125rem;
    width: 1.875rem;
    height: 1.25rem;
  }
}
.mirror-bottom-bar__boards__pagination {
  display: flex;
  gap: 0.25rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__boards__pagination {
    height: 100%;
  }
}
.mirror-bottom-bar__boards__pagination .ps__rail-x {
  bottom: -0.25rem !important;
}
.mirror-bottom-bar__boards__pagination .ps__rail-x:hover,
.mirror-bottom-bar__boards__pagination .ps__rail-x:focus,
.mirror-bottom-bar__boards__pagination .ps__rail-x.ps--clicking {
  background: transparent !important;
  opacity: 0.6 !important;
}
.mirror-bottom-bar__boards__pagination .ps__rail-x:hover .ps__thumb-x,
.mirror-bottom-bar__boards__pagination .ps__rail-x:focus .ps__thumb-x,
.mirror-bottom-bar__boards__pagination .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 0.375rem !important;
  background-color: rgb(211, 211, 211) !important;
}
.mirror-bottom-bar__boards__pagination .ps__thumb-x {
  height: 0.375rem !important;
  background-color: rgb(100, 100, 100) !important;
}
.mirror-bottom-bar__boards__btn {
  font-size: 0.5625rem;
  font-weight: bold;
  color: rgb(173, 173, 173);
  background-color: rgb(36, 36, 36);
  height: 1.875rem;
  text-align: center;
  padding: 0.3125rem;
  border-radius: 0.375rem;
  cursor: pointer;
  width: 1.25rem;
  transition: all 0.2s ease;
  position: relative;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__boards__btn {
    height: 2.625rem;
    width: 1.5625rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__boards__btn {
    font-size: 0.875rem;
    height: 55px;
    width: 2.375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.mirror-bottom-bar__boards__btn:disabled {
  background-color: rgb(36, 36, 36);
  color: rgb(36, 36, 36);
  cursor: not-allowed;
}
.mirror-bottom-bar__boards__btn:hover {
  opacity: 0.7;
}
.mirror-bottom-bar__boards .active {
  color: rgb(43, 43, 43);
  background-color: rgb(255, 255, 255);
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator {
  background-color: rgba(74, 144, 226, 0.15);
  border: 1px solid rgba(74, 144, 226, 0.3);
  color: #4a90e2;
  position: relative;
  overflow: hidden;
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background-color: #4a90e2;
  border-radius: 50%;
  opacity: 0.6;
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator:hover:not(.active) {
  background-color: rgba(74, 144, 226, 0.25);
  border-color: rgba(74, 144, 226, 0.5);
  transform: translateY(-1px);
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator.active {
  background-color: #4a90e2;
  border-color: #357abd;
  color: white;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0.75rem rgba(74, 144, 226, 0.6);
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator.active::before {
  background-color: white;
  opacity: 1;
}
.mirror-bottom-bar__boards.fast-mode .mirror-bottom-bar__boards__btn.cycle-indicator.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 3s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mirror-bottom-bar__shared {
  display: flex;
  align-items: center;
  margin: 0 0.5625rem 0 1rem;
}
.mirror-bottom-bar__shared__title {
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.43);
  margin: auto 0.625rem;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__shared__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__shared__title {
    font-size: 1.0625rem;
  }
}
.mirror-bottom-bar__shared__with {
  display: flex;
  gap: 0.1875rem;
  max-width: 11.875rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__shared__with {
    gap: 0.25rem;
    max-width: 14.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__shared__with {
    gap: 0.3125rem;
    max-width: 17.875rem;
  }
}
.mirror-bottom-bar__shared__with__user {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5625rem;
  color: rgb(173, 173, 173);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(214, 214, 214);
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__shared__with__user {
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__shared__with__user {
    min-width: 2.6875rem;
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 1rem;
  }
}
.mirror-bottom-bar__colors {
  width: auto;
  margin-left: auto;
}
.mirror-bottom-bar__colors__wrapper {
  width: auto;
  overflow-x: auto;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.mirror-bottom-bar__colors__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}
.mirror-bottom-bar__colors__box {
  height: 1.875rem;
  min-width: 1.0625rem;
  max-width: 1.9375rem;
  border-radius: 0.3125rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__colors__box {
    height: 2.5rem;
    width: 1.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__colors__box {
    height: 3.4375rem;
    width: 2.5rem;
  }
}
.mirror-bottom-bar__colors__properties {
  height: 1.5rem;
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.49);
  padding: 0px 0.3125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.375rem;
  font-size: 0.5rem;
  border-radius: 0.375rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__colors__properties {
    height: 2.5rem;
    grid-gap: 0.625rem;
    padding: 0.25rem 0.3125rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__colors__properties {
    height: 3.4375rem;
    font-size: 0.75rem;
    grid-gap: 0.75rem;
    padding: 0.625rem 1.25rem;
  }
}
.mirror-bottom-bar__colors__properties .active {
  color: rgb(255, 255, 255);
}
.mirror-bottom-bar__colors .color-box-1 {
  background-color: #3208cd;
}
.mirror-bottom-bar__colors .color-box-2 {
  background-color: #1ffe2b;
}
.mirror-bottom-bar__colors .color-box-add {
  background-color: #ff2200;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.875rem;
  font-weight: bold;
}
.mirror-bottom-bar__colors .color-box-add .plus-icon {
  opacity: 0.74;
  width: 0.875rem;
  height: 1rem;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__colors .color-box-add .plus-icon {
    width: 1.125rem;
    height: 1.3125rem;
  }
}
.mirror-bottom-bar__colors .color-box-add .plus-icon:hover {
  opacity: 1;
}
.mirror-bottom-bar__preview, .mirror-bottom-bar__pitch-deck {
  background-color: rgb(43, 43, 43);
  border-radius: 0.3125rem;
  font-size: 0.625rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.34);
  height: 1.875rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__preview, .mirror-bottom-bar__pitch-deck {
    height: 2.5625rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__preview, .mirror-bottom-bar__pitch-deck {
    height: 3.4375rem;
    font-size: 1rem;
  }
}
.mirror-bottom-bar__preview:hover, .mirror-bottom-bar__pitch-deck:hover {
  color: white;
}
.mirror-bottom-bar__pitch-deck {
  display: flex;
  margin-right: 1.875rem;
  min-width: 6.5625rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__pitch-deck {
    min-width: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__pitch-deck {
    min-width: 9.0625rem;
  }
}
.mirror-bottom-bar__pitch-deck__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.5rem;
}
.mirror-bottom-bar__pitch-deck__actions .download-icon {
  filter: invert(0%) sepia(79%) saturate(7480%) hue-rotate(4deg) brightness(83%) contrast(102%);
  margin-right: 0.5rem;
  opacity: 0.5;
}
.mirror-bottom-bar__pitch-deck__actions .download-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.mirror-bottom-bar__pitch-deck__options {
  padding: 0.3125rem 0.4375rem;
  display: flex;
  align-items: center;
}
.mirror-bottom-bar__pitch-deck__options i {
  width: 0.75rem;
  height: 0.75rem;
  filter: invert(0%) sepia(79%) saturate(7480%) hue-rotate(4deg) brightness(83%) contrast(102%);
  opacity: 0.5;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__pitch-deck__options i {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.mirror-bottom-bar__preview {
  position: relative;
  width: 100%;
  padding: 0.625rem;
  gap: 0.3125rem;
  font-size: 0.5625rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__preview {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__preview {
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
  }
  .mirror-bottom-bar__preview__submit {
    padding: 0.5rem 1.3125rem;
    font-size: 1.0625rem;
    margin-left: 1.25rem;
  }
}
.mirror-bottom-bar__preview__input {
  background-color: rgb(43, 43, 43);
  color: rgb(7, 189, 232);
  outline: none;
  border: none;
  width: 100%;
  max-width: 15.25rem;
}
.mirror-bottom-bar__preview__submit {
  border-radius: 0.25rem;
  padding: 0.375rem 1rem;
  background-color: rgb(3, 3, 3);
  color: rgba(255, 255, 255, 0.59);
  margin-left: auto;
  font-size: 0.5625rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__preview__submit {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__preview__submit {
    font-size: 0.875rem;
  }
}
.mirror-bottom-bar__preview__submit:hover {
  background-color: rgb(100, 100, 100);
  color: rgb(3, 3, 3);
}
.mirror-bottom-bar__links {
  display: flex;
  gap: 0.125rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__links {
    gap: 0.25rem;
  }
}
.mirror-bottom-bar__links__item {
  background-color: rgb(36, 36, 36);
  background-color: #131313;
  overflow: hidden;
  border-radius: 0.3125rem;
  border: 1px solid #393939;
  display: flex;
  justify-content: space-between;
}
.mirror-bottom-bar__links__item__actions {
  padding: 0.3125rem 0 0.375rem 0.375rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__links__item__actions {
    padding: 0.5rem 0.125rem 0.625rem 0.5625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions {
    padding: 0.6875rem 0.4375rem 0.6875rem 0.9375rem;
  }
}
.mirror-bottom-bar__links__item__actions h3 {
  font-size: 0.5625rem;
  color: rgb(173, 173, 173);
  margin-bottom: 0.4375rem;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__links__item__actions h3 {
    margin-bottom: 0.5625rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions h3 {
    font-size: 0.875rem;
    margin-bottom: 0.8125rem;
  }
}
.mirror-bottom-bar__links__item__actions__indicators {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions__indicators {
    gap: 0.4375rem;
  }
}
.mirror-bottom-bar__links__item__actions__indicators li {
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: rgb(29, 29, 29);
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions__indicators li {
    width: 0.625rem;
    height: 0.1875rem;
  }
}
.mirror-bottom-bar__links__item__actions__indicators li.active {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions {
    padding: 0.6875rem 0.4375rem 0.6875rem 0.9375rem;
  }
  .mirror-bottom-bar__links__item__actions h3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__actions {
    padding: 0.6875rem 0.4375rem 0.6875rem 0.9375rem;
  }
  .mirror-bottom-bar__links__item__actions h3 {
    font-size: 0.875rem;
  }
  .mirror-bottom-bar__links__item__actions__indicators {
    gap: 0.4375rem;
  }
  .mirror-bottom-bar__links__item__actions__indicators li {
    width: 0.9375rem;
  }
}
.mirror-bottom-bar__links__item__options {
  cursor: pointer;
  padding: 0.3125rem 0.1875rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__links__item__options {
    padding: 0.3125rem 0.4375rem;
  }
}
.mirror-bottom-bar__links__item__options:hover {
  opacity: 0.7;
  background-color: rgb(36, 36, 36);
}
.mirror-bottom-bar__links__item__options .settings-icon {
  width: 0.6875rem;
  height: 0.6875rem;
  filter: invert(0%) sepia(79%) saturate(7480%) hue-rotate(4deg) brightness(83%) contrast(102%);
  opacity: 0.5;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__links__item__options .settings-icon {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
.mirror-bottom-bar__links__item__options__mlt-card {
  width: 18.125rem;
  height: 21.25rem;
  padding: 0.875rem 0.6875rem;
  position: absolute;
  bottom: 4.6875rem;
  right: 20%;
  background-color: rgb(16, 16, 16);
  border-radius: 0.375rem;
}
.mirror-bottom-bar__links__item__options__mlt-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.mirror-bottom-bar__links__item__options__mlt-card__header .directions-icon {
  margin-right: 0.625rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  opacity: 0.3;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__links__item__options__mlt-card__header .directions-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.mirror-bottom-bar__links__item__options__mlt-card__header h3 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.mirror-bottom-bar__links__item__options__mlt-card__header .close-icon {
  margin-left: auto;
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  opacity: 0.24;
}
.mirror-bottom-bar__links__item__options__mlt-card__body__video {
  width: 100%;
  height: 10rem;
  border-radius: 0.3125rem;
  background-color: #484848;
}
.mirror-bottom-bar__actions__btn {
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__actions__btn {
    height: 2.25rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__actions__btn {
    height: 2.75rem;
  }
}
.mirror-bottom-bar__actions__btn i {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__actions__btn i {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mirror-bottom-bar__actions__btn.active {
  color: rgb(43, 43, 43);
  background-color: rgb(255, 255, 255);
}
.mirror-bottom-bar__actions__btn.active .custom-icon {
  filter: invert(0%) sepia(79%) saturate(7480%) hue-rotate(4deg) brightness(83%) contrast(102%);
  width: 1.25rem;
  height: 1.25rem;
}
.mirror-bottom-bar__actions__shuffle, .mirror-bottom-bar__actions__more-like-this, .mirror-bottom-bar__actions__lock, .mirror-bottom-bar__actions__commit-looks {
  width: 1.875rem;
  background-color: rgb(43, 43, 43);
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  position: relative;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__actions__shuffle, .mirror-bottom-bar__actions__more-like-this, .mirror-bottom-bar__actions__lock, .mirror-bottom-bar__actions__commit-looks {
    width: 1.875rem;
    height: 2.5625rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__actions__shuffle, .mirror-bottom-bar__actions__more-like-this, .mirror-bottom-bar__actions__lock, .mirror-bottom-bar__actions__commit-looks {
    width: 2.5rem;
    height: 3.4375rem;
  }
}
.mirror-bottom-bar__actions__shuffle .custom-icon, .mirror-bottom-bar__actions__more-like-this .custom-icon, .mirror-bottom-bar__actions__lock .custom-icon, .mirror-bottom-bar__actions__commit-looks .custom-icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__actions__shuffle .custom-icon, .mirror-bottom-bar__actions__more-like-this .custom-icon, .mirror-bottom-bar__actions__lock .custom-icon, .mirror-bottom-bar__actions__commit-looks .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__actions__shuffle .custom-icon, .mirror-bottom-bar__actions__more-like-this .custom-icon, .mirror-bottom-bar__actions__lock .custom-icon, .mirror-bottom-bar__actions__commit-looks .custom-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.mirror-bottom-bar__actions__shuffle:disabled, .mirror-bottom-bar__actions__more-like-this:disabled, .mirror-bottom-bar__actions__lock:disabled, .mirror-bottom-bar__actions__commit-looks:disabled {
  cursor: not-allowed;
  background-color: rgb(43, 43, 43);
}
.mirror-bottom-bar__actions__shuffle:hover, .mirror-bottom-bar__actions__more-like-this:hover, .mirror-bottom-bar__actions__lock:hover, .mirror-bottom-bar__actions__commit-looks:hover {
  opacity: 0.7;
}
.mirror-bottom-bar__actions__btn__badge {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 0.625rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.625rem;
  font-weight: bold;
  min-width: 1.125rem;
  text-align: center;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__actions__btn__badge {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__actions__btn__badge {
    font-size: 0.75rem;
    padding: 0.1875rem 0.4375rem;
  }
}
.mirror-bottom-bar__wobble {
  position: relative;
  display: flex;
  align-self: center;
  height: 1.875rem;
  min-width: 8.125rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble {
    height: 2.6875rem;
    min-width: 9.375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__wobble {
    height: 3.4375rem;
    min-width: 14.375rem;
  }
}
.mirror-bottom-bar__wobble__status {
  position: absolute;
  top: -0.4375rem;
  left: 100%;
  transform: translate(-100%, -100%);
  display: flex;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  background-color: rgb(112, 112, 112);
}
.mirror-bottom-bar__wobble__status__close {
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
  cursor: pointer;
}
.mirror-bottom-bar__wobble__status__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  line-height: 1.2;
}
.mirror-bottom-bar__wobble__status__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.375rem;
  min-height: 4.375rem;
  max-width: 4.375rem;
  max-height: 4.375rem;
  border-radius: 4.375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mirror-bottom-bar__wobble button {
  color: rgb(255, 255, 255);
  background-color: rgb(67, 2, 165);
  font-size: 0.75rem;
  white-space: nowrap;
  padding: 0.5rem;
  width: 100%;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble button {
    padding: 0.875rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__wobble button {
    font-size: 1.5rem;
    padding: 0.875rem 1.625rem;
  }
}
.mirror-bottom-bar__wobble__options {
  padding: 0.4375rem 0.25rem;
  background-color: rgb(42, 0, 106);
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble__options {
    display: flex;
    align-items: center;
  }
}
.mirror-bottom-bar__wobble__options i {
  width: 0.8125rem;
  height: 0.8125rem;
  opacity: 0.33;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble__options i {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble__options i {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.mirror-bottom-bar__performance {
  background-color: rgb(20, 17, 26);
  padding: 0.3125rem 0.375rem;
  color: rgb(112, 112, 112);
  border-radius: 0.3125rem;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__performance {
    height: 2.75rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__performance {
    height: 3.4375rem;
    padding: 0.3125rem 0.625rem;
  }
}
.mirror-bottom-bar__performance__sum {
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__performance__sum {
    font-size: 1rem;
  }
}
.mirror-bottom-bar__performance .jsPlumbEndpoint {
  z-index: 5;
}
.mirror-bottom-bar__performance .jsPlumbEndpoint svg circle {
  fill: #5fdaff;
  stroke: transparent;
  stroke-width: 0.1875rem;
}
.mirror-bottom-bar__wobble-controls {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-right: 0.625rem;
}
.mirror-bottom-bar__wobble-controls .wobble-source-select {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: rgb(43, 43, 43);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 51, 51);
  font-size: 0.75rem;
  min-width: 9.375rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble-controls .wobble-source-select {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__wobble-controls .wobble-source-select {
    font-size: 0.875rem;
    min-width: 11.25rem;
  }
}
.mirror-bottom-bar__wobble-controls .wobble-source-select:hover {
  border-color: rgb(217, 217, 217);
}
.mirror-bottom-bar__wobble-controls .wobble-source-select:focus {
  outline: none;
  border-color: rgb(67, 2, 165);
}
.mirror-bottom-bar__wobble-controls .wobble-source-select option {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.mirror-bottom-bar__wobble-controls .wobble-in-place-label {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  cursor: pointer;
  font-size: 0.75rem;
  color: rgb(217, 217, 217);
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__wobble-controls .wobble-in-place-label {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__wobble-controls .wobble-in-place-label {
    font-size: 0.875rem;
  }
}
.mirror-bottom-bar__wobble-controls .wobble-in-place-label:hover {
  color: rgb(255, 255, 255);
}
.mirror-bottom-bar__wobble-controls .wobble-in-place-label .wobble-in-place-checkbox {
  width: 1.5rem;
  height: 1rem;
  font-size: 0.65625rem;
}
.mirror-bottom-bar__wobble-controls .wobble-in-place-label span {
  user-select: none;
}
.mirror-bottom-bar__viewport-switcher {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.625rem;
  padding: 0.25rem;
  background-color: rgb(43, 43, 43);
  border-radius: 0.375rem;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__viewport-switcher {
    gap: 0.375rem;
    padding: 0.375rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__viewport-switcher {
    gap: 0.5rem;
    padding: 0.5rem;
  }
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.375rem;
  background-color: transparent;
  border: 0.0625rem solid rgb(102, 102, 102);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__viewport-switcher .viewport-quick-btn {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__viewport-switcher .viewport-quick-btn {
    width: 2.625rem;
    height: 2.625rem;
    padding: 0.625rem;
  }
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn .custom-icon {
  width: 1rem;
  height: 1rem;
  color: rgb(217, 217, 217);
  transition: color 0.2s ease;
}
@media (min-width: 1280px) {
  .mirror-bottom-bar__viewport-switcher .viewport-quick-btn .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .mirror-bottom-bar__viewport-switcher .viewport-quick-btn .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn:hover {
  background-color: rgb(18, 18, 18);
  border-color: rgb(217, 217, 217);
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn:hover .custom-icon {
  color: rgb(255, 255, 255);
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn.active {
  background-color: rgb(67, 2, 165);
  border-color: rgb(67, 2, 165);
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn.active .custom-icon {
  color: rgb(255, 255, 255);
}
.mirror-bottom-bar__viewport-switcher .viewport-quick-btn.active:hover {
  background-color: rgb(42, 0, 106);
  border-color: rgb(42, 0, 106);
}

.wobbleControls-wrapper.hidden {
  display: none;
}

.wobbleControls__popup {
  position: fixed;
  bottom: 80px;
  right: 20px;
  left: auto;
  top: auto;
  min-width: 400px;
  max-height: 300px;
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.wobbleControls__popup__header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #111;
  border-bottom: 1px solid #1a1a1a;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: grab;
}
.wobbleControls__popup__header:active {
  cursor: grabbing;
}
.wobbleControls__popup__header i {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  opacity: 0.7;
}
.wobbleControls__popup__header h3 {
  flex: 1;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #bababa;
}
.wobbleControls__popup__header__close {
  width: 1rem;
  height: 1rem;
  opacity: 0.4;
  cursor: pointer;
  margin-left: 0.5rem;
  margin-right: 0;
  position: relative;
  z-index: 1001;
}
.wobbleControls__popup__header__close:hover {
  opacity: 0.8;
}
.wobbleControls__container {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 20px 20px;
  overflow-y: auto;
}
.wobbleControls__container::-webkit-scrollbar {
  width: 0.375rem;
}
.wobbleControls__container::-webkit-scrollbar-track {
  background: #050505;
}
.wobbleControls__container::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0.1875rem;
}
.wobbleControls__container::-webkit-scrollbar-thumb:hover {
  background: #444;
}
.wobbleControls__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wobbleControls__control {
  width: 100%;
  height: 100%;
  padding: 0;
}
.wobbleControls__control__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wobbleControls__control__top .slider-label {
  font-size: 12px;
  color: #bababa;
}
.wobbleControls__control__top .slider-label span.label-right {
  float: right;
}
.wobbleControls__control__top .slider-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}
.wobbleControls__control__top .slider-control {
  flex: 1;
}
.wobbleControls__control__top .slider-control input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  height: 38px;
  background: #1a1a1a;
}
.wobbleControls__control__top .slider-control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #444;
  height: 32px;
  width: 60px;
  border-radius: 4px;
  background: #222;
  cursor: pointer;
  margin: 1px;
}
.wobbleControls__control__top .slider-control input[type=range]:focus {
  outline: none;
}
.wobbleControls__control__top .slider-control input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.wobbleControls__control__top .slider-control input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: 1px solid #444;
  height: 32px;
  width: 60px;
  border-radius: 4px;
  background: #222;
  cursor: pointer;
  margin: 1px;
}
.wobbleControls__control__top .play-control {
  flex-shrink: 0;
}
.wobbleControls__control__top .play-control .button-play {
  height: 38px;
  width: 100px;
  display: flex;
  padding: 0;
  border: 1px solid #333;
  background: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wobbleControls__control__top .play-control .button-play:hover .play-label {
  background: #333;
}
.wobbleControls__control__top .play-control .button-play.playing {
  border-color: #4CAF50;
}
.wobbleControls__control__top .play-control .button-play.playing .play-label {
  background: #4CAF50;
  color: #000;
}
.wobbleControls__control__top .play-control .button-play.playing .number-local-wobble {
  background: #388E3C;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.wobbleControls__control__top .play-control .play-label {
  width: 70%;
  height: 100%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wobbleControls__control__top .play-control .number-local-wobble {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #333;
  color: #fff;
}
.wobbleControls__control__bottom {
  font-size: 14px;
  display: flex;
  margin-top: 0.9375rem;
  padding-top: 0.625rem;
}
.wobbleControls__control__bottom .control-wobble {
  padding-right: 16px;
}
.wobbleControls__control__bottom .control-wobble__label {
  color: #bababa;
}
.wobbleControls__control__bottom .control-wobble__input {
  padding-left: 8px;
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dashed;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.wobbleControls__control__bottom .control-wobble__input:hover {
  color: #4CAF50;
}
.wobbleControls__performance {
  padding: 0.9375rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.9375rem;
}
.wobbleControls__performance__title {
  margin: 0 0 0.625rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}
.wobbleControls__performance__content {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.wobbleControls__performance__metrics {
  display: flex;
  gap: 0.625rem;
  flex: 1;
  flex-wrap: wrap;
}
.wobbleControls__performance__metric {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.wobbleControls__performance__metric.active {
  background: rgba(255, 200, 0, 0.15);
  border: 1px solid rgba(255, 200, 0, 0.3);
}
.wobbleControls__performance__metric__label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.wobbleControls__performance__metric__value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  font-family: monospace;
}
.wobbleControls__performance__metric__unit {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
.wobbleControls__performance__toggle {
  flex-shrink: 0;
}
.wobbleControls__performance__toggle__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}
.wobbleControls__performance__toggle__label span {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #ffffff;
}
.wobbleControls__performance__toggle__label .btn-switch {
  width: 32px;
  height: 18px;
  font-size: 11px;
}
.wobbleControls__performance__toggle__description {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0.125rem;
}
.wobbleControls__performance__prewobble {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wobbleControls__performance__prewobble__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem 1rem;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  border: none;
  border-radius: 0.375rem;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wobbleControls__performance__prewobble__button:hover:not(:disabled) {
  background: linear-gradient(135deg, #5ba0f2 0%, #4088cd 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}
.wobbleControls__performance__prewobble__button:active:not(:disabled) {
  transform: translateY(0);
}
.wobbleControls__performance__prewobble__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wobbleControls__performance__prewobble__button i {
  font-size: 1rem;
}
.wobbleControls__performance__prewobble__description {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  display: block;
  line-height: 1.4;
  text-align: center;
}
.wobbleControls__performance__clear {
  margin-top: 0.75rem;
}
.wobbleControls__performance__clear__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem 1rem;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  border: none;
  border-radius: 0.375rem;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wobbleControls__performance__clear__button:hover:not(:disabled) {
  background: linear-gradient(135deg, #f55c4c 0%, #d0493b 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}
.wobbleControls__performance__clear__button:active:not(:disabled) {
  transform: translateY(0);
}
.wobbleControls__performance__clear__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wobbleControls__performance__clear__button i {
  font-size: 1rem;
}
.wobbleControls__performance__clear__description {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  display: block;
  line-height: 1.4;
  text-align: center;
}
.wobbleControls__performance__refresh {
  margin-top: 0.75rem;
}
.wobbleControls__performance__refresh__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem 1rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border: none;
  border-radius: 0.375rem;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wobbleControls__performance__refresh__button:hover:not(:disabled) {
  background: linear-gradient(135deg, #4aa8eb 0%, #3990c9 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}
.wobbleControls__performance__refresh__button:active:not(:disabled) {
  transform: translateY(0);
}
.wobbleControls__performance__refresh__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wobbleControls__performance__refresh__button .custom-icon {
  font-size: 1rem;
}
.wobbleControls__performance__refresh__description {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  display: block;
  line-height: 1.4;
  text-align: center;
}
.wobbleControls__progress {
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(74, 144, 226, 0.1);
  border: 1px solid rgba(74, 144, 226, 0.3);
  border-radius: 0.375rem;
}
.wobbleControls__progress__bar__text {
  font-size: 0.75rem;
  font-family: "Courier New", monospace;
  color: #4a90e2;
  display: block;
  text-align: center;
  margin-bottom: 0.25rem;
}
.wobbleControls__progress__status {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-style: italic;
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.not-permitted__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.not-permitted__icon i {
  color: rgb(70, 70, 70);
  fill: rgb(70, 70, 70);
  font-size: 100px;
  width: 100px;
  height: 100px;
  opacity: 0.1;
}
.not-permitted__message {
  color: rgb(204, 204, 204);
}
.not-permitted__btn {
  background-color: rgb(70, 70, 70);
  color: rgb(204, 204, 204);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
}

.products-catalog {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: rgb(34, 34, 34);
}
.products-catalog__nav {
  margin-top: 0;
  justify-content: flex-start;
  margin: 26px 8px 39px;
}
.products-catalog__nav__item {
  color: rgba(255, 255, 255, 0.34);
  font-size: 29px;
  cursor: pointer;
  margin-right: 18px;
}
.products-catalog__nav__item:hover, .products-catalog__nav__item.active {
  color: white;
}
.products-catalog__section {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.products-catalog__section__title {
  color: rgb(100, 100, 100);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
.products-catalog__section__list {
  gap: 20px;
}
.products-catalog__section__list__item {
  min-width: 330px;
  height: 300px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
.products-catalog__section__list__item__body {
  width: 100%;
}
.products-catalog__section__list__item__footer {
  width: 100%;
  padding: 19px 32px 24px;
  background-color: #0b0b0b;
  position: absolute;
  bottom: 0;
}
.products-catalog__section__list__item__footer span {
  color: rgb(180, 180, 180);
  font-size: 24px;
  font-weight: 500;
}
.products-catalog__section__btn {
  margin-top: 30px;
  padding: 12px 25px;
  background-color: rgb(87, 87, 87);
  color: rgba(255, 255, 255, 0.87);
  border-radius: 6px;
  align-self: flex-start;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.products-catalog__section__btn:hover, .products-catalog__section__btn:focus {
  background-color: rgb(46, 46, 46);
}
.products-catalog__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow-x: auto;
}
.products-catalog__picker {
  display: flex;
  overflow-x: auto;
  list-style: none;
  gap: 5px;
  margin-bottom: 25px;
}
.products-catalog__picker__item {
  display: inline-block;
  scroll-snap-align: center;
  border-radius: 7px;
  background-color: rgb(87, 87, 87);
  min-width: 155px;
  padding: 19px 15px 14px;
  transition: background-color 200ms ease;
  cursor: pointer;
}
.products-catalog__picker__item:hover, .products-catalog__picker__item:focus {
  background-color: rgb(46, 46, 46);
}
.products-catalog__picker__item__type {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0 auto;
}
.products-catalog__picker__item__amount {
  opacity: 0.53;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 5px auto 0;
}
.products-catalog__preview {
  gap: 13px;
}
.products-catalog__preview__item {
  min-width: 510px;
  width: 510px;
  height: 253px;
  border-radius: 5px;
  background-color: #2b2b2b;
}
.products-catalog__bottom {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.products-catalog .back-to-detail {
  margin-top: auto;
  align-self: center;
  color: rgb(3, 3, 3);
  background-color: rgb(100, 100, 100);
  padding: 6px 12px;
}

.remote-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0.625rem 0;
  background-color: rgb(29, 29, 29);
  min-height: 100vh;
}
.remote-product__iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.remote-product .mirror-topbar {
  margin: 0 0;
}
.remote-product__blur {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0.7;
  z-index: 1;
  cursor: pointer;
}
.remote-product__focused {
  position: relative;
  z-index: 2;
}
.remote-product__title {
  color: #6c6c6c;
  font-size: 14px;
}
.remote-product__container {
  display: flex;
  flex-grow: 1;
  margin-top: 0.625rem;
  max-height: calc(100vh - 190px);
  overflow: hidden;
  position: relative;
}
.remote-product__body {
  background-color: rgb(47, 47, 47);
  border-radius: 0.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-right: 0.625rem;
  overflow: hidden;
}
.remote-product__body__image {
  width: 100%;
  height: auto;
}
.remote-product__select {
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  padding: 0.625rem 0.8125rem;
  font-weight: 600;
}
.remote-product__select__label {
  color: rgb(88, 88, 88);
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
}
.remote-product__select__value {
  color: rgb(198, 198, 198);
  font-size: 0.875rem;
}
.remote-product__select:hover .remote-product__select__label {
  color: rgb(102, 102, 102);
}
.remote-product__select:hover .remote-product__select__label {
  color: rgb(102, 102, 102);
}
.remote-product__select__icon.custom-icon {
  position: absolute;
  right: 0.8125rem;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  width: 1.75rem;
  height: 1.75rem;
  margin: auto;
}
.remote-product__select__wrap {
  border-radius: 0.3125rem;
  position: relative;
  background-color: rgb(36, 36, 36);
  color: rgb(170, 170, 170);
}
.remote-product__select__wrap:hover {
  background-color: rgb(29, 29, 29);
}
.remote-product__select__wrap:hover .remote-product__select__option__wrap {
  background-color: rgb(29, 29, 29);
}
.remote-product__select__option__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  background-color: rgb(36, 36, 36);
  z-index: 1;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  margin-top: -toRem(10px);
  font-size: 0.875rem;
  max-height: 21.875rem;
  overflow: auto;
}
.remote-product__select__option {
  padding: 0.6875rem 0.8125rem;
}
.remote-product__select__option:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(217, 217, 217);
}
.remote-product__add-map__wrap {
  position: relative;
}
.remote-product__add-mapping__btn, .remote-product__add-map__btn {
  width: 100%;
  background: rgb(36, 36, 36);
  color: rgb(153, 153, 153);
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  padding: 0 0.9375rem;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 600;
  height: 2.125rem;
  line-height: 2.125rem;
}
.remote-product__add-mapping__btn:hover, .remote-product__add-map__btn:hover {
  background-color: rgb(29, 29, 29);
  color: rgb(153, 153, 153);
}
.remote-product__side {
  background-color: rgb(47, 47, 47);
  border-radius: 0.4375rem;
  flex: 0 0 390px;
  max-width: 420px;
  padding: 17px 1.25rem;
  overflow: auto;
}
.remote-product__side__title {
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: rgb(126, 126, 126);
  font-weight: 600;
  word-break: break-all;
}
.remote-product__side__video {
  height: 170px;
  margin-bottom: 0.9375rem;
}
.remote-product__side__tabs {
  display: flex;
  justify-content: space-between;
  gap: 0.3125rem;
  color: rgb(170, 170, 170);
  margin: 0.3125rem 0;
}
.remote-product__side__tabs__item {
  width: 50%;
  text-align: center;
  padding: 0.9375rem 0;
  border-radius: 0.3125rem;
  background-color: rgb(36, 36, 36);
  cursor: pointer;
}
.remote-product__side__tabs__item.active {
  background-color: rgb(16, 16, 16);
}
.remote-product__side__ingredients {
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
}
.remote-product__side__ingredients .ingredient-list {
  width: 100%;
  min-width: auto;
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding-bottom: 0.5rem;
}
.remote-product__side__ingredients .ingredient-list__header {
  height: auto;
}
.remote-product__side__ingredients .ingredient-list .ingredient-item {
  background-color: rgb(34, 34, 34);
}
.remote-product__side__section {
  background: rgb(16, 16, 16);
  color: rgb(170, 170, 170);
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  padding: 0.75rem 0.9375rem;
}
.remote-product__side__section__title {
  font-size: 0.6875rem;
  color: rgb(88, 88, 88);
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.remote-product__side__section__empty {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgb(88, 88, 88);
  padding: 1.25rem 0;
  text-align: center;
}
.remote-product__side__map-item {
  position: relative;
  padding: 0.5625rem 0.8125rem 0.4375rem;
  background-color: rgb(59, 59, 59);
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.remote-product__side__map-item__selector {
  color: rgb(159, 159, 159);
  font-weight: 900;
  font-size: 0.6875rem;
  line-height: 1;
  margin-right: 6.25rem;
  word-break: break-all;
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}
.remote-product__side__map-item__btns {
  position: absolute;
  right: 0.8125rem;
  top: 0.5625rem;
}
.remote-product__side__map-item__btn {
  background-color: rgb(163, 163, 163);
  color: rgb(46, 46, 46);
  border-radius: 0.3125rem;
  height: 1.4375rem;
  line-height: 22px;
  padding: 0 0.4375rem;
  font-size: 0.625rem;
  font-weight: 900;
}
.remote-product__side__map-item__btn:hover {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.4s;
}
.remote-product__side__map-item__btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.remote-product__side__ingredient {
  position: relative;
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
  border: 2px solid rgb(59, 59, 59);
}
.remote-product__side__ingredient__wrap {
  display: flex;
  justify-content: space-between;
  background-color: rgb(59, 59, 59);
  padding: 0 0.8125rem;
}
.remote-product__side__ingredient__name {
  color: rgb(159, 159, 159);
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 2.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.75rem;
}
.remote-product__side__ingredient__type {
  width: 25px;
  display: inline-block;
  vertical-align: text-top;
  opacity: 0.4;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  font-size: 0;
  line-height: 15px;
}
.remote-product__side__ingredient__type img {
  border-radius: 0;
  margin: 0;
  width: 0.9375rem;
}
.remote-product__side__ingredient__contenteditable {
  padding: 3px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.remote-product__side__ingredient__actions {
  display: flex;
  position: relative;
}
.remote-product__side__ingredient__options {
  height: 24px;
  padding: 3px;
  margin: 5px -7px 0px 5px;
  border-radius: 50%;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  opacity: 0.5;
  cursor: pointer;
}
.remote-product__side__ingredient__options:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.1);
}
.remote-product__side__ingredient__dialog {
  position: absolute;
  background-color: #000;
  padding: 12px;
  border-radius: 3px;
  right: -7px;
  top: 32px;
  z-index: 1;
  font-size: 13px;
  text-align: right;
}
.remote-product__side__ingredient__dialog__item {
  white-space: nowrap;
  padding: 2px 0;
  cursor: pointer;
}
.remote-product__side__ingredient__dialog__item:hover {
  color: #eee;
}
.remote-product__side__ingredient__icon {
  opacity: 0.3;
  margin-top: 0.8125rem;
  line-height: 2.125rem;
  margin-left: 15px;
}
.remote-product__side__ingredient__selector {
  padding: 0.5625rem 0.4375rem 0.25rem;
}
.remote-product__side__ingredient__selector__icon {
  width: 0.625rem;
  opacity: 0.4;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  margin-right: 3px;
}
.remote-product__side__ingredient__selector__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 0.1875rem;
  margin-right: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
}
.remote-product__side__ingredient__selector__text {
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
}
.remote-product__side__ingredient__selector__btns {
  white-space: nowrap;
}
.remote-product__side__ingredient__selector__times {
  margin-left: 0.375rem;
  color: rgb(100, 100, 100);
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.75rem;
}
.remote-product__side__ingredient__selector__times:hover {
  color: rgb(255, 255, 255);
}
.remote-product__side__ingredient__selector__rename {
  height: 10px;
  line-height: 1.75rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  opacity: 0.4;
  cursor: pointer;
}
.remote-product__side__ingredient__selector__rename:hover {
  opacity: 0.8;
}
.remote-product__side__ingredient .remote-product__side__map-item__btn {
  margin-top: 6px;
}
.remote-product__side__ingredient__add {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  font-size: 13px;
}
.remote-product__side__ingredient__add .remote-product__add-ingredient {
  cursor: pointer;
}
.remote-product__side__ingredient__add .remote-product__add-ingredient:hover {
  text-decoration: underline;
}
.remote-product__taste__item {
  position: relative;
  padding: 0.4375rem 0.8125rem 0.3125rem;
  background-color: rgb(59, 59, 59);
  border: 0.125rem solid rgb(59, 59, 59);
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
  display: flex;
  justify-content: space-between;
  line-height: 1.4375rem;
}
.remote-product__taste__item__left, .remote-product__taste__item__right {
  display: flex;
}
.remote-product__taste__item__name {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgb(204, 204, 204);
  text-transform: uppercase;
}
.remote-product__taste__item i {
  opacity: 0.1;
  cursor: pointer;
  line-height: 1.4375rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
}
.remote-product__taste__item i:hover {
  opacity: 1;
}
.remote-product__taste__item__eye-icon {
  margin-right: 0.625rem;
}
.remote-product__taste__item__reorder-icon {
  margin-left: 0.625rem;
}
.remote-product__taste__item .remote-product__side__map-item__btn {
  display: none;
}
.remote-product__taste__item:hover {
  border: 0.125rem solid rgb(144, 238, 144);
}
.remote-product__taste__item:hover .remote-product__side__map-item__btn {
  display: block;
}
.remote-product__debug {
  font-size: 0.8125rem;
  color: rgb(170, 170, 170);
  margin-bottom: 10px;
}
.remote-product__debug__wrap {
  display: flex;
  justify-content: space-between;
}
.remote-product__debug:hover {
  color: rgb(255, 255, 255);
}
.remote-product__debug__title {
  vertical-align: text-top;
  margin-left: 0.25rem;
  cursor: pointer;
}
.remote-product__extNotInstalled {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #ccc;
  background-color: rgb(47, 47, 47);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.375rem;
  text-align: center;
}
.remote-product__extNotInstalled svg {
  margin: 0 auto 20px;
}
.remote-product__extNotInstalled__title {
  line-height: 1;
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
  font-weight: 600;
}
.remote-product__extNotInstalled__descr {
  line-height: 1;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
}
.remote-product__extNotInstalled__btn {
  color: #555;
  background-color: #eee;
  padding: 0.625rem 1.8125rem;
  border: 1px solid #555;
  font-weight: 600;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
.remote-product .arrow-down-icon {
  width: 16px !important;
  height: 10px !important;
}

.action-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.action-pills .action-pill {
  background: transparent;
  border: 1px solid #4D4D4D;
  border-radius: 16px;
  padding: 4px 12px;
  color: #ABB2BF;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 12px;
}
.action-pills .action-pill:hover {
  background: rgba(255, 255, 255, 0.1);
}
.action-pills .action-pill.selected {
  background: #4D4D4D;
  border-color: #4D4D4D;
  color: #fff;
}

.element-info-popup {
  position: fixed;
  z-index: 1000;
  background: rgba(40, 40, 40, 0.95);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  padding: 12px;
  min-width: 200px;
}
.element-info-popup.selected {
  pointer-events: all;
  width: 400px;
  padding: 0;
}
.element-info-popup.selected .popup-content .section {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.element-info-popup.selected .popup-content .section:last-of-type {
  border-bottom: none;
}
.element-info-popup.selected .popup-content .dialog-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 12px;
  background: rgba(30, 30, 30, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.element-info-popup.selected .popup-content .dialog-actions button {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
}
.element-info-popup.selected .popup-content .dialog-actions button.map-element {
  background: #4CAF50;
  color: white;
}
.element-info-popup.selected .popup-content .dialog-actions button.map-element:hover {
  background: #449d48;
}
.element-info-popup.selected .popup-content .dialog-actions button.cancel-button {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.element-info-popup.selected .popup-content .dialog-actions button.cancel-button:hover {
  background: rgba(255, 255, 255, 0.15);
}
.element-info-popup .popup-content .section:not(:last-child) {
  margin-bottom: 8px;
}
.element-info-popup .popup-content .section .section-title {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  font-size: 11px;
}
.element-info-popup .popup-content .section .panel-content {
  font-family: monospace;
}
.element-info-popup .popup-content .element-selector .selector-part {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.element-info-popup .popup-content .element-selector .tag {
  color: #E06C75;
}
.element-info-popup .popup-content .element-selector .class {
  color: #61AFEF;
}
.element-info-popup .popup-content .element-selector .class:before {
  content: ".";
}
.element-info-popup .popup-content .output-value code {
  color: #98C379;
  word-break: break-all;
}
.element-info-popup .popup-content .action-item {
  color: #ABB2BF;
}
.element-info-popup.draggable .section-title,
.element-info-popup.draggable .dialog-actions {
  cursor: grab;
  user-select: none;
}
.element-info-popup.draggable.is-dragging .section-title,
.element-info-popup.draggable.is-dragging .dialog-actions {
  cursor: grabbing;
}
.element-info-popup.is-dragging {
  transition: none;
  user-select: none;
}

.potential-element-popup {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-out;
  transform-origin: left top;
}
.potential-element-popup .popup-content .element-info {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.potential-element-popup .popup-content .element-info .tag-name {
  color: #e06c75;
  text-transform: lowercase;
}
.potential-element-popup .popup-content .element-info .classes {
  color: #98c379;
}
.potential-element-popup .popup-content .element-info .id {
  color: #61afef;
}
.potential-element-popup .popup-content .element-text {
  margin-top: 4px;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  font-style: italic;
}
.potential-element-popup:not(:empty) {
  animation: popupAppear 0.15s ease-out;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ingredient-options-dialog {
  cursor: default;
  position: fixed;
  z-index: 1000;
}
.ingredient-options-dialog .dialog-title {
  cursor: grab;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ingredient-options-dialog .dialog-title .drag-handle {
  margin-left: 8px;
  opacity: 0.5;
  font-size: 16px;
}
.ingredient-options-dialog.is-dragging .dialog-title {
  cursor: grabbing;
}

.selected-element-dialog {
  position: fixed;
  z-index: 1000;
  background: rgba(40, 40, 40, 0.95);
  color: #fff;
  border-radius: 4px;
  width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.selected-element-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: rgba(30, 30, 30, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.selected-element-dialog .dialog-header .dialog-title {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.selected-element-dialog .dialog-header .dialog-close {
  cursor: pointer;
  opacity: 0.7;
  font-size: 18px;
}
.selected-element-dialog .dialog-header .dialog-close:hover {
  opacity: 1;
}
.selected-element-dialog .dialog-content .panel {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.selected-element-dialog .dialog-content .panel:last-of-type {
  border-bottom: none;
}
.selected-element-dialog .dialog-content .panel .panel-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  font-weight: 500;
}
.selected-element-dialog .dialog-content .panel .panel-content {
  font-family: monospace;
  font-size: 12px;
}
.selected-element-dialog .dialog-content .target-panel .element-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.selected-element-dialog .dialog-content .target-panel .element-selector .tag {
  color: #E06C75;
}
.selected-element-dialog .dialog-content .target-panel .element-selector .class {
  color: #61AFEF;
}
.selected-element-dialog .dialog-content .target-panel .element-selector .class:before {
  content: ".";
}
.selected-element-dialog .dialog-content .output-panel .output-value code {
  display: block;
  color: #98C379;
  word-break: break-all;
}
.selected-element-dialog .dialog-content .action-panel .action-item {
  color: #ABB2BF;
}
.selected-element-dialog .dialog-content .dialog-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 12px;
  background: rgba(30, 30, 30, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.selected-element-dialog .dialog-content .dialog-actions button {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
}
.selected-element-dialog .dialog-content .dialog-actions button.map-element {
  background: #4CAF50;
  color: white;
}
.selected-element-dialog .dialog-content .dialog-actions button.map-element:hover {
  background: #449d48;
}
.selected-element-dialog .dialog-content .dialog-actions button.cancel-button {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.selected-element-dialog .dialog-content .dialog-actions button.cancel-button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.potential-element-popup {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-out;
  transform-origin: left top;
}
.potential-element-popup .popup-content .element-info {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.potential-element-popup .popup-content .element-info .tag-name {
  color: #e06c75;
  text-transform: lowercase;
}
.potential-element-popup .popup-content .element-info .classes {
  color: #98c379;
}
.potential-element-popup .popup-content .element-info .id {
  color: #61afef;
}
.potential-element-popup .popup-content .element-text {
  margin-top: 4px;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  font-style: italic;
}
.potential-element-popup:not(:empty) {
  animation: popupAppear 0.15s ease-out;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.add-map-ingredient {
  left: -25px;
  right: -25px;
  bottom: 25px;
  border: 1px solid #444;
  background: rgb(39, 39, 39);
  padding: 18px 14px 15px 14px;
  border-radius: 3px;
  z-index: 1;
  text-align: left;
}
.add-map-ingredient__item {
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  padding: 9px 13px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(16, 16, 16);
  border-radius: 4px;
  cursor: pointer;
}
.add-map-ingredient__item i {
  opacity: 0.3;
  transform: scale(0.8);
}
.add-map-ingredient__item:hover {
  background-color: rgb(0, 0, 0);
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.5s;
}
.add-map-ingredient__item:hover i {
  opacity: 0.4;
}
.add-map-ingredient__item__radio {
  opacity: 0;
  position: absolute;
}
.add-map-ingredient__item__radio:checked + label {
  font-weight: 600;
  border: 1px solid rgb(170, 170, 170);
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(0, 0, 0);
}
.add-map-ingredient__item__radio:checked + label i {
  opacity: 0.5;
}
.add-map-ingredient__btn {
  background-color: rgb(61, 61, 61);
  color: rgb(163, 163, 163);
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  padding: 12px 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.add-map-ingredient__btn:hover {
  background-color: rgb(70, 70, 70);
  color: rgb(190, 190, 190);
}
.add-map-ingredient__inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.add-map-ingredient__label {
  width: 48.5%;
  background-color: rgb(16, 16, 16);
  border-radius: 4px;
  padding: 9px 15px 5px;
  font-size: 0;
}
.add-map-ingredient__label__title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 1px;
}
.add-map-ingredient__input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.add-map-ingredient__input::placeholder {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.add-mapping {
  position: absolute;
  left: -25px;
  right: -25px;
  top: 42px;
  border: 1px solid #333;
  background: rgb(39, 39, 39);
  padding: 18px 14px 15px 14px;
  border-radius: 3px;
  margin-bottom: 70px;
  z-index: 1;
}
.add-mapping__btn {
  background-color: rgb(61, 61, 61);
  color: rgb(163, 163, 163);
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  padding: 12px 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.add-mapping__btn:hover {
  background-color: rgb(70, 70, 70);
  color: rgb(190, 190, 190);
}
.add-mapping__label {
  display: block;
  background-color: rgb(16, 16, 16);
  border-radius: 4px;
  padding: 9px 15px 5px;
  font-size: 0;
}
.add-mapping__label__title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 1px;
}
.add-mapping__input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.add-mapping__input::placeholder {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.chat__container {
  padding: 0.4375rem;
  background-color: rgb(3, 3, 3);
  border-radius: 0.4375rem;
  overflow-y: hidden;
}
@media (min-width: 1280px) {
  .chat__container {
    padding: 0.5rem 0.5rem 0.375rem;
  }
}
.chat__container .chat__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.chat__container .chat__info .chat__title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  opacity: 0.27;
  color: rgb(255, 255, 255);
  margin-bottom: 2px;
}
@media (min-width: 1280px) {
  .chat__container .chat__info .chat__title {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__info .chat__title {
    font-size: 1.0625rem;
  }
}
.chat__container .chat__info .chat__close {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.41);
  transition: color 0.2s ease;
}
.chat__container .chat__info .chat__close:hover, .chat__container .chat__info .chat__close:focus {
  color: rgb(255, 255, 255);
}
.chat__container .chat__info i {
  cursor: pointer;
  opacity: 0.3;
}
.chat__container .chat__info i:hover {
  opacity: 0.8;
}
.chat__container .chat__content {
  height: calc(100vh - 16.5rem);
}
@media (min-width: 1280px) {
  .chat__container .chat__content {
    height: calc(100vh - 20.875rem);
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content {
    height: calc(100vh - 35.813rem);
  }
}
.chat__container .chat__content .block-chat-edit {
  height: 75% !important;
}
.chat__container .chat__content .chat__messages {
  position: relative;
  height: calc(100vh - 18.2rem);
  width: 100%;
  padding: 0.3125rem;
  overflow-y: scroll;
  background-color: rgb(34, 34, 34);
  border-radius: 0.4375rem;
  margin-top: 0.3125rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages {
    height: calc(100vh - 23.8rem);
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages {
    height: calc(100vh - 42rem);
    margin-top: 0.8125rem;
  }
}
.chat__container .chat__content .chat__messages::-webkit-scrollbar {
  width: 0.1875rem;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages::-webkit-scrollbar {
    width: 0.375rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages::-webkit-scrollbar {
    width: 0.625rem;
  }
}
.chat__container .chat__content .chat__messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}
.chat__container .chat__content .chat__messages::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 0.3125rem;
}
.chat__container .chat__content .chat__messages #chat__scroll-helper {
  width: 100%;
  height: 0.0625rem;
}
.chat__container .chat__content .chat__messages .chat__message__container {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.chat__container .chat__content .chat__messages .chat__message__container:last-child {
  margin: 0;
}
.chat__container .chat__content .chat__messages .chat__message__container.left {
  margin: 0 auto 0.4375rem 0;
  flex-direction: row;
}
.chat__container .chat__content .chat__messages .chat__message__container.left .chat__message__wrapper .chat__message__username {
  text-align: left;
}
.chat__container .chat__content .chat__messages .chat__message__container.left .chat__message__wrapper .chat__message__text {
  background-color: rgb(18, 18, 18);
  border-radius: 0.625rem;
}
.chat__container .chat__content .chat__messages .chat__message__container.left .chat__message__wrapper .chat__message__date {
  text-align: left;
}
.chat__container .chat__content .chat__messages .chat__message__container.right {
  margin: 0 0 0.4375rem auto;
  flex-direction: row-reverse;
}
.chat__container .chat__content .chat__messages .chat__message__container.right .chat__message__wrapper .chat__message__username {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.25rem;
}
.chat__container .chat__content .chat__messages .chat__message__container.right .chat__message__wrapper .chat__message__text {
  background-color: rgb(18, 18, 18);
  border-radius: 0.625rem;
}
.chat__container .chat__content .chat__messages .chat__message__container.right .chat__message__wrapper .chat__message__date {
  text-align: right;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar {
  display: block;
  flex-shrink: 0;
  height: 2.875rem;
  width: 2.875rem;
  min-width: 2.875rem;
  border-radius: 50%;
  margin: 0 0.5625rem;
  position: relative;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default {
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  border-radius: 50%;
  background-color: rgb(126, 126, 126);
  margin: 0 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default {
    height: 1.875rem;
    width: 1.875rem;
    min-width: 1.875rem;
    margin: 0 0.375rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default {
    height: 2.875rem;
    width: 2.875rem;
    min-width: 2.875rem;
    margin: 0 0.5625rem;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default .avatar__status,
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar .avatar__status {
  width: 0.3125rem;
  height: 0.3125rem;
  background: rgb(56, 209, 9);
  border: 0.0625rem solid white;
  position: absolute;
  bottom: 2%;
  right: 2%;
  border-radius: 100%;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default .avatar__status,
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar .avatar__status {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar__default .avatar__status,
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__avatar .avatar__status {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid white;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper {
  max-width: 100%;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__username {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0 0 0.125rem;
  opacity: 0.35;
  font-size: 0.5625rem;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__username {
    font-size: 0.625rem;
    margin: 0 0 0.1875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__username {
    font-size: 0.6875rem;
    margin: 0 0 0.25rem;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5625rem;
  color: rgb(198, 198, 198);
  min-height: 1.5625rem;
  margin: 0 0 0.125rem;
  padding: 0.25rem 0.375rem;
  font-weight: 400;
  max-width: 15.3125rem;
  word-wrap: break-word;
  text-align: left;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text {
    font-size: 0.6875rem;
    margin: 0 0 0.1875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text {
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
    min-height: 1.875rem;
    margin: 0 0 0.25rem;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text a {
  display: contents;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text__input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  outline: none;
  width: auto;
  padding: 0;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text__input {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text__input {
    font-size: 0.875rem;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text__deleted {
  opacity: 0.3;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__text__mention {
  display: contents;
  text-decoration: inherit;
  cursor: pointer;
  color: rgb(67, 2, 165);
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.375rem;
  font-weight: 400;
  opacity: 0.35;
  color: rgb(255, 255, 255);
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__date {
    font-size: 0.5625rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__wrapper .chat__message__date {
    font-size: 0.6875rem;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__handles {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  margin-right: 0.3125rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__handles .close-icon {
  width: 8px;
  height: 8px;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__handles .close-icon {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__messages .chat__message__container .chat__message__handles .close-icon {
    width: 15px;
    height: 15px;
  }
}
.chat__container .chat__content .chat__messages .chat__message__container .chat__message__handles .chat__message__handles__edit {
  margin-right: 0.3125rem;
}
.chat__container .chat__content .chat__messages .spinner {
  z-index: 1;
}
.chat__container .chat__content .chat__edit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.375rem 0.125rem 0;
}
.chat__container .chat__content .chat__edit-bar__cancel {
  cursor: pointer;
}
.chat__container .chat__content .chat__edit-bar .chat__edit-bar__message {
  padding-inline-start: 0.5625rem;
  margin: 0 0 -0.3125rem -0.375rem;
  font-size: 0.625rem;
  height: 1.875rem;
  max-width: 20.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__edit-bar .chat__edit-bar__message {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__edit-bar .chat__edit-bar__message {
    font-size: 1rem;
  }
}
.chat__container .chat__content .chat__edit-bar .chat__edit-bar__message .chat__message__container {
  height: 90%;
}
.chat__container .chat__content .chat__form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0.375rem 0 0;
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__form {
    margin: 0.375rem 0;
  }
}
.chat__container .chat__content .chat__form #chat__scroll-btn {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 3.125rem;
  right: 0.3125rem;
  font-size: 1.25rem;
  color: rgba(242, 245, 231, 0.644);
  z-index: 10;
  border-radius: 0.4375rem;
  background-color: rgba(255, 255, 255, 0.3);
  transition: color 200ms ease;
  padding: 0.3125rem 0.4375rem;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__form #chat__scroll-btn {
    font-size: 2.125rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__form #chat__scroll-btn {
    font-size: 2.125rem;
    bottom: 4.375rem;
  }
}
.chat__container .chat__content .chat__form #chat__scroll-btn:hover, .chat__container .chat__content .chat__form #chat__scroll-btn:focus {
  color: rgb(255, 255, 255);
}
.chat__container .chat__content .chat__form #chat__scroll-btn:hover .chat__scroll__notification, .chat__container .chat__content .chat__form #chat__scroll-btn:focus .chat__scroll__notification {
  color: rgb(255, 255, 255);
}
.chat__container .chat__content .chat__form #chat__scroll-btn .chat__scroll__notification {
  font-size: 0.625rem;
  width: 3.75rem;
  color: rgba(242, 245, 231, 0.644);
  margin: 0 0.125rem 0 0;
  transition: color 200ms ease;
}
.chat__container .chat__content .chat__form .chat__input__label {
  display: flex;
  flex-grow: 1;
  margin: 0 0.3125rem 0 0;
  background-color: rgb(34, 34, 34);
  height: 1.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.4375rem;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__form .chat__input__label {
    padding: 0.375rem 0.5rem;
    height: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__form .chat__input__label {
    padding: 1.125rem 1.375rem;
    height: 3.5625rem;
  }
}
.chat__container .chat__content .chat__form .chat__input__label .chat__input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  opacity: 0.27;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__form .chat__input__label .chat__input {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__form .chat__input__label .chat__input {
    font-size: 1.125rem;
  }
}
.chat__container .chat__content .chat__form .chat__submit {
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.4375rem;
  background-color: rgb(34, 34, 34);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  color: rgb(255, 255, 255);
  height: 1.25rem;
  max-width: 9.375rem;
  padding: 0.25rem 0.5rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease;
}
@media (min-width: 1280px) {
  .chat__container .chat__content .chat__form .chat__submit {
    font-size: 0.6875rem;
    height: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .chat__container .chat__content .chat__form .chat__submit {
    font-size: 1.125rem;
    height: 3.5625rem;
    padding: 1.125rem 1.1875rem;
  }
}
.chat__container .chat__content .chat__form .chat__submit:hover, .chat__container .chat__content .chat__form .chat__submit:focus, .chat__container .chat__content .chat__form .chat__submit:active {
  background-color: rgb(0, 0, 0);
}
.chat__container .chat__content .chat__popup {
  position: absolute;
  bottom: 3.125rem;
  background-color: rgb(22, 22, 22);
  min-width: 10rem;
  padding: 0.625rem;
  max-height: 12.5rem;
  overflow-x: auto;
}
.chat__container .chat__content .chat__popup::-webkit-scrollbar {
  width: 0.625rem;
}
.chat__container .chat__content .chat__popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}
.chat__container .chat__content .chat__popup::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 0.3125rem;
}
.chat__container .chat__content .chat__popup__user {
  display: flex;
  align-items: center;
  margin: 0.3125rem 0;
  cursor: pointer;
}
.chat__container .chat__content .chat__popup__user__avatar {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin: 0 0.3125rem;
}
.chat__container .chat__content .chat__popup__user__avatar__default {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin: 0 0.3125rem;
  background-color: rgb(126, 126, 126);
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat__container .chat__content .chat__popup__user:focus {
  background-color: rgb(109, 109, 109);
}
.chat__container .chat__content .chat__popup .no-users {
  opacity: 0.3;
  margin-left: 0.625rem;
}

.custom-dropdown {
  width: 100%;
  position: relative;
}
.custom-dropdown__label {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border-radius: 0.9375rem;
  background-color: rgb(65, 65, 65);
  margin-right: 0.3125rem;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  border-bottom: 1px solid #313131;
  border-radius: 0;
  margin-top: 12px;
  background: #0c0c0c;
  padding-top: 7px;
  padding-left: 7px;
  z-index: 1000;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 1.75rem;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 1.5625rem;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--single .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 1.125rem;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container--open .select2-dropdown {
  left: 0;
  position: absolute;
  z-index: 1001;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default .select2-selection--single {
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[role=textbox] {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(69, 69, 69);
  line-height: 1.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 1.625rem;
  margin-right: 1.25rem;
  padding-right: 0rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(153, 153, 153);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.625rem;
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  width: 1.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(136, 136, 136) transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  height: 0;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--multiple {
  background: transparent;
  border-radius: 0rem;
  cursor: text;
  padding-bottom: 0rem;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 1.5625rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 1.25rem;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
  position: absolute;
  right: 0;
  padding: 0.0625rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(65, 65, 65);
  border: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0.3125rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-top: 0.1875rem;
  align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button {
  position: static;
  border: none;
  border-radius: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span {
  color: rgb(100, 100, 100);
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice button span {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice button span {
    font-size: 1rem;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span:hover {
  color: rgb(21, 21, 21);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 0.125rem;
  padding-right: 0.3125rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 0.0625rem solid rgb(170, 170, 170);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: rgb(153, 153, 153);
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 25px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  color: rgb(128, 128, 128);
  -webkit-appearance: textfield;
  width: 100% !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: hidden;
  color: rgb(100, 100, 100);
  background-color: rgb(21, 21, 21);
  position: relative;
}
.select2-container--default .select2-results__option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-results__option--selected {
  color: rgb(21, 21, 21);
  background-color: rgb(248, 248, 248);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: rgb(21, 21, 21);
  background-color: rgb(100, 100, 100);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown {
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .select2-results__options::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.select2-results__option {
  padding: 0.375rem;
  user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-search--dropdown {
  display: block;
  padding: 0.25rem;
  background-color: transparent;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-search--dropdown.select2-search__field {
  padding: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
}

.lockMenu {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.lockMenu__body {
  flex: 1;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.lockMenu__body__active-taste {
  background-color: rgb(10, 10, 10);
}
.lockMenu__body__active-taste .tastes__container {
  background-color: rgb(10, 10, 10);
  height: auto;
  padding-top: 0;
  overflow-y: auto;
}
.lockMenu__body__active-taste .tastes-active__container {
  background: rgb(16, 16, 16);
  color: rgb(79, 79, 79);
  border-radius: 0.3125rem;
}
.lockMenu__body__active-taste .tastes-active__name {
  color: rgb(136, 136, 136);
}
.lockMenu__body__active-taste .taste-label {
  background-color: rgb(61, 61, 61);
  color: rgb(163, 163, 163);
}
.lockMenu__body__nav {
  padding: 0 0.75rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__body__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3125rem;
}
.lockMenu__body__nav__list__item {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.lockMenu__body__nav__list__item:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.lockMenu__body__nav__list__item.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.13);
}
.lockMenu__body__content {
  height: calc(100vh - 200px);
  padding-bottom: 6.25rem;
  position: relative;
  overflow-y: auto;
}
.lockMenu__body__tastes {
  padding: 0 0.625rem;
}
.lockMenu__body__items {
  overflow-y: auto;
  margin: 0 0rem 0 0rem;
}
.lockMenu__body__items__add {
  background: rgb(16, 16, 16);
  color: rgb(79, 79, 79);
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  margin: 0.25rem 0;
  /* border: 3px solid white; */
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05px;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  margin-bottom: 0.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__body__items__add:hover {
  opacity: 0.8;
  color: rgb(136, 136, 136);
}
.lockMenu__body__items__add i {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}
.lockMenu__body__items__add__card {
  background: rgb(39, 39, 39);
  padding: 1.125rem 0.875rem 0.9375rem 0.875rem;
  position: absolute;
  left: 110%;
  top: 10%;
  width: 22.5rem;
  height: 80vh;
  overflow-y: auto;
  border-radius: 0.1875rem;
}
.lockMenu__body__items__add__card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  cursor: grab;
}
.lockMenu__body__items__add__card__header:active {
  cursor: grabbing;
}
.lockMenu__body__items__add__card__header__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  color: rgb(132, 132, 132);
  cursor: grab;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.lockMenu__body__items__add__card__header__close {
  cursor: pointer;
}
.lockMenu__body__items__add__card__header__close i {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.lockMenu__body__items__add__card__header__close i:hover {
  opacity: 1;
}
.lockMenu__body__items__add__card__item {
  display: grid;
  grid-template-columns: 1fr 1fr 7fr 2fr;
  gap: 0.625rem;
  align-items: center;
  padding: 0.8125rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgb(16, 16, 16);
  border-radius: 0.125rem;
  cursor: pointer;
  transition: border-radius 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.lockMenu__body__items__add__card__item i {
  filter: rgb(255, 255, 255);
  opacity: 0.12;
  transition: opacity 0.2s ease;
}
.lockMenu__body__items__add__card__item span {
  text-transform: capitalize;
}
.lockMenu__body__items__add__card__item.active {
  border: 1px solid rgb(136, 136, 136);
}
.lockMenu__body__items__add__card__item:not(:last-child) {
  margin-bottom: 0.375rem;
}
.lockMenu__body__items__add__card__item:hover {
  border-radius: 0.4375rem;
  background-color: rgb(13, 13, 13);
  color: rgba(255, 255, 255, 0.8);
}
.lockMenu__body__items__add__card__item:hover > i {
  opacity: 0.5;
}
.lockMenu__body__items__add__card__item__input {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 1px;
  color: rgb(255, 255, 255);
  width: 100%;
}
.lockMenu__body__items__add__card__item__input.notValid {
  color: rgb(255, 0, 0);
}
.lockMenu__body__items__add__card__item__input:focus {
  outline: none;
}
.lockMenu__body__items__add__card__item__add-btn {
  border: none;
  background-color: rgba(136, 136, 136, 0.8);
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  transition: border-color 0.2s ease, border-radius 0.2s ease;
}
.lockMenu__body__items__add__card__item__add-btn:hover {
  border-radius: 0.375rem;
}
.lockMenu__body__items__add__card__item__add-btn:hover:enabled {
  background-color: #888888;
}
.lockMenu__body__items__drag-item {
  height: auto;
  background-color: rgba(255, 255, 255, 0.01);
  border-radius: 0.25rem;
  opacity: 1;
}
.lockMenu__body__items-element, .lockMenu__body__items-element-unused {
  display: grid;
  grid-template-columns: 2.8125rem 2fr 2fr 0.5fr 0.5fr 0.5fr 0.5fr;
  align-items: center;
  background: rgb(16, 16, 16);
  color: rgb(79, 79, 79);
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  margin: 0.25rem 0;
  /* border: 3px solid white; */
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05px;
  padding: 0 0.625rem;
  height: 2.8125rem;
}
.lockMenu__body__items-element:hover, .lockMenu__body__items-element-unused:hover {
  opacity: 0.8;
  color: rgb(136, 136, 136);
}
.lockMenu__body__items-element:not(:last-child), .lockMenu__body__items-element-unused:not(:last-child) {
  margin-bottom: 0.25rem;
}
.lockMenu__body__items-element.dragging, .lockMenu__body__items-element-unused.dragging {
  background-color: red;
  opacity: 0.5;
}
.lockMenu__body__items-element[data-disabled=true], .lockMenu__body__items-element-unused[data-disabled=true] {
  cursor: no-drop;
}
.lockMenu__body__items-element__name, .lockMenu__body__items-element-unused__name {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.2s ease;
}
.lockMenu__body__items-element__name:hover, .lockMenu__body__items-element-unused__name:hover {
  color: rgba(255, 255, 255, 0.8);
}
.lockMenu__body__items-element__label, .lockMenu__body__items-element-unused__label {
  padding: 0 0.625rem;
  position: relative;
  margin-right: 0.625rem;
  justify-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lockMenu__body__items-element__label__checkbox, .lockMenu__body__items-element-unused__label__checkbox {
  position: relative;
  opacity: 1;
  font-size: 10.5px;
  width: 24px;
  height: 16px;
}
.lockMenu__body__items-element__label .btn-switch, .lockMenu__body__items-element-unused__label .btn-switch {
  font-size: 10.5px !important;
  width: 24px !important;
  height: 16px !important;
  min-width: 24px !important;
  min-height: 16px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1 !important;
}
.lockMenu__body__items-element__type, .lockMenu__body__items-element-unused__type {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lockMenu__body__items-element .custom-icon, .lockMenu__body__items-element-unused .custom-icon {
  width: 1.25rem !important;
  height: 1.25rem !important;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.lockMenu__body__items-element .custom-icon:hover, .lockMenu__body__items-element-unused .custom-icon:hover {
  opacity: 1;
}
.lockMenu__body__items-element .custom-icon.active, .lockMenu__body__items-element-unused .custom-icon.active {
  opacity: 1;
}
.lockMenu__body__items-element .lockMenu__toggle-visibility, .lockMenu__body__items-element-unused .lockMenu__toggle-visibility {
  justify-self: center;
}
.lockMenu__body__items-element .reorder-icon, .lockMenu__body__items-element-unused .reorder-icon {
  justify-self: center;
  cursor: grab;
}
.lockMenu__body__items-element .reorder-icon:active, .lockMenu__body__items-element-unused .reorder-icon:active {
  cursor: grabbing;
}
.lockMenu__body__items-element .lockMenu__toggle-pin, .lockMenu__body__items-element-unused .lockMenu__toggle-pin {
  justify-self: center;
}
.lockMenu__body__items-element .lockMenu__body__items-element__trash, .lockMenu__body__items-element-unused .lockMenu__body__items-element__trash {
  justify-self: flex-end;
}
.lockMenu__body__items__accordion {
  background: #333;
  border-radius: 0.3125rem;
}
.lockMenu__body__items__accordion i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__body__items__accordion i:hover {
  opacity: 1;
}
.lockMenu__body__items__accordion i.active {
  opacity: 0.7;
}
.lockMenu__body__items__accordion i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__body__items__accordion i.wave-0-icon, .lockMenu__body__items__accordion i.wave-1-icon, .lockMenu__body__items__accordion i.wave-2-icon, .lockMenu__body__items__accordion i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__body__items__accordion i.wave-0-icon:hover, .lockMenu__body__items__accordion i.wave-1-icon:hover, .lockMenu__body__items__accordion i.wave-2-icon:hover, .lockMenu__body__items__accordion i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__body__items__accordion i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__body__items__accordion i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__body__items__accordion:not(:last-child) {
  margin-bottom: 0.625rem;
}
.lockMenu__body__items__accordion__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.9375rem;
}
.lockMenu__body__items__accordion__nav__switcher__toggle {
  display: none;
}
.lockMenu__body__items__accordion__content {
  padding: 0 0.3125rem 0.625rem;
}
.lockMenu__body__items__accordion__content.hide {
  display: none;
}
.lockMenu__body__items-element-unused {
  overflow: hidden;
  cursor: default;
  opacity: 0.75;
}
.lockMenu__body__items-element-unused .custom-icon {
  height: 1.125rem !important;
  width: 1.125rem !important;
}
.lockMenu__body__items-element-unused .btn-switch {
  font-size: 10.5px !important;
  width: 24px !important;
  height: 16px !important;
  min-width: 24px !important;
  min-height: 16px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1 !important;
}
.lockMenu__properties-wrapper {
  margin-top: 0.25rem;
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.lockMenu__properties-wrapper__header {
  margin-bottom: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__properties-wrapper__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__properties-wrapper__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__properties-wrapper__header__actions__wrapper {
  position: relative;
}
.lockMenu__properties-wrapper__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__properties-wrapper__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  flex-grow: 1;
}
.lockMenu__properties-wrapper__header__title.inactive {
  opacity: 0.3;
}
.lockMenu__properties-wrapper__header__title.inactive:hover {
  opacity: 1;
}
.lockMenu__properties-wrapper__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__properties-wrapper__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__properties-wrapper__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__properties-wrapper__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__properties-wrapper__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__properties-wrapper__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__properties-wrapper__options__item.active {
  color: red;
}
.lockMenu__properties-wrapper__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__properties-wrapper__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__properties-wrapper .lockMenu__color {
  background-color: rgb(13, 13, 13);
}
.lockMenu__properties-wrapper .lockMenu__act-locks {
  background-color: rgb(13, 13, 13);
}
.lockMenu__properties-wrapper.inactive {
  background: rgba(0, 0, 0, 0.4117647059);
}
.lockMenu__properties-wrapper.inactive:hover {
  background: #030303;
}

.select2CacheSearch_wrapper {
  position: relative;
}

.select2CacheSearchMappable_wrapper {
  position: relative;
}

@keyframes height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 6.25rem;
  }
}
.lockMenu__body__items__accordion__content {
  padding: 10px;
}
.lockMenu__body__items__drag-item {
  margin-bottom: 0px;
}
.lockMenu__body__items-element_detail {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.lockMenu__body__items-element_detail:hover {
  background: rgba(255, 255, 255, 0.05);
}
.lockMenu__body__items-element__label__checkbox {
  position: relative;
  opacity: 1;
  font-size: 10.5px;
  width: 24px;
  height: 16px;
}
.lockMenu__body__items-element__label__checkbox.btn-switch {
  font-size: 10.5px !important;
  width: 24px !important;
  height: 16px !important;
  min-width: 24px !important;
  min-height: 16px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1 !important;
}

.property-mapping-count {
  font-size: 0.85em;
  color: #6366f1;
  font-weight: normal;
  margin-left: 8px;
  opacity: 0.8;
}

.mapping-count {
  font-size: 0.9em;
  color: #6366f1;
  margin-left: 4px;
  white-space: nowrap;
}

.inputRange__button__start_map .mapping-count,
.inputRange__button__view_lock .mapping-count {
  font-size: 0.85em;
  vertical-align: middle;
}

.lockMenu--right .lockMenu__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lockMenu--right .lockMenu__body .ingredient_tabs {
  flex-shrink: 0;
}
.lockMenu--right .lockMenu__body__items {
  flex: 1;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.lockMenuTxt__search {
  padding: 0.5rem;
}
.lockMenuTxt__search__input {
  border: none;
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  background-color: rgb(112, 112, 112);
  padding: 0.75rem 0.5rem;
  width: 65%;
}
.lockMenuTxt__search__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.lockMenuTxt__search__button {
  width: 30%;
  margin-left: 0.5rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.25rem;
  color: rgb(0, 0, 0);
}

.lockMenu__text {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .lockMenu__text {
    max-width: 31.25rem;
  }
}
.lockMenu__text.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__text i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__text i:hover {
  opacity: 1;
}
.lockMenu__text i.active {
  opacity: 0.7;
}
.lockMenu__text i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__text i.wave-0-icon, .lockMenu__text i.wave-1-icon, .lockMenu__text i.wave-2-icon, .lockMenu__text i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__text i.wave-0-icon:hover, .lockMenu__text i.wave-1-icon:hover, .lockMenu__text i.wave-2-icon:hover, .lockMenu__text i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__text i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__text i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__text__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenu__text__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__text__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__text__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__text__header__actions__wrapper {
  position: relative;
}
.lockMenu__text__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__text__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__text__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__text__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__text__header__title .text-icon {
  width: 1.25rem;
  height: 0.9375rem;
}
.lockMenu__text .lockMenu__library__upload {
  display: none;
}

.lockMenu__text__content {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__text__content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__text__content__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__text__content__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__text__content__header__actions__wrapper {
  position: relative;
}
.lockMenu__text__content__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__text__content__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__text__content__textarea {
  position: relative;
}
.lockMenu__text__content__textarea textarea {
  display: block;
  height: 130px;
  width: 100%;
  margin: 16px 0;
  background-color: rgb(16, 16, 16);
  border: none;
  border-radius: 5px;
  resize: none;
  color: rgb(112, 112, 112);
}
.lockMenu__text__content__textarea .expand-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 16px;
}
.lockMenu__text__content__btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  display: block;
  margin-left: auto;
}
.lockMenu__text__content__btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}

.lockMenuTxt__search {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenuTxt__search i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenuTxt__search i:hover {
  opacity: 1;
}
.lockMenuTxt__search i.active {
  opacity: 0.7;
}
.lockMenuTxt__search i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenuTxt__search i.wave-0-icon, .lockMenuTxt__search i.wave-1-icon, .lockMenuTxt__search i.wave-2-icon, .lockMenuTxt__search i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenuTxt__search i.wave-0-icon:hover, .lockMenuTxt__search i.wave-1-icon:hover, .lockMenuTxt__search i.wave-2-icon:hover, .lockMenuTxt__search i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenuTxt__search i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenuTxt__search i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenuTxt__search__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuTxt__search__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenuTxt__search__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenuTxt__search__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuTxt__search__title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.46);
  margin-top: 0.75rem;
}
.lockMenuTxt__search__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.375rem 0 0.25rem 0;
  border-radius: 0.25rem;
}
.lockMenuTxt__search__box__input {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.61);
  background: rgb(16, 16, 16);
  border: none;
  padding: 0.5rem 0.3125rem;
  outline: none;
  width: 100%;
  border-radius: 0.25rem;
}
.lockMenuTxt__search__box__input::placeholder {
  color: rgba(255, 255, 255, 0.61);
}
.lockMenuTxt__search__box__no-result {
  padding: 0.3125rem;
  color: rgba(255, 255, 255, 0.61);
}
.lockMenuTxt__search__box__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.1875rem;
  margin: 0.25rem 0;
}
.lockMenuTxt__search__box__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuTxt__search__box__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 3.4375rem;
  background-color: transparent;
  padding: 0.375rem 0;
  position: relative;
}
.lockMenuTxt__search__box__item .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.lockMenuTxt__search__box__item .close-icon {
  width: 1rem;
  height: 1rem;
}
.lockMenuTxt__search__box__dropdown {
  min-height: 2.5rem;
  width: 100%;
}
.lockMenuTxt__search__box .img-keyword-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  background: rgb(61, 61, 61);
  margin-bottom: 0.1875rem;
  margin-right: 0.25rem;
}
.lockMenuTxt__search__box .img-keyword-item .remove-img-keyword {
  margin-left: 0.4375rem;
  color: rgb(100, 100, 100);
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
}
.lockMenuTxt__search__box .img-keyword-item .remove-img-keyword:hover {
  color: rgb(255, 255, 255);
}
.lockMenuTxt__search__btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.lockMenuTxt__search__btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenuTxt__search__btn__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuTxt__search__update-keywords.active {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.lockMenuTxt__search hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0.32;
}
.lockMenuTxt__search .lockMenu__sources__header__actions {
  display: none;
}
.lockMenuTxt__search .lockMenu__sources__search {
  display: none;
}
.lockMenuTxt__search .lockMenu__sources__filter {
  display: none;
}
.lockMenuTxt__search .lockMenu__sources__update-btn {
  display: none;
}

.product-list {
  min-width: 350px;
  overflow-y: auto;
}
.product-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #414141;
  padding: 10px;
}
.product-list__item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #414141;
  padding: 10px;
  cursor: pointer;
}
.product-list__item__header:hover {
  background-color: rgb(72, 77, 77);
}
.product-list__item__body {
  background-color: rgb(102, 102, 102);
}
.product-list__item__body__product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
.product-list__item__body__product__icons {
  display: flex;
  position: relative;
}
.product-list__item__body__product a {
  color: burlywood;
}
.product-list__item__delete {
  font-size: 30px;
}
.product-list .lock-product, .product-list .lock-product-default {
  font-size: 20px;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.product-list .lock-product:hover, .product-list .lock-product-default:hover {
  color: rgb(255, 0, 0);
}
.product-list .custom-icon {
  margin-left: 4px;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  cursor: pointer;
}
.product-list .custom-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.product-list .locked {
  background-color: rgb(72, 77, 77);
}

.pendingChanges {
  padding: 0 16px;
}
.pendingChanges__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: rgb(132, 132, 132);
  margin-top: 18px;
  margin-bottom: 16px;
}
.pendingChanges .custom-icon {
  width: 0.899rem;
  height: 0.9525rem;
}
.pendingChanges__nav {
  display: flex;
  align-items: center;
  margin: 16px 0 13px 0;
}
.pendingChanges__nav__item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.56;
  color: rgb(132, 132, 132);
  margin-right: 19px;
}
.pendingChanges__nav__item:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pendingChanges__nav__item.active {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .pendingChanges__content {
    height: calc(100vh - 484px);
  }
}
.pendingChanges__content__item {
  background: rgb(16, 16, 16);
  color: rgb(79, 79, 79);
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  margin: 0.25rem 0;
  /* border: 3px solid white; */
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05px;
  font-weight: normal;
  padding: 8px 10px;
  margin: 6px 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pendingChanges__content__item:hover {
  opacity: 0.8;
  color: rgb(136, 136, 136);
}
.pendingChanges__content__item-icon {
  height: 0.625rem;
}
.pendingChanges__content__item__wrapper {
  width: 15.625rem;
  display: grid;
}
.pendingChanges__content__item__header {
  display: flex;
  width: 100%;
}
.pendingChanges__content__item__header__ingredient {
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 3px;
  width: 90px;
}
.pendingChanges__content__item__header__property {
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 3px;
}
.pendingChanges__content__item__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pendingChanges__content__item__body__left {
  margin-right: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.pendingChanges__content__item__body__right {
  width: 100%;
}
.pendingChanges__content__item__body__right__list__item {
  display: flex;
  color: rgb(255, 255, 255);
  flex-direction: column;
}
.pendingChanges__content__item__body__right__list__item .close-icon {
  margin-left: auto;
}
.pendingChanges__content__item__action {
  justify-self: flex-start;
  margin-left: 4px;
}
.pendingChanges__content__item__name__status {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.pendingChanges__content__item__close {
  justify-self: flex-end;
}
.pendingChanges__content__item i {
  opacity: 0.25;
}
.pendingChanges__content__item i:hover {
  opacity: 1;
}
.pendingChanges__clear-all {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.51);
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 15px;
}
.pendingChanges__clear-all:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pendingChanges__color-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pendingChanges__color-value span {
  margin-right: 5px;
}
.pendingChanges__color-value div {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.pendingChanges__image-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pendingChanges__image-value a {
  color: rgb(255, 255, 255);
  margin-right: 10px;
}
.pendingChanges__image-value div {
  width: 60px;
  height: 40px;
  background-size: 100% 100%;
  border-radius: 3px;
}
.pendingChanges__item-gradient {
  height: 30px;
  width: 90%;
  border-radius: 6px;
  margin-top: 5px;
  margin-right: 5px;
}
.pendingChanges__btn-state {
  margin-left: 90px;
}
.pendingChanges .pendingChanges__item-status {
  width: 90px;
  color: rgb(255, 255, 255);
}
.pendingChanges .pendingChanges__item-label {
  margin-right: 5px;
}

.buttons-lock__panel__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.00375rem;
}
@media (min-width: 1600px) {
  .buttons-lock__panel__header {
    font-size: 1.125rem;
  }
}
.buttons-lock__panel__header .background-recycle {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.buttons-lock__panel__header .background-recycle .recycle-icon {
  cursor: pointer;
  margin-left: 0.625rem;
}
.buttons-lock__panel__header .background-recycle .recycle-icon:hover {
  filter: invert(64%) sepia(82%) saturate(991%) hue-rotate(161deg) brightness(95%) contrast(94%);
}
.buttons-lock__panel__header .button-layout {
  margin-top: 0.625rem;
}
.buttons-lock__panel__header .button-layout__select {
  background-color: #646464;
  border: solid 0.0625rem #464646;
  color: rgb(255, 255, 255);
  width: 11.25rem;
  border-radius: 0.25rem;
  height: 2.1875rem;
  outline: none;
}
.buttons-lock__panel__header .toggle-opacity {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.buttons-lock__panel__header .toggle-opacity__label {
  width: 9.375rem;
  line-height: normal;
}
.buttons-lock__panel__header .toggle-opacity__checkbox {
  width: 1.875rem;
  height: 1.875rem;
}
.buttons-lock__panel__header .level-change {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.buttons-lock__panel__header .level-change__label {
  margin-right: 0.625rem;
}
.buttons-lock__panel__header .level-change__switch {
  width: 2.125rem;
  height: 1.25rem;
  color: rgb(126, 126, 126);
  position: relative;
}
.buttons-lock__panel__header .level-change__switch label {
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  color: #585858;
  font-size: 1.125rem;
}
.buttons-lock__panel__header .level-change__switch .switcher {
  width: 2.125rem;
  height: 1.25rem;
  border-radius: 2.125rem;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
}
.buttons-lock__panel__header .level-change__switch .switcher:before {
  position: absolute;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  left: 0.25rem;
  bottom: 3px;
  background-color: rgb(59, 59, 59);
  transition: 0.4s;
  border-radius: 50%;
}
.buttons-lock__panel__header .level-change__checkbox {
  display: none;
}
.buttons-lock__panel__header .level-change__checkbox:checked + .switcher {
  background-color: rgb(33, 150, 243);
}
.buttons-lock__panel__header .level-change__checkbox:checked + .switcher:before {
  -webkit-transform: translateX(1.625rem);
  transform: translateX(12px);
}
.buttons-lock__panel__header__save-btn {
  margin-left: 0.625rem;
  border-radius: 0.375rem;
  font-weight: 700;
  text-align: center;
  color: rgb(100, 100, 100);
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  width: 5.0625rem;
  height: 2.625rem;
  font-size: 0.8125rem;
  align-self: flex-start;
}

.buttons-lock-stroke,
.buttons-lock-icon,
.buttons-lock-background {
  color: rgb(0, 0, 0);
}
.buttons-lock-stroke .buttons-option input,
.buttons-lock-icon .buttons-option input,
.buttons-lock-background .buttons-option input {
  display: inline-block;
  width: 3rem;
}
.buttons-lock-stroke .buttons-option input[type=range],
.buttons-lock-icon .buttons-option input[type=range],
.buttons-lock-background .buttons-option input[type=range] {
  width: 13.75rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
}
.buttons-lock-stroke .buttons-option .font-search,
.buttons-lock-icon .buttons-option .font-search,
.buttons-lock-background .buttons-option .font-search {
  color: rgb(0, 0, 0);
}
.buttons-lock-stroke .buttons-option .hearted-font-select-all,
.buttons-lock-stroke .buttons-option .hearted-font-deselect-all,
.buttons-lock-icon .buttons-option .hearted-font-select-all,
.buttons-lock-icon .buttons-option .hearted-font-deselect-all,
.buttons-lock-background .buttons-option .hearted-font-select-all,
.buttons-lock-background .buttons-option .hearted-font-deselect-all {
  float: right;
  margin-right: 0.625rem;
  cursor: pointer;
}

.buttons-lock-subfont .font-wobble-properties {
  color: rgb(51, 51, 51);
}
.buttons-lock-subfont .font-wobble-properties h4 {
  font-size: 0.8125rem;
  float: left;
  display: block;
  clear: left;
}

.buttons-lock-icon .buttons-option,
.buttons-lock-background .buttons-option {
  margin: 0.3125rem 0;
}
.buttons-lock-icon .buttons-option input[type=text],
.buttons-lock-background .buttons-option input[type=text] {
  width: 100%;
}

.buttons-lock-padding,
.buttons-lock-shadow {
  color: rgb(0, 0, 0);
}
.buttons-lock-padding input,
.buttons-lock-shadow input {
  display: inline-block;
}
.buttons-lock-padding input[type=range],
.buttons-lock-shadow input[type=range] {
  width: calc(100% - 3.125rem);
  margin: 0 0.3125rem 0 0;
}
.buttons-lock-padding .pxPercent__switch,
.buttons-lock-shadow .pxPercent__switch {
  display: block;
  line-height: 2.125rem;
  font-size: 1.125rem;
  margin: 0.9375rem 0 0;
  color: rgb(190, 190, 190);
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.buttons-lock-padding .pxPercent__switch DIV,
.buttons-lock-shadow .pxPercent__switch DIV {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3125rem;
}
.buttons-lock-padding .pxPercent__switch .switch,
.buttons-lock-shadow .pxPercent__switch .switch {
  position: relative;
  display: inline-block;
  width: 3.75rem;
  height: 2.125rem;
}
.buttons-lock-padding .pxPercent__switch .switch input,
.buttons-lock-shadow .pxPercent__switch .switch input {
  display: none;
}
.buttons-lock-padding .pxPercent__switch .slider,
.buttons-lock-shadow .pxPercent__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(204, 204, 204);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.buttons-lock-padding .pxPercent__switch .slider:before,
.buttons-lock-shadow .pxPercent__switch .slider:before {
  position: absolute;
  content: "";
  height: 1.625rem;
  width: 1.625rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.buttons-lock-padding .pxPercent__switch input:checked + .slider,
.buttons-lock-shadow .pxPercent__switch input:checked + .slider {
  background-color: rgb(33, 150, 243);
}
.buttons-lock-padding .pxPercent__switch input:focus + .slider,
.buttons-lock-shadow .pxPercent__switch input:focus + .slider {
  box-shadow: 0 0 0.0625rem rgb(33, 150, 243);
}
.buttons-lock-padding .pxPercent__switch input:checked + .slider:before,
.buttons-lock-shadow .pxPercent__switch input:checked + .slider:before {
  -webkit-transform: translateX(1.625rem);
  -ms-transform: translateX(1.625rem);
  transform: translateX(1.625rem);
}
.buttons-lock-padding .pxPercent__switch .slider.round,
.buttons-lock-shadow .pxPercent__switch .slider.round {
  border-radius: 2.125rem;
}
.buttons-lock-padding .pxPercent__switch .slider.round:before,
.buttons-lock-shadow .pxPercent__switch .slider.round:before {
  border-radius: 50%;
}

.buttons-lock-menu .spinner-container {
  position: relative;
  left: calc(50% - 0.938rem);
}
.buttons-lock-menu .hidden {
  display: none !important;
}

.buttons-option {
  display: block;
  clear: both;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.buttons-option h3 {
  font-size: 1.125rem !important;
  margin: 1.5625rem 0 0.9375rem !important;
}
.buttons-option h3 .fa-lock {
  float: right;
}

.buttons-lock-title span {
  color: rgb(119, 119, 119);
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.buttons-lock-title span:not(:last-child):after {
  content: ">";
  margin-left: 0.5rem;
}

.btn-customCSS .look-tag {
  margin-left: 0.625rem;
}
.btn-customCSS textarea {
  width: calc(100% - 1.875rem);
  margin: 0 0.9375rem;
  background: rgb(71, 58, 58);
  color: rgb(255, 255, 255);
  border: none;
}

.arrows {
  white-space: nowrap;
}

.arrows li {
  display: inline-block;
  line-height: 1.625rem;
  margin: 0 0.5625rem 0 -0.625rem;
  padding: 0 1.25rem;
  position: relative;
}

ul.hearted-fonts {
  list-style: none;
  -webkit-padding-start: 0;
}
ul.hearted-fonts li {
  float: left;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin: 0.25rem;
  color: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(255, 255, 255);
  border-radius: 0.25rem;
}

.colors-section.col-xs-12.col-sm-6 {
  color: rgb(51, 51, 51);
}

.lockMenu__btn {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .lockMenu__btn {
    max-width: 31.25rem;
  }
}
.lockMenu__btn.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__btn i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__btn i:hover {
  opacity: 1;
}
.lockMenu__btn i.active {
  opacity: 0.7;
}
.lockMenu__btn i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__btn i.wave-0-icon, .lockMenu__btn i.wave-1-icon, .lockMenu__btn i.wave-2-icon, .lockMenu__btn i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__btn i.wave-0-icon:hover, .lockMenu__btn i.wave-1-icon:hover, .lockMenu__btn i.wave-2-icon:hover, .lockMenu__btn i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__btn i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__btn i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__btn__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenu__btn__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__btn__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__btn__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__btn__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__btn__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}

.lockMenu__btn__states {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__states .popUp {
  position: fixed;
  top: 32%;
  left: 33%;
}
.lockMenu__btn__states__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__states__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__states__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__states__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__states__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__states__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__states__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__states__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__states__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__states__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__states__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__states__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__states__options__item.active {
  color: red;
}
.lockMenu__btn__states__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__states__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__states__options__item {
  cursor: pointer;
}
.lockMenu__btn__states__options__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__states__options__title span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__states__options__title span span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__states__options__title button {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 7px 30px;
}
.lockMenu__btn__states__options__title button:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}

.lockMenu__btn__interaction {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__interaction__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__interaction__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__interaction__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__interaction__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__interaction__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__interaction__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__interaction__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__interaction__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__interaction__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__interaction__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__interaction__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__interaction__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__interaction__options__item.active {
  color: red;
}
.lockMenu__btn__interaction__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__interaction__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__interaction__options__item {
  cursor: pointer;
}
.lockMenu__btn__interaction__options__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__interaction__options__title span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__interaction__options__title span span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__interaction__options__title button {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 7px 30px;
}
.lockMenu__btn__interaction__options__title button:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__btn__interaction__options__title__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lockMenu__btn__interaction__options__title__wrap__list {
  background-color: rgb(51, 51, 51);
  border-radius: 5px;
  overflow: hidden;
}
.lockMenu__btn__interaction__options__title__wrap__list__item {
  padding: 5px 8px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.lockMenu__btn__interaction__options__title__wrap__list__item:hover {
  background-color: rgb(102, 102, 102);
  opacity: 1;
}
.lockMenu__btn__interaction__options__title__wrap__list__item.non-choose {
  pointer-events: none;
}
.lockMenu__btn__interaction__options__title__wrap .hide {
  display: none;
}

.lockMenu__btn__padding {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__padding__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__padding__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__padding__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__padding__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__padding__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__padding__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__padding__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__padding__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__padding__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__padding__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__padding__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__padding__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__padding__options__item.active {
  color: red;
}
.lockMenu__btn__padding__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__padding__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__padding__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__padding__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__padding__change {
  margin-top: 24px;
}
.lockMenu__btn__padding__change__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__padding__change__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__padding__change__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__padding__change__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__padding__change__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__padding__change__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__padding__change__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__padding__change__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__btn__padding__change__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__btn__padding__change__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__btn__padding__change__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__padding__change__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__btn__padding__change__options {
    gap: 0.875rem;
  }
}
.lockMenu__btn__padding__change__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__btn__padding__change__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__padding__change__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__btn__padding__change__options__item__value.active {
  color: #bebebe;
}
.lockMenu__btn__padding__change__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__btn__padding__change__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__padding__change__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__btn__padding__change__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__padding__change__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}

.lockMenu__btn__margin {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__margin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__margin__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__margin__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__margin__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__margin__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__margin__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__margin__list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__margin__list__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__margin__list__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__margin__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__margin__list__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__margin__list__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__margin__list__item.active {
  color: red;
}
.lockMenu__btn__margin__list__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__margin__list__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__margin__list__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__margin__list__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__margin__change {
  margin-top: 24px;
}
.lockMenu__btn__margin__change__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__margin__change__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__margin__change__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__margin__change__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__margin__change__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__margin__change__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__margin__change__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__margin__change__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__btn__margin__change__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__btn__margin__change__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__btn__margin__change__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__margin__change__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__btn__margin__change__options {
    gap: 0.875rem;
  }
}
.lockMenu__btn__margin__change__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__btn__margin__change__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__margin__change__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__btn__margin__change__options__item__value.active {
  color: #bebebe;
}
.lockMenu__btn__margin__change__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__btn__margin__change__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__margin__change__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__btn__margin__change__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__margin__change__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}

.lockMenu__btn__border {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__border__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__border__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__border__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__border__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__border__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__border__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__border__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__border__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__border__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__border__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__border__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__border__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__border__options__item.active {
  color: red;
}
.lockMenu__btn__border__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__border__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__border__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__border__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__border__change {
  margin-top: 24px;
}
.lockMenu__btn__border__change__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__border__change__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__border__change__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__border__change__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__border__change__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__border__change__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__border__change__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__border__change__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__btn__border__change__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__btn__border__change__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__btn__border__change__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__border__change__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__btn__border__change__options {
    gap: 0.875rem;
  }
}
.lockMenu__btn__border__change__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__btn__border__change__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__border__change__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__btn__border__change__options__item__value.active {
  color: #bebebe;
}
.lockMenu__btn__border__change__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__btn__border__change__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__border__change__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__btn__border__change__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__border__change__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.lockMenu__btn__border .lockMenu__color {
  background-color: rgb(13, 13, 13);
  margin-top: 16px;
}

.lockMenu__btn__background {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__background__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__background__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__background__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__background__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__background__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__background__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__background__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__background__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__background__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__background__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__background__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__background__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__background__options__item.active {
  color: red;
}
.lockMenu__btn__background__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__background__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__background__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__background__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__background .lockMenu__color {
  background-color: rgb(13, 13, 13);
  margin-top: 16px;
}

.lockMenu__btn__text {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__text__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__text__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__text__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__text__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__text__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__text__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__btn__text__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__btn__text__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__btn__text__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__text__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__btn__text__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__text__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__btn__text__options__item.active {
  color: red;
}
.lockMenu__btn__text__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__text__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__text__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__text__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__text__change {
  margin-top: 24px;
}
.lockMenu__btn__text__change__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__btn__text__change__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__btn__text__change__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__btn__text__change__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__btn__text__change__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__text__change__header__actions__wrapper {
  position: relative;
}
.lockMenu__btn__text__change__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__btn__text__change__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__btn__text__change__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__btn__text__change__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__btn__text__change__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__text__change__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__btn__text__change__options {
    gap: 0.875rem;
  }
}
.lockMenu__btn__text__change__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__btn__text__change__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__text__change__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__btn__text__change__options__item__value.active {
  color: #bebebe;
}
.lockMenu__btn__text__change__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__btn__text__change__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__btn__text__change__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__btn__text__change__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__btn__text__change__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.lockMenu__btn__text .lockMenu__color {
  background-color: rgb(13, 13, 13);
  margin-top: 16px;
}

.lockMenu__img {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
  height: auto;
}
@media (min-width: 1600px) {
  .lockMenu__img {
    max-width: 31.25rem;
  }
}
.lockMenu__img.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__img i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__img i:hover {
  opacity: 1;
}
.lockMenu__img i.active {
  opacity: 0.7;
}
.lockMenu__img i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__img i.wave-0-icon, .lockMenu__img i.wave-1-icon, .lockMenu__img i.wave-2-icon, .lockMenu__img i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__img i.wave-0-icon:hover, .lockMenu__img i.wave-1-icon:hover, .lockMenu__img i.wave-2-icon:hover, .lockMenu__img i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__img i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__img i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__img__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenu__img__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__img__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__img__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__img__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__img__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__img__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__img__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}

ul.ingredient_tabs {
  list-style: none;
  display: flex;
  margin-bottom: 18px;
  justify-content: flex-start;
}

ul.ingredient_tabs li {
  padding: 9px 10px;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.368627451);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  pointer-events: all;
  cursor: pointer;
}

ul.ingredient_tabs li.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2705882353);
  color: #fff;
}

ul.ingredient_tabs li:hover {
  color: rgba(255, 255, 255, 0.7882352941);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.selectedOutputPanel {
  display: flex;
  padding: 10px;
  background: #090909;
}

lable.selectedOutputPanel__label {
  font-size: 12px;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  display: inline-block;
  margin-bottom: 6px;
}

input.selectedOutputPanel__input {
  background: #1a1a1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 96%;
  border-radius: 2px;
  height: 26px;
  border: 1px solid #282828;
}

input.selectedOutputPanel__input:focus-visible {
  outline-color: #000000;
}

input.selectedOutputPanel__input:focus {
  outline: 0;
  border: 1px solid #4a4a4a;
  /* outline-color: #595959; */
  /* outline-offset: 0px; */
  /* outline-width: thin; */
  /* border-color: #111111; */
  /* background: #363636; */
}

input.selectedOutputPanel__input:hover {
  border: 1px solid #4a4a4a;
}

.lockMenu__properties-wrapper {
  margin-top: 0.25rem;
  background-color: rgb(3, 3, 3);
  border-radius: 5px;
  padding: 13px 13px 13px 13px;
  margin-bottom: 8px;
  margin-bottom: 0.25rem;
}
.lockMenu__properties-wrapper.inactive .property-content {
  display: none;
}
.lockMenu__properties-wrapper .property-content {
  overflow: hidden;
}
.lockMenu__properties-wrapper__header__title.inactive {
  opacity: 0.7;
}
.lockMenu__properties-wrapper__header .arrow-down-icon.rotate {
  transform: rotate(180deg);
}

.lockMenu__library {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__library i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__library i:hover {
  opacity: 1;
}
.lockMenu__library i.active {
  opacity: 0.7;
}
.lockMenu__library i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__library i.wave-0-icon, .lockMenu__library i.wave-1-icon, .lockMenu__library i.wave-2-icon, .lockMenu__library i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__library i.wave-0-icon:hover, .lockMenu__library i.wave-1-icon:hover, .lockMenu__library i.wave-2-icon:hover, .lockMenu__library i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__library i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__library i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__library__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__library__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__library__header__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lockMenu__library__header__actions__btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 0.1875rem 12px;
}
.lockMenu__library__header__actions__btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__library__header__actions__file {
  display: none;
}
.lockMenu__library__upload {
  margin: 16px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.lockMenu__library__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9375rem;
  margin: 16px 0 12px;
}
.lockMenu__library__tabs__item {
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__library__tabs__item:hover {
  color: rgba(112, 112, 112, 0.8);
}
.lockMenu__library__tabs__item.active {
  color: #707070;
}
.lockMenu__library__search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: rgb(16, 16, 16);
  padding: 6px 0.625rem 6px 6px;
  margin: 6px 0;
  border-radius: 0.25rem;
  min-height: 32px;
  position: relative;
}
.lockMenu__library__search .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__library__search__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.lockMenu__library__search__item .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.lockMenu__library__search__item span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  color: rgba(255, 255, 255, 0.43);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lockMenu__library__search__item:nth-child(even) {
  background-color: rgb(0, 0, 0);
}
.lockMenu__library__search__item:nth-child(even) span {
  background-color: rgb(39, 39, 39);
}
.lockMenu__library__results {
  position: relative;
  width: 100%;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  min-height: 5.3125rem;
}
.lockMenu__library__results__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lockMenu__library__results__item.hidden {
  display: none;
}
.lockMenu__library__results__item__main {
  position: relative;
  height: 100%;
  min-height: 75px;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 8px;
}
.lockMenu__library__results__item__main.reset-padding {
  padding: 0;
}
.lockMenu__library__results__item__main.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lockMenu__library__results__item__main .mirror-block__item {
  border-radius: 0;
  padding: 0.625rem;
}
.lockMenu__library__results__item__main .mirror-block__item--fonts {
  background: rgba(255, 255, 255, 0.11);
}
.lockMenu__library__results__item__main__actions {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.lockMenu__library__results__item__main__actions__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__library__results__item__title {
  background-color: rgb(29, 29, 29);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.625rem;
  padding: 0.3125rem 0.4375rem;
}
.lockMenu__library__results__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(16, 16, 16);
  padding: 0.3125rem 0.875rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.lockMenu__library__results__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__library__results__item__actions__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-items: center;
  gap: 0.1875rem;
  font-size: 0.625rem;
  position: relative;
}
.lockMenu__library__results__item__actions__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__library__results__item__actions__wrapper span {
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__library__results__item__actions__wrapper .chat-marker {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: rgb(0, 128, 0);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.lockMenu__library__results__item__actions__wrapper.active {
  opacity: 1;
  color: white;
}
.lockMenu__library__results__item__actions__label {
  font-size: 0.5625rem;
  text-transform: uppercase;
}
.lockMenu__library__results__title {
  color: rgb(198, 198, 198);
}
.lockMenu__library__more-btn {
  display: block;
  background-color: rgb(13, 13, 13);
  border-radius: 0.25rem;
  padding: 0.625rem 44px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.23);
  margin: 0.9375rem auto 0;
}
.lockMenu__library__more-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.lockMenuImg__search {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenuImg__search i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenuImg__search i:hover {
  opacity: 1;
}
.lockMenuImg__search i.active {
  opacity: 0.7;
}
.lockMenuImg__search i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenuImg__search i.wave-0-icon, .lockMenuImg__search i.wave-1-icon, .lockMenuImg__search i.wave-2-icon, .lockMenuImg__search i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenuImg__search i.wave-0-icon:hover, .lockMenuImg__search i.wave-1-icon:hover, .lockMenuImg__search i.wave-2-icon:hover, .lockMenuImg__search i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenuImg__search i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenuImg__search i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenuImg__search__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuImg__search__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenuImg__search__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenuImg__search__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuImg__search__title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.46);
  margin-top: 12px;
}
.lockMenuImg__search__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 2px 4px;
  margin: 6px 0 4px 0;
  border-radius: 4px;
}
.lockMenuImg__search__box__input {
  font-size: 16px;
  color: white;
  background: transparent;
  border: none;
  padding: 2.5px;
  outline: none;
  margin-left: 10px;
  width: 100%;
}
.lockMenuImg__search__box__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
  margin: 4px 0;
}
.lockMenuImg__search__box__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuImg__search__box__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 55px;
  background-color: transparent;
}
.lockMenuImg__search__box__item .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.lockMenuImg__search__box__item .close-icon {
  width: 16px;
  height: 16px;
}
.lockMenuImg__search__box .img-keyword-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgb(61, 61, 61);
  margin-bottom: 3px;
  margin-right: 4px;
}
.lockMenuImg__search__box .img-keyword-item .remove-img-keyword {
  margin-left: 7px;
  color: rgb(100, 100, 100);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.lockMenuImg__search__box .img-keyword-item .remove-img-keyword:hover {
  color: rgb(255, 255, 255);
}
.lockMenuImg__search__btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.lockMenuImg__search__btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenuImg__search__btn__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuImg__search__update-keywords.active {
  color: black;
  background-color: white;
}
.lockMenuImg__search hr {
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.32;
}
.lockMenu__drop-shadow {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  background-color: rgb(13, 13, 13);
  margin-bottom: 0;
}
.lockMenu__drop-shadow i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__drop-shadow i:hover {
  opacity: 1;
}
.lockMenu__drop-shadow i.active {
  opacity: 0.7;
}
.lockMenu__drop-shadow i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__drop-shadow i.wave-0-icon, .lockMenu__drop-shadow i.wave-1-icon, .lockMenu__drop-shadow i.wave-2-icon, .lockMenu__drop-shadow i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__drop-shadow i.wave-0-icon:hover, .lockMenu__drop-shadow i.wave-1-icon:hover, .lockMenu__drop-shadow i.wave-2-icon:hover, .lockMenu__drop-shadow i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__drop-shadow i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__drop-shadow i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__drop-shadow__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 2px;
}
.lockMenu__drop-shadow__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 8px;
}
.lockMenu__drop-shadow__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__drop-shadow__header__title .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__drop-shadow__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 10px;
}
.lockMenu__drop-shadow__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__drop-shadow__header__actions__wrapper {
  position: relative;
}
.lockMenu__drop-shadow__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__drop-shadow__act-locks .lockMenu__act-locks {
  background-color: rgb(21, 21, 21);
}
.lockMenu__drop-shadow__type {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__drop-shadow__type__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__drop-shadow__type__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__drop-shadow__type__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__drop-shadow__type__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__drop-shadow__type__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__drop-shadow__type__item.active {
  color: red;
}
.lockMenu__drop-shadow__type__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__drop-shadow__type__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__drop-shadow__selector {
  margin-bottom: 16px;
}
.lockMenu__drop-shadow__selector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__drop-shadow__selector__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__drop-shadow__selector__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__drop-shadow__selector__header__title span {
  opacity: 0.23;
}
.lockMenu__drop-shadow__selector__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__drop-shadow__selector__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__drop-shadow__selector__header__actions__wrapper {
  position: relative;
}
.lockMenu__drop-shadow__selector__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__drop-shadow__save-to-pending {
  background-color: rgb(13, 13, 13);
  border-radius: 0.3125rem;
  padding: 1rem 0.4375rem;
  width: 100%;
  color: rgb(132, 132, 132);
}
.lockMenu__drop-shadow__save-to-pending:hover {
  background-color: rgb(19, 19, 19);
}

.inputRange {
  margin-top: 24px;
}
.inputRange__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inputRange__header__title-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.inputRange__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.inputRange__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.inputRange__header__title__select {
  background-color: rgb(16, 16, 16);
  border: none;
  padding: 3px;
  border-radius: 5px;
  outline: none;
  color: rgb(112, 112, 112);
}
.inputRange__header__title__activeUnit {
  color: rgba(190, 190, 190, 0.8);
}
.inputRange__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.inputRange__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.inputRange__header__actions__lock {
  position: relative;
}
.inputRange__header__actions__lock .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.inputRange__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}
.inputRange__slider__input {
  margin: 5px 0;
  width: 100%;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input:focus {
  outline: none;
}
.inputRange__slider__input::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.input-range-color-hue {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-hue:focus {
  outline: none;
}
.inputRange__slider__input.input-range-color-hue::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-hue::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-hue:focus::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-hue::-moz-range-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-hue::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-hue::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-hue::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-hue::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-hue::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.input-range-color-hue:focus::-ms-fill-lower {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-hue:focus::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.input-range-color-hue {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.input-range-color-hue {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.input-range-color-red {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-red:focus {
  outline: none;
}
.inputRange__slider__input.input-range-color-red::-webkit-slider-runnable-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-red::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-red:focus::-webkit-slider-runnable-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-red::-moz-range-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-red::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-red::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-red::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-red::-ms-fill-upper {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-red::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.input-range-color-red:focus::-ms-fill-lower {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-red:focus::-ms-fill-upper {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.input-range-color-red {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.input-range-color-red {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.input-range-color-green {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-green:focus {
  outline: none;
}
.inputRange__slider__input.input-range-color-green::-webkit-slider-runnable-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-green::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-green:focus::-webkit-slider-runnable-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-green::-moz-range-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-green::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-green::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-green::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-green::-ms-fill-upper {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-green::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.input-range-color-green:focus::-ms-fill-lower {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-green:focus::-ms-fill-upper {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.input-range-color-green {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.input-range-color-green {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.input-range-color-blue {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-blue:focus {
  outline: none;
}
.inputRange__slider__input.input-range-color-blue::-webkit-slider-runnable-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-blue::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.input-range-color-blue:focus::-webkit-slider-runnable-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-blue::-moz-range-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-blue::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-blue::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.input-range-color-blue::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-blue::-ms-fill-upper {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.input-range-color-blue::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.input-range-color-blue:focus::-ms-fill-lower {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.input-range-color-blue:focus::-ms-fill-upper {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.input-range-color-blue {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.input-range-color-blue {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-saturation::-moz-range-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-saturation::-ms-fill-upper {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-lightness::-moz-range-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-lightness::-ms-fill-upper {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-hsla-alpha::-moz-range-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-rgba-alpha::-moz-range-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-background-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-background-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-saturation::-moz-range-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-saturation::-ms-fill-upper {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-background-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-background-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-background-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-background-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-background-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-lightness::-moz-range-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-lightness::-ms-fill-upper {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-background-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-background-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-background-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-background-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-moz-range-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-background-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-background-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-background-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-background-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-background-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-moz-range-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-background-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-background-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-background-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-background-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-background-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-saturation::-moz-range-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-saturation::-ms-fill-upper {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-lightness::-moz-range-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-lightness::-ms-fill-upper {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-left-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-left-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-saturation::-moz-range-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-saturation::-ms-fill-upper {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-left-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-left-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-left-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-left-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-left-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-lightness::-moz-range-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-lightness::-ms-fill-upper {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-left-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-left-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-left-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-left-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-left-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-left-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-left-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-left-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-top-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-top-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-saturation::-moz-range-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-saturation::-ms-fill-upper {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-top-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-top-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-top-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-top-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-top-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-lightness::-moz-range-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-lightness::-ms-fill-upper {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-top-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-top-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-top-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-top-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-top-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-top-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-top-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-top-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-right-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-right-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-saturation::-moz-range-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-saturation::-ms-fill-upper {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-right-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-right-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-right-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-right-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-right-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-lightness::-moz-range-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-lightness::-ms-fill-upper {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-right-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-right-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-right-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-right-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-right-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-right-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-right-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-right-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-bottom-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-moz-range-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-ms-fill-upper {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-bottom-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-bottom-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-bottom-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-bottom-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-moz-range-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-ms-fill-upper {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-bottom-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-bottom-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-bottom-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-bottom-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-bottom-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-border-bottom-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-border-bottom-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-border-bottom-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.drop-shadow-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.drop-shadow-color-saturation::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-saturation::-moz-range-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-saturation::-ms-fill-upper {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.drop-shadow-color-saturation:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-saturation:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.drop-shadow-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.drop-shadow-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.drop-shadow-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.drop-shadow-color-lightness::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-lightness::-moz-range-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-lightness::-ms-fill-upper {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.drop-shadow-color-lightness:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-lightness:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.drop-shadow-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.drop-shadow-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-moz-range-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-ms-fill-upper {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.drop-shadow-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.drop-shadow-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-moz-range-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-ms-fill-upper {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.drop-shadow-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.drop-shadow-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.drop-shadow-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.txt-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-saturation:focus {
  outline: none;
}
.inputRange__slider__input.txt-color-saturation::-webkit-slider-runnable-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-saturation::-moz-range-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-saturation::-ms-fill-upper {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.txt-color-saturation:focus::-ms-fill-lower {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-saturation:focus::-ms-fill-upper {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.txt-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.txt-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.txt-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-lightness:focus {
  outline: none;
}
.inputRange__slider__input.txt-color-lightness::-webkit-slider-runnable-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-lightness::-moz-range-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-lightness::-ms-fill-upper {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.txt-color-lightness:focus::-ms-fill-lower {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-lightness:focus::-ms-fill-upper {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.txt-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.txt-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.txt-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.txt-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-hsla-alpha::-moz-range-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-hsla-alpha::-ms-fill-upper {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.txt-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.txt-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.txt-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.txt-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.txt-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.txt-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-rgba-alpha::-moz-range-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.txt-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-rgba-alpha::-ms-fill-upper {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.txt-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.txt-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.txt-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.txt-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.txt-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl1-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-saturation:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl1-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-saturation::-moz-range-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-saturation::-ms-fill-upper {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl1-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl1-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl1-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl1-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-lightness:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl1-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-lightness::-moz-range-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-lightness::-ms-fill-upper {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl1-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl1-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl1-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl1-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-moz-range-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl1-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl1-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl1-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl1-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl1-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-moz-range-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl1-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl1-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl1-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl1-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl1-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl2-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-saturation:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl2-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-saturation::-moz-range-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-saturation::-ms-fill-upper {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl2-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl2-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl2-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl2-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-lightness:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl2-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-lightness::-moz-range-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-lightness::-ms-fill-upper {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl2-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl2-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl2-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl2-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-moz-range-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl2-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl2-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl2-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl2-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl2-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-moz-range-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl2-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl2-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl2-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl2-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl2-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl3-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-saturation:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl3-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-saturation::-moz-range-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-saturation::-ms-fill-upper {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl3-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl3-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl3-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl3-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-lightness:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl3-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-lightness::-moz-range-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-lightness::-ms-fill-upper {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl3-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl3-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl3-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl3-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-moz-range-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl3-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl3-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl3-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl3-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl3-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-moz-range-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl3-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl3-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl3-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl3-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl3-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl4-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-saturation:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl4-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-saturation::-moz-range-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-saturation::-ms-fill-upper {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl4-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl4-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl4-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl4-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-lightness:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl4-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-lightness::-moz-range-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-lightness::-ms-fill-upper {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl4-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl4-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl4-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl4-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-moz-range-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl4-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl4-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl4-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl4-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl4-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-moz-range-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl4-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl4-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl4-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl4-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl4-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl5-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-saturation:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl5-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-saturation::-moz-range-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-saturation::-ms-fill-upper {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl5-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl5-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl5-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl5-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-lightness:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl5-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-lightness::-moz-range-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-lightness::-ms-fill-upper {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl5-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl5-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl5-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl5-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-moz-range-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl5-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl5-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl5-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.grd-cl5-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.grd-cl5-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-moz-range-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.grd-cl5-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.grd-cl5-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.grd-cl5-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.grd-cl5-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.grd-cl5-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl1-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-moz-range-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl1-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl1-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl1-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl1-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-moz-range-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl1-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl1-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl1-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl1-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl1-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl1-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl1-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl1-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl2-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-moz-range-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl2-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl2-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl2-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl2-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-moz-range-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl2-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl2-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl2-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl2-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl2-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl2-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl2-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl2-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl3-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-moz-range-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl3-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl3-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl3-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl3-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-moz-range-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl3-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl3-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl3-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl3-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl3-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl3-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl3-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl3-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl4-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-moz-range-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl4-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl4-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl4-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl4-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-moz-range-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl4-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl4-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl4-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl4-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl4-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl4-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl4-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl4-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl5-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-saturation:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-moz-range-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl5-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl5-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl5-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl5-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-lightness:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-moz-range-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl5-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl5-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl5-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl5-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl5-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha:focus {
  outline: none;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRange__slider__input.btn-gradient-cl5-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRange__slider__input.btn-gradient-cl5-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRange__slider__input.btn-gradient-cl5-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRange__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
  width: 100%;
}
.inputRange__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .inputRange__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .inputRange__options {
    gap: 0.875rem;
  }
}
.inputRange__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.inputRange__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.inputRange__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.inputRange__options__item__value.active {
  color: #bebebe;
}
.inputRange__options__value {
  display: flex;
  gap: 3px;
}
.inputRange__options__value input {
  width: 42px;
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(112, 112, 112);
  padding: 3px;
  border-radius: 5px;
  outline: none;
  color: rgb(112, 112, 112);
}
.inputRange__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
  gap: 3px;
}
.inputRange__value .style-value {
  color: rgb(255, 255, 255);
}
.inputRange__value::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .inputRange__value::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .inputRange__value::-webkit-scrollbar {
    width: 5px;
  }
}
.inputRange__value::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.inputRange__value::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.inputRange__value::-webkit-scrollbar {
  height: 8px;
}
.inputRange__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.inputRange__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .inputRange__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.inputRange .active {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.inputRange .jtk-connector {
  display: none !important;
}
.inputRange .jtk-endpoint {
  display: none !important;
}

.inputRangeDynamic {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.inputRangeDynamic__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.inputRangeDynamic__header__title-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.inputRangeDynamic__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.inputRangeDynamic__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.inputRangeDynamic__header__title__select {
  background-color: rgb(16, 16, 16);
  border: none;
  padding: 3px;
  border-radius: 5px;
  outline: none;
  color: rgb(112, 112, 112);
}
.inputRangeDynamic__header__title__activeUnit {
  color: rgba(190, 190, 190, 0.8);
}
.inputRangeDynamic__header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inputRangeDynamic__header__actions__lockDynamic {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inputRangeDynamic__header__actions__lockDynamic .lock-icon {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.inputRangeDynamic__header__actions__lockDynamic .lock-icon.active {
  color: var(--primary-color);
}
.inputRangeDynamic__header__actions__lockDynamic .marker {
  margin-left: 4px;
  font-size: 12px;
  color: var(--text-secondary);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.inputRangeDynamic__header__actions__lockDynamic .marker.active {
  opacity: 1;
  color: var(--primary-color);
}
.inputRangeDynamic__header__actions .btn-switch {
  margin-left: 8px;
}
.inputRangeDynamic__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}
.inputRangeDynamic__slider__input {
  margin: 5px 0;
  width: 100%;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input:focus {
  outline: none;
}
.inputRangeDynamic__slider__input::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.input-range-color-hue {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-hue:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-hue:focus::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-hue::-moz-range-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-hue::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.input-range-color-hue:focus::-ms-fill-lower {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-hue:focus::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.input-range-color-hue {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.input-range-color-hue {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.input-range-color-red {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-red:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.input-range-color-red::-webkit-slider-runnable-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-red::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-red:focus::-webkit-slider-runnable-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-red::-moz-range-track {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-red::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-red::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-red::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-red::-ms-fill-upper {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-red::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.input-range-color-red:focus::-ms-fill-lower {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-red:focus::-ms-fill-upper {
  background: var(--range-color-red);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.input-range-color-red {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.input-range-color-red {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.input-range-color-green {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-green:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.input-range-color-green::-webkit-slider-runnable-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-green::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-green:focus::-webkit-slider-runnable-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-green::-moz-range-track {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-green::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-green::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-green::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-green::-ms-fill-upper {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-green::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.input-range-color-green:focus::-ms-fill-lower {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-green:focus::-ms-fill-upper {
  background: var(--range-color-green);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.input-range-color-green {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.input-range-color-green {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.input-range-color-blue {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-blue:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-webkit-slider-runnable-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.input-range-color-blue:focus::-webkit-slider-runnable-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-blue::-moz-range-track {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-ms-fill-upper {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.input-range-color-blue::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.input-range-color-blue:focus::-ms-fill-lower {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.input-range-color-blue:focus::-ms-fill-upper {
  background: var(--range-color-blue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.input-range-color-blue {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.input-range-color-blue {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-saturation::-moz-range-track {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-ms-fill-upper {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-lightness::-moz-range-track {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-ms-fill-upper {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-moz-range-track {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-moz-range-track {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-background-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-moz-range-track {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-ms-fill-upper {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-background-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-background-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-background-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-background-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-background-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-moz-range-track {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-ms-fill-upper {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-background-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-background-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-background-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-background-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-moz-range-track {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-background-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-background-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-background-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-moz-range-track {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-background-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-background-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-background-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-background-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-moz-range-track {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-ms-fill-upper {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-moz-range-track {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-ms-fill-upper {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-moz-range-track {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-ms-fill-upper {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-left-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-left-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-moz-range-track {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-ms-fill-upper {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-left-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-left-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-left-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-left-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-left-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-moz-range-track {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-ms-fill-upper {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-top-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-top-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-moz-range-track {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-ms-fill-upper {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-top-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-top-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-top-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-top-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-top-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-moz-range-track {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-ms-fill-upper {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-right-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-right-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-moz-range-track {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-ms-fill-upper {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-right-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-right-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-right-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-right-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-right-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-moz-range-track {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-ms-fill-upper {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-saturation:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-bottom-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-bottom-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-moz-range-track {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-ms-fill-upper {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-lightness:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-bottom-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-bottom-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-moz-range-track {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-ms-fill-upper {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-bottom-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-moz-range-track {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-ms-fill-upper {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-border-bottom-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-border-bottom-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-moz-range-track {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-ms-fill-upper {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-saturation:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.drop-shadow-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.drop-shadow-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-moz-range-track {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-ms-fill-upper {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-lightness:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.drop-shadow-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.drop-shadow-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-moz-range-track {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-ms-fill-upper {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.drop-shadow-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-moz-range-track {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-ms-fill-upper {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--drop-shadow-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.drop-shadow-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.txt-color-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-webkit-slider-runnable-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-saturation:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-saturation::-moz-range-track {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-ms-fill-upper {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.txt-color-saturation:focus::-ms-fill-lower {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-saturation:focus::-ms-fill-upper {
  background: var(--txt-color-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.txt-color-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.txt-color-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.txt-color-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-webkit-slider-runnable-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-lightness:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-lightness::-moz-range-track {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-ms-fill-upper {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.txt-color-lightness:focus::-ms-fill-lower {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-lightness:focus::-ms-fill-upper {
  background: var(--txt-color-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.txt-color-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.txt-color-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-moz-range-track {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-ms-fill-upper {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha:focus::-ms-fill-lower {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-hsla-alpha:focus::-ms-fill-upper {
  background: var(--txt-color-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.txt-color-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.txt-color-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-moz-range-track {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-ms-fill-upper {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha:focus::-ms-fill-lower {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.txt-color-rgba-alpha:focus::-ms-fill-upper {
  background: var(--txt-color-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.txt-color-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.txt-color-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl1-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-moz-range-track {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-ms-fill-upper {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl1-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl1-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl1-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl1-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-moz-range-track {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-ms-fill-upper {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl1-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl1-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl1-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-moz-range-track {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl1-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl1-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-moz-range-track {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl1-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl1-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl1-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl2-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-moz-range-track {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-ms-fill-upper {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl2-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl2-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl2-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl2-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-moz-range-track {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-ms-fill-upper {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl2-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl2-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl2-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-moz-range-track {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl2-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl2-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-moz-range-track {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl2-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl2-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl2-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl3-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-moz-range-track {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-ms-fill-upper {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl3-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl3-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl3-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl3-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-moz-range-track {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-ms-fill-upper {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl3-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl3-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl3-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-moz-range-track {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl3-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl3-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-moz-range-track {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl3-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl3-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl3-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl4-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-moz-range-track {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-ms-fill-upper {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl4-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl4-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl4-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl4-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-moz-range-track {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-ms-fill-upper {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl4-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl4-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl4-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-moz-range-track {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl4-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl4-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-moz-range-track {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl4-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl4-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl4-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl5-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-webkit-slider-runnable-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-moz-range-track {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-ms-fill-upper {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl5-saturation:focus::-ms-fill-lower {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-saturation:focus::-ms-fill-upper {
  background: var(--grd-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl5-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl5-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl5-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-webkit-slider-runnable-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-moz-range-track {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-ms-fill-upper {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl5-lightness:focus::-ms-fill-lower {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-lightness:focus::-ms-fill-upper {
  background: var(--grd-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl5-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl5-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-moz-range-track {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-ms-fill-upper {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-hsla-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl5-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl5-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-moz-range-track {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-ms-fill-upper {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha:focus::-ms-fill-lower {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.grd-cl5-rgba-alpha:focus::-ms-fill-upper {
  background: var(--grd-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.grd-cl5-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.grd-cl5-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-moz-range-track {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl1-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl1-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-moz-range-track {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl1-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl1-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl1-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl1-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl1-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-moz-range-track {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl2-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl2-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-moz-range-track {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl2-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl2-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl2-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl2-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl2-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-moz-range-track {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl3-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl3-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-moz-range-track {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl3-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl3-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl3-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl3-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl3-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-moz-range-track {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl4-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl4-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-moz-range-track {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl4-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl4-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl4-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl4-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl4-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-moz-range-track {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-ms-fill-upper {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-saturation:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-saturation);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl5-saturation {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl5-saturation {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-moz-range-track {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-ms-fill-upper {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-lightness:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-lightness);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl5-lightness {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl5-lightness {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-moz-range-track {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-hsla-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl5-hsla-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha:focus {
  outline: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha:focus::-webkit-slider-runnable-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-moz-range-track {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-ms-fill-upper {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha:focus::-ms-fill-lower {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha:focus::-ms-fill-upper {
  background: var(--btn-gradient-cl5-rgba-alpha);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .inputRangeDynamic__slider__input.btn-gradient-cl5-rgba-alpha {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.inputRangeDynamic__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
  width: 100%;
}
.inputRangeDynamic__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .inputRangeDynamic__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .inputRangeDynamic__options {
    gap: 0.875rem;
  }
}
.inputRangeDynamic__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.inputRangeDynamic__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.inputRangeDynamic__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.inputRangeDynamic__options__item__value.active {
  color: #bebebe;
}
.inputRangeDynamic__options__value {
  display: flex;
  gap: 3px;
}
.inputRangeDynamic__options__value input {
  width: 42px;
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(112, 112, 112);
  padding: 3px;
  border-radius: 5px;
  outline: none;
  color: rgb(112, 112, 112);
}
.inputRangeDynamic__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
  gap: 3px;
  margin-top: 12px;
}
.inputRangeDynamic__value .style-value {
  color: rgb(255, 255, 255);
}
.inputRangeDynamic__value::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .inputRangeDynamic__value::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .inputRangeDynamic__value::-webkit-scrollbar {
    width: 5px;
  }
}
.inputRangeDynamic__value::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.inputRangeDynamic__value::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.inputRangeDynamic__value::-webkit-scrollbar {
  height: 8px;
}
.inputRangeDynamic__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.inputRangeDynamic__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .inputRangeDynamic__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.inputRangeDynamic__value__item.selected {
  background: rgba(55, 150, 255, 0.1) !important;
  border: 1px solid rgba(55, 150, 255, 0.3) !important;
}
.inputRangeDynamic__value__item.selected .custom-icon.lock-icon {
  color: #3796ff !important;
  opacity: 1 !important;
}
.inputRangeDynamic__value__item.selected .inputRange__value__item__value {
  color: #3796ff !important;
  font-weight: bold !important;
}
.inputRangeDynamic .arrayChoices {
  margin-top: 10px;
}
.inputRangeDynamic .active {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.inputRangeDynamic .jtk-connector {
  display: none !important;
}
.inputRangeDynamic .jtk-endpoint {
  display: none !important;
}
.inputRangeDynamic .inputRange__button__start_map {
  background: none;
  border: none;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputRangeDynamic .inputRange__button__start_map .custom-icon.edit-icon {
  opacity: 0.4;
  transition: all 0.2s ease;
  color: #999;
  font-size: 14px;
}
.inputRangeDynamic .inputRange__button__start_map:hover .custom-icon.edit-icon {
  opacity: 0.7;
  color: #ccc;
}
.inputRangeDynamic .inputRange__button__start_map.active .custom-icon.edit-icon {
  opacity: 1 !important;
  color: #3796ff !important;
}

.lmOptionsSelector {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lmOptionsSelector__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lmOptionsSelector__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lmOptionsSelector__actions .style-value {
  color: rgb(255, 255, 255);
}
.lmOptionsSelector__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lmOptionsSelector__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lmOptionsSelector__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lmOptionsSelector__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lmOptionsSelector__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lmOptionsSelector__item.active {
  color: red;
}
.lmOptionsSelector__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lmOptionsSelector__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lmOptionsSelector .jtk-connector {
  display: none !important;
}
.lmOptionsSelector .jtk-endpoint {
  display: none !important;
}

.custom-dropdown__select:not(.select2-hidden-accessible) {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.select2-container {
  opacity: 1 !important;
  visibility: visible !important;
}

.select2-container--open {
  z-index: 10000 !important;
}

.select2-dropdown {
  z-index: 10001 !important;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.select2-dropdown .select2-search__field {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.select2-dropdown .select2-results {
  background-color: #1a1a1a;
  max-height: 300px;
  overflow-y: auto;
}
.select2-dropdown .select2-results .select2-results__option {
  color: #fff;
}
.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(255, 255, 255, 0.1);
}
.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.05);
}

body > .select2-container {
  position: absolute !important;
  z-index: 10000 !important;
}

.select2-dropdown[style*="position: absolute"] {
  z-index: 10001 !important;
}

.select2-cache-search-dropdown {
  z-index: 10001 !important;
  background: #0c0c0c !important;
  border: 1px solid #313131 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}
.select2-cache-search-dropdown.select2-dropdown--below {
  margin-top: 2px;
}
.select2-cache-search-dropdown.select2-dropdown--above {
  margin-bottom: 2px;
}

.select2-cache-search-container .select2-selection {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #313131 !important;
  border-radius: 0 !important;
}

.custom-dropdown {
  min-height: 40px;
  position: relative;
}
.custom-dropdown:not(:has(.select2-container))::after {
  content: "";
  display: block;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
.select2CacheSearch__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.select2CacheSearch__header__title-wrapper h4 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}
.select2CacheSearch__header__title-wrapper__select {
  margin-left: 8px;
  padding: 2px 5px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.select2CacheSearch__header__title-wrapper__activeUnit {
  margin-left: 8px;
  color: var(--text-secondary);
}
.select2CacheSearch__header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select2CacheSearch__header__actions__lockDynamic {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select2CacheSearch__header__actions__lockDynamic .lock-icon {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.select2CacheSearch__header__actions__lockDynamic .lock-icon.active {
  color: var(--primary-color);
}
.select2CacheSearch__header__actions__lockDynamic .marker {
  margin-left: 4px;
  font-size: 12px;
  color: var(--text-secondary);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.select2CacheSearch__header__actions__lockDynamic .marker.active {
  opacity: 1;
  color: var(--primary-color);
}
.select2CacheSearch__header__actions .btn-switch {
  margin-left: 8px;
}
.select2CacheSearch .css_ouputs {
  margin: 10px 0;
  padding-left: 20px;
}
.select2CacheSearch .custom-dropdown {
  width: 100%;
  position: relative;
}
.select2CacheSearch .custom-dropdown select.select2-dropdown.mappableCacheSearch {
  display: none !important;
}
.select2CacheSearch .select2-container {
  width: 100% !important;
  border-bottom: 1px solid #313131;
  background: #0c0c0c;
  padding: 7px;
}
.select2CacheSearch .select2-container .select2-selection {
  background: transparent;
  border: none;
  outline: none;
  min-height: 28px;
}
.select2CacheSearch .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--text-primary);
  padding-left: 0;
  line-height: 28px;
}
.select2CacheSearch .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #666;
}
.select2CacheSearch .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2CacheSearch .mappable_locks {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.select2CacheSearch .mappable_locks .inputRange__value__item {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px;
  background: #1b1b1b;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.select2CacheSearch .mappable_locks .inputRange__value__item.selected {
  border: 2px solid #5d5d5d;
}
.select2CacheSearch .mappable_locks .inputRange__value__item.selected .lock-icon {
  opacity: 0.8;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-icon {
  margin-right: 8px;
  opacity: 0.4;
}
.select2CacheSearch .mappable_locks .inputRange__value__item__value {
  margin-right: 8px;
  flex-grow: 1;
}
.select2CacheSearch .mappable_locks .inputRange__value__item__metric {
  color: var(--text-secondary);
  margin-right: 8px;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .inputRange__button__start_map {
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: #313131;
  cursor: pointer;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .inputRange__button__start_map:hover {
  background: var(--background-secondary);
}
.select2CacheSearch .mappable_locks .inputRange__value__item .inputRange__remove-lock {
  margin-left: auto;
  cursor: pointer;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .inputRange__remove-lock:hover {
  color: var(--danger-color);
}
.select2CacheSearch .mappable_locks .inputRange__value__item.node-missing {
  background: rgba(245, 158, 11, 0.1);
  border-left: 3px solid #f59e0b;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-status-icon {
  margin-right: 8px;
  font-size: 14px;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-status-icon.status-ok {
  color: #10b981;
  cursor: default;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-status-icon.status-missing {
  color: #f59e0b;
  cursor: pointer;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-status-icon.status-missing:hover {
  color: #d97706;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-navigate {
  padding: 4px 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-navigate .custom-icon {
  font-size: 12px;
  opacity: 0.7;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-navigate:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-navigate:hover:not(:disabled) .custom-icon {
  opacity: 1;
}
.select2CacheSearch .mappable_locks .inputRange__value__item .lock-navigate:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.select2CacheSearch .arrayChoices {
  margin-top: 15px;
}
.select2CacheSearch .arrayChoices .arrayChoices__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  background: var(--background-secondary);
  border-radius: 4px;
}
.select2CacheSearch .arrayChoices .arrayChoices__item__title {
  font-weight: 500;
}
.select2CacheSearch .arrayChoices .arrayChoices__item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select2CacheSearch .arrayChoices .arrayChoices__item__actions i {
  cursor: pointer;
}
.select2CacheSearch .arrayChoices .arrayChoices__item__actions i:hover {
  color: var(--primary-color);
}
.select2CacheSearch__locks {
  margin-top: 8px;
}
.select2CacheSearch__locks .lock-item {
  background: #1e1e1e;
  border: 1px solid #313131;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select2CacheSearch__locks .lock-item__text {
  color: var(--text-primary);
}
.select2CacheSearch__locks .lock-item__remove {
  cursor: pointer;
  color: #666;
}
.select2CacheSearch__locks .lock-item__remove:hover {
  color: var(--text-primary);
}

.select2CacheSearch .select2-dropdown {
  background: #0c0c0c;
  border: 1px solid #313131;
  margin-top: 0;
}
.select2CacheSearch .select2-dropdown .select2-search--dropdown {
  padding: 7px;
  background: #0c0c0c;
}
.select2CacheSearch .select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #1e1e1e !important;
  border: 1px solid #313131;
  color: var(--text-primary);
  height: 28px;
  padding: 0 8px;
  width: 100%;
}
.select2CacheSearch .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #666;
}
.select2CacheSearch .select2-dropdown .select2-results {
  background: #0c0c0c;
}
.select2CacheSearch .select2-dropdown .select2-results__options {
  padding: 0;
  margin: 0;
}
.select2CacheSearch .select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.select2CacheSearch .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.select2CacheSearch .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #313131;
}
.select2CacheSearch .select2-dropdown .select2-results__option {
  padding: 7px;
  color: var(--text-primary);
}
.select2CacheSearch .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #1e1e1e;
}

body .select2-dropdown {
  background: #0c0c0c;
  border: 1px solid #313131;
}
body .select2-dropdown .select2-search--dropdown {
  padding: 7px;
  background: #0c0c0c;
}
body .select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #1e1e1e !important;
  border: 1px solid #313131;
  color: var(--text-primary);
  height: 28px;
  padding: 0 8px;
  width: 100%;
}
body .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #666;
}
body .select2-dropdown .select2-results {
  background: #0c0c0c;
}
body .select2-dropdown .select2-results__options {
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
body .select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
body .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #1e1e1e;
}
body .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #313131;
}
body .select2-dropdown .select2-results__option {
  padding: 7px;
  color: var(--text-primary);
}
body .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #1e1e1e;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--text-primary);
  border-width: 0 4px 5px;
}

.select2-results__option.select2-results__message {
  font-style: italic;
  color: var(--text-secondary);
}

.select2-results__option.loading-results {
  color: var(--text-secondary);
  font-style: italic;
}

.ingredient_property_wobble_value__label_holder {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.ingredient_property_wobble_value__label {
  color: #7b7b7b;
  font-size: 0.9rem;
}

.ingredient_property_wobble_value__value {
  color: var(--text-primary);
  margin-top: 5px;
  padding-left: 1px;
  font-size: 1rem;
}

.ingredient_property_wobble_value__input {
  flex-grow: 1;
}

.select2CacheSearch__source-section {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}

.select2CacheSearch__source-search {
  margin-bottom: 0.75rem;
}
.select2CacheSearch__source-search .source-search-input {
  width: 100%;
  padding: 0.625rem;
  background: #0c0c0c;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.select2CacheSearch__source-search .source-search-input::placeholder {
  color: #666;
}
.select2CacheSearch__source-search .source-search-input:focus {
  outline: none;
  border-color: #4a90e2;
  background: #1a1a1a;
}
.select2CacheSearch__source-search .source-search-input:hover {
  border-color: #444;
}

.select2CacheSearch__source-footer .source-action-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  background: #0c0c0c;
  border: none;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  /* border-bottom: 1px solid #333; */
}
.select2CacheSearch__source-footer .source-action-row .source-label {
  color: #666;
  font-size: 0.8125rem;
  min-width: 5.625rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.select2CacheSearch__source-footer .source-action-row .source-label.source-label--expanded {
  flex: 1;
  min-width: auto;
}
.select2CacheSearch__source-footer .source-action-row .source-label .asset-count-badge {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 0.625rem;
  line-height: 1;
}
.select2CacheSearch__source-footer .source-action-row .folder-input {
  flex: 1;
  padding: 0.3125rem 0.5rem;
  background: transparent;
  border: none;
  border-bottom: 1px transparent;
  border-radius: 0;
  color: #999;
  font-size: 0.8125rem;
}
.select2CacheSearch__source-footer .source-action-row .folder-input::placeholder {
  color: #444;
  font-style: normal;
}
.select2CacheSearch__source-footer .source-action-row .folder-input:hover {
  border-bottom-color: #555;
}
.select2CacheSearch__source-footer .source-action-row .folder-input:focus {
  outline: none;
  border-bottom-color: #555;
  background: transparent;
}
.select2CacheSearch__source-footer .source-action-row i {
  color: #444;
  cursor: pointer;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.select2CacheSearch__source-footer .source-action-row i:hover {
  color: #666;
}
.select2CacheSearch__source-footer .source-action-row i.lock-icon:hover {
  color: #666;
}
.select2CacheSearch__source-footer .add-sources-btn {
  width: 100%;
  padding: 0.375rem;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  color: #666;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.select2CacheSearch__source-footer .add-sources-btn:hover {
  background: #222;
  border-color: #333;
  color: #888;
}
.select2CacheSearch__source-footer .add-sources-btn:active {
  background: #0c0c0c;
}
.select2CacheSearch__source-footer .manage-sources-footer {
  text-align: center;
  padding: 0.375rem;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  margin-top: 0.5rem;
}
.select2CacheSearch__source-footer .manage-sources-footer .manage-sources-link {
  color: #666;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}
.select2CacheSearch__source-footer .manage-sources-footer .manage-sources-link:hover {
  color: #888;
  text-decoration: none;
}

.select2CacheSearchMappable .custom-dropdown__select:not(.select2-hidden-accessible) {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
.select2CacheSearchMappable .custom-dropdown {
  min-height: 40px;
  position: relative;
}
.select2CacheSearchMappable .custom-dropdown:not(:has(.select2-container))::after {
  content: "";
  display: block;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  animation: pulse 1.5s ease-in-out infinite;
}

.select2-container--open {
  z-index: 10000 !important;
}

.select2CacheSearchMappable__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.select2CacheSearchMappable__header__title-wrapper h4 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}
.select2CacheSearchMappable__header__title-wrapper__select {
  margin-left: 8px;
  padding: 2px 5px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.select2CacheSearchMappable__header__title-wrapper__activeUnit {
  margin-left: 8px;
  color: var(--text-secondary);
}
.select2CacheSearchMappable__header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select2CacheSearchMappable__header__actions__lockDynamic {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select2CacheSearchMappable__header__actions__lockDynamic .lock-icon {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.select2CacheSearchMappable__header__actions__lockDynamic .lock-icon.active {
  color: var(--primary-color);
}
.select2CacheSearchMappable__header__actions__lockDynamic .marker {
  margin-left: 4px;
  font-size: 12px;
  color: var(--text-secondary);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.select2CacheSearchMappable__header__actions__lockDynamic .marker.active {
  opacity: 1;
  color: var(--primary-color);
}
.select2CacheSearchMappable__header__actions .btn-switch {
  margin-left: 8px;
}
.select2CacheSearchMappable .css_ouputs {
  margin: 10px 0;
  padding-left: 20px;
}
.select2CacheSearchMappable .custom-dropdown {
  width: 100%;
}
.select2CacheSearchMappable .custom-dropdown select.select2-dropdown.mappableCacheSearch {
  display: none !important;
}
.select2CacheSearchMappable .select2-container {
  width: 100% !important;
  border-bottom: 1px solid #313131;
  background: #0c0c0c;
  padding: 7px;
}
.select2CacheSearchMappable .select2-container .select2-selection {
  background: transparent;
  border: none;
  outline: none;
  min-height: 28px;
}
.select2CacheSearchMappable .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--text-primary);
  padding-left: 0;
  line-height: 28px;
}
.select2CacheSearchMappable .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #666;
}
.select2CacheSearchMappable .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2CacheSearchMappable .mappable_locks {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px;
  background: #1b1b1b;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item.selected {
  border: 2px solid #5d5d5d;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item.selected .lock-icon {
  opacity: 0.8;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .lock-icon {
  margin-right: 8px;
  opacity: 0.4;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item__value {
  margin-right: 8px;
  flex-grow: 1;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item__metric {
  color: var(--text-secondary);
  margin-right: 8px;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .inputRange__button__start_map {
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: #313131;
  cursor: pointer;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .inputRange__button__start_map:hover {
  background: var(--background-secondary);
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .inputRange__button__start_map .mapping-count {
  color: #00ff00;
  font-weight: bold;
  margin-left: 4px;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .inputRange__remove-lock {
  margin-left: auto;
  cursor: pointer;
}
.select2CacheSearchMappable .mappable_locks .inputRange__value__item .inputRange__remove-lock:hover {
  color: var(--danger-color);
}
.select2CacheSearchMappable .arrayChoices {
  margin-top: 15px;
}
.select2CacheSearchMappable .arrayChoices .lmOptionsSelectorDynamic__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  background: var(--background-secondary);
  border-radius: 4px;
}
.select2CacheSearchMappable .arrayChoices .lmOptionsSelectorDynamic__item__title {
  font-weight: 500;
}
.select2CacheSearchMappable .arrayChoices .lmOptionsSelectorDynamic__item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select2CacheSearchMappable .arrayChoices .lmOptionsSelectorDynamic__item__actions i {
  cursor: pointer;
}
.select2CacheSearchMappable .arrayChoices .lmOptionsSelectorDynamic__item__actions i:hover {
  color: var(--primary-color);
}
.select2CacheSearchMappable__locks {
  margin-top: 8px;
}
.select2CacheSearchMappable__locks .lock-item {
  background: #1e1e1e;
  border: 1px solid #313131;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select2CacheSearchMappable__locks .lock-item__text {
  color: var(--text-primary);
}
.select2CacheSearchMappable__locks .lock-item__remove {
  cursor: pointer;
  color: #666;
}
.select2CacheSearchMappable__locks .lock-item__remove:hover {
  color: var(--text-primary);
}
.select2CacheSearchMappable__source-container {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}
.select2CacheSearchMappable__source-search {
  margin-bottom: 0.75rem;
}
.select2CacheSearchMappable__source-search .source-search-input {
  width: 100%;
  padding: 0.625rem;
  background: #0c0c0c;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.select2CacheSearchMappable__source-search .source-search-input::placeholder {
  color: #666;
}
.select2CacheSearchMappable__source-search .source-search-input:focus {
  outline: none;
  border-color: #4a90e2;
  background: #1a1a1a;
}
.select2CacheSearchMappable__source-search .source-search-input:hover {
  border-color: #444;
}
.select2CacheSearchMappable__source-footer .source-action-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  background: #0c0c0c;
  border: none;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.select2CacheSearchMappable__source-footer .source-action-row .source-label {
  color: #666;
  font-size: 0.8125rem;
  min-width: 5.625rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.select2CacheSearchMappable__source-footer .source-action-row .source-label.source-label--expanded {
  flex: 1;
  min-width: auto;
}
.select2CacheSearchMappable__source-footer .source-action-row .source-label .asset-count-badge {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 0.625rem;
  line-height: 1;
}
.select2CacheSearchMappable__source-footer .source-action-row .folder-input {
  flex: 1;
  padding: 0.3125rem 0.5rem;
  background: transparent;
  border: none;
  border-bottom: 1px transparent;
  border-radius: 0;
  color: #999;
  font-size: 0.8125rem;
}
.select2CacheSearchMappable__source-footer .source-action-row .folder-input::placeholder {
  color: #444;
  font-style: normal;
}
.select2CacheSearchMappable__source-footer .source-action-row .folder-input:hover {
  border-bottom-color: #555;
}
.select2CacheSearchMappable__source-footer .source-action-row .folder-input:focus {
  outline: none;
  border-bottom-color: #555;
  background: transparent;
}
.select2CacheSearchMappable__source-footer .source-action-row i {
  color: #444;
  cursor: pointer;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.select2CacheSearchMappable__source-footer .source-action-row i:hover {
  color: #666;
}
.select2CacheSearchMappable__source-footer .source-action-row i.lock-icon:hover {
  color: #666;
}
.select2CacheSearchMappable__source-footer .manage-sources-footer {
  text-align: center;
  padding: 0.375rem;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  margin-top: 0.5rem;
}
.select2CacheSearchMappable__source-footer .manage-sources-footer .manage-sources-link {
  color: #666;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}
.select2CacheSearchMappable__source-footer .manage-sources-footer .manage-sources-link:hover {
  color: #888;
  text-decoration: none;
}
.select2CacheSearchMappable__source-footer .add-sources-btn {
  width: 100%;
  padding: 0.375rem;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  color: #666;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.select2CacheSearchMappable__source-footer .add-sources-btn:hover {
  background: #222;
  border-color: #333;
  color: #888;
}
.select2CacheSearchMappable__source-footer .add-sources-btn:active {
  background: #0c0c0c;
}

.select2-dropdown {
  background: #0c0c0c;
  border: 1px solid #313131;
  margin-top: 0;
}
.select2-dropdown .select2-search--dropdown {
  padding: 7px;
  background: #0c0c0c;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #1e1e1e !important;
  border: 1px solid #313131;
  color: var(--text-primary);
  height: 28px;
  padding: 0 8px;
  width: 100%;
}
.select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #666;
}
.select2-dropdown .select2-results {
  background: #0c0c0c;
}
.select2-dropdown .select2-results__options {
  padding: 0;
  margin: 0;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #313131;
}
.select2-dropdown .select2-results__option {
  padding: 7px;
  color: var(--text-primary);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #1e1e1e;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--text-primary);
  border-width: 0 4px 5px;
}

.select2-results__option.select2-results__message {
  font-style: italic;
  color: var(--text-secondary);
}

.select2-results__option.loading-results {
  color: var(--text-secondary);
  font-style: italic;
}

.ingredient_property_wobble_value__label_holder {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.ingredient_property_wobble_value__label {
  color: #7b7b7b;
  font-size: 0.9rem;
}

.ingredient_property_wobble_value__value {
  color: var(--text-primary);
  margin-top: 5px;
  padding-left: 1px;
  font-size: 1rem;
}

.ingredient_property_wobble_value__input {
  flex-grow: 1;
}

.miniWobbleSettings {
  background-color: transparent;
  width: 100%;
  margin: 2px 0;
  cursor: grab;
}
.miniWobbleSettings:active {
  cursor: grabbing;
}
.miniWobbleSettings .inputRange__options {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
.miniWobbleSettings__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.miniWobbleSettings__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .miniWobbleSettings__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .miniWobbleSettings__options {
    gap: 0.875rem;
  }
}
.miniWobbleSettings__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.miniWobbleSettings__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.miniWobbleSettings__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.miniWobbleSettings__options__item__value.active {
  color: #bebebe;
}
.miniWobbleSettings__options__value {
  display: flex;
  gap: 3px;
}
.miniWobbleSettings__options__value input {
  width: 42px;
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(112, 112, 112);
  padding: 3px;
  border-radius: 5px;
  outline: none;
  color: rgb(112, 112, 112);
}
.miniWobbleSettings span {
  border-bottom: none !important;
}
.miniWobbleSettings span:hover {
  color: none !important;
  background-color: none !important;
}
.miniWobbleSettings__block {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  padding: 0.25rem 0;
}
.miniWobbleSettings__block i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.miniWobbleSettings__block i:hover {
  opacity: 1;
}
.miniWobbleSettings__block i.active {
  opacity: 0.7;
}
.miniWobbleSettings__block i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.miniWobbleSettings__block i.wave-0-icon, .miniWobbleSettings__block i.wave-1-icon, .miniWobbleSettings__block i.wave-2-icon, .miniWobbleSettings__block i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.miniWobbleSettings__block i.wave-0-icon:hover, .miniWobbleSettings__block i.wave-1-icon:hover, .miniWobbleSettings__block i.wave-2-icon:hover, .miniWobbleSettings__block i.wave-3-icon:hover {
  opacity: 1;
}
.miniWobbleSettings__block i.arrow-down-icon {
  transform: rotate(0);
}
.miniWobbleSettings__block i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.miniWobbleSettings__block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.4375rem;
}
.miniWobbleSettings__block__header__name {
  display: flex;
}
.miniWobbleSettings__block__header__name__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  margin-left: 0.4375rem;
  color: #bababa;
}
.miniWobbleSettings__block__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: 1.25rem;
}
.miniWobbleSettings__block__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.miniWobbleSettings__block__header__actions span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}
.miniWobbleSettings__block__header__actions span:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__buttons {
  display: flex;
  justify-content: space-between;
  margin: 0.25rem 0rem 0.25rem 0rem;
  padding: 0 0rem 0rem 0;
  flex-direction: row;
}
.miniWobbleSettings__block__buttons__title {
  font-size: 0.8125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
.miniWobbleSettings__block__buttons__list-items {
  margin-bottom: 0.375rem;
  display: flex;
  justify-content: space-between;
}
.miniWobbleSettings__block__buttons__list-items-btn {
  display: flex;
  width: 3.6875rem;
  height: 1.5625rem;
  border-radius: px;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0 0.09375rem 0.03125rem 0.125rem;
  cursor: pointer;
  flex-grow: 1;
}
.miniWobbleSettings__block__buttons__list-items-btn:hover, .miniWobbleSettings__block__buttons__list-items-btn:focus, .miniWobbleSettings__block__buttons__list-items-btn.active {
  border: 0.1125rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__buttons__list__progress__result {
  height: 0.125rem;
  margin-top: 0.625rem;
  padding: 0 9.63125rem 0 0;
  background-color: rgb(57, 57, 57);
  border-radius: 0.875rem;
}
.miniWobbleSettings__block__buttons__list__progress__description {
  margin-top: 0rem;
  margin-bottom: 0.3125rem;
  display: flex;
  align-items: center;
}
.miniWobbleSettings__block__buttons__list__progress__description__range {
  font-size: 0.625rem;
  padding: 0.1875rem 0.625rem;
  width: 63px;
  flex-grow: 1;
  color: rgba(112, 112, 112, 0.6);
  margin: 0;
  border-bottom: 0.125rem solid rgba(150, 150, 150, 0.2);
  font-size: 0.625rem !important;
}
.miniWobbleSettings__block__buttons__list__progress__description__range:hover, .miniWobbleSettings__block__buttons__list__progress__description__range.active {
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.8) !important;
}
.miniWobbleSettings__block__inputRange__options {
  width: 100%;
}
.miniWobbleSettings__block__inputRange__options__wrapper {
  display: flex;
  justify-content: space-between;
}
.miniWobbleSettings__block__inputRange__options__value {
  display: flex;
  gap: 3px;
}
.miniWobbleSettings__block__inputRange__options__value input {
  height: 2.5rem;
  width: 5rem;
  border-radius: 0.125rem;
  background-color: #2b2b2b;
  color: white;
  font-weight: bold;
  border: none;
  width: 4.375rem;
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(112, 112, 112);
  color: rgb(112, 112, 112);
  text-align: center;
}
.miniWobbleSettings__block__inputRange__options__item__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.miniWobbleSettings__block__inputRange__options__item__title span {
  color: rgba(190, 190, 190, 0.23);
}
.miniWobbleSettings__block__directions__titles {
  display: flex;
  justify-content: space-between;
  color: rgba(190, 190, 190, 0.8);
}
.miniWobbleSettings__block__directions__buttons {
  display: flex;
  justify-content: space-between;
}
.miniWobbleSettings__block__directions__buttons-items {
  display: flex;
}
.miniWobbleSettings__block__directions__buttons-items-icons {
  display: flex;
  flex-direction: row;
  background-color: aliceblue;
}
.miniWobbleSettings__block__directions__buttons-item.loop {
  display: flex;
  width: 3.6875rem;
  height: 1.5625rem;
  border-radius: px;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0 0.09375rem 0.03125rem 0.125rem;
  cursor: pointer;
}
.miniWobbleSettings__block__directions__buttons-item.loop:hover, .miniWobbleSettings__block__directions__buttons-item.loop:focus, .miniWobbleSettings__block__directions__buttons-item.loop.active {
  border: 0.1125rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__directions__buttons-item.direction {
  display: flex;
  width: 3.6875rem;
  height: 1.5625rem;
  border-radius: px;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0 0.09375rem 0.03125rem 0.125rem;
  cursor: pointer;
}
.miniWobbleSettings__block__directions__buttons-item.direction:hover, .miniWobbleSettings__block__directions__buttons-item.direction:focus, .miniWobbleSettings__block__directions__buttons-item.direction.active {
  border: 0.1125rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__directions__buttons-item-icon {
  transform: rotate(180deg);
}
.miniWobbleSettings__block__presets__btns {
  display: grid;
  margin: 0.9375rem 0;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.3125rem 0;
  overflow-y: auto;
  height: 12.5rem;
}
.miniWobbleSettings__block__presets__btns-item {
  flex-direction: column;
  display: flex;
  width: 3.6875rem;
  height: 1.5625rem;
  border-radius: px;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0 0.09375rem 0.03125rem 0.125rem;
  cursor: pointer;
  width: 4.75rem;
  height: 3.125rem;
}
.miniWobbleSettings__block__presets__btns-item:hover, .miniWobbleSettings__block__presets__btns-item:focus, .miniWobbleSettings__block__presets__btns-item.active {
  border: 0.1125rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__presets__btns-item span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #bababa;
  padding-top: 0.3125rem;
}
.miniWobbleSettings__block__path__buttons {
  display: flex;
  justify-content: space-between;
}
.miniWobbleSettings__block__path__buttons input {
  height: 2.5rem;
  width: 5rem;
  border-radius: 0.125rem;
  background-color: #2b2b2b;
  color: white;
  font-weight: bold;
  border: none;
  text-align: center;
  font-weight: normal;
  width: 3.125rem;
  height: 1.5625rem;
}
.miniWobbleSettings__block__progress__result {
  height: 0.125rem;
  margin-top: 0.625rem;
  padding: 0 9.63125rem 0 0;
  background-color: rgb(57, 57, 57);
  height: 0.5rem;
}
.miniWobbleSettings__block__progress span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 0.5rem;
  color: #bababa;
  font-weight: 500;
  padding-left: 0.4375rem 0;
}
.miniWobbleSettings__block__progress {
  margin: 2.375rem 0.68125rem 1.875rem 0.16875rem;
}
.miniWobbleSettings__block__infuence__title {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 1.25rem;
  color: #707070;
}
.miniWobbleSettings__block__infuence__range {
  display: flex;
  margin-top: 1.25rem;
  flex-direction: column;
}
.miniWobbleSettings__block__infuence__range__details {
  display: flex;
  justify-content: space-between;
  margin: 1.25rem 0 0.25rem;
}
.miniWobbleSettings__block__infuence__range__details span {
  margin-bottom: 0;
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
}
.miniWobbleSettings__block__infuence__range__slider {
  margin: 0.3125rem 0;
  height: 1.25rem;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.miniWobbleSettings__block__infuence__range__slider:focus {
  outline: none;
}
.miniWobbleSettings__block__infuence__range__slider::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__infuence__range__slider::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.miniWobbleSettings__block__infuence__range__slider:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.miniWobbleSettings__block__infuence__range__slider::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__infuence__range__slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.miniWobbleSettings__block__infuence__range__slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__infuence__range__slider::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.miniWobbleSettings__block__infuence__range__slider::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.miniWobbleSettings__block__infuence__range__slider::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.miniWobbleSettings__block__infuence__range__slider:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.miniWobbleSettings__block__infuence__range__slider:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .miniWobbleSettings__block__infuence__range__slider {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .miniWobbleSettings__block__infuence__range__slider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.miniWobbleSettings__block__hearted {
  margin-top: 40px;
}
.miniWobbleSettings__block__hearted-btns {
  display: grid;
  margin: 0.9375rem 0;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.3125rem 0;
  overflow-y: auto;
  height: 12.5rem;
}
.miniWobbleSettings__block__hearted-btns button {
  display: flex;
  width: 3.6875rem;
  height: 1.5625rem;
  border-radius: px;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0 0.09375rem 0.03125rem 0.125rem;
  cursor: pointer;
  width: 7.5rem;
  height: 4.375rem;
}
.miniWobbleSettings__block__hearted-btns button:hover, .miniWobbleSettings__block__hearted-btns button:focus, .miniWobbleSettings__block__hearted-btns button.active {
  border: 0.1125rem solid rgba(255, 255, 255, 0.8);
}
.miniWobbleSettings__block__hearted__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.miniWobbleSettings__block__hearted__details__picture {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.miniWobbleSettings__block__hearted__details__picture-img {
  width: 3.125rem;
  height: 3.0625rem;
  background-color: rgb(47, 47, 47);
  border-radius: 0.25rem;
}
.miniWobbleSettings__block__hearted__details__picture__icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0.1875rem;
  width: 3.4375rem;
}
.miniWobbleSettings__block__hearted__details__picture__icons-item {
  display: flex;
  justify-content: space-around;
}
.miniWobbleSettings__block__hearted__details__picture__icons-item-num {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 0.625rem;
  color: #bababa;
  font-weight: 500;
  padding-top: 0.1875rem;
}
.miniWobbleSettings__block__hearted__details__picture__icons-item-btn {
  transform: rotate(90deg);
}
.miniWobbleSettings__block__hearted__details__picture__icons-item i {
  margin: 0 0.1875rem;
}
.miniWobbleSettings__block__hearted__details-img {
  width: 3.125rem;
  height: 3.0625rem;
  background-color: rgb(47, 47, 47);
  border-radius: 0.25rem;
  margin-left: 0.375rem;
}
.miniWobbleSettings__block__hearted__details__actions {
  display: flex;
  flex-direction: column;
}
.miniWobbleSettings__block__hearted__details__actions__options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 9.375rem;
}
.miniWobbleSettings__block__hearted__details__actions__options__title {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 0.625rem;
}
.miniWobbleSettings__block__hearted__details__actions__slider {
  margin: 0.3125rem 0;
  height: 1.25rem;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.miniWobbleSettings__block__hearted__details__actions__slider:focus {
  outline: none;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.miniWobbleSettings__block__hearted__details__actions__slider:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.miniWobbleSettings__block__hearted__details__actions__slider::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.miniWobbleSettings__block__hearted__details__actions__slider::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.miniWobbleSettings__block__hearted__details__actions__slider:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.miniWobbleSettings__block__hearted__details__actions__slider:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .miniWobbleSettings__block__hearted__details__actions__slider {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .miniWobbleSettings__block__hearted__details__actions__slider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.miniWobbleSettings__block hr {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
  opacity: 0.32;
  border: 0.0625rem solid rgba(112, 112, 112, 0.2);
}
.miniWobbleSettings .popUp {
  position: fixed;
  height: 53.25rem;
}

.lmOptionsSelectorDynamic .custom-dropdown__select:not(.select2-hidden-accessible) {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
.lmOptionsSelectorDynamic .custom-dropdown {
  min-height: 40px;
  position: relative;
}
.lmOptionsSelectorDynamic .custom-dropdown:not(:has(.select2-container))::after {
  content: "";
  display: block;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  animation: pulse 1.5s ease-in-out infinite;
}

.lmOptionsSelectorDynamic {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lmOptionsSelectorDynamic__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.lmOptionsSelectorDynamic__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lmOptionsSelectorDynamic__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lmOptionsSelectorDynamic__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lmOptionsSelectorDynamic__actions .style-value {
  color: rgb(255, 255, 255);
}
.lmOptionsSelectorDynamic__dropdown {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.lmOptionsSelectorDynamic__select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lmOptionsSelectorDynamic__select:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
.lmOptionsSelectorDynamic__select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}
.lmOptionsSelectorDynamic__select option {
  background: #2a2a2a;
  color: #fff;
}
.lmOptionsSelectorDynamic__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lmOptionsSelectorDynamic__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lmOptionsSelectorDynamic__arrayChoices {
  margin-top: 0.625rem;
}
.lmOptionsSelectorDynamic__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lmOptionsSelectorDynamic__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lmOptionsSelectorDynamic__item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.lmOptionsSelectorDynamic__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lmOptionsSelectorDynamic__item.current {
  border: 0.0625rem solid #4a90e2;
  background-color: rgba(74, 144, 226, 0.1);
}
.lmOptionsSelectorDynamic__item.active {
  color: red;
}
.lmOptionsSelectorDynamic__item__title {
  flex-grow: 1;
}
.lmOptionsSelectorDynamic__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.5rem;
}
.lmOptionsSelectorDynamic__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lmOptionsSelectorDynamic__item__actions i {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.lmOptionsSelectorDynamic__item__actions i:hover {
  opacity: 1;
}
.lmOptionsSelectorDynamic__item__actions i.lock-icon.active {
  color: #4a90e2;
  opacity: 1;
}
.lmOptionsSelectorDynamic__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.lmOptionsSelectorDynamic__header__title-wrapper h4 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}
.lmOptionsSelectorDynamic__header__title-wrapper__select {
  margin-left: 8px;
  padding: 2px 5px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.lmOptionsSelectorDynamic__header__title-wrapper__activeUnit {
  margin-left: 8px;
  color: var(--text-secondary);
}
.lmOptionsSelectorDynamic__header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lmOptionsSelectorDynamic__header__actions__lockDynamic {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lmOptionsSelectorDynamic__header__actions__lockDynamic .lock-icon {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.lmOptionsSelectorDynamic__header__actions__lockDynamic .lock-icon.active {
  color: var(--primary-color);
}
.lmOptionsSelectorDynamic__header__actions__lockDynamic .marker {
  margin-left: 4px;
  font-size: 12px;
  color: var(--text-secondary);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.lmOptionsSelectorDynamic__header__actions__lockDynamic .marker.active {
  opacity: 1;
  color: var(--primary-color);
}
.lmOptionsSelectorDynamic__header__actions .btn-switch {
  margin-left: 8px;
}
.lmOptionsSelectorDynamic .css_ouputs {
  margin: 10px 0;
  padding-left: 20px;
}
.lmOptionsSelectorDynamic .custom-dropdown {
  width: 100%;
}
.lmOptionsSelectorDynamic .custom-dropdown select.select2-dropdown.mappableCacheSearch {
  display: none !important;
}
.lmOptionsSelectorDynamic .select2-container {
  width: 100% !important;
  border-bottom: 1px solid #313131;
  background: #0c0c0c;
  padding: 7px;
}
.lmOptionsSelectorDynamic .select2-container .select2-selection {
  background: transparent;
  border: none;
  outline: none;
  min-height: 28px;
}
.lmOptionsSelectorDynamic .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--text-primary);
  padding-left: 0;
  line-height: 28px;
}
.lmOptionsSelectorDynamic .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #666;
}
.lmOptionsSelectorDynamic .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.lmOptionsSelectorDynamic .mappable_locks {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item {
  display: flex;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px;
  background: #1b1b1b;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item.selected {
  border: 2px solid #5d5d5d;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item.selected .lock-icon {
  opacity: 0.8;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item .lock-icon {
  margin-right: 8px;
  opacity: 0.4;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item__value {
  margin-right: 8px;
  flex-grow: 1;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item__metric {
  color: var(--text-secondary);
  margin-right: 8px;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item .inputRange__button__start_map {
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: #313131;
  cursor: pointer;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item .inputRange__button__start_map:hover {
  background: var(--background-secondary);
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item .inputRange__remove-lock {
  margin-left: auto;
  cursor: pointer;
}
.lmOptionsSelectorDynamic .mappable_locks .inputRange__value__item .inputRange__remove-lock:hover {
  color: var(--danger-color);
}
.lmOptionsSelectorDynamic .arrayChoices {
  margin-top: 15px;
}
.lmOptionsSelectorDynamic .arrayChoices .lmOptionsSelectorDynamic__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  background: var(--background-secondary);
  border-radius: 4px;
}
.lmOptionsSelectorDynamic .arrayChoices .lmOptionsSelectorDynamic__item__title {
  font-weight: 500;
}
.lmOptionsSelectorDynamic .arrayChoices .lmOptionsSelectorDynamic__item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lmOptionsSelectorDynamic .arrayChoices .lmOptionsSelectorDynamic__item__actions i {
  cursor: pointer;
}
.lmOptionsSelectorDynamic .arrayChoices .lmOptionsSelectorDynamic__item__actions i:hover {
  color: var(--primary-color);
}
.lmOptionsSelectorDynamic__locks {
  margin-top: 8px;
}
.lmOptionsSelectorDynamic__locks .lock-item {
  background: #1e1e1e;
  border: 1px solid #313131;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lmOptionsSelectorDynamic__locks .lock-item__text {
  color: var(--text-primary);
}
.lmOptionsSelectorDynamic__locks .lock-item__remove {
  cursor: pointer;
  color: #666;
}
.lmOptionsSelectorDynamic__locks .lock-item__remove:hover {
  color: var(--text-primary);
}

.select2-dropdown {
  background: #0c0c0c;
  border: 1px solid #313131;
  margin-top: 0;
}
.select2-dropdown .select2-search--dropdown {
  padding: 7px;
  background: #0c0c0c;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #1e1e1e !important;
  border: 1px solid #313131;
  color: var(--text-primary);
  height: 28px;
  padding: 0 8px;
  width: 100%;
}
.select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #666;
}
.select2-dropdown .select2-results {
  background: #0c0c0c;
}
.select2-dropdown .select2-results__options {
  padding: 0;
  margin: 0;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #313131;
}
.select2-dropdown .select2-results__option {
  padding: 7px;
  color: var(--text-primary);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #1e1e1e;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--text-primary);
  border-width: 0 4px 5px;
}

.select2-results__option.select2-results__message {
  font-style: italic;
  color: var(--text-secondary);
}

.select2-results__option.loading-results {
  color: var(--text-secondary);
  font-style: italic;
}

.ingredient_property_wobble_value__label_holder {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.ingredient_property_wobble_value__label {
  color: #7b7b7b;
  font-size: 0.9rem;
}

.ingredient_property_wobble_value__value {
  color: var(--text-primary);
  margin-top: 5px;
  padding-left: 1px;
  font-size: 1rem;
}

.ingredient_property_wobble_value__input {
  flex-grow: 1;
}

.lmOptionsSelectorDynamic__source-footer {
  margin-top: 0.9375rem;
  border-top: 1px solid #313131;
  padding-top: 0.9375rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-search {
  margin-bottom: 0.9375rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-search .source-search-input {
  width: 100%;
  padding: 0.625rem;
  background: #0c0c0c;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-search .source-search-input::placeholder {
  color: #666;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-search .source-search-input:focus {
  outline: none;
  border-color: #4a90e2;
  background: #1a1a1a;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-search .source-search-input:hover {
  border-color: #444;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem;
  background: #0c0c0c;
  border: 1px solid #313131;
  border-radius: 4px;
  margin-bottom: 0.625rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row .source-label {
  color: #999;
  font-size: 0.875rem;
  min-width: 6.25rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row .folder-input {
  flex: 1;
  padding: 0.375rem 0.625rem;
  background: #1a1a1a;
  border: 1px solid #252525;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.8125rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row .folder-input::placeholder {
  color: #555;
  font-style: italic;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row .folder-input:focus {
  outline: none;
  border-color: #4a90e2;
  background: #222;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row i {
  color: #666;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row i:hover {
  color: #999;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .source-action-row i.lock-icon:hover {
  color: #4a90e2;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .add-sources-btn {
  width: 100%;
  padding: 0.75rem;
  background: #1a1a1a;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #999;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .add-sources-btn:hover {
  background: #222;
  border-color: #444;
  color: #ccc;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .add-sources-btn:active {
  background: #0c0c0c;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .manage-sources-footer {
  text-align: center;
  margin-top: 0.75rem;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .manage-sources-footer .manage-sources-link {
  color: #4a90e2;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}
.lmOptionsSelectorDynamic__source-footer .lmOptionsSelectorDynamic__source-actions .manage-sources-footer .manage-sources-link:hover {
  color: #6badff;
  text-decoration: underline;
}

.lockMenu__cl {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .lockMenu__cl {
    max-width: 31.25rem;
  }
}
.lockMenu__cl.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__cl i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__cl i:hover {
  opacity: 1;
}
.lockMenu__cl i.active {
  opacity: 0.7;
}
.lockMenu__cl i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__cl i.wave-0-icon, .lockMenu__cl i.wave-1-icon, .lockMenu__cl i.wave-2-icon, .lockMenu__cl i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__cl i.wave-0-icon:hover, .lockMenu__cl i.wave-1-icon:hover, .lockMenu__cl i.wave-2-icon:hover, .lockMenu__cl i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__cl i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__cl i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__cl__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenu__cl__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__cl__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__cl__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__header__actions__wrapper {
  position: relative;
}
.lockMenu__cl__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__cl__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__cl__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__cl__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__cl__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}
.lockMenu__cl .lockMenu__library__upload,
.lockMenu__cl .lockMenu__library__header__actions__btn {
  display: none;
}
.lockMenu__cl .lockMenu__cl__harmony {
  display: block !important;
}

.lockMenu__cl .pcr-app {
  position: static;
  order: -1;
  background-color: rgba(190, 190, 190, 0.3);
  height: 150px;
  border-radius: 6px;
}
.lockMenu__cl .pickr {
  display: none;
}
.lockMenu__cl__add-to {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__cl__add-to i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__cl__add-to i:hover {
  opacity: 1;
}
.lockMenu__cl__add-to i.active {
  opacity: 0.7;
}
.lockMenu__cl__add-to i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__cl__add-to i.wave-0-icon, .lockMenu__cl__add-to i.wave-1-icon, .lockMenu__cl__add-to i.wave-2-icon, .lockMenu__cl__add-to i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__cl__add-to i.wave-0-icon:hover, .lockMenu__cl__add-to i.wave-1-icon:hover, .lockMenu__cl__add-to i.wave-2-icon:hover, .lockMenu__cl__add-to i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__cl__add-to i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__cl__add-to i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__cl__add-to__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__cl__add-to__header .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__add-to__header .arrow-down-icon {
  margin-left: auto;
}
.lockMenu__cl__add-to__header__title {
  font-size: 16px;
  color: rgba(180, 180, 180, 0.8);
}
.lockMenu__cl__add-to__wrapper {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.lockMenu__cl__add-to__destination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.lockMenu__cl__add-to__destination__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  color: rgb(112, 112, 112);
}
.lockMenu__cl__add-to__destination__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__cl__add-to__destination__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-items: stretch;
  gap: 6px;
}
.lockMenu__cl__add-to__destination__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__add-to__destination__item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 100%;
  padding: 4px 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.lockMenu__cl__add-to__destination__item:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__cl__add-to__destination__item.active {
  border: 1px solid rgb(112, 112, 112);
}
.lockMenu__cl__add-to__type {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 6px;
  margin-bottom: 12px;
}
.lockMenu__cl__add-to__type .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__add-to__type__item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 70px;
  padding: 6px 10px;
  border: 1px solid transparent;
}
.lockMenu__cl__add-to__type__item:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__cl__add-to__type__item.active {
  border: 1px solid rgb(112, 112, 112);
}
.lockMenu__cl__add-to__color {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-items: stretch;
}
.lockMenu__cl__add-to__color .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__add-to__color__box {
  position: relative;
  height: 90px;
  background-color: coral;
}
.lockMenu__cl__add-to__color__box__wrapper {
  background-color: rgb(21, 21, 21);
  width: 9.875rem;
  height: 3.25rem;
  overflow: hidden;
  border-radius: 0.125rem;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
}
.lockMenu__cl__add-to__color__box__input {
  appearance: none;
  -webkit-appearance: none;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border: solid 0.0625rem #707070;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.lockMenu__cl__add-to__color__box__input:checked {
  box-shadow: inset 0 0 0 1.25rem rgb(0, 128, 0);
}
.lockMenu__cl__add-to__color__box .lock-icon,
.lockMenu__cl__add-to__color__box .lock-open-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.lockMenu__cl__add-to__color__box .close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.lockMenu__cl__add-to__color__box__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 6px;
  color: rgba(190, 190, 190, 0.3);
  font-size: 8px;
  font-weight: 500;
  padding: 4px;
}
.lockMenu__cl__add-to__color__box__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__add-to__color__box__value__title {
  font-weight: bold;
  color: rgba(190, 190, 190, 0.54);
}
.lockMenu__cl__add-to__color__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 50%;
}
.lockMenu__cl__add-to__color__name, .lockMenu__cl__add-to__color__classname, .lockMenu__cl__add-to__color__tag {
  background-color: rgb(43, 43, 43);
  border-radius: 0.1875rem;
  outline: none;
  border: none;
  font-size: 0.6875rem;
  color: rgba(180, 180, 180, 0.8);
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 6px;
}
.lockMenu__cl__add-to__color__name::placeholder, .lockMenu__cl__add-to__color__classname::placeholder, .lockMenu__cl__add-to__color__tag::placeholder {
  color: rgba(180, 180, 180, 0.3);
}
.lockMenu__cl__add-to__color__value {
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  left: 5px;
}
.lockMenu__cl__add-to__color__btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.lockMenu__cl__add-to__color__btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__cl__add-to .lockMenu__sources {
  padding: 13px 0 0;
  margin: 0;
}

.lockMenu__cl__harmony {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__cl__harmony__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__cl__harmony__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__cl__harmony__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__harmony__header__actions__wrapper {
  position: relative;
}
.lockMenu__cl__harmony__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__cl__harmony__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__cl__harmony__function {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
  margin-top: 20px;
  width: 100%;
}
.lockMenu__cl__harmony__function .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__cl__harmony__function {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__cl__harmony__function {
    gap: 0.875rem;
  }
}
.lockMenu__cl__harmony__function__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__cl__harmony__function__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__harmony__function__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__cl__harmony__function__item__value.active {
  color: #bebebe;
}
.lockMenu__cl__harmony__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__cl__harmony__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__cl__harmony__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__cl__harmony__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__cl__harmony__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__cl__harmony__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__cl__harmony__options__item.active {
  color: red;
}
.lockMenu__cl__harmony__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__cl__harmony__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__harmony__options__item {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
}
.lockMenu__cl__harmony__options__item__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__cl__harmony__options__item__blocks {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 6px;
  margin-top: 12px;
}
.lockMenu__cl__harmony__options__item__blocks .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__cl__harmony__options__item__blocks__item {
  width: 44px;
  height: 20px;
  border-radius: 2px;
  background-color: rgb(242, 79, 34);
}

.lockMenu__gradient {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .lockMenu__gradient {
    max-width: 31.25rem;
  }
}
.lockMenu__gradient.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__gradient i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__gradient i:hover {
  opacity: 1;
}
.lockMenu__gradient i.active {
  opacity: 0.7;
}
.lockMenu__gradient i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__gradient i.wave-0-icon, .lockMenu__gradient i.wave-1-icon, .lockMenu__gradient i.wave-2-icon, .lockMenu__gradient i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__gradient i.wave-0-icon:hover, .lockMenu__gradient i.wave-1-icon:hover, .lockMenu__gradient i.wave-2-icon:hover, .lockMenu__gradient i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__gradient i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__gradient i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__gradient__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenu__gradient__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__gradient__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__gradient__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__gradient__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__gradient__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}

.lockMenu__gradient__properties {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__gradient__properties__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__gradient__properties__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__gradient__properties__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__properties__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__type {
  margin-top: 24px;
}
.lockMenu__gradient__properties__type__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__gradient__properties__type__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__gradient__properties__type__options {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.lockMenu__gradient__properties__type__options__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}
.lockMenu__gradient__properties__type__options__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__gradient__properties__type__options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: rgb(21, 21, 21);
  border-radius: 0.1875rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  cursor: pointer;
}
.lockMenu__gradient__properties__type__options__item span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__gradient__properties__type__options__item.lock {
  border: 0.0625rem solid rgb(119, 119, 119);
}
.lockMenu__gradient__properties__type__options__item.active {
  color: red;
}
.lockMenu__gradient__properties__type__options__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__properties__type__options__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__direction {
  margin-top: 24px;
}
.lockMenu__gradient__properties__direction__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__gradient__properties__direction__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__gradient__properties__direction__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__gradient__properties__direction__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__properties__direction__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__direction__header__actions__wrapper {
  position: relative;
}
.lockMenu__gradient__properties__direction__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__gradient__properties__direction__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__gradient__properties__direction__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__gradient__properties__direction__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__gradient__properties__direction__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__direction__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__direction__options {
    gap: 0.875rem;
  }
}
.lockMenu__gradient__properties__direction__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__gradient__properties__direction__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__direction__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__gradient__properties__direction__options__item__value.active {
  color: #bebebe;
}
.lockMenu__gradient__properties__direction__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__gradient__properties__direction__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__direction__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__gradient__properties__direction__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__direction__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.lockMenu__gradient__properties__color {
  background-color: rgb(13, 13, 13);
  border-radius: 5px;
  border: 1px solid rgb(13, 13, 13);
  padding: 16px 7px;
  margin-bottom: 6px;
}
.lockMenu__gradient__properties__color.active {
  border: 1px solid rgb(39, 39, 39);
}
.lockMenu__gradient__properties__color__wrapper {
  margin-top: 20px;
}
.lockMenu__gradient__properties__color__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7px;
}
.lockMenu__gradient__properties__color__header__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lockMenu__gradient__properties__color__header__title {
  color: rgb(132, 132, 132);
  font-size: 16px;
  text-transform: uppercase;
}
.lockMenu__gradient__properties__color__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__properties__color__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__color__header__actions__wrapper {
  position: relative;
}
.lockMenu__gradient__properties__color__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__gradient__properties__color__header__preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-right: 12px;
}
.lockMenu__gradient__properties__color__header__preview__box {
  width: 37px;
  height: 22px;
  border-radius: 2px;
}
.lockMenu__gradient__properties__color__header__preview__extra {
  color: rgba(132, 132, 132, 0.4);
  font-size: 16px;
  margin-left: 8px;
}
.lockMenu__gradient__properties__color .lockMenu__act-locks {
  margin-top: 12px;
}
.lockMenu__gradient__properties__color__position {
  margin: 24px 5px;
}
.lockMenu__gradient__properties__color__position__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__gradient__properties__color__position__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__gradient__properties__color__position__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__gradient__properties__color__position__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__gradient__properties__color__position__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__color__position__header__actions__wrapper {
  position: relative;
}
.lockMenu__gradient__properties__color__position__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__gradient__properties__color__position__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.lockMenu__gradient__properties__color__position__slider__input {
  margin: 5px 0;
  width: 100%;
}
.lockMenu__gradient__properties__color__position__options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
  width: calc(100% - 18px);
  gap: 0.75rem;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 4px;
  background-color: rgba(29, 29, 29, 0.4);
  font-weight: 500;
  color: rgba(190, 190, 190, 0.4);
  opacity: 1;
}
.lockMenu__gradient__properties__color__position__options .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__color__position__options {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__color__position__options {
    gap: 0.875rem;
  }
}
.lockMenu__gradient__properties__color__position__options__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.75rem;
  margin-right: auto;
}
.lockMenu__gradient__properties__color__position__options__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__color__position__options__item__title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
.lockMenu__gradient__properties__color__position__options__item__value.active {
  color: #bebebe;
}
.lockMenu__gradient__properties__color__position__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 3px;
}
.lockMenu__gradient__properties__color__position__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__gradient__properties__color__position__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenu__gradient__properties__color__position__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenu__gradient__properties__color__position__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.lockMenu__gradient__properties__add-btn {
  background-color: rgb(13, 13, 13);
  border-radius: 5px;
  padding: 16px 7px;
  width: 100%;
  color: rgb(132, 132, 132);
}
.lockMenu__gradient__properties__add-btn:hover {
  background-color: rgb(19, 19, 19);
}

.lockMenu__act-locks {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-top: 12px;
}
.lockMenu__act-locks i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__act-locks i:hover {
  opacity: 1;
}
.lockMenu__act-locks i.active {
  opacity: 0.7;
}
.lockMenu__act-locks i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__act-locks i.wave-0-icon, .lockMenu__act-locks i.wave-1-icon, .lockMenu__act-locks i.wave-2-icon, .lockMenu__act-locks i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__act-locks i.wave-0-icon:hover, .lockMenu__act-locks i.wave-1-icon:hover, .lockMenu__act-locks i.wave-2-icon:hover, .lockMenu__act-locks i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__act-locks i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__act-locks i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__act-locks__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__act-locks__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__act-locks__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__act-locks__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__act-locks__wrapper {
  margin-top: 13px;
}
.lockMenu__act-locks__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: rgb(16, 16, 16);
  border-radius: 2px;
  padding: 7px;
  margin-bottom: 4px;
}
.lockMenu__act-locks__item__box {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 0.54);
}
.lockMenu__act-locks__item__box__remove-lock {
  display: flex;
  justify-content: flex-end;
  padding: 0.0625rem 0.25rem 0 0;
  font-size: 0.8125rem;
}
.lockMenu__act-locks__item__box__content {
  display: flex;
  align-items: baseline;
}
.lockMenu__act-locks__item__box__content .lock-icon {
  position: relative !important;
  left: 0 !important;
}
.lockMenu__act-locks__item__box__content__text {
  max-width: 70%;
  overflow: hidden;
  margin-left: 0.3125rem;
  font-size: 14px;
  text-overflow: ellipsis;
}
.lockMenu__act-locks__item__box__wrapper {
  background-color: rgb(21, 21, 21);
  width: 9.875rem;
  height: 3.25rem;
  overflow: hidden;
  border-radius: 0.125rem;
  display: flex;
  flex-direction: column;
  background-color: rgb(61, 61, 61);
}
.lockMenu__act-locks__item__box__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1875rem;
  padding: 0.0625rem 0.1875rem 0.3125rem;
  background-color: rgb(34, 34, 34);
  text-transform: uppercase;
  font-size: xx-small;
  font-weight: 800;
}
.lockMenu__act-locks__item__box__footer-item:first-of-type {
  color: rgb(59, 59, 59);
}
.lockMenu__act-locks__item__box .lock-icon,
.lockMenu__act-locks__item__box .lock-open-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.lockMenu__act-locks__item__box .close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.lockMenu__act-locks__item__box__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 6px;
  color: rgb(190, 190, 190);
  background-color: rgb(21, 21, 21);
  font-size: 8px;
  font-weight: 500;
  padding: 4px;
}
.lockMenu__act-locks__item__box__info .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__act-locks__item__box__info__value {
  font-weight: bold;
  color: rgba(190, 190, 190, 0.54);
}
.lockMenu__act-locks__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  width: 50%;
}
.lockMenu__act-locks__item__actions .style-value {
  color: rgb(255, 255, 255);
}

.lockMenu__customCSS {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__customCSS i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__customCSS i:hover {
  opacity: 1;
}
.lockMenu__customCSS i.active {
  opacity: 0.7;
}
.lockMenu__customCSS i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__customCSS i.wave-0-icon, .lockMenu__customCSS i.wave-1-icon, .lockMenu__customCSS i.wave-2-icon, .lockMenu__customCSS i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__customCSS i.wave-0-icon:hover, .lockMenu__customCSS i.wave-1-icon:hover, .lockMenu__customCSS i.wave-2-icon:hover, .lockMenu__customCSS i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__customCSS i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__customCSS i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__customCSS__header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__customCSS__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__customCSS textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: rgb(16, 16, 16);
  border-radius: 4px;
  width: 100%;
  height: 110px;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
  max-width: 100%;
}
.lockMenu__customCSS textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.lockMenu__teste-card {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
  padding-left: 14px;
  padding-right: 14px;
}
.lockMenu__teste-card i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__teste-card i:hover {
  opacity: 1;
}
.lockMenu__teste-card i.active {
  opacity: 0.7;
}
.lockMenu__teste-card i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__teste-card i.wave-0-icon, .lockMenu__teste-card i.wave-1-icon, .lockMenu__teste-card i.wave-2-icon, .lockMenu__teste-card i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__teste-card i.wave-0-icon:hover, .lockMenu__teste-card i.wave-1-icon:hover, .lockMenu__teste-card i.wave-2-icon:hover, .lockMenu__teste-card i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__teste-card i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__teste-card i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__teste-card__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
}
.lockMenu__teste-card__wrapper:first-child {
  margin-bottom: 8px;
}
.lockMenu__teste-card__client {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__teste-card__project {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenu__teste-card__project span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenu__teste-card__progress {
  height: 6px;
  width: 100px;
  border-radius: 14px;
  background-color: rgb(57, 57, 57);
}
.lockMenu__teste-card__options {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lockMenu__teste-card__options span {
  font-size: 12px;
  text-decoration: underline;
  color: rgb(79, 79, 79);
}

.lockMenu__block {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
  padding-left: 14px;
  padding-right: 14px;
}
.lockMenu__block i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__block i:hover {
  opacity: 1;
}
.lockMenu__block i.active {
  opacity: 0.7;
}
.lockMenu__block i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__block i.wave-0-icon, .lockMenu__block i.wave-1-icon, .lockMenu__block i.wave-2-icon, .lockMenu__block i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__block i.wave-0-icon:hover, .lockMenu__block i.wave-1-icon:hover, .lockMenu__block i.wave-2-icon:hover, .lockMenu__block i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__block i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__block i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.lockMenu__block__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__block__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__block__header__actions__wrapper {
  position: relative;
}
.lockMenu__block__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenu__block__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  font-size: 16px;
}
.lockMenu__block__header__actions span {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}
.lockMenu__block__header__actions span:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.lockMenu__block__header__actions .popUp {
  position: fixed;
  height: 850px;
}
.lockMenu__block__header__actions .popUp .close-icon {
  width: 20px;
  height: 20px;
}
.lockMenu__block__main__btn--clear {
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 12px;
  margin: 16px 0 -10px auto;
}
.lockMenu__block__main__btn--clear:hover {
  color: rgba(255, 255, 255, 0.8);
}
.lockMenu__block__main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lockMenu__block__main__box {
  border: 0.0625rem solid rgb(39, 39, 39);
  border-radius: 0.3125rem;
  background-color: rgb(21, 21, 21);
  padding: 12px 15px;
}
.lockMenu__block__main__box__wrapper {
  width: 100%;
}
.lockMenu__block__main__box__title {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 11px;
}
.lockMenu__block__main__box__description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.lockMenu__block__main__box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  margin-top: 14px;
}
.lockMenu__block__main__box__indicator__item {
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 2px;
}
.lockMenu__block__main__box__indicator__item.active {
  background-color: rgba(255, 255, 255, 0.8);
}
.lockMenu__block__main hr {
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.lockMenu__block__main__ingredient {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lockMenu__block__main__ingredient__title {
  font-size: 12px;
  font-weight: bold;
  color: rgb(112, 112, 112);
}
.lockMenu__block__main__ingredient__wrapper {
  display: flex;
  align-items: stretch;
  gap: 6px;
}
.lockMenu__block__main__ingredient__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  border: 0.0625rem solid rgb(39, 39, 39);
  border-radius: 0.3125rem;
  border-radius: 2px;
  background-color: rgb(21, 21, 21);
  padding: 5px 6px;
}
.lockMenu__block__main__ingredient__box__value {
  font-size: 12px;
  color: rgba(112, 112, 112, 0.3);
  margin-right: 20px;
}
.lockMenu__block__main__ingredient__box__color {
  display: block;
  border-radius: 2px;
  height: 12px;
  width: 12px;
  background-color: rgb(255, 255, 255);
}
.lockMenu__block__main__ingredient__box .eye-icon {
  opacity: 0.8;
}
.lockMenu__block__main__cta {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 27px;
  border: 0.0625rem solid rgb(39, 39, 39);
  border-radius: 0.3125rem;
  background-color: rgb(21, 21, 21);
  padding: 12px;
  margin-top: 6px;
}
.lockMenu__block__main__cta .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__block__main__cta__img {
  width: 89px;
  height: 75px;
  background-color: rgb(112, 112, 112);
  border-radius: 4px;
}
.lockMenu__block__main__cta__description {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}
.lockMenu__block__main__cta a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.lockMenu__component-detail {
  position: fixed;
  left: 410px;
  top: 0;
  z-index: 1000;
  background: #0c0c0c;
  min-width: 410px;
  width: 410px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #313131;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  animation: slideInFromLeft 0.3s ease-out;
}
.lockMenu__component-detail .select2-container--open .select2-dropdown {
  z-index: 1100;
}
.lockMenu__component-detail .select2-dropdown {
  position: absolute !important;
  z-index: 1100;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.lockMenu__component-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #1a1a1a;
  border-bottom: 1px solid #313131;
}
.lockMenu__component-detail__header__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.lockMenu__component-detail__header__title button {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
}
.lockMenu__component-detail__header__title button:hover {
  color: #fff;
}
.lockMenu__component-detail__header__title i {
  font-size: 14px;
  color: #4a9eff;
  opacity: 0.8;
}
.lockMenu__component-detail__header__componentName {
  text-transform: capitalize;
}
.lockMenu__component-detail__header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lockMenu__component-detail__header__actions i {
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.lockMenu__component-detail__header__actions i:hover {
  color: #fff;
  transform: scale(1.05);
}
.lockMenu__component-detail__header__actions i.close-icon {
  color: rgba(255, 107, 107, 0.8);
}
.lockMenu__component-detail__header__actions i.close-icon:hover {
  color: rgb(255, 51, 51);
}
.lockMenu__component-detail__content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  position: relative;
  min-height: 0;
}
.lockMenu__component-detail__content .ps__rail-y {
  right: 0;
  width: 8px;
  background: transparent;
}
.lockMenu__component-detail__content .ps__thumb-y {
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.lockMenu__component-detail .component-properties-container {
  padding: 0;
  margin-top: 16px;
}
.lockMenu__component-detail .component-properties-container .select2CacheSearch_wrapper,
.lockMenu__component-detail .component-properties-container .inputRangeDynamic,
.lockMenu__component-detail .component-properties-container .lmOptionsSelectorDynamic {
  margin-bottom: 0;
}
.lockMenu__component-detail__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 20px;
}
.lockMenu__component-detail__empty i {
  font-size: 48px;
  opacity: 0.3;
  margin-bottom: 15px;
}
.lockMenu__component-detail__empty p {
  font-size: 14px;
  line-height: 1.5;
}
.lockMenu__component-detail .select2CacheSearch_wrapper {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.lockMenu__component-detail .select2CacheSearch_wrapper .select2-container {
  width: 100% !important;
}
.lockMenu__component-detail .inputRangeDynamic {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.lockMenu__component-detail .lmOptionsSelectorDynamic {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.lockMenu__component-detail .lockMenu__properties-wrapper .custom-icon {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.lockMenu__component-detail .lockMenu__properties-wrapper .custom-icon:hover {
  opacity: 1;
}

.lockMenu__upload {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__upload__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.lockMenu__upload__box {
  margin: 16px 0;
  border: 2px dashed rgba(112, 112, 112, 0.3);
  color: rgba(112, 112, 112, 0.3);
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
}

.lockMenu__hr {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.32;
  border: 0;
  height: 1px;
  border: none;
  background: #5a5a5a;
}
.lockMenu__sources {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenu__sources i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__sources i:hover {
  opacity: 1;
}
.lockMenu__sources i.active {
  opacity: 0.7;
}
.lockMenu__sources i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__sources i.wave-0-icon, .lockMenu__sources i.wave-1-icon, .lockMenu__sources i.wave-2-icon, .lockMenu__sources i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__sources i.wave-0-icon:hover, .lockMenu__sources i.wave-1-icon:hover, .lockMenu__sources i.wave-2-icon:hover, .lockMenu__sources i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__sources i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__sources i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__sources__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenu__sources__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  margin-bottom: 8px;
}
.lockMenu__sources__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: right;
}
.lockMenu__sources__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__header__actions__link {
  font-size: 0.75rem;
  color: rgba(190, 190, 190, 0.3);
  text-decoration: underline;
  cursor: pointer;
}
.lockMenu__sources__search {
  margin-top: 12px;
}
.lockMenu__sources__search__title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.46);
  margin-bottom: 6px;
  margin-left: 3px;
}
.lockMenu__sources__search__input {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2px 30px 2px 4px;
  flex-wrap: wrap;
  gap: 3px;
  background-color: rgb(16, 16, 16);
  position: relative;
  border-radius: 2px;
}
.lockMenu__sources__search__input .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__search__input .search-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.lockMenu__sources__search__input__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.lockMenu__sources__search__input__value .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.lockMenu__sources__filter {
  display: flex;
  gap: 10px;
  margin: 16px 0 12px 2px;
}
.lockMenu__sources__filter__item {
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.lockMenu__sources__filter__item:hover {
  color: rgba(255, 255, 255, 0.6);
}
.lockMenu__sources__filter__item.active {
  color: rgba(255, 255, 255, 0.8);
}
.lockMenu__sources__add-btn {
  width: 100%;
  background-color: rgb(16, 16, 16);
  border-radius: 4px;
  padding: 10px;
  font-size: 11px;
  color: rgb(255, 255, 255);
  text-align: left;
  margin-bottom: 4px;
}
.lockMenu__sources__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.8125rem;
  background-color: rgb(29, 29, 29);
  color: rgb(112, 112, 112);
  font-size: 0.875rem;
}
.lockMenu__sources__item .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__item__subname {
  font-size: 0.75rem;
  color: #707070;
}
.lockMenu__sources__item i {
  width: 0.9375rem;
  height: 0.9375rem;
}
.lockMenu__sources__item .close-icon {
  margin-left: auto;
}
.lockMenu__sources__item__endpoints {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  background-color: #101010;
  display: flex;
}
.lockMenu__sources__item__endpoints:last-child {
  margin-bottom: 14px;
}
.lockMenu__sources__item__endpoints input[type=checkbox] {
  margin: 0;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
  border: none;
  outline: none;
}
.lockMenu__sources__item__endpoints__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 4px;
  padding: 4px 4px;
  border-radius: 2px;
  background-color: rgb(16, 16, 16);
}
.lockMenu__sources__item__endpoints__wrapper .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__item__endpoints__wrapper__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.lockMenu__sources__item__endpoints__wrapper__item .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.lockMenu__sources__item__endpoints__wrapper__item.active {
  background-color: rgb(29, 29, 29);
}
.lockMenu__sources__item__endpoints__wrapper__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 4px;
  flex-grow: 1;
  justify-content: flex-end;
}
.lockMenu__sources__item__endpoints__wrapper__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__item__endpoints__wrapper__item__actions__link {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 4px 6px;
  background-color: #333;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
.lockMenu__sources__item__endpoints__wrapper__item__actions__link:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__item__endpoints__wrapper__item__actions__link.active {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__item__endpoints__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 4px;
  flex-grow: 1;
  justify-content: flex-end;
}
.lockMenu__sources__item__endpoints__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__item__endpoints__actions__link {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 4px 6px;
  background-color: #333;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
.lockMenu__sources__item__endpoints__actions__link:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__item__endpoints__actions__link.active {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 4px;
  justify-content: flex-end;
}
.lockMenu__sources__item__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__sources__item__actions__link {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 4px 6px;
  background-color: #333;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
.lockMenu__sources__item__actions__link:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__item__actions__link.active {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}
.lockMenu__sources__update-btn {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 0.75rem;
  padding: 0.625rem 1rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  display: block;
  margin: 16px auto 8px;
}
.lockMenu__sources__update-btn:hover {
  background-color: rgb(21, 21, 21);
  color: rgba(255, 255, 255, 0.46);
}

.lockMenuColor {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
}
.lockMenuColor i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenuColor i:hover {
  opacity: 1;
}
.lockMenuColor i.active {
  opacity: 0.7;
}
.lockMenuColor i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenuColor i.wave-0-icon, .lockMenuColor i.wave-1-icon, .lockMenuColor i.wave-2-icon, .lockMenuColor i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenuColor i.wave-0-icon:hover, .lockMenuColor i.wave-1-icon:hover, .lockMenuColor i.wave-2-icon:hover, .lockMenuColor i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenuColor i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenuColor i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenuColor__colorPicker {
  display: flex;
  flex-direction: column;
}
.lockMenuColor__colorPicker__activeColor {
  font-size: 0.75rem;
  margin-top: -1rem;
  padding-left: 5.3125rem;
  text-transform: uppercase;
}
.lockMenuColor__colorPicker .pcr-app {
  position: static;
  margin-top: 0.625rem;
  order: -1;
  background-color: rgba(190, 190, 190, 0.3);
  height: 150px;
  border-radius: 0.375rem;
  width: 100% !important;
}
.lockMenuColor__colorPicker .pcr-app .pcr-palette {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.lockMenuColor__colorPicker .pcr-app .pcr-palette::before {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.lockMenuColor__colorPicker .pickr {
  display: none;
}
.lockMenuColor__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.125rem;
}
.lockMenuColor__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.5rem;
}
.lockMenuColor__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenuColor__header__title .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuColor__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.625rem;
}
.lockMenuColor__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuColor__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuColor__options__tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.375rem;
}
.lockMenuColor__options__tabs .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuColor__options__tabs__item {
  cursor: pointer;
  background-color: rgb(21, 21, 21);
  border: 0.0625rem solid transparent;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(190, 190, 190, 0.3);
  padding: 0.25rem 0.625rem;
  margin: 0.875rem 0;
  transition: all 0.2s ease-in-out;
}
.lockMenuColor__options__tabs__item:hover {
  color: rgba(190, 190, 190, 0.8);
}
.lockMenuColor__options__tabs__item.active {
  color: #bebebe;
  border: 0.0625rem solid rgb(43, 43, 43);
}
.lockMenuColor__options__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.lockMenuColor__selector {
  margin-bottom: 1rem;
}
.lockMenuColor__selector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lockMenuColor__selector__header__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.lockMenuColor__selector__header__title span {
  color: rgba(190, 190, 190, 0.23);
}
.lockMenuColor__selector__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenuColor__selector__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuColor__selector__header__actions__wrapper {
  position: relative;
}
.lockMenuColor__selector__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenuColor__selector__slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  margin-top: 0.5625rem;
  margin-bottom: 0.4375rem;
}
.lockMenuColor__selector__slider__input {
  border-radius: 0.4375rem;
  background-image: linear-gradient(to right, #ff8900, #00cb65);
  width: 95%;
  height: 0.625rem;
}
.lockMenuColor__selector__slider__input__detector {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: solid 0.0625rem rgba(0, 0, 0, 0.15);
}
.lockMenuColor__selector__value {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.3125rem;
}
.lockMenuColor__selector__value .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuColor__selector__value__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 0.25rem;
  background-color: rgb(29, 29, 29);
  border-radius: 0.125rem;
  padding: 0.3125rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(190, 190, 190);
  opacity: 0.4;
}
.lockMenuColor__selector__value__item .style-value {
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .lockMenuColor__selector__value__item {
    gap: 0.5rem;
    padding: 0.4375rem;
  }
}
.lockMenuColor .lockMenu__cl__harmony {
  display: none;
}
.lockMenuColor .lockMenu__act-locks__item__box__text {
  display: none;
}
.lockMenuColor.closed .lockMenuColor__act-locks,
.lockMenuColor.closed .lockMenuColor__colorPicker,
.lockMenuColor.closed .lockMenuColor__inputs {
  display: none;
}

.ingredient-list {
  display: flex;
  flex-direction: column;
  color: rgb(100, 100, 100);
}
.ingredient-list__header__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3125rem;
}
@media (min-width: 1280px) {
  .ingredient-list__header__title-wrapper {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .ingredient-list__header__title-wrapper {
    margin-bottom: 0.625rem;
  }
}
.ingredient-list__header__title {
  color: rgb(255, 255, 255);
  font-size: 1rem;
}
.ingredient-list__header__close {
  font-size: 1.75rem;
  cursor: pointer;
}
.ingredient-list__header__options {
  display: flex;
}
.ingredient-list__header__options__item {
  font-size: 0.75rem;
  margin-right: 0.4375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid rgb(100, 100, 100);
  cursor: pointer;
}
.ingredient-list__header__options__item:hover {
  color: rgb(255, 255, 255);
}
.ingredient-list__header__options .ingredinets-to-taste {
  margin-left: auto;
  margin-right: 0;
  border-bottom: 0.0625rem solid rgb(65, 185, 28);
}
.ingredient-list__body {
  overflow-y: auto;
  height: calc(100% - 2.813rem);
}
@media (min-width: 1280px) {
  .ingredient-list__body {
    height: calc(100% - 3.125rem);
  }
}
@media (min-width: 1600px) {
  .ingredient-list__body {
    height: calc(100% - 3.375rem);
  }
}
.ingredient-list__body::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .ingredient-list__body::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .ingredient-list__body::-webkit-scrollbar {
    width: 5px;
  }
}
.ingredient-list__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ingredient-list__body::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.ingredient-list__body__ingredient-item {
  margin: 0rem 0;
}
@media (min-width: 1280px) {
  .ingredient-list__body__ingredient-item {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1600px) {
  .ingredient-list__body__ingredient-item {
    margin: 0rem 0;
  }
}

.ingredient-item {
  background: rgb(16, 16, 16);
  border-radius: 0rem;
  max-width: 100%;
  overflow-x: hidden;
}
.ingredient-item.clickable-ingredient {
  cursor: pointer;
  transition: background-color 0.2s;
}
.ingredient-item.clickable-ingredient:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.ingredient-item__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(79, 79, 79);
  cursor: pointer;
}
.ingredient-item__header:hover {
  background: rgba(16, 16, 16, 0.8);
  color: rgb(255, 255, 255);
}
.ingredient-item__header:hover .output_icon {
  opacity: 1;
}
.ingredient-item__header:hover .output_icon .mappedChecker {
  opacity: 1;
}
.ingredient-item__header__title {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.ingredient-item__header .accordion-opened {
  transform: rotate(0.75turn);
  color: rgb(255, 255, 255);
}
.ingredient-item__header__close {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: bolder;
}
.ingredient-item__header__commands {
  position: relative;
  display: flex;
}
.ingredient-item__header__eye {
  margin-right: 0.5rem;
  margin-top: 0.09375rem;
  opacity: 0.2;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%) !important;
}
.ingredient-item__header__eye.isActive {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%) !important;
}
.ingredient-item__header__icon {
  margin-top: 0.09375rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  opacity: 0.2;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%) !important;
}
.ingredient-item__header__icon.isActive {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%) !important;
}
.ingredient-item__body {
  width: 100%;
  font-size: 0.875rem;
  display: flex;
  padding: 0 0rem;
  opacity: 0;
}
.ingredient-item__body ul {
  display: none;
}
.ingredient-item .show-ingredient {
  opacity: 1;
  padding-bottom: 0.625rem;
  max-height: 400px;
  overflow-y: auto;
}
.ingredient-item .show-ingredient ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ingredient-item .show-ingredient ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
}
.ingredient-item .ingredient-child {
  width: 100%;
  flex-direction: column;
}
.ingredient-item .ingredient-child__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.ingredient-item .ingredient-child__item .all-properties {
  padding-left: 0;
}
.ingredient-item .ingredient-child__item__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgb(79, 79, 79);
  align-items: center;
  cursor: pointer;
  background: #0b0b0b;
}
.ingredient-item .ingredient-child__item__header:hover {
  color: rgb(255, 255, 255);
}
.ingredient-item .ingredient-child__item__header:hover .output_icon {
  opacity: 1;
  text-align: left;
}
.ingredient-item .ingredient-child__item__header:hover .output_icon .mappedChecker {
  opacity: 1;
}
.ingredient-item .ingredient-child__item__name {
  padding-left: 0rem;
  margin-right: auto;
  flex-grow: 1;
  font-size: 0.75rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .ingredient-item .ingredient-child__item__name {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .ingredient-item .ingredient-child__item__name {
    padding-left: 0.9375rem;
  }
}
.ingredient-item .ingredient-child__item__commands {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.ingredient-item .ingredient-child__item.font .ingredient-child__item__name {
  padding-left: 0rem;
  margin-left: 0rem;
}
.ingredient-item .ingredient-child__item.font .ingredient-child__item__name.all-properties {
  border: none;
  margin: 0;
  padding: 0.3125rem 0;
}
.ingredient-item .ingredient-child__item__box {
  margin-right: 0.625rem;
  height: 0.9375rem;
  width: 0.9375rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.125rem;
  margin-top: 0.3125rem;
}
.ingredient-item .ingredient-child__item__color-string {
  margin: 0 auto 0 0.125rem;
  font-size: 0.5rem;
}
@media (min-width: 1280px) {
  .ingredient-item .ingredient-child__item__color-string {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .ingredient-item .ingredient-child__item__color-string {
    font-size: 0.75rem;
    margin: 0.625rem auto 0 0.3125rem;
  }
}
.ingredient-item .ingredient-child__item .font-color-box {
  height: 0.9375rem;
  width: 0.9375rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.125rem;
  margin-top: 0.3125rem;
}
.ingredient-item .ingredient-child__item .properties li {
  padding-top: 0rem;
  padding-bottom: 0.0625rem;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}
.ingredient-item .ingredient-child__item .properties li.property_item {
  flex-direction: column;
}
.ingredient-item .ingredient-child__item .properties li.properties__ingredient-item {
  padding-left: 0.625rem;
  padding-right: 0.75rem;
  padding-top: 0.4375rem;
}
.ingredient-item .ingredient-child__item .properties li .property_name {
  flex-grow: 1;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  text-align: left;
}
.ingredient-item .ingredient-child__item .properties li .property_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-left: 10px;
  border-top: 1px dotted #303030;
}
.ingredient-item .ingredient-child__item .properties li .property_header.hidden {
  display: none;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover {
  color: rgb(255, 255, 255);
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .output_icon {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .output_icon .mappedChecker {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .property_header .property_icon {
  margin-right: 0.5625rem;
  opacity: 0.1;
}
.ingredient-item .ingredient-child__item .properties li .property_header .property_name {
  font-weight: 500;
  color: #8f8f8f;
}
.ingredient-item .ingredient-child__item .properties li .property_header .property_commands {
  display: flex;
  align-items: center;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover {
  color: rgb(255, 255, 255);
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .property_name {
  color: rgb(255, 255, 255);
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .property_icon {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .property_commands {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .output_icon {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .property_header:hover .output_icon .mappedChecker {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .output_icon {
  margin-right: 0.625rem;
  opacity: 0.2;
  margin-right: 0rem;
  flex-basis: 1.5625rem;
  display: inline-block;
  flex-grow: 0;
  width: 1.5625rem;
  text-align: left;
}
.ingredient-item .ingredient-child__item .properties li .outputName {
  margin-right: 0.3125rem;
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.ingredient-item .ingredient-child__item .properties li .output_id {
  font-family: monospace;
  font-size: 9px;
  opacity: 0.5;
  color: #ffeb3b;
  margin-right: 0.3125rem;
}
.ingredient-item .ingredient-child__item .properties li .outputValue {
  opacity: 0.9;
  font-size: 12px;
  max-width: 150px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ingredient-item .ingredient-child__item .properties li .mapButton {
  margin-left: 0.3125rem;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list .no-outputs {
  margin-left: 2.75rem;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item {
  border-top: solid 1px rgba(100, 100, 100, 0.34);
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  cursor: pointer;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item:hover {
  color: rgb(255, 255, 255);
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item:hover .output_icon {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item:hover .output_icon .mappedChecker {
  opacity: 1;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item .output_icon {
  margin-right: 1.125rem;
  opacity: 0.2;
  flex-basis: 1.25rem;
  display: block;
  width: 1.25rem;
  text-align: left;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item .mappedChecker {
  height: 10px;
  width: 10px;
  display: inline-block;
  /* background: #fafafa; */
  border-radius: 10px;
  border: 2px solid #dfdfdf;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item .output_details {
  flex-grow: 1;
  flex: 1;
  text-align: left;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  max-width: calc(100% - 60px);
  min-width: 0;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item .output_details .outputName {
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  width: 100%;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  display: flex;
  align-items: center;
}
.ingredient-item .ingredient-child__item .properties li .outputs_list li.output_item .output_details .outputValue {
  opacity: 0.7;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  width: 100%;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.ingredient-item:hover {
  background: rgb(11, 11, 11);
}

.ingredient-button__item {
  margin-top: 10px;
}

button.add_map {
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: #313131;
  cursor: pointer;
  color: #757575;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}

.ingredient-gradient__wrapper {
  flex-direction: column;
}
.ingredient-gradient__wrapper__comands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ingredient-gradient__wrapper__box {
  width: 100%;
  height: 100px;
  border-radius: 4px;
}

.output_icon {
  margin-right: 0.125rem;
  opacity: 0.2;
  flex-basis: 1.25rem;
  display: block;
  width: 1.25rem;
  text-align: left;
}

.mappedChecker {
  height: 10px;
  width: 10px;
  display: inline-block;
  /* background: #fafafa; */
  border-radius: 10px;
  border: 2px solid #dfdfdf;
  margin-right: 5px;
}

.property_value {
  margin-left: 0.5rem;
  opacity: 0.7;
  flex: 1;
}

.component_id {
  font-family: monospace;
  font-size: 10px;
  opacity: 0.5;
  margin-left: 0.25rem;
  color: #ffeb3b;
}

.property_actions {
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-left: auto;
}
.property_actions .custom-icon,
.property_actions .ingredient-child__item__commands__icon {
  opacity: 1 !important;
  color: #fff !important;
  filter: brightness(1.2);
}
.property_actions .custom-icon:hover,
.property_actions .ingredient-child__item__commands__icon:hover {
  opacity: 1 !important;
  color: #5fdaff !important;
  filter: brightness(1.4);
}

.property_item:hover .property_actions {
  opacity: 1;
}

.property_header {
  display: flex;
  align-items: center;
  width: 100%;
}
.property_header .property_name {
  font-weight: 500;
  margin-right: 0.25rem;
}
.property_header .property_name::after {
  content: ":";
  margin-left: 0.125rem;
}

.mappings-container {
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-top: 0.5rem;
  max-width: 100%;
  overflow-x: auto;
}
.lockMenu--right .mappings-container {
  width: 100%;
  box-sizing: border-box;
}

.mapping-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.mapping-item:last-child {
  margin-bottom: 0;
}

.mapping-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mapping-header .mapping-source {
  font-weight: 500;
  color: #4fc3f7;
}
.mapping-header .mapping-arrow {
  margin: 0 1rem;
  color: #fff;
  opacity: 0.7;
}
.mapping-header .mapping-target {
  font-weight: 500;
  color: #81c784;
}

.mapping-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .mapping-columns {
    grid-template-columns: 1fr;
  }
}
.mapping-columns .source-column,
.mapping-columns .target-column {
  min-width: 0;
}
.mapping-columns .source-column h4,
.mapping-columns .target-column h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.mapping-columns .source-column .column-content,
.mapping-columns .target-column .column-content {
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
  overflow-wrap: break-word;
}
.mapping-columns .source-column h4 {
  color: #4fc3f7;
}
.mapping-columns .target-column h4 {
  color: #81c784;
}

.lockMenu--right .mapping-columns {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.mapping-common {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mapping-common h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  color: #ffa726;
}

.mapping-direction {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.mapping-direction .mapping-source {
  color: #5fdaff;
}
.mapping-direction .source-id, .mapping-direction .target-id {
  font-family: monospace;
  font-size: 10px;
  opacity: 0.6;
  margin: 0 0.25rem;
}
.mapping-direction .source-id {
  color: #5fdaff;
}
.mapping-direction .target-id {
  color: #ffeb3b;
}
.mapping-direction .mapping-arrow {
  margin: 0 0.5rem;
  color: #fff;
  opacity: 0.7;
}
.mapping-direction .mapping-target {
  color: #ffeb3b;
}

.mapping-details {
  margin-bottom: 0.5rem;
}

.mapping-detail-row {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.mapping-detail-row .mapping-label {
  font-weight: 500;
  margin-right: 0.5rem;
  opacity: 0.7;
  min-width: 80px;
  flex-shrink: 0;
}
.mapping-detail-row .mapping-value {
  flex: 1;
  opacity: 0.9;
  word-break: break-word;
  min-width: 0;
}
.mapping-detail-row .mapping-value.selector {
  font-family: monospace;
  font-size: 11px;
  word-break: break-all;
}
.mapping-detail-row .mapping-value.id {
  font-family: monospace;
  font-size: 10px;
  opacity: 0.6;
  word-break: break-all;
}

.lockMenu--right .mapping-item {
  padding: 0.5rem;
  font-size: 11px;
}
.lockMenu--right .mapping-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.lockMenu--right .mapping-header .mapping-source,
.lockMenu--right .mapping-header .mapping-target {
  font-size: 12px;
}
.lockMenu--right .mapping-columns h4 {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.lockMenu--right .mapping-columns .column-content {
  padding: 0.25rem;
}
.lockMenu--right .mapping-common {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.lockMenu--right .mapping-common h4 {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.lockMenu--right .mapping-detail-row {
  font-size: 11px;
  margin-bottom: 0.2rem;
}
.lockMenu--right .mapping-detail-row .mapping-label {
  min-width: 70px;
  font-size: 10px;
}
.lockMenu--right .mapping-detail-row .mapping-value {
  font-size: 10px;
}
.lockMenu--right .mapping-detail-row .mapping-value.selector {
  font-size: 10px;
}
.lockMenu--right .mapping-detail-row .mapping-value.id {
  font-size: 9px;
}

.mapping-columns .mapping-detail-row .mapping-label {
  min-width: 80px;
}

.mapping-common .mapping-detail-row .mapping-label {
  min-width: 70px;
}

.mapping-ids {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mapping-ids .mapping-detail-row {
  font-size: 11px;
}
.mapping-ids .mapping-detail-row .mapping-value.id {
  color: #ffd54f;
}

.remove-mapping {
  background: rgba(255, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.remove-mapping:hover {
  background: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.7);
}

.view-toggle-buttons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
}
.view-toggle-buttons .toggle-view {
  background: none;
  border: none;
  padding: 2px 4px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}
.view-toggle-buttons .toggle-view.active {
  color: #007bff;
  font-weight: 500;
}
.view-toggle-buttons .separator {
  color: #ccc;
  font-size: 12px;
  padding: 0 2px;
}

.property_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.property_actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.output_icon {
  display: inline-flex;
  align-items: center;
}

.mappedChecker {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  display: inline-block;
}
.mappedChecker.mapped {
  background: #00C851;
}

.view-mappings-btn {
  background: #e9ecef;
  border: none;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  color: #495057;
  cursor: pointer;
}
.view-mappings-btn.active {
  background: #007bff;
  color: white;
}

.add_map.start-mapping {
  color: #007bff;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.mappings-container {
  background: #000;
  color: #fff;
  padding: 8px;
  margin: 8px 0;
}

.mapping-item {
  padding: 8px;
  border-bottom: 1px solid #333;
}
.mapping-item:last-child {
  border-bottom: none;
}

.mapping-details-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.mapping-details-card.incoming {
  border-left: 4px solid #2196f3;
}
.mapping-details-card.outgoing {
  border-left: 4px solid #4caf50;
}
.mapping-details-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mapping-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}
.mapping-card-header .mapping-header-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.mapping-card-header .mapping-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.mapping-card-header .mapping-badge.incoming {
  background: #e3f2fd;
  color: #1976d2;
}
.mapping-card-header .mapping-badge.outgoing {
  background: #e8f5e9;
  color: #388e3c;
}
.mapping-card-header .mapping-badge i, .mapping-card-header .mapping-badge .custom-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.mapping-card-header .mapping-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
}
.mapping-card-header .mapping-flow .flow-source {
  font-weight: 600;
  color: #1976d2;
}
.mapping-card-header .mapping-flow .flow-target {
  font-weight: 600;
  color: #388e3c;
}
.mapping-card-header .mapping-flow i, .mapping-card-header .mapping-flow .custom-icon {
  color: #999;
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}
.mapping-card-header .remove-mapping {
  background: transparent;
  border: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
}
.mapping-card-header .remove-mapping:hover {
  background: #fee;
  color: #d32f2f;
  border-color: #d32f2f;
}
.mapping-card-header .remove-mapping i, .mapping-card-header .remove-mapping .custom-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
}

.mapping-card-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  background: #fff;
}

.mapping-section {
  padding: 20px;
}
.mapping-section.source-section {
  background: #fafafa;
}
.mapping-section.target-section {
  background: #f5f5f5;
}
.mapping-section .section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.mapping-section .section-header i, .mapping-section .section-header .custom-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #666;
  margin-right: 4px;
}
.mapping-section .section-header h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
}
.mapping-section .section-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mapping-section .info-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mapping-section .info-group label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.3px;
}
.mapping-section .info-group .info-value {
  font-size: 14px;
  color: #333;
  word-break: break-word;
}
.mapping-section .info-group .info-value .ingredient-name {
  font-weight: 600;
}
.mapping-section .info-group .info-value .ingredient-type {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.mapping-section .info-group .info-value.property-name {
  font-weight: 500;
  color: #1976d2;
}
.mapping-section .info-group .info-value.output-value {
  font-family: "Monaco", "Consolas", monospace;
  font-size: 12px;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  color: #d32f2f;
}
.mapping-section .info-group .info-value.selector-value {
  font-family: "Monaco", "Consolas", monospace;
  font-size: 12px;
  background: #e8f5e9;
  padding: 4px 8px;
  border-radius: 4px;
  color: #2e7d32;
}

.mapping-arrow-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #fafafa, #f5f5f5);
}
.mapping-arrow-section .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.mapping-arrow-section .arrow-container i, .mapping-arrow-section .arrow-container .custom-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #666;
  transition: all 0.2s ease;
}
.mapping-arrow-section:hover .arrow-container i, .mapping-arrow-section:hover .arrow-container .custom-icon {
  color: #1976d2;
  transform: translateX(4px);
}

.mapping-card-footer {
  padding: 12px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}
.mapping-card-footer .mapping-info-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mapping-card-footer .mapping-info-row .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.mapping-card-footer .mapping-info-row .info-item i, .mapping-card-footer .mapping-info-row .info-item .custom-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #666;
  margin-right: 4px;
}
.mapping-card-footer .mapping-info-row .info-item .label {
  color: #666;
  font-weight: 500;
}
.mapping-card-footer .mapping-info-row .info-item .value {
  color: #333;
}
.mapping-card-footer .mapping-info-row .info-item .value.action-type {
  font-family: "Monaco", "Consolas", monospace;
  font-size: 12px;
  background: #e3f2fd;
  padding: 2px 8px;
  border-radius: 3px;
}
.mapping-card-footer .mapping-info-row .info-item .value.mapping-id {
  font-family: "Monaco", "Consolas", monospace;
  font-size: 11px;
  color: #999;
}

@media (max-width: 768px) {
  .mapping-card-body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mapping-arrow-section {
    height: 40px;
    background: linear-gradient(to bottom, #fafafa, #f5f5f5);
  }
  .mapping-arrow-section .arrow-container {
    width: 40px;
    height: 40px;
  }
  .mapping-arrow-section .arrow-container i, .mapping-arrow-section .arrow-container .custom-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
  }
  .mapping-arrow-section:hover .arrow-container i, .mapping-arrow-section:hover .arrow-container .custom-icon {
    transform: rotate(90deg) translateX(4px);
  }
  .mapping-card-header .mapping-header-info {
    flex-wrap: wrap;
  }
  .mapping-card-header .mapping-flow {
    width: 100%;
    margin-top: 8px;
  }
}
.mapping-details-card [title] {
  cursor: help;
}

.ingredient-commands {
  display: flex;
  justify-content: flex-end;
}
.ingredient-commands .custom-icon {
  width: 0.625rem;
  height: 0.625rem;
  padding-top: 0.625rem;
  margin-left: 0.25rem;
  cursor: pointer;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
@media (min-width: 1280px) {
  .ingredient-commands .custom-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .ingredient-commands .custom-icon {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
  }
}
.ingredient-commands .custom-icon:hover {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}

:root {
  --range-slider-background-size: auto;
  --range-slider-background-position: 0%;
  --hue-color-gradient: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  --default-saturation-gradient: linear-gradient(to right, hsl(359, 0%, 50%) 0%, hsl(359, 100%, 50%) 100%);
  --default-lightness-gradient: linear-gradient(to right, hsl(359, 100%, 0%) 0%, hsl(359, 100%, 50%) 60%, hsl(359, 100%, 100%) 100%);
  --default-alpha-gradient: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  --default-red-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 0, 0));
  --default-green-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 255, 0));
  --default-blue-gradient: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 255));
  --range-color-hue: var(--hue-color-gradient);
  --range-color-saturation: var(--default-saturation-gradient);
  --range-color-lightness: var(--default-lightness-gradient);
  --range-color-red: var(--default-red-gradient);
  --range-color-green: var(--default-green-gradient);
  --range-color-blue: var(--default-blue-gradient);
  --btn-color-saturation: var(--default-saturation-gradient);
  --btn-color-lightness: var(--default-lightness-gradient);
  --btn-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-background-color-saturation: var(--default-saturation-gradient);
  --btn-background-color-lightness: var(--default-lightness-gradient);
  --btn-background-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-background-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-color-saturation: var(--default-saturation-gradient);
  --btn-border-color-lightness: var(--default-lightness-gradient);
  --btn-border-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-saturation: var(--default-saturation-gradient);
  --btn-border-left-color-lightness: var(--default-lightness-gradient);
  --btn-border-left-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-left-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-saturation: var(--default-saturation-gradient);
  --btn-border-top-color-lightness: var(--default-lightness-gradient);
  --btn-border-top-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-top-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-saturation: var(--default-saturation-gradient);
  --btn-border-right-color-lightness: var(--default-lightness-gradient);
  --btn-border-right-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-right-color-hsla-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-saturation: var(--default-saturation-gradient);
  --btn-border-bottom-color-lightness: var(--default-lightness-gradient);
  --btn-border-bottom-color-rgba-alpha: var(--default-alpha-gradient);
  --btn-border-bottom-color-hsla-alpha: var(--default-alpha-gradient);
  --txt-color-saturation: var(--default-saturation-gradient);
  --txt-color-lightness: var(--default-lightness-gradient);
  --txt-color-rgba-alpha: var(--default-alpha-gradient);
  --txt-color-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl1-saturation: var(--default-saturation-gradient);
  --grd-cl1-lightness: var(--default-lightness-gradient);
  --grd-cl1-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl1-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl2-saturation: var(--default-saturation-gradient);
  --grd-cl2-lightness: var(--default-lightness-gradient);
  --grd-cl2-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl2-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl3-saturation: var(--default-saturation-gradient);
  --grd-cl3-lightness: var(--default-lightness-gradient);
  --grd-cl3-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl3-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl4-saturation: var(--default-saturation-gradient);
  --grd-cl4-lightness: var(--default-lightness-gradient);
  --grd-cl4-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl4-hsla-alpha: var(--default-alpha-gradient);
  --grd-cl5-saturation: var(--default-saturation-gradient);
  --grd-cl5-lightness: var(--default-lightness-gradient);
  --grd-cl5-rgba-alpha: var(--default-alpha-gradient);
  --grd-cl5-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl1-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl1-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl1-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl2-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl2-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl2-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl3-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl3-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl3-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl4-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl4-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl4-hsla-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-saturation: var(--default-saturation-gradient);
  --btn-gradient-cl5-lightness: var(--default-lightness-gradient);
  --btn-gradient-cl5-rgba-alpha: var(--default-alpha-gradient);
  --btn-gradient-cl5-hsla-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-saturation: var(--default-saturation-gradient);
  --drop-shadow-color-lightness: var(--default-lightness-gradient);
  --drop-shadow-color-rgba-alpha: var(--default-alpha-gradient);
  --drop-shadow-color-hsla-alpha: var(--default-alpha-gradient);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.label--white {
  font-size: 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.26);
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .label--white {
    font-size: 13px;
  }
}

.title--md--white {
  font-size: 27px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--md--white {
    font-size: 41px;
  }
}

.title--sm--white {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .title--sm--white {
    font-size: 24px;
  }
}

.subtitle--white {
  color: rgba(255, 255, 255, 0.43);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-top: 8px;
  display: block;
}
@media (min-width: 1600px) {
  .subtitle--white {
    font-size: 20px;
    margin-top: 16px;
  }
}

.title-sm--grey {
  font-size: 12px;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-md--grey {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.09;
  color: rgba(255, 255, 255, 0.43);
  margin: 0;
}

.btn-sm--grey {
  padding: 7px 16px;
  background: rgb(36, 36, 36);
  color: rgba(173, 173, 173, 0.47);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.btn-sm--grey.active {
  color: #adadad;
}

.btn-detector {
  padding: 9px;
  background: rgb(43, 43, 43);
  color: rgb(173, 173, 173);
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  min-width: auto;
}
@media (min-width: 1600px) {
  .btn-detector {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 107px;
    font-size: 14px;
  }
}
.btn-detector__row {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 9px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .btn-detector__row {
    margin-top: 13px;
  }
}
.btn-detector__row__item {
  width: 13px;
  height: 3px;
  background: rgb(29, 29, 29);
  border-radius: 2px;
}
@media (min-width: 1600px) {
  .btn-detector__row__item {
    width: 15px;
  }
}
.btn-detector__row__item.active {
  background: rgb(255, 255, 255);
}

input[type=checkbox].btn-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(48, 48, 48);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  font-size: 6px;
  width: 18px;
  height: 8px;
}
@media (min-width: 1600px) {
  input[type=checkbox].btn-switch {
    font-size: 10.5px;
    width: 24px;
    height: 16px;
  }
}
input[type=checkbox].btn-switch:checked {
  background: rgba(255, 255, 255, 0.822);
}
input[type=checkbox].btn-switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgb(19, 19, 19);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  left: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
input[type=checkbox].btn-switch:checked:after {
  left: calc(100% - 1.5em);
  transform: translateY(-50%) scale(0.7);
}

.btn--purple {
  background: rgb(67, 2, 165);
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 13px 68px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(149, 149, 149);
  transition: all 0.2s ease-in-out;
}
.btn--purple:hover {
  background: rgb(98, 0, 236);
}
@media (min-width: 1600px) {
  .btn--purple {
    font-size: 22px;
  }
}

.social-media {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.09;
  text-decoration: none;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin: 2rem 0.625rem 0.3125rem 0;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .social-media {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.button--google {
  background: rgb(51, 150, 231);
  transition: all 0.2s ease-in-out;
}
.button--google:hover {
  background: rgb(33, 150, 243);
}

.button--microsoft {
  background-color: rgb(242, 79, 34);
  transition: all 0.2s ease-in-out;
}
.button--microsoft:hover {
  background: rgb(240, 67, 19);
}

.button--apple {
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.button--apple:hover {
  background: rgb(21, 21, 21);
}

.button--github {
  background-color: rgb(36, 36, 36);
  transition: all 0.2s ease-in-out;
}
.button--github:hover {
  background: rgb(29, 29, 29);
}

.wobble-btn {
  display: block;
  margin: 0 auto;
  background: rgb(67, 2, 165);
  padding: 1.3rem 4.8rem;
  font-size: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px rgb(150, 150, 150);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wobble-btn:hover {
  background: rgb(98, 0, 236);
}
.wobble-btn::after {
  content: "tm";
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  position: absolute;
}
.wobble-btn__wrapper {
  text-align: center;
}

.input--black,
.input--gray {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  padding: 0.6875rem 0.875rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}
.input--black:-webkit-autofill,
.input--gray:-webkit-autofill {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black:-webkit-autofill,
  .input--gray:-webkit-autofill {
    font-size: 1.5rem;
  }
}
.input--black:focus,
.input--gray:focus {
  outline: none;
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    font-size: 1.5rem;
    padding: 1rem 1.3125rem;
    height: 3.75rem;
  }
}
.input--black::placeholder,
.input--gray::placeholder {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .input--black::placeholder,
  .input--gray::placeholder {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .input--black,
  .input--gray {
    padding: 1rem 1.3rem;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.input--black {
  background: rgb(29, 29, 29);
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input--black:-webkit-autofill {
  -webkit-text-fill-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--black::placeholder {
  color: rgb(61, 61, 61);
}
.input--gray {
  background-color: rgb(245, 245, 245);
  color: rgb(112, 112, 112);
}
.input--gray:-webkit-autofill {
  -webkit-text-fill-color: rgb(112, 112, 112);
  box-shadow: 0 0 0 18.75rem rgb(29, 29, 29) inset;
}
.input--gray::placeholder {
  color: rgb(214, 214, 214);
}

.checkbox--black {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: rgb(29, 29, 29);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox--black::after {
  content: "";
  display: block;
  left: 0.625rem;
  top: 0.1875rem;
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  border: solid rgb(29, 29, 29);
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox--black:checked {
  background: rgb(255, 255, 255);
  opacity: 0.43;
}

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-color: rgb(34, 34, 34);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  border: none;
  font-size: 0.625rem;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .select-dropdown {
    font-size: 0.75rem;
    background-position: top 50% right 13px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .select-dropdown {
    font-size: 1.125rem;
    padding: 0.625rem 35px 0.625rem 0.625rem;
  }
}

.slide {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  max-height: 0rem;
}
.slide__down {
  max-height: 62.5rem;
}

.custom-icon {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  width: 0.9375rem;
  height: 0.9375rem;
  transition: 0.2s;
}
@media (min-width: 1280px) {
  .custom-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.custom-icon--sm {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .custom-icon--sm {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .custom-icon--sm {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.custom-icon--lg {
  width: 2.1875rem;
  height: 2.1875rem;
}

.arrow-icon {
  background-image: url("/images/icons/arrow.svg");
}

.right-icon {
  background-image: url("/images/icons/reorder.svg");
}

.arrow-double-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.sequential-icon {
  background-image: url("/images/icons/left-right-arrows.svg");
}

.close-icon {
  background-image: url("/images/icons/close.svg");
}

.arrow-back-icon {
  background-image: url("/images/icons/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-back-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-back-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.select-dropdown {
  background-image: url("/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 0.5rem;
}

.settings-icon {
  background-image: url("/images/icons/cog.svg");
}

.microphone-icon {
  background-image: url("/images/icons/microphone.svg");
}

.video-icon {
  background-image: url("/images/icons/video.svg");
}

.heart-icon {
  background-image: url("/images/icons/heart.svg");
}

.heart-outline-icon {
  background-image: url("/images/icons/heart-outline.svg");
}

.home-icon {
  background-image: url("/images/icons/home.svg");
}

.lock-icon {
  background-image: url("/images/icons/lock.svg");
}

.lock-open-icon {
  background-image: url("/images/icons/lock-open-outline.svg");
}

.sort-arrows-icon {
  background-image: url("/images/icons/sort-arrows.svg");
}

.reorder-vertical-icon {
  background-image: url("/images/icons/reorder-vertical.svg");
}

.refresh-arrows-icon {
  background-image: url("/images/icons/refresh-arrows.svg");
}

.chat-icon {
  background-image: url("/images/icons/chat.svg");
}

.copy-icon {
  background-image: url("/images/icons/copy.svg");
}

.paste-icon {
  background-image: url("/images/icons/paste.svg");
}

.save-icon {
  background-image: url("/images/icons/save.svg");
}

.save-outline-icon {
  background-image: url("/images/icons/save-outline.svg");
}

.directions-icon {
  background-image: url("/images/icons/directions.svg");
}

.directions-no-icon {
  background-image: url("/images/icons/directions-no.svg");
  width: 1.125rem;
  height: 1.125rem;
}

.layers-icon {
  background-image: url("/images/icons/layers.svg");
  width: 1rem;
  height: 1rem;
}

.desktop-icon {
  background-image: url("/images/icons/desktop.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.tablet-icon {
  background-image: url("/images/icons/tablet.svg");
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.watch-icon {
  background-image: url("/images/icons/watch.svg");
}

.wobble-icon {
  background-image: url("/images/icons/wobble.svg");
}

.shuffle-icon {
  background-image: url("/images/icons/shuffle.svg");
}

.thumbs-down-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumbs-down-grey-icon {
  background-image: url("/images/icons/thumbs-up.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}

.thumbs-up-icon {
  background-image: url("/images/icons/thumbs-up.svg");
}

.download-icon {
  background-image: url("/images/icons/download.svg");
}

.cloud-download-icon {
  background-image: url("/images/icons/cloud-download.svg");
}

.upload-icon {
  background-image: url("/images/icons/upload.svg");
}

.cloud-upload-icon {
  background-image: url("/images/icons/cloud-upload.svg");
}

.eye-icon {
  background-image: url("/images/icons/eye.svg");
}

.eye-slash-icon {
  background-image: url("/images/icons/eye-off.svg");
}

.reorder-icon {
  background-image: url("/images/icons/reorder.svg");
}

.recycle-icon {
  background-image: url("/images/icons/recycle.svg");
}

.loop-icon {
  background-image: url("/images/icons/recycle.svg");
}

.arrow-right-icon {
  background-image: url("/images/icons/arrow_right.svg");
}

.filled-arrow-down {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filled-arrow-up {
  background-image: url("/images/icons/arrow_right.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.check-icon {
  background-image: url("/images/icons/check.svg");
}

.delete-icon {
  background-image: url("/images/icons/delete.svg");
}

.pin-icon {
  background-image: url("/images/icons/pin.svg");
}

.unpin-icon {
  background-image: url("/images/icons/pin.svg");
  opacity: 0.5;
}

.text-icon {
  background-image: url("/images/icons/text.svg");
  width: 0.875rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .text-icon {
    width: 1.45625rem;
    height: 1.15rem;
  }
}

.color-icon {
  background-image: url("/images/icons/color.svg");
}

.emoji-icon {
  background-image: url("/images/icons/emoji.svg");
}

.gradient-icon {
  background-image: url("/images/icons/gradient.svg");
}

.image-icon {
  background-image: url("/images/icons/image.svg");
}

.button-icon {
  background-image: url("/images/icons/button.svg");
  width: 1.25rem;
  height: 0.6875rem;
}
@media (min-width: 1600px) {
  .button-icon {
    width: 1.625rem;
    height: 0.875rem;
  }
}

.life-star-icon {
  background-image: url("/images/icons/life-star.svg");
}

.warning-icon,
.warning-icon-red {
  background-image: url("/images/icons/warning.svg");
}

.warning-icon-red {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%) !important;
}

.info-icon {
  background-image: url("/images/icons/info.svg");
}

.notifications-icon {
  background-image: url("/images/icons/notifications.svg");
}

.add-icon {
  background-image: url("/images/icons/close.svg");
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-icon {
  background-image: url("/images/icons/search.svg");
}

.open_in_new-icon {
  background-image: url("/images/icons/open_in_new-icon.svg");
}

.open-in-new-icon {
  background-image: url("/images/icons/open-in-new.svg");
}

.options-icon {
  background-image: url("/images/icons/options.svg");
}

.plus-icon {
  background-image: url("/images/icons/plus.svg");
}

.minus-icon {
  background-image: url("/images/icons/minus.svg");
}

.person-icon {
  background-image: url("/images/icons/person.svg");
}

.wave-0-icon {
  background-image: url("/images/icons/wave-0.svg");
  filter: none;
}

.wave-1-icon {
  background-image: url("/images/icons/wave-1.svg");
  filter: none;
}

.wave-2-icon {
  background-image: url("/images/icons/wave-2.svg");
  filter: none;
}

.wave-3-icon {
  background-image: url("/images/icons/wave-3.svg");
  filter: none;
}

.arrow-down-icon {
  background-image: url("/images/icons/arrow-down.svg");
  width: 0.5625rem;
  height: 0.3125rem;
}
@media (min-width: 1280px) {
  .arrow-down-icon {
    width: 0.8125rem;
    height: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .arrow-down-icon {
    width: 1rem;
    height: 0.625rem;
  }
}

.mobile-icon {
  background-image: url("/images/icons/mobile.svg");
}

.tablet-mac-icon {
  background-image: url("/images/icons/tablet-mac.svg");
}

.responsive-icon {
  background-image: url("/images/icons/responsive.svg");
}

.expand-icon {
  background-image: url("/images/icons/expand.svg");
}

.edit-icon {
  background-image: url("/images/icons/pen.svg");
}

.briefcase-icon {
  background-image: url("/images/icons/briefcase.svg");
}

.code-branch-icon {
  background-image: url("/images/icons/code-branch.svg");
}

.alerts-icon {
  background-image: url("/images/icons/alerts-icon.svg");
}

.clipboard-icon {
  background-image: url("/images/icons/clipboard-ticked.svg");
  width: 0.9125rem;
  height: 1.0625rem;
}
@media (min-width: 1280px) {
  .clipboard-icon {
    width: 1.18125rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .clipboard-icon {
    width: 1.475rem;
    height: 1.6875rem;
  }
}

.group-icon {
  background-image: url("/images/icons/group-icon.svg");
}

.sad-icon {
  background-image: url("/images/icons/sad-emoji.svg");
  width: 6.25rem;
  height: 6.25rem;
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.pdf-icon {
  background-image: url("/images/icons/pdf-icon.svg");
  width: 1.25rem;
  height: 1.4375rem;
}

.download-slim-icon {
  background-image: url("/images/icons/download-slim-icon.svg");
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}

.loading-icon {
  background-image: url("/images/icons/loading-icon.svg");
  animation: spin 1.5s infinite linear;
  width: 0.9375rem;
  height: 0.9375rem;
}

.chat-arrow-icon {
  background-image: url("/images/icons/chat-arrow.svg");
  filter: invert(20%) sepia(0%) saturate(9%) hue-rotate(220deg) brightness(130%) contrast(55%);
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .chat-arrow-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .chat-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-icon {
  background-image: url("/images/icons/product-icon.svg");
}

.connect-icon {
  background-image: url("/images/icons/connect.svg");
}

.export-icon {
  background-image: url("/images/icons/export.svg");
}

.sync-icon {
  background-image: url("/images/icons/refresh.svg");
}

.sync-broken-icon {
  background-image: url("/images/icons/refresh.svg");
  opacity: 0.5;
}

.ps__rail-x {
  height: 0rem !important;
}

.ps__rail-y {
  width: 0rem !important;
}

.ps__thumb-x {
  height: 0.25rem !important;
  bottom: 0rem !important;
}

.ps__thumb-y {
  width: 0.25rem !important;
  right: 0rem !important;
}

.ps__thumb-y:hover {
  width: 0.375rem !important;
}

.looksPage {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.looksPage__container {
  padding: 0 0.9375rem 0 0.9375rem;
  height: calc(100vh - 6.25rem);
  overflow-y: hidden;
  display: flex;
}
@media (min-width: 1600px) {
  .looksPage__container {
    height: calc(100vh - 9.375rem);
  }
}
.looksPage__main {
  width: 100%;
}
.looksPage__main__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0.625rem 0 0.625rem 0;
}
.looksPage__main__header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9375rem;
  flex-direction: row;
  margin-right: 1.875rem;
}
@media (min-width: 1280px) {
  .looksPage__main__header__nav {
    gap: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__main__header__nav {
    gap: 1.875rem;
  }
}
.looksPage__main__header__nav__item {
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .looksPage__main__header__nav__item {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__main__header__nav__item {
    font-size: 1.125rem;
  }
}
.looksPage__main__header__nav__item:first-child {
  margin-left: 0.25rem;
}
.looksPage__main__header__nav__item:not(:first-child) {
  opacity: 0.34;
  letter-spacing: 0.06px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.looksPage__main__header__nav__item:not(:first-child):hover {
  opacity: 0.8;
}
.looksPage__main__header__nav__item:not(:first-child).active {
  opacity: 1;
}
.looksPage__main__header__sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-end;
  font-size: 0.625rem;
}
.looksPage__main__header__sort h3 {
  margin-right: 1.25rem;
  opacity: 0.43;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.92;
  color: rgb(255, 255, 255);
}
.looksPage__main__header__switch {
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .looksPage__main__header__switch {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__main__header__switch {
    font-size: 1rem;
  }
}
.looksPage__main__header__switch__txt, .looksPage__main__header__switch__btn {
  margin: 0 0.3125rem;
}
.looksPage__main__content {
  height: calc(100vh - 9.875rem);
}
@media (min-width: 1280px) {
  .looksPage__main__content {
    height: calc(100vh - 10.938rem);
  }
}
@media (min-width: 1600px) {
  .looksPage__main__content {
    height: calc(100vh - 15.25rem);
  }
}
.looksPage__main__content__look {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 0.3125rem;
  height: 100%;
}
.looksPage__main__content__look__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.4375rem;
  height: auto;
  padding: 1.25rem;
  position: relative;
  min-height: 3.125rem;
}
@media (min-width: 1600px) {
  .looksPage__main__content__look__item {
    padding: 1.6875rem 1.375rem;
  }
}
.looksPage__main__content__look__item--fonts {
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  color: rgb(79, 79, 79);
}
@media (min-width: 1600px) {
  .looksPage__main__content__look__item--fonts {
    gap: 3.125rem;
  }
}
.looksPage__main__content__look__item--buttons {
  background-color: rgb(36, 36, 36);
  display: flex;
  justify-content: space-between;
}
.looksPage__main__content__look__item__checkbox--product {
  appearance: none;
  -webkit-appearance: none;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border: solid 0.0625rem #707070;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.looksPage__main__content__look__item__checkbox--product:checked {
  box-shadow: inset 0 0 0 1.25rem rgb(0, 128, 0);
}
.looksPage__main__content__look__item__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  width: 85%;
  height: 60%;
}
.looksPage__main__content__look__item__actions i {
  width: 1.3125rem;
  height: 1.3125rem;
  opacity: 0.27;
  cursor: pointer;
}
.looksPage__main__content__look__item__actions i:hover {
  opacity: 1;
}
.looksPage__main__content__look__item__actions i.active {
  opacity: 1;
}
.looksPage__main__content__look__item__actions--fonts .custom-icon {
  filter: none;
}
.looksPage__main__content__look__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .looksPage__main__content__look__item__content {
    padding-left: 1.125rem;
  }
}
.looksPage__main__content__look__item__content__styles {
  display: flex;
  column-gap: 1.3125rem;
  row-gap: 0.1875rem;
  flex-wrap: wrap;
}
.looksPage__main__content__look__item__btn {
  margin-top: 0.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.looksPage__main__content .activeLook {
  border: rgb(65, 185, 28) solid;
  border-width: 0.125rem;
  border-radius: 0.4375rem;
}
.looksPage__shared__title {
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.43);
  margin: 0.5rem 0 1.1875rem 0;
}
@media (min-width: 1280px) {
  .looksPage__shared__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__shared__title {
    font-size: 1.0625rem;
  }
}
.looksPage__shared__with {
  display: flex;
  gap: 0.1875rem;
  width: 15.5rem;
  min-width: 7.0625rem;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .looksPage__shared__with {
    gap: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__shared__with {
    gap: 0.3125rem;
  }
}
.looksPage__shared__with::-webkit-scrollbar {
  display: none;
}
.looksPage__shared__with__user {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  color: rgb(173, 173, 173);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(214, 214, 214);
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .looksPage__shared__with__user {
    width: 1.3125rem;
    min-width: 1.3125rem;
    height: 1.3125rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .looksPage__shared__with__user {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
.looksPage__top-bar__search::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .looksPage__top-bar__search::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .looksPage__top-bar__search::-webkit-scrollbar {
    width: 5px;
  }
}
.looksPage__top-bar__search::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.looksPage__top-bar__search::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}

.entityListDropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.9375rem 0.625rem 0.9375rem;
  overflow: auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: rgb(34, 34, 34);
  padding: 0.375rem 0.625rem 0.375rem 0.375rem;
  border-radius: 0.4375rem;
  height: -webkit-fill-available;
}
.entityListDropdown .style-value {
  color: rgb(255, 255, 255);
}
.entityListDropdown .custom-dropdown {
  height: 100%;
}
.entityListDropdown::-webkit-scrollbar {
  width: 0.3125rem;
}
.entityListDropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}
.entityListDropdown::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
}
.entityListDropdown__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  background-color: rgb(39, 39, 39);
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.entityListDropdown__item .close-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.entityListDropdown__item span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  color: rgba(255, 255, 255, 0.43);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entityListDropdown__item:nth-child(even) {
  background-color: rgb(0, 0, 0);
}
.entityListDropdown__item:nth-child(even) span {
  background-color: rgb(39, 39, 39);
}

.votes, .chats {
  min-width: 25rem;
}
.votes__container, .chats__container {
  padding: 0.5rem 0.0625rem 0.5rem 0.75rem;
}
.votes__nav, .chats__nav {
  display: flex;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.32);
  margin: 0.8125rem 0;
}
@media (min-width: 1600px) {
  .votes__nav, .chats__nav {
    font-size: 1.0625rem;
    margin: 1.1875rem 0;
  }
}
.votes__nav__menu, .chats__nav__menu {
  display: flex;
  margin-left: auto;
  padding-right: 0.75rem;
}
.votes__nav__menu__item, .chats__nav__menu__item {
  font-weight: 500;
  cursor: pointer;
}
.votes__nav__menu__item:not(:last-child), .chats__nav__menu__item:not(:last-child) {
  padding-right: 0.75rem;
}
@media (min-width: 1600px) {
  .votes__nav__menu__item:not(:last-child), .chats__nav__menu__item:not(:last-child) {
    padding-right: 1.375rem;
  }
}
.votes__nav__menu__item:hover, .chats__nav__menu__item:hover {
  color: white;
}
.votes__nav__menu__item.active, .chats__nav__menu__item.active {
  color: white;
}
.votes__blocks, .chats__blocks {
  overflow-y: auto;
  height: 100vh;
  padding-right: 0.625rem;
  padding-bottom: 18.75rem;
  position: relative;
}
.votes__blocks__load-more, .chats__blocks__load-more {
  background-color: rgb(65, 65, 65);
  border-radius: 0.3125rem;
  padding: 0.625rem 1.25rem;
}

.votes-detail__container, .chats-detail__container {
  padding: 8px 12px;
}
.votes-detail__votes, .chats-detail__votes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.votes-detail__votes__item, .chats-detail__votes__item {
  padding: 8px 24px 24px 24px;
  background-color: rgb(16, 16, 16);
  border-radius: 4px;
  border: 1px solid rgb(70, 70, 70);
  margin: 8px;
  width: 130px;
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}
.votes-detail__votes__item.active, .chats-detail__votes__item.active {
  opacity: 1;
}
.votes-detail__votes__item:hover, .chats-detail__votes__item:hover {
  opacity: 0.8;
}
.votes-detail__votes__item__icon, .chats-detail__votes__item__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 51px;
}
.votes-detail__votes__item__icon i, .chats-detail__votes__item__icon i {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.votes-detail__votes__item__bottom, .chats-detail__votes__item__bottom {
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px;
  width: 100%;
}
.votes-detail__nav, .chats-detail__nav {
  display: flex;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.32);
  margin: 13px 0;
}
@media (min-width: 1600px) {
  .votes-detail__nav, .chats-detail__nav {
    font-size: 17px;
    margin: 26px 0 11px 0;
  }
}
.votes-detail__nav__menu, .chats-detail__nav__menu {
  display: flex;
  margin-left: auto;
}
.votes-detail__nav__menu__item, .chats-detail__nav__menu__item {
  font-weight: 500;
  cursor: pointer;
}
.votes-detail__nav__menu__item:not(:last-child), .chats-detail__nav__menu__item:not(:last-child) {
  padding-right: 12px;
}
@media (min-width: 1600px) {
  .votes-detail__nav__menu__item:not(:last-child), .chats-detail__nav__menu__item:not(:last-child) {
    padding-right: 22px;
  }
}
.votes-detail__nav__menu__item:hover, .chats-detail__nav__menu__item:hover {
  color: white;
}
.votes-detail__nav__menu__item.active, .chats-detail__nav__menu__item.active {
  color: white;
}
.votes-detail__wrapper, .chats-detail__wrapper {
  min-height: calc(100vh - 612px);
  height: calc(100vh - 612px);
}
@media (min-width: 1600px) {
  .votes-detail__wrapper, .chats-detail__wrapper {
    min-height: calc(100vh - 702px);
    height: calc(100vh - 702px);
  }
}
.votes-detail__vote-item, .chats-detail__vote-item {
  display: flex;
  align-items: center;
  background-color: rgb(16, 16, 16);
  border-radius: 7px;
  padding: 12px 10px;
  margin-bottom: 6px;
}
@media (min-width: 1600px) {
  .votes-detail__vote-item, .chats-detail__vote-item {
    padding: 12px 16px;
  }
}
.votes-detail__vote-item i, .chats-detail__vote-item i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.13);
  margin-right: 16px;
}
@media (min-width: 1600px) {
  .votes-detail__vote-item i, .chats-detail__vote-item i {
    font-size: 32px;
  }
}
.votes-detail__vote-item__user__title, .chats-detail__vote-item__user__title {
  font-size: 13px;
}
.votes-detail__vote-item__user__subtitle, .chats-detail__vote-item__user__subtitle {
  margin-top: 4px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
}
@media (min-width: 1600px) {
  .votes-detail__vote-item__user__title, .chats-detail__vote-item__user__title {
    font-size: 15px;
  }
  .votes-detail__vote-item__user__subtitle, .chats-detail__vote-item__user__subtitle {
    font-size: 11px;
  }
}
.votes-detail__vote-item__explanation, .chats-detail__vote-item__explanation {
  background-color: rgb(34, 34, 34);
  border-radius: 6px;
  padding: 10px 8px;
  font-size: 10px;
  color: rgba(198, 198, 198, 0.68);
  margin-left: auto;
}
@media (min-width: 1600px) {
  .votes-detail__vote-item__explanation, .chats-detail__vote-item__explanation {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.votes-detail__vote-item__explanation.active, .chats-detail__vote-item__explanation.active {
  color: #c6c6c6;
}

.chats-detail__wrapper {
  min-height: calc(100vh - 424px);
  height: calc(100vh - 424px);
  overflow-y: scroll;
}
@media (min-width: 1600px) {
  .chats-detail__wrapper {
    min-height: calc(100vh - 510px);
    height: calc(100vh - 510px);
  }
}
.chats-detail__wrapper .chat__container .chat__content {
  height: calc(100vh - 33.813rem);
}
.chats-detail__wrapper .chat__container .chat__info {
  display: none;
}
.chats-detail__wrapper .chat__container .chat__messages {
  height: 311px;
}
.chats-detail__wrapper .chat__container .chat__form {
  margin-bottom: 0;
}

.customCss {
  margin: 2rem 1rem;
}
.customCss__header-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.customCss__body__textarea {
  background-color: rgb(112, 112, 112);
  border-radius: 0.25rem;
  padding: 4px;
  color: white;
  width: 100%;
}
.customCss__body__textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip__ul {
  visibility: visible;
  opacity: 1;
}
.tooltip__icon i {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.tooltip .tooltip__ul {
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d1d1d1;
  background-color: #fdfdfd;
  color: rgb(112, 112, 112);
  text-align: left;
  font-size: 15px;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -10px;
  opacity: 0;
  transition: opacity 0.3s;
  min-width: 116px;
}
.tooltip .tooltip__ul:first-letter {
  text-transform: uppercase;
}
.tooltip .tooltip__ul li {
  list-style: none;
  margin: 5px 0px;
}
.tooltip .tooltip__ul li :not(:last-child) {
  background: red;
  margin-top: 15px;
}

.tooltip-invalid .tooltip__icon i {
  filter: invert(13%) sepia(70%) saturate(7372%) hue-rotate(360deg) brightness(93%) contrast(116%);
}

.popUp {
  position: absolute;
  top: 3rem;
  right: 40px;
  overflow-y: hidden;
  z-index: 100;
  border-radius: 0.3125rem;
  width: fit-content;
}
.popUp:hover {
  z-index: 1001;
}
@media (min-width: 1280px) {
  .popUp {
    top: 3.6875rem;
  }
}
@media (min-width: 1600px) {
  .popUp {
    top: 3.875rem;
  }
}
.popUp__content {
  display: block;
}
.popUp__content__header {
  display: flex;
  padding: 1.25rem 1.25rem 0.625rem;
}
.popUp__content__header__title {
  font-size: 1.5rem;
  color: rgb(112, 112, 112);
}
.popUp__close-btn {
  background-color: transparent;
  margin-left: auto;
  position: absolute;
  right: 0.75rem;
  top: 0.9375rem;
}
.popUp__close-btn .close-icon {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
}
.popUp__close-btn .close-icon:hover {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.popUp .popUp:hover {
  z-index: 110;
}
.popUp.dragging {
  opacity: 0.9;
  z-index: 1010;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.wobbleSettings {
  background-color: rgb(16, 16, 16);
  width: 17.5rem;
  max-height: 70vh;
  overflow-y: auto;
  cursor: grab;
  font-size: 0.6875rem;
}
.wobbleSettings:active {
  cursor: grabbing;
}
.wobbleSettings::-webkit-scrollbar {
  width: 0.25rem;
}
.wobbleSettings::-webkit-scrollbar-track {
  background: #0a0a0a;
}
.wobbleSettings::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0.125rem;
}
.wobbleSettings::-webkit-scrollbar-thumb:hover {
  background: #444;
}
.wobbleSettings span {
  border-bottom: none !important;
}
.wobbleSettings span:hover {
  color: none !important;
  background-color: none !important;
}
.wobbleSettings__block {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  padding: 0.125rem 0.25rem;
}
.wobbleSettings__block i {
  pointer-events: none;
}
.wobbleSettings__block i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.wobbleSettings__block i:hover {
  opacity: 1;
}
.wobbleSettings__block i.active {
  opacity: 0.7;
}
.wobbleSettings__block i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.wobbleSettings__block i.wave-0-icon, .wobbleSettings__block i.wave-1-icon, .wobbleSettings__block i.wave-2-icon, .wobbleSettings__block i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.wobbleSettings__block i.wave-0-icon:hover, .wobbleSettings__block i.wave-1-icon:hover, .wobbleSettings__block i.wave-2-icon:hover, .wobbleSettings__block i.wave-3-icon:hover {
  opacity: 1;
}
.wobbleSettings__block i.arrow-down-icon {
  transform: rotate(0);
}
.wobbleSettings__block i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.wobbleSettings__block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.125rem 0.25rem;
}
.wobbleSettings__block__header__name {
  display: flex;
}
.wobbleSettings__block__header__name__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #bababa;
}
.wobbleSettings__block__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: 0.625rem;
  gap: 0.25rem;
}
.wobbleSettings__block__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.wobbleSettings__block__header__actions span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 500;
  padding-top: 0.25rem;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}
.wobbleSettings__block__header__actions span:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
.wobbleSettings__block__buttons {
  display: flex;
  justify-content: space-between;
  margin: 0.25rem 0.125rem;
  padding: 0 0.03125rem 0.25rem 0;
  flex-direction: row;
}
.wobbleSettings__block__buttons__title {
  font-size: 0.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
.wobbleSettings__block__buttons__list-items {
  display: flex;
  justify-content: space-between;
}
.wobbleSettings__block__buttons__list-items-btn {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
}
.wobbleSettings__block__buttons__list-items-btn:hover, .wobbleSettings__block__buttons__list-items-btn:focus, .wobbleSettings__block__buttons__list-items-btn.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__buttons__list__progress__result {
  height: 0.125rem;
  margin-top: 0.625rem;
  padding: 0 9.63125rem 0 0;
  background-color: rgb(57, 57, 57);
  border-radius: 0.875rem;
}
.wobbleSettings__block__buttons__list__progress__description {
  margin-top: 0.1875rem;
  display: flex;
  align-items: center;
}
.wobbleSettings__block__buttons__list__progress__description__range {
  font-size: 0.5rem;
  padding: 0.125rem 0.375rem;
  width: 48px;
  color: rgba(112, 112, 112, 0.6);
  margin: 0;
  border-top: 0.125rem solid rgba(150, 150, 150, 0.8);
  font-size: 0.625rem !important;
}
.wobbleSettings__block__buttons__list__progress__description__range:hover, .wobbleSettings__block__buttons__list__progress__description__range.active {
  border-top: 0.125rem solid rgba(255, 255, 255, 0.8) !important;
}
.wobbleSettings__block__inputRange__options {
  width: 100%;
}
.wobbleSettings__block__inputRange__options__wrapper {
  display: flex;
  justify-content: space-between;
}
.wobbleSettings__block__inputRange__options__value {
  display: flex;
  gap: 3px;
}
.wobbleSettings__block__inputRange__options__value input {
  height: 1.5rem;
  width: 3.125rem;
  border-radius: 0.125rem;
  background-color: #2b2b2b;
  color: white;
  font-weight: bold;
  border: none;
  font-size: 0.625rem;
  width: 3.4375rem;
  height: 1.375rem;
  font-size: 0.625rem;
  background-color: rgb(16, 16, 16);
  border: 1px solid rgb(112, 112, 112);
  color: rgb(112, 112, 112);
  text-align: center;
}
.wobbleSettings__block__inputRange__options__item__title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(190, 190, 190, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.wobbleSettings__block__inputRange__options__item__title span {
  color: rgba(190, 190, 190, 0.23);
}
.wobbleSettings__block__directions__titles {
  display: flex;
  justify-content: space-between;
  color: rgba(190, 190, 190, 0.8);
}
.wobbleSettings__block__directions__buttons {
  display: flex;
  justify-content: space-between;
}
.wobbleSettings__block__directions__buttons-items {
  display: flex;
  gap: 0.125rem;
}
.wobbleSettings__block__directions__buttons-items-icons {
  display: flex;
  flex-direction: row;
  background-color: aliceblue;
}
.wobbleSettings__block__directions__buttons-items-btn {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0 0.25rem;
  font-size: 0.4375rem;
  height: 1rem;
}
.wobbleSettings__block__directions__buttons-items-btn:hover, .wobbleSettings__block__directions__buttons-items-btn:focus, .wobbleSettings__block__directions__buttons-items-btn.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__directions__buttons-items-btn i {
  font-size: 0.5rem;
  margin-right: 0.125rem;
}
.wobbleSettings__block__directions__buttons-item.loop {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
}
.wobbleSettings__block__directions__buttons-item.loop:hover, .wobbleSettings__block__directions__buttons-item.loop:focus, .wobbleSettings__block__directions__buttons-item.loop.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__directions__buttons-item.direction {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
}
.wobbleSettings__block__directions__buttons-item.direction:hover, .wobbleSettings__block__directions__buttons-item.direction:focus, .wobbleSettings__block__directions__buttons-item.direction.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__directions__buttons-item-icon {
  transform: rotate(180deg);
}
.wobbleSettings__block__presets__btns {
  display: grid;
  margin: 0.25rem 0;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.125rem;
  overflow-y: auto;
  height: 6.25rem;
}
.wobbleSettings__block__presets__btns-item {
  flex-direction: column;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
  width: 3.25rem;
  height: 2rem;
  padding: 0.125rem;
}
.wobbleSettings__block__presets__btns-item:hover, .wobbleSettings__block__presets__btns-item:focus, .wobbleSettings__block__presets__btns-item.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__presets__btns-item span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: #bababa;
  padding-top: 0.125rem;
}
.wobbleSettings__block__path__buttons {
  display: flex;
  justify-content: space-between;
}
.wobbleSettings__block__path__buttons input {
  height: 1.5rem;
  width: 3.125rem;
  border-radius: 0.125rem;
  background-color: #2b2b2b;
  color: white;
  font-weight: bold;
  border: none;
  font-size: 0.625rem;
  text-align: center;
  font-weight: normal;
  width: 3.125rem;
  height: 1.5625rem;
}
.wobbleSettings__block__progress__result {
  height: 0.125rem;
  margin-top: 0.625rem;
  padding: 0 9.63125rem 0 0;
  background-color: rgb(57, 57, 57);
  height: 0.5rem;
}
.wobbleSettings__block__progress span {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.5rem;
  color: #bababa;
  font-weight: 500;
  padding: 0 0 0 0.4375rem;
}
.wobbleSettings__block__progress {
  margin: 0.5rem 0.25rem 0.5rem 0.125rem;
}
.wobbleSettings__block__fastMode {
  padding: 0.25rem 0.375rem;
}
.wobbleSettings__block__fastMode__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.wobbleSettings__block__fastMode__toggle span {
  font-size: 0.6875rem;
  color: #bababa;
  font-weight: 600;
}
.wobbleSettings__block__fastMode__toggle .btn-switch {
  width: 1.75rem;
  height: 1rem;
  font-size: 0.5rem;
}
.wobbleSettings__block__fastMode__description {
  font-size: 0.5rem;
  color: #707070;
  font-weight: 400;
}
.wobbleSettings__block__infuence__title {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  color: #707070;
}
.wobbleSettings__block__infuence__range {
  display: flex;
  margin-top: 0.625rem;
  flex-direction: column;
}
.wobbleSettings__block__infuence__range__details {
  display: flex;
  justify-content: space-between;
  margin: 0.625rem 0 0.125rem;
}
.wobbleSettings__block__infuence__range__details span {
  margin-bottom: 0;
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.wobbleSettings__block__infuence__range__slider {
  margin: 0.3125rem 0;
  height: 1.25rem;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.wobbleSettings__block__infuence__range__slider:focus {
  outline: none;
}
.wobbleSettings__block__infuence__range__slider::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__infuence__range__slider::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.wobbleSettings__block__infuence__range__slider:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.wobbleSettings__block__infuence__range__slider::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__infuence__range__slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.wobbleSettings__block__infuence__range__slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__infuence__range__slider::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.wobbleSettings__block__infuence__range__slider::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.wobbleSettings__block__infuence__range__slider::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.wobbleSettings__block__infuence__range__slider:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.wobbleSettings__block__infuence__range__slider:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .wobbleSettings__block__infuence__range__slider {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .wobbleSettings__block__infuence__range__slider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.wobbleSettings__block__hearted {
  margin-top: 20px;
}
.wobbleSettings__block__hearted-btns {
  display: grid;
  margin: 0.25rem 0;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.125rem;
  overflow-y: auto;
  height: 6.25rem;
}
.wobbleSettings__block__hearted-btns button {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: solid 0.0625rem #292929;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  margin: 0.0625rem;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0;
  flex-shrink: 0;
  width: 5.625rem;
  height: 3.125rem;
}
.wobbleSettings__block__hearted-btns button:hover, .wobbleSettings__block__hearted-btns button:focus, .wobbleSettings__block__hearted-btns button.active {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  background-color: #1a1a1a;
}
.wobbleSettings__block__hearted__details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wobbleSettings__block__hearted__details__picture {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wobbleSettings__block__hearted__details__picture-img {
  width: 3.125rem;
  height: 3.0625rem;
  background-color: rgb(47, 47, 47);
  border-radius: 0.25rem;
}
.wobbleSettings__block__hearted__details__picture__icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0.1875rem;
  width: 3.4375rem;
}
.wobbleSettings__block__hearted__details__picture__icons-item {
  display: flex;
  justify-content: space-around;
}
.wobbleSettings__block__hearted__details__picture__icons-item-num {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #bababa;
  font-weight: 500;
  padding-top: 0.1875rem;
}
.wobbleSettings__block__hearted__details__picture__icons-item-btn {
  transform: rotate(90deg);
}
.wobbleSettings__block__hearted__details__picture__icons-item i {
  margin: 0 0.1875rem;
}
.wobbleSettings__block__hearted__details-img {
  width: 3.125rem;
  height: 3.0625rem;
  background-color: rgb(47, 47, 47);
  border-radius: 0.25rem;
  margin-left: 0.375rem;
}
.wobbleSettings__block__hearted__details__actions {
  display: flex;
  flex-direction: column;
}
.wobbleSettings__block__hearted__details__actions__options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 9.375rem;
}
.wobbleSettings__block__hearted__details__actions__options__title {
  color: rgba(112, 112, 112, 0.3);
  margin-bottom: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}
.wobbleSettings__block__hearted__details__actions__slider {
  margin: 0.3125rem 0;
  height: 1.25rem;
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.wobbleSettings__block__hearted__details__actions__slider:focus {
  outline: none;
}
.wobbleSettings__block__hearted__details__actions__slider::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__hearted__details__actions__slider::-webkit-slider-thumb {
  margin-top: -2px;
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.wobbleSettings__block__hearted__details__actions__slider:focus::-webkit-slider-runnable-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.wobbleSettings__block__hearted__details__actions__slider::-moz-range-track {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__hearted__details__actions__slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.wobbleSettings__block__hearted__details__actions__slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 11px;
  cursor: pointer;
}
.wobbleSettings__block__hearted__details__actions__slider::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.wobbleSettings__block__hearted__details__actions__slider::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.wobbleSettings__block__hearted__details__actions__slider::-ms-thumb {
  width: 15px;
  height: 15px;
  background: rgb(150, 150, 150);
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.wobbleSettings__block__hearted__details__actions__slider:focus::-ms-fill-lower {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.wobbleSettings__block__hearted__details__actions__slider:focus::-ms-fill-upper {
  background: rgb(47, 47, 47);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .wobbleSettings__block__hearted__details__actions__slider {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .wobbleSettings__block__hearted__details__actions__slider {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.wobbleSettings__block hr {
  margin-top: 0.125rem;
  margin-bottom: 0.25rem;
  opacity: 0.32;
  border: 0.03125rem solid rgba(112, 112, 112, 0.2);
}
.wobbleSettings .popUp {
  position: fixed;
  height: 37.5rem;
}

.popUpConfirmation__container {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 12.5rem;
  height: 7.8125rem;
  padding: 0 0.625rem;
  color: rgb(79, 79, 79);
  border-radius: 0.3125rem;
  border-left: 1px solid rgb(198, 198, 198);
  border-right: 1px solid rgb(198, 198, 198);
}
.popUpConfirmation__question {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0.6875rem 0;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: none;
}
.popUpConfirmation__wrap {
  display: flex;
  justify-content: space-evenly;
  gap: 0.6875rem;
  width: 100%;
}
.popUpConfirmation__wrap__yes, .popUpConfirmation__wrap__no {
  width: 3.125rem;
  height: 1.875rem;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  background: rgb(242, 242, 242);
  color: rgb(59, 59, 59);
  border: 0.0625rem solid rgb(198, 198, 198);
  cursor: pointer;
}
.popUpConfirmation__wrap__yes:hover, .popUpConfirmation__wrap__no:hover {
  background: rgb(217, 217, 217);
}
.popUpConfirmation__arrow-wrapper {
  height: 8px;
  position: relative;
}
.popUpConfirmation__arrow {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  background: rgb(255, 255, 255);
  position: absolute;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.89);
  z-index: -1;
  top: 4px;
  right: 11px;
}
.popUpConfirmation__arrow.bottom-arrow {
  top: -12px;
}

.clipboard {
  background: rgb(34, 34, 34);
  color: rgb(100, 100, 100);
  border-radius: 0 0 0.3125rem 0.3125rem;
  z-index: 10;
  resize: both;
  min-width: 26.25rem;
  min-height: 28.5rem;
  max-width: 93vw;
  max-height: 80vh;
  overflow-y: hidden;
  right: 21.8125rem;
  top: 4.5rem;
  transition: all 0.2s linear;
}
.clipboard__header {
  display: flex;
  align-items: center;
  padding: 1.4375rem 0.9375rem 0.625rem;
  height: 3.125rem;
  cursor: grab;
}
.clipboard__header:active {
  cursor: grabbing;
}
.clipboard__header__title {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  margin-right: auto;
}
.clipboard__header__ingredents, .clipboard__header__chat {
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.clipboard__header__ingredents.active, .clipboard__header__chat.active {
  color: rgb(255, 255, 255);
}
.clipboard__header__close {
  font-size: 1.75rem;
  cursor: pointer;
}
.clipboard .ingredient-list {
  height: 100%;
  width: 100%;
}
.clipboard .ingredient-list__header {
  height: auto;
}
.clipboard .ingredient-list__header__title-wrapper {
  display: none;
}
.clipboard .ingredient-list__body {
  height: auto;
  max-height: 31.25rem;
}
.clipboard .ingredient-list__body .active {
  border: rgb(65, 185, 28) solid;
  border-width: 0.125rem;
}
.clipboard .ingredient-list .ingredient-item__header {
  font-size: 1rem;
}
.clipboard .ingredient-list .ingredient-item__header h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.clipboard .ingredient-list .ingredient-item__body {
  font-size: 0.875rem;
}
.clipboard .block-chat {
  min-height: 25rem;
  width: 100%;
}
.clipboard .block-chat .chat__info .chat__close {
  display: none;
}
.clipboard .block-chat .chat__info .chat__title {
  opacity: 1;
  text-transform: uppercase;
}

.popUp {
  right: auto;
}
.popUp .clipboard__header__ingredents {
  margin-right: 2.5rem;
}

.video__container {
  width: 100%;
  height: 90%;
  padding-top: 5.375rem;
}
.video__container__img {
  display: block;
  max-width: 100%;
}
.video__container__img-logo {
  margin-left: 1.25rem;
}
@media (min-width: 1280px) {
  .video__container__img-logo {
    margin: 0 auto;
  }
}
.video__container__img, .video__container__img-logo {
  border-radius: 0.4375rem;
}
.video__container .vjs-skn.video-js {
  width: 100%;
  height: 100%;
  border-radius: 0.4375rem;
}
.video__container .vjs-skn.video-js video {
  border-radius: 0.4375rem;
}
.video__container .vjs-skn.video-js .video-js .vjs-control-bar {
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}
.video__container .vjs-skn .vjs-big-play-button {
  border: none;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  line-height: 2em;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.5);
}
.video__container .vjs-skn .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.5em;
  color: rgb(52, 52, 52);
}
.video__container .video-js:hover .vjs-icon-placeholder {
  color: rgb(245, 249, 231);
}
.video__container .video-js:hover .vjs-big-play-button {
  background-color: rgba(128, 128, 128, 0.5);
}

.performance {
  background-color: rgb(16, 16, 16);
  padding: 1.875rem;
  position: relative;
  color: rgb(112, 112, 112);
  border-radius: 0.3125rem;
  display: flex;
  min-height: 28.125rem;
  min-width: 16.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.performance__wrap {
  cursor: default;
  display: flex;
  flex-direction: column;
  width: max-content;
  max-height: 90vh;
  overflow-y: auto;
}
.performance__wrap.hide {
  display: none;
}
.performance__list {
  border-radius: 0.3125rem;
}
.performance__list__item {
  width: max-content;
  margin: 0.1875rem;
}
.performance__list__item b {
  opacity: 0.82;
}
.performance__list__last, .performance__list__average {
  margin-top: 0.625rem;
}

.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  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;
  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;
  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;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

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

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  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.2;
  filter: alpha(opacity=10);
}

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

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

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

.noty_fix_effects_height {
  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;
  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;
  animation: noty_modal_in 0.3s ease-out;
}

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

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.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: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}
.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all 0.3s;
}

.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pickr .pcr-button::before {
  z-index: initial;
}

.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}

.pickr .pcr-button.clear {
  background-size: 70%;
}

.pickr .pcr-button.clear::before {
  opacity: 0;
}

.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow 0.3s;
}

.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

.pcr-app.visible {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}

.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}

.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all 0.15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  box-sizing: border-box;
}

.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}

.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}

.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pcr-app[data-theme=classic] {
  width: 28.5em;
  max-width: 95vw;
  padding: 0.8em;
}

.pcr-app[data-theme=classic] .pcr-selection {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0.75em;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  border-radius: 0.15em 0.15em 0 0;
  z-index: 2;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 0 0.15em 0.15em;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  background: var(--pcr-color);
  width: 100%;
  height: 50%;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette {
  flex-grow: 1;
  border-radius: 0.15em;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: 0.75em;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker {
  left: 50%;
  transform: translateX(-50%);
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  width: 8px;
  flex-grow: 1;
  border-radius: 50em;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to bottom, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%));
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to bottom, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 50%;
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all 0.3s;
}

.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pickr .pcr-button::before {
  z-index: initial;
}

.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}

.pickr .pcr-button.clear {
  background-size: 70%;
}

.pickr .pcr-button.clear::before {
  opacity: 0;
}

.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow 0.3s;
}

.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

.pcr-app.visible {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}

.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}

.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all 0.15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  box-sizing: border-box;
}

.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}

.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}

.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pcr-app[data-theme=nano] {
  width: 14.25em;
  max-width: 95vw;
}

.pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: 0.6em;
  padding: 0 0.6em;
}

.pcr-app[data-theme=nano] .pcr-interaction {
  padding: 0 0.6em 0.6em 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection {
  display: grid;
  grid-gap: 0.6em;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 5fr auto auto;
  align-items: center;
  height: 10.5em;
  width: 100%;
  align-self: flex-start;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  grid-area: 2/1/4/1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
  display: none;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  position: relative;
  background: var(--pcr-color);
  width: 2em;
  height: 2em;
  border-radius: 50em;
  overflow: hidden;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: 0.15em;
  width: 100%;
  height: 100%;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
  grid-area: 2/2/2/2;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  grid-area: 3/2/3/2;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  height: 0.5em;
  margin: 0 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to right, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%));
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 0.25em;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes flip-down {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.entityDetail {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 1.25rem 3.125rem;
  /* background: $gray-dark-10; */
  font-size: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .entityDetail {
    padding: 0.9375rem 1.5625rem 3.125rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail {
    padding: 0.9375rem 2.1875rem 3.125rem;
    font-size: 0.8125rem;
  }
}
.entityDetail__header__tools {
  margin-bottom: 1.5625rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.entityDetail__header__tools__item {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.entityDetail__header__tools__item:not(:last-child) {
  margin-right: 0.6875rem;
}
.entityDetail__header__nav {
  margin-bottom: 0.875rem;
}
.entityDetail__header__nav__list {
  display: flex;
  flex-direction: row;
}
.entityDetail__header__nav__list__item {
  border-radius: 0.3125rem;
  background-color: rgb(46, 46, 46);
  opacity: 0.7;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .entityDetail__header__nav__list__item {
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__header__nav__list__item {
    padding: 1.25rem 1.75rem;
  }
}
.entityDetail__header__nav__list__item span {
  font-size: 0.875rem;
  opacity: 0.34;
  transition: opacity 0.2s ease;
}
@media (min-width: 1280px) {
  .entityDetail__header__nav__list__item span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__header__nav__list__item span {
    font-size: 1.5rem;
  }
}
.entityDetail__header__nav__list__item:hover {
  opacity: 1;
}
.entityDetail__header__nav__list__item:hover span {
  opacity: 1;
}
.entityDetail__header__nav__list__item.active,
.entityDetail__header__nav__list__item span {
  opacity: 0.9;
}
.entityDetail__header__nav__list__item:not(:last-child) {
  margin-right: 0.5rem;
}
.entityDetail__main {
  position: relative;
  /* background-color: $white; */
  border-radius: 0.625rem;
  padding: 1.875rem 2.5rem 2.5rem;
  color: rgb(112, 112, 112);
}
.entityDetail__main__options {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  cursor: pointer;
  font-size: 2.5rem;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.entityDetail__main__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__header {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header {
    margin-bottom: 3.125rem;
  }
}
.entityDetail__main__header__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
.entityDetail__main__header__wrap__avatar {
  position: relative;
  width: 8.125rem;
  height: 8.125rem;
  /* background-color: $gray-light-13; */
  border-radius: 0.625rem;
  /* padding: toRem(10px); */
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__avatar {
    width: 10rem;
    height: 10rem;
    /* padding: toRem(12px); */
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__avatar {
    width: 12.1875rem;
    height: 12.1875rem;
    /* padding: toRem(15px) toRem(20px); */
  }
}
.entityDetail__main__header__wrap__avatar__client {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.125rem;
  overflow: hidden;
  transform: translate(-20%, -20%);
}
.entityDetail__main__header__wrap__avatar__logo {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.entityDetail__main__header__wrap__avatar__logo:hover .entityDetail__main__header__wrap__avatar__logo__upload {
  opacity: 0.9;
  z-index: 10;
}
.entityDetail__main__header__wrap__avatar__logo input {
  display: none;
}
.entityDetail__main__header__wrap__avatar__logo label {
  padding: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9843137255);
  border-radius: 0.3125rem;
  cursor: pointer;
  color: rgb(29, 29, 29);
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.entityDetail__main__header__wrap__avatar__logo label:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9843137255);
  color: rgb(255, 255, 255);
}
.entityDetail__main__header__wrap__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5625rem;
  margin-right: 1.25rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__info {
    padding: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__info {
    padding-left: 2.8125rem;
  }
}
.entityDetail__main__header__wrap__info__user__client {
  background-color: rgb(7, 189, 232);
  border-radius: 0.1875rem;
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  width: 100%;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.entityDetail__main__header__wrap__info__user__box {
  display: flex;
  align-items: center;
  padding-top: 0.4375rem;
}
.entityDetail__main__header__wrap__info__user__box__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9.375rem;
}
.entityDetail__main__header__wrap__info__user__box__status {
  display: flex;
  justify-content: center;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  background-color: rgb(234, 234, 234);
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__info__user__box__status {
    padding: 0.3125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__info__user__box__status {
    padding: 0.3125rem 1.25rem;
  }
}
.entityDetail__main__header__wrap__info__user__box__subs-type, .entityDetail__main__header__wrap__info__user__box__name {
  font-size: 0.6875rem;
  font-weight: bold;
  margin-right: 0.625rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__info__user__box__subs-type, .entityDetail__main__header__wrap__info__user__box__name {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__info__user__box__subs-type, .entityDetail__main__header__wrap__info__user__box__name {
    font-size: 0.875rem;
  }
}
.entityDetail__main__header__wrap__info__entity-name {
  font-size: 1.5625rem;
  padding: 0.625rem 0;
  color: rgb(70, 70, 70);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30vw;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__info__entity-name {
    font-size: 1.875rem;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__info__entity-name {
    font-size: 2.1875rem;
    padding: 0.9375rem 0;
  }
}
.entityDetail__main__header__wrap__info__linked-accounts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__label {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  transition: background-color 0.2s ease;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item--google {
  border-left: 3px solid #4285f4;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item--github {
  border-left: 3px solid #6e5494;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item--figma {
  border-left: 3px solid #a259ff;
}
.entityDetail__main__header__wrap__info__linked-accounts .linked-accounts__item .linked-accounts__oauth-badge {
  font-size: 0.5rem;
  padding: 0.125rem 0.25rem;
  background-color: rgba(76, 175, 80, 0.3);
  color: #81c784;
  border-radius: 0.125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.entityDetail__main__header__wrap__info__manage__link {
  font-size: 0.6875rem;
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  color: inherit;
  transition: opacity 0.2s ease;
  padding: 0.3125rem;
  background-color: transparent;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__info__manage__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__info__manage__link {
    font-size: 0.875rem;
  }
}
.entityDetail__main__header__wrap__info__manage__link:hover {
  opacity: 0.9;
}
.entityDetail__main__header__wrap__members {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.entityDetail__main__header__wrap__members__title {
  margin-bottom: 1.0625rem;
}
.entityDetail__main__header__wrap__members__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 16.5625rem;
}
.entityDetail__main__header__wrap__members__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
  /* background-color: $gray-14; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  border-width: 0.125rem;
  border-style: solid;
  /* border-color: $gray-14; */
  /* box-shadow: toRem(0px) toRem(3px) toRem(0px) toRem(0px) #00000029; */
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: solid 1px rgb(112, 112, 112);
  background: #0c0c0c;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__members__list__item {
    width: 2.1875rem;
    height: 2.1875rem;
    padding: 0.5rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__members__list__item {
    width: 2.4375rem;
    height: 2.4375rem;
    padding: 0.6875rem 0.625rem;
    font-size: 1rem;
  }
}
.entityDetail__main__header__wrap__members__list__item .avatar__status {
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(56, 209, 9);
  border: 0.125rem solid white;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__members__list__item .avatar__status {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__members__list__item .avatar__status {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.entityDetail__main__header__wrap__members__list__item.owner {
  background-color: rgb(56, 209, 9);
  border-color: rgb(56, 209, 9);
}
.entityDetail__main__header__wrap__members__list__item.with-bg {
  color: rgba(255, 255, 255, 0.5019607843);
  transition: color 0.2s ease;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.6);
}
.entityDetail__main__header__wrap__members__list__item.with-bg:hover {
  color: rgb(255, 255, 255);
}
.entityDetail__main__header__wrap__members__list__item.show-more-shared-users {
  position: relative;
}
.entityDetail__main__header__wrap__entity {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.entityDetail__main__header__wrap__entity__add-new {
  position: relative;
}
.entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
  display: inherit;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  border-style: solid;
  border-width: 0.125rem;
  border-color: rgb(204, 204, 204);
  font-size: 0.75rem;
  width: 100%;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
    font-size: 1rem;
  }
}
.entityDetail__main__header__wrap__entity__add-new__icon, .entityDetail__main__header__wrap__entity__mirror__icon {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  padding-right: 0.8125rem;
}
.entityDetail__main__header__wrap__entity__counter, .entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__entity__counter, .entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
    padding: 0.5rem 1.125rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__entity__counter, .entityDetail__main__header__wrap__entity__add-new, .entityDetail__main__header__wrap__entity__mirror {
    padding: 0.6875rem 1.5625rem;
  }
}
.entityDetail__main__header__wrap__entity__counter__icon, .entityDetail__main__header__wrap__entity__add-new__icon, .entityDetail__main__header__wrap__entity__mirror__icon {
  margin-right: 0.3125rem;
}
.entityDetail__main__header__wrap__entity__counter {
  display: inherit;
  position: relative;
  justify-content: center;
  background-color: rgb(7, 189, 232);
  margin-bottom: 0.625rem;
  min-width: 7.9375rem;
  width: fit-content;
  min-height: 2rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .entityDetail__main__header__wrap__entity__counter {
    min-width: 8.75rem;
    min-height: 2.375rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__header__wrap__entity__counter {
    min-width: 9.375rem;
    min-height: 2.875rem;
    font-size: 1.3125rem;
  }
}
.entityDetail__main__header__wrap__entity__counter__span {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 1.5rem;
  min-width: 1.5rem;
  width: fit-content;
  margin-right: 0.625rem;
}
.entityDetail__main__header__wrap__entity__counter__title {
  width: 100%;
}
.entityDetail__main__nav {
  margin-bottom: 0.9375rem;
  color: rgba(112, 112, 112, 0.44);
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .entityDetail__main__nav {
    font-size: 1.1875rem;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__nav {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.entityDetail__main__nav__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.entityDetail__main__nav__list__item {
  cursor: pointer;
}
.entityDetail__main__nav__list__item.active {
  color: rgb(112, 112, 112);
}
.entityDetail__main__nav__list__item:not(:last-child) {
  margin-right: 2rem;
}
.entityDetail__main__nav-filter {
  /* background-color: $gray-light-8; */
  background: #0c0c0c;
  border-radius: 0.4375rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .entityDetail__main__nav-filter {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__nav-filter {
    font-size: 1.4375rem;
  }
}
.entityDetail__main__nav-filter__list {
  display: inherit;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.75rem 1.25rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__nav-filter__list {
    padding: 1.0625rem 1.875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__nav-filter__list {
    padding: 1.25rem 2.5rem;
  }
}
.entityDetail__main__nav-filter__list__item {
  cursor: pointer;
}
.entityDetail__main__nav-filter__list__item.active {
  color: rgb(255, 255, 255);
}
.entityDetail__main__nav-filter__list__item:not(:last-child) {
  margin-right: 1.25rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__nav-filter__list__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__nav-filter__list__item:not(:last-child) {
    margin-right: 1.8125rem;
  }
}
.entityDetail__main__nav-filter__search {
  display: flex;
  align-items: center;
  max-width: 23.125rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3125rem;
  font-size: 0.6875rem;
  height: fit-content;
  padding: 0.1875rem 0 0.1875rem 0.625rem;
  margin-left: auto;
  margin-right: 0.625rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__nav-filter__search {
    font-size: 0.875rem;
    padding: 0.5rem 0 0.5rem 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__nav-filter__search {
    font-size: 1.0625rem;
    padding: 0.8125rem 0 0.8125rem 0.8125rem;
  }
}
.entityDetail__main__nav-filter__search__icon {
  filter: invert(0%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(100%);
}
.entityDetail__main__nav-filter__search__input {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  padding: 0.3125rem;
  width: 100%;
  border: none;
}
.entityDetail__main__nav-filter__search__input:focus {
  outline: none;
}
.entityDetail__main__entity {
  margin: 1.5625rem 0;
  padding: 0rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity {
    margin: 2.1875rem 0;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity {
    margin: 3.125rem 0;
  }
}
.entityDetail__main__entity.active {
  padding: 0.3125rem;
  border: 0.0625rem solid rgb(56, 209, 9);
  border-radius: 0.3125rem;
}
.entityDetail__main__entity__header {
  display: flex;
  justify-content: space-between;
  color: rgb(112, 112, 112);
}
.entityDetail__main__entity__header__title {
  display: flex;
  flex-direction: row;
}
.entityDetail__main__entity__header__title__text {
  text-transform: capitalize;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__header__title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__header__title__text {
    font-size: 1.5rem;
  }
}
.entityDetail__main__entity__header__title__status {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__header__title__status {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__header__title__status {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.entityDetail__main__entity__header__list {
  display: flex;
}
.entityDetail__main__entity__header__list__item, .entityDetail__main__entity__header__list__elem {
  display: flex;
  flex-wrap: nowrap;
}
.entityDetail__main__entity__header__list__item__icon, .entityDetail__main__entity__header__list__elem__icon {
  padding-left: 0.8125rem;
  margin-right: -0.5rem;
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
  transform: rotate(90deg);
}
.entityDetail__main__entity__header__list__item__icon.reverse, .entityDetail__main__entity__header__list__elem__icon.reverse {
  transform: rotate(270deg);
}
.entityDetail__main__entity__header__list__item, .entityDetail__main__entity__header__view-all, .entityDetail__main__entity__header__list__elem {
  padding: 0.1875rem 0.8125rem;
  border: 0.0625rem solid rgba(112, 112, 112, 0.26);
  border-radius: 0.4375rem;
  font-size: 0.625rem;
  font-weight: bold;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__header__list__item, .entityDetail__main__entity__header__view-all, .entityDetail__main__entity__header__list__elem {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__header__list__item, .entityDetail__main__entity__header__view-all, .entityDetail__main__entity__header__list__elem {
    font-size: 0.8125rem;
    padding: 0.4375rem 1.0625rem;
  }
}
.entityDetail__main__entity__header__list__item.active, .entityDetail__main__entity__header__view-all.active, .entityDetail__main__entity__header__list__elem.active {
  border-color: rgba(112, 112, 112, 0.66);
  background-color: rgb(251, 251, 251);
}
.entityDetail__main__entity__header__list__item:hover, .entityDetail__main__entity__header__view-all:hover, .entityDetail__main__entity__header__list__elem:hover {
  border-color: #707070;
  background-color: rgb(248, 248, 248);
}
.entityDetail__main__entity__header__list__item:not(:first-child), .entityDetail__main__entity__header__view-all:not(:first-child), .entityDetail__main__entity__header__list__elem:not(:first-child) {
  margin-left: 0.625rem;
}
.entityDetail__main__entity__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.9375rem;
  margin-top: 1.25rem;
}
.entityDetail__main__entity__list .blockItem,
.entityDetail__main__entity__list .blockParentItem {
  width: auto;
  height: 100%;
  display: flex;
  justify-items: stretch;
  margin-bottom: 0;
  max-width: 20vw;
}
.entityDetail__main__entity__list.limit .entityDetail__main__entity__list__item:nth-child(n+5), .entityDetail__main__entity__list.limit .entityDetail__main__entity__list__item--empty:nth-child(n+5) {
  display: none;
}
.entityDetail__main__entity__list__item, .entityDetail__main__entity__list__item--empty {
  position: relative;
  min-height: 120px;
}
.entityDetail__main__entity__list__item {
  border-radius: 0.625rem;
  border: solid 0.0625rem rgb(112, 112, 112);
  border: solid 0.0625rem #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 3px 5px -1px #e2e2e2;
}
.entityDetail__main__entity__list__item:hover {
  box-shadow: 0 3px 5px -1px #a5a5a5;
}
.entityDetail__main__entity__list__item.chat {
  overflow: visible;
  border: none;
}
.entityDetail__main__entity__list__item.with-popup {
  overflow: visible;
}
.entityDetail__main__entity__list__item-block {
  min-height: 10rem;
  position: relative;
}
.entityDetail__main__entity__list__item.border-green {
  border: 0.125rem solid rgba(56, 209, 9, 0.65);
}
.entityDetail__main__entity__list__item.border-red {
  border: 0.125rem solid rgba(255, 0, 0, 0.65);
}
.entityDetail__main__entity__list__item-view {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.4375rem;
  height: auto;
  padding: 1.25rem;
  position: relative;
}
.entityDetail__main__entity__list__item__elem {
  height: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.entityDetail__main__entity__list__item__box {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0.9375rem 1.5625rem;
  cursor: pointer;
  position: relative;
}
.entityDetail__main__entity__list__item__box:hover {
  transform: scale(1);
}
.entityDetail__main__entity__list__item__box__shared-status {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0rem;
  text-transform: uppercase;
  background-color: rgb(64, 152, 9);
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  font-size: 0.8125rem;
}
.entityDetail__main__entity__list__item__box.text-bg {
  background-color: #ffffff;
  border-radius: 0.625rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.entityDetail__main__entity__list__item__box.text-bg:hover {
  opacity: 0.85;
}
.entityDetail__main__entity__list__item__under-box {
  display: flex;
  justify-content: space-between;
  background: rgba(42, 44, 46, 0.4);
  background: rgba(41, 43, 46, 0.0509803922);
  color: rgb(255, 255, 255);
  color: #4a4a4a;
  width: 100%;
  flex: 0 0 2.5rem;
  padding: 0.625rem 1.5625rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__list__item__under-box {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__list__item__under-box {
    font-size: 0.8125rem;
    padding: 0.625rem 1.5625rem;
  }
}
.entityDetail__main__entity__list__item__under-box button {
  cursor: pointer;
  transition: color 0.2s ease;
  background: transparent;
  padding: 0.25rem;
  text-transform: inherit;
}
.entityDetail__main__entity__list__item__under-box button:hover {
  color: rgb(59, 59, 59);
}
.entityDetail__main__entity__list__item__label {
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(112, 112, 112);
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__list__item__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__list__item__label {
    font-size: 0.875rem;
  }
}
.entityDetail__main__entity__list__item__name {
  margin-top: 0.3125rem;
  color: rgb(70, 70, 70);
  font-size: 1rem;
  flex: 1;
  width: 100%;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__list__item__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__list__item__name {
    font-size: 1.5625rem;
  }
}
.entityDetail__main__entity__list__item__client {
  font-size: 0.75rem;
  margin-top: auto;
  color: rgb(112, 112, 112);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .entityDetail__main__entity__list__item__client {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .entityDetail__main__entity__list__item__client {
    font-size: 1rem;
  }
}
.entityDetail__main__entity__list__item__load-more {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1875rem;
}

.inputModal__container {
  padding: 35px;
  background-color: rgb(255, 255, 255);
  width: 537px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px rgb(112, 112, 112);
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .inputModal__container {
    width: 757px;
    padding: 55px;
  }
}
.inputModal__title {
  font-size: 26px;
  line-height: 0.97;
  letter-spacing: -0.36px;
  color: rgb(70, 70, 70);
}
@media (min-width: 1600px) {
  .inputModal__title {
    font-size: 36px;
  }
}
.inputModal__form__input {
  width: 100%;
  outline: none;
  padding: 12px 18px;
  margin-top: 29px;
  margin-bottom: 22px;
  color: rgb(51, 51, 51);
  background-color: rgb(242, 242, 242);
  border: solid 1px rgb(198, 198, 198);
  border-radius: 6px;
  font-size: 18px;
}
.inputModal__form__input::placeholder {
  color: rgba(51, 51, 51, 0.35);
}
@media (min-width: 1600px) {
  .inputModal__form__input {
    padding: 18px 28px;
    margin-top: 39px;
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.inputModal__form__submit-btn {
  display: block;
  margin-left: auto;
  padding: 12px 35px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background-color: rgb(100, 100, 100);
  border: 1px solid rgb(82, 82, 82);
  border-radius: 6px;
}
@media (min-width: 1600px) {
  .inputModal__form__submit-btn {
    padding: 19px 45px;
    font-size: 25px;
  }
}

.customDropZone {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.11) 5%, transparent 5%, transparent 10%, rgba(255, 255, 255, 0.11) 10%, rgba(255, 255, 255, 0.11) 15%, transparent 15%, transparent 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 25%, transparent 25%, transparent 30%, rgba(255, 255, 255, 0.11) 30%, rgba(255, 255, 255, 0.11) 35%, transparent 35%, transparent 40%, rgba(255, 255, 255, 0.11) 40%, rgba(255, 255, 255, 0.11) 45%, transparent 45%, transparent 50%, rgba(255, 255, 255, 0.11) 50%, rgba(255, 255, 255, 0.11) 55%, transparent 55%, transparent 60%, rgba(255, 255, 255, 0.11) 60%, rgba(255, 255, 255, 0.11) 65%, transparent 65%, transparent 70%, rgba(255, 255, 255, 0.11) 70%, rgba(255, 255, 255, 0.11) 75%, transparent 75%, transparent 80%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0.11) 85%, transparent 85%, transparent 90%, rgba(255, 255, 255, 0.11) 90%, rgba(255, 255, 255, 0.11) 95%, transparent 95%, transparent 99%, rgba(255, 255, 255, 0.11) 99%, rgba(255, 255, 255, 0.11) 100%);
  border: 0.3125rem solid rgb(6, 6, 6);
}
.customDropZone.highlight {
  border: 5px dashed rgba(255, 255, 255, 0.41);
  transition: background-image 0.2 ease, border 0.2 ease;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.21) 5%, transparent 5%, transparent 10%, rgba(255, 255, 255, 0.21) 10%, rgba(255, 255, 255, 0.21) 15%, transparent 15%, transparent 20%, rgba(255, 255, 255, 0.21) 20%, rgba(255, 255, 255, 0.21) 25%, transparent 25%, transparent 30%, rgba(255, 255, 255, 0.21) 30%, rgba(255, 255, 255, 0.21) 35%, transparent 35%, transparent 40%, rgba(255, 255, 255, 0.21) 40%, rgba(255, 255, 255, 0.21) 45%, transparent 45%, transparent 50%, rgba(255, 255, 255, 0.21) 50%, rgba(255, 255, 255, 0.21) 55%, transparent 55%, transparent 60%, rgba(255, 255, 255, 0.21) 60%, rgba(255, 255, 255, 0.21) 65%, transparent 65%, transparent 70%, rgba(255, 255, 255, 0.21) 70%, rgba(255, 255, 255, 0.21) 75%, transparent 75%, transparent 80%, rgba(255, 255, 255, 0.21) 80%, rgba(255, 255, 255, 0.21) 85%, transparent 85%, transparent 90%, rgba(255, 255, 255, 0.21) 90%, rgba(255, 255, 255, 0.21) 95%, transparent 95%, transparent 99%, rgba(255, 255, 255, 0.21) 99%, rgba(255, 255, 255, 0.21) 100%);
}
.customDropZone:hover {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 5%, transparent 5%, transparent 10%, rgba(255, 255, 255, 0.16) 10%, rgba(255, 255, 255, 0.16) 15%, transparent 15%, transparent 20%, rgba(255, 255, 255, 0.16) 20%, rgba(255, 255, 255, 0.16) 25%, transparent 25%, transparent 30%, rgba(255, 255, 255, 0.16) 30%, rgba(255, 255, 255, 0.16) 35%, transparent 35%, transparent 40%, rgba(255, 255, 255, 0.16) 40%, rgba(255, 255, 255, 0.16) 45%, transparent 45%, transparent 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 55%, transparent 55%, transparent 60%, rgba(255, 255, 255, 0.16) 60%, rgba(255, 255, 255, 0.16) 65%, transparent 65%, transparent 70%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0.16) 75%, transparent 75%, transparent 80%, rgba(255, 255, 255, 0.16) 80%, rgba(255, 255, 255, 0.16) 85%, transparent 85%, transparent 90%, rgba(255, 255, 255, 0.16) 90%, rgba(255, 255, 255, 0.16) 95%, transparent 95%, transparent 99%, rgba(255, 255, 255, 0.16) 99%, rgba(255, 255, 255, 0.16) 100%);
}
.customDropZone__label, .customDropZone__label__input {
  height: inherit;
  width: inherit;
}
.customDropZone__label {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 3.125rem;
}
.customDropZone__label__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.customDropZone__label__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
}
@media (min-width: 1900px) {
  .customDropZone__label__title {
    font-size: 26px;
  }
}
.customDropZone__label__title:first-letter {
  text-transform: uppercase;
}
.customDropZone__label__upload {
  font-size: 18px;
  font-weight: 500;
  color: rgb(106, 106, 106);
  border-radius: 5px;
  border: 1px solid rgb(70, 70, 70);
  cursor: pointer;
  background-color: rgb(29, 29, 29);
  padding: 16px;
}
@media (min-width: 1900px) {
  .customDropZone__label__upload {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .customDropZone__label__upload {
    padding: 16px 38px;
  }
}
.customDropZone__label__title, .customDropZone__label__upload {
  margin: 1.25rem auto;
}

.profileMenu {
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  width: 12.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
  z-index: 10;
  color: rgba(255, 255, 255, 0.9);
}
.profileMenu__header {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.75rem 0.25rem;
  margin-bottom: 0.25rem;
}
.profileMenu__list {
  font-size: 0.8125rem;
}
.profileMenu__list__item {
  padding: 0.5rem 0.75rem;
  margin: 0.125rem 0;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  position: relative;
}
.profileMenu__list__item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}
.profileMenu__list__item:hover:before {
  opacity: 1;
}
.profileMenu__list__item:before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
  height: 1rem;
  background: rgb(0, 128, 0);
  border-radius: 0.125rem;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.profileMenu__list__item:last-child {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 0, 0, 0.8);
}
.profileMenu__list__item:last-child:hover {
  background-color: rgba(255, 0, 0, 0.1);
  color: rgb(255, 0, 0);
}
.profileMenu__list__item:last-child:hover:before {
  background: rgb(255, 0, 0);
}

.ingredientsSettingsMenu__ingredients {
  display: flex;
  /* margin-top: 40px; */
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.375rem;
}
.ingredientsSettingsMenu__ingredients__icons {
  display: flex;
  gap: 6px;
}
.ingredientsSettingsMenu__ingredients__icons__item {
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: auto;
  position: relative;
  background: #000000;
  padding: 16px;
  border-radius: 11px;
  box-shadow: inset 0px 3px 2px -1px #161616;
  background: linear-gradient(45deg, black, transparent);
}
@media (min-width: 1280px) {
  .ingredientsSettingsMenu__ingredients__icons__item {
    width: 7.5rem;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .ingredientsSettingsMenu__ingredients__icons__item {
    width: 7.5rem;
    height: auto;
  }
}
.ingredientsSettingsMenu__ingredients__icons__item:hover .marker {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(90%) contrast(101%);
  transition: ease-in-out 0.2s;
}
.ingredientsSettingsMenu__ingredients__icons__item .custom-icon {
  top: 0.8125rem;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(50%) contrast(101%);
}
.ingredientsSettingsMenu__ingredients__icons__item__name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
  color: rgb(70, 70, 70);
}
@media (min-width: 1600px) {
  .ingredientsSettingsMenu__ingredients__icons__item__name {
    font-size: 1rem;
  }
}
.ingredientsSettingsMenu__ingredients__icons__item__indicator {
  height: 0.125rem;
  background-color: rgb(61, 61, 61);
  width: 0.625rem;
  background-repeat: 0.3125rem;
  /* position: absolute; */
  bottom: 0.4375rem;
}
@media (min-width: 1600px) {
  .ingredientsSettingsMenu__ingredients__icons__item__indicator {
    height: 0.1875rem;
    width: 0.9375rem;
  }
}
.ingredientsSettingsMenu__ingredients__icons__item .selected {
  background-color: rgb(255, 255, 255);
}
.ingredientsSettingsMenu__ingredients__icons__item__mark {
  position: absolute;
  right: 0.1875rem;
  top: 0.1875rem;
  font-size: 0.5rem;
  color: rgb(70, 70, 70);
}
@media (min-width: 1600px) {
  .ingredientsSettingsMenu__ingredients__icons__item__mark {
    right: 0.375rem;
    top: 0.25rem;
    font-size: 0.6875rem;
  }
}
.ingredientsSettingsMenu__ingredients__icons__item:active {
  color: rgb(0, 0, 0);
}

.ingredientsSettingsPopup__container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0rem;
  max-height: 38vh;
  background: rgb(34, 34, 34);
  padding: 0.75rem 0.625rem;
  position: absolute;
  z-index: 5;
}
.ingredientsSettingsPopup__container__content {
  display: flexbox;
  flex-direction: column;
  background-color: rgb(21, 21, 21);
  padding: 0.5rem 1.25rem;
  overflow-y: auto !important;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .ingredientsSettingsPopup__container__content {
    height: 100%;
  }
}
.ingredientsSettingsPopup__container__content::-webkit-scrollbar {
  width: 0.3125rem;
}
.ingredientsSettingsPopup__container__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(59, 59, 59);
}
.ingredientsSettingsPopup__container__content::-webkit-scrollbar-thumb {
  background-color: rgb(59, 59, 59);
}
.ingredientsSettingsPopup__container__content__title {
  display: flex;
  justify-content: flex-start;
  margin: 0.3125rem 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.26);
  background: transparent;
  font-weight: 900;
  font-size: x-small;
  text-transform: uppercase;
}
.ingredientsSettingsPopup__container__content__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 0.1875rem;
  height: 3.125rem;
  padding: 1.25rem;
  align-items: center;
  margin: 0.1875rem 0;
  background-color: rgb(16, 16, 16);
  font-size: small;
}
.ingredientsSettingsPopup__container__content__items .custom-icon {
  filter: invert(81%) sepia(2%) saturate(20%) hue-rotate(322deg) brightness(88%) contrast(80%);
}
.ingredientsSettingsPopup__container__content__items.active {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.ingredientsSettingsPopup__container__content__items.active .custom-icon {
  opacity: 1;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.ingredientsSettingsPopup__container__content__items.current-option {
  border: 1px solid rgb(112, 112, 112);
}
.ingredientsSettingsPopup__container__content__items.active-save {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.ingredientsSettingsPopup__container__content__items-option {
  display: flex;
  text-transform: capitalize;
  font-weight: 800;
  color: rgb(167, 167, 167);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
@media screen and (min-width: 1600px) {
  .ingredientsSettingsPopup__container__content__items-option {
    max-width: 70%;
  }
}
.ingredientsSettingsPopup__container__content__items button {
  background-color: rgb(21, 21, 21);
  padding: 0.3125rem;
  border-radius: 0.1875rem;
  font-size: x-small;
  font-weight: 800;
  color: rgb(112, 112, 112);
}

.ingredient__dropdown {
  top: 0;
  position: relative;
}
.ingredient__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-height: 78vh;
  background: rgb(34, 34, 34);
  background: linear-gradient(45deg, #010101, #050505);
  border-radius: 0.4375rem;
  padding: 0.75rem 0.625rem;
  position: relative;
  cursor: pointer;
}
.ingredient__container.topBar {
  padding: 0.4375rem 0.1875rem 0.125rem 0.3125rem;
  margin: -2px 0.1875rem 0 0.1875rem;
  width: 100%;
  min-width: 400px;
}
.ingredient__container .custom-icon.layers-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  height: 0.95rem;
  width: 0.8875rem;
}
.ingredient__container .custom-icon.arrow-down-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.ingredient__container .custom-icon.open_in_new-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  margin-right: 0.1875rem;
}
.ingredient__container .custom-icon.delete-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  padding: 0.375rem;
  margin-right: 0.5rem;
}
.ingredient__container .custom-icon.pin-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.5rem;
}
.ingredient__container .custom-icon.pin-icon.active {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.ingredient__container .custom-icon.search-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  margin-right: 0.125rem;
}
.ingredient__container .custom-icon.topBar.layers-icon {
  height: 0.5125rem;
  width: 0.5125rem;
}
.ingredient__container .custom-icon.topBar.arrow-down-icon {
  height: 0.325rem;
  width: 0.6375rem;
}
.ingredient__container .custom-icon.topBar.open_in_new-icon {
  height: 0.625rem;
  width: 0.625rem;
}
.ingredient__container .custom-icon.topBar.pin-icon {
  height: 0.5625rem;
  width: 0.625rem;
}
.ingredient__container .custom-icon.topBar.search-icon {
  height: 0.625rem;
  width: 0.6875rem;
}
@media (min-width: 1600px) {
  .ingredient__container {
    padding: 0.6875rem;
  }
}
@media (min-width: 1600px) {
  .ingredient__container {
    gap: 0.625rem;
    width: 100%;
  }
}
.ingredient__container__switcher-wrapper {
  display: flex;
  justify-content: space-between;
}
.ingredient__container__switcher {
  display: flex;
  align-items: center;
  position: relative;
}
.ingredient__container__switcher__content {
  min-height: 20vh;
}
.ingredient__container__switcher__list {
  position: absolute;
  top: 1.3125rem;
  left: 5.25rem;
}
.ingredient__container__switcher__modes {
  display: flex;
  margin-right: 10rem;
}
.ingredient__container__switcher__title {
  margin: 0.3125rem 0.375rem;
  padding-top: 0.125rem;
  color: rgb(112, 112, 112);
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.ingredient__container__switcher__title.topBar {
  font-size: 0.5rem;
}
.ingredient__container__switcher__title.active {
  color: rgba(255, 255, 255, 0.61);
}
.ingredient__container__switcher .arrow-down-icon {
  height: 0.475rem;
  width: 0.7875rem;
  cursor: pointer;
  opacity: 0.3;
}
.ingredient__container__switcher .arrow-down-icon:hover {
  opacity: 0.8;
}
.ingredient__container__input-wrapper {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 25%;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .ingredient__container__input-wrapper {
    height: 12%;
  }
}
.ingredient__container__input-wrapper.topBar {
  flex-direction: row;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1600px) {
  .ingredient__container__input-wrapper.topBar {
    margin-top: 0;
  }
}
.ingredient__container__input-wrapper__tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
}
.ingredient__container__input-wrapper__tags.topBar {
  overflow-x: auto;
  flex-wrap: nowrap;
  width: auto;
}
.ingredient__container__input-wrapper__tags::-webkit-scrollbar {
  height: 0.125rem;
}
.ingredient__container__input-wrapper__tags::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgb(82, 82, 82);
}
.ingredient__container__input-wrapper__tags::-webkit-scrollbar-thumb {
  background-color: rgb(82, 82, 82);
}
.ingredient__container__input-wrapper__tags__item {
  height: fit-content;
  text-transform: capitalize;
  overflow: hidden;
  min-width: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  align-items: center;
  margin: 0.5rem 0.1875rem 0 0;
  background-color: rgb(61, 61, 61);
  font-size: x-small;
  color: rgb(255, 255, 255);
  border-radius: 0.1875rem;
  white-space: nowrap;
}
.ingredient__container__input-wrapper__tags__item.topBar {
  margin-top: 0;
}
.ingredient__container__input-wrapper__tags__item .remove-ingredient-keyword {
  padding-right: 0.1875rem;
}
.ingredient__container__input-wrapper__tags__item-option {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.25rem;
  height: fit-content;
  padding: 0.1875rem;
  font-size: x-small;
}
.ingredient__container__input-wrapper__tags__item-type {
  background: rgb(21, 21, 21);
  align-self: center;
  height: 100%;
  width: 1.875rem;
  font-size: 0;
  padding: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.ingredient__container__input-wrapper__tags__item-type:first-letter {
  font-size: x-small;
  color: rgb(112, 112, 112);
  font-weight: 700;
}
.ingredient__container__input-wrapper__tags__item .remove-txt-keyword {
  padding-right: 0.3125rem;
}
.ingredient__container__input-wrapper__input {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
  width: 100%;
  border-bottom: 1px solid rgb(59, 59, 59);
}
.ingredient__container__input-wrapper__input.topBar {
  margin-top: 0;
  margin-left: 0.125rem;
  min-width: 17%;
  border-bottom: none;
  align-items: center;
  flex-direction: row-reverse;
  font-size: xx-small;
}
.ingredient__container__input-wrapper__input input {
  width: 100%;
  font-size: small;
  color: rgb(255, 255, 255);
  background: none;
  border: none;
}
.ingredient__container__input-wrapper__input input:focus, .ingredient__container__input-wrapper__input input:focus-visible {
  outline: none;
}

.lockMenuProduct__product {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
}
@media (min-width: 1600px) {
  .lockMenuProduct__product {
    max-width: 31.25rem;
  }
}
.lockMenuProduct__product.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenuProduct__product i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenuProduct__product i:hover {
  opacity: 1;
}
.lockMenuProduct__product i.active {
  opacity: 0.7;
}
.lockMenuProduct__product i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenuProduct__product i.wave-0-icon, .lockMenuProduct__product i.wave-1-icon, .lockMenuProduct__product i.wave-2-icon, .lockMenuProduct__product i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenuProduct__product i.wave-0-icon:hover, .lockMenuProduct__product i.wave-1-icon:hover, .lockMenuProduct__product i.wave-2-icon:hover, .lockMenuProduct__product i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenuProduct__product i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenuProduct__product i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenuProduct__product__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
}
.lockMenuProduct__product__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenuProduct__product__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenuProduct__product__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenuProduct__product__header__actions__wrapper {
  position: relative;
}
.lockMenuProduct__product__header__actions__wrapper .marker {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  color: rgb(190, 190, 190);
  font-size: 0.5rem;
  font-weight: bold;
}
.lockMenuProduct__product__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenuProduct__product__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenuProduct__product__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenuProduct__product__header__title .product-icon {
  width: 1.25rem;
  height: 0.9375rem;
}

.productActiveLocks__act-locks {
  background-color: rgb(3, 3, 3);
  border-radius: 0.3125rem;
  padding: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-top: 12px;
}
.productActiveLocks__act-locks i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.productActiveLocks__act-locks i:hover {
  opacity: 1;
}
.productActiveLocks__act-locks i.active {
  opacity: 0.7;
}
.productActiveLocks__act-locks i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.productActiveLocks__act-locks i.wave-0-icon, .productActiveLocks__act-locks i.wave-1-icon, .productActiveLocks__act-locks i.wave-2-icon, .productActiveLocks__act-locks i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.productActiveLocks__act-locks i.wave-0-icon:hover, .productActiveLocks__act-locks i.wave-1-icon:hover, .productActiveLocks__act-locks i.wave-2-icon:hover, .productActiveLocks__act-locks i.wave-3-icon:hover {
  opacity: 1;
}
.productActiveLocks__act-locks i.arrow-down-icon {
  transform: rotate(0);
}
.productActiveLocks__act-locks i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.productActiveLocks__act-locks__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productActiveLocks__act-locks__header__title {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
}
.productActiveLocks__act-locks__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.productActiveLocks__act-locks__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.productActiveLocks__act-locks__wrapper {
  margin-top: 13px;
}
.productActiveLocks__act-locks__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: rgb(16, 16, 16);
  border-radius: 2px;
  padding: 7px;
  margin-bottom: 4px;
}
.productActiveLocks__act-locks__item__box {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 0.54);
}
.productActiveLocks__act-locks__item__box__remove-lock {
  display: flex;
  justify-content: flex-end;
  padding: 0.0625rem 0.25rem 0 0;
  font-size: 0.8125rem;
}
.productActiveLocks__act-locks__item__box__content {
  display: flex;
  align-items: baseline;
}
.productActiveLocks__act-locks__item__box__content .lock-icon {
  position: relative !important;
  left: 0 !important;
}
.productActiveLocks__act-locks__item__box__content__text {
  max-width: 70%;
  overflow: hidden;
  margin-left: 0.3125rem;
  font-size: 14px;
  text-overflow: ellipsis;
}
.productActiveLocks__act-locks__item__box__wrapper {
  background-color: rgb(21, 21, 21);
  width: 9.875rem;
  height: 3.25rem;
  overflow: hidden;
  border-radius: 0.125rem;
  display: flex;
  flex-direction: column;
  background-color: rgb(61, 61, 61);
}
.productActiveLocks__act-locks__item__box__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1875rem;
  padding: 0.0625rem 0.1875rem 0.3125rem;
  background-color: rgb(34, 34, 34);
  text-transform: uppercase;
  font-size: xx-small;
  font-weight: 800;
}
.productActiveLocks__act-locks__item__box__footer-item:first-of-type {
  color: rgb(59, 59, 59);
}
.productActiveLocks__act-locks__item__box .lock-icon,
.productActiveLocks__act-locks__item__box .lock-open-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.productActiveLocks__act-locks__item__box .close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.productActiveLocks__act-locks__item__box__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  gap: 6px;
  color: rgb(190, 190, 190);
  background-color: rgb(21, 21, 21);
  font-size: 8px;
  font-weight: 500;
  padding: 4px;
}
.productActiveLocks__act-locks__item__box__info .style-value {
  color: rgb(255, 255, 255);
}
.productActiveLocks__act-locks__item__box__info__value {
  font-weight: bold;
  color: rgba(190, 190, 190, 0.54);
}
.productActiveLocks__act-locks__item__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  width: 50%;
}
.productActiveLocks__act-locks__item__actions .style-value {
  color: rgb(255, 255, 255);
}

.wobble-cache.mirror-topbar__info__item {
  min-width: 17.5rem;
  padding: 0.4375rem;
}
@media (min-width: 1280px) {
  .wobble-cache.mirror-topbar__info__item {
    padding: 0.5625rem 0.8125rem;
  }
}
@media (min-width: 1600px) {
  .wobble-cache.mirror-topbar__info__item {
    padding: 0.5625rem 0.8125rem;
  }
}
.wobble-cache.mirror-topbar__info__item .mirror-topbar__info__item__content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.wobble-cache__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.wobble-cache .wobble-icon {
  width: 0.75rem;
  height: 0.75rem;
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(88%) contrast(91%);
}
@media (min-width: 1280px) {
  .wobble-cache .wobble-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .wobble-cache .wobble-icon {
    width: 1rem;
    height: 1rem;
  }
}
.wobble-cache__key {
  color: #e43e8d;
  font-weight: 500;
  margin-left: 0.25rem;
  font-size: inherit;
}
.wobble-cache__dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.125rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 12.5rem;
}
.wobble-cache__dot {
  position: relative;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.wobble-cache__dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.5);
}
.wobble-cache__dot:hover .wobble-cache__dot-preview {
  opacity: 1;
  visibility: visible;
}
.wobble-cache__dot-preview {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background-size: cover;
  background-position: center;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
  pointer-events: none;
}
.wobble-cache__actions {
  display: flex;
  gap: 0.25rem;
  margin-left: 0.5rem;
}
.wobble-cache__action {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wobble-cache__action i {
  width: 0.75rem;
  height: 0.75rem;
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(88%) contrast(91%);
}
@media (min-width: 1280px) {
  .wobble-cache__action i {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .wobble-cache__action i {
    width: 1rem;
    height: 1rem;
  }
}
.wobble-cache__action:hover {
  background: rgba(255, 255, 255, 0.05);
}
.wobble-cache__action:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.wobble-cache--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
}
.wobble-cache--loading .loading-icon {
  width: 0.875rem;
  height: 0.875rem;
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(88%) contrast(91%);
}

.lockMenu__img {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-width: 28.125rem;
  position: relative;
  height: auto;
}
@media (min-width: 1600px) {
  .lockMenu__img {
    max-width: 31.25rem;
  }
}
.lockMenu__img.btn-lock-gradient {
  padding: 0;
  min-width: auto;
}
.lockMenu__img i {
  cursor: pointer;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.2;
}
.lockMenu__img i:hover {
  opacity: 1;
}
.lockMenu__img i.active {
  opacity: 0.7;
}
.lockMenu__img i.arrow-down-icon {
  height: 0.5rem;
  width: 0.8125rem;
}
.lockMenu__img i.wave-0-icon, .lockMenu__img i.wave-1-icon, .lockMenu__img i.wave-2-icon, .lockMenu__img i.wave-3-icon {
  width: 0.625rem;
  height: 0.75rem;
  opacity: 0.9;
}
.lockMenu__img i.wave-0-icon:hover, .lockMenu__img i.wave-1-icon:hover, .lockMenu__img i.wave-2-icon:hover, .lockMenu__img i.wave-3-icon:hover {
  opacity: 1;
}
.lockMenu__img i.arrow-down-icon {
  transform: rotate(0);
}
.lockMenu__img i.arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__img .arrow-down-icon {
  transition: transform 0.2s ease;
}
.lockMenu__img .arrow-down-icon.rotate {
  transform: rotate(180deg);
}
.lockMenu__img .arrow-up-icon {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.lockMenu__img .component-properties-container.component-properties-hidden {
  display: none;
}
.lockMenu__img .component-properties-container.component-properties-visible {
  display: block;
}
.lockMenu__img__container {
  background-color: rgb(16, 16, 16);
  border-radius: 0.3125rem;
  padding: 0rem 0rem;
  height: auto;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 15px;
}
.lockMenu__img__container .select2-container {
  overflow: visible !important;
}
.lockMenu__img__container .lockMenu__properties-wrapper {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}
.lockMenu__img__container .lockMenu__properties-wrapper:has(.select2-container--open) {
  z-index: 9999;
}
.lockMenu__img__container .ps {
  height: 100%;
}
.lockMenu__img__container .ps__rail-y {
  background-color: rgba(255, 255, 255, 0.1);
  width: 10px;
  right: 0;
}
.lockMenu__img__container .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.3);
  width: 6px;
  right: 2px;
}
.lockMenu__img__container .ps__thumb-y:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.lockMenu__img__container.native-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}
.lockMenu__img__container.native-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.lockMenu__img__container.native-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.lockMenu__img__container.native-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.lockMenu__img__container.native-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.lockMenu__img__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
.lockMenu__img__header i {
  width: 1.375rem;
  height: 1.375rem;
}
.lockMenu__img__header__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.79;
  color: rgb(132, 132, 132);
  cursor: default;
}
.lockMenu__img__header__title span {
  text-transform: uppercase;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lockMenu__img__header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lockMenu__img__header__actions .style-value {
  color: rgb(255, 255, 255);
}
.lockMenu__img__header__actions__notifications {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(112, 112, 112);
  border-radius: 0.125rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
}

ul.ingredient_tabs {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
}

ul.ingredient_tabs li {
  padding: 9px 10px;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.368627451);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  pointer-events: all;
  cursor: pointer;
}

ul.ingredient_tabs li.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2705882353);
  color: #fff;
}

ul.ingredient_tabs li:hover {
  color: rgba(255, 255, 255, 0.7882352941);
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.selectedOutputPanel {
  display: flex;
  padding: 10px;
  background: #090909;
}

lable.selectedOutputPanel__label {
  font-size: 12px;
  font-weight: normal;
  color: rgba(180, 180, 180, 0.92);
  display: inline-block;
  margin-bottom: 6px;
}

input.selectedOutputPanel__input {
  background: #1a1a1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 96%;
  border-radius: 2px;
  height: 26px;
  border: 1px solid #282828;
}

input.selectedOutputPanel__input:focus-visible {
  outline-color: #000000;
}

input.selectedOutputPanel__input:focus {
  outline: 0;
  border: 1px solid #4a4a4a;
  /* outline-color: #595959; */
  /* outline-offset: 0px; */
  /* outline-width: thin; */
  /* border-color: #111111; */
  /* background: #363636; */
}

input.selectedOutputPanel__input:hover {
  border: 1px solid #4a4a4a;
}

.lockMenu__properties-wrapper {
  margin-top: 0.25rem;
  background-color: rgb(3, 3, 3);
  border-radius: 5px;
  padding: 0.8125rem;
  margin-bottom: 8px;
  margin-bottom: 0.25rem;
}
.lockMenu__properties-wrapper__content {
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
  overflow: hidden;
  max-height: 2000px;
  opacity: 1;
}
.lockMenu__properties-wrapper.inactive .lockMenu__properties-wrapper__content {
  max-height: 0;
  opacity: 0;
  display: none;
}
.lockMenu__properties-wrapper.inactive .property-content {
  display: none;
}
.lockMenu__properties-wrapper .property-content {
  overflow: hidden;
}
.lockMenu__properties-wrapper__header {
  column-gap: 6px;
  cursor: pointer;
  user-select: none;
}
.lockMenu__properties-wrapper__header__title {
  transition: opacity 0.15s ease;
}
.lockMenu__properties-wrapper__header__title.inactive {
  opacity: 0.7;
}
.lockMenu__properties-wrapper__header .arrow-down-icon {
  transition: transform 0.2s ease;
}
.lockMenu__properties-wrapper__header .arrow-down-icon.rotate {
  transform: rotate(180deg);
}

.loading-more-components {
  padding: 20px;
  text-align: center;
}
.loading-more-components .loading-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-bottom: 10px;
}
.loading-more-components .component-skeleton {
  height: 60px;
  background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  margin-bottom: 10px;
  border-radius: 5px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.component-properties-container {
  transition: none !important;
}
.component-properties-container.component-properties-visible {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.component-properties-container.component-properties-hidden {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.component-properties-container.component-properties-hidden .select2-container {
  visibility: hidden !important;
}
.component-properties-container.component-properties-hidden * {
  pointer-events: none !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  border-bottom: 1px solid #313131;
  border-radius: 0;
  margin-top: 12px;
  background: #0c0c0c;
  padding-top: 7px;
  padding-left: 7px;
  z-index: 1000;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 1.75rem;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 1.5625rem;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--single .select2-selection__clear, .select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 1.125rem;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container--open .select2-dropdown {
  left: 0;
  position: absolute;
  z-index: 1001;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default .select2-selection--single {
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[role=textbox] {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(69, 69, 69);
  line-height: 1.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 1.625rem;
  margin-right: 1.25rem;
  padding-right: 0rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(153, 153, 153);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.625rem;
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  width: 1.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(136, 136, 136) transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  height: 0;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--multiple {
  background: transparent;
  border-radius: 0rem;
  cursor: text;
  padding-bottom: 0rem;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 1.5625rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 1.25rem;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
  position: absolute;
  right: 0;
  padding: 0.0625rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(65, 65, 65);
  border: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  padding: 0.3125rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-top: 0.1875rem;
  align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button {
  position: static;
  border: none;
  border-radius: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span {
  color: rgb(100, 100, 100);
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice button span {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice button span {
    font-size: 1rem;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span:hover {
  color: rgb(21, 21, 21);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 0.125rem;
  padding-right: 0.3125rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 0.0625rem solid rgb(170, 170, 170);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: rgb(153, 153, 153);
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 25px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  color: rgb(128, 128, 128);
  -webkit-appearance: textfield;
  width: 100% !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: hidden;
  color: rgb(100, 100, 100);
  background-color: rgb(21, 21, 21);
  position: relative;
}
.select2-container--default .select2-results__option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-results__option--selected {
  color: rgb(21, 21, 21);
  background-color: rgb(248, 248, 248);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: rgb(255, 255, 255);
  background-color: transparent;
  background-color: rgb(21, 21, 21);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown {
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 1280px) {
  .select2-results__options::-webkit-scrollbar {
    width: 4px;
  }
}
@media (min-width: 1600px) {
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgb(100, 100, 100);
  border-radius: 5px;
}
.select2-results__option {
  padding: 0.375rem;
  user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-search--dropdown {
  display: block;
  padding: 0.25rem;
  background-color: transparent;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-search--dropdown.select2-search__field {
  padding: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
}

.custom-dropdown {
  width: 100%;
  position: relative;
}
.custom-dropdown__label {
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border-radius: 0.9375rem;
  background-color: rgb(65, 65, 65);
  margin-right: 0.3125rem;
}

.component-subcomponents-wrapper {
  margin-top: 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.625rem;
}

.subcomponents-header {
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  transition: background 0.2s ease;
}
.subcomponents-header:hover {
  background: rgba(255, 255, 255, 0.08);
}
.subcomponents-header .subcomponent-arrow {
  transition: transform 0.3s ease;
  margin-right: 0.5rem;
}
.subcomponents-header .subcomponent-arrow.rotated {
  transform: rotate(90deg);
}
.subcomponents-header .subcomponents-title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.subcomponents-container {
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.subcomponents-container.collapsed {
  max-height: 0;
  opacity: 0;
}
.subcomponents-container.expanded {
  max-height: 2000px;
  opacity: 1;
}

.sub-component-item {
  margin-left: 1.25rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.9375rem;
  margin-bottom: 0.625rem;
}
.sub-component-item .sub-component-header {
  font-size: 0.875rem;
  opacity: 0.9;
  padding: 0.375rem 0.625rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.1875rem;
  cursor: pointer;
}
.sub-component-item .sub-component-header:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sub-component-item .sub-component-header .sub-component-name {
  font-size: 0.8125rem;
  font-weight: 400;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}
.sub-component-item .sub-component-header .arrow-down-icon {
  font-size: 0.625rem;
  transition: transform 0.3s ease;
}
.sub-component-item .sub-component-header .arrow-down-icon.rotated {
  transform: rotate(90deg);
}
.sub-component-item .lockMenu__properties-wrapper__header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sub-component-item .lockMenu__properties-wrapper__header__actions .sub-component-switch {
  width: 1.25rem;
  height: 0.75rem;
  font-size: 0.5625rem;
}

.sub-component-properties {
  padding: 0.5rem;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.sub-component-properties.collapsed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
.sub-component-properties.expanded {
  max-height: 1000px;
  opacity: 1;
}
.sub-component-properties .select2-container {
  font-size: 0.75rem;
}
.sub-component-properties .input-range {
  font-size: 0.6875rem;
}

.sub-component-item .sub-component-item {
  margin-left: 0.9375rem;
  font-size: 0.75rem;
}
.sub-component-item .sub-component-item .sub-component-header {
  font-size: 0.75rem;
}
.sub-component-item .sub-component-item .sub-component-name {
  font-size: 0.75rem;
}

.lockMenu__properties-wrapper {
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  will-change: opacity, transform;
}
.lockMenu__properties-wrapper.d-none {
  display: none !important;
}
.lockMenu__properties-wrapper.d-block {
  display: block;
}
.lockMenu__properties-wrapper.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.lockMenu__properties-wrapper.animate-in {
  animation: fadeIn 0.2s ease-out forwards;
}
.lockMenu__properties-wrapper.animate-out {
  animation: fadeOut 0.2s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.lockMenu__properties-wrapper__property {
  transform: translateZ(0);
}
.lockMenu__properties-wrapper__property.inactive {
  opacity: 0.5;
}

.lockMenu__img__container,
.ingredientLockMenu__container {
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

[data-visibility=hidden] {
  display: none !important;
}

[data-visibility=visible] {
  display: block;
  animation: fadeIn 0.2s ease-out;
}

.lockMenu__properties-wrapper__switchDynamic {
  transform: translateZ(0);
}

.component-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 4px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.virtual-scroll-container {
  position: relative;
  overflow-y: auto;
}
.virtual-scroll-container .virtual-scroll-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  pointer-events: none;
}
.virtual-scroll-container .virtual-scroll-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ingredientLockMenu {
  contain: layout style;
}
.ingredientLockMenu .lockMenu__img__container {
  contain: layout style paint;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.lockMenu__properties-wrapper {
  contain: layout;
  transform: translateZ(0);
  transition: opacity 0.2s ease-out;
}
.lockMenu__properties-wrapper.component-properties-hidden {
  display: none !important;
}
.lockMenu__properties-wrapper.component-properties-visible {
  display: block;
}
.lockMenu__properties-wrapper.component-skeleton .lockMenu__properties-wrapper__content {
  min-height: 100px;
  background: linear-gradient(90deg, #f5f5f5 25%, #e5e5e5 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.lockMenu__properties-wrapper.component-skeleton .lockMenu__properties-wrapper__content * {
  visibility: hidden;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.lockMenu__properties-wrapper__header {
  will-change: transform;
  user-select: none;
  cursor: pointer;
}
.lockMenu__properties-wrapper__header:hover .arrow-down-icon {
  transform: translateZ(0);
}

.lockMenu__properties-wrapper__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.lockMenu__properties-wrapper__content:not([style*="display: none"]) {
  max-height: 2000px;
}

.loading-more-components {
  padding: 2rem;
  text-align: center;
}
.loading-more-components .component-skeleton {
  height: 60px;
  margin: 0.5rem 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #f5f5f5 25%, #e5e5e5 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.lockMenu__properties-wrapper__switchDynamic,
.btn-switch {
  transform: translateZ(0);
  will-change: transform;
}

.custom-icon {
  transform: translateZ(0);
  transition: transform 0.2s ease-out;
}
.custom-icon.rotate {
  transform: translateZ(0) rotate(180deg);
}

[data-render-batch]:not([data-rendered=true]) {
  opacity: 0;
  transform: translateY(10px);
}
[data-render-batch][data-rendered=true] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.lockMenu__img__container::-webkit-scrollbar {
  width: 8px;
}

.lockMenu__img__container::-webkit-scrollbar-track {
  background: transparent;
}

.lockMenu__img__container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.lockMenu__img__container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.select2CacheSearch_wrapper,
.select2CacheSearchMappable_wrapper {
  min-height: 38px;
}
.select2CacheSearch_wrapper .select2-container,
.select2CacheSearchMappable_wrapper .select2-container {
  transform: translateZ(0);
  backface-visibility: hidden;
}

select.select2-hidden-accessible {
  visibility: hidden !important;
  height: 38px !important;
}

.native-scrollbar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.native-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.native-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.native-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.native-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}
.native-scrollbar::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.4);
  background-clip: padding-box;
}
.native-scrollbar:not(:hover)::-webkit-scrollbar-thumb {
  background: transparent;
}
.native-scrollbar:hover {
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.1);
}

@media (hover: hover) and (pointer: fine) {
  .native-scrollbar::-webkit-scrollbar {
    width: 10px;
  }
  .native-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .native-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
  }
  .native-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
  }
}
.native-scrollbar-overlay::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.native-scrollbar-overlay:hover::-webkit-scrollbar {
  width: 8px;
}
.native-scrollbar-overlay:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.native-scrollbar-visible {
  scrollbar-width: auto;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.1);
}
.native-scrollbar-visible::-webkit-scrollbar {
  width: 14px;
  background: rgba(0, 0, 0, 0.1);
}
.native-scrollbar-visible::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 4px;
}
.native-scrollbar-visible::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.native-scrollbar-visible::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.native-scrollbar-visible::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  overflow: hidden;
}

body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(21, 21, 21);
  color: rgb(255, 255, 255);
}

#__blaze-root {
  height: 100%;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
}

.noty_close_button {
  font-size: 32px;
  font-weight: normal;
  background: none;
  color: rgb(0, 0, 0);
  top: 50%;
  margin-top: -10px;
  right: 9px;
  opacity: 0.3;
}

.noty_theme__metroui.noty_bar {
  border-radius: 5px;
  border: 3px solid rgb(43, 43, 43);
}
.noty_theme__metroui.noty_bar .noty_body {
  font-weight: bold;
  padding-right: 2em;
}

.noty_theme__metroui.noty_type__success {
  background-color: rgb(61, 200, 89);
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.rotate-45-90-135-180-225-270-315 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fade-out {
  animation-name: fade-out;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.ingredientsSwitcher {
  height: 100%;
}
.ingredientsSwitcher__icon.custom-icon {
  margin: 3.3px 6.5px 0.4px 8.1px;
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.ingredientsSwitcher__icon.custom-icon.active {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
}
.ingredientsSwitcher__icon.custom-icon.text-icon {
  height: 0.675rem;
  width: 0.8875rem;
}
.ingredientsSwitcher__icon.custom-icon.layers-icon {
  height: 0.75625rem;
  width: 0.75625rem;
}
.ingredientsSwitcher__icon.custom-icon.delete-icon {
  height: 0.85rem;
  width: 0.675rem;
}
.ingredientsSwitcher__icon.custom-icon.pin-icon {
  width: 13.9px !important;
  height: 13.2px !important;
}
.ingredientsSwitcher__icon.custom-icon.image-icon {
  height: 0.75625rem;
  width: 0.75625rem;
}
.ingredientsSwitcher__icon.custom-icon.color-icon {
  height: 0.75625rem;
  width: 0.75625rem;
}
.ingredientsSwitcher__icon.btn-switch {
  display: flex;
  align-items: center;
  height: 1rem !important;
  width: 1.5rem !important;
  font-size: 0.65625rem !important;
}
.ingredientsSwitcher__container.settingsMenu {
  position: relative;
  width: 100%;
}
.ingredientsSwitcher__container__variables {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1000;
  margin-top: 1.125rem;
  overflow-y: auto;
  max-height: 45vh;
  min-width: 16.25rem;
  position: fixed;
}
.ingredientsSwitcher__container__variables::-webkit-scrollbar {
  width: 0.3125rem;
}
.ingredientsSwitcher__container__variables::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(59, 59, 59);
}
.ingredientsSwitcher__container__variables::-webkit-scrollbar-thumb {
  background-color: rgb(59, 59, 59);
}
.ingredientsSwitcher__container__variables:hover, .ingredientsSwitcher__container__variables.active {
  z-index: 1000;
}
.ingredientsSwitcher__container__variables__add-btn {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  padding: 0.375rem;
  align-items: center;
  justify-content: center;
  background-color: rgb(34, 34, 34);
  height: 2.5rem;
}
.ingredientsSwitcher__container__variables__line {
  display: flexbox;
  border: 0.03125rem solid #3b3b3b;
  width: 96%;
}
.ingredientsSwitcher__container__variables__content {
  background-color: rgb(16, 16, 16);
}
.ingredientsSwitcher__container__variables__content__option {
  cursor: pointer;
  padding: 0.3125rem 0.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.375rem;
  gap: 0.125rem;
}
.ingredientsSwitcher__container__variables__content__option__row {
  display: flex;
  width: 100%;
}
.ingredientsSwitcher__container__variables__content__option__actions {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ingredientsSwitcher__container__variables__content__option__title {
  display: flex;
  flex-direction: row;
  width: inherit;
  align-items: center;
}
.ingredientsSwitcher__container__variables__content__option__title__icons {
  display: flex;
  flex-direction: row;
  margin-right: 0.125rem;
}
.ingredientsSwitcher__container__variables__content__option__title__text {
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
}
.ingredientsSwitcher__container__variables__content__option__title__text h4 {
  text-transform: uppercase;
}
.ingredientsSwitcher__container__variables__content__option__title__text__date {
  font-size: 0.5rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.25);
}
.ingredientsSwitcher__container__variables__content__option__item {
  height: fit-content;
  text-transform: capitalize;
  overflow: hidden;
  min-width: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  align-items: center;
  margin: 0.5rem 0.1875rem 0 0;
  background-color: rgb(61, 61, 61);
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  border-radius: 0.1875rem;
  white-space: nowrap;
}
.ingredientsSwitcher__container__variables__content__option__item .remove-ingredient-keyword {
  padding-right: 0.1875rem;
}
.ingredientsSwitcher__container__variables__content__option__item__option {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.25rem;
  height: fit-content;
  padding: 0.1875rem;
  font-size: x-small;
}
.ingredientsSwitcher__container__variables__content__option__item__type {
  background: rgb(21, 21, 21);
  align-self: center;
  height: 100%;
  width: 1.875rem;
  font-size: 0;
  padding: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.ingredientsSwitcher__container__variables__content__option__item__type:first-letter {
  font-size: x-small;
  color: rgb(112, 112, 112);
  font-weight: 700;
}
.ingredientsSwitcher__container__variables__content__option__item .remove-txt-keyword {
  padding-right: 0.3125rem;
}
.ingredientsSwitcher__container__variables__content__option__item .close-icon {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.3;
}
.ingredientsSwitcher__container__variables__content__option__item .close-icon:hover {
  opacity: 0.8;
}
.ingredientsSwitcher__container__variables__content__option__item__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ingredient-color-settings {
  display: flexbox;
  width: 100%;
  flex-direction: column;
  align-self: flex-end;
  min-height: 8.4375rem;
}
.ingredient-color-settings .custom-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  margin: 0.5rem;
  cursor: pointer;
}
.ingredient-color-settings .custom-icon.pin-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  margin-top: 0.5625rem;
  height: 1rem;
  width: 1rem;
}
.ingredient-color-settings .custom-icon.copy-icon {
  height: 0.75rem;
  width: 1.0625rem;
}
.ingredient-color-settings .custom-icon.delete-icon {
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
}
.ingredient-color-settings__title {
  margin: 0.3125rem 0.375rem;
  padding-top: 0.125rem;
  color: rgb(112, 112, 112);
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
}
.ingredient-color-settings__title-name {
  text-transform: uppercase;
  font-size: x-small;
  cursor: pointer;
}
.ingredient-color-settings__title.active {
  color: rgba(255, 255, 255, 0.61);
}
.ingredient-color-settings__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.6875rem;
  margin-top: 0.625rem;
  background: rgb(43, 43, 43);
  border-radius: 0.375rem;
  color: rgb(143, 143, 143);
  padding: 16px;
  border-radius: 11px;
  background: linear-gradient(45deg, black, transparent);
}
.ingredient-color-settings__wrapper__sliders {
  width: 100%;
}
.ingredient-color-settings__wrapper__header {
  display: flex;
  justify-content: space-between;
}
.ingredient-color-settings__wrapper__header__content {
  display: flex;
  justify-content: space-between;
}
.ingredient-color-settings__wrapper__header__content__switcher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.46875rem;
}
.ingredient-color-settings__wrapper__header__content__mode {
  display: flex;
  width: 9.5rem;
  margin-top: 0.4375rem;
  margin-right: 0.1875rem;
}
.ingredient-color-settings__wrapper__header__content__actions {
  display: flex;
  flex-direction: space-between;
  margin-left: 0.4375rem;
  margin: 0 0.1875rem;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider {
  width: 100%;
}
.ingredient-color-settings__wrapper__slider__input {
  width: 100%;
  height: 3.125rem;
}
.ingredient-color-settings__wrapper__slider__input__hue {
  width: 100%;
  margin: 2px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.ingredient-color-settings__wrapper__slider__input__hue:focus {
  outline: none;
}
.ingredient-color-settings__wrapper__slider__input__hue::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider__input__hue::-webkit-slider-thumb {
  margin-top: -2px;
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.ingredient-color-settings__wrapper__slider__input__hue:focus::-webkit-slider-runnable-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.ingredient-color-settings__wrapper__slider__input__hue::-moz-range-track {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 10.7px;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider__input__hue::-moz-range-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider__input__hue::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider__input__hue::-ms-fill-lower {
  background: #22185b;
  border: 0;
  border-radius: 21.4px;
}
.ingredient-color-settings__wrapper__slider__input__hue::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
  border: 0;
  border-radius: 21.4px;
}
.ingredient-color-settings__wrapper__slider__input__hue::-ms-thumb {
  width: 2.625rem;
  height: 1.375rem;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.ingredient-color-settings__wrapper__slider__input__hue:focus::-ms-fill-lower {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
.ingredient-color-settings__wrapper__slider__input__hue:focus::-ms-fill-upper {
  background: var(--range-color-hue);
  background-size: var(--range-slider-background-size);
  background-position: var(--range-slider-background-position);
}
@supports (-ms-ime-align: auto) {
  .ingredient-color-settings__wrapper__slider__input__hue {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .ingredient-color-settings__wrapper__slider__input__hue {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.ingredient-color-settings__wrapper__slider__input__hue::-webkit-slider-thumb {
  height: 1.5625rem;
  width: 1.625rem;
  border-radius: 15px;
  background: transparent;
  border: 0.1875rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__wrapper__slider__input__hue::-moz-range-thumb {
  border: 0.1875rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__wrapper__slider__input__hue::-ms-thumb {
  border: 0.1875rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__wrapper__slider__hsla {
  -webkit-appearance: none;
  width: 100%;
  height: 23px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 12.5px;
  cursor: pointer;
}
.ingredient-color-settings__wrapper__slider__hsla::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5625rem;
  width: 1.625rem;
  border-radius: 15px;
  background: transparent;
  border: 0.1875rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__wrapper__slider__hsla::-moz-range-thumb {
  border: 0.1875rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__wrapper__slider__hsla.saturation {
  background-image: linear-gradient(to right, hsl(0, 0%, 50%), red);
}
.ingredient-color-settings__wrapper__slider__hsla.saturation {
  background-image: linear-gradient(to right, hsl(0, 0%, 50%), red);
}
.ingredient-color-settings__wrapper__slider__hsla.luminosity {
  background-image: linear-gradient(to right, #000, #f00, #fff);
}
.ingredient-color-settings__wrapper__slider__hsla.alpha {
  background-image: url(https://webdesign-assistant.com/images/dummy/bg-alpha.png);
  background-color: #f00;
  background-repeat: no-repeat;
  /*   background-size; */
}
.ingredient-color-settings__wrapper__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
}
.ingredient-color-settings__wrapper__footer__color-types {
  display: flex;
}
.ingredient-color-settings__wrapper__footer__expand {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.ingredient-color-settings__basic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 1.875rem auto 1.25rem auto;
  max-width: 82.5rem;
  text-align: center;
}
@media (min-width: 1600px) {
  .ingredient-color-settings__basic {
    margin: 0 auto 0.625rem auto;
  }
}
@media (min-width: 1900px) {
  .ingredient-color-settings__basic {
    margin: 0 auto 1.25rem auto;
  }
}
.ingredient-color-settings__basic__color {
  display: flexbox;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
}
.ingredient-color-settings__basic__color__types {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0.9375rem 0;
  gap: 0.3125rem;
}
.ingredient-color-settings__basic__color__types__box {
  display: flex;
  align-items: baseline;
  background: rgb(43, 43, 43);
  margin: 0.3125rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  color: rgb(143, 143, 143);
  flex-wrap: nowrap;
  min-width: max-content;
}
.ingredient-color-settings__basic__color__types__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ingredient-color-settings__basic__color__types__value__input {
  display: flexbox;
  background: transparent;
  outline: none;
  border: 0.0625rem solid transparent;
  color: rgb(143, 143, 143);
  width: 100%;
  margin-right: auto;
  font-size: xx-small;
  border-radius: 0.375rem;
}
.ingredient-color-settings__basic__color__types__value__input:focus {
  border: 0.0625rem solid rgb(255, 255, 255);
}
.ingredient-color-settings__basic__color__types__title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.26);
  font-size: xx-small;
}
.ingredient-color-settings__basic__color .pcr-custom {
  width: 100% !important;
  height: 10.3125rem !important;
  padding: 0.3125rem !important;
  position: initial;
  width: 100%;
  padding: 0.9375rem !important;
  border-radius: 0.375rem;
  order: -1;
  background: rgb(43, 43, 43);
  z-index: auto;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-selection {
  height: 7.8125rem !important;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-swatches,
.ingredient-color-settings__basic__color .pcr-custom .pcr-interaction,
.ingredient-color-settings__basic__color .pcr-custom .pcr-color-preview > button {
  display: none;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-swatches,
.ingredient-color-settings__basic__color .pcr-custom .pcr-interaction,
.ingredient-color-settings__basic__color .pcr-custom .pcr-color-preview {
  width: 20% !important;
  margin-right: 0 !important;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-swatches button,
.ingredient-color-settings__basic__color .pcr-custom .pcr-interaction button,
.ingredient-color-settings__basic__color .pcr-custom .pcr-color-preview button {
  display: none;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-current-color {
  height: 100% !important;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-color-palette {
  height: 100% !important;
}
.ingredient-color-settings__basic__color .pcr-custom .pcr-slider {
  width: 0.9375rem !important;
}
.ingredient-color-settings__basic__color .pickr {
  display: none;
}

.integrations {
  padding: 2.39375rem 3rem;
}
@media screen and (max-width: 1211px) {
  .integrations {
    padding: 1.20625rem 1.5rem;
  }
}
.integrations__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.integrations__header__title {
  opacity: 0.47;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.33px;
  color: #464646;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  .integrations__header__title {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .integrations__header__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .integrations__header__title {
    font-size: 2.0625rem;
  }
}
.integrations__header__form {
  min-width: 40%;
  max-width: 50%;
}
@media screen and (max-width: 965px) {
  .integrations__header__form {
    min-width: 20%;
    max-width: 20%;
  }
}
.integrations__header__form__label {
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.65625rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .integrations__header__form__label {
    padding: 0.75rem 0.78125rem;
  }
}
@media (min-width: 1600px) {
  .integrations__header__form__label {
    padding: 0.8125rem 0.9375rem 0.875rem 0.9375rem;
  }
}
.integrations__header__form__label input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #707070;
  padding-left: 0.875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1170px) {
  .integrations__header__form__label input {
    line-height: 1.11;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1060px) {
  .integrations__header__form__label input {
    line-height: 1.11;
    font-size: 0.5rem;
  }
}
.integrations__header__form__label i {
  display: inline-block;
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  width: 1.40625rem;
  height: 1.40625rem;
}
@media screen and (max-width: 1170px) {
  .integrations__header__form__label i {
    width: 0.71875rem;
    height: 0.71875rem;
  }
}
.integrations__header__nav {
  display: flex;
  gap: 0.8125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .integrations__header__nav {
    gap: 0.9375rem;
  }
}
@media (min-width: 1600px) {
  .integrations__header__nav {
    gap: 1.25rem;
  }
}
.integrations__header__nav__item {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.21;
}
.integrations__header__nav__item__link {
  line-height: 2.11;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.18px;
  opacity: 0.47;
  color: #464646;
  cursor: pointer;
  transition: color 200ms ease;
  text-decoration: none;
}
.integrations__header__nav__item__link:hover, .integrations__header__nav__item__link:focus, .integrations__header__nav__item__link:active {
  text-decoration: none;
  color: #464646;
  opacity: 1;
}
@media screen and (max-width: 1170px) {
  .integrations__header__nav__item__link {
    line-height: 1.11;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1060px) {
  .integrations__header__nav__item__link {
    line-height: 1.11;
    font-size: 0.5rem;
  }
}
.integrations__header__sort-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0.94375rem 0.8125rem 1.3125rem;
  border-radius: 5px;
  background-color: #f5f5f5;
  max-width: 10.6875rem;
  max-height: 2.9375rem;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #707070;
}
@media screen and (max-width: 1170px) {
  .integrations__header__sort-button {
    line-height: 1.11;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1060px) {
  .integrations__header__sort-button {
    line-height: 1.11;
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1060px) {
  .integrations__header__sort-button {
    max-width: 15%;
  }
}
.integrations__header__sort-button__icons .custom-icon {
  filter: invert(72%) sepia(48%) saturate(1%) hue-rotate(29deg) brightness(100%) contrast(91%);
  height: 1.03125rem;
  width: 1.03125rem;
}
@media screen and (max-width: 1170px) {
  .integrations__header__sort-button__icons .custom-icon {
    height: 0.65625rem;
    width: 0.65625rem;
  }
}
@media screen and (max-width: 1017px) {
  .integrations__header__sort-button__icons .custom-icon {
    height: 0.40625rem;
    width: 0.40625rem;
  }
}
.integrations__line {
  height: 0.3125rem;
  margin: 1.4375rem 0.03125rem 3rem;
  opacity: 0.2;
  background-color: #707070;
}
.integrations__emails-list {
  display: flex;
  height: 100%;
  margin-top: 3rem;
}
.integrations__emails-list__item {
  max-width: 12.1875rem;
  max-height: 2.9375rem;
  padding: 0.875rem 1.6875rem 0.875rem 2rem;
  border-radius: 0.25rem;
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #777;
  background-color: #efefef;
}
.integrations__emails-list__item.active {
  color: var(--white);
  background-color: #393939;
}
.integrations__emails-list__item__add-new {
  padding: 0 1.25rem;
  max-width: 3.5625rem;
  font-size: 1.9375rem;
  color: #777;
  font-weight: bold;
}
.integrations__component__initial {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0.0625rem 0 0;
  border-radius: 0.4375rem;
  padding: 1.9375rem 1.8125rem 1.40625rem 4rem;
  background-color: #efefef;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial {
    padding: 0.96875rem 0.90625rem 0.703125rem 2rem;
  }
}
.integrations__component__initial__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.integrations__component__initial__main__content {
  display: flex;
  align-items: center;
}
.integrations__component__initial__main__content__title {
  margin: 0.9375rem 5.4375rem 1.0625rem 0;
  font-size: 33px;
  font-weight: 500;
  color: #707070;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__content__title {
    margin: 0.46875rem 1.46875rem 0.53125rem 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .integrations__component__initial__main__content__title {
    font-size: 1.875rem;
  }
}
.integrations__component__initial__main__content__container__text {
  font-size: 0.9375rem;
  line-height: 1.53;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__content__container__text {
    font-size: 0.46875rem;
    max-width: 6.75rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__initial__main__content__container__text {
    font-size: 0.5rem;
  }
}
.integrations__component__initial__main__action {
  display: flex;
  justify-content: flex-end;
}
.integrations__component__initial__main__action__connect {
  border-radius: 0.375rem;
  padding: 0.8125rem 2.125rem 0.75rem 2.1875rem;
  font-size: 1rem;
  font-weight: bold;
  width: auto;
  background-color: #393939;
  text-transform: uppercase;
  color: #f4f4f4;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__action__connect {
    font-size: 0.5rem;
    padding: 0.40625rem 1.0625rem 0.375rem 1.09375rem;
    border-radius: 0.1875rem;
  }
}
.integrations__component__initial__main__action__connect.connected {
  padding: 0.75rem 1.4375rem 0.8125rem 1.5rem;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
  border: solid 2px #0ebc15;
  background-color: rgb(255, 255, 255);
  color: #777;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__action__connect.connected {
    padding: 0.375rem 0.71875rem 0.1875rem 0.546875rem;
    border: solid 1px #0ebc15;
  }
}
.integrations__component__initial__main__details {
  margin: 0 1.25rem 0 7.5rem;
}
@media screen and (max-width: 1210px) {
  .integrations__component__initial__main__details {
    font-size: 0.5rem;
    line-height: inherit;
    margin: 0 0.3125rem 0 0.3125rem;
  }
}
.integrations__component__initial__main__details__content {
  display: flex;
  padding: 1.0625rem 2.75rem 0.8125rem 1.4375rem;
  border-radius: 0.375rem;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
  border: solid 2px #dedede;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__details__content {
    padding: 0.53125rem 1.375rem 0.40625rem 0.71875rem;
  }
}
.integrations__component__initial__main__details__content__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.5625rem;
}
.integrations__component__initial__main__details__content__item__title {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.92;
  color: #707070;
  text-transform: uppercase;
  color: #aaa;
}
@media screen and (max-width: 1170px) {
  .integrations__component__initial__main__details__content__item__title {
    line-height: 0.96;
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__initial__main__details__content__item__title {
    font-size: 0.5rem;
  }
}
.integrations__component__initial__main__details__content__item__number {
  opacity: 1;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.0175rem;
  color: #464646;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__main__details__content__item__number {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__initial__main__details__content__item__number {
    font-size: 1rem;
  }
}
.integrations__component__initial__disconnect-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.integrations__component__initial__disconnect-container__item {
  display: flex;
  justify-content: flex-end;
}
.integrations__component__initial__disconnect-container__disconnect {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.92;
  color: #707070;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 1170px) {
  .integrations__component__initial__disconnect-container__disconnect {
    line-height: 0.96;
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__initial__disconnect-container__disconnect {
    font-size: 0.5rem;
  }
}
.integrations__component__initial__expand {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  cursor: pointer;
}
.integrations__component__initial__expand__label {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.92;
  color: #707070;
  text-transform: uppercase;
  margin-left: 0.3125rem;
  color: #a8a8a8;
}
@media screen and (max-width: 1170px) {
  .integrations__component__initial__expand__label {
    line-height: 0.96;
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__initial__expand__label {
    font-size: 0.5rem;
  }
}
.integrations__component__initial__expand__label.collapse {
  color: #e5e5e5;
  margin-top: 0.53125rem;
}
.integrations__component__initial__expand .custom-icon.arrow-down-icon {
  width: 0.8125rem;
  height: 0.49375rem;
  filter: invert(46%) sepia(0%) saturate(1084%) hue-rotate(234deg) brightness(93%) contrast(81%);
  opacity: 0.6;
}
@media screen and (max-width: 1211px) {
  .integrations__component__initial__expand .custom-icon.arrow-down-icon {
    width: 0.40625rem;
    height: 0.246875rem;
  }
}
.integrations__component__expanded {
  border-radius: 0 0 0.4375rem 0.4375rem;
  background-color: #5a5a5a;
  padding: 3.5rem 1.9375rem 1.1875rem 2.25rem;
}
@keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.integrations__component__expanded .custom-icon.arrow-down-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(29deg) brightness(109%) contrast(101%);
  opacity: 0.9;
  transform: rotate(180deg);
  margin-right: 0.125rem;
}
@media screen and (max-width: 1211px) {
  .integrations__component__expanded .custom-icon.arrow-down-icon {
    font-size: 0.5rem;
  }
}
.integrations__component__expanded__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem 0.875rem 1.375rem;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.625rem;
}
.integrations__component__expanded__item__left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.integrations__component__expanded__item__left-side__type {
  display: flex;
}
.integrations__component__expanded__item__left-side__type__title {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.92;
  color: #707070;
  text-transform: uppercase;
}
@media screen and (max-width: 1170px) {
  .integrations__component__expanded__item__left-side__type__title {
    line-height: 0.96;
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__expanded__item__left-side__type__title {
    font-size: 0.5rem;
  }
}
.integrations__component__expanded__item__left-side__description {
  align-items: center;
  display: flex;
}
.integrations__component__expanded__item__left-side__description__text {
  font-size: 0.9375rem;
  line-height: 1.53;
  color: #707070;
}
@media screen and (max-width: 1211px) {
  .integrations__component__expanded__item__left-side__description__text {
    font-size: 0.46875rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__expanded__item__left-side__description__text {
    font-size: 0.5625rem;
  }
}
.integrations__component__expanded__item__left-side__description__text::first-letter {
  text-transform: uppercase;
}
.integrations__component__expanded__item__right-side {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.integrations__component__expanded__item__right-side__type {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  min-width: 35%;
}
.integrations__component__expanded__item__right-side__type__title {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.92;
  color: #707070;
  text-transform: uppercase;
}
@media screen and (max-width: 1170px) {
  .integrations__component__expanded__item__right-side__type__title {
    line-height: 0.96;
    font-size: 0.375rem;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1350px) {
  .integrations__component__expanded__item__right-side__type__title {
    font-size: 0.5rem;
  }
}
.integrations__component__expanded__item__right-side__type__title.selected {
  color: #cb2424;
}

.termsAndConditions__popup {
  display: none;
  position: absolute;
  width: 28.875rem;
  height: calc(100% - 238px);
  top: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
  margin: 0 auto;
  background: rgb(70, 70, 70);
  padding: 1.25rem 0.3125rem 1.25rem 1.25rem;
  border-radius: 0.5625rem;
  z-index: 10;
}
@media (min-width: 1360px) {
  .termsAndConditions__popup {
    height: calc(100% - 288px);
  }
}
@media (min-width: 1600px) {
  .termsAndConditions__popup {
    padding: 2.5rem 0.3125rem 2.5rem 2.5rem;
    width: 100%;
    max-width: 46.375rem;
    height: calc(100% - 240px);
  }
}
@media (min-width: 1900px) {
  .termsAndConditions__popup {
    height: calc(100vh - 356px);
  }
}
.termsAndConditions__popup--show {
  display: block;
}
.termsAndConditions__popup__close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
  opacity: 0.43;
  cursor: pointer;
}
.termsAndConditions__popup__close:hover {
  opacity: 1;
}
.termsAndConditions__popup__wrapper {
  height: 100%;
}
.termsAndConditions__popup__wrapper h1 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 2.125rem;
}
.termsAndConditions__popup__wrapper__content {
  height: calc(100% - 108px);
  overflow-y: auto;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.54);
}
@media (min-width: 1280px) {
  .termsAndConditions__popup__wrapper__content {
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .termsAndConditions__popup__wrapper__content {
    height: calc(100% - 66px);
    font-size: 1rem;
  }
}
.termsAndConditions__popup__wrapper__content::-webkit-scrollbar {
  width: 0.625rem;
  height: 100px;
}
@media (min-width: 1280px) {
  .termsAndConditions__popup__wrapper__content::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .termsAndConditions__popup__wrapper__content::-webkit-scrollbar {
    width: 1.875rem;
  }
}
.termsAndConditions__popup__wrapper__content::-webkit-scrollbar-track {
  background: rgb(87, 87, 87);
}
.termsAndConditions__popup__wrapper__content::-webkit-scrollbar-thumb {
  background: rgb(42, 44, 46);
}
@media (min-width: 1600px) {
  .termsAndConditions__popup {
    bottom: 15rem;
  }
}
@media (min-width: 1900px) {
  .termsAndConditions__popup {
    top: 2.5rem;
    max-width: 44.375rem;
    bottom: 21rem;
  }
}

.select2-dropdown {
  z-index: 99999 !important;
  position: absolute !important;
  display: block !important;
  background-color: #1a1a1a !important;
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}
.select2-dropdown .select2-search__field {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.select2-dropdown .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.select2-dropdown .select2-results {
  background-color: #1a1a1a !important;
  background: #1a1a1a !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}
.select2-dropdown .select2-results::-webkit-scrollbar {
  width: 8px;
}
.select2-dropdown .select2-results::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.select2-dropdown .select2-results::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.select2-dropdown .select2-results::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.select2-dropdown .select2-results .select2-results__option {
  color: #fff !important;
  background-color: #1a1a1a !important;
  padding: 8px 12px;
}
.select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.15) !important;
}
.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.select2-dropdown .select2-results .select2-results__option:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.select2-container--open {
  z-index: 99998 !important;
}
.select2-container--open .select2-dropdown {
  z-index: 99999 !important;
}

.select2-dropdown,
.select2-dropdown--below,
.select2-dropdown--above {
  background-color: #1a1a1a !important;
  background: #1a1a1a !important;
}

.select2-results__options {
  background-color: #1a1a1a !important;
  background: #1a1a1a !important;
  max-height: 280px !important;
  overflow-y: auto !important;
}

.hidden {
  display: none !important;
}

.figma-quick-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(16, 16, 16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: all 0.3s ease;
}
.figma-quick-actions--minimized {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.figma-quick-actions--minimized .figma-quick-actions__toggle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: linear-gradient(135deg, rgb(19, 178, 228), #3bc4ef);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}
.figma-quick-actions--minimized .figma-quick-actions__toggle:hover {
  transform: scale(1.1);
}
.figma-quick-actions--minimized .figma-quick-actions__toggle:active {
  transform: scale(0.95);
}
.figma-quick-actions:not(.figma-quick-actions--minimized) {
  width: 280px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
}
.figma-quick-actions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgb(19, 178, 228), #3bc4ef);
  color: white;
  border-radius: 8px 8px 0 0;
}
.figma-quick-actions__title {
  font-size: 14px;
  font-weight: 600;
}
.figma-quick-actions__minimize {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.8;
}
.figma-quick-actions__minimize:hover {
  opacity: 1;
}
.figma-quick-actions__content {
  padding: 12px;
  overflow-y: auto;
  flex: 1;
  background: rgb(29, 29, 29);
}
.figma-quick-actions__section {
  margin-bottom: 16px;
}
.figma-quick-actions__section:last-child {
  margin-bottom: 0;
}
.figma-quick-actions__label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.figma-quick-actions__select {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.figma-quick-actions__select:focus {
  outline: none;
  border-color: rgb(19, 178, 228);
  background: rgba(255, 255, 255, 0.08);
}
.figma-quick-actions__select option {
  background: rgb(16, 16, 16);
  color: rgb(255, 255, 255);
}
.figma-quick-actions__btn {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.figma-quick-actions__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.figma-quick-actions__btn:active {
  transform: scale(0.98);
}
.figma-quick-actions__btn--primary {
  background: rgb(19, 178, 228);
  color: white;
  border-color: rgb(19, 178, 228);
}
.figma-quick-actions__btn--primary:hover {
  background: #0f8db5;
  border-color: #0f8db5;
}
.figma-quick-actions__btn--small {
  padding: 4px 8px;
  font-size: 11px;
}
.figma-quick-actions__slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  outline: none;
}
.figma-quick-actions__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: rgb(19, 178, 228);
  border-radius: 50%;
  cursor: pointer;
}
.figma-quick-actions__slider::-webkit-slider-thumb:hover {
  background: #3bc4ef;
}
.figma-quick-actions__slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: rgb(19, 178, 228);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.figma-quick-actions__slider::-moz-range-thumb:hover {
  background: #3bc4ef;
}
.figma-quick-actions__toggle-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.figma-quick-actions__toggle-label input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: rgb(19, 178, 228);
}
.figma-quick-actions__toggle-label span {
  flex: 1;
}
.figma-quick-actions__footer {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgb(21, 21, 21);
  border-radius: 0 0 8px 8px;
}
.figma-quick-actions__link {
  background: none;
  border: none;
  color: rgb(19, 178, 228);
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.figma-quick-actions__link:hover {
  text-decoration: underline;
  color: #3bc4ef;
}

@media (max-width: 400px) {
  .figma-quick-actions:not(.figma-quick-actions--minimized) {
    width: calc(100vw - 40px);
    right: 20px;
    left: 20px;
  }
}
.mappings-tab {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.mappings-tab .mappings-header {
  padding: 0.875rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mappings-tab .mappings-header h3 {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.mappings-tab .mappings-header .mappings-count {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 12px;
  font-weight: 500;
}
.mappings-tab .mappings-list {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}
.mappings-tab .mappings-list::-webkit-scrollbar {
  width: 6px;
}
.mappings-tab .mappings-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.mappings-tab .mappings-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.mappings-tab .mappings-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.15);
}
.mappings-tab .mapping-group {
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.mappings-tab .mapping-group .mapping-group-header {
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.mappings-tab .mapping-group .mapping-group-header.clickable-node {
  cursor: pointer;
  transition: background 0.2s ease;
}
.mappings-tab .mapping-group .mapping-group-header.clickable-node:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mappings-tab .mapping-group .mapping-group-header .group-icon {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}
.mappings-tab .mapping-group .mapping-group-header .group-name {
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.mappings-tab .mapping-group .mapping-group-header .group-name .breadcrumb {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.625rem;
}
.mappings-tab .mapping-group .mapping-group-header .group-count {
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.3);
}
.mappings-tab .mapping-group .mapping-group-items {
  padding: 0.375rem;
}
.mappings-tab .mapping-item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.625rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid transparent;
}
.mappings-tab .mapping-item:last-child {
  margin-bottom: 0;
}
.mappings-tab .mapping-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}
.mappings-tab .mapping-item .mapping-checkbox {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
  opacity: 0.7;
  accent-color: #3d8eff;
}
.mappings-tab .mapping-item .mapping-checkbox:checked {
  opacity: 1;
}
.mappings-tab .mapping-item .mapping-label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  min-width: 0;
}
.mappings-tab .mapping-item .mapping-label .mapping-property {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
.mappings-tab .mapping-item .mapping-label .mapping-type {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}
.mappings-tab .mapping-item .mapping-label .mapping-value {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  flex-shrink: 1;
}
.mappings-tab .mapping-item .mapping-time {
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.25);
  margin-left: auto;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.mappings-tab .mapping-item .remove-mapping {
  width: 1rem;
  height: 1rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: 0.25rem;
  border-radius: 0.1875rem;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.mappings-tab .mapping-item .remove-mapping:hover {
  color: rgba(255, 100, 100, 0.8);
}
.mappings-tab .mapping-item:hover .remove-mapping {
  opacity: 1;
}
.mappings-tab .mappings-actions {
  padding: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 0.375rem;
  justify-content: space-between;
}
.mappings-tab .mappings-actions button {
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.15s ease;
}
.mappings-tab .mappings-actions .btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.mappings-tab .mappings-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.mappings-tab .mappings-actions .btn-primary {
  background: rgba(61, 142, 255, 0.15);
  border: 1px solid rgba(61, 142, 255, 0.3);
  color: rgba(61, 142, 255, 0.9);
}
.mappings-tab .mappings-actions .btn-primary:hover:not([data-disabled=true]) {
  background: rgba(61, 142, 255, 0.25);
  border-color: rgba(61, 142, 255, 0.5);
  color: #3d8eff;
}
.mappings-tab .mappings-actions .btn-primary[data-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.mappings-tab .empty-mappings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.mappings-tab .empty-mappings svg {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.15);
}
.mappings-tab .empty-mappings p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.mappings-tab .empty-mappings p.empty-hint {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.3);
}