/** @format */
/**
 * /* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *    License: none (public domain)
 *
 * @format
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 *
 * @format
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/raleway-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/** @format */
.centering {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratio-box {
  height: 56.25vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/** @format */
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background-color: white;
  overflow: hidden;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
#main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}
#main.home {
  flex-direction: row;
}
#main.home #content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}
#body {
  height: 100%;
  overflow: hidden;
}
button {
  border: none;
  border-radius: 4px;
  padding: 0.4em;
  cursor: pointer;
}
#Smallchat iframe {
  bottom: 50px !important;
  right: 20px !important;
}
@media (max-width: 650px) {
  #Smallchat {
    display: none;
  }
}
input {
  outline: 0;
  filter: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: inherit;
  transition: none;
  box-shadow: 0 0 0 1000px white inset !important;
}
.error-page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.error-page__content {
  flex-grow: 1;
}
.progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  z-index: 2000;
}
.progress-bar__progress {
  height: 100%;
  width: 0%;
  background-color: var(--primary);
  transition: width 100ms linear;
}
.show-on-mobile {
  display: none;
}
@media (max-width: 650px) {
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inherit;
  }
}
@media (max-width: 650px) {
  #body {
    view-transition-name: body;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes move-out {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-30%);
    }
  }
  @keyframes move-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  @keyframes move-out-reverse {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes move-in-reverse {
    from {
      transform: translateX(-30%);
    }
    to {
      transform: translateX(0%);
    }
  }
  ::view-transition-old(body) {
    z-index: 1;
    animation: 0.4s ease-out both move-out;
  }
  ::view-transition-new(body) {
    z-index: 2;
    animation: 0.4s ease-out both move-in;
  }
  :root[data-transition="backward"]::view-transition-old(body) {
    z-index: 2;
    animation: 0.4s ease-out both move-out-reverse;
  }
  :root[data-transition="backward"]::view-transition-new(body) {
    z-index: 1;
    animation: 0.4s ease-out both move-in-reverse;
  }
  :root[data-transition="fade-in"]::view-transition-old(body) {
    z-index: 1;
  }
  :root[data-transition="fade-in"]::view-transition-new(body) {
    z-index: 2;
    animation: 5s ease-in-out fade-in;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}
:root {
  --light: #ffffff;
  --darkerLight: #f5f5f9;
  --dark: #1C283F;
  --grey: #8c909a;
  --lightGrey: #e8ecee;
  --darkGrey: #2d3446;
  --primary: #0076ef;
  --lightPrimary: #377ded;
  --secondary: #ed6237;
  --lightSecondary: #f58d70;
  --boxShadow: #dbdbdd;
  --success: #00c882;
  --warning: #cf415e;
  --svg: #0a2e67;
  --svgHover: #1258c5;
  --price: #6E50FF;
  font-family: 'Raleway';
}
/** @format */
.login,
.set-password,
.welcome,
.forgotPassword {
  display: flex;
  width: 100%;
  height: 100%;
}
.login .social-login,
.set-password .social-login,
.welcome .social-login,
.forgotPassword .social-login {
  position: relative;
  width: 420px;
  max-width: 80%;
}
.login .social-login button,
.set-password .social-login button,
.welcome .social-login button,
.forgotPassword .social-login button {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 418px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  max-width: 100%;
  border: 1px solid var(--dark);
}
.login .social-login button:before,
.set-password .social-login button:before,
.welcome .social-login button:before,
.forgotPassword .social-login button:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}
.login .social-login button.apple:before,
.set-password .social-login button.apple:before,
.welcome .social-login button.apple:before,
.forgotPassword .social-login button.apple:before {
  width: 25px;
  height: 25px;
  background-image: url('/assets/icons/apple.svg');
  margin-right: 6px;
}
.login .social-login button.google:before,
.set-password .social-login button.google:before,
.welcome .social-login button.google:before,
.forgotPassword .social-login button.google:before {
  width: 22px;
  height: 22px;
  background-image: url('/assets/icons/google.svg');
  margin-right: 7px;
}
.login .social-login button.microsoft:before,
.set-password .social-login button.microsoft:before,
.welcome .social-login button.microsoft:before,
.forgotPassword .social-login button.microsoft:before {
  width: 18px;
  height: 18px;
  background-image: url('/assets/icons/microsoft.svg');
  margin-right: 7px;
}
.login .social-login:after,
.set-password .social-login:after,
.welcome .social-login:after,
.forgotPassword .social-login:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 35px;
  background-color: var(--grey);
  height: 1px;
  width: 100%;
}
.login .social-login .separator,
.set-password .social-login .separator,
.welcome .social-login .separator,
.forgotPassword .social-login .separator {
  display: block;
  text-align: center;
  margin: 30px auto;
  z-index: 100;
  background-color: var(--light);
  padding: 0px 10px;
  position: relative;
  width: 30px;
  font-weight: 300;
  font-size: 12px;
}
.login__colored,
.set-password__colored,
.welcome__colored,
.forgotPassword__colored {
  background-color: var(--darkGrey);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 33%;
  min-width: 460px;
  height: 100%;
  padding-left: 80px;
  padding-right: 50px;
  padding-top: 160px;
  box-sizing: border-box;
}
.login__colored h1,
.set-password__colored h1,
.welcome__colored h1,
.forgotPassword__colored h1 {
  font-size: 28px;
  font-weight: 600;
  color: var(--light);
  line-height: 33px;
}
.login__colored h2,
.set-password__colored h2,
.welcome__colored h2,
.forgotPassword__colored h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.login__colored__logo,
.set-password__colored__logo,
.welcome__colored__logo,
.forgotPassword__colored__logo {
  display: none;
  position: absolute;
  left: 127px;
  top: 40px;
  width: 177px;
  height: 52px;
}
.login__colored__logo:before,
.set-password__colored__logo:before,
.welcome__colored__logo:before,
.forgotPassword__colored__logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/assets/img/logo.png');
  width: 30%;
  height: 100%;
  background-size: 177px 52px;
  background-repeat: no-repeat;
  background-position: left center;
}
.login__colored__logo:after,
.set-password__colored__logo:after,
.welcome__colored__logo:after,
.forgotPassword__colored__logo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('/assets/icons/viewer/logo-white.svg');
  width: 70%;
  height: 100%;
  background-size: 177px 52px;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.8;
}
.login__form,
.set-password__form,
.welcome__form,
.forgotPassword__form {
  width: 67%;
  background-color: var(--light);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.login__form .back,
.set-password__form .back,
.welcome__form .back,
.forgotPassword__form .back {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.login__form__logo,
.set-password__form__logo,
.welcome__form__logo,
.forgotPassword__form__logo {
  height: 60px;
  width: auto;
  margin-bottom: 70px;
}
.login__form__logo img,
.set-password__form__logo img,
.welcome__form__logo img,
.forgotPassword__form__logo img {
  height: 100%;
}
.login__form form,
.set-password__form form,
.welcome__form form,
.forgotPassword__form form {
  max-width: 80%;
}
.login__form h3,
.set-password__form h3,
.welcome__form h3,
.forgotPassword__form h3 {
  margin-top: 45px;
  font-weight: 200;
  font-size: 22px;
  color: var(--darkGrey);
  margin-bottom: 47px;
}
.login__form .input + .input,
.set-password__form .input + .input,
.welcome__form .input + .input,
.forgotPassword__form .input + .input {
  margin-top: 17px;
}
.login__form .input > div,
.set-password__form .input > div,
.welcome__form .input > div,
.forgotPassword__form .input > div {
  width: 100%;
}
.login__form .input > div input,
.set-password__form .input > div input,
.welcome__form .input > div input,
.forgotPassword__form .input > div input {
  background-color: transparent;
}
.login__form .input > div .svg,
.set-password__form .input > div .svg,
.welcome__form .input > div .svg,
.forgotPassword__form .input > div .svg {
  flex: 0 0 auto;
}
.login__form .input > div .svg svg,
.set-password__form .input > div .svg svg,
.welcome__form .input > div .svg svg,
.forgotPassword__form .input > div .svg svg {
  width: 100%;
  height: 100%;
}
.login__form__forgot,
.set-password__form__forgot,
.welcome__form__forgot,
.forgotPassword__form__forgot {
  text-align: right;
  color: var(--lightPrimary);
  font-size: 10px;
  cursor: pointer;
  margin-top: 5px;
}
.login__form form label,
.set-password__form form label,
.welcome__form form label,
.forgotPassword__form form label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login__form .enter,
.set-password__form .enter,
.welcome__form .enter,
.forgotPassword__form .enter,
.login__form .btn,
.set-password__form .btn,
.welcome__form .btn,
.forgotPassword__form .btn {
  margin-bottom: 40px;
  margin-top: 5px;
  width: 418px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightPrimary);
  max-width: 100%;
}
.login__form .enter[disabled],
.set-password__form .enter[disabled],
.welcome__form .enter[disabled],
.forgotPassword__form .enter[disabled],
.login__form .btn[disabled],
.set-password__form .btn[disabled],
.welcome__form .btn[disabled],
.forgotPassword__form .btn[disabled] {
  opacity: 0.7;
  cursor: default;
}
.login__form__cgu,
.set-password__form__cgu,
.welcome__form__cgu,
.forgotPassword__form__cgu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  width: 418px;
  max-width: 100%;
}
.login__form__cgu input,
.set-password__form__cgu input,
.welcome__form__cgu input,
.forgotPassword__form__cgu input {
  margin-left: 15px;
}
.login__form__cgu p,
.set-password__form__cgu p,
.welcome__form__cgu p,
.forgotPassword__form__cgu p {
  margin-left: 13px;
  font-size: 12px;
  font-weight: 500;
  color: #8c909a;
}
.login__form__cgu p span,
.set-password__form__cgu p span,
.welcome__form__cgu p span,
.forgotPassword__form__cgu p span {
  color: var(--lightPrimary);
  cursor: pointer;
}
.login__questions,
.set-password__questions,
.welcome__questions,
.forgotPassword__questions {
  flex-shrink: 0;
}
.login__questions iframe,
.set-password__questions iframe,
.welcome__questions iframe,
.forgotPassword__questions iframe {
  width: 450px;
  max-width: 100%;
  min-height: 500px;
}
.login__questions-skip,
.set-password__questions-skip,
.welcome__questions-skip,
.forgotPassword__questions-skip {
  margin: 20px;
  color: var(--grey);
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.login .validation,
.set-password .validation,
.welcome .validation,
.forgotPassword .validation {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
.login .validation__text,
.set-password .validation__text,
.welcome .validation__text,
.forgotPassword .validation__text {
  font-size: 12px;
  height: 14.5px;
}
.login .validation__text.green,
.set-password .validation__text.green,
.welcome .validation__text.green,
.forgotPassword .validation__text.green {
  color: #00aa00;
}
.login .validation__text.red,
.set-password .validation__text.red,
.welcome .validation__text.red,
.forgotPassword .validation__text.red {
  color: #ff0000;
}
.login .login-error,
.set-password .login-error,
.welcome .login-error,
.forgotPassword .login-error,
.login .signup-error,
.set-password .signup-error,
.welcome .signup-error,
.forgotPassword .signup-error,
.login .forgotPassword-error,
.set-password .forgotPassword-error,
.welcome .forgotPassword-error,
.forgotPassword .forgotPassword-error,
.login .set-password-error,
.set-password .set-password-error,
.welcome .set-password-error,
.forgotPassword .set-password-error {
  text-align: center;
  font-size: 13px;
  color: var(--warning);
  padding-top: 10px;
  height: 13px;
}
.login__signup-link,
.set-password__signup-link,
.welcome__signup-link,
.forgotPassword__signup-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 420px;
  max-width: 80%;
}
.login__signup-link:before,
.set-password__signup-link:before,
.welcome__signup-link:before,
.forgotPassword__signup-link:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  background-color: var(--grey);
  height: 1px;
  width: 100%;
}
.login__signup-link span,
.set-password__signup-link span,
.welcome__signup-link span,
.forgotPassword__signup-link span {
  display: block;
  text-align: center;
  margin: 0px 0px 35px 0px;
  z-index: 100;
  background-color: var(--light);
  padding: 0px 20px;
}
.login__signup-link a,
.set-password__signup-link a,
.welcome__signup-link a,
.forgotPassword__signup-link a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  cursor: pointer;
  border: 1px solid var(--darkGrey);
  border-radius: 3px;
  color: var(--dark);
  text-decoration: none;
}
.login .required,
.set-password .required,
.welcome .required,
.forgotPassword .required {
  font-size: 20px;
  position: absolute;
}
.login .signup .enter,
.set-password .signup .enter,
.welcome .signup .enter,
.forgotPassword .signup .enter {
  width: 100%;
}
.login .signup__title,
.set-password .signup__title,
.welcome .signup__title,
.forgotPassword .signup__title {
  text-align: center;
  margin-bottom: 0;
}
.login .signup__subtitle,
.set-password .signup__subtitle,
.welcome .signup__subtitle,
.forgotPassword .signup__subtitle {
  color: var(--grey);
  max-width: 400px;
  font-size: 14px;
  margin: 15px 0;
  margin-bottom: 30px;
}
.login .signup__name,
.set-password .signup__name,
.welcome .signup__name,
.forgotPassword .signup__name {
  display: flex;
  margin: 17px 0px;
  gap: 20px;
  max-width: 420px;
}
.login .signup__name .input,
.set-password .signup__name .input,
.welcome .signup__name .input,
.forgotPassword .signup__name .input {
  width: 50%;
  margin-top: 0px;
}
.login .signup__phone,
.set-password .signup__phone,
.welcome .signup__phone,
.forgotPassword .signup__phone {
  display: flex;
  flex-direction: column;
}
.login .signup__phone .PhoneInput,
.set-password .signup__phone .PhoneInput,
.welcome .signup__phone .PhoneInput,
.forgotPassword .signup__phone .PhoneInput {
  width: 100%;
  border-width: 1px;
  box-sizing: border-box;
  border-color: var(--lightGrey);
}
.login .signup__phone .PhoneInput.error,
.set-password .signup__phone .PhoneInput.error,
.welcome .signup__phone .PhoneInput.error,
.forgotPassword .signup__phone .PhoneInput.error {
  border-color: var(--warning);
}
.login .signup__phone .PhoneInputCountry,
.set-password .signup__phone .PhoneInputCountry,
.welcome .signup__phone .PhoneInputCountry,
.forgotPassword .signup__phone .PhoneInputCountry {
  width: unset;
  margin-left: 18px;
}
.login .signup__phone .PhoneInputInput,
.set-password .signup__phone .PhoneInputInput,
.welcome .signup__phone .PhoneInputInput,
.forgotPassword .signup__phone .PhoneInputInput {
  border: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--dark);
  padding-left: 16px;
  padding-right: 16px;
  /* outline: none; */
  min-height: 43px;
  border-radius: 4px;
}
.login .signup__profession,
.set-password .signup__profession,
.welcome .signup__profession,
.forgotPassword .signup__profession {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
}
.login .signup__profession label,
.set-password .signup__profession label,
.welcome .signup__profession label,
.forgotPassword .signup__profession label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession p,
.set-password .signup__profession p,
.welcome .signup__profession p,
.forgotPassword .signup__profession p {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession__choices,
.set-password .signup__profession__choices,
.welcome .signup__profession__choices,
.forgotPassword .signup__profession__choices {
  display: flex;
  justify-content: space-evenly;
}
.login .signup__profession__choices__type,
.set-password .signup__profession__choices__type,
.welcome .signup__profession__choices__type,
.forgotPassword .signup__profession__choices__type {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.login .signup__profession__choices__type label,
.set-password .signup__profession__choices__type label,
.welcome .signup__profession__choices__type label,
.forgotPassword .signup__profession__choices__type label {
  margin: 0;
  cursor: pointer;
  padding: 10px;
}
.login .signup__profession__choices__type input,
.set-password .signup__profession__choices__type input,
.welcome .signup__profession__choices__type input,
.forgotPassword .signup__profession__choices__type input {
  cursor: pointer;
  margin-top: -2px;
}
.login .signup__profession__select,
.set-password .signup__profession__select,
.welcome .signup__profession__select,
.forgotPassword .signup__profession__select {
  margin-top: 17px;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 15px;
  color: var(--lightPrimary);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.login .signup__profession__select label,
.set-password .signup__profession__select label,
.welcome .signup__profession__select label,
.forgotPassword .signup__profession__select label {
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
.login .signup__profession__select select,
.set-password .signup__profession__select select,
.welcome .signup__profession__select select,
.forgotPassword .signup__profession__select select {
  width: 100%;
  -webkit-box-align: center;
  transition: 0.7s;
  position: relative;
  min-height: 45px;
  background-color: var(--light);
  border-color: var(--lightGrey);
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 1px;
  font-size: 14px;
}
.login .signup__questions,
.set-password .signup__questions,
.welcome .signup__questions,
.forgotPassword .signup__questions {
  flex-shrink: 0;
}
.login .signup__questions iframe,
.set-password .signup__questions iframe,
.welcome .signup__questions iframe,
.forgotPassword .signup__questions iframe {
  width: 450px;
  max-width: 100%;
  min-height: 500px;
}
.login .signup__questions-skip,
.set-password .signup__questions-skip,
.welcome .signup__questions-skip,
.forgotPassword .signup__questions-skip {
  margin: 20px;
  color: var(--grey);
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.welcome__colored {
  padding-top: 100px;
}
.welcome__form__logo {
  margin-bottom: 40px;
}
.welcome__form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.welcome__form-content video {
  max-width: min(400px, 100%);
}
.welcome h3 {
  max-width: 400px;
  text-align: center;
  margin: 0px 20px 45px 20px;
}
.welcome .slider {
  width: 320px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.welcome .slider__container {
  width: 320px;
  height: 100%;
  white-space: nowrap;
  transition: transform 300ms ease-in-out;
}
.welcome .slider__slide {
  width: 320px;
  height: 100%;
  display: inline-block;
  white-space: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.welcome .slider__slide-image {
  margin: 20px 0px;
}
.welcome .slider__slide-text {
  font-size: 14px;
}
.welcome .slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 7px;
}
.welcome .slider__dot {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #eaeaea;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
.welcome .slider__dot.current {
  background-color: #2d3446;
}
.welcome .guide-link {
  color: #8c909a;
  font-size: 13px;
  margin: 0px 20px 20px;
  text-align: center;
}
.welcome form {
  max-width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}
.account-linking-popup .popup-component__content {
  display: flex;
  direction: column;
  width: 450px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}
.account-linking-popup form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.account-linking-popup__header {
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.account-linking-popup__header h1 {
  font-size: 22px;
  margin: 0px 0px 20px 0px;
}
.account-linking-popup__body {
  padding: 0px 20px 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.account-linking-popup__footer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 50px;
}
.account-linking-popup__footer button {
  flex: 1;
  border-radius: 0px;
  font-size: 14px;
}
.account-linking-popup__footer button[type=submit] {
  background-color: var(--primary);
  color: var(--light);
  font-weight: 500;
}
@media (max-width: 62em) {
  .login__colored,
  .set-password__colored,
  .welcome__colored,
  .forgotPassword__colored {
    display: none;
  }
  .login__form,
  .set-password__form,
  .welcome__form,
  .forgotPassword__form {
    width: 100%;
    padding-top: 40px;
  }
}

/** @format */
#main.creator .bom {
  padding: 10px 0px 70px 0px;
}
#main.creator .bom__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark);
}
#main.creator .bom__subtitle {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}
#main.creator .bom__row-group {
  position: relative;
}
#main.creator .bom__row-group:after {
  position: absolute;
  top: 15px;
  right: 0px;
  content: '-';
  pointer-events: none;
}
#main.creator .bom__row-group.closed:after {
  content: '+';
}
#main.creator .bom__row-group.closed .bom__row-group-rows {
  display: none;
}
#main.creator .bom__row-group-title {
  font-weight: 600;
  padding: 15px 29px;
  margin: 0px -29px;
  cursor: pointer;
  font-size: 15px;
}
#main.creator .bom__row-group-rows {
  padding: 0px 29px;
  margin: 0px -29px;
  border-top: 1px solid var(--lightGrey);
  border-bottom: 1px solid var(--lightGrey);
}
#main.creator .bom__row {
  margin: 0px -29px;
  padding: 9px 29px;
  font-size: 13px;
}
#main.creator .bom__row:nth-child(even) {
  background-color: #f7f7f7;
}
#main.creator .bom__row-content {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
#main.creator .bom__row-subrows {
  font-size: 12px;
  padding-left: 15px;
  margin-top: 5px;
}
#main.creator .bom__row-subrow {
  margin-bottom: 2px;
}
#main.creator .bom__row-room {
  text-transform: uppercase;
  color: #9f9f9f;
  font-weight: 500;
  font-size: 10px;
  white-space: nowrap;
}
#main.creator .bom__row-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
#main.creator .bom__row-quantity {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
  width: 70px;
  justify-content: end;
  flex-shrink: 0;
}
#main.creator .bom__row-product {
  font-size: 15px;
}
#main.creator .bom__section {
  padding: 20px 0px 40px 0px;
}

