@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Regular.DbF2469T.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular.CN_pkOMA.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Italic.DXnPjoBT.woff2") format("woff2"), url("/assets/fonts/Roboto-Italic.B1M5SgEt.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Medium.CyNpPc2Q.woff2") format("woff2"), url("/assets/fonts/Roboto-Medium.CwcsZ-zd.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Regular.DbF2469T.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular.CN_pkOMA.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Bold.BC4x7soz.woff2") format("woff2"), url("/assets/fonts/Roboto-Bold._ZJd4Sbe.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto"), local("Roboto"), url("/assets/fonts/Roboto-Black.DqxMsdum.woff2") format("woff2"), url("/assets/fonts/Roboto-Black.BTYGK7k3.ttf") format("truetype");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Plus Jakarta Sans"), local("Plus Jakarta Sans"), url("/assets/fonts/PlusJakartaSans-Medium.QIUSdtoW.woff2") format("woff2"), url("/assets/fonts/PlusJakartaSans-Medium.DhBKL1md.ttf") format("truetype");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Plus Jakarta Sans"), local("Plus Jakarta Sans"), url("/assets/fonts/PlusJakartaSans-SemiBold.DSRA2nNc.woff2") format("woff2"), url("/assets/fonts/PlusJakartaSans-SemiBold.BwA5eg9w.ttf") format("truetype");
}
:root {
  --max-width-wrapper: 1920px;
  --max-width-container: 1270px;
  --container-pi: 15px;
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Plus Jakarta Sans", sans-serif;
  --white-clr: #ffffff;
  --dark-green-clr: #435056;
  --red-clr: #f73335;
  --gray-clr: #f9f9f9;
  --gray-primary-clr: #cbd1d6;
  --gray-secondary-clr: #f2f2f2;
  --gray-tertiary-clr: #8e98a2;
  --dark-gray-clr: #8f8f8f;
  --black-clr: #000000;
  --black-opacity-rgba: rgba(0, 0, 0, 0.3);
  --light-blue-clr: #484897;
  --blue-clr: #1a197c;
  --blue-secondary-clr: #302ec8;
  --dark-blue-clr: #01006e;
  --light-purple-clr: #edecff;
  --light-voilet-clr: #807fcb;
  --text-light-clr: #ffffff;
  --text-light-secondary-clr: #8f8f8f;
  --text-dark-clr: #021318;
  --main-border-radius: 0.625rem;
  --inputs-height: 2.875rem;
  --inputs-padding-block: 0.375rem;
  --inputs-padding-inline: 1rem;
  --inputs-radius: 0.625rem;
  --inputs-border-width: 0.063rem;
  --inputs-border-clr: #cbd1d6;
  --inputs-label-padding-bottom: 0.5rem;
  --inputs-label-font-size: 0.875rem;
  --inputs-label-font-weight: 400;
  --inputs-label-clr: #021318;
  --inputs-font-size: 0.938rem;
  --inputs-font-weight: 400;
  --inputs-clr: #021318;
  --inputs-placeholder-clr: #8e98a2;
  --inputs-icon-size: 0.875rem;
  --inputs-icon-gap: 0.313rem;
  --inputs-icon-fill: #021318;
  --inputs-bg: #ffffff;
  --inputs-active-clr: #021318;
  --inputs-unactive-clr: #777777;
  --inputs-focus-clr: #021318;
  --inputs-hover-clr: #021318;
  --inputs-success-clr: #35c11f;
  --inputs-error-clr: var(--red-clr);
  --inputs-disabled-clr: #e1e3e1;
  --inputs-outline-focus-clr: rgba(2,19,24,0.53333);
  --inputs-outline-success-clr: #c3f8ba;
  --inputs-outline-error-clr: #f8baba;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
* {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

p a,
p a:visited {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (any-hover: hover) {
  a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
p {
  text-wrap: pretty;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  text-wrap: balance;
}

body {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #021318;
  color: var(--text-dark-clr);
  background-color: #f9f9f9;
  background-color: var(--gray-clr);
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  --_max-width: var(--max-width-wrapper, 1920px);
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  max-width: 1920px;
  max-width: var(--_max-width);
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper {
    grid-template-columns: 4.5rem 1fr;
  }
  .wrapper.is-employee-version {
    padding-top: 2.5rem;
    grid-template-columns: 1fr;
  }
  .wrapper.is-employee-version .section-fullscreen {
    height: 90dvh;
  }
  .wrapper.is-employee-version .chat {
    height: calc(100dvh - 40px);
  }
}
@media (min-width: 1600.02px) {
  .wrapper {
    --_max-width: 100%;
  }
}

.content {
  flex: 1 1 auto;
}

.text-blue-secondary {
  color: #302ec8 !important;
  color: var(--blue-secondary-clr) !important;
}

.container {
  --_max-width-container: var(--max-width-container, 1270px);
  --_padding-inline: var(--container-pi, 15px);
  max-width: calc(1270px + 15px * 2);
  max-width: calc(var(--_max-width-container) + var(--_padding-inline) * 2);
  padding: 0 15px;
  padding: 0 var(--_padding-inline);
  margin: 0 auto;
}

[data-ac-body] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition-property: grid-template-rows, padding, margin, border, background, transform, opacity, visibility;
  transition-duration: 200ms;
}
[data-ac-body].is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
[data-ac-body] > * {
  overflow: hidden;
}

.section-fullscreen {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.section-fullscreen__container {
  flex: 1 1 auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: auto;
}

.input-error-text {
  display: block;
  margin-top: 0.375rem; /* 6px — небольшой отступ от инпута */
  color: #f73335;
  color: var(--inputs-error-clr, #f73335); /* брендовый цвет ошибки, есть в wags.css */
  font-size: 0.875rem; /* как в дизайне */
  line-height: 1.3; /* читаемость */
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.button {
  --button-height: 2.5rem;
  --button-padding-inline: 2.5rem;
  --button-padding-block: 0.313rem;
  --button-gap: 0.313rem;
  --button-border-radius: calc(var(--button-height) / 2);
  --button-icon-size: 1.5rem;
  --button-icon-fill: #ffffff;
  --button-icon-fill-hover: #302ec8;
  --button-icon-fill-focus: #302ec8;
  --button-font-size: 0.875rem;
  --button-font-weight: 600;
  --button-clr: #ffffff;
  --button-clr-hover: #302ec8;
  --button-clr-focus: #302ec8;
  --button-border-width: 0.125rem;
  --button-border-clr: #302ec8;
  --button-border-clr-hover: #302ec8;
  --button-border-clr-focus: #302ec8;
  --button-bg: #302ec8;
  --button-bg-hover: #ffffff;
  --button-bg-focus: #ffffff;
  --button-outline-width: 2px;
  --button-outline-style: solid;
  --button-outline-offset: 3px;
  --button-outline-clr: transparent;
  --button-outline-focus-clr: rgba(49,46,200,0.51373);
  --button-outline-success-clr: #c3f8ba;
  --button-outline-error-clr: #f8baba;
  --button-success-clr: #35c11f;
  --button-error-clr: #f73335;
  --button-disabled-clr: #807fcb;
  --button-duration: 200ms;
  min-height: 2.5rem;
  min-height: var(--button-height);
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  padding-top: var(--button-padding-block);
  padding-bottom: var(--button-padding-block);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: var(--button-padding-inline);
  padding-right: var(--button-padding-inline);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.313rem;
  gap: var(--button-gap);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  font-size: var(--button-font-size);
  font-weight: 600;
  font-weight: var(--button-font-weight);
  line-height: 0;
  text-align: center;
  color: #ffffff;
  color: var(--button-clr);
  border-radius: calc(2.5rem / 2);
  border-radius: var(--button-border-radius);
  border-width: 0.125rem;
  border-width: var(--button-border-width);
  border-style: solid;
  border-color: #302ec8;
  border-color: var(--button-border-clr);
  background-color: #302ec8;
  background-color: var(--button-bg);
  cursor: pointer;
  transition-property: scale, color, border, background-color, transform, outline;
  transition-duration: 80ms, 200ms;
  transition-duration: 80ms, var(--button-duration);
}
.button.is-success {
  --button-border-clr: var(--button-success-clr);
  --button-border-clr-hover: var(--button-success-clr);
  --button-border-clr-focus: var(--button-success-clr);
  --button-clr-hover: var(--button-success-clr);
  --button-clr-focus: var(--button-success-clr);
  --button-icon-fill-hover: var(--button-success-clr);
  --button-icon-fill-focus: var(--button-success-clr);
  --button-bg: var(--button-success-clr);
  --button-outline-focus-clr: var(--button-outline-success-clr);
}
.button.is-error {
  --button-border-clr: var(--button-error-clr);
  --button-border-clr-hover: var(--button-error-clr);
  --button-border-clr-focus: var(--button-error-clr);
  --button-clr-hover: var(--button-error-clr);
  --button-clr-focus: var(--button-error-clr);
  --button-icon-fill-hover: var(--button-error-clr);
  --button-icon-fill-focus: var(--button-error-clr);
  --button-bg: var(--button-error-clr);
  --button-outline-focus-clr: var(--button-outline-error-clr);
}
.button:disabled, .button.is-disabled {
  --button-border-clr: var(--button-disabled-clr);
  --button-border-clr-hover: var(--button-disabled-clr);
  --button-border-clr-focus: var(--button-disabled-clr);
  --button-bg: var(--button-disabled-clr);
  --button-bg-hover: var(--button-disabled-clr);
  --button-bg-focus: var(--button-disabled-clr);
  --button-outline-focus-clr: transparent;
  pointer-events: none;
}
.button_ghost {
  --button-bg: transparent;
  --button-border-clr: transparent;
  --button-clr: var(--text-dark-clr);
  --button-icon-fill: var(--text-dark-clr);
  --button-padding-inline: 0;
}
.button_ghost:disabled, .button_ghost.is-disabled {
  --button-border-clr: transparent;
  --button-border-clr-hover: transparent;
  --button-border-clr-focus: transparent;
  --button-bg: transparent;
  --button-bg-hover: transparent;
  --button-bg-focus: transparent;
  --button-outline-focus-clr: transparent;
  pointer-events: none;
}
.button_outline {
  --button-bg: transparent;
  --button-border-clr: var(--blue-secondary-clr);
  --button-clr: var(--blue-secondary-clr);
  --button-icon-fill: var(--blue-secondary-clr);
  --button-bg-hover: var(--blue-secondary-clr);
  --button-clr-hover: #ffffff;
  --button-icon-fill-hover: #ffffff;
}
.button_outline:disabled, .button_outline.is-disabled {
  --button-border-clr: var(--button-disabled-clr);
  --button-clr: var(--button-disabled-clr);
  --button-bg: transparent;
  --button-bg-hover: transparent;
  --button-bg-focus: transparent;
  --button-outline-focus-clr: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .button {
    height: var(--button-height);
  }
}

.button,
a.button {
  outline-width: var(--button-outline-width);
  outline-style: var(--button-outline-style);
  outline-color: var(--button-outline-clr);
  outline-offset: var(--button-outline-offset);
}

.button:focus-visible {
  --button-icon-fill: var(--button-icon-fill-focus);
  --button-clr: var(--button-clr-focus);
  --button-border-clr: var(--button-border-clr-focus);
  --button-bg: var(--button-bg-focus);
  --button-outline-clr: var(--button-outline-focus-clr);
}

.button:active {
  scale: 0.98;
}

.button__icon {
  flex: 0 0 var(--button-icon-size);
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  display: block;
  fill: var(--button-icon-fill);
  transition-property: color, transform;
  transition-duration: var(--button-duration);
}

.button-arrow-down {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  background-color: var(--white-clr);
  border: 1px solid #ebecee;
}
.button-arrow-down svg {
  width: 0.813rem;
  height: 0.813rem;
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768.02px) {
  .sidebar-overlay {
    display: none;
  }
}
.sidebar-overlay.is-visible {
  opacity: 1;
}

.sidebar {
  max-height: 100dvh;
}
.sidebar-logo {
  display: flex;
  gap: 0 0.75rem;
  align-items: center;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid var(--gray-secondary-clr);
}
@media (max-width: 768px) {
  .sidebar-logo {
    margin-bottom: 0.625rem;
  }
}
.sidebar-logo__img {
  width: 100%;
  height: 100%;
  max-width: 2.25rem;
  max-height: 2.25rem;
  border-radius: 0.375rem;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768.02px) {
  .sidebar-logo__img {
    min-width: 2.25rem;
  }
}
.sidebar-logo__label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #302ec8;
  color: var(--blue-secondary-clr);
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: var(--font-secondary);
}
.sidebar__wrapper.is-open .sidebar-logo__label {
  display: block;
}
.sidebar__action {
  margin: 0 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.313rem 0.875rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #021318;
  color: var(--text-dark-clr);
  padding: 0.5rem 0.625rem;
  border-radius: 0.75rem;
}
.sidebar__action.is-active {
  color: #302ec8;
  color: var(--blue-secondary-clr);
  font-weight: 700;
  background-color: #edecff;
  background-color: var(--light-purple-clr);
}
.sidebar__action.is-active .sidebar__action-icon {
  color: #302ec8;
  color: var(--blue-secondary-clr);
}
.sidebar__action-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.sidebar__action-exit {
  margin-top: auto;
}
.sidebar__action-label {
  display: none;
}
.sidebar__wrapper.is-open .sidebar__action-label {
  display: block;
}
.sidebar__menu {
  margin-bottom: 0.375rem;
}
.sidebar__menu-title {
  font-size: 0.75rem;
  color: #8e98a2;
  color: var(--gray-tertiary-clr);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768.02px) {
  .sidebar__menu-title--only-mobile {
    display: none;
  }
}
.sidebar__wrapper, .sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .sidebar__menu {
    margin-bottom: 0.625rem;
  }
}
.sidebar__wrapper {
  height: 100%;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  background-color: var(--white-clr);
  width: 4rem;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  border-right: 1px solid var(--gray-secondary-clr);
  transition: width 300ms ease-in-out;
}
@media (min-width: 768.02px) {
  .sidebar__wrapper:not(.is-open) .sidebar-logo {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
.sidebar__wrapper.is-open {
  width: 17.5rem;
}
.sidebar__wrapper.is-open .sidebar-toggle__icon {
  rotate: 180deg;
}
.sidebar__wrapper.is-open .sidebar-profile {
  justify-content: start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sidebar__wrapper.is-open .sidebar__action-label {
  display: block;
  animation: fadeInSlide 200ms ease-in-out 100ms both;
}
.sidebar__wrapper.is-open .sidebar-logo__label {
  display: block;
  animation: fadeInSlide 200ms ease-in-out 100ms both;
}
.sidebar__wrapper.is-open .sidebar__menu-title--only-mobile {
  display: none;
  animation: fadeInSlide 200ms ease-in-out 100ms both;
}
.sidebar__wrapper.is-open .sidebar-profile__name {
  display: block;
  animation: fadeInSlide 200ms ease-in-out 100ms both;
}
.sidebar__wrapper.is-open .surveys {
  display: block;
}
.sidebar__wrapper.is-open .reports-list__item-title {
  width: auto;
}
.sidebar__wrapper.is-open .reports-list__title {
  text-align: left;
}
.sidebar__wrapper .sidebar__action-label,
.sidebar__wrapper .sidebar-logo__label,
.sidebar__wrapper .sidebar-profile__name {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.sidebar__wrapper .surveys {
  display: none;
}
.sidebar__wrapper.is-open .sidebar-toggle {
  left: calc(100% - 51px);
}
@media (max-width: 768px) {
  .sidebar__wrapper {
    position: fixed;
    top: 0;
    left: 0;
  }
  .sidebar__wrapper.is-open .sidebar-toggle {
    display: none;
  }
  .sidebar__wrapper.is-employee-version {
    display: none;
  }
  .sidebar__wrapper.is-employee-version.is-open {
    display: flex;
  }
}
.sidebar-toggle {
  position: absolute;
  top: 12px;
  left: calc(100% - 12px);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  background: var(--white-clr);
  border-radius: 0 0.625rem 0.625rem 0;
  transition: all 200ms ease-in-out;
}
.sidebar-toggle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  border: 1px solid #f2f2f2;
  border: 1px solid var(--gray-secondary-clr);
  color: #021318;
  color: var(--text-dark-clr);
  transition: background-color 200ms;
}
.sidebar-toggle__icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.sidebar-toggle:hover .sidebar-toggle__icon, .sidebar-toggle:focus-visible .sidebar-toggle__icon {
  background: #f2f2f2;
  background: var(--gray-secondary-clr);
}
.sidebar .sidebar-profile-popover {
  margin-top: auto;
}
.sidebar-profile {
  cursor: pointer;
  margin-top: auto;
  padding: 0.875rem 1.25rem;
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid var(--gray-secondary-clr);
  transition: background-color 200ms ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  padding: 0.875rem 0rem;
}
.sidebar-profile:hover {
  background-color: var(--gray-light-clr);
}
.sidebar-profile:focus-visible {
  outline: 2px solid #302ec8;
  outline: 2px solid var(--blue-secondary-clr);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .sidebar-profile {
    justify-content: center;
    padding: 0.875rem 0rem;
  }
}
.sidebar-profile__icon {
  flex: 0 0 2.125rem;
  width: 2.125rem;
  height: 2.125rem;
  background: #f2f2f2;
  background: var(--gray-secondary-clr);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-profile__icon svg {
  width: 0.813rem;
  height: 1rem;
  color: #021318;
  color: var(--text-dark-clr);
}
.sidebar-profile__initials {
  font-size: 1rem;
  color: #021318;
  color: var(--text-dark-clr);
  text-transform: uppercase;
}
.sidebar-profile__name {
  font-size: 1rem;
  font-weight: 400;
  color: #021318;
  color: var(--text-dark-clr);
  line-height: 1.3;
  display: none;
}
.sidebar-profile-menu {
  min-width: 11.25rem;
}
@media (max-width: 768px) {
  .sidebar-profile-menu {
    min-width: auto;
  }
}
.sidebar-profile-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #021318;
  color: var(--text-dark-clr);
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}
.sidebar-profile-menu__item--red {
  color: #f73335;
  color: var(--red-clr);
}
.sidebar-profile-menu__item:hover {
  background-color: var(--gray-light-clr);
}
.sidebar-profile-menu__item:focus-visible {
  outline: 2px solid #302ec8;
  outline: 2px solid var(--blue-secondary-clr);
  outline-offset: 2px;
}
.sidebar-profile-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.sidebar-profile-menu__label {
  display: none;
}
@media (min-width: 768.02px) {
  .sidebar-profile-menu__label {
    display: block;
  }
}
.sidebar-profile-menu__label.is-open-sidebar {
  display: block;
}

.reports-list {
  margin: 0 0 -8px 0;
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.reports-list__header {
  margin-bottom: 4px;
  position: relative;
}
.reports-list__title {
  font-size: 0.75rem;
  color: #8e98a2;
  color: var(--gray-tertiary-clr);
  margin: 0;
  padding: 0;
  padding: 0;
  text-align: center;
}
.sidebar__wrapper.is-open .reports-list__title {
  text-align: left;
  padding: 0 1.25rem;
}
.reports-list__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.75rem 1rem 0;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.reports-list__accordion-toggle .reports-list__accordion-arrow {
  transform: rotate(-90deg);
}
.reports-list__accordion-toggle.is-open .reports-list__accordion-arrow {
  transform: rotate(0);
}
.sidebar__wrapper.is-open .reports-list__accordion-toggle {
  display: none;
}
.reports-list__accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.reports-list__accordion-arrow {
  color: #021318;
  color: var(--text-dark-clr);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.reports-list__content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}
.reports-list__content[data-custom-os-target] {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #cbd1d6 transparent;
  scrollbar-color: var(--gray-primary-clr) transparent;
}
.reports-list__content[data-custom-os-target]::-webkit-scrollbar {
  width: 6px;
}
.reports-list__content[data-custom-os-target]::-webkit-scrollbar-track {
  background: transparent;
}
.reports-list__content[data-custom-os-target]::-webkit-scrollbar-thumb {
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
  border-radius: 30px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.reports-list__content[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(162, 167, 171);
}
@supports (color: color-mix(in lch, red, blue)){
.reports-list__content[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--gray-primary-clr) 80%, black);
}
}
.reports-list__content.is-open {
  max-height: 100%;
  flex: 1 1 auto;
  overflow-y: auto;
  opacity: 1;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.reports-list__content.is-open::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.625rem;
  background: linear-gradient(to bottom, transparent, #ffffff);
  background: linear-gradient(to bottom, transparent, var(--white-clr));
  pointer-events: none;
  z-index: 1;
}
.sidebar__wrapper.is-open .reports-list__content {
  max-height: 68vh;
  gap: 0.5rem;
  overflow-y: auto;
  opacity: 1;
}
.sidebar__wrapper.is-open .reports-list__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: linear-gradient(to bottom, transparent, var(--bg-primary-clr));
  pointer-events: none;
  z-index: 1;
}
.reports-list__item {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s ease;
  padding: 0.25rem 0 0.25rem 0.875rem;
  text-align: center;
  gap: 0;
}
.sidebar__wrapper.is-open .reports-list__item {
  padding: 0.5rem 1.25rem;
  text-align: left;
  gap: 0.5rem;
}
.reports-list__item:hover {
  opacity: 0.8;
}
.reports-list__item.is-active .reports-list__item-icon {
  color: #302ec8;
  color: var(--blue-secondary-clr);
}
.reports-list__item.is-active .reports-list__item-title {
  color: #302ec8;
  color: var(--blue-secondary-clr);
  font-weight: 600;
}
.reports-list__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.313rem;
  height: 100%;
  background-color: #302ec8;
  background-color: var(--blue-secondary-clr);
  border-radius: 0 50px 30px 0;
}
.reports-list__item-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #021318;
  color: var(--text-dark-clr);
}
.sidebar__wrapper.is-open .reports-list__item-icon {
  display: flex;
}
.reports-list__item-content {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 0.25rem;
}
.sidebar__wrapper.is-open .reports-list__item-content {
  gap: 0.5rem;
}
.reports-list__item-title {
  font-size: 1rem;
  font-weight: 400;
  color: #021318;
  color: var(--text-dark-clr);
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
}
.sidebar__wrapper.is-open .reports-list__item-title {
  width: auto;
}

.header-employee {
  display: none;
}
@media (max-width: 768px) {
  .header-employee {
    display: block;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-employee__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    flex-shrink: 0;
    color: #435056;
    color: var(--dark-green-clr);
    background: #f9f9f9;
    background: var(--gray-clr);
    transform: translateX(-18px);
  }
  .header-employee__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 auto;
    transform: translateX(-7%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 14.5rem;
  }
}

.title {
  --title-clr: #021318;
  --title-sub-clr: #8e98a2;
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  color: #021318;
  color: var(--title-clr);
}
.title span {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--title-sub-clr);
}
@media (min-width: 768.02px) {
  .title {
    gap: 0.25rem;
  }
}

/*
<div data-custom-os>
  <div data-custom-os-target></div>
</div>

или

<div data-custom-os></div>
*/
[data-custom-os] {
  --custom-os-size: 10px;
  --custom-os-padding-right: 0px;
  --custom-os-padding-bottom: 0px;
  --custom-os-track-line-size: 2px;
  --custom-os-track-line-border-radius: 2px;
  --custom-os-track-line-bg: transparent;
  position: relative;
}

[data-custom-os] .os-scrollbar {
  --os-size: var(--custom-os-size);
  --os-handle-bg: var(--dark-gray-clr);
  --os-handle-bg-hover: var(--light-blue-clr);
  --os-handle-bg-active: var(--blue-clr);
}

[data-custom-os].os-vertical-scroll {
  padding-right: calc(var(--custom-os-size) + var(--custom-os-padding-right));
}
[data-custom-os].os-horizontal-scroll {
  padding-bottom: calc(var(--custom-os-size) + var(--custom-os-padding-bottom));
}
[data-custom-os] .os-scrollbar-track:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: var(--custom-os-track-line-border-radius);
  background: var(--custom-os-track-line-bg);
}

[data-custom-os] .os-scrollbar-vertical .os-scrollbar-track:after {
  width: var(--custom-os-track-line-size);
  left: 50%;
  top: 0;
  bottom: 1px;
  transform: translate(-50%, 0);
}

[data-custom-os] .os-scrollbar-horizontal .os-scrollbar-track:after {
  height: var(--custom-os-track-line-size);
  top: 50%;
  left: 0;
  right: 1px;
  transform: translate(0, -50%);
}

.message-form {
  --message-form-max-width: 53.75rem;
  --message-form-tag-clr: #000000;
  --message-form-tag-bg: #ffffff;
  display: block;
  position: relative;
}
.message-form__scroll-to-bottom-container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.message-form-title {
  max-width: 40.375rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}
.message-form-title__heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #000000;
  color: var(--black-clr);
}
.message-form-title__text {
  font-size: 1rem;
  margin-bottom: 1.125rem;
  color: #021318;
  color: var(--text-dark-clr);
}
.message-form-title__description {
  font-size: 1.375rem;
  color: #021318;
  color: var(--text-dark-clr);
}
@media (max-width: 768px) {
  .message-form-title {
    padding: 0 1.25rem;
  }
  .message-form-title__heading {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .message-form-title__text {
    margin-bottom: 1.5rem;
  }
  .message-form-title__description {
    font-size: 1rem;
    text-align: left;
  }
}

.message-form__wrapper {
  position: relative;
  overflow: hidden;
  min-height: 3.375rem;
  padding: 0.625rem 0.313rem 0.625rem 0.938rem;
  max-width: var(--message-form-max-width);
  margin: 0 auto;
  display: grid;
  align-content: space-between;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  background-color: var(--white-clr);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768.02px) {
  .message-form__wrapper {
    min-height: 4.063rem;
    padding: 0 0 1.25rem 1.25rem;
    gap: 1.25rem;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .message-form__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .message-form__wrapper_expanded {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80vh;
    max-height: 32.5rem;
    display: flex;
    flex-direction: column;
  }
  .message-form__wrapper_expanded .message-form__actions {
    bottom: 16px;
    transform: translateY(0);
  }
  .message-form__wrapper_expanded .message-form__textarea {
    flex: 1;
    height: auto;
    min-height: 0;
  }
  .message-form__wrapper_expanded .message-form__textarea .textAreaWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .message-form__wrapper_expanded .message-form__textarea textarea {
    flex: 1;
    height: 100% !important;
    max-height: none !important;
    min-height: 100% !important;
    resize: none;
  }
}
.message-form__wrapper.has-attach-button .message-form__textarea textarea {
  padding-left: 3.125rem;
}
@media (max-width: 768px) {
  .message-form__wrapper.has-attach-button .message-form__textarea textarea {
    padding-left: 1.875rem;
  }
}

.message-form__textarea {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  height: 100%;
}
.message-form__textarea.has-scroll {
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .message-form__textarea.has-scroll {
    padding-bottom: 0rem;
  }
}
.message-form__textarea .textAreaWrap {
  height: 100%;
}
.message-form__textarea textarea {
  padding-top: 0.5rem;
  padding-right: 3rem;
  transform: translateY(11px);
  width: 100%;
  min-height: 1.5rem;
  height: auto;
  max-height: 6.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #021318;
  color: var(--text-dark-clr);
  resize: none;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.message-form__textarea textarea::-moz-placeholder {
  color: #8f8f8f;
  color: var(--text-light-secondary-clr);
}
.message-form__textarea textarea::placeholder {
  color: #8f8f8f;
  color: var(--text-light-secondary-clr);
}
.message-form__textarea textarea:disabled {
  background-color: transparent;
  opacity: 0.7;
  cursor: not-allowed;
}
.message-form__textarea textarea::-webkit-scrollbar {
  width: 4px;
}
.message-form__textarea textarea::-webkit-scrollbar-track {
  background: transparent;
}
.message-form__textarea textarea::-webkit-scrollbar-thumb {
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
  border-radius: 30px;
}
.message-form__textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgb(162, 167, 171);
}
@supports (color: color-mix(in lch, red, blue)){
.message-form__textarea textarea::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--gray-primary-clr) 80%, black);
}
}
@media (min-width: 768.02px) {
  .message-form__textarea textarea {
    min-height: 2rem;
    max-height: 16.875rem;
  }
}
@media (max-width: 768px) {
  .message-form__textarea textarea {
    padding-right: 3.75rem;
    padding-top: 0.625rem;
    transform: none;
  }
}
@media (min-width: 576.02px) {
  .message-form__textarea textarea {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .message-form__textarea {
    padding-right: 0.5rem;
  }
}

.message-form__actions {
  position: absolute;
  right: 1rem;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.message-form__actions.is-stick-to-bottom {
  bottom: 1.25rem;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .message-form__actions.is-stick-to-bottom {
    bottom: 0.625rem;
  }
}
@media (min-width: 576.02px) {
  .message-form__actions {
    gap: 0.938rem;
  }
}
@media (min-width: 768.02px) {
  .message-form__actions {
    gap: 1.875rem;
  }
}
@media (max-width: 768px) {
  .message-form__actions {
    right: 1.25rem;
  }
}

.message-form__action {
  flex: 0 0 2.188rem;
  width: 2.188rem;
  height: 2.188rem;
  display: grid;
  border-radius: 50%;
  background-color: #302ec8;
  background-color: var(--blue-secondary-clr);
  align-content: center;
  justify-content: center;
  place-content: center;
  overflow: hidden;
  transition: all 120ms;
}
.message-form__action_transparent {
  background-color: transparent;
}
.message-form__action:focus-visible {
  transform: scale(1.08);
}
@media (any-hover: hover) {
  .message-form__action:hover {
    transform: scale(1.08);
  }
}
.message-form__action:active {
  transform: scale(0.93);
}
.message-form__action.is-loading {
  transform: scale(1);
  background-color: transparent;
  animation: spinn 2s linear infinite;
}
.message-form__action:disabled {
  background: #807fcb;
  background: var(--light-voilet-clr);
}
@media (min-width: 768.02px) {
  .message-form__action {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@keyframes spinn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.message-form__audio-track {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.message-form__audio-track img {
  width: 100%;
}
@media (min-width: 1200.02px) {
  .message-form__audio-track {
    padding-left: 2.5rem;
  }
}

.message-form__expand-button-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 768.02px) {
  .message-form__expand-button-container {
    display: none;
  }
}
@media (max-width: 768px) {
  .message-form__expand-button-container {
    right: 1.25rem;
  }
}

.message-form__expand-button {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  color: #8e98a2;
  color: var(--gray-tertiary-clr);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.message-form__expand-button svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.message-form__expand-button_active {
  color: #021318;
  color: var(--text-dark-clr);
}

.message-form__actions-group {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.313rem;
}

.message-form__tags {
  cursor: pointer;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
}

.message-form__tag {
  min-height: 2.25rem;
  padding-right: 1em;
  display: flex;
  align-items: center;
  gap: 0.063rem;
  font-size: 1rem;
  line-height: 1;
  color: var(--message-form-tag-clr);
  border-radius: 0.625rem;
  background-color: var(--message-form-tag-bg);
}
.message-form__tag img {
  flex: 0 0 2.25em;
  width: 2.25em;
  height: 2.25em;
  display: block;
}

.message-form__attach-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  background-color: #ffffff;
  background-color: var(--white-clr);
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}
.message-form__attach-button.is-stick-to-bottom {
  top: auto;
  bottom: 1rem;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .message-form__attach-button {
    left: 0.625rem;
  }
}
.message-form__attach-button svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #435056;
  color: var(--dark-green-clr);
}
.message-form__attach-button:hover, .message-form__attach-button:focus-visible {
  background-color: rgba(48, 46, 200, 0.3);
}

.surveys {
  --surveys-content-padding-block: 0.625rem;
  --surveys-content-padding-inline: 0.625rem;
  --survey-item-bg: #edecff;
  --survey-item-button-clr: var(--blue-secondary-clr);
  --survey-date-label-clr: #021318;
  --survey-date-time-clr: #6e7984;
  --survey-date-bg: #ffffff;
  --survey-date-accent: #716ffc;
  --survey-date-send-clr: #0c5600;
  --survey-date-send-bg: #c3f8ba;
  --survey-date-draft-bg: #554900;
  --survey-date-draft-bg: #f8f0ba;
  --survey-date-deleted-bg: #710000;
  --survey-date-deleted-bg: #f8baba;
  --survey-add-button-clr: #ffffff;
  --survey-add-button-bg: #716ffc;
}

.surveys__wrapper {
  width: 100%;
  height: 100dvh;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background-color: #ffffff;
  background-color: var(--white-clr);
}

.surveys__add {
  flex: 0 0 auto;
  width: 100%;
  min-height: 2.625em;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: var(--surveys-content-padding-inline);
  padding-right: var(--surveys-content-padding-inline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  color: var(--survey-add-button-clr);
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  border: 1px solid var(--survey-add-button-bg);
  background-color: var(--survey-add-button-bg);
  transition-property: scale, color, background-color;
  transition-duration: 80ms, 200ms;
}
.surveys__add svg {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}
.surveys__add:focus-visible {
  color: var(--survey-add-button-bg);
  background-color: #ffffff;
  background-color: var(--white-clr);
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .surveys__add:hover {
    color: var(--survey-add-button-bg);
    background-color: #ffffff;
    background-color: var(--white-clr);
    outline: none;
  }
}
@media (any-hover: none) {
  .surveys__add:active {
    color: var(--survey-add-button-bg);
    background-color: #ffffff;
    background-color: var(--white-clr);
  }
}
.surveys__add:active {
  scale: 0.98;
}

.surveys__accordion {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

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

.surveys__accordion-item {
  flex: 0 0 auto;
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  overflow: hidden;
  background-color: var(--survey-item-bg);
}

.surveys__accordion-button {
  padding-top: var(--surveys-content-padding-block);
  padding-bottom: var(--surveys-content-padding-block);
  padding-left: var(--surveys-content-padding-inline);
  padding-right: var(--surveys-content-padding-inline);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--survey-item-button-clr);
  border: none;
  background: none;
}
.surveys__accordion-button svg {
  flex: 0 0 1.143em;
  width: 1.143em;
  height: 1.143em;
  display: block;
  border-radius: 50%;
  fill: currentColor;
  transition: scale 200ms;
}
.surveys__accordion-button:focus-visible svg {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .surveys__accordion-button:hover svg {
    scale: 1.15;
  }
  .surveys__accordion-button.is-open:hover svg {
    scale: -1.15;
  }
}
.surveys__accordion-button.is-open svg {
  scale: -1;
}

.surveys__accordion-body.is-open .surveys__dates {
  scale: 1;
  transition-delay: 60ms;
}

.surveys__dates {
  padding-top: 0;
  padding-bottom: var(--surveys-content-padding-block);
  padding-left: var(--surveys-content-padding-inline);
  padding-right: var(--surveys-content-padding-inline);
  display: grid;
  grid-gap: 0.375rem;
  gap: 0.375rem;
  scale: 0.9;
  transition: scale 200ms;
}

.surveys__date {
  --_padding-block: calc(var(--surveys-content-padding-block) - 0.125rem);
  --_padding-inline: calc(var(--surveys-content-padding-inline) - 0.125rem);
  padding-top: var(--_padding-block);
  padding-bottom: var(--_padding-block);
  padding-left: var(--_padding-inline);
  padding-right: var(--_padding-inline);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  grid-gap: 0.25rem 0.313rem;
  gap: 0.25rem 0.313rem;
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  background-color: var(--survey-date-bg);
  border: 0.125rem solid transparent;
  transition: border-color 200ms, scale 80ms;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.surveys__date:focus-visible {
  border-color: var(--survey-date-accent);
}
@media (any-hover: hover) {
  .surveys__date:not(.is-selected):hover {
    border-color: var(--survey-date-accent);
  }
}
@media (any-hover: none) {
  .surveys__date:not(.is-selected):active {
    border-color: var(--survey-date-accent);
  }
}
.surveys__date:not(.is-selected):active {
  scale: 0.98;
}
.surveys__date.is-selected {
  border-color: var(--survey-date-accent);
}
.surveys__date.is-active {
  border-color: var(--survey-date-accent);
}

.surveys__date-label {
  grid-column: 1/-1;
  justify-self: start;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--survey-date-label-clr);
}

.surveys__accordion-container .surveys__date-label {
  grid-column: 1/-1; /* оставить текущую разметку */
  display: block;
  width: 100%;
  min-width: 0; /* критично для grid, иначе не сожмётся */
  white-space: nowrap; /* без переноса */
  overflow: hidden; /* скрыть лишнее */
  text-overflow: ellipsis; /* троеточие */
  text-align: left;
}

.surveys__date-time {
  align-self: center;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--survey-date-time-clr);
}

.surveys__date-status {
  --_status-clr: var(--survey-date-send-clr);
  --_status-bg: var(--survey-date-send-bg);
  min-height: 1.8em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: var(--_status-clr);
  border-radius: 0.9em;
  background-color: var(--_status-bg);
}
.surveys__date-status.is-draft {
  --_status-clr: var(--survey-date-draft-clr);
  --_status-bg: var(--survey-date-draft-bg);
}
.surveys__date-status.is-deleted {
  --_status-clr: var(--survey-date-deleted-clr);
  --_status-bg: var(--survey-date-deleted-bg);
}

.section-head {
  --section-head-clr: #021318;
  --section-head-bg: #ffffff;
  padding-bottom: 0.625rem;
}

.section-head__wrapper {
  padding: 0.75rem;
  margin-left: 3px;
  background-color: var(--section-head-bg);
}

.section-head__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  color: var(--section-head-clr);
}

.progress {
  --progress-padding-block: 0.938rem;
  --progress-padding-inline: 0.938rem;
  --progress-label-margin-bottom: 1.25rem;
  --progress-clr: #302ec8;
  --progress-bg: #ffffff;
  --progress-range-bg: #e4e2ff;
  --progress-range-fill-bg: #302ec8;
}

.progress__wrapper {
  padding-top: var(--progress-padding-block);
  padding-bottom: var(--progress-padding-block);
  padding-left: var(--progress-padding-inline);
  padding-right: var(--progress-padding-inline);
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  background-color: var(--progress-bg);
}

.progress__label {
  margin-bottom: var(--progress-label-margin-bottom);
  display: block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--progress-clr);
}

.progress__range {
  --_percent: var(--progress-percent, 0%);
  width: 100%;
  height: 0.875rem;
  border-radius: 0.438rem;
  overflow: hidden;
  background-color: var(--progress-range-bg);
  position: relative;
}
.progress__range::before {
  content: "";
  width: var(--_percent);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--progress-range-fill-bg);
}

.schedule-users {
  --chedule-users-padding-block: 0.75rem;
  --chedule-users-padding-inline: 1rem;
  --chedule-users-border-clr: rgba(2, 19, 24, 0.1);
  --chedule-users-button-clr: #021318;
  --chedule-users-data-item-clr: #ffffff;
  --chedule-users-counter-clr: #021318;
  --chedule-users-bg: #fff5f5;
}

.schedule-users__wrapper {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.schedule-users__item {
  border-radius: 1rem;
  background: var(--chedule-users-bg);
}

.schedule-users__button {
  width: 100%;
  padding-top: var(--chedule-users-padding-block);
  padding-bottom: var(--chedule-users-padding-block);
  padding-left: var(--chedule-users-padding-inline);
  padding-right: var(--chedule-users-padding-inline);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  color: var(--chedule-users-button-clr);
  background: none;
  border: none;
  outline: none;
}
.schedule-users__button strong {
  font-weight: 900;
  line-height: 1;
  font-size: 1.5rem;
}
.schedule-users__button svg {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin-left: auto;
  display: block;
  fill: currentColor;
  border-radius: 50%;
  transition: scale 200ms;
}
.schedule-users__button:focus-visible svg {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .schedule-users__button:hover svg {
    scale: 1.15;
  }
  .schedule-users__button.is-open:hover svg {
    scale: -1.15;
  }
}
.schedule-users__button.is-open svg {
  scale: -1;
}
.schedule-users__button.is-open svg {
  scale: -1;
}

.schedule-users__body.is-open .schedule-users__data {
  translate: 0 0;
  transition-delay: 100ms;
}

.schedule-users__data {
  padding-top: 0.25rem;
  padding-bottom: var(--chedule-users-padding-block);
  padding-left: var(--chedule-users-padding-inline);
  padding-right: var(--chedule-users-padding-inline);
  translate: 0 0.625rem;
  transition: translate 200ms;
}

.schedule-users__data-items,
.schedule-users__counter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.schedule-users__data-items {
  align-items: end;
  height: 4.125rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid var(--chedule-users-border-clr);
}

.schedule-users__data-item {
  --_percent: var(--schedule-users-percent, 100%);
  --_bg: var(--schedule-users-bg, none);
  min-height: 2.188rem;
  height: 100%;
  height: var(--_percent);
  padding-bottom: 0.625rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--chedule-users-data-item-clr);
  border-radius: 0.625rem 0.625rem 0 0;
  background: none;
  background: var(--_bg);
}
.schedule-users__data-item svg {
  flex: 0 0 1.143em;
  width: 1.143em;
  height: 1.143em;
  display: block;
  fill: currentColor;
}

.schedule-users__counter {
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--chedule-users-counter-clr);
}

