@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
/* line 40, app/assets/stylesheets/_colors.scss */
.color-btn-red {
  color: #e6533c;
}

/* line 45, app/assets/stylesheets/_colors.scss */
.color-btn-redesign {
  color: #ac8937;
}

/* line 49, app/assets/stylesheets/_colors.scss */
.bg-redesign {
  background-color: #ac8937;
}

/* line 40, app/assets/stylesheets/_colors.scss */
.color-btn-red {
  color: #e6533c;
}

/* line 45, app/assets/stylesheets/_colors.scss */
.color-btn-redesign {
  color: #ac8937;
}

/* line 49, app/assets/stylesheets/_colors.scss */
.bg-redesign {
  background-color: #ac8937;
}

/* line 3, app/assets/stylesheets/_typography.scss */
.font-header-1 {
  font-weight: 800;
  font-style: normal;
  font-size: 6rem;
  line-height: 8.1875rem;
  letter-spacing: -0.03em;
  margin: 0;
}

/* line 12, app/assets/stylesheets/_typography.scss */
.font-header-2 {
  font-weight: 800;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 5.125rem;
  letter-spacing: -0.03em;
  margin: 0;
}

/* line 21, app/assets/stylesheets/_typography.scss */
.font-header-3 {
  font-weight: 800;
  font-style: normal;
  font-size: 3rem;
  line-height: 4.0625rem;
  letter-spacing: -0.03em;
  margin: 0;
}

/* line 30, app/assets/stylesheets/_typography.scss */
.font-header-4 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 2.875rem;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 39, app/assets/stylesheets/_typography.scss */
.font-header-5 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 48, app/assets/stylesheets/_typography.scss */
.font-body-big {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
}

/* line 56, app/assets/stylesheets/_typography.scss */
.font-body-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.675rem;
  letter-spacing: -0.01em;
}

/* line 64, app/assets/stylesheets/_typography.scss */
.font-body-2 {
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.01em;
}

/* line 72, app/assets/stylesheets/_typography.scss */
.font-subtitle-1 {
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: -0.01em;
}

/* line 80, app/assets/stylesheets/_typography.scss */
.font-subtitle-2 {
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
}