/** @format */
/** @format */
.centering {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratio-box {
  height: 56.25vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#main.creator {
  font-family: 'Raleway', sans-serif;
}
#main.creator .header .steps__tab__title {
  font-weight: 600;
}
#main.creator #body {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  position: relative;
}
#main.creator #body .creatorpanel {
  width: 100px;
  min-width: 100px;
  height: 100%;
  box-shadow: 0 7px 48px 0 rgba(0, 0, 0, 0.07);
  transition: 0.5s width, 0.5s min-width;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
#main.creator #body .creatorpanel__toggle {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px 10px 14px;
  background-color: var(--light);
  color: var(--grey);
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s all;
  cursor: pointer;
  z-index: 10;
  flex-wrap: wrap;
}
#main.creator #body .creatorpanel__toggle .svg {
  transform: rotate(180deg);
  transition: 0.5s transform;
  width: 24px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
#main.creator #body .creatorpanel__toggle .svg svg path {
  fill: var(--grey);
}
#main.creator #body .creatorpanel__panel {
  background-color: var(--light);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main.creator #body .creatorpanel__content {
  padding-top: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#main.creator #body .creatorpanel__content .input {
  padding-left: 35px;
}
#main.creator #body .creatorpanel__content hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--lightGrey);
  margin-top: 22px;
  margin-bottom: 20px;
}
#main.creator #body .creatorpanel__content h3 {
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}
#main.creator #body .creatorpanel__content .sectors-list,
#main.creator #body .creatorpanel__content .rooms-list {
  overflow-y: auto;
  flex-grow: 1;
}
#main.creator #body .creatorpanel__content .sectors-list {
  padding-bottom: 20px;
}
#main.creator #body .creatorpanel__content .sectors-list__create {
  display: flex;
  gap: 10px;
  padding: 10px 20px 10px 16px;
  background-color: var(--primary);
  color: var(--light);
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
}
#main.creator #body .creatorpanel__content .sectors-list .subtitle {
  margin-top: 12px;
  margin-bottom: 12px;
}
#main.creator #body .creatorpanel__content .sector + .sector,
#main.creator #body .creatorpanel__content .room + .room {
  margin-top: 12px;
}
#main.creator #body .creatorpanel__content .sector,
#main.creator #body .creatorpanel__content .room {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main.creator #body .creatorpanel__content .sector.active .icon.type .svg svg path,
#main.creator #body .creatorpanel__content .room.active .icon.type .svg svg path {
  fill: #1258c5;
}
#main.creator #body .creatorpanel__content .sector.active .data p,
#main.creator #body .creatorpanel__content .room.active .data p {
  color: #1258c5;
}
#main.creator #body .creatorpanel__content .sector .icon,
#main.creator #body .creatorpanel__content .room .icon {
  width: 75px;
  height: 35px;
}
#main.creator #body .creatorpanel__content .sector .icon .svg,
#main.creator #body .creatorpanel__content .room .icon .svg {
  width: 100%;
  height: 100%;
}
#main.creator #body .creatorpanel__content .sector .icon .svg svg,
#main.creator #body .creatorpanel__content .room .icon .svg svg {
  width: 100%;
  height: 100%;
}
#main.creator #body .creatorpanel__content .sector .icon .svg svg path,
#main.creator #body .creatorpanel__content .room .icon .svg svg path {
  fill: #1C283F;
}
#main.creator #body .creatorpanel__content .sector .data,
#main.creator #body .creatorpanel__content .room .data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#main.creator #body .creatorpanel__content .sector .data p,
#main.creator #body .creatorpanel__content .room .data p {
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
#main.creator #body .creatorpanel__content .sector .data span,
#main.creator #body .creatorpanel__content .room .data span {
  color: var(--grey);
  font-size: 11px;
  line-height: 18px;
}
#main.creator #body .creatorpanel__content .sector .pen,
#main.creator #body .creatorpanel__content .room .pen {
  width: 24px;
  height: 24px;
}
#main.creator #body .creatorpanel__content .variants {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#main.creator #body .creatorpanel__content .variants hr {
  border: none;
  border-bottom: 1px solid var(--lightGrey);
  width: 100%;
  margin-top: 22px;
  margin-bottom: 20px;
}
#main.creator #body .creatorpanel__content .variants .row + .row {
  margin-top: 15px;
}
#main.creator #body .creatorpanel__content .variants .row {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 35px;
}
#main.creator #body .creatorpanel__content .variants .row span {
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
}
#main.creator #body .creatorpanel__content .variants .row select {
  border: 1px solid var(--dark);
  border-radius: 4px;
  color: var(--dark);
  background-color: transparent;
  height: 43px;
  padding-left: 15px;
  font-size: 11px;
  font-weight: 600;
  width: 222px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/assets/icons/icon-arrow.png);
  background-position: right 15px center;
  background-size: 11px auto;
  background-repeat: no-repeat;
}
#main.creator #body .creatorpanel__content .variants__created {
  width: 100%;
  padding: 0px 35px;
  box-sizing: border-box;
}
#main.creator #body .creatorpanel__content .variants__created h3 {
  padding-left: 0px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan {
  position: relative;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-top: 5px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex-basis: 50%;
  transition: height 0.5s;
  padding: 10px 5px;
  padding-top: 25px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .title {
  margin-top: 7px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .subtitle {
  color: var(--grey);
  font-size: 11px;
  line-height: 18px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .icon {
  width: 100%;
  height: 100%;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .icon svg {
  width: 100%;
  height: 100%;
  max-height: 42px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .icon svg path {
  fill: #0a2e67;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .close-icon {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0px;
  width: 22px;
  height: 22px;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .close-icon svg {
  opacity: 0.5;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .close-icon svg:hover,
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .close-icon svg.hovered {
  opacity: 1;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .error-icon {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 22px;
  height: 22px;
  color: red;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .error-icon svg {
  opacity: 0.5;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .error-icon svg:hover,
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan .error-icon svg.hovered {
  opacity: 1;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan:hover .icon svg path,
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.hovered .icon svg path {
  fill: #1258c5;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan:hover .title,
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.hovered .title {
  color: #1258c5;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan:hover .price,
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.hovered .price {
  color: #1258c5;
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.selected {
  border-radius: 6px;
  background-color: var(--lightPrimary);
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.selected .icon .svg svg path {
  fill: var(--light);
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.selected .title {
  color: var(--light);
}
#main.creator #body .creatorpanel__content .variants__created .floorplans .floorplan.selected .price {
  color: var(--light);
}
#main.creator #body .creatorpanel__footer {
  width: 100%;
  height: 40px;
  min-height: 40px;
  background-color: var(--primary);
  cursor: pointer;
  color: var(--light);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
#main.creator #body .creatorpanel__footer__cancel {
  margin-top: 0px;
  background-color: var(--secondary);
}
#main.creator #body .tablayout__tab.history {
  padding: 0px 22px;
  width: 30px;
  flex-grow: 0;
}
#main.creator #body .tablayout__tab.history p {
  position: relative;
  color: #8a8a8a;
  width: 23px;
}
#main.creator #body .tablayout__tab.history p:before {
  content: '';
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 2px;
  width: 13px;
  height: 13px;
  border: 2px solid #20232c;
  margin-top: -8px;
  background: transparent;
  border-radius: 18px;
}
#main.creator #body .tablayout__tab.history p:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  border: 2px solid #20232c;
  left: 10px;
  width: 4px;
  height: 5px;
  border-width: 0 0 2px 2px;
  margin-top: -5px;
  background: transparent;
}
#main.creator #viewer-2d > div {
  width: 100%;
  height: 100%;
}
#main.creator #viewer-2d > div svg {
  overflow: visible;
}
#main.creator #viewer-2d > div .svg svg {
  overflow: hidden;
}
@media (max-width: 650px) {
  #main.creator #body {
    flex-direction: column;
  }
}

/** @format */
.creatorpanel.open .creatorpanel__panel .variantpanel {
  opacity: 1;
}
.creatorpanel.open .creatorpanel__panel .variantpanel__header {
  margin-top: 0px;
}
.creatorpanel__panel .variantpanel {
  margin-top: 60px;
  opacity: 0;
}
.variantpanel {
  padding-bottom: 25px;
}
.variantpanel .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.variantpanel .row label {
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
}
.variantpanel .row select {
  width: 100%;
}
.variantpanel__import {
  box-sizing: border-box;
  width: 100%;
  font-family: monospace;
  font-size: 12px;
  padding: 8px;
  resize: vertical;
  min-height: 100px;
}
.variantpanel__header {
  font-size: 22px;
  font-weight: 600;
  color: var(--darkGrey);
  margin-bottom: 11px;
  margin-top: 35px;
}
.variantpanel__info {
  padding-left: 15px;
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 16px;
  color: var(--grey);
}
.variantpanel__footer .acquirer-form-pdf {
  display: block;
  margin: 30px 0px;
  padding: 20px 0px;
  border: 1px dashed black;
  border-radius: 5px;
  color: #424242;
  text-decoration: none;
  cursor: pointer;
  width: 430px;
  text-align: center;
}
.variantpanel__edit {
  background: #f8f8f8;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  margin-bottom: 25px;
}
.variantpanel__edit__btns,
.variantpanel__edit__quote {
  margin-top: 35px;
  font-size: 12px;
}
.variantpanel__edit__btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 6px;
}
.variantpanel__edit__btns button {
  min-width: 110px;
}
.variantpanel__edit__quote__label {
  font-size: 14px;
  color: var(--grey);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 25px;
}
.variantpanel__edit__quote__total {
  padding: 16px 12px 12px 12px;
  border-radius: 6px;
  background-color: var(--lightGrey);
  box-shadow: 0 7px 48px 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin: 10px 0px;
  border: 1px solid #e6e6e6;
}
.variantpanel__edit__quote__total > div {
  justify-content: center;
}
.variantpanel__csv-export {
  float: right;
  padding: 5px 10px;
}
.variantpanel__list > div {
  margin-bottom: 2px;
}
.variantpanel__list__title {
  color: var(--darkGrey);
  font-weight: 600;
  font-size: 12px;
  flex: 0 1 auto;
  margin-bottom: 10px;
}
.variantpanel__list__addbtn {
  margin-top: 10px;
  width: 100%;
}
.variantpanel__list .deleting {
  border-top: 1px solid var(--boxShadow);
  margin-top: 5px;
  padding-top: 5px;
}
.variantpanel .variant-container .children {
  padding-left: 30px;
}
.variantpanel .variant-container .children .add-child-variant {
  position: relative;
  height: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 50ms linear;
}
.variantpanel .variant-container .children .add-child-variant:hover {
  opacity: 1;
}
.variantpanel .variant-container .children .add-child-variant:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  height: 1px;
  background-color: #e8e8e8;
  right: 0px;
  left: 10px;
}
.variantpanel .variant-container .children .add-child-variant:after {
  content: '+';
  display: block;
  width: 30px;
  text-align: center;
  margin: 0px auto;
  background-color: white;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 0px;
  line-height: 20px;
  color: #cac9c9;
  font-size: 20px;
}
.variantpanel__card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  flex: 0 1 auto;
  border: 1.3px solid transparent;
  min-height: 52px;
  padding: 7px 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.variantpanel__card__check {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.variantpanel__card__check svg path:first-child {
  fill: var(--darkGrey);
}
.variantpanel__card button,
.variantpanel__card a {
  visibility: hidden;
}
.variantpanel__card:hover {
  border-color: var(--darkGrey);
  border-radius: 6px;
  background-color: rgba(45, 52, 70, 0.1);
}
.variantpanel__card:hover button,
.variantpanel__card:hover a {
  visibility: visible;
}
.variantpanel__card.selected {
  border-color: var(--darkGrey);
  border-radius: 6px;
  background-color: rgba(45, 52, 70, 0.1);
}
.variantpanel__card.selected .variantpanel__card__check {
  display: block;
}
.variantpanel__card.selected .variantpanel__card__info__title {
  color: var(--secondary);
}
.variantpanel__card__info {
  color: var(--darkGrey);
  font-weight: 600;
  font-size: 12px;
  flex: 1 1 auto;
}
.variantpanel__card__info__price {
  color: var(--grey);
}
.variantpanel__card__info p:not(:last-child) {
  margin-bottom: 3px;
}
.variantpanel__card button {
  padding: 5px 10px;
  border: none;
}

/** @format */
.category-input {
  display: flex;
  align-items: center;
  height: 70px;
}
.category-input__preview {
  width: 60px;
  padding: 20px 10px;
  height: 60px;
}
.category-input__preview .svg {
  width: 100%;
  height: 100%;
}
.category-input__preview .svg svg {
  width: 100%;
  height: 100%;
}
.category-input select {
  width: 300px;
  height: 60px;
}

/** @format */
.creatorheader {
  position: relative;
  height: 68px;
  box-shadow: 0px 4px 12px 0 rgba(232, 232, 237, 0.5);
  padding: 0px 0px;
  display: flex;
  align-items: center;
  z-index: 150;
}
.creatorheader .tooltip {
  display: flex;
}
.creatorheader__action {
  background-color: var(--light);
  position: relative;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.creatorheader__action.active {
  background-color: var(--darkGrey);
}
.creatorheader__action.active .svg svg path {
  fill: var(--light);
}
.creatorheader__action .svg svg path {
  fill: var(--darkGrey);
}
.creatorheader__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin-right: auto;
  color: var(--darkGrey);
  text-decoration: none;
  box-sizing: border-box;
  width: auto;
  padding-left: 25px;
}
.creatorheader__left__menu {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  align-items: center;
}
.creatorheader__left__menu a + a {
  margin-left: 35px;
}
.creatorheader__left__menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  height: 68px;
  white-space: nowrap;
}
.creatorheader__left__menu a p {
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 600;
}
.creatorheader__left__menu__sector {
  cursor: default;
}
.creatorheader__left__menu__arrow {
  content: '';
  display: block;
  top: 50%;
  left: 0px;
  background-image: url(/assets/img/chevron.png);
  height: 38px;
  width: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  display: flex;
  flex-direction: row;
  margin: 10px 20px;
}
.creatorheader__center {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  gap: 8px;
  margin: 0px 30px;
}
.creatorheader__center svg {
  width: auto;
  height: 22px;
}
.creatorheader__center .label {
  cursor: default;
  font-weight: 600;
  font-size: 20px;
  color: var(--dark);
}
.creatorheader__center .tooltip .label {
  margin: 10px 0px;
}
.creatorheader__center .tooltip__content {
  max-width: 400px;
}
.creatorheader__right {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
  flex: 1;
  padding-right: 25px;
  box-sizing: border-box;
  width: auto;
}
.creatorheader__right .status {
  cursor: default;
  color: var(--light);
  background-color: #ccc;
  padding: 7px 10px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  text-transform: capitalize;
  border-left: 1px solid white;
  font-size: 13px;
  font-weight: 600;
}
.creatorheader__right .status__wrapper {
  margin-right: 14px;
}
.creatorheader__right .status__wrapper .tooltip__content {
  margin-top: 10px;
  width: 200px;
}
.creatorheader__right .status.draft {
  background-color: #ffaa29;
}
.creatorheader__right .status.sent {
  background-color: #469550;
}
.creatorheader__right .status.signed,
.creatorheader__right .status.paid {
  background-color: #377ded;
}
.creatorheader__right .status.submitted {
  background-color: #8fd097;
}
.creatorheader__right__nav {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex: 0 1 auto;
  padding-left: 25px;
}
.creatorheader__right__nav button {
  margin: 13px 10px;
  height: 40px;
  min-height: 40px;
}
.creatorheader__right__nav > div {
  display: flex;
  align-items: center;
}
.creatorheader__right__nav select {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--dark);
}
.creatorheader__right__nav .percentage {
  border: 1px solid var(--lightGrey);
  border-radius: 4px;
  height: 36px;
  margin-left: 7px;
}
.creatorheader__right__nav .separator {
  flex: 0 1 auto;
  width: 2px;
  height: 27px;
  background-color: #e8e8e9;
  margin: 20px 20px;
}
.creatorheader__right__nav__icon + .creatorheader__right__nav__icon {
  margin-left: 15px;
}
.creatorheader__right__nav__icon {
  flex: 0 1 auto;
  cursor: pointer;
}
.creatorheader__right__nav__icon:hover svg path {
  fill: var(--lightPrimary);
}
.creatorheader__right__nav__actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.creatorheader__right__nav__actions[disabled] {
  opacity: 0.3;
  cursor: default;
}
.creatorheader__right__nav__actions.error .svg svg path {
  fill: var(--warning);
}
.creatorheader__right__nav__actions.error p {
  color: var(--warning);
}
@keyframes success {
  0% {
    fill: var(--success);
  }
  80% {
    fill: var(--success);
  }
  100% {
    fill: var(--dark);
  }
}
.creatorheader__right__nav__actions.success .svg svg path {
  animation: success 3s 1;
}
.creatorheader__right__nav__actions .svg {
  margin-right: 7px;
}
.creatorheader__right__nav__actions p {
  font-size: 13px;
  color: var(--darkGrey);
  font-weight: 600;
}
.creatorheader__right__nav__actions.needs-save:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: red;
  position: absolute;
  top: 4px;
  left: 27px;
}
.creatorheader__right__nav__actions + .creatorheader__right__nav__actions {
  margin-left: 17px;
}
.creatorheader__right__nav__tab {
  padding: 9px 29px 11px;
  background-color: var(--primary);
  color: var(--light);
  text-decoration: none;
  box-shadow: 0 2px 12px 0 var(--boxShadow);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 25px;
  flex: 0 1 auto;
  cursor: pointer;
}
.creatorheader__right__nav .saved-button {
  background-color: green !important;
  border: 2px solid green !important;
}
.creatorheader .save-btn {
  position: relative;
}
.creatorheader .save-btn .svg {
  width: 20px;
  height: 20px;
}
.creatorheader .save-btn.needs-save .svg:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: red;
  position: absolute;
  top: 4px;
  left: 27px;
}
.creatorheader .save-btn.disabled {
  pointer-events: none;
}
.creatorheader .save-btn + .save-btn {
  padding-right: 0px;
  margin-left: 12px;
}
.creatorheader .select-floorplans {
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-color: var(--light);
}
.creatorheader .select-floorplans:hover {
  cursor: pointer;
  text-decoration: underline;
}

/** @format */
/** @format */
.centering {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratio-box {
  height: 56.25vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#main.promoter-creator .editable-text {
  min-height: 14px;
  cursor: default;
}
#main.promoter-creator .editable-text input {
  margin: -10px 0px;
}
#main.promoter-creator .editable-text span {
  border: 1px solid transparent;
  padding: 2px;
}
#main.promoter-creator .manual .editable-text {
  cursor: pointer;
}
#main.promoter-creator .manual .editable-text:hover span {
  border: 1px solid var(--lightGrey);
  border-radius: 2px;
}
#main.promoter-creator .validations__header {
  margin: 10px 0px;
  padding: 15px 5px;
  border-bottom: 1px solid #d5d6da;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