.user-analitic {
  --user-analitic-padding-block: 0.938rem;
  --user-analitic-padding-inline: 0.938rem;
  --user-analitic-label-margin-bottom: 1.25rem;
  --user-analitic-label-clr: #021318;
  --user-analitic-progress-clr: #ffffff;
  --user-analitic-progress-bg-danger: #f73335;
  --user-analitic-progress-bg-warning: #ffb74b;
  --user-analitic-progress-bg-success: #35c11f;
  --user-analitic-bg: #e5ffe0;
}

.user-analitic__wrapper {
  height: 100%;
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  background: var(--user-analitic-bg);
}

.user-analitic__header {
  margin-bottom: 0.375rem;
  font-weight: 900;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.3;
}
.user-analitic__header strong {
  font-size: 1.5rem;
  color: #f73335;
}

.user-analitic__label {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  color: var(--user-analitic-label-clr);
  font-weight: 600;
}

.user-analitic__progress {
  width: 100%;
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 2em;
  color: var(--user-analitic-progress-clr);
}
.user-analitic__progress span {
  --_width: var(--user-analitic-percent, 33%);
  flex: 1 1 33%;
  flex: 1 1 var(--_width);
  min-width: 3em;
  padding-left: 0.5rem;
  border-radius: 1em;
  background-color: var(--user-analitic-progress-bg-success);
}
.user-analitic__progress span:nth-child(1) {
  background-color: var(--user-analitic-progress-bg-danger);
}
.user-analitic__progress span:nth-child(2) {
  background-color: var(--user-analitic-progress-bg-warning);
}