/* line 88, app/assets/stylesheets/_typography.scss */
.font-button {
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

/* line 97, app/assets/stylesheets/_typography.scss */
.font-caption {
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.01em;
}

/* line 104, app/assets/stylesheets/_typography.scss */
.font-caption.success {
  color: #34c759;
}

/* line 107, app/assets/stylesheets/_typography.scss */
.font-caption.error {
  color: #ff2c38;
}

/* line 140, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted {
  max-width: 150px;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 151, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted.with-indicator::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* line 159, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted.paid, .font-caption.status-highlighted.completed, .font-caption.status-highlighted.active {
  background-color: #ade8bc;
}

/* line 163, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted.paid.with-indicator::before, .font-caption.status-highlighted.completed.with-indicator::before, .font-caption.status-highlighted.active.with-indicator::before {
  background-color: #34c759;
}

/* line 168, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted.unpaid, .font-caption.status-highlighted.uncompleted, .font-caption.status-highlighted.inactive {
  background-color: #ffefc7;
}

/* line 172, app/assets/stylesheets/_typography.scss */
.font-caption.status-highlighted.unpaid.with-indicator::before, .font-caption.status-highlighted.uncompleted.with-indicator::before, .font-caption.status-highlighted.inactive.with-indicator::before {
  background-color: #ffcc4d;
}

/* line 179, app/assets/stylesheets/_typography.scss */
.font-overline {
  font-weight: 700;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 188, app/assets/stylesheets/_typography.scss */
.font-centering {
  text-align: center;
}

/* line 192, app/assets/stylesheets/_typography.scss */
.secondary {
  color: #7f8c8d;
}

/* line 196, app/assets/stylesheets/_typography.scss */
.font-align-right {
  text-align: right;
}

/* line 200, app/assets/stylesheets/_typography.scss */
.danger {
  color: #ff2c38;
}

/* line 204, app/assets/stylesheets/_typography.scss */
.edit-link {
  color: #01579b;
  font-weight: 500;
  display: flex;
}

/* line 208, app/assets/stylesheets/_typography.scss */
.edit-link svg {
  margin-right: 10px;
}

/* line 213, app/assets/stylesheets/_typography.scss */
.text-12-r {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* line 220, app/assets/stylesheets/_typography.scss */
.text-14-m {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/_reset.scss */
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 */
/* line 27, app/assets/stylesheets/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/_reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, app/assets/stylesheets/blocks/_badges.scss */
.badges-table-btn svg {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}

/* line 10, app/assets/stylesheets/blocks/_badges.scss */
.true-highlight {
  color: #34c759 !important;
}

/* line 14, app/assets/stylesheets/blocks/_badges.scss */
.false-highlight {
  color: #ff2c38 !important;
}

/* line 18, app/assets/stylesheets/blocks/_badges.scss */
.badges-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

/* line 23, app/assets/stylesheets/blocks/_badges.scss */
.badges-price div {
  font-weight: 800;
}

/* line 28, app/assets/stylesheets/blocks/_badges.scss */
.badges-assistive_text {
  margin-top: 1rem;
}

/* line 32, app/assets/stylesheets/blocks/_badges.scss */
.badge-container {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 36, app/assets/stylesheets/blocks/_badges.scss */
.badge-container.bordered {
  margin-top: 1rem;
  border-top: 1px solid #ecf0f1;
}

/* line 42, app/assets/stylesheets/blocks/_badges.scss */
.status-centering {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-wrapper {
  max-height: calc(100% - 95px);
  overflow-y: auto;
  height: calc(100% - 95px);
}

/* line 13, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 15px;
  border-top: 1px solid #ECF0F1;
}

/* line 20, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-actions-language-switcher {
  display: flex;
  gap: 10px;
}

/* line 23, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-actions-language-switcher .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d6;
  padding: 8px 0;
  width: 250px;
  border-radius: 5px;
  color: #222222;
}

/* line 32, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-actions-language-switcher .item.active {
  background: #01579b0d;
  border-color: #01579b;
}

/* line 39, app/assets/stylesheets/blocks/_cabinet-help.scss */
.cabinet-help-body {
  margin: 16px 0;
}

/* line 1, app/assets/stylesheets/blocks/_company-profile.scss */
.download-logo {
  width: 24px;
}

/* line 3, app/assets/stylesheets/blocks/_company-profile.scss */
.download-logo-info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

/* line 7, app/assets/stylesheets/blocks/_company-profile.scss */
.download-logo-info img {
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/blocks/_company-profile.scss */
.download-logo-info a {
  margin-left: 20px;
}

/* line 13, app/assets/stylesheets/blocks/_company-profile.scss */
.download-logo-info div {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/blocks/_delete.scss */
.delete-body {
  margin: 1rem 0;
}

/* line 11, app/assets/stylesheets/blocks/_delete.scss */
.actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/blocks/_info-alert.scss */
.info-alert {
  background: #01579b26;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/blocks/_info-alert.scss */
.info-alert-date {
  background: #01579b;
  padding: 8px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding-left: 25px;
  font-weight: 700;
}

/* line 13, app/assets/stylesheets/blocks/_info-alert.scss */
.info-alert-date.disabled {
  background: #ecf0f1;
  color: #7f8c8d;
}

/* line 17, app/assets/stylesheets/blocks/_info-alert.scss */
.info-alert-date.danger {
  background: #ff2c38;
}

/* line 1, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-wrapper {
  max-height: calc(100% - 95px);
  overflow-y: auto;
  height: calc(100% - 95px);
}

/* line 13, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 15px;
  border-top: 1px solid #ECF0F1;
}

/* line 20, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-actions-language-switcher {
  display: flex;
  gap: 10px;
}

/* line 23, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-actions-language-switcher .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d6;
  padding: 8px 0;
  width: 250px;
  border-radius: 5px;
  color: #222222;
}

/* line 32, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-actions-language-switcher .item.active {
  background: #01579b0d;
  border-color: #01579b;
}

/* line 39, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-body {
  margin: 16px 0;
}

/* line 42, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation {
  pointer-events: auto;
  opacity: 1;
  padding-top: 10px;
}

/* line 46, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation.disabled {
  opacity: 0.7;
  pointer-events: none;
}

/* line 50, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation form {
  background-color: #ecf0f1;
  padding: 16px 32px;
  border-radius: 15px;
}

/* line 56, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation .confirmation-text {
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation-actions {
  display: flex;
  justify-content: space-between;
}

/* line 63, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation-actions label, .participant-guide-confirmation-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 68, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation-actions a .download-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 77, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation .button-blue:disabled {
  color: white;
  background: #7f8c8d;
}

/* line 81, app/assets/stylesheets/blocks/_participant-guide.scss */
.participant-guide-confirmation-indent {
  margin-top: 20px;
}

/* line 89, app/assets/stylesheets/blocks/_participant-guide.scss */
.modal__container.guide-confirm-modal-container {
  border-radius: 50px;
  overflow: hidden;
}

/* line 94, app/assets/stylesheets/blocks/_participant-guide.scss */
.modal__container.guide-confirm-modal-container .modal__content {
  max-height: calc(100vh - 158px);
  box-sizing: border-box;
}

/* line 98, app/assets/stylesheets/blocks/_participant-guide.scss */
.modal__container.guide-confirm-modal-container .modal__content .participant-guide-body {
  max-height: calc(100% - 166px);
  overflow-y: auto;
}

/* line 2, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-header {
  display: flex;
  justify-content: space-between;
}

/* line 5, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-header h3 {
  margin: 0;
}

/* line 6, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-header .actions {
  gap: 15px;
}

/* line 9, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-header .actions a svg {
  object-fit: cover;
}

/* line 13, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 17, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list turbo-frame {
  position: relative;
}

/* line 19, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list turbo-frame .context-menu {
  top: 20px;
  right: 28px;
}

/* line 24, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item {
  display: grid;
  grid-template-columns: .4fr 1fr .3fr;
  align-items: center;
  padding: 8px;
  gap: 16px;
}

/* line 30, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item .logo {
  align-self: center;
  justify-self: center;
  height: 36px;
  width: 100%;
  object-fit: contain;
}

/* line 37, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #222222;
}

/* line 42, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item .info .date {
  font-size: 14px;
}

/* line 46, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item .actions {
  align-self: center;
  justify-self: end;
}

/* line 49, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item .actions button {
  cursor: pointer;
  border: none;
  background: none;
}

/* line 55, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item:hover {
  background: rgba(209, 209, 214, 0.3);
  border-radius: 0.625rem;
}

/* line 58, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item:hover .info {
  color: #01579b;
}

/* line 63, app/assets/stylesheets/blocks/_project-selection.scss */
.project-selection-list-item.disabled .info {
  color: #7f8c8d;
}

/* line 1, app/assets/stylesheets/blocks/_registration.scss */
.registration-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  /* line 1, app/assets/stylesheets/blocks/_registration.scss */
  .registration-container {
    width: 100%;
  }
}

/* line 11, app/assets/stylesheets/blocks/_registration.scss */
.header {
  background: #ecf0f1;
}

/* line 13, app/assets/stylesheets/blocks/_registration.scss */
.header-content {
  display: grid;
  grid-template-columns: 420px repeat(1, 1fr) 40px;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
}

@media screen and (max-width: 850px) {
  /* line 13, app/assets/stylesheets/blocks/_registration.scss */
  .header-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 8px;
    gap: unset;
  }
  /* line 24, app/assets/stylesheets/blocks/_registration.scss */
  .header-content .menu {
    color: #01579b;
  }
}

/* line 29, app/assets/stylesheets/blocks/_registration.scss */
.header-content .promo-img-md-wrapper {
  width: 400px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 420px) {
  /* line 29, app/assets/stylesheets/blocks/_registration.scss */
  .header-content .promo-img-md-wrapper {
    width: 360px;
  }
}

/* line 39, app/assets/stylesheets/blocks/_registration.scss */
.header-content .promo-img-md-wrapper img {
  width: 100%;
}

/* line 44, app/assets/stylesheets/blocks/_registration.scss */
.header-content .promo-img-md {
  width: 100%;
}

/* line 50, app/assets/stylesheets/blocks/_registration.scss */
.header .logo {
  max-height: 70px;
  max-width: 150px;
}

@media screen and (max-width: 850px) {
  /* line 50, app/assets/stylesheets/blocks/_registration.scss */
  .header .logo {
    max-height: 50px;
  }
}

/* line 57, app/assets/stylesheets/blocks/_registration.scss */
.header-info {
  gap: 5px;
}

@media screen and (max-width: 850px) {
  /* line 57, app/assets/stylesheets/blocks/_registration.scss */
  .header-info {
    display: none;
  }
}

/* line 63, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-transform: uppercase;
  background: #01579b;
  color: #ffffff;
}

/* line 73, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector:hover {
  background: rgba(1, 87, 155, 0.6);
}

@media screen and (max-width: 850px) {
  /* line 63, app/assets/stylesheets/blocks/_registration.scss */
  .header .language-selector {
    display: none;
  }
}

/* line 79, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector-wrapper {
  position: relative;
}

/* line 82, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector-items {
  top: 40px;
  right: 0;
  border-radius: 0.625rem;
  text-align: center;
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector-item {
  padding: 7px;
  color: black;
}

/* line 92, app/assets/stylesheets/blocks/_registration.scss */
.header .language-selector-item:hover {
  background: #ecebeb;
}

/* line 97, app/assets/stylesheets/blocks/_registration.scss */
.header .menu {
  display: none;
}

@media screen and (max-width: 850px) {
  /* line 97, app/assets/stylesheets/blocks/_registration.scss */
  .header .menu {
    display: block;
  }
}

/* line 103, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  background: #01579b;
  color: #ffffff;
  padding: 15px 22px 50px 22px;
  box-sizing: border-box;
  z-index: 99;
  animation-name: menu;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

@keyframes menu {
  from {
    right: -1000px;
  }
  to {
    right: 0;
  }
}

/* line 126, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .close-menu {
  color: #ffffff;
}

/* line 128, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .close-menu svg {
  width: 16px;
  height: 16px;
}

/* line 133, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .registration-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 138, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .registration-header-info {
  margin-top: 50px;
  line-height: 26px;
}

/* line 142, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-promo-code-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

/* line 148, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-promo-code-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #ffffff;
  text-transform: uppercase;
  color: #01579b;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
}

/* line 160, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 164, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-info-items div {
  line-height: 30px;
}

/* line 167, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-info-items svg {
  color: #ffffff;
}

/* line 171, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-language-selector {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* line 176, app/assets/stylesheets/blocks/_registration.scss */
.header .registration-menu .menu-language-selector a {
  color: #ffffff;
  padding: 20px 36px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
}

/* line 185, app/assets/stylesheets/blocks/_registration.scss */
.header .invisible {
  animation-name: close;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

@keyframes close {
  from {
    right: 0;
  }
  to {
    right: -1000px;
  }
}

/* line 201, app/assets/stylesheets/blocks/_registration.scss */
.footer {
  background: #ecf0f1;
}

/* line 203, app/assets/stylesheets/blocks/_registration.scss */
.footer .logo {
  max-height: 70px;
}

@media screen and (max-width: 850px) {
  /* line 203, app/assets/stylesheets/blocks/_registration.scss */
  .footer .logo {
    max-height: 50px;
  }
}

/* line 209, app/assets/stylesheets/blocks/_registration.scss */
.footer-content {
  padding: 50px 0;
}

@media screen and (max-width: 850px) {
  /* line 209, app/assets/stylesheets/blocks/_registration.scss */
  .footer-content {
    padding: 50px 60px;
  }
}

/* line 215, app/assets/stylesheets/blocks/_registration.scss */
.footer-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

@media screen and (max-width: 850px) {
  /* line 215, app/assets/stylesheets/blocks/_registration.scss */
  .footer-info {
    grid-template-rows: 50px repeat(3, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  /* line 223, app/assets/stylesheets/blocks/_registration.scss */
  .footer-info img {
    margin: 0 auto;
  }
}

/* line 227, app/assets/stylesheets/blocks/_registration.scss */
.footer-info-item {
  width: 80%;
  margin: 0 auto;
  line-height: 24px;
}

@media screen and (max-width: 850px) {
  /* line 227, app/assets/stylesheets/blocks/_registration.scss */
  .footer-info-item {
    margin: initial;
  }
}

/* line 235, app/assets/stylesheets/blocks/_registration.scss */
.footer-info-networks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 239, app/assets/stylesheets/blocks/_registration.scss */
.footer-info-networks .network-link {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 850px) {
  /* line 239, app/assets/stylesheets/blocks/_registration.scss */
  .footer-info-networks .network-link {
    justify-content: start;
  }
}

@media screen and (max-width: 850px) {
  /* line 235, app/assets/stylesheets/blocks/_registration.scss */
  .footer-info-networks {
    text-align: left;
  }
}

/* line 251, app/assets/stylesheets/blocks/_registration.scss */
.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #7f8c8d;
  line-height: 24px;
}

/* line 258, app/assets/stylesheets/blocks/_registration.scss */
.footer .copyright a:hover {
  text-decoration: underline;
}

/* line 264, app/assets/stylesheets/blocks/_registration.scss */
.main-page {
  padding: 100px 0;
}

@media screen and (max-width: 850px) {
  /* line 264, app/assets/stylesheets/blocks/_registration.scss */
  .main-page {
    padding: 50px 10px;
  }
}

/* line 269, app/assets/stylesheets/blocks/_registration.scss */
.main-page ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 850px) {
  /* line 273, app/assets/stylesheets/blocks/_registration.scss */
  .main-page ul li,
.main-page ul div {
    line-height: 20px;
  }
}

/* line 278, app/assets/stylesheets/blocks/_registration.scss */
.main-page ul li {
  margin-left: 20px;
  line-height: 24px;
}

/* line 283, app/assets/stylesheets/blocks/_registration.scss */
.main-page .main-title {
  color: #e6533c;
}

@media screen and (max-width: 850px) {
  /* line 283, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .main-title {
    background: linear-gradient(90deg, #00afef 0%, #0471bf 30.2%, #08338f 47.84%, #2905a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 299, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-title {
  background: linear-gradient(90deg, #ac8937 0%, #8e6e29 30%, #70531b 50%, #593f0d 70%, #3b2e08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 850px) {
  /* line 299, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-title {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 316, app/assets/stylesheets/blocks/_registration.scss */
.main-page-content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 850px) {
  /* line 316, app/assets/stylesheets/blocks/_registration.scss */
  .main-page-content {
    margin-top: 20px;
    flex-direction: column;
    gap: 50px;
  }
}

/* line 325, app/assets/stylesheets/blocks/_registration.scss */
.main-page-content .main-part {
  width: 70%;
}

@media screen and (max-width: 850px) {
  /* line 325, app/assets/stylesheets/blocks/_registration.scss */
  .main-page-content .main-part {
    width: 100%;
  }
}

/* line 331, app/assets/stylesheets/blocks/_registration.scss */
.main-page-content .side-part {
  max-width: 400px;
}

@media screen and (max-width: 850px) {
  /* line 331, app/assets/stylesheets/blocks/_registration.scss */
  .main-page-content .side-part {
    max-width: 100%;
  }
}

/* line 338, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  width: fit-content;
  max-width: 350px;
}

@media screen and (max-width: 850px) {
  /* line 338, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-code-links {
    max-width: initial;
    width: 100%;
  }
}

/* line 349, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link {
  display: grid;
  grid-template-columns: 40px repeat(1, 1fr) 20px;
  align-items: center;
  gap: 30px;
  box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 26px 30px;
  line-height: 28px;
  color: #7f8c8d;
  border: 1px solid transparent;
}

/* line 360, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link .link-text {
  font-size: 20px;
  color: #222222;
}

/* line 364, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link-svg {
  width: 2rem;
  height: 2rem;
  color: #e6533c;
}

@media screen and (max-width: 850px) {
  /* line 364, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-code-links .promo-code-link-svg {
    color: #01579b;
  }
}

/* line 372, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link .arrow-right {
  display: none;
}

/* line 375, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link:hover {
  background: #f8f8f8;
  border: 1px solid #e6533c;
}

/* line 378, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-link:hover .arrow-right {
  display: block;
}

@media screen and (max-width: 850px) {
  /* line 375, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-code-links .promo-code-link:hover {
    border: 1px solid #01579b;
  }
}

@media screen and (max-width: 850px) {
  /* line 386, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-code-links .promo-code-link .promo-code-link:active {
    background: #f8f8f8;
    border: 1px solid #01579b;
  }
  /* line 389, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-code-links .promo-code-link .promo-code-link:active .arrow-right {
    display: block;
  }
}

/* line 396, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-blue-link svg {
  color: #01579b;
}

/* line 399, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-blue-link:hover {
  border: 1px solid #01579b;
}

/* line 405, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-new-redesign-link svg {
  color: #ac8937;
}

/* line 408, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-links .promo-code-new-redesign-link:hover {
  border: 1px solid #ac8937;
}

/* line 414, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-code-info {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* line 421, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-sm-wrapper {
  width: 400px;
  min-height: 500px;
  margin-bottom: 70px;
  position: relative;
}

/* line 426, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-sm-wrapper img {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 850px) {
  /* line 421, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-sm-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}

/* line 436, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-sm {
  border-radius: 6px;
  width: 400px;
  opacity: 0;
  transition: opacity 200ms ease-in;
}

@media screen and (max-width: 850px) {
  /* line 436, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-sm {
    width: 100%;
  }
}

/* line 444, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-sm.active {
  opacity: 1;
}

/* line 449, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-lg-wrapper {
  height: 130px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 850px) {
  /* line 449, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-lg-wrapper {
    display: none;
  }
}

/* line 456, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-lg-wrapper img {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
}

/* line 462, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-lg-wrapper img.active {
  opacity: 1;
}

/* line 466, app/assets/stylesheets/blocks/_registration.scss */
.main-page .promo-img-lg-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 850px) {
  /* line 466, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-lg-wrapper-mobile {
    position: relative;
    height: 130px;
    display: block;
    margin-bottom: 50px;
    max-height: 130px;
    overflow: hidden;
  }
  /* line 475, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-lg-wrapper-mobile img {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 200ms ease-in;
  }
  /* line 481, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .promo-img-lg-wrapper-mobile img.active {
    opacity: 1;
  }
}

/* line 489, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 85%;
}

@media screen and (max-width: 850px) {
  /* line 489, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-form {
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 450px) {
  /* line 489, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-form {
    align-items: initial;
  }
}

/* line 502, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form.row {
  flex-direction: row;
  margin-bottom: 20px;
}

/* line 507, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form-actions {
  display: flex;
  gap: 20px;
}

/* line 512, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input {
  max-width: 400px;
  padding: 15px 10px;
  background: linear-gradient(0deg, rgba(1, 87, 155, 0.05), rgba(1, 87, 155, 0.05)), #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
}

@media screen and (max-width: 850px) {
  /* line 512, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-form .registration-input {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  /* line 512, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-form .registration-input {
    width: initial;
  }
}

/* line 531, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.error {
  border: 1px solid #ff2c38;
  background-color: rgba(255, 44, 56, 0.05);
}

/* line 535, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.error:hover {
  border: 1px solid #ff2c38;
}

/* line 539, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.error:focus {
  outline: 1px solid #ff2c38;
  background-color: #ffffff;
}

/* line 545, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.success {
  border: 1px solid #34c759;
  background-color: rgba(52, 199, 89, 0.05);
}

/* line 549, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.success:hover {
  border: 1px solid #34c759;
}

/* line 553, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input.success:focus {
  outline: 1px solid #34c759;
  background-color: #ffffff;
}

/* line 559, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input:hover {
  border: 1px solid #ac8937;
}

/* line 562, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-input:focus {
  outline: 1px solid #ac8937;
  background: #ffffff;
}

/* line 567, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-select-wrapper {
  width: fit-content;
  position: relative;
  cursor: pointer;
}

/* line 571, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-select-wrapper:after {
  background-image: url(/assets/icons/select-arrow-766aec752219b2a5e27cb407fc6f31d97084ac20e61e0ebd425cbe37d8d73cd5.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  right: 12px;
  width: 10px;
  height: 5.5px;
  transform: translateY(50%);
}

/* line 583, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-select {
  max-width: 421px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 24px;
  width: 100%;
}

/* line 592, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-checkbox {
  display: grid;
  grid-template-columns: 30px repeat(1, 1fr);
  gap: 12px;
  line-height: 24px;
}

@media screen and (max-width: 850px) {
  /* line 592, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-form .registration-checkbox {
    max-width: 450px;
    align-items: initial;
  }
}

/* line 601, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-checkbox .big-checkbox {
  width: 24px;
  height: 24px;
  accent-color: #ac8937;
}

/* line 606, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-checkbox a {
  text-decoration: underline;
}

/* line 608, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-form .registration-checkbox a:hover {
  color: #7f8c8d;
}

/* line 615, app/assets/stylesheets/blocks/_registration.scss */
.main-page .questionnaire-form {
  margin-bottom: 70px;
  width: 100%;
}

@media screen and (max-width: 850px) {
  /* line 615, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .questionnaire-form {
    align-items: initial;
    margin-bottom: initial;
  }
}

/* line 623, app/assets/stylesheets/blocks/_registration.scss */
.main-page .questionnaire-form .disabled {
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
  color: #c9c9c9;
}

/* line 629, app/assets/stylesheets/blocks/_registration.scss */
.main-page .questionnaire-form .disabled svg path {
  fill: #c9c9c9;
}

/* line 636, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-button {
  width: 250px;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(90deg, #ac8937 0%, #8e6e29 25%, #70531b 50%, #593f0d 75%, #3b2e08 100%);
  background-size: 200% 100%;
  transition: background-position 0.5s, background 0.5s;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (max-width: 850px) {
  /* line 636, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-button {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  /* line 636, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .registration-button {
    width: 100%;
  }
}

/* line 667, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-button:hover {
  background-position: 100% 0;
  background: linear-gradient(90deg, #ac8937 100%, #ffffff 0%);
}

/* line 671, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-button:active {
  border: 2px solid #222222;
}

/* line 674, app/assets/stylesheets/blocks/_registration.scss */
.main-page .registration-button:disabled {
  background: #ecf0f1;
  color: #7f8c8d;
  box-shadow: none;
}

/* line 680, app/assets/stylesheets/blocks/_registration.scss */
.main-page .small-button {
  width: fit-content;
  padding: 8px;
  font-size: 14px;
}

/* line 684, app/assets/stylesheets/blocks/_registration.scss */
.main-page .small-button:active {
  border: none;
}

/* line 688, app/assets/stylesheets/blocks/_registration.scss */
.main-page .back-button {
  padding: 20px 32px;
  border: 1px solid #ac8937;
  border-radius: 4px;
  color: #ac8937;
}

@media screen and (max-width: 850px) {
  /* line 688, app/assets/stylesheets/blocks/_registration.scss */
  .main-page .back-button {
    display: none;
  }
}

/* line 698, app/assets/stylesheets/blocks/_registration.scss */
.main-page .back-button:hover {
  background: linear-gradient(0deg, rgba(1, 87, 155, 0.05), rgba(1, 87, 155, 0.05)), #ffffff;
}

/* line 706, app/assets/stylesheets/blocks/_registration.scss */
.main-page .back-button:active {
  background: linear-gradient(0deg, rgba(1, 87, 155, 0.05), rgba(1, 87, 155, 0.05)), #ffffff;
  border: 2px solid #01579b;
}

/* line 718, app/assets/stylesheets/blocks/_registration.scss */
.registration-configurations-items-inputs {
  grid-template-columns: repeat(3, 1fr) 40px;
}

/* line 722, app/assets/stylesheets/blocks/_registration.scss */
.registration-colors {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

/* line 726, app/assets/stylesheets/blocks/_registration.scss */
.registration-colors-item {
  display: flex;
  gap: 10px;
}

/* line 732, app/assets/stylesheets/blocks/_registration.scss */
.registration-upload-banners {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 738, app/assets/stylesheets/blocks/_registration.scss */
.registration-checkbox {
  display: grid;
  grid-template-columns: 30px repeat(1, 1fr);
  gap: 12px;
  line-height: 24px;
}

/* line 745, app/assets/stylesheets/blocks/_registration.scss */
.different-wrapper {
  display: grid;
}

/* line 749, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 850px) {
  /* line 749, app/assets/stylesheets/blocks/_registration.scss */
  .share-dialog {
    max-width: initial;
    width: 80%;
  }
}

/* line 767, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 773, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog .is-open {
  display: block;
  z-index: 2;
}

/* line 777, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog .close-button {
  cursor: pointer;
}

/* line 780, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

/* line 787, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog .link input {
  background: #eee;
  border: none;
  width: 100%;
  font-size: 16px;
}

/* line 794, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 802, app/assets/stylesheets/blocks/_registration.scss */
.share-dialog.is-open {
  display: block;
  z-index: 2;
}

/* line 807, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  border: 2px solid #d1e4f2;
  padding: 16px 17px;
}

/* line 815, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 820, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card-header-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 826, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card-header .promo-text {
  font-size: 20px;
  margin-left: 8px;
}

/* line 831, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card-header .remove-ticket-btn {
  display: none;
  align-items: center;
  gap: 4px;
  color: #01579b;
  cursor: pointer;
}

/* line 840, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}

@media screen and (max-width: 850px) {
  /* line 840, app/assets/stylesheets/blocks/_registration.scss */
  .questionnaire-card-fields {
    grid-template-columns: 1fr;
  }
  /* line 848, app/assets/stylesheets/blocks/_registration.scss */
  .questionnaire-card-fields input {
    width: initial !important;
  }
}

/* line 854, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card .price-block {
  display: flex;
  justify-content: space-between;
}

/* line 859, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-card .border {
  border-top: 1px solid #d1e4f2;
  padding-top: 20px;
}

/* line 865, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire-main-part {
  width: 100%;
}

/* line 869, app/assets/stylesheets/blocks/_registration.scss */
.add-ticket-btn {
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  max-width: 400px;
  width: 100%;
  align-items: center;
  padding: 26px 28px;
  border-radius: 6px;
  border: 1px solid #ac8937;
  background: #f8f8f8;
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  font-size: 18px;
  cursor: pointer;
}

/* line 885, app/assets/stylesheets/blocks/_registration.scss */
.questionnaire_cards_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@keyframes slideRight {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes slideLeft {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* line 908, app/assets/stylesheets/blocks/_registration.scss */
.document {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
  line-height: 24px;
}

/* line 915, app/assets/stylesheets/blocks/_registration.scss */
.document .center {
  text-align: center;
}

/* line 919, app/assets/stylesheets/blocks/_registration.scss */
.document .requisites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* line 924, app/assets/stylesheets/blocks/_registration.scss */
.document-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 929, app/assets/stylesheets/blocks/_registration.scss */
.document-imgs img {
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

/* line 936, app/assets/stylesheets/blocks/_registration.scss */
.document p,
.document h1,
.document h2,
.document ol,
.document ul {
  margin: 0;
}

/* line 1, app/assets/stylesheets/blocks/_sections_config.scss */
.sections-config-grid {
  margin-top: 1rem;
}

/* line 4, app/assets/stylesheets/blocks/_sections_config.scss */
.sections-config-grid .form-field {
  display: flex;
}

/* line 7, app/assets/stylesheets/blocks/_sections_config.scss */
.sections-config-grid .form-field.checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* line 2, app/assets/stylesheets/blocks/_seminars.scss */
.seminar-modal .border {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 1em;
}

/* line 7, app/assets/stylesheets/blocks/_seminars.scss */
.seminar-modal .date-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px 0;
}

/* line 12, app/assets/stylesheets/blocks/_seminars.scss */
.seminar-modal .date-info-item {
  display: flex;
  gap: 23px;
  align-items: center;
}

/* line 17, app/assets/stylesheets/blocks/_seminars.scss */
.seminar-modal .date-info svg {
  color: #7f8c8d;
  width: 25px;
  height: 25px;
}

/* line 24, app/assets/stylesheets/blocks/_seminars.scss */
.seminar-modal .info-item {
  padding-top: 25px;
}

/* line 1, app/assets/stylesheets/blocks/_total-bill.scss */
.total-bill {
  display: flex;
  gap: 1rem;
  width: 60%;
  justify-content: space-between;
  margin-top: auto;
}

/* line 9, app/assets/stylesheets/blocks/_total-bill.scss */
.total-price {
  display: flex;
  justify-content: space-between;
}

/* line 14, app/assets/stylesheets/blocks/_total-bill.scss */
.bill-modal-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2, app/assets/stylesheets/blocks/_transfer-exhibits.scss */
.transfer-exhibit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/blocks/_transfer-exhibits.scss */
.transfer-exhibit-header .edit-btn {
  padding: 5.5px 10.5px;
  color: #7f8c8d;
}

/* line 12, app/assets/stylesheets/blocks/_transfer-exhibits.scss */
.transfer-exhibit-header .edit-link {
  font-size: 13px;
}

/* line 18, app/assets/stylesheets/blocks/_transfer-exhibits.scss */
.transfer-exhibit-info .info-items-item {
  gap: unset;
}

/* line 21, app/assets/stylesheets/blocks/_transfer-exhibits.scss */
.transfer-exhibit-info .info-items-item-text {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/blocks/auth/_input.scss */
.input {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: 0 0 0px 1000px white inset;
}

/* line 8, app/assets/stylesheets/blocks/auth/_input.scss */
.input-rounded {
  padding: 0.75rem 1.5rem;
  border-radius: 6.25rem;
  border: 1px solid #01579b;
}

/* line 15, app/assets/stylesheets/blocks/auth/_input.scss */
.input-checkbox {
  display: none;
}

/* line 19, app/assets/stylesheets/blocks/auth/_input.scss */
.input-checkbox[type="checkbox"] ~ .input-custom-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-image: url(/assets/icons/selector-f5028666b997d506c770d4b8938eeef1870d85e79a79d4ed1095cf834bf7c946.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 28, app/assets/stylesheets/blocks/auth/_input.scss */
.input-checkbox[type="checkbox"]:checked ~ .input-custom-checkbox {
  background-image: url(/assets/icons/checkbox-active-614471a59fd505c06412903d78895f25b1a948d58b463c61a7f381a1e067a817.svg);
}

/* line 1, app/assets/stylesheets/elements/_alert.scss */
.alert {
  display: grid;
  grid-template-columns: 17px auto 15px;
  align-items: center;
  max-width: 390px;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid;
  color: #222222;
  gap: 15px;
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation-name: alert;
  animation-duration: 150ms;
  animation-timing-function: linear;
  transform: translateX(-10px);
}

@keyframes alert {
  from {
    top: -20px;
  }
  to {
    top: 20px;
  }
}

/* line 32, app/assets/stylesheets/elements/_alert.scss */
.alert .close-btn {
  margin-left: auto;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/elements/_alert.scss */
.alert .close-btn svg {
  color: #7f8c8d;
}

/* line 37, app/assets/stylesheets/elements/_alert.scss */
.alert .close-btn svg:hover {
  color: #222222;
}

/* line 43, app/assets/stylesheets/elements/_alert.scss */
.alert-primary, .alert-notice {
  border-color: #01579b;
}

/* line 45, app/assets/stylesheets/elements/_alert.scss */
.alert-primary svg, .alert-notice svg {
  color: #01579b;
}

/* line 50, app/assets/stylesheets/elements/_alert.scss */
.alert-success {
  border-color: #34c759;
}

/* line 52, app/assets/stylesheets/elements/_alert.scss */
.alert-success svg {
  color: #34c759;
}

/* line 57, app/assets/stylesheets/elements/_alert.scss */
.alert-danger, .alert-alert {
  border-color: #ff2c38;
}

/* line 59, app/assets/stylesheets/elements/_alert.scss */
.alert-danger svg, .alert-alert svg {
  color: #ff2c38;
}

/* line 65, app/assets/stylesheets/elements/_alert.scss */
.alerts {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 99;
}

/* line 71, app/assets/stylesheets/elements/_alert.scss */
.alerts .alert {
  position: initial;
  margin-bottom: 10px;
  max-width: 430px;
}

/* line 1, app/assets/stylesheets/elements/_button.scss */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10.5px 96px;
  border-radius: 6.25rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  text-align: center;
}

/* line 13, app/assets/stylesheets/elements/_button.scss */
.button-blue {
  background-color: #01579b;
  color: white;
}

/* line 17, app/assets/stylesheets/elements/_button.scss */
.button-blue:hover {
  background-color: rgba(1, 87, 155, 0.3);
  color: #222222;
}

/* line 22, app/assets/stylesheets/elements/_button.scss */
.button-blue:disabled, .button-blue.disabled {
  background-color: #ecf0f1;
  color: #d1d1d6;
  cursor: not-allowed;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button-primary {
  background-color: rgba(1, 87, 155, 0.3);
  color: #222222;
}

/* line 33, app/assets/stylesheets/elements/_button.scss */
.button-primary:hover {
  background-color: #01579b;
  color: white;
}

/* line 38, app/assets/stylesheets/elements/_button.scss */
.button-primary:active {
  background-color: #01579b;
  color: white;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 44, app/assets/stylesheets/elements/_button.scss */
.button-primary:disabled, .button-primary.disabled {
  background-color: #ecf0f1;
  color: #d1d1d6;
  cursor: not-allowed;
}

/* line 51, app/assets/stylesheets/elements/_button.scss */
.button-secondary {
  background-color: #ecf0f1;
  color: #222222;
}

/* line 55, app/assets/stylesheets/elements/_button.scss */
.button-secondary:hover {
  background-color: #01579b26;
}

/* line 59, app/assets/stylesheets/elements/_button.scss */
.button-secondary:active {
  background-color: #01579b26;
  box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/elements/_button.scss */
.button-secondary:disabled, .button-secondary.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* line 70, app/assets/stylesheets/elements/_button.scss */
.button-basic {
  background: none;
  color: #7f8c8d;
}

/* line 73, app/assets/stylesheets/elements/_button.scss */
.button-basic:hover {
  background: none;
  color: #222222;
}

/* line 79, app/assets/stylesheets/elements/_button.scss */
.button-success {
  background-color: #34c759;
  color: #ffffff;
}

/* line 84, app/assets/stylesheets/elements/_button.scss */
.button-danger {
  background-color: #ff2c38;
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/elements/_button.scss */
.button-light-blue {
  background-color: #01579b0d;
  color: #222222;
}

/* line 93, app/assets/stylesheets/elements/_button.scss */
.button-light-blue:hover {
  background-color: #01579b26;
}

/* line 97, app/assets/stylesheets/elements/_button.scss */
.button-light-blue:active {
  background-color: #01579b26;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 102, app/assets/stylesheets/elements/_button.scss */
.button-light-blue:disabled, .button-light-blue.disabled {
  background-color: #ecf0f1;
  color: #d1d1d6;
  cursor: not-allowed;
}

/* line 109, app/assets/stylesheets/elements/_button.scss */
.button-blue-registration {
  background-color: #7fd3f7;
  color: black;
}

/* line 113, app/assets/stylesheets/elements/_button.scss */
.button-blue-registration:hover {
  background-color: #1bb2f1;
  color: black;
}

/* line 119, app/assets/stylesheets/elements/_button.scss */
.button-red {
  background-color: #ff4c5b;
  color: #ffffff;
}

/* line 123, app/assets/stylesheets/elements/_button.scss */
.button-red:hover {
  background-color: #ff6f7b;
  color: white;
}

/* line 128, app/assets/stylesheets/elements/_button.scss */
.button-red:active {
  background-color: #cc3c48;
  color: white;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 134, app/assets/stylesheets/elements/_button.scss */
.button-red:disabled, .button-red.disabled {
  background-color: #ecf0f1;
  color: #d1d1d6;
  cursor: not-allowed;
}

/* line 141, app/assets/stylesheets/elements/_button.scss */
.button-full-width {
  width: 100%;
}

/* line 145, app/assets/stylesheets/elements/_button.scss */
.button-lg {
  padding: 20.5px 40px;
  box-sizing: border-box;
}

/* line 150, app/assets/stylesheets/elements/_button.scss */
.button-md {
  max-width: 250px;
  width: 100%;
  padding: 10.5px 5.5px;
  box-sizing: border-box;
}

/* line 157, app/assets/stylesheets/elements/_button.scss */
.button-sm {
  padding: 5.5px;
}

/* line 159, app/assets/stylesheets/elements/_button.scss */
.button-sm-edit {
  padding: 5.5px 20px;
  margin-left: auto;
  margin-top: 8px;
}

/* line 166, app/assets/stylesheets/elements/_button.scss */
.button.top-placed {
  margin: 0 auto 1rem;
}

/* line 171, app/assets/stylesheets/elements/_button.scss */
.top-indent {
  margin-top: 45px;
}

/* line 173, app/assets/stylesheets/elements/_button.scss */
.top-indent-sm {
  margin-top: 15px;
}

/* line 178, app/assets/stylesheets/elements/_button.scss */
.copy-btn {
  width: 255px;
  cursor: pointer;
}

/* line 183, app/assets/stylesheets/elements/_button.scss */
.add-item-btn {
  width: 50px;
  color: #7f8c8d;
  margin-top: 8px;
  cursor: pointer;
}

/* line 190, app/assets/stylesheets/elements/_button.scss */
.round-btn {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 11px;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #7f8c8d;
}

/* line 200, app/assets/stylesheets/elements/_button.scss */
.round-btn:hover {
  color: #7f8c8d;
}

/* line 203, app/assets/stylesheets/elements/_button.scss */
.round-btn svg {
  height: 18px;
  width: 18px;
  object-fit: cover;
}

/* line 210, app/assets/stylesheets/elements/_button.scss */
.borderless-btn {
  border: none;
  background: transparent;
  outline: none;
}

/* line 1, app/assets/stylesheets/elements/_container.scss */
.container {
  margin-top: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 8, app/assets/stylesheets/elements/_container.scss */
.container .page-action {
  display: flex;
  gap: 1rem;
  margin: auto 0 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* line 17, app/assets/stylesheets/elements/_container.scss */
.remove-mt {
  margin-top: 0;
}

/* line 21, app/assets/stylesheets/elements/_container.scss */
.remove-margins {
  margin: 0;
}

/* line 1, app/assets/stylesheets/elements/_form.scss */
.fieldset-wrapper {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

/* line 5, app/assets/stylesheets/elements/_form.scss */
.fieldset-wrapper.one-col {
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}

/* line 9, app/assets/stylesheets/elements/_form.scss */
.fieldset-wrapper.three-row {
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

/* line 15, app/assets/stylesheets/elements/_form.scss */
.field-with-action {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2.5rem;
  align-items: flex-end;
}

/* line 22, app/assets/stylesheets/elements/_form.scss */
fieldset {
  margin: 0 0 6px;
  padding: 16px 0;
  border: none;
  min-inline-size: unset;
}

/* line 29, app/assets/stylesheets/elements/_form.scss */
.form-field {
  margin-top: 8px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  align-items: center;
}

/* line 36, app/assets/stylesheets/elements/_form.scss */
.form-field.inactive {
  display: none;
}

/* line 40, app/assets/stylesheets/elements/_form.scss */
.form-field.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

/* line 46, app/assets/stylesheets/elements/_form.scss */
.form-field.column .row-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

/* line 51, app/assets/stylesheets/elements/_form.scss */
.form-field.column .row-inputs input:not([type="file"]):not([type="submit"]),
.form-field.column .row-inputs select,
.form-field.column .row-inputs textarea {
  grid-column: span 1;
}

/* line 59, app/assets/stylesheets/elements/_form.scss */
.form-field input:not([type="file"]):not([type="submit"]):not([type="radio"]),
.form-field select,
.form-field textarea {
  border: 1px solid #7f8c8d;
  border-radius: 5px;
  padding: 10px 12px;
  background-color: #ecf0f14d;
  box-shadow: 0 0 0px 1000px #ecf0f14d inset;
  align-self: flex-end;
}

/* line 70, app/assets/stylesheets/elements/_form.scss */
.form-field input:not([type="file"]):not([type="submit"]),
.form-field select {
  box-sizing: border-box;
  height: 44px;
}

/* line 76, app/assets/stylesheets/elements/_form.scss */
.form-field input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 84, app/assets/stylesheets/elements/_form.scss */
.form-field input[type="file"]:focus + label .button {
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 89, app/assets/stylesheets/elements/_form.scss */
.form-field .field_with_errors {
  color: #ff2c38;
}

/* line 91, app/assets/stylesheets/elements/_form.scss */
.form-field .field_with_errors input {
  color: #ff2c38;
  width: 100%;
}

/* line 97, app/assets/stylesheets/elements/_form.scss */
.form-field *:first-child + * {
  grid-column: span 2;
}

/* line 101, app/assets/stylesheets/elements/_form.scss */
.form-field .assistive-text {
  grid-column: span 2;
  grid-column-start: 2;
  grid-column-end: 4;
}

/* line 107, app/assets/stylesheets/elements/_form.scss */
.form-field.password {
  position: relative;
}

/* line 109, app/assets/stylesheets/elements/_form.scss */
.form-field.password .password-eye-icon {
  cursor: pointer;
  position: absolute;
  bottom: 11.83px;
  right: 1.1rem;
  width: 22px;
  z-index: 99;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 118, app/assets/stylesheets/elements/_form.scss */
.form-field.password .password-eye-icon.show {
  background-image: url(/assets/icons/eye-hide-5335820b7de130ac538ef4dd53c4a9839913b5853ffc224f9f4fea1a7cbb77d1.svg);
}

/* line 121, app/assets/stylesheets/elements/_form.scss */
.form-field.password .password-eye-icon.hide {
  background-image: url(/assets/icons/eye-show-fd65cf31b0e79e0a42ca181fd3282e4fa2c64056f2628570102fa916d7dff041.svg);
}

/* line 129, app/assets/stylesheets/elements/_form.scss */
.form-field.two-inputs *:first-child + *,
.form-field .half-width-input {
  grid-column: span 1;
}

/* line 134, app/assets/stylesheets/elements/_form.scss */
.form-field.to-be-destroyed {
  display: none;
}

/* line 138, app/assets/stylesheets/elements/_form.scss */
.form-field .copy-btn {
  grid-column: span 2;
  grid-column-start: 2;
  grid-column-end: 4;
}

/* line 144, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

/* line 148, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column.four-inputs {
  grid-template-columns: repeat(4, 1fr);
}

/* line 151, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column input {
  width: 100%;
}

/* line 154, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column .first {
  grid-column-start: 1;
  grid-column-end: 1;
}

/* line 158, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column .second {
  grid-column-start: 2;
  grid-column-end: 2;
}

/* line 162, app/assets/stylesheets/elements/_form.scss */
.form-field .connected-column .third {
  grid-column-start: 3;
  grid-column-end: 3;
}

/* line 168, app/assets/stylesheets/elements/_form.scss */
.form-field_image-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 172, app/assets/stylesheets/elements/_form.scss */
.form-field_image-label img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* line 179, app/assets/stylesheets/elements/_form.scss */
.form-field.payment {
  display: flex;
  justify-content: space-between;
}

/* line 182, app/assets/stylesheets/elements/_form.scss */
.form-field.payment input[type="radio"] {
  width: 24px;
  height: 24px;
}

/* line 189, app/assets/stylesheets/elements/_form.scss */
.form-field.checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
}

/* line 196, app/assets/stylesheets/elements/_form.scss */
.package-solution-item {
  margin-top: 8px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  align-items: center;
  grid-column: span 1;
}

/* line 203, app/assets/stylesheets/elements/_form.scss */
.package-solution-item .input-with-delete-btn {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 208, app/assets/stylesheets/elements/_form.scss */
.package-solution-item .input-with-delete-btn input {
  border: none;
  text-align: center;
  width: 15%;
}

/* line 213, app/assets/stylesheets/elements/_form.scss */
.package-solution-item .input-with-delete-btn input.active:focus {
  border-bottom: 1px solid #7ba6ff;
  outline: none;
}

/* line 217, app/assets/stylesheets/elements/_form.scss */
.package-solution-item .input-with-delete-btn button {
  background: none;
  border: none;
  cursor: pointer;
  color: #7f8c8d;
}

/* line 226, app/assets/stylesheets/elements/_form.scss */
.form-action {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* line 232, app/assets/stylesheets/elements/_form.scss */
.form-action.add-more {
  flex-direction: column;
  gap: 8px;
}

/* line 238, app/assets/stylesheets/elements/_form.scss */
label,
input,
select,
textarea {
  /* font-body-2 */
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.01em;
  font-family: "Roboto", sans-serif;
  position: relative;
}

/* line 253, app/assets/stylesheets/elements/_form.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 258, app/assets/stylesheets/elements/_form.scss */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

/* Firefox */
/* line 272, app/assets/stylesheets/elements/_form.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 276, app/assets/stylesheets/elements/_form.scss */
.select-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 279, app/assets/stylesheets/elements/_form.scss */
.select-wrapper select {
  cursor: pointer;
  appearance: none;
  padding-right: 24px;
  width: 100%;
}

/* line 285, app/assets/stylesheets/elements/_form.scss */
.select-wrapper:after {
  background-image: url(/assets/icons/select-arrow-766aec752219b2a5e27cb407fc6f31d97084ac20e61e0ebd425cbe37d8d73cd5.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  right: 12px;
  width: 10px;
  height: 5.5px;
  transform: translateY(50%);
}

/* line 298, app/assets/stylesheets/elements/_form.scss */
textarea {
  resize: none;
}

/* line 302, app/assets/stylesheets/elements/_form.scss */
.custom-file-input {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* line 306, app/assets/stylesheets/elements/_form.scss */
.custom-file-input .button {
  padding: 10px;
}

/* line 311, app/assets/stylesheets/elements/_form.scss */
.deletable-input {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

/* line 315, app/assets/stylesheets/elements/_form.scss */
.deletable-input > *:first-child {
  width: 100%;
}

/* line 320, app/assets/stylesheets/elements/_form.scss */
.textarea-counter {
  grid-column-start: 3;
  grid-column-end: 4;
  color: #7f8c8d;
  justify-self: end;
}

/* line 327, app/assets/stylesheets/elements/_form.scss */
.required-fields {
  font-size: 14px;
  color: #7f8c8d;
  text-align: center;
}

/* line 333, app/assets/stylesheets/elements/_form.scss */
.main-label-assistive {
  padding: 8px 0;
}

/* line 337, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 0.625rem;
}

/* line 343, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item {
  display: flex;
  gap: 1rem;
}

/* line 346, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item input {
  display: none;
}

/* line 349, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 25px;
  padding-left: 40px;
}

/* line 355, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(/assets/icons/radio_btn-fde488a372f485cf506f5799252b0a375e893278f2ab1ed33f2f120e5d42f334.svg) 0 0 no-repeat;
}

/* line 366, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item input[type="radio"]:checked + label:before {
  background: url(/assets/icons/radio_btn_active-c073819936b4959075bcf7d4f56f9b09a370928df44a243240393109adf3720a.svg) 0 0 no-repeat;
}

/* line 370, app/assets/stylesheets/elements/_form.scss */
.radio-wrapper-item.redesign input[type="radio"]:checked + label:before {
  background: url(/assets/icons/radio_btn_redesign-72aa7e866c6361c5e5d76c1f69213a74ef64635e7ae31ce8778794ce63f03440.svg) 0 0 no-repeat;
}

/* line 378, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  gap: 0.625rem;
}

/* line 385, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item {
  display: flex;
  gap: 1rem;
}

/* line 388, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item input {
  display: none;
}

/* line 392, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 36px;
}

/* line 398, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: url(/assets/icons/checkbox_btn-b2d5affc97710dec8f72eeef3028221f0242dbba2cb1c9d43a68ce58f2241429.svg) 0 0 no-repeat;
}

/* line 408, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item input[type="checkbox"]:checked + label:before {
  background: url(/assets/icons/checkbox_btn_active-027b88ad072b7eceab1186e091ce87b7b121be1e27e2edc66aa15ef650de15c7.svg) 0 0 no-repeat;
}

/* line 412, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-item.redesign input[type="checkbox"]:checked + label:before {
  background: url(/assets/icons/checkbox_btn_redesign-c25914c1f5e3fd101103c7dacf69ca7d4155699149221b8a1ace69c0c0cfcf6b.svg) 0 0 no-repeat;
}

/* line 418, app/assets/stylesheets/elements/_form.scss */
.big-checkbox-wrapper {
  align-items: center;
  gap: 10px;
}

/* line 421, app/assets/stylesheets/elements/_form.scss */
.big-checkbox-wrapper .big-checkbox {
  height: 20px;
  width: 20px;
  box-shadow: none !important;
}

/* line 428, app/assets/stylesheets/elements/_form.scss */
.custom-checkbox-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

/* line 434, app/assets/stylesheets/elements/_form.scss */
.two-checkbox {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 438, app/assets/stylesheets/elements/_form.scss */
.two-checkbox div {
  display: flex;
}

/* line 443, app/assets/stylesheets/elements/_form.scss */
.custom-select {
  height: 44px;
  width: 100%;
  border: 1px solid #7f8c8d;
  border-radius: 5px;
  padding: 10px 12px;
  box-shadow: 0 0 0px 1000px #ecf0f14d inset;
  align-self: flex-end;
  box-sizing: border-box;
  position: relative;
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
  background: url(/assets/icons/dropdown-79d20daf5843e77fff5c0f883fd81257b012b03a17201f7bb0f180365e8d3ddb.svg) 98% 50% no-repeat #ecf0f14d;
}

/* line 458, app/assets/stylesheets/elements/_form.scss */
.custom-select svg {
  max-width: 20px;
  max-height: 20px;
}

/* line 462, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown {
  position: absolute;
  top: 3px !important;
  right: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 15px rgba(82, 82, 82, 0.15));
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 165px;
}

/* line 472, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown div {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}

/* line 478, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown div:hover {
  background: #ecebeb;
}

/* line 481, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown div svg {
  max-width: 20px;
  max-height: 20px;
}

/* line 485, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown div span {
  width: 100%;
}

/* line 488, app/assets/stylesheets/elements/_form.scss */
.custom-select-dropdown div > * {
  pointer-events: none;
}

/* line 495, app/assets/stylesheets/elements/_form.scss */
.form-card {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  gap: 20px;
}

/* line 501, app/assets/stylesheets/elements/_form.scss */
.form-card-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 506, app/assets/stylesheets/elements/_form.scss */
.form-card fieldset {
  padding: 0;
}

/* line 509, app/assets/stylesheets/elements/_form.scss */
.form-card .list {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 513, app/assets/stylesheets/elements/_form.scss */
.form-card .list:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #2e2f30;
  border-radius: 50%;
}

/* line 522, app/assets/stylesheets/elements/_form.scss */
.form-card .title {
  display: block;
  text-align: center;
}

/* line 526, app/assets/stylesheets/elements/_form.scss */
.form-card .btn {
  justify-content: center;
  margin-top: 1em;
}

/* line 532, app/assets/stylesheets/elements/_form.scss */
#color_select_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 537, app/assets/stylesheets/elements/_form.scss */
#color_select_container .carpet-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 542, app/assets/stylesheets/elements/_form.scss */
#color_select_container .carpet-select select {
  width: 80%;
}

/* line 549, app/assets/stylesheets/elements/_form.scss */
.settings-form-field *:first-child + * {
  grid-column: initial;
}

/* line 554, app/assets/stylesheets/elements/_form.scss */
.description-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 40px;
  align-items: center;
  gap: 20px;
}

/* line 559, app/assets/stylesheets/elements/_form.scss */
.description-inputs .form-field {
  grid-template-columns: 100px repeat(1, 1fr);
}

/* line 561, app/assets/stylesheets/elements/_form.scss */
.description-inputs .form-field input {
  grid-column: initial;
}

/* line 567, app/assets/stylesheets/elements/_form.scss */
.subaction-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1, app/assets/stylesheets/elements/_header.scss */
.layout-main-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 5, app/assets/stylesheets/elements/_header.scss */
.layout-main-header .actions {
  display: flex;
  align-items: center;
  gap: 35px;
}

/* line 9, app/assets/stylesheets/elements/_header.scss */
.layout-main-header .actions-back-btn {
  display: flex;
  gap: 5px;
  color: #01579b;
  font-weight: 700;
}

/* line 16, app/assets/stylesheets/elements/_header.scss */
.layout-main-header .actions-logout .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

/* line 23, app/assets/stylesheets/elements/_header.scss */
.layout-main-header .actions-logout .icon:hover, .layout-main-header .actions-logout .icon:focus {
  color: #01579b;
}

/* line 29, app/assets/stylesheets/elements/_header.scss */
.layout-main-header .back-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 2, app/assets/stylesheets/elements/_info-items.scss */
.info-items-wrapper {
  display: flex;
  gap: 10px;
}

/* line 6, app/assets/stylesheets/elements/_info-items.scss */
.info-items-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  background: #ffffff;
  border-radius: 10px;
  gap: 20px;
}

/* line 16, app/assets/stylesheets/elements/_info-items.scss */
.info-items-item-val {
  font-weight: 800;
  font-size: 50px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/elements/_info-items.scss */
.info-items-item-fractional-val {
  font-size: 40px;
  font-weight: 800;
}

/* line 25, app/assets/stylesheets/elements/_info-items.scss */
.info-items-item-text {
  font-size: 25px;
  font-weight: 800;
}

/* line 1, app/assets/stylesheets/elements/_loader.scss */
.loader {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* line 15, app/assets/stylesheets/elements/_loader.scss */
.loader::after {
  content: "";
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 34, app/assets/stylesheets/elements/_loader.scss */
.loader.active {
  display: flex !important;
}

/* line 1, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination {
  display: flex;
}

/* line 4, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination span {
  color: #7f8c8d;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 12, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination span:first-child {
  margin-left: auto;
}

/* line 17, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination span a {
  color: #d1d1d6;
}

/* line 20, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination span a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination .first a {
  transform: rotate(180deg);
}

/* line 30, app/assets/stylesheets/elements/_paginator.scss */
nav.pagination .prev a {
  transform: rotate(180deg);
}

/* line 3, app/assets/stylesheets/elements/_progress-bar.scss */
.progress-container .font-caption.not-full {
  background: linear-gradient(272.68deg, #686DE0 -0.04%, #00AFEF -0.03%, #4834D4 93.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 8, app/assets/stylesheets/elements/_progress-bar.scss */
.progress-container .font-caption.full {
  color: #34c759;
}

/* line 13, app/assets/stylesheets/elements/_progress-bar.scss */
.progress-bar {
  height: 1.25rem;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D1E4F2;
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/elements/_progress-bar.scss */
.progress-scale {
  height: 100%;
  background: linear-gradient(272.68deg, #686DE0 -0.04%, #00AFEF -0.03%, #4834D4 93.57%);
  border-radius: 5px;
}

/* line 26, app/assets/stylesheets/elements/_progress-bar.scss */
.progress-scale.full {
  background: #34c759;
}

/* line 1, app/assets/stylesheets/elements/_search.scss */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 6, app/assets/stylesheets/elements/_search.scss */
.page-header h4 {
  font-size: 20px;
}

/* line 9, app/assets/stylesheets/elements/_search.scss */
.page-header .search form {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  border: 1px solid #d1d1d6;
  gap: 0;
}

/* line 15, app/assets/stylesheets/elements/_search.scss */
.page-header .search form input {
  outline: none;
  border: none;
  -webkit-appearance: none;
  background: none;
  margin: 0;
}

/* line 22, app/assets/stylesheets/elements/_search.scss */
.page-header .search form input[type=search] {
  min-width: 200px;
  padding: 8px 0 8px 10px;
}

/* line 26, app/assets/stylesheets/elements/_search.scss */
.page-header .search form input[type=submit] {
  background: url(/assets/icons/search-c46cef60e3da938e93dd6a9c036e4267da6865a4b31cceada594c699b558d2f5.svg) no-repeat center center;
  padding-right: 30px;
}

/* line 33, app/assets/stylesheets/elements/_search.scss */
.headers {
  display: flex;
  justify-content: end;
  align-items: baseline;
}

/* line 38, app/assets/stylesheets/elements/_search.scss */
.headers .form-field {
  display: block;
  margin-right: 12px;
}

/* line 42, app/assets/stylesheets/elements/_search.scss */
.headers .form-field .custom-file-input {
  align-items: end;
}

/* line 1, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar {
  box-shadow: 8px 5px 18px 2px rgba(34, 60, 80, 0.2);
}

/* line 4, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-current {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

/* line 16, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* line 22, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-name {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 16px;
}

/* line 28, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-name .title {
  flex-grow: 1;
}

/* line 31, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-project-name .context-menu {
  top: -1px;
  right: 8px;
}

/* line 37, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  overflow-y: auto;
  height: 100%;
}

/* line 44, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: capitalize;
}

/* line 50, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item .icon {
  height: 32px;
  width: 32px;
  color: #7f8c8d;
}

/* line 55, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item .name {
  color: #222222;
}

/* line 60, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item.active .icon {
  color: #01579b;
}

/* line 63, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item.active .name {
  font-weight: 700;
  color: #01579b;
}

/* line 70, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item:hover .icon {
  color: #01579b;
}

/* line 73, app/assets/stylesheets/elements/_sidebar.scss */
.layout-sidebar-menu-items-item:hover .name {
  font-weight: 700;
  color: #01579b;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-0 {
  padding-bottom: 0px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-0 {
  padding-top: 0px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-0 {
  padding-right: 0px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-0 {
  padding-left: 0px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-4 {
  padding-bottom: 4px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-4 {
  padding-top: 4px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-4 {
  padding-right: 4px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-4 {
  padding-left: 4px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-8 {
  padding-bottom: 8px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-8 {
  padding-top: 8px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-8 {
  padding-right: 8px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-8 {
  padding-left: 8px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-12 {
  padding-bottom: 12px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-12 {
  padding-top: 12px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-12 {
  padding-right: 12px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-12 {
  padding-left: 12px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-16 {
  padding-bottom: 16px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-16 {
  padding-top: 16px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-16 {
  padding-right: 16px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-16 {
  padding-left: 16px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-20 {
  padding-right: 20px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-20 {
  padding-left: 20px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-24 {
  padding-bottom: 24px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-24 {
  padding-top: 24px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-24 {
  padding-right: 24px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-24 {
  padding-left: 24px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-28 {
  padding-bottom: 28px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-28 {
  padding-top: 28px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-28 {
  padding-right: 28px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-28 {
  padding-left: 28px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-32 {
  padding-bottom: 32px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-32 {
  padding-top: 32px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-32 {
  padding-right: 32px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-32 {
  padding-left: 32px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-36 {
  padding-bottom: 36px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-36 {
  padding-top: 36px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-36 {
  padding-right: 36px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-36 {
  padding-left: 36px;
}

/* line 4, app/assets/stylesheets/elements/_spacing.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 7, app/assets/stylesheets/elements/_spacing.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 10, app/assets/stylesheets/elements/_spacing.scss */
.pr-40 {
  padding-right: 40px;
}

/* line 13, app/assets/stylesheets/elements/_spacing.scss */
.pl-40 {
  padding-left: 40px;
}

/* line 1, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container {
  display: flex;
  max-height: calc(100vh - 182px);
  min-height: calc(100vh - 182px);
  height: calc(100vh - 182px);
  overflow: hidden;
  flex-direction: initial;
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .span-reminder {
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
}

/* line 18, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  width: calc(70% - 1rem);
  background-color: transparent;
  justify-content: space-between;
  position: relative;
  gap: 0.2rem;
  transition-property: width;
  transition-duration: 0.3s;
}

/* line 31, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar-expanded {
  width: calc(100% - 2.5rem);
}

/* line 35, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel {
  height: 5rem;
  display: grid;
  grid-template-columns: 30% 70%;
  background-color: white;
  padding: 0.5rem 2rem;
  align-items: center;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
}

/* line 46, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel-expanded {
  height: 0;
  overflow: hidden;
  padding: 0rem;
  padding-top: 1.5rem;
}

/* line 53, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel-expand-button {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(-90deg);
  padding: 0.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.3s;
}

/* line 70, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel-expand-button:hover {
  color: #01579b;
}

/* line 74, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel-expand-button-expanded {
  transform: translate(-50%, -75%) rotate(-270deg);
}

/* line 79, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-number {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  height: fit-content;
}

/* line 85, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-number .title {
  font-size: 1.5rem;
}

/* line 90, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-edit-panel {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  margin-top: unset;
}

/* line 95, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-edit-panel .button {
  width: 100%;
}

/* line 99, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-edit-panel .edit-input {
  grid-column: unset;
}

/* line 102, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-panel .my-stand-edit-panel .edit-input > input {
  width: 100%;
}

/* line 109, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-picture {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  background-color: white;
}

/* line 119, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices {
  background-color: white;
  height: 9rem;
  padding: 1rem 1rem 0rem 0rem;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
}

/* line 127, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices-expanded {
  height: 0;
}

/* line 131, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices .my-stand-calculations {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: right;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
}

/* line 140, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices .my-stand-calculations-item {
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: space-between;
}

/* line 148, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices-expand-button {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  padding: 0.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.3s;
}

/* line 165, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices-expand-button:hover {
  color: #01579b;
}

/* line 169, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-mainbar .my-stand-prices-expand-button-expanded {
  transform: translate(-50%, -50%) rotate(270deg);
}

/* line 176, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar {
  display: flex;
  height: 100%;
  width: 30%;
  background-color: white;
  flex-direction: column;
  box-sizing: border-box;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  position: relative;
  transition-property: width;
  transition-duration: 0.3s;
}

/* line 189, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-expanded {
  width: 0;
  overflow: hidden;
  padding-right: 0;
  padding-left: 1.5rem;
}

/* line 196, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-expand-button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-25%, -50%) rotate(0deg);
  padding: 0.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.3s;
}

/* line 213, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-expand-button:hover {
  color: #01579b;
}

/* line 217, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-expand-button-expanded {
  transform: translate(-25%, -50%) rotate(180deg);
}

/* line 222, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse {
  display: flex;
  flex-direction: column;
  min-height: 3rem;
  height: 100%;
  border: 1px solid #7f8c8d;
  padding: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

/* line 234, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d1d1d6;
}

/* line 242, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-header svg {
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}

/* line 247, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-header .my-stand-equipment-search {
  width: 50%;
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #7f8c8d;
  border-radius: 5px;
  padding: 10px 12px;
  background-color: #ecf0f14d;
  box-shadow: 0 0 0px 1000px #ecf0f14d inset;
}

/* line 259, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-collapsed {
  height: 3rem;
}

/* line 263, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-collapsed .my-stand-sidebar-collapse-header svg {
  transform: rotate(0deg);
}

/* line 267, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar-collapse-collapsed .my-stand-sidebar-collapse-header .my-stand-search-disabled {
  display: none;
}

/* line 274, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar .save-and-pdf {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 279, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-sidebar .save-and-pdf-button {
  border: none;
  text-align: center;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  width: 45%;
  height: 2.5rem;
}

/* line 294, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

/* line 304, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #d1d1d6;
  border-radius: 0.625rem;
}

/* line 315, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  box-sizing: border-box;
}

/* line 321, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part-left {
  flex-grow: 1;
  box-sizing: border-box;
  width: 60%;
}

/* line 327, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part .my-stand-list-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.75rem;
  max-width: 3.75rem;
  min-height: 3.75rem;
  max-height: 3.75rem;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 338, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part .my-stand-list-item-image img {
  max-height: 100%;
  max-width: 100%;
}

/* line 344, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part .my-stand-list-item-information {
  display: flex;
  flex-direction: column;
  gap: 0.1875em;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

/* line 352, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part .my-stand-list-item-information span {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: pre-line;
}

/* line 359, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-item-part .my-stand-list-item-information-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* line 377, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-list-edit .my-stand-list-item:hover {
  background-color: #ade8bc;
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings {
  display: flex;
  flex-direction: column;
  height: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 394, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 403, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-general-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.5rem;
}

/* line 411, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-general-controls-poster-mode {
  color: #7f8c8d;
  box-sizing: border-box;
}

/* line 415, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-general-controls-poster-mode-enabled {
  color: #fd513b;
}

/* line 420, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-general-controls-poster-mode:hover {
  color: #01579b;
}

/* line 425, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-specific-controls {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 431, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-posted-items-list {
  box-sizing: border-box;
  padding-top: 1rem;
}

/* line 435, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-posted-items-list-item {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 3.5rem 1fr 1fr;
  border: 1px solid #d1d1d6;
  border-radius: 0.625rem;
  grid-gap: 1rem;
  padding: 1rem;
}

/* line 446, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-posted-items-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* line 460, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-equipment {
  width: 50%;
}

/* line 464, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-poster {
  width: 75%;
}

/* line 468, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-hidden {
  display: none;
}

/* line 472, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 478, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings-item input {
  border: 1px solid #7f8c8d;
  border-radius: 5px;
  padding: 10px 12px;
  background-color: #ecf0f14d;
  box-shadow: 0 0 0px 1000px #ecf0f14d inset;
  align-self: flex-end;
}

/* line 488, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-settings input {
  margin: 0;
}

/* line 493, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-zoom-controls {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 7rem;
  right: 2rem;
  z-index: 99;
}

/* line 503, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container .my-stand-zoom-controls-button {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 516, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-sidebar-view {
  box-sizing: border-box;
  width: 1rem;
  height: 80vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: calc(100% - 2rem);
  background: #ffffff;
  transition: 0.3s ease-in-out;
  z-index: 100;
  border-radius: 0.625rem;
  overflow: hidden;
  padding-left: 2rem;
  box-shadow: 0px 10px 8px 0px rgba(34, 60, 80, 0.2);
}

/* line 532, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-sidebar-view-drawer {
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  cursor: pointer;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

/* line 542, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-sidebar-view-expanded {
  width: 35rem;
  left: calc(100% - 35rem);
}

/* line 546, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-sidebar-view-expanded-drawer {
  transform: rotate(0deg);
}

/* line 551, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-sidebar-view .my-stand-list {
  flex-grow: 1;
  border-bottom: 1px solid #d1d1d6;
}

/* line 557, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-grid {
  height: 96%;
}

/* line 560, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .my-stand-grid-equipment-item {
  cursor: default;
}

/* line 565, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .poster:hover {
  color: black !important;
  background-color: #7f8c8d !important;
}

/* line 570, app/assets/stylesheets/elements/_stand.scss */
.my-stand-container-view .poster-selected:hover {
  color: green !important;
  stroke-width: 10;
  background-color: #fd513b !important;
}

/* line 577, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid {
  display: flex;
  flex-direction: column;
  height: 88vh;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

/* line 586, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-wall-mask {
  background-color: #7f8c8d;
  cursor: default;
}

/* line 592, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-frieze-panel {
  border: 2px dashed black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 599, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-frieze-panel-label {
  font-size: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 609, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-tale {
  position: absolute;
  border: 1px solid #d1d1d6;
  box-sizing: border-box;
}

/* line 615, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item {
  position: absolute;
  border: 1px solid #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  box-sizing: border-box;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 627, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-close {
  position: absolute;
  right: -1rem;
  top: -1.5rem;
  display: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
}

/* line 641, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-rotate {
  position: absolute;
  left: -1rem;
  top: -1.5rem;
  display: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
}

/* line 655, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-hold {
  cursor: grabbing;
}

/* line 659, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-selected {
  border: 2px solid #fd513b;
}

/* line 662, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-selected .my-stand-grid-equipment-item-close {
  display: flex;
}

/* line 666, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-selected .my-stand-grid-equipment-item-rotate {
  display: flex;
}

/* line 671, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

/* line 679, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-mask-poster-mode {
  display: none;
}

/* line 683, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid-equipment-item-mask-collided {
  background-color: red;
}

/* line 689, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .poster {
  color: black;
  box-sizing: border-box;
  background-color: #7f8c8d;
}

/* line 694, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .poster-selected {
  color: green !important;
  stroke-width: 10;
  background-color: #fd513b !important;
}

/* line 700, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .poster-hidden {
  background-color: transparent;
}

/* line 705, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .poster:hover {
  color: #34c759;
  background-color: #34c759;
}

/* line 710, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .frieze-panel {
  color: white;
}

/* line 714, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .frieze-panel:hover {
  color: #34c759;
}

/* line 718, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .wall-with-glass-element {
  color: #00ccff;
}

/* line 722, app/assets/stylesheets/elements/_stand.scss */
.my-stand-grid .wall-with-glass-element:hover {
  color: #34c759;
}

/* line 727, app/assets/stylesheets/elements/_stand.scss */
.modal__container__expanded {
  min-width: 95vw;
  min-height: 95vh;
  max-width: 95vw;
  max-height: 95vh;
}

@-webkit-keyframes loading_animation

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading_animation {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 769, app/assets/stylesheets/elements/_stand.scss */
.loading_animation {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* line 777, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container {
  width: 1485px;
  height: 1050px;
  box-sizing: border-box;
  position: relative;
  background: white;
  padding: 1rem;
  overflow: auto;
}

/* line 786, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-item {
  box-sizing: border-box;
  overflow: hidden;
}

/* line 791, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 990px;
  height: 87px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 801, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-header-logo {
  height: 100%;
  width: 10rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 809, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-header-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 500px;
}

/* line 817, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-grid-container {
  position: absolute;
  top: 87px;
  left: 0px;
  width: 990px;
  height: 787px;
}

/* line 824, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-grid-container .my-stand-grid {
  width: 100%;
  height: 100%;
}

/* line 830, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list {
  position: absolute;
  top: 0;
  left: 990px;
  width: 495px;
  height: 875px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 100%;
  max-height: 100%;
  gap: 0.2rem;
}

/* line 844, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-item {
  display: flex;
  align-items: center;
}

/* line 848, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-item-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid black;
}

/* line 855, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-item-name {
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  justify-content: center;
  border-left: none;
}

/* line 862, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-item-name span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: break-spaces;
  width: 100%;
}

/* line 873, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-info {
  position: absolute;
  top: 875px;
  left: 0;
  width: 866px;
  height: 175px;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
  border: 1px solid black;
}

/* line 884, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-info-header {
  display: flex;
  align-items: center;
  height: 2rem;
  border: 1px solid black;
  box-sizing: border-box;
  padding: 0 0.5rem;
  width: 40%;
}

/* line 894, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-equipment-list-info-content {
  display: flex;
  width: 100%;
  height: calc(100% - 2rem);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
}

/* line 905, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-comment {
  position: absolute;
  top: 875px;
  left: 866px;
  width: 619px;
  height: 175px;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
  border: 1px solid black;
}

/* line 916, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-comment-header {
  display: flex;
  align-items: center;
  height: 2rem;
  border: 1px solid black;
  box-sizing: border-box;
  padding: 0 0.5rem;
  width: 40%;
}

/* line 926, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-comment-content {
  display: flex;
  width: 100%;
  height: calc(100% - 2rem);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
}

/* line 938, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel {
  position: absolute;
  top: 8px;
  left: 668px;
  width: 520px;
  height: 175px;
  flex-direction: column;
}

/* line 946, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel-item {
  display: flex;
  align-items: center;
}

/* line 951, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel-header {
  height: 2rem;
  width: 100%;
}

/* line 956, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel-body {
  height: calc(100% - 9rem);
  width: 100%;
}

/* line 960, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel-body span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
  width: 100%;
}

/* line 969, app/assets/stylesheets/elements/_stand.scss */
.pdf-view-container .pdf-view-frieze-panel-footer {
  display: block;
  height: 2rem;
  width: 100%;
  font-size: 18px;
}

/* line 978, app/assets/stylesheets/elements/_stand.scss */
.equipment-groups {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  transition-property: max-height;
}

/* line 984, app/assets/stylesheets/elements/_stand.scss */
.equipment-groups-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

/* line 991, app/assets/stylesheets/elements/_stand.scss */
.equipment-groups-header svg {
  transition-property: transform;
  transform: rotate(180deg);
  transition-duration: 0.3s;
}

/* line 998, app/assets/stylesheets/elements/_stand.scss */
.equipment-groups-collapsed {
  overflow: hidden;
  max-height: 3rem;
  min-height: 3rem;
}

/* line 1003, app/assets/stylesheets/elements/_stand.scss */
.equipment-groups-collapsed svg {
  transition-property: transform;
  transform: rotate(0deg);
}

/* line 1, app/assets/stylesheets/elements/_table.scss */
.table {
  width: 100%;
  word-break: break-word;
  counter-reset: row;
  border: 1px solid #d1e4f2;
  border-radius: 8px;
}

/* line 7, app/assets/stylesheets/elements/_table.scss */
.table .table-header {
  background: #01579b26;
  border-radius: 5px 5px 0 0;
  /* font-caption */
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.01em;
  /* ------------ */
}

/* line 19, app/assets/stylesheets/elements/_table.scss */
.table .table-header h4 {
  align-self: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  margin: 0;
  padding: 0 8px;
}

/* line 28, app/assets/stylesheets/elements/_table.scss */
.table .table-header div {
  align-self: center;
  align-content: center;
}

/* line 33, app/assets/stylesheets/elements/_table.scss */
.table .table-row {
  counter-increment: row;
  /* font-body-2 */
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.01em;
  /* ------ */
}

/* line 35, app/assets/stylesheets/elements/_table.scss */
.table .table-row:hover {
  background-color: #01579b0d;
}

/* line 38, app/assets/stylesheets/elements/_table.scss */
.table .table-row input,
.table .table-row select,
.table .table-row textarea {
  background-color: transparent;
}

/* line 43, app/assets/stylesheets/elements/_table.scss */
.table .table-row input.active:focus {
  border-bottom: 1px solid #7ba6ff;
}

/* line 47, app/assets/stylesheets/elements/_table.scss */
.table .table-row.no-underline {
  border-bottom: none;
}

/* line 59, app/assets/stylesheets/elements/_table.scss */
.table .table-row p {
  margin: 0;
}

/* line 62, app/assets/stylesheets/elements/_table.scss */
.table .table-row .number::before {
  content: counter(row);
}

/* line 66, app/assets/stylesheets/elements/_table.scss */
.table .table-row .button {
  align-self: center;
  justify-self: center;
}

/* line 69, app/assets/stylesheets/elements/_table.scss */
.table .table-row .button .placeholder {
  color: #1bb2f1;
}

/* line 74, app/assets/stylesheets/elements/_table.scss */
.table .table-row .actions {
  margin: 0;
  position: relative;
}

/* line 77, app/assets/stylesheets/elements/_table.scss */
.table .table-row .actions button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 2px;
  color: #7f8c8d;
}

/* line 87, app/assets/stylesheets/elements/_table.scss */
.table .table-row .actions button:hover, .table .table-row .actions button:focus {
  color: #01579b;
}

/* line 92, app/assets/stylesheets/elements/_table.scss */
.table .table-row .actions .icon {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background: url(/assets/icons/actions-f2807f95d8f47520f302e215c194e8dd7ef37314f06889cbe840919d58bc0ed8.svg) no-repeat center;
  background-size: 16px 16px;
}

/* line 100, app/assets/stylesheets/elements/_table.scss */
.table .table-row.disabled {
  color: #7f8c8d;
}

/* line 104, app/assets/stylesheets/elements/_table.scss */
.table .table-row.to-be-destroyed {
  display: none;
}

/* line 108, app/assets/stylesheets/elements/_table.scss */
.table .table-row > a {
  color: rgba(1, 87, 155, 0.6);
}

/* line 110, app/assets/stylesheets/elements/_table.scss */
.table .table-row > a:hover {
  text-decoration: underline;
  color: #01579b;
}

/* line 120, app/assets/stylesheets/elements/_table.scss */
.table .table-row > a.disabled {
  color: #7f8c8d;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 127, app/assets/stylesheets/elements/_table.scss */
.table .table-row .table-column-hover {
  background-color: #01579b0d;
}

/* line 131, app/assets/stylesheets/elements/_table.scss */
.table .table-row input,
.table .table-row select,
.table .table-row textarea {
  width: 100%;
  border: none;
  padding: 0;
  outline: none;
}

/* line 138, app/assets/stylesheets/elements/_table.scss */
.table .table-row input:focus,
.table .table-row select:focus,
.table .table-row textarea:focus {
  outline: none;
  background-color: #ecf0f14d;
}

/* line 145, app/assets/stylesheets/elements/_table.scss */
.table .table-header,
.table .table-row {
  display: grid;
  grid-template-columns: 1fr;
}

/* line 149, app/assets/stylesheets/elements/_table.scss */
.table .table-header.two-col,
.table .table-row.two-col {
  grid-template-columns: 63px 1fr 52px;
}

/* line 152, app/assets/stylesheets/elements/_table.scss */
.table .table-header.three-col,
.table .table-row.three-col {
  grid-template-columns: 63px repeat(2, 1fr) 52px;
}

/* line 155, app/assets/stylesheets/elements/_table.scss */
.table .table-header.four-col,
.table .table-row.four-col {
  grid-template-columns: 63px repeat(3, 1fr) 52px;
}

/* line 158, app/assets/stylesheets/elements/_table.scss */
.table .table-header.five-col,
.table .table-row.five-col {
  grid-template-columns: 63px repeat(4, 1fr) 52px;
}

/* line 161, app/assets/stylesheets/elements/_table.scss */
.table .table-header.six-col,
.table .table-row.six-col {
  grid-template-columns: 63px repeat(5, 1fr) 52px;
}

/* line 164, app/assets/stylesheets/elements/_table.scss */
.table .table-header.seven-col,
.table .table-row.seven-col {
  grid-template-columns: 63px repeat(6, 1fr) 52px;
}

/* line 167, app/assets/stylesheets/elements/_table.scss */
.table .table-header.eight-col,
.table .table-row.eight-col {
  grid-template-columns: 63px repeat(7, 1fr) 52px;
}

/* line 170, app/assets/stylesheets/elements/_table.scss */
.table .table-header.nine-col,
.table .table-row.nine-col {
  grid-template-columns: 63px repeat(8, 1fr) 52px;
}

/* line 173, app/assets/stylesheets/elements/_table.scss */
.table .table-header.ten-col,
.table .table-row.ten-col {
  grid-template-columns: 63px repeat(9, 1fr) 52px;
}

/* line 177, app/assets/stylesheets/elements/_table.scss */
.table .table-header > *,
.table .table-row > * {
  padding: 8px 16px;
}

/* line 181, app/assets/stylesheets/elements/_table.scss */
.table .wide-col {
  grid-column: span 2;
}

/* line 185, app/assets/stylesheets/elements/_table.scss */
.table .table-assistive-text {
  margin-top: 1rem;
}

/* line 188, app/assets/stylesheets/elements/_table.scss */
.table .table-assistive-actions {
  padding: 0 16px 8px;
}

/* line 191, app/assets/stylesheets/elements/_table.scss */
.table .connected-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

/* line 195, app/assets/stylesheets/elements/_table.scss */
.table .connected-column-title {
  grid-column-start: 1;
  grid-column-end: 4;
  color: #7f8c8d;
  margin-bottom: 5px;
}

/* line 201, app/assets/stylesheets/elements/_table.scss */
.table .connected-column-weight {
  grid-column-start: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

/* line 206, app/assets/stylesheets/elements/_table.scss */
.table .connected-column-length {
  grid-column-start: 1;
}

/* line 209, app/assets/stylesheets/elements/_table.scss */
.table .connected-column.three-col {
  grid-template-columns: repeat(3, 1fr);
}

/* line 212, app/assets/stylesheets/elements/_table.scss */
.table .connected-column.four-col {
  grid-template-columns: repeat(4, 1fr);
}

/* line 1, app/assets/stylesheets/elements/_tabs.scss */
.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/elements/_tabs.scss */
.tabs .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #d1d1d6;
  color: #7f8c8d;
}

/* line 16, app/assets/stylesheets/elements/_tabs.scss */
.tabs .tab-item:hover {
  background: #ecf0f14d;
}

/* line 20, app/assets/stylesheets/elements/_tabs.scss */
.tabs .tab-item:active {
  background: #ecf0f14d;
  box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.05);
}

/* line 25, app/assets/stylesheets/elements/_tabs.scss */
.tabs .tab-item.active {
  background: #01579b0d;
  border-color: #01579b;
  color: #222222;
}

/* line 31, app/assets/stylesheets/elements/_tabs.scss */
.tabs .equipment-tab {
  padding: 10.5px 35px;
}

/* line 8, app/assets/stylesheets/devise.scss */
html, body {
  color: #222222;
  font: normal 16px "Roboto", sans-serif;
  background: #ffffff;
}

/* line 14, app/assets/stylesheets/devise.scss */
.footer-copyright {
  position: fixed;
  width: 50%;
  text-align: center;
  bottom: 1.25rem;
  left: 50%;
}

/* line 21, app/assets/stylesheets/devise.scss */
.footer-copyright .font-body-2 {
  color: #7f8c8d;
}

/* line 26, app/assets/stylesheets/devise.scss */
.auth-wrapper {
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "logo_sidebar auth_section";
}

/* line 36, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar {
  grid-area: logo_sidebar;
  display: flex;
  flex-direction: column;
  background: #01579b0d;
}

/* line 42, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar-logo {
  padding: 56px 40px;
  width: 280px;
  height: auto;
  object-fit: cover;
}

/* line 49, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar-img {
  margin: 0 auto;
  width: 500px;
  height: auto;
}

/* line 54, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar-img-external {
  margin: 8% auto 0 auto;
  width: 900px;
  height: auto;
}

/* line 61, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar .sidebar-expo-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: auto auto 5.625rem 3.75rem;
}

/* line 67, app/assets/stylesheets/devise.scss */
.auth-wrapper .auth-sidebar .sidebar-expo-list .expo-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* line 76, app/assets/stylesheets/devise.scss */
.auth-section {
  grid-area: auth_section;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 530px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 88, app/assets/stylesheets/devise.scss */
.auth-section h3,
.auth-section .font-body-big {
  text-align: center;
}

/* line 93, app/assets/stylesheets/devise.scss */
.auth-section .font-body-big {
  max-width: 400px;
}

/* line 97, app/assets/stylesheets/devise.scss */
.auth-section .auth-title {
  background: linear-gradient(90deg, #00AFEF 0%, #0471BF 30.2%, #08338F 47.84%, #2905A1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  width: 92%;
}

/* line 105, app/assets/stylesheets/devise.scss */
.auth-section .auth-subtitle {
  text-align: left;
  color: #7f8c8d;
}

/* line 111, app/assets/stylesheets/devise.scss */
.auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}

/* line 119, app/assets/stylesheets/devise.scss */
.auth-form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  position: relative;
}

/* line 126, app/assets/stylesheets/devise.scss */
.auth-form-field-horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 132, app/assets/stylesheets/devise.scss */
.auth-form-field-checkbox {
  padding: 0 1.5rem;
}

/* line 135, app/assets/stylesheets/devise.scss */
.auth-form-field-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

/* line 143, app/assets/stylesheets/devise.scss */
.auth-form-field .field_with_errors label {
  color: #ff2c38;
}

/* line 146, app/assets/stylesheets/devise.scss */
.auth-form-field .field_with_errors input {
  border: 1px solid #ff2c38;
  width: 100%;
  box-sizing: border-box;
}

/* line 154, app/assets/stylesheets/devise.scss */
.auth-form-field-password .password-eye-icon {
  cursor: pointer;
  position: absolute;
  bottom: 15.83px;
  right: 1.5rem;
  width: 22px;
  z-index: 99;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 162, app/assets/stylesheets/devise.scss */
.auth-form-field-password .password-eye-icon.show {
  background-image: url(/assets/icons/eye-hide-5335820b7de130ac538ef4dd53c4a9839913b5853ffc224f9f4fea1a7cbb77d1.svg);
}

/* line 165, app/assets/stylesheets/devise.scss */
.auth-form-field-password .password-eye-icon.hide {
  background-image: url(/assets/icons/eye-show-fd65cf31b0e79e0a42ca181fd3282e4fa2c64056f2628570102fa916d7dff041.svg);
}

/* line 173, app/assets/stylesheets/devise.scss */
.auth-form-field a {
  text-decoration: underline;
  text-align: center;
}

/* line 178, app/assets/stylesheets/devise.scss */
.auth-form-field .button {
  margin: 0 auto;
}

/* line 182, app/assets/stylesheets/devise.scss */
.auth-form-field label.font-body-2 {
  margin-left: 1.5rem;
}

/* line 188, app/assets/stylesheets/devise.scss */
a {
  color: #7f8c8d;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/devise.scss */
a:hover {
  color: #222222;
}

/* line 197, app/assets/stylesheets/devise.scss */
a.actions-language-selector {
  padding: 10px 15px;
  position: absolute;
  top: 35px;
  right: 65px;
  text-transform: uppercase;
}