#main.promoter-creator .validations__header-profession {
  text-transform: uppercase;
  color: #777;
}
#main.promoter-creator .validations__header-name {
  margin: 0px 10px;
}
#main.promoter-creator .validations__header-email {
  font-size: 11px;
}
#main.promoter-creator .validations__subheader {
  margin: 10px 0px;
  padding: 15px 5px;
  border-bottom: 1px solid #d5d6da;
  margin-top: 25px;
}
#main.promoter-creator .validations__cancel {
  margin-left: auto;
}
#main.promoter-creator .validations__cancel .svg {
  width: 10px;
  height: 10px;
}
#main.promoter-creator .validations__noapproval {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
#main.promoter-creator .validations__notAllowed {
  margin: 25px 0;
  color: var(--darkGrey);
  text-align: center;
}
#main.promoter-creator .validations__request {
  padding: 15px;
  box-shadow: 0px 4px 12px 0 rgba(232, 232, 237, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
}
#main.promoter-creator .validations__request-title {
  font-size: 13px;
  margin-bottom: 10px;
}
#main.promoter-creator .validations__requestdate {
  font-size: 12px;
}
#main.promoter-creator .validations__norequest {
  font-size: 12px;
  color: #aaa;
}
#main.promoter-creator .validations__requestbtn {
  padding: 10px 20px;
}
#main.promoter-creator .validations__select-user {
  margin-bottom: 10px;
}
#main.promoter-creator .validations__user {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 10px 0px;
}
#main.promoter-creator .validations__user input[type='checkbox']:disabled + label {
  opacity: 0.3;
  cursor: normal;
}
#main.promoter-creator .validations__user label {
  cursor: pointer;
}
#main.promoter-creator .validations__user-profession {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #777;
}
#main.promoter-creator .validations__user-name {
  font-size: 13px;
}
#main.promoter-creator .validations__user-email {
  font-size: 11px;
}
#main.promoter-creator .review {
  padding: 20px 0px;
}
#main.promoter-creator .approval {
  width: 100%;
  border-radius: 5px;
  margin: 20px 0px 10px 0px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0 rgba(232, 232, 237, 0.7);
}
#main.promoter-creator .approval[data-status='approved'] .approval__status {
  background-color: #a2c797;
}
#main.promoter-creator .approval[data-status='approved'] .approval__status .status:before {
  content: '\2713';
  padding-right: 10px;
}
#main.promoter-creator .approval[data-status='rejected'] .approval__status {
  background-color: #f58d70;
}
#main.promoter-creator .approval[data-status='rejected'] .approval__status .status:before {
  content: '\2717';
  padding-right: 10px;
}
#main.promoter-creator .approval.outdated .approval__body .message {
  opacity: 0.3;
}
#main.promoter-creator .approval.outdated .approval__status {
  opacity: 0.3;
}
#main.promoter-creator .approval__status {
  color: white;
  font-size: 12px;
  padding: 22px;
}
#main.promoter-creator .approval__status .date {
  font-size: 10px;
  margin-top: 5px;
}
#main.promoter-creator .approval__status .time {
  font-size: 10px;
}
#main.promoter-creator .approval__body {
  font-size: 13px;
  padding: 22px;
  flex-grow: 1;
  white-space: pre-wrap;
}
#main.promoter-creator .approval__body .outdatedmsg {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #f58d70;
  color: #f58d70;
  margin-bottom: 20px;
}
#main.promoter-creator .approval__editbtn {
  padding: 15px;
  cursor: pointer;
}
#main.promoter-creator .revieweditor textarea {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid grey;
  box-sizing: border-box;
  padding: 15px;
  margin: 50px 0px 10px 0px;
}
#main.promoter-creator .revieweditor__buttons {
  display: flex;
  justify-content: end;
}
#main.promoter-creator .revieweditor__button {
  color: white;
  font-weight: 500;
  padding: 7px 15px;
}
#main.promoter-creator .revieweditor__button.reject {
  margin: 0px 10px;
  background-color: #f58d70;
}
#main.promoter-creator .revieweditor__button.reject:before {
  content: '\2717';
  padding-right: 10px;
}
#main.promoter-creator .revieweditor__button.approve {
  background-color: #a2c797;
}
#main.promoter-creator .revieweditor__button.approve:before {
  content: '\2713';
  padding-right: 10px;
}
.quotepanel {
  width: 72px;
  height: 100%;
  box-shadow: 0px 4px 12px 0 rgba(232, 232, 237, 0.5);
  z-index: 2;
  transition: 0.5s width;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.quotepanel .unitPrice input[type='number']::-webkit-inner-spin-button,
.quotepanel .quantity input[type='number']::-webkit-inner-spin-button,
.quotepanel .tax input[type='number']::-webkit-inner-spin-button,
.quotepanel .unitPrice input[type='number']::-webkit-outer-spin-button,
.quotepanel .quantity input[type='number']::-webkit-outer-spin-button,
.quotepanel .tax input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  padding-right: 0;
}
.quotepanel .unitPrice input[type='number'],
.quotepanel .quantity input[type='number'],
.quotepanel .tax input[type='number'] {
  -moz-appearance: textfield;
}
.quotepanel__addicon {
  font-size: 20px;
  border: 2px solid #2d3446;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
  margin-right: 10px;
}
.quotepanel__addicon:after {
  content: '+';
}
.quotepanel__wrapper {
  height: 100%;
  width: 750px;
  opacity: 0;
  transition: 0.5s opacity;
  display: flex;
  flex-direction: column;
}
.quotepanel__info {
  font-size: 12px;
  /* color: var(--grey); */
  padding: 10px;
  margin-bottom: 20px;
  border-style: solid;
  border-radius: 6px;
  border-width: 1px;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
.quotepanel__info.migrate {
  background: #ffde59;
}
.quotepanel__info.historical {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d7effa;
}
.quotepanel__info.historical .text {
  display: flex;
  align-items: center;
}
.quotepanel__info.historical .icon {
  margin-right: 6px;
}
.quotepanel__info.historical button {
  border: none;
  padding: 0px 15px;
}
.quotepanel.open {
  min-width: 750px;
  width: 50%;
  max-width: 750px;
}
.quotepanel.open .quotepanel__toggle {
  width: auto;
}
.quotepanel.open .quotepanel__toggle .svg {
  transform: rotateZ(0deg);
  transition: 0.5s transform;
  margin-left: 20px;
  margin-right: 29px;
}
.quotepanel.open .quotepanel__wrapper {
  opacity: 1;
  pointer-events: all;
}
.quotepanel__toggle {
  width: 72px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  cursor: pointer;
}
.quotepanel__toggle .svg {
  transform: rotate(180deg);
  transition: 0.5s transform;
  width: 24px;
  position: relative;
}
.quotepanel__toggle .svg svg path {
  fill: var(--grey);
}
.quotepanel__menu {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--grey);
  background-color: var(--lightGrey);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 50px;
  flex-shrink: 0;
}
.quotepanel__menu .tabs {
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  padding-right: 80px;
}
.quotepanel__menu .tabs .more {
  padding: 0px 22px;
}
.quotepanel__menu .tabs .more p {
  position: relative;
  color: #8a8a8a;
  width: 23px;
}
.quotepanel__menu .tabs .more p:before {
  content: '';
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 2px;
  width: 13px;
  height: 13px;
  border: 2px solid #20232c;
  margin-top: -8px;
  background: transparent;
  border-radius: 18px;
}
.quotepanel__menu .tabs .more p:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  border: 2px solid #20232c;
  left: 10px;
  width: 4px;
  height: 5px;
  border-width: 0 0 2px 2px;
  margin-top: -5px;
  background: transparent;
}
.quotepanel__menu .tabs > div {
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  width: min-content;
}
.quotepanel__menu .tabs > div p {
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  left: -3px;
  z-index: 2;
  text-align: center;
}
.quotepanel__menu .tabs > div p span {
  position: absolute;
  background-color: #e70050;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-size: 11px;
  font-weight: 600;
  box-sizing: border-box;
  padding-bottom: 2px;
  top: -6px;
  right: -16px;
}
.quotepanel__menu .tabs .disabled {
  cursor: default;
}
.quotepanel__menu .tabs .disabled p {
  color: var(--grey);
}
.quotepanel__menu .tabs .active {
  background-color: var(--light);
  border-top-left-radius: 4px;
  border-top-right-radius: 6px;
  box-shadow: 0 2px 12px 0 #dbdbdd;
  position: relative;
}
.quotepanel__menu .tabs .active:after {
  height: 120%;
  width: 15px;
  right: -6px;
  background-color: var(--lightGrey);
  content: '';
  position: absolute;
  transform: rotateZ(-15deg);
  top: -7px;
  border-bottom-left-radius: 9px;
  box-shadow: -10px 5px 0px 2px var(--light);
}
.quotepanel__menu .tabs .active:before {
  height: 20px;
  width: 10px;
  right: 13px;
  top: 0px;
  background-color: var(--light);
  box-shadow: 7px -5px 0px 2px var(--lightGrey);
  content: '';
  position: absolute;
  z-index: 1;
  border-top-right-radius: 9px;
  transform: rotateZ(-15deg);
}
.quotepanel__panel {
  position: relative;
  overflow: auto;
  padding: 0px 29px 0px 29px;
  background-color: var(--light);
  height: 100%;
}
.quotepanel__btn {
  float: right;
  max-width: 150px;
  min-width: 150px;
  height: 45px;
  margin-left: 10px;
  font-size: 12px;
}
.quotepanel__btn p {
  padding-left: 10px;
  padding-right: 10px;
}
.quotepanel__btn.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.quotepanel__page {
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 130px 29px 100px 29px;
  margin: 0px -29px;
}
.quotepanel__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  left: 0;
  background-color: var(--light);
  z-index: 1;
  padding: 29px 0px;
}
.quotepanel__header.fixed {
  position: absolute;
  top: 0px;
  border-bottom: 1px solid #EEE;
  padding: 29px;
  width: 100%;
  box-sizing: border-box;
}
.quotepanel__header.vertical {
  display: block;
}
.quotepanel__header h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--darkGrey);
  margin-bottom: 11px;
}
.quotepanel__header h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--grey);
}
.quotepanel__header__title {
  flex-grow: 1;
}
.quotepanel__header__total {
  width: 100px;
  text-align: center;
}
.quotepanel__header__total > div {
  margin-top: 10px;
  color: var(--lightPrimary);
  font-size: 14px;
}
.quotepanel__header__total__pending {
  font-size: 12px;
  margin-top: 4px;
}
.quotepanel__header .header-demands {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quotepanel__header .header-demands h3 {
  margin-bottom: 0px;
}
.quotepanel__header .header-demands .download-img {
  display: flex;
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.quotepanel__header .header-demands .download-img .svg {
  width: 24px;
  height: 24px;
}
.quotepanel__header .header-demands__buttons {
  display: flex;
  flex-direction: column;
}
.quotepanel__header .header-demands__buttons button {
  padding: 5px 10px;
  margin: 0px 0px 5px 0px;
  font-size: 11px;
  justify-content: start;
}
.quotepanel__header .header-demands__buttons button .svg svg {
  width: 100%;
  height: 100%;
}
.quotepanel__section__add {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  opacity: 0.3;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
}
.quotepanel__section__add:hover {
  opacity: 0.5;
}
.quotepanel__section__add .quotepanel__addicon {
  border: none;
  border-right: 2px solid #2d3446;
}
.quotepanel__section__add .svg {
  margin-right: 6px;
}
.quotepanel__section__add .svg svg {
  width: 12px;
  height: 12px;
}
.quotepanel__section__add .svg svg path {
  fill: var(--darkGrey);
}
.quotepanel__colname {
  font-size: 10px;
  color: #8c909a;
  width: 60px;
  text-align: center;
}
.quotepanel__colname-name {
  flex-grow: 1;
}
.quotepanel__colname-total {
  width: 60px;
  text-align: right;
  font-size: 10px;
  color: #8c909a;
}
.quotepanel__colname-coef {
  cursor: pointer;
  font-size: 12px;
  color: #8c909a;
  margin: 0px 10px;
}
.quotepanel__colname-coef input {
  width: 60px;
}
.quotepanel__colname-coef span {
  cursor: pointer;
}
.quotepanel__colname-price {
  width: unset;
  font-size: 14px;
  font-weight: 600;
  color: var(--darkGrey);
  min-width: 80px;
  text-align: right;
}
.quotepanel__total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #e7ebed;
  margin-top: 10px;
  gap: 30px;
}
.quotepanel__total div {
  font-size: 14px;
  font-weight: 600;
  color: #8c909a;
}
.quotepanel__total .total {
  flex-grow: 1;
  color: var(--darkGrey);
}
.quotepanel__total .ttc {
  color: var(--darkGrey);
}
.quotepanel__total .tva input {
  border: none;
  background-color: #f9f9fd;
  border-radius: 4px;
  height: 30px;
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  height: auto;
  padding: 3px;
  width: 4ch;
}
.quotepanel__total .pending {
  font-weight: 500;
  color: var(--grey);
  margin-left: 5px;
  font-size: 12px;
}
.quotepanel__signatures {
  padding: 15px;
  box-shadow: 0px 4px 12px 0 rgba(232, 232, 237, 0.5);
  border-radius: 5px;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.quotepanel__signatures h3 {
  margin-bottom: 20px;
}
.quotepanel__signatures .signature-request {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}
.quotepanel__signatures .signature-request__email {
  color: var(--grey);
  font-size: 12px;
}
.quotepanel__signatures .signature-request__date {
  font-style: italic;
  font-size: 12px;
}
.quotepanel__signatures .signature-request__rejection {
  color: var(--warning);
  font-size: 12px;
  margin-left: 20px;
}
.quotepanel__signatures .signature-request .icon {
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
  margin-left: 0px;
  align-self: center;
}
.quotepanel__signatures .signature-request.signed .icon {
  background-color: var(--primary);
}
.quotepanel__signatures .signature-request.rejected .icon {
  background-color: var(--warning);
}
.quotepanel__signatures .signature-request.pending .icon {
  background-color: var(--boxShadow);
}
.quotepanel__content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.quotepanel__content .row__wrapper__sublines {
  overflow: hidden;
}
.quotepanel__content__table .row.active .arrow .svg {
  transform: rotateZ(0deg);
  transition: 0.5s all;
}
.quotepanel__content__table .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.quotepanel__content__table .row .deleted .total {
  text-decoration: line-through;
}
.quotepanel__content__table .row .deleted .editable-text.name {
  text-decoration: line-through;
  color: var(--secondary);
}
.quotepanel__content__table .row__section .reorder {
  display: none;
}
.quotepanel__content__table .row__section .manual .editable-text.name {
  cursor: pointer;
  color: green;
}
.quotepanel__content__table .row:first-child .row__wrapper__line {
  padding-top: 10px;
}
.quotepanel__content__table .row__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@keyframes rowupdate {
  0% {
    background: #b0ceff;
  }
  100% {
    background: var(--light);
  }
}
.quotepanel__content__table .row__wrapper .updated:not(.manual) {
  animation: rowupdate 1s;
  color: red;
}
.quotepanel__content__table .row__wrapper.hover {
  border: 1px solid #e7ebed;
  border-radius: 4px;
}
.quotepanel__content__table .row__wrapper .reorder {
  cursor: grab;
  display: none;
}
.quotepanel__content__table .row__wrapper .row__wrapper__sublines {
  overflow: hidden;
}
.quotepanel__content__table .row__wrapper__line {
  padding: 0px 15px;
}
.quotepanel__content__table .row__wrapper__sublines__row:first-child {
  margin-top: 5px;
}
.quotepanel__content__table .row__wrapper__line,
.quotepanel__content__table .row__wrapper__section,
.quotepanel__content__table .row__wrapper__sublines__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quotepanel__content__table .row__wrapper__line.unsaved > .name span::after,
.quotepanel__content__table .row__wrapper__section.unsaved > .name span::after,
.quotepanel__content__table .row__wrapper__sublines__row.unsaved > .name span::after {
  color: red;
  margin-left: 2px;
  font-weight: bold;
  content: '*';
}
.quotepanel__content__table .row__wrapper__line .arrow,
.quotepanel__content__table .row__wrapper__section .arrow,
.quotepanel__content__table .row__wrapper__sublines__row .arrow {
  min-width: 10px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.quotepanel__content__table .row__wrapper__line .arrow .svg,
.quotepanel__content__table .row__wrapper__section .arrow .svg,
.quotepanel__content__table .row__wrapper__sublines__row .arrow .svg {
  transform: rotate(180deg);
  transition: 0.5s all;
  cursor: pointer;
  transform-origin: center 65%;
  position: relative;
  top: -5px;
}
.quotepanel__content__table .row__wrapper__line .unitPrice,
.quotepanel__content__table .row__wrapper__section .unitPrice,
.quotepanel__content__table .row__wrapper__sublines__row .unitPrice {
  width: 19%;
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.quotepanel__content__table .row__wrapper__line .unitPrice input,
.quotepanel__content__table .row__wrapper__section .unitPrice input,
.quotepanel__content__table .row__wrapper__sublines__row .unitPrice input {
  width: 40px;
}
.quotepanel__content__table .row__wrapper__line .quantity,
.quotepanel__content__table .row__wrapper__section .quantity,
.quotepanel__content__table .row__wrapper__sublines__row .quantity {
  width: 9%;
  text-align: right;
  white-space: nowrap;
}
.quotepanel__content__table .row__wrapper__line .quantity input,
.quotepanel__content__table .row__wrapper__section .quantity input,
.quotepanel__content__table .row__wrapper__sublines__row .quantity input {
  width: 40px;
}
.quotepanel__content__table .row__wrapper__line .tax,
.quotepanel__content__table .row__wrapper__section .tax,
.quotepanel__content__table .row__wrapper__sublines__row .tax {
  width: 9%;
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.quotepanel__content__table .row__wrapper__line .tax input,
.quotepanel__content__table .row__wrapper__section .tax input,
.quotepanel__content__table .row__wrapper__sublines__row .tax input {
  width: 40px;
}
.quotepanel__content__table .row__wrapper__line .total,
.quotepanel__content__table .row__wrapper__section .total,
.quotepanel__content__table .row__wrapper__sublines__row .total {
  text-align: right;
  white-space: nowrap;
}
.quotepanel__content__table .row__wrapper__line .delete,
.quotepanel__content__table .row__wrapper__section .delete,
.quotepanel__content__table .row__wrapper__sublines__row .delete {
  opacity: 0;
  transition: opacity 300ms;
  background-color: transparent;
  padding: 0px 12px 0px 9px;
  width: 35px;
}
.quotepanel__content__table .row__wrapper__line .delete svg,
.quotepanel__content__table .row__wrapper__section .delete svg,
.quotepanel__content__table .row__wrapper__sublines__row .delete svg {
  max-width: 18px;
  max-height: 18px;
}
.quotepanel__content__table .row__wrapper__line:hover .delete,
.quotepanel__content__table .row__wrapper__section:hover .delete,
.quotepanel__content__table .row__wrapper__sublines__row:hover .delete {
  opacity: 1;
}
.quotepanel__content__table .row__wrapper__section {
  padding: 10px 15px;
  background-color: #e7ebed;
  margin-top: 10px;
}
.quotepanel__content__table .row__wrapper__section .name {
  font-size: 14px;
}
.quotepanel__content__table .row__wrapper__line .name {
  font-size: 12px;
}
.quotepanel__content__table .row__wrapper__section .name,
.quotepanel__content__table .row__wrapper__line .name {
  color: var(--darkGrey);
  font-weight: 600;
  width: auto;
}
.quotepanel__content__table .row__wrapper__section .spacer,
.quotepanel__content__table .row__wrapper__line .spacer {
  flex-grow: 1;
}
.quotepanel__content__table .row__wrapper__section .unit,
.quotepanel__content__table .row__wrapper__line .unit,
.quotepanel__content__table .row__wrapper__section .quantity,
.quotepanel__content__table .row__wrapper__line .quantity,
.quotepanel__content__table .row__wrapper__section .unitPrice,
.quotepanel__content__table .row__wrapper__line .unitPrice,
.quotepanel__content__table .row__wrapper__section .tax,
.quotepanel__content__table .row__wrapper__line .tax {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
}
.quotepanel__content__table .row__wrapper__section .total,
.quotepanel__content__table .row__wrapper__line .total {
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-left: 10px;
}
.quotepanel__content__table .row__wrapper__section .total span,
.quotepanel__content__table .row__wrapper__line .total span {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
}
.quotepanel__content__table .row__wrapper__section.detailed .name,
.quotepanel__content__table .row__wrapper__line.detailed .name {
  padding-left: 40px;
  box-sizing: border-box;
}
.quotepanel__content__table .row__wrapper__sublines__row .name {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
  box-sizing: border-box;
  padding: 5px;
  padding-left: 20px;
  max-width: 50%;
}
.quotepanel__content__table .row__wrapper__sublines__row .spacer {
  flex-grow: 1;
}
.quotepanel__content__table .row__wrapper__sublines__row .unit,
.quotepanel__content__table .row__wrapper__sublines__row .quantity,
.quotepanel__content__table .row__wrapper__sublines__row .unitPrice,
.quotepanel__content__table .row__wrapper__sublines__row .tax {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
  width: 60px;
  text-align: center;
  flex-shrink: 0;
}
.quotepanel__content__table .row__wrapper__sublines__row .total {
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
  width: 60px;
}
.quotepanel__content__table .row .remove {
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  opacity: 0;
  transition: opacity 300ms;
  align-items: center;
  justify-content: center;
}
.quotepanel__content__table .row .remove .svg svg {
  width: 15px;
  height: 15px;
}
.quotepanel__content__table .row .remove .svg svg path {
  fill: var(--darkGrey);
}
.quotepanel__content__table .row__wrapper__line:hover .remove {
  opacity: 1;
}
.quotepanel__content .addForm {
  padding-left: 40px;
}
.quotepanel__content .addForm h4 {
  color: var(--grey);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.quotepanel__content .addForm .sub-title {
  padding-left: 20px;
}
.quotepanel__content .addForm__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.quotepanel__content .addForm__group input {
  height: 41px;
  border: 1px solid var(--darkGrey);
  padding-left: 15px;
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
.quotepanel__content .addForm__group__buttons {
  display: flex;
  align-items: center;
}
.quotepanel__content .addForm__group__buttons .delete {
  background-color: transparent;
  cursor: pointer;
  color: var(--warning);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotepanel__content .addForm__group__buttons .delete .svg {
  margin-right: 8px;
}
.quotepanel__content .addForm__group__buttons .delete .svg svg path {
  fill: var(--warning);
}
.quotepanel__content .addForm__group__buttons .validate {
  margin-left: 20px;
  border-radius: 4px;
  background-color: var(--lightPrimary);
  width: 160px;
  height: 35px;
  color: var(--light);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotepanel__content .addForm__group__add {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0px 35px 0px 50px;
  opacity: 0;
  transition: opacity 300ms;
}
.quotepanel__content .addForm__group__add:hover {
  opacity: 0.7;
}
.quotepanel__content .addForm__group__add:before,
.quotepanel__content .addForm__group__add:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #ececec;
  flex-grow: 1;
}
.quotepanel__content .addForm__group__add .svg {
  margin: 0px 25px;
}
.quotepanel__content .addForm__group__add .svg svg {
  width: 12px;
  height: 12px;
}
.quotepanel__content .addForm__group__add .svg svg path {
  fill: #c2c4ca;
}
.quotepanel__content .addForm .addForm__sub + .addForm__sub {
  margin-top: 10px;
}
.quotepanel__content .addForm__sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px var(--grey) solid;
}
.quotepanel__content .addForm__sub__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.quotepanel__content .addForm__sub__data__name,
.quotepanel__content .addForm__sub__data__unit,
.quotepanel__content .addForm__sub__data__price,
.quotepanel__content .addForm__sub__data__quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quotepanel__content .addForm__sub__data__name label,
.quotepanel__content .addForm__sub__data__unit label,
.quotepanel__content .addForm__sub__data__price label,
.quotepanel__content .addForm__sub__data__quantity label {
  font-size: 11px;
  font-weight: 500;
  color: var(--grey);
}
.quotepanel__content .addForm__sub__data__name input,
.quotepanel__content .addForm__sub__data__unit input,
.quotepanel__content .addForm__sub__data__price input,
.quotepanel__content .addForm__sub__data__quantity input,
.quotepanel__content .addForm__sub__data__name select,
.quotepanel__content .addForm__sub__data__unit select,
.quotepanel__content .addForm__sub__data__price select,
.quotepanel__content .addForm__sub__data__quantity select {
  height: 41px;
  border: 1px solid var(--darkGrey);
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--light);
}
.quotepanel__content .addForm__sub__data__name input {
  width: 100%;
}
.quotepanel__content .addForm__sub__data__unit select {
  width: 61px;
  text-align: center;
}
.quotepanel__content .addForm__sub__data__price input {
  width: 61px;
  text-align: right;
}
.quotepanel__content .addForm__sub__data__quantity input {
  width: 41px;
  text-align: right;
}
.quotepanel__content .addForm__sub__data .delete {
  border-radius: 50%;
  color: var(--light);
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: var(--warning);
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotepanel__content__add {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--darkGrey);
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #e7ebed;
  opacity: 0.5;
  font-weight: 600;
}
.quotepanel__content__add:hover {
  cursor: pointer;
  opacity: 1;
}
.quotepanel__content__footer {
  width: 100%;
  padding: 20px 16px 16px 25px;
  border-radius: 6px;
  background-color: var(--light);
  box-shadow: 0 7px 48px 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin: 20px 0px;
  border: 1px solid #e6e6e6;
}
.quotepanel__content__footer h4 {
  margin-bottom: 24px;
}
.quotepanel__content__footer__table {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quotepanel__content__footer__table__data {
  display: flex;
  align-items: end;
}
.quotepanel__content__footer__table__data div + div {
  margin-left: 40px;
}
.quotepanel__content__footer__table__data > div {
  display: flex;
  flex-direction: column;
  max-width: 90px;
}
.quotepanel__content__footer__table__data > div label {
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--grey);
  font-weight: 500;
}
.quotepanel__content__footer__table__data > div .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quotepanel__content__footer__table__data > div .input input {
  border: none;
  background-color: #f9f9fd;
  border-radius: 4px;
  height: 30px;
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  margin-right: 5px;
  text-align: right;
}
.quotepanel__content__footer__table__data > div .input span {
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  min-width: 53px;
  text-align: right;
}
.quotepanel__content__footer__table__data > div .input.tva span {
  min-width: 0px;
}
.quotepanel__content__footer__table__data > div .tva input {
  width: 40px;
}
.quotepanel__content__footer__table__data .total label {
  color: var(--lightPrimary);
}
.quotepanel__content__footer__table__data .total .input input {
  color: var(--lightPrimary);
}
.quotepanel__content__footer__table__data .total .input span {
  color: var(--lightPrimary);
}
.quotepanel__content__footer__table .button-container {
  display: flex;
}
.quotepanel__content__footer__table__button {
  position: relative;
  border-radius: 4px;
  background-color: #377ded;
  width: 100px;
  height: 35px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px;
}
.quotepanel__content__footer__table__button.disabled {
  opacity: 0.3;
  cursor: default;
}
.quotepanel__content__footer__table__button.unsaved:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #a80000;
  position: absolute;
  top: 9px;
  right: 12px;
}
.quotepanel__content__footer__table__tooltip .tooltip__content {
  width: 160px;
}
.quotepanel__content .demands-rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--lightGrey);
}
.quotepanel__content .demands-rows .row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--lightGrey);
  height: 100%;
}
.quotepanel__content .demands-rows .row .content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.quotepanel__content .demands-rows .row .content-right .status {
  color: var(--light);
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  border-left: 1px solid white;
  cursor: pointer;
  flex-grow: 0;
  margin: 6px 0px;
  width: 80%;
}
.quotepanel__content .demands-rows .row .content-right .accept {
  background-color: #a2c797;
}
.quotepanel__content .demands-rows .row .content-right .unprocessed {
  background-color: var(--grey);
}
.quotepanel__content .demands-rows .row .content-right .reject {
  background-color: #d13f5e;
}
.quotepanel__content .demands-rows .row .content-right .cancel {
  background-color: white;
  color: black;
  text-decoration: underline;
}
.quotepanel__content .demands-rows .row .content-right .tailor {
  background-color: white;
  color: black;
  border: 1px solid black;
  border-radius: 10px;
}
.quotepanel__content .demands-rows .row .content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .demand-comment {
  padding: 15px 20px;
  margin: 10px 10px 10px 45px;
  background-color: #eaeaea;
  border-radius: 5px;
  font-size: 13px;
  width: 80%;
}
.quotepanel__content .demands-rows .row .content-left .demand-comment__status {
  margin-bottom: 10px;
}
.quotepanel__content .demands-rows .row .content-left .demand-comment__status__approved {
  color: #197656;
}
.quotepanel__content .demands-rows .row .content-left .demand-comment__status__rejected {
  color: #cf415e;
}
.quotepanel__content .demands-rows .row .content-left .demand-comment__text {
  color: black;
  white-space: pre-wrap;
}
.quotepanel__content .demands-rows .row .content-left .demand-header {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.quotepanel__content .demands-rows .row .content-left .demand-header .button_container {
  display: flex;
  flex-direction: column;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--light);
  background-color: #ffc251;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  margin: 8px 0;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div .green > .svg {
  width: 24px;
  height: 24px;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div .green > .svg path:nth-child(even) {
  fill: green;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div .red > .svg {
  width: 24px;
  height: 24px;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div .red > .svg path:nth-child(even) {
  fill: red;
}
.quotepanel__content .demands-rows .row .content-left .demand-header > div p {
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  color: var(--dark);
  padding: 15px 0px;
  text-align: justify;
}
.quotepanel__content .demands-rows .row .content-left .demand-header .process {
  width: 80px;
  min-height: 35px;
}
.quotepanel__content .demands-rows .row .content-left .form {
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content {
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .name {
  display: flex;
  flex-basis: 60%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .quantity,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .unit,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .unitPrice,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .total,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .tax {
  flex-basis: 10%;
  display: flex;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .name {
  justify-content: flex-start;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .quantity,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .unit {
  justify-content: center;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .unitPrice,
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .total {
  justify-content: flex-end;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item-header {
  display: flex;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item-header > div {
  align-items: center;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item-header p {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey);
  line-height: 14px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item {
  display: flex;
  margin-top: 12px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item > div {
  align-items: center;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item .name p {
  font-size: 14px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .items .item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--dark);
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content .wrapper .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 63%;
  height: 100%;
  margin: 10px 10px 10px 45px;
  width: 90%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__left .textarea {
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__left .textarea > div {
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__left .textarea > div > div {
  width: 100%;
  border: 1px solid black;
  border-radius: 10px;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__left .textarea label {
  color: var(--grey);
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 32%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right .input {
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right .input label {
  color: var(--grey);
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right .input > div {
  min-width: auto;
  width: 100%;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right .input input {
  text-align: right;
}
.quotepanel__content .demands-rows .row .content-left .form .demand-content__right .buttons {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quotepanel__content .demands-rows .row .demand-body {
  flex-grow: 1;
  padding: 0px 20px;
  width: 100%;
}
.quotepanel__content .add-button {
  padding: 0px;
  min-height: auto;
  margin-top: 24px;
}
.quotepanel .announcements {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.quotepanel .announcements h4 {
  font-size: 14px;
  font-weight: 600;
  color: #2d3446;
  margin-bottom: 15px;
}
.quotepanel .announcements .messages {
  height: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.quotepanel .announcements .messages .message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--darkerLight);
  width: 100%;
  padding: 20px 16px 16px 25px;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.quotepanel .announcements .messages .message p {
  font-size: 14px;
  font-weight: normal;
  color: var(--dark);
  white-space: pre-wrap;
}
.quotepanel .announcements .messages .message .date {
  font-size: 12px;
  font-weight: 600;
  color: var(--grey);
  align-self: end;
}
.quotepanel .announcements .input-message {
  width: 100%;
  padding: 0px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 7px 48px 0 rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.quotepanel .announcements .input-message > div > div {
  box-shadow: none;
}
.quotepanel .announcements .input-message .button {
  height: 45px;
  margin: 10px;
}
.confirm__quote__custom-demands .validate {
  background-color: var(--grey);
  cursor: not-allowed;
}
.confirm__quote__toggle {
  display: flex;
  justify-content: space-between;
  margin: 20px;
  font-size: 12px;
}
.confirm__quote__toggle p {
  margin-right: 20px;
  line-height: 16px;
}
.data-panel_container {
  margin: 15px;
}
.data-panel_container .data-panel_head {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 20px 0px 20px 0px;
}
.data-panel_container .data-panel_head .data-panel_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  width: 15%;
}
.data-panel_container .data-panel_head .data-panel_body {
  width: 100%;
}
.historytab {
  padding: 40px 29px;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  margin: 0px -29px;
}
.historytab__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--darkGrey);
  margin-bottom: 11px;
  padding: 0px 0px 20px 20px;
}
.historytab__empty {
  display: flex;
  font-size: 14px;
  padding: 10px;
  justify-content: center;
}
.historytab .history-entry {
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
}
.historytab .history-entry:hover {
  background-color: #fafafa;
}
.historytab .history-entry.selected {
  background-color: #f2f2f2;
  cursor: default;
}
.historytab .history-entry__floors {
  margin-top: 5px;
  max-height: 40px;
  max-width: 300px;
}
.historytab .history-entry__floors span {
  font-size: 10px;
  color: var(--grey);
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.historytab .history-entry__floor-list {
  display: inline-block;
}
.historytab .history-entry__floor {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  border: 1px solid var(--lightGrey);
  border-radius: 5px;
  color: var(--grey);
  font-size: 11px;
}
.historytab .history-entry__floor.current {
  border-color: var(--primary);
  color: var(--primary);
}
.historytab .history-entry__body {
  flex-grow: 1;
}
.historytab .history-entry__time {
  margin-top: 5px;
  color: var(--grey);
  font-size: 13px;
}
.historytab .history-entry__user {
  font-size: 15px;
  color: var(--dark);
  font-weight: 500;
}
.historytab .history-entry__origin {
  font-size: 13px;
  color: grey;
  display: none;
}
.historytab .history-entry__status {
  text-align: right;
}
.historytab .history-entry__status-current.draft {
  color: grey;
}
.historytab .history-entry__status-current.submitted {
  color: #f58d70;
}
.historytab .history-entry__status-current.validated {
  color: #377ded;
}
.historytab .history-entry__status-current.signed {
  color: #8fd097;
}
.historytab .history-entry__status-current.paid {
  color: #5f9766;
}
.historytab .history-entry__status-history {
  font-size: 13px;
  color: grey;
}
.historytab .history-entry__validations {
  margin-top: 20px;
}
.historytab .history-entry__validations-title {
  font-size: 13px;
  color: gray;
  margin-right: 10px;
}
.historytab .history-entry__validations .approval-icon {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 13px;
  vertical-align: middle;
}
.historytab .history-entry__validations .approval-icon__tooltip {
  display: none;
  position: absolute;
  top: 40px;
  left: -20px;
  font-size: 13px;
  white-space: nowrap;
  padding: 10px;
  background-color: #888;
  color: white;
  z-index: 10;
}
.historytab .history-entry__validations .approval-icon__tooltip:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #888;
}
.historytab .history-entry__validations .approval-icon:hover .approval-icon__tooltip {
  display: block;
}
.configure-signature {
  margin: 30px 0px;
}
.configure-signature input[type='checkbox'] {
  margin-right: 20px;
}
.configure-signature__user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}
.configure-signature__user.disable > div {
  opacity: 0.5;
  pointer-events: none;
}
.configure-signature__email {
  color: var(--grey);
  font-size: 12px;
}
.configure-signature__details {
  width: 40%;
  line-height: 18px;
}

.global-options {
  padding: 0px 25px 25px 25px;
}
.global-options h2 {
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.global-options__option {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 0px 6px #0000001f;
  border: 2px solid transparent;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.global-options__option-toggle {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.global-options__option-toggle p {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 5px;
}
.global-options__option-text h4 {
  font-weight: 600;
}
.global-options__option-text p {
  font-size: 12px;
  margin-top: 5px;
}

/** @format */
.rebasepanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.rebasepanel__action {
  font-size: 12px;
}
.rebasepanel__action .type {
  margin-top: 6px;
  margin-bottom: 3px;
}
.rebasepanel__action textarea {
  width: 100%;
}
.rebasepanel .rebase__btn {
  margin: 10px;
  min-width: 200px;
}
.rebasepanel .drawer__head .svg {
  margin-left: auto;
}
.rebasepanel .drawer__body {
  padding: 0 30px;
}
.rebasepanel .subtitle {
  font-size: 12px;
  padding: 5px 0 20px 0;
  color: var(--grey);
}
.rebasepanel .historytab {
  padding-top: 0;
  padding-bottom: 10px;
}
.rebasepanel .historytab .history-entry {
  cursor: default;
}

/** @format */
.variant-executor {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.variant-executor__head {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: var(--boxShadow) 1px solid;
  padding: 10px;
}
.variant-executor__head h3 {
  font-weight: 600;
  font-size: 20px;
}
.variant-executor__body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
}
.variant-executor__edit {
  border-top: var(--boxShadow) 1px solid;
  flex-grow: 2;
  overflow-y: auto;
  padding: 10px;
}
.variant-executor__edit .variantpanel__edit {
  margin-bottom: 0;
}
.variant-executor__btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  border-bottom: var(--boxShadow) 1px solid;
}
.variant-executor__btns button {
  flex-grow: 1;
}
.variant-executor .variant-container > div {
  padding: 3px;
}
.variant-executor .staging .variant-container {
  cursor: pointer;
}
.variant-executor .staging .variant-container:hover {
  background-color: var(--lightGrey);
}
.variant-template-editor {
  align-self: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.variant-template-editor__left {
  width: 30%;
  border-right: var(--boxShadow) 1px solid;
}
.variant-template-editor__left textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  resize: none;
  font-family: monospace;
  font-size: 12px;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  border: none;
}
.variant-template-editor__right {
  display: flex;
  flex-direction: column;
  width: 70%;
  box-sizing: border-box;
  overflow-y: auto;
}
.variant-template-editor__right__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  border-bottom: var(--boxShadow) 1px solid;
}
.variant-template-editor__right__head button {
  padding: 5px 30px;
}
.variant-template-editor__right__content {
  padding: 60px;
  padding-top: 10px;
  overflow-y: auto;
  flex-grow: 1;
}
.variant-template-editor__error {
  color: red;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.variant-template-editor h3 {
  font-weight: bold;
  font-size: 20px;
}
.variant-template-editor h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.variant-template-editor .selector.room_selector .selector__item {
  background-color: var(--secondary);
}
.variant-template-editor .selector.item_selector .selector__item {
  background-color: var(--primary);
}
.variant-template-editor .template {
  background-color: #c9c9e9;
  padding: 5px;
  margin: 5px 0px;
  border-radius: 4px;
  width: fit-content;
  position: relative;
}
.variant-template-editor .template .selector {
  margin-left: 20px;
  margin-top: 5px;
}
.variant-template-editor .template > .template__remove {
  right: 8px;
}
.variant-template-editor .template__remove {
  right: 2px;
  position: absolute;
  cursor: pointer;
}
.variant-template-editor .template__remove:hover {
  color: red;
}
.variant-template-editor .template__products {
  font-family: monospace;
  max-width: 300px;
}
.variant-template-editor .template__object {
  border-bottom: #c9c9e9 2px solid;
  margin-bottom: 10px;
  position: relative;
}
.variant-template-editor .template__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.variant-template-editor .template__row__head {
  font-weight: bold;
}
.variant-template-editor .template__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.variant-template-editor .template__item.left {
  justify-content: flex-start;
  gap: 10px;
}
.variant-template-editor .template__item .prop {
  font-size: 14px;
  min-width: 80px;
}
.variant-template-editor .template__children {
  margin-left: 100px;
  margin-bottom: 10px;
}
.variant-template-editor .template__list {
  background-color: white;
  padding: 4px;
  margin-top: 5px;
}
.variant-template-editor .template__input {
  font-family: monospace;
  min-width: 550px;
  resize: vertical;
}
.variant-template-editor .template__section {
  user-select: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  background-color: var(--lightGrey);
}
.variant-template-editor__error {
  color: red;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.variant-template-editor .triple-checkbox {
  width: 16px;
  height: 16px;
  background-color: lightgray;
  border-width: thin;
  border-radius: 2px;
}
.variant-template-editor .triple-checkbox.true {
  background-color: green;
  border-style: outset;
}
.variant-template-editor .triple-checkbox.false {
  background-color: red;
  border-style: outset;
}
.variant-template-editor .triple-checkbox.undefined {
  background-color: lightgray;
  border-style: inset;
}
.add-coverings-variants__row {
  margin: 15px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.add-coverings-variants__content {
  padding: 15px;
  overflow-y: auto;
  flex-grow: 1;
  border-top: var(--lightGrey) 1px solid;
}
.add-coverings-variants__foot {
  border-top: var(--lightGrey) 1px solid;
  display: flex;
  padding: 15px;
  justify-content: space-evenly;
}
.add-coverings-variants__foot button {
  min-width: 250px;
}
.add-coverings-variants .room-list__item {
  cursor: pointer;
  font-weight: 800;
}
.add-coverings-variants .room-list__item:hover {
  color: var(--primary);
}
.add-coverings-variants .room-list__add {
  margin-left: 20px;
  cursor: pointer;
}