.user-insights {
  --user-insights-button-clr: #302ec8;
  --user-insights-icon-fill: #021318;
}

.user-insights__item:not(:last-child) {
  margin-bottom: 0.938rem;
}

.user-insights__body-content span {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  display: block;
}
.user-insights__body-content span:not(:last-child) {
  margin-bottom: 0.938rem;
}

.user-insights__button {
  width: 100%;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--user-insights-button-clr);
  background: none;
  outline: none;
  border: none;
}
.user-insights__button svg {
  flex: 0 0 0.938rem;
  width: 0.938rem;
  height: 0.938rem;
  display: block;
  fill: var(--user-insights-icon-fill);
  border-radius: 50%;
  transition: scale 200ms;
}
.user-insights__button:focus-visible svg {
  outline: 2px solid var(--user-insights-icon-fill);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .user-insights__button:hover svg {
    scale: 1.15;
  }
  .user-insights__button.is-open:hover svg {
    scale: -1.15;
  }
}
.user-insights__button.is-open svg {
  scale: -1;
}
.user-insights__button.is-open svg {
  scale: -1;
}

.user-insights__body.is-open .user-insights__body-content {
  opacity: 1;
  transition-delay: 100ms;
}

.user-insights__body-content {
  padding-top: 0.25rem;
  opacity: 0;
  transition: opacity 200ms;
}

.reaction-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-top: 12px;
}

.reaction-block__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.reaction-block__text {
  text-align: center;
  font-size: 16px;
  color: #475569;
}
.reaction-block__text--rated {
  color: #059669;
}

.reaction-block__buttons {
  display: flex;
  gap: 16px;
}

.reaction-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}
.reaction-button:hover {
  border-color: #9ca3af;
}
.reaction-button--active {
  background: #10b981;
  border-color: #059669;
  color: #ffffff;
}
.reaction-button--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.reaction-button__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.reaction-button__text {
  font-size: 14px;
  font-weight: 600;
}

.popover-trigger {
  display: inline-block;
}

.popover {
  background: #ffffff;
  background: var(--white-clr);
  border-radius: 0.563rem;
  box-shadow: 0.25rem 0.25rem 1.438rem 0rem rgba(48, 46, 200, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  animation: popoverFadeIn 200ms ease-in-out forwards;
}
.popover__content {
  padding: 0.875rem;
}

@keyframes popoverFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.popover--with-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.popover--with-arrow.popover--placement-bottom::before {
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #ffffff transparent;
  border-color: transparent transparent var(--white-clr) transparent;
}
.popover--with-arrow.popover--placement-top::before {
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #ffffff transparent transparent transparent;
  border-color: var(--white-clr) transparent transparent transparent;
}
.popover--with-arrow.popover--placement-left::before {
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent var(--white-clr);
}
.popover--with-arrow.popover--placement-right::before {
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-color: transparent #ffffff transparent transparent;
  border-color: transparent var(--white-clr) transparent transparent;
}

.fullscreen-particles-animation {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  pointer-events: none;
}
.fullscreen-particles-animation--confetti .is-mobile {
  transform: translateY(10%);
  scale: 1.25;
}
@media (min-width: 1600.02px) {
  .fullscreen-particles-animation {
    max-width: 120rem;
    max-height: 67.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768.02px) {
  .fullscreen-particles-animation {
    transform: translateX(8.125rem);
    width: calc(100% - 16.25rem);
  }
}
@media (max-width: 768px) {
  .fullscreen-particles-animation .is-desktop {
    display: none;
  }
  .fullscreen-particles-animation .is-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .report-message__text {
    font-size: 0.875rem;
  }
}
.report-message-block {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  background-color: var(--white-clr);
  border: 1px solid #f2f2f2;
  border: 1px solid var(--gray-secondary-clr);
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
}
.report-message-block__content {
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #f2f2f2;
  border: 1px solid var(--gray-secondary-clr);
}
.report-message-block__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}
.report-message-block__progress {
  width: 100%;
  height: 0.875rem;
  border-radius: 1.25rem;
  background-color: #e4e2ff;
}
.report-message-block__progress::before {
  content: "";
  display: block;
  width: var(--progress-width);
  height: 100%;
  border-radius: 1.25rem;
  background-color: #302ec8;
  background-color: var(--blue-secondary-clr);
}
.report-message-info {
  display: flex;
  gap: 2.5rem;
}
.report-message-info__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.report-message-info__item p {
  font-size: 0.875rem;
  line-height: normal;
}
.report-message-info__item svg {
  width: 1rem;
  color: #021318;
  color: var(--text-dark-clr);
}
@media (max-width: 768px) {
  .report-message-info__item {
    gap: 0.188rem;
  }
  .report-message-info__item p {
    font-size: 0.5rem;
  }
}
.report-message-actions {
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
}
.report-message-actions .button {
  font-size: 0.75rem;
  text-wrap: nowrap;
}
.report-message-actions .button svg {
  width: 1.25rem;
}
.report-message-pulse-score {
  display: flex;
  flex-direction: column;
}
.report-message-pulse-score__items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.report-message-pulse-score-progress {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.report-message-pulse-score-progress__text {
  font-size: 0.875rem;
  display: inline-block;
  min-width: 1.188rem;
  text-align: left;
}
.report-message-pulse-score-progress__bar {
  position: relative;
  min-width: 2.25rem;
  width: var(--progress-width);
  height: 1.375rem;
  border-radius: 0 6px 6px 0;
}
.report-message-pulse-score-progress__bar--1 {
  background-color: #f73335;
}
.report-message-pulse-score-progress__bar--2 {
  background-color: #fa643d;
}
.report-message-pulse-score-progress__bar--3 {
  background-color: #ffb74a;
}
.report-message-pulse-score-progress__bar--4 {
  background-color: #b1bc3b;
}
.report-message-pulse-score-progress__bar--5 {
  background-color: #35c11f;
}
.report-message-pulse-score-progress__count {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  color: var(--white-clr);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.report-message-pulse-score-progress__count svg {
  margin-top: 1px;
  width: 0.625rem;
  height: 0.75rem;
}
.report-message-analysis__title {
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
.report-message-analysis-progress {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  width: 100%;
}
.report-message-analysis-progress__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  color: var(--white-clr);
  white-space: nowrap;
}
.report-message-analysis-progress__bar {
  width: var(--progress-width);
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.report-message-analysis-progress__bar:first-child {
  border-radius: 6px 0 0 6px;
}
.report-message-analysis-progress__bar:last-child {
  border-radius: 0 6px 6px 0;
}
.report-message-analysis-progress__bar:only-child {
  border-radius: 6px;
}
.report-message-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.report-message-header__text {
  font-size: 0.875rem;
  line-height: 130%;
}
.report-message-header__average {
  padding-top: 0;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 1.688rem;
  border-radius: 50px;
}
.report-message-header__average.is-score-1 {
  color: #f73335;
  background-color: #ffebef;
}
.report-message-header__average.is-score-2 {
  color: #fa643d;
  background-color: #ffdfd7;
}
.report-message-header__average.is-score-3 {
  color: #ffb74a;
  background-color: #fff1db;
}
.report-message-header__average.is-score-4 {
  color: #b1bc3b;
  background-color: #fbffcd;
}
.report-message-header__average.is-score-5 {
  color: #35c11f;
  background-color: #cdffc5;
}
.report-message__line {
  background-color: #f2f2f2;
  background-color: var(--gray-secondary-clr);
  height: 0.063rem;
  margin: 1.25rem 0;
  width: 100%;
}
.report-message__content {
  margin-top: 2.25rem;
}
.report-message .is-green-bg {
  background-color: #35c11f;
}
.report-message .is-orange-bg {
  background-color: #ffb74a;
}
.report-message .is-red-bg {
  background-color: #f73335;
}

.markdown-content {
  color: #021318;
  color: var(--text-dark-clr);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.markdown-content .markdown-heading {
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  color: #021318;
  color: var(--text-dark-clr);
}
.markdown-content .markdown-heading:first-child {
  margin-top: 0;
}
.markdown-content .markdown-heading--h1 {
  font-size: 1.5rem;
}
.markdown-content .markdown-heading--h2 {
  font-size: 1.25rem;
}
.markdown-content .markdown-heading--h3 {
  font-size: 1rem;
}
.markdown-content .markdown-heading--h4 {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .markdown-content .markdown-heading--h1 {
    font-size: 1.25rem;
  }
  .markdown-content .markdown-heading--h2 {
    font-size: 1rem;
  }
  .markdown-content .markdown-heading--h3 {
    font-size: 0.875rem;
  }
}
.markdown-content .markdown-paragraph {
  line-height: 1.6;
}
.markdown-content .markdown-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .markdown-content .markdown-paragraph {
    font-size: 0.875rem;
  }
}
.markdown-content .markdown-blockquote {
  font-style: italic;
  font-size: 1rem;
  font-weight: 400;
  color: #6e7984;
}
.markdown-content .markdown-blockquote p {
  margin-bottom: 0.5rem;
}
.markdown-content .markdown-blockquote p:last-child {
  margin-bottom: 0;
}
.markdown-content .markdown-blockquote .markdown-paragraph {
  padding-left: 0.625rem;
  position: relative;
}
.markdown-content .markdown-blockquote .markdown-paragraph:last-child {
  margin-bottom: 0;
}
.markdown-content .markdown-blockquote .markdown-paragraph::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: currentColor;
}
.markdown-content .markdown-blockquote .markdown-paragraph em {
  display: block;
  line-height: 1.3;
}
.markdown-content .markdown-list {
  margin-left: -0.5rem;
  font-size: 1rem;
  color: #021318;
  color: var(--text-dark-clr);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .markdown-content .markdown-list {
    font-size: 0.875rem;
  }
}
.markdown-content .markdown-list--unordered {
  list-style: none;
  padding-left: 0;
}
.markdown-content .markdown-list--unordered .markdown-list-item {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 0.75rem;
}
.markdown-content .markdown-list--unordered .markdown-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #021318;
  background-color: var(--text-dark-clr);
  transform: translateY(-50%);
}
.markdown-content .markdown-list--ordered {
  list-style-type: decimal;
}
.markdown-content .markdown-list--ordered .markdown-list-item {
  margin-left: 1.5rem;
  color: #021318;
  color: var(--text-dark-clr);
  margin-bottom: 1rem;
}
.markdown-content .markdown-list--ordered .markdown-list-item::marker {
  font-weight: 700;
}
.markdown-content .markdown-list-item {
  margin-bottom: 0.375rem;
  line-height: 1.3;
}
.markdown-content .markdown-list-item:last-child {
  margin-bottom: 0;
}
.markdown-content .markdown-list-item p {
  margin-bottom: 0.5rem;
}
.markdown-content .markdown-list-item p:last-child {
  margin-bottom: 0;
}
.markdown-content .markdown-list-item .markdown-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.markdown-content .markdown-list-item .markdown-blockquote .markdown-paragraph {
  padding-left: 0;
}
.markdown-content .markdown-list-item .markdown-blockquote .markdown-paragraph::before {
  display: none;
}
.markdown-content .markdown-code-block {
  margin: 1rem 0;
  background-color: #f9f9f9;
  background-color: var(--gray-clr);
  border-radius: 0.5rem;
  overflow-x: auto;
  border: 1px solid #f2f2f2;
  border: 1px solid var(--gray-secondary-clr);
}
.markdown-content .markdown-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #021318;
  color: var(--text-dark-clr);
}
.markdown-content .markdown-inline-code {
  background-color: #f2f2f2;
  background-color: var(--gray-secondary-clr);
  border-radius: 0.25rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  color: #021318;
  color: var(--text-dark-clr);
}
.markdown-content .markdown-hr {
  margin-bottom: 0.5rem;
  border: none;
  width: 100%;
  height: 2px;
  background-color: #ebecee;
}
.markdown-content .markdown-link {
  color: #302ec8;
  color: var(--blue-secondary-clr);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.markdown-content .markdown-link:hover {
  color: #1a197c;
  color: var(--blue-clr);
}
.markdown-content .markdown-image {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.markdown-content strong {
  font-weight: 700;
  line-height: 1.3;
}
.markdown-content em {
  font-style: italic;
}
.markdown-content > *:first-child {
  margin-top: 0;
}
.markdown-content > *:last-child {
  margin-bottom: 0;
}

.home {
  --home-preview-title-clr: #ffffff;
  --home-nav-clr: #021318;
  --home-nav-clr-active: #302ec8;
  --home-nav-shadow: 4px 4px 23px 0 rgba(48, 46, 200, 0.3);
  --home-icon-fill: #302ec8;
  --home-bg: #ffffff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-color: var(--home-bg);
}

.home__wrapper {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 768.02px) {
  .home__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home__preview-title {
  display: none;
}
@media (min-width: 768.02px) {
  .home__preview-title {
    max-width: 9.5em;
    display: block;
    font-weight: 700;
    font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    line-height: 1.3;
    color: var(--home-preview-title-clr);
    position: absolute;
    left: 2em;
    bottom: 1.5em;
  }
}

.home__image img,
.home__image-mobile img {
  width: 100%;
  height: 100%;
  display: block;
}

.home__image {
  height: 100dvh;
  display: none;
}
@media (min-width: 768.02px) {
  .home__image {
    display: block;
  }
}

.home__image-mobile {
  width: 100%;
  padding-bottom: 32svh;
  max-width: 25rem;
  margin-bottom: 0.875rem;
  position: relative;
}
.home__image-mobile img {
  border-radius: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 330.02px) {
  .home__image-mobile {
    padding-bottom: 40svh;
  }
}
@media (min-width: 375.02px) {
  .home__image-mobile {
    padding-bottom: 45svh;
  }
}
@media (min-width: 576.02px) {
  .home__image-mobile {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768.02px) {
  .home__image-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .home__image-mobile {
    padding-bottom: 25svh;
  }
}

.home__body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: var(--container-pi);
  padding-right: var(--container-pi);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576.02px) {
  .home__body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.home__logo {
  width: 100%;
  max-width: 6.25rem;
  display: inline-block;
  width: 100px; /* вместо дробных rem */
}
.home__logo img {
  width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 576.02px) {
  .home__logo {
    max-width: 7.188rem;
    width: 116px;
  }
}
@media (min-width: 576px) {
  .home__logo {
    width: 116px;
  }
}

.home__center {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.home__title {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  /*margin-bottom: 6.5rem;*/
  margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .home__title {
    margin-bottom: 1.25rem;
    gap: 0.375rem;
  }
}
@media (max-width: 568px) {
  .home__title {
    margin-bottom: 0.625rem;
  }
}

.home__nav-items {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  align-content: start;
  grid-template-columns: minmax(12.5rem, 31.25rem);
  justify-content: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media (min-width: 768.02px) {
  .home__nav-items {
    max-height: 65svh;
    padding: 35px;
    margin: -35px;
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .home__nav-items {
    margin-top: 0;
    margin-top: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
}

.home__nav {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  box-shadow: var(--home-nav-shadow);
}
.home__nav:focus-visible {
  --home-nav-clr: var(--home-nav-clr-active);
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 4px;
  outline-color: var(--home-nav-clr-active);
}
@media (any-hover: hover) {
  .home__nav:hover {
    --home-nav-clr: var(--home-nav-clr-active);
    outline: none;
  }
}
@media (any-hover: none) {
  .home__nav:active {
    --home-nav-clr: var(--home-nav-clr-active);
    outline: none;
  }
}

.home__nav-icon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 0.375rem;
}

.home__nav-container {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.home__nav-label,
.home__nav-sublabel {
  color: var(--home-nav-clr);
  transition: color 200ms;
}

.home__nav-label {
  font-size: 1.188rem;
}

.home__nav-sublabel {
  font-size: 0.75rem;
}

.home__nav-svg {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: auto;
  display: block;
  fill: var(--home-icon-fill);
  rotate: -90deg;
}

.home__form {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(16.875rem, 27.5rem);
  justify-content: center;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.home__form-inputs {
  display: grid;
  align-content: start;
  grid-gap: 0.875rem;
  gap: 0.875rem;
}

.chat,
.chat__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chat {
  --chat-max-width-wrapper: 53.75rem;
  --chat-max-width-message: 41.25rem;
  --chat-animation-duration: 600ms;
  --chat-transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
  height: 100dvh;
  padding: 15px 0;
  padding: var(--container-pi) 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  transition: max-width 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width var(--chat-animation-duration) var(--chat-transition-easing);
}
.chat.is-waiting {
  padding-top: 0;
  max-width: 47.813rem;
}
.chat.is-waiting .chat__messages {
  display: none;
  translate: 0 -100%;
  opacity: 0;
  transition: translate var(--chat-animation-duration) var(--chat-transition-easing), opacity var(--chat-animation-duration) var(--chat-transition-easing);
}
.chat.is-waiting .chat__message-form {
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(100% - 6.25rem);
  transform: translateY(100%);
  transition: transform var(--chat-animation-duration) var(--chat-transition-easing), position var(--chat-animation-duration) var(--chat-transition-easing);
}
@media (max-width: 768px) {
  .chat.is-waiting .chat__message-form {
    position: static;
    transform: translateY(0);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .chat.is-waiting .chat__message-form .message-form__wrapper {
    margin-top: auto;
  }
}
@media (max-width: 1600px) {
  .chat.is-animated {
    max-width: 106.25rem;
  }
}
@media (min-width: 1600.02px) {
  .chat.is-animated {
    max-width: 100%;
  }
}
.chat.is-animated .chat__messages {
  translate: 0 0%;
  opacity: 1;
  transition: translate var(--chat-animation-duration) var(--chat-transition-easing), opacity var(--chat-animation-duration) var(--chat-transition-easing);
}
.chat.is-animated .chat__message-form {
  position: static;
  transform: translateY(0%);
  transition: transform var(--chat-animation-duration) var(--chat-transition-easing), position var(--chat-animation-duration) var(--chat-transition-easing);
}
.chat.is-animated .chat__message-form .message-form-title {
  opacity: 0;
  transition: opacity var(--chat-animation-duration) var(--chat-transition-easing);
  display: none;
}
.chat.is-animated .chat__message-form .message-form__tags {
  display: none;
}
@media (min-width: 1200.02px) {
  .chat {
    padding: 0;
  }
  .chat.is-waiting {
    max-width: 68.75rem;
  }
}

.chat__wrapper {
  flex: 1 1 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.chat__messages {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  transition: translate 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .chat__messages.is-chat-for-employee {
    justify-content: flex-start;
  }
}
.chat__messages::before {
  content: "";
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #f9f9f9);
  background: linear-gradient(to bottom, transparent, var(--gray-clr));
}
.chat__messages ul li::before {
  width: 0.25em;
  height: 0.25em;
  margin-left: 0.625em;
  margin-right: 0.625em;
  display: inline-block;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
  vertical-align: middle;
}
.chat__messages ol li::before {
  content: none;
}
.chat__messages[data-custom-os] {
  --custom-os-padding-right: 5px;
}
.chat__messages[data-custom-os].os-vertical-scroll {
  padding-right: calc(var(--custom-os-size) + var(--custom-os-padding-right));
}
.chat__messages[data-custom-os-target] {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd1d6 transparent;
  scrollbar-color: var(--gray-primary-clr) transparent;
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar {
  width: 8px;
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar-track {
  background: transparent;
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar-thumb {
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(162, 167, 171);
}
@supports (color: color-mix(in lch, red, blue)){
.chat__messages[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--gray-primary-clr) 80%, black);
}
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.chat__messages[data-custom-os-target]::-webkit-scrollbar-button:start:decrement, .chat__messages[data-custom-os-target]::-webkit-scrollbar-button:end:increment {
  display: none;
  height: 0;
  width: 0;
}
@media (max-width: 768px) {
  .chat__messages {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

.chat__messages-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.chat__messages-wrapper[data-custom-os-target] {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #cbd1d6 transparent;
  scrollbar-color: var(--gray-primary-clr) transparent;
}
@media (min-width: 768.02px) {
  .chat__messages-wrapper[data-custom-os-target] {
    padding-left: 9px;
  }
}
.chat__messages-wrapper[data-custom-os-target]::-webkit-scrollbar {
  width: 6px;
}
.chat__messages-wrapper[data-custom-os-target]::-webkit-scrollbar-track {
  background: transparent;
}
.chat__messages-wrapper[data-custom-os-target]::-webkit-scrollbar-thumb {
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
  border-radius: 30px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.chat__messages-wrapper[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: rgb(162, 167, 171);
}
@supports (color: color-mix(in lch, red, blue)){
.chat__messages-wrapper[data-custom-os-target]::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--gray-primary-clr) 80%, black);
}
}
@media (max-width: 768px) {
  .chat__messages-wrapper {
    padding-right: 15px;
    padding-right: var(--container-pi);
    padding-left: 15px;
    padding-left: var(--container-pi);
  }
}

.chat-current-message {
  width: 100%;
  max-width: var(--chat-max-width-wrapper);
  margin: 0 auto;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.chat__messages-date,
.chat__received,
.chat__sent {
  font-size: 0.875rem;
  animation: fade-in-up 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 576.02px) {
  .chat__messages-date,
  .chat__received,
  .chat__sent {
    font-size: 1rem;
  }
}

.chat__messages-date {
  min-height: 2.5em;
  padding: 0.313em 1.25em;
  display: grid;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  color: var(--text-light-clr);
  border-radius: 1.25em;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--black-opacity-rgba);
  justify-self: center;
  align-content: center;
  justify-content: center;
  place-content: center;
}

.chat__received {
  line-height: 1.3;
  color: #021318;
  color: var(--text-dark-clr);
  border-radius: 0.625rem;
  max-width: var(--chat-max-width-message);
}
@media (min-width: 768.02px) {
  .chat__received {
    border-radius: 1.25rem;
  }
}
.chat__received.has-reaction {
  animation: none;
}

.chat__received-actions {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.chat__received-action {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 30%;
  background: none;
  color: #435056;
  color: var(--dark-green-clr);
}
.chat__received-action svg {
  flex: 0 0 1.5rem;
  display: block;
  transition: fill 150ms;
}
.chat__received-action:focus-visible {
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
}
@media (any-hover: hover) {
  .chat__received-action:hover {
    background-color: #cbd1d6;
    background-color: var(--gray-primary-clr);
  }
}
@media (any-hover: none) {
  .chat__received-action:active {
    background-color: #cbd1d6;
    background-color: var(--gray-primary-clr);
  }
}
.chat__received-action:not(.chat__received-action--copy) {
  fill: #435056;
  fill: var(--dark-green-clr);
}

.chat__sent {
  max-width: var(--chat-max-width-message);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 0.938rem;
  margin-left: auto;
  display: block;
  border-radius: 0.625rem;
  background-color: #ffffff;
  background-color: var(--white-clr);
}
@media (min-width: 768.02px) {
  .chat__sent {
    padding: 1.25rem;
    border-radius: 1.25rem;
  }
}
.chat__message-form {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), position 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 576px) {
  .chat__message-form {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(-1 * 15px);
    margin-bottom: calc(-1 * var(--container-pi));
  }
  .chat__message-form .message-form__wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .chat__message-form .message-form__wrapper {
    border-radius: 2.25rem 2.25rem 0 0;
    overflow: hidden;
  }
}

.chat__loader {
  padding-left: 0.188rem;
  display: flex;
  justify-content: flex-start;
}

.chat-received-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .chat-received-actions {
    margin-top: 0.5rem;
  }
}
.chat-received-actions__button {
  background: none;
  width: 1.5rem;
  height: 1.5rem;
  color: #435056;
  color: var(--dark-green-clr);
  transition: color 150ms;
}
.chat-received-actions__button:focus-visible {
  color: #302ec8;
  color: var(--blue-secondary-clr);
}
@media (any-hover: hover) {
  .chat-received-actions__button:hover {
    color: #302ec8;
    color: var(--blue-secondary-clr);
  }
}
@media (any-hover: none) {
  .chat-received-actions__button:active {
    color: #302ec8;
    color: var(--blue-secondary-clr);
  }
}

@keyframes move-form {
  0% {
    right: 0;
    left: 0;
    bottom: calc(100% - 6.25rem);
    transform: translateY(100%);
  }
  99% {
    position: absolute;
    bottom: 0%;
    transform: translateY(0%);
  }
  100% {
    position: static;
    transform: translateY(0%);
  }
}
@keyframes move-messages {
  0% {
    translate: 0 -100%;
    opacity: 0;
  }
  100% {
    translate: 0 0%;
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.chat__received-action--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.chat__received-action--active {
  opacity: 1;
  background-color: #cbd1d6;
  background-color: var(--gray-primary-clr);
}
.chat__received-action--active svg {
  fill: #435056;
  fill: var(--dark-green-clr);
}

.chat__messages:before {
  background: transparent;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.chat-emoji-review {
  margin-bottom: 1.25rem;
}
.chat-emoji-review__message {
  font-size: 1rem;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .chat-emoji-review__message {
    font-size: 0.875rem;
  }
}
.chat-emoji-review__list {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.chat-emoji-review__item {
  min-height: 7.5rem;
  width: 6.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 0;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 2px solid transparent;
  background: #ffffff;
  background: var(--white-clr);
}
.chat-emoji-review__item--active {
  border: 2px solid #302ec8;
  border: 2px solid var(--blue-secondary-clr);
}
.chat-emoji-review__item img {
  width: 2.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.chat-emoji-review__item span {
  font-size: 0.875rem;
  color: #021318;
  color: var(--text-dark-clr);
}
@media (max-width: 768px) {
  .chat-emoji-review__item {
    min-height: 5rem;
    padding: 1rem 0.25rem;
  }
}

.chat-final-review {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.chat-final-review__message {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .chat-final-review__message {
    font-size: 0.875rem;
  }
}
.chat-final-review__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
}
.chat-final-review-item {
  height: 7.5rem;
  width: 6.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 0;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 2px solid transparent;
  background: #ffffff;
  background: var(--white-clr);
}
.chat-final-review-item--active {
  border: 2px solid #302ec8;
  border: 2px solid var(--blue-secondary-clr);
}
@media (max-width: 768px) {
  .chat-final-review-item {
    padding: 0.625rem;
    border-radius: 1rem;
    gap: 0.5rem 0;
  }
}
.chat-final-review-item__coin {
  position: relative;
}
.chat-final-review-item__coin svg {
  width: 62px;
  height: 62px;
}
@media (max-width: 768px) {
  .chat-final-review-item__coin svg {
    width: 40px;
    height: 40px;
  }
}
.chat-final-review-item__coin span {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.chat-final-review-item p {
  font-size: 0.875rem;
  color: #021318;
  color: var(--text-dark-clr);
  text-align: center;
}
@media (max-width: 768px) {
  .chat-final-review-item {
    height: 5rem;
  }
}

.statistics {
  --statistics-padding-block: 0.938rem;
  --statistics-padding-inline: 0.938rem;
  --statistics-label-margin-bottom: 1.25rem;
  --statistics-label-clr: #302ec8;
  --statistics-clr: #021318;
  --statistics-bg: #ffffff;
}

.statistics__items {
  padding-bottom: 1.875rem;
  display: grid;
  grid-template-columns: minmax(16.875rem, 40.375rem);
  justify-content: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.statistics__label {
  margin-bottom: 0.625rem;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--statistics-label-clr);
}

.statistics__progress {
  --progress-padding-block: var(--statistics-padding-block);
  --progress-padding-inline: var(--statistics-padding-block);
  --progress-label-margin-bottom: var(--statistics-label-margin-bottom);
  --progress-clr: var(--statistics-label-clr);
  --progress-bg: var(--statistics-bg);
}

.statistics__item {
  padding-top: var(--statistics-padding-block);
  padding-bottom: var(--statistics-padding-block);
  padding-left: var(--statistics-padding-inline);
  padding-right: var(--statistics-padding-inline);
  font-size: 1rem;
  line-height: 1.3;
  color: var(--statistics-clr);
  border-radius: 0.625rem;
  border-radius: var(--main-border-radius);
  background-color: var(--statistics-bg);
}
.statistics__item ul {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.statistics__users-analitic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.938rem;
  gap: 0.938rem;
  gap: 0.938rem;
}
.statistics__users-analitic .user-analitic:nth-child(odd):last-child {
  grid-column: 1/-1;
}

.invite__wrapper {
  height: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(16.25rem, 31.25rem);
}

.invite__container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-block: 1.875rem;
  display: flex;
}
@media (max-width: 568px) {
  .invite__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.invite__body,
.invite__notification {
  flex: 1 1 auto;
  padding: 1.875rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-block: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  border-radius: 2.5rem;
  background: #fff;
}
@media (max-width: 768px) {
  .invite__body,
  .invite__notification {
    min-height: 90dvh;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .invite__body .invite__image img,
  .invite__notification .invite__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.invite__notification {
  gap: 2.813rem;
}
.invite__notification .sub-text {
  text-align: center;
  color: #8e98a2;
  color: var(--gray-tertiary-clr);
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .invite__notification .sub-text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .invite__notification {
    gap: 1.813rem;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .invite__notification {
    gap: 0.813rem;
  }
}

.invite__form {
  display: grid;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.invite__inputs {
  display: grid;
  grid-gap: 0.875rem;
  gap: 0.875rem;
}

.invite__image {
  display: flex;
  justify-content: center;
}

.email-addresses {
  --email-addresses-bg: #ffffff;
  --email-addresses-label-clr: #021318;
  --email-addresses-input-clr: #021318;
  --email-addresses-clr-valid: #0c5600;
  --email-addresses-bg-valid: #c3f8ba;
  --email-addresses-clr-invalid: #710000;
  --email-addresses-bg-invalid: #f8baba;
  --email-addresses-clr-all: #302ec8;
  --email-addresses-bg-all: #edecff;
  --email-addresses-email-border-focus: #302ec8;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}

.email-addresses__wrapper {
  width: 100%;
  flex: 1 1 100%;
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.875rem;
  border-radius: 2.5rem;
  background-color: var(--email-addresses-bg);
}

.email-addresses__title span {
  font-size: 0.875rem;
}

.email-addresses__body,
.email-addresses__area,
.email-addresses__area .input__wrapper,
.email-addresses__area .input__group {
  display: flex;
  flex-direction: column;
}

.email-addresses__body,
.email-addresses__area,
.email-addresses__area .input__wrapper,
.email-addresses__area .input__group {
  flex: 1 1 auto;
  width: 100%;
}

.email-addresses__body {
  gap: 1.625rem;
}

.email-addresses__label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  color: var(--email-addresses-label-clr);
}

.email-addresses__area {
  --input-padding-block: 1rem;
  --input-padding-inline: 1rem;
  --input-icon-gap: 0.625rem;
}

.email-addresses__area .input__target {
  width: 100%;
  height: 100%;
}

.email-addresses__area .input__group {
  min-height: 5rem;
}

.email-addresses__emails {
  width: 100%;
  max-height: 34svh;
  overflow: auto;
}

.email-addresses__emails-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.email-addresses__email {
  min-height: 2.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--email-addresses-clr-valid);
  border: 0.125rem solid transparent;
  border-radius: 1.5rem;
  background-color: var(--email-addresses-bg-valid);
  cursor: text;
  transition-property: border-color, background-color;
  transition-duration: 200ms;
}
@media (any-hover: hover) {
  .email-addresses__email:hover {
    border-color: currentColor;
  }
}
.email-addresses__email span,
.email-addresses__email input {
  max-width: 15.625em;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0;
}
.email-addresses__email input {
  padding-right: 0.375rem;
  color: var(--email-addresses-input-clr);
  border: none;
  border-right: 1px solid var(--email-addresses-email-border-focus);
  background: none;
  outline: none;
  position: fixed;
  top: 100%;
  left: 100%;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.email-addresses__email.is-invalid {
  color: var(--email-addresses-clr-invalid);
  background-color: var(--email-addresses-bg-invalid);
}
.email-addresses__email.is-focus {
  color: var(--email-addresses-input-clr);
  border-color: var(--email-addresses-email-border-focus);
  background-color: var(--email-addresses-bg);
}
.email-addresses__email.is-focus input {
  position: static;
  z-index: auto;
  opacity: 1;
  visibility: visible;
}
.email-addresses__email.is-focus span {
  position: fixed;
  top: 100%;
  left: 100%;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.email-addresses__remove {
  flex: 0 0 auto;
  padding: 0.625rem;
  margin: -0.625rem;
  color: currentColor;
  background: none;
  border: none;
}
.email-addresses__remove svg {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 50%;
  fill: currentColor;
  transition: scale 200ms;
}
.email-addresses__remove:focus-visible svg {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}
@media (any-hover: hover) {
  .email-addresses__remove:hover svg {
    scale: 1.07;
    outline: none;
  }
}
@media (any-hover: none) {
  .email-addresses__remove:active svg {
    scale: 1.07;
  }
}

.email-addresses__status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 0.5rem;
  overflow: hidden;
}
.email-addresses__status span {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.857em;
  text-align: center;
  color: var(--email-addresses-clr-valid);
  background-color: var(--email-addresses-bg-valid);
}
.email-addresses__status span:nth-child(2) {
  color: var(--email-addresses-clr-invalid);
  background-color: var(--email-addresses-bg-invalid);
}
.email-addresses__status span:nth-child(3) {
  color: var(--email-addresses-clr-all);
  background-color: var(--email-addresses-bg-all);
}

.email-addresses__button {
  align-self: center;
  width: 100%;
  max-width: 19.625rem;
}

@media (max-width: 768px) {
  .hr-login .invite__notification {
    transform: translateY(2.5rem);
  }
}
@media (max-width: 768px) {
  .hr-login .invite__notification .title {
    gap: 0.625rem;
  }
}
.hr-login .invite__notification .title h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .hr-login .invite__notification .title h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .hr-login .invite__notification .title span {
    font-size: 1rem;
  }
}
.hr-login__success-sent {
  display: block;
  max-width: 31.25rem;
  margin: 0 auto;
}
.hr-login__success-sent .invite__image img {
  max-width: 14.5rem;
  transform: scaleX(-1);
}
.hr-login .home__form {
  height: 100%;
}
.hr-login .home__form .button {
  margin-top: auto;
}
.hr-login .home__center {
  margin-top: 3.75rem;
}
.hr-login .home__center .home__title {
  margin-bottom: 3.688rem;
}

@media (max-width: 768px) {
  .invalid-token-page .invite__notification {
    transform: translateY(2.5rem);
  }
}
@media (max-width: 768px) {
  .invalid-token-page .invite__notification .title {
    gap: 0.625rem;
  }
}
.invalid-token-page .invite__notification .title h1 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .invalid-token-page .invite__notification .title h1 {
    font-size: 1.125rem;
  }
}
.invalid-token-page .invite__notification .title span {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .invalid-token-page .invite__notification .title span {
    font-size: 0.875rem;
  }
}
.invalid-token-page__success-sent {
  display: block;
  max-width: 31.25rem;
  margin: 0 auto;
}

@keyframes display-hidden {
  0% {
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}