/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

nav {
  list-style: none; }

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

@font-face {
  font-family: 'Monserrat';
  src: url("/static/fonts/montserrat-regular-webfont.woff2"), url("/static/fonts/montserrat-regular-webfont.woff"); }

@font-face {
  font-family: 'Monserrat_medium';
  src: url("/static/fonts/montserrat-medium-webfont.woff2"), url("/static/fonts/montserrat-medium-webfont.woff2"); }

@font-face {
  font-family: 'Monserrat_semibold';
  src: url("/static/fonts/montserrat-semibold-webfont.woff2"), url("/static/fonts/montserrat-semibold-webfont.woff"); }

@font-face {
  font-family: 'Roboto_regular';
  src: url("/static/fonts/roboto-regular.woff2"), url("/static/fonts/Roboto-Regular-webfont.woff"); }

@font-face {
  font-family: 'Roboto_bold';
  src: url("/static/fonts/roboto-bold.woff2"), url("/static/fonts/roboto-bold.woff"); }

@font-face {
  font-family: 'Monserrat_bold';
  src: url("/static/fonts/montserrat-bold-webfont.woff2"), url("/static/fonts/montserrat-bold-webfont.woff"); }

body {
  min-width: 1100px; }

.login-header {
  margin: 15px 2vw 50px; }

.menu-common {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 2.2vw;
  padding-top: 20px;
  justify-content: space-between; }
  .menu-common__logo {
    margin-right: 30vw; }
  .menu-common__contacts {
    margin-right: 2vw;
    margin-left: 33vw;
    margin-top: 4px;
    width: 10vw; }
  .menu-common__exit {
    margin-left: 3.5vw;
    margin-right: -0.5vw; }

.info {
  margin-top: 20px;
  align-items: center;
  display: flex; }
  .info__page-title {
    display: flex;
    align-items: center;
    flex-grow: 3;
    margin-left: 16.1%; }
    .info__page-title_collapsed {
      margin-left: 5%; }
  .info__collapse-icon {
    position: absolute;
    margin-left: 13.5vw; }
    .info__collapse-icon_collapsed {
      margin-left: 2vw; }

.main {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  height: calc(100% - 170px); }

.workspace {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  width: calc(100% - 16.1%);
  min-height: calc(100vh - 170px); }
  .workspace_collapsed {
    width: calc(100% - 5%); }
  .workspace__main {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    position: relative;
    align-content: flex-start; }

.page-menu {
  width: 16.1%;
  max-height: 100%;
  overflow-y: scroll;
  margin-top: -1px; }
  .page-menu_collapsed {
    width: 5%; }

.menu__list {
  padding: 27px 1vw 0 1.9vw; }
  .menu__list_collapsed {
    padding: 1vw; }

.menu__icon {
  margin: 18px 0.8vw -9px 0.6vw;
  display: inline-block; }
  .menu__icon-requests {
    margin: 18px 0.8vw -9px 0.6vw;
    display: inline-block; }

.menu__title {
  margin-bottom: 14px;
  display: inline-block; }

.menu__item {
  margin-bottom: 12px;
  display: block; }
  .menu__item_collapsed {
    margin: 10px 0; }

.login-main {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap; }
  .login-main-title {
    margin-bottom: 52px;
    padding-bottom: 11px;
    min-width: 16vw; }
  .login-main__button {
    margin-left: 18vw;
    margin-top: -40px; }

.login-card {
  margin: 20px auto;
  width: 25vw;
  padding: 60px 3vw;
  display: flex;
  flex-direction: column; }
  .login-card__input {
    padding-left: 15px;
    margin: 5px 0 0 -0.3vw; }
  .login-card__label {
    margin: 10px 0 10px 0.3vw; }
  .login-card__link {
    margin: 40px 0 0; }

.invite-new-user {
  padding: 40px 3.3vw; }
  .invite-new-user__input {
    padding-left: 15px;
    margin: 15px 0 0 -0.3vw;
    width: 14.5vw; }
  .invite-new-user__label {
    margin: 10px 0 30px 0.3vw; }

.custom-select__container {
  display: inline-block;
  width: 12vw;
  text-align: center;
  position: relative;
  margin-bottom: 42px; }

.custom-select__text {
  padding-bottom: 13px;
  padding-left: 0.5vw; }

.custom-select__options {
  width: 100%;
  margin: 10px 0;
  padding: 0; }

.custom-select__option {
  padding: 7px 5px; }

.custom-select__suboption {
  margin-left: 2vw; }

.custom-select__logo {
  margin-left: 1vw;
  position: absolute;
  right: 0; }

.modal {
  position: absolute;
  margin: 30px 40%;
  padding: 40px;
  z-index: 6; }
  .modal-select__container {
    margin-bottom: 0;
    width: 18vw; }
  .modal-select__options {
    max-height: 180px;
    overflow-y: scroll; }
  .modal__button {
    margin-top: 30px;
    margin-left: auto; }

.products {
  padding: 3% 3.3vw 3%;
  width: 100%;
  height: calc(100vh - 170px);
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative; }
  .products__button {
    width: min-content;
    white-space: nowrap; }
  .products__label {
    margin: 10px 0 30px 0.3vw; }
    .products__label-search {
      margin: 10px 0 0 0.3vw; }
  .products__text {
    margin: 20px 0 30px; }
  .products__input {
    padding-left: 15px;
    margin: 15px 0 0 -0.3vw;
    width: 14.5vw;
    height: auto;
    padding: 7px 15px;
    resize: none; }
    .products__input-number {
      width: 4vw; }
  .products__search-list {
    width: 14.5vw; }
    .products__search-list-item {
      margin: 10px; }
  .products__icon-save {
    margin-left: 16vw;
    position: absolute;
    margin-top: -55px; }
  .products__select {
    width: 19vw; }
    .products__select-item {
      width: 100%; }
    .products__select-container {
      margin: 15px 0 0 -0.3vw;
      width: 14.5vw;
      height: auto;
      padding: 7px 15px;
      position: relative;
      box-sizing: border-box; }

.table {
  table-layout: fixed;
  border-collapse: collapse; }
  .table__item {
    width: 1px; }
    .table__item-product {
      position: relative;
      margin-top: 5px; }
    .table__item-image {
      position: absolute;
      left: 10px; }
    .table__item-description {
      margin-left: 2.5vw; }

.users {
  padding: 5.1vh 3.3vw;
  display: flex;
  flex-direction: column;
  min-height: 35.5vh;
  width: 100%; }
  .users__table {
    width: 100%;
    margin-top: 14px;
    table-layout: auto; }
    .users__table .table-header__item {
      padding: 13px 10px; }
    .users__table .table__item {
      width: 24%; }
    .users__table .table__item_small {
      width: max-content;
      padding: 20px 10px; }
    .users__table .table__item-button {
      white-space: nowrap; }
  .users__label {
    position: relative;
    display: flex;
    justify-content: center; }
  .users__checkbox-icon {
    position: absolute;
    top: 0;
    margin: 1px; }

.requests-page {
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto; }
  .requests-page__title {
    margin-bottom: 20px; }
  .requests-page__empty {
    position: relative;
    margin: auto; }

.error-handler {
  position: relative;
  margin: auto; }

.integration {
  padding: 40px 3.3vw;
  width: 100%; }
  .integration__title {
    margin: 10px 0; }
  .integration__description {
    margin: 20px 0; }
  .integration__empty-page {
    position: relative;
    margin: auto; }

.alert__date {
  margin-bottom: 15px; }

.organization__page {
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto; }
  .organization__page-title {
    margin-bottom: 20px; }

.statistic-tab {
  padding: 0px 3.3vw;
  width: 100%;
  height: calc(100vh - 170px);
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-gutter: stable both-edges; }
  .statistic-tab_short {
    width: 50%; }

.statistic__list {
  display: flex;
  flex-direction: row;
  margin: 28px 0;
  justify-content: start; }
  .statistic__list_short {
    width: 50%; }

.statistic__item {
  margin: 5px 0 -2px;
  padding: 20px 1.5vw 17px; }
  .statistic__item:first-child {
    margin-left: 0; }

.statistic__table {
  width: 100%; }

.statistic__popular-label {
  position: relative;
  top: 47px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  width: max-content; }

.pagination {
  display: flex;
  flex-direction: row;
  padding: 10px calc(100%/9);
  align-items: center;
  justify-content: space-around;
  margin: 10px 0 10px auto; }
  .pagination_short {
    margin-left: 13vw;
    padding: 10px 0; }
  .pagination__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
  .pagination__number {
    padding: 5px 0.5vw; }
  .pagination__list {
    display: flex;
    flex-direction: row; }
  .pagination__item {
    margin-right: 1vw; }
  .pagination__nav {
    display: flex; }
  .pagination__select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
    .pagination__select-item {
      margin-left: 1vw;
      padding: 7px 0; }

.stock__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.stock__table {
  width: 100%; }

.stock__add {
  display: flex;
  align-items: center;
  margin: 15px 0;
  column-gap: 10px; }

.stock__form {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: max-content; }
  .stock__form-label {
    margin: 10px 0; }
  .stock__form-input {
    padding-left: 15px;
    margin: 15px 0 0 -0.3vw;
    width: 14.5vw;
    padding: 7px 15px; }
  .stock__form-checkbox {
    margin-left: 10px;
    vertical-align: top; }
  .stock__form-button {
    width: max-content;
    margin: 10px 0; }

.config__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.config__list {
  margin: 32px 0;
  display: flex;
  flex-direction: column; }

.config__item {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
  column-gap: 12px;
  align-items: center; }

.config__subtitle {
  width: 220px; }

.config__input {
  padding: 8px 15px;
  width: 240px;
  height: 30px; }

.config__label {
  position: relative; }

.config__checkbox-icon {
  position: absolute;
  top: 0;
  margin: 1px; }

.base__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.base__button {
  width: 147px;
  height: 37px;
  margin-left: 24px;
  justify-content: center; }

.base__block {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.base__article {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  column-gap: 24px; }

.base__label {
  display: flex;
  column-gap: 8px; }
  .base__label_full-width {
    margin: 40px 265px 0 auto; }

.base__input {
  padding: 8px 15px;
  width: 420px;
  height: 30px; }

body {
  font-family: 'Monserrat', sans-serif; }

strong {
  font-family: 'Monserrat_bold', sans-serif; }

.menu-common__logo {
  max-width: 14vw;
  height: 80px;
  min-width: 130px; }
  .menu-common__logo .d {
    fill: #171717; }
  .menu-common__logo .e {
    fill: #0f8cc8; }

.menu-common__exit {
  display: flex;
  flex-direction: row; }
  .menu-common__exit-text {
    font-size: 0.9em;
    font-family: 'Monserrat_medium', sans-serif;
    margin-top: 8px;
    color: #4b4b4b; }
  .menu-common__exit-icon {
    margin-right: 7px;
    width: 32px;
    height: 28px; }
    .menu-common__exit-icon .d {
      fill: none;
      stroke: black;
      stroke-linecap: round;
      stroke-linejoin: round; }

.menu-common__contacts {
  font-family: 'Monserrat_medium', sans-serif;
  font-size: 12px;
  color: #b6b6b6;
  line-height: 1.1; }

.info {
  background: #29272a;
  color: white;
  height: 50px;
  font-family: "Monserrat_medium", sans-serif; }
  .info__collapse-icon {
    fill: white;
    width: 24px;
    height: 19px;
    cursor: pointer; }
    .info__collapse-icon .d {
      fill: none;
      stroke: white;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .info__collapse-icon_collapsed {
      transform: rotate(180deg);
      animation: chevronRotate 0.3s linear; }
    .info__collapse-icon_full-width {
      animation: chevronRotateFullWidth 0.3s linear; }
  .info__page-title {
    font-size: 14px;
    cursor: pointer; }

.page-menu {
  background: black;
  color: white;
  font-family: 'Monserrat_semibold', sans-serif;
  font-size: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .page-menu::-webkit-scrollbar {
    display: none; }
  .page-menu_collapsed {
    animation: menuCollapsedAnimation .3s linear; }
  .page-menu_full-width {
    animation: menuFullWidthAnimation .3s linear; }

.workspace_full-width {
  animation: workspaceFullWidthAnimation .3s linear; }

.workspace_collapsed {
  animation: workspaceCollapsedAnimation .3s linear; }

.menu__list {
  list-style-type: none;
  position: sticky;
  top: 0; }

.menu__item {
  color: #b6b6b6;
  cursor: pointer; }
  .menu__item-link {
    color: unset; }
  .menu__item:hover:not(.menu__title_active) {
    color: white; }
  .menu__item:hover .menu__icon:not(.menu__icon_active) {
    fill: white; }
  .menu__item:hover .menu__icon-requests:not(.menu__icon-requests_active) {
    fill: none;
    stroke: white; }

.menu__icon {
  width: 27px;
  height: 30px;
  fill: #b6b6b6; }
  .menu__icon_active {
    fill: #0f8cc8; }
  .menu__icon-requests {
    fill: none;
    width: 27px;
    height: 30px;
    stroke: #b6b6b6; }
    .menu__icon-requests_active {
      fill: none;
      stroke: #0f8cc8; }

.menu__title {
  font-size: 15px;
  font-family: 'Monserrat_semibold', sans-serif; }
  .menu__title_active {
    color: #0f8cc8; }
  .menu__title_collapsed {
    animation: menuCollapsedText 0.3s linear 0.1s;
    display: none; }
  .menu__title_full-width {
    animation: menuFullWidthText 0.3s linear; }

.main {
  font-size: 15px; }

.users {
  border: 13px solid #d9e3e8; }
  .users__title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }

.navigation-link {
  cursor: pointer; }

.login-card {
  background: #d9e3e8; }
  .login-card__title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }
  .login-card__label {
    display: block;
    font-size: 14px;
    font-family: 'Monserrat_medium', sans-serif;
    color: black; }
  .login-card__input {
    display: block;
    border-radius: 30px;
    border: none;
    width: 14.5vw;
    height: 27px; }
  .login-card__link {
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Monserrat_semibold', sans-serif; }

.login-main__button {
  font-size: 13px;
  min-width: 123px;
  width: 7vw; }

.button {
  background-color: #0f8cc8;
  color: white;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  padding: 0 30px;
  display: flex;
  align-items: center; }
  .button__icon {
    width: 15px;
    height: 14px;
    fill: white;
    margin-left: 0.5vw; }
  .button__text {
    font-size: 1.2em; }
  .button:hover {
    background-color: #74bde0; }
  .button:active {
    background-color: #1a5977; }
  .button_disabled {
    background-color: #cbe7f4;
    color: #a0c6d9; }
    .button_disabled:hover {
      background-color: #cbe7f4; }

.invite-new-user {
  border: 13px solid #d9e3e8;
  border-bottom: none;
  width: 100%; }
  .invite-new-user__label {
    display: block;
    font-size: 14px;
    font-family: 'Monserrat_medium', sans-serif;
    color: black; }
  .invite-new-user__input {
    display: block;
    border-radius: 30px;
    border: none;
    height: 30px;
    border: 1px solid #b6b6b6; }

.custom-select__text {
  background-color: white;
  font-family: 'Monserrat_medium', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #b6b6b6;
  text-align: start;
  cursor: pointer; }

.custom-select__options {
  text-align: center;
  background-color: white; }

.custom-select__option {
  list-style-type: none;
  cursor: pointer;
  text-align: start;
  font-size: 13px;
  font-family: 'Monserrat_medium', sans-serif;
  color: #b6b6b6; }
  .custom-select__option:hover {
    color: black; }
  .custom-select__option_active {
    color: #0f8cc8; }

.custom-select__logo {
  width: 20px;
  height: 10px;
  fill: black;
  transform: rotate(90deg); }

.modal {
  border: 1px solid #b6b6b6;
  background-color: white;
  border-radius: 10px; }
  .modal-select__options::-webkit-scrollbar {
    width: 5px;
    background-color: #eeeeee; }
  .modal-select__options::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 10px; }

.products {
  border: 13px solid #d9e3e8; }
  .products__label {
    display: block;
    font-size: 14px;
    font-family: 'Monserrat_medium', sans-serif;
    color: black; }
  .products__input {
    display: block;
    border-radius: 30px;
    border: 1px solid #b6b6b6; }
  .products__search-list {
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    border-top: none; }
  .products__icon {
    width: 20px;
    height: 10px;
    fill: black;
    transform: rotate(90deg); }
    .products__icon-save {
      width: 20px;
      height: 20px;
      fill: #0f8cc8;
      cursor: pointer; }
  .products__select-item {
    appearance: none;
    background-color: transparent; }
    .products__select-item_default {
      color: grey; }
    .products__select-item :first-child {
      display: none; }
  .products__select-container {
    border-radius: 30px;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    background-color: white; }
    .products__select-container::after {
      right: 15px;
      top: 8px;
      position: absolute;
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: inline-block;
      height: 0.45em;
      transform: rotate(135deg);
      vertical-align: top;
      color: #b6b6b6;
      width: 0.45em; }
  .products__button {
    padding: 14px 30px; }

.requests-page {
  border: 13px solid #d9e3e8;
  box-sizing: border-box; }
  .requests-page__title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }

.table {
  border: 1px solid initial;
  text-align: center;
  font-size: 13px;
  font-family: 'Monserrat_medium', sans-serif; }
  .table__item {
    border: 1px solid #b6b6b6;
    height: 38px;
    vertical-align: middle;
    padding-top: 5px; }
    .table__item_active {
      border-bottom: 2px solid #0f8cc8; }
    .table__item-image {
      width: 40px;
      height: 40px; }
    .table__item-product:not(:last-child) {
      border-bottom: 1px solid #b6b6b6; }
    .table__item-button {
      width: max-content;
      margin: 10px auto;
      font-size: 12px; }
  .table-header {
    background: #eeeeee;
    height: 40px; }
    .table-header__item {
      vertical-align: middle; }
  .table-row:last-child .table__item {
    vertical-align: middle;
    height: 35px; }
  .table-row .table__item:first-child {
    border-left: none;
    font-size: 13px; }
  .table-row :nth-child(5n) {
    border-right: none; }
  .table-row .table__item:last-child {
    border-right: none; }
  .table-row__input {
    width: 100%;
    padding: 10px;
    text-align: center; }

.users {
  border: 13px solid #d9e3e8; }
  .users__title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }
  .users__table {
    font-size: 13px;
    font-family: 'Roboto_regular', sans-serif; }
    .users__table .table__item-button {
      font-size: 13px; }
  .users .table-header__item {
    font-family: 'Roboto_bold', sans-serif; }
  .users .table__item:nth-child(5n) {
    border-right: none; }
  .users__checkbox {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    color: #0f8cc8;
    width: 24px;
    height: 24px;
    border: 2px solid #0f8cc8;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center; }
    .users__checkbox-icon {
      display: none;
      fill: white;
      width: 20px;
      height: 20px; }
    .users__checkbox:checked {
      background-color: #0f8cc8; }
      .users__checkbox:checked ~ .users__checkbox-icon {
        display: block; }

.alert {
  color: red;
  margin-top: 5px; }

.integration {
  border: 13px solid #d9e3e8; }
  .integration__title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }
  .integration_empty {
    border: 13px solid #d9e3e8;
    box-sizing: border-box; }
  .integration:not(:last-child) {
    border-bottom: none; }
  .integration__button {
    width: 11vw; }
  .integration__description {
    width: 11vw; }

.organization__page {
  border: 13px solid #d9e3e8;
  box-sizing: border-box; }
  .organization__page-title {
    font-size: 18px;
    font-family: 'Monserrat_semibold', sans-serif; }

.statistic-tab {
  border: 13px solid #d9e3e8; }

.statistic__list {
  border-bottom: 2px solid #b6b6b6;
  font-family: 'Monserrat_semibold', sans-serif;
  font-size: 16px; }

.statistic__item {
  color: #b6b6b6; }
  .statistic__item_active {
    color: black;
    border-bottom: 2px solid #0f8cc8; }

.statistic__popular-checkbox {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  background-color: white;
  width: 24px;
  height: 24px;
  border: 1px solid #4b4b4b;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }
  .statistic__popular-checkbox:checked {
    border-color: #0f8cc8; }
    .statistic__popular-checkbox:checked::before {
      content: "";
      width: 22px;
      height: 22px;
      background: #0f8cc8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+") 50% 40% no-repeat; }

.statistic__popular-text {
  font-size: 16px; }

.pagination {
  color: #0f8cc8; }
  .pagination__number {
    cursor: pointer; }
    .pagination__number_active {
      color: white;
      background-color: #0f8cc8; }
    .pagination__number_last::before {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
    .pagination__number_first::after {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
  .pagination__icon {
    transform: rotate(0deg); }
  .pagination__item {
    cursor: pointer; }
  .pagination__select {
    font-size: 11px;
    color: black; }
    .pagination__select-item {
      background-color: white;
      border: 1px solid #b6b6b6;
      font-size: 13px;
      cursor: pointer; }

.stock__page {
  border: 13px solid #d9e3e8; }

.stock__table-input {
  text-align: center; }

.stock__add {
  color: #0f8cc8;
  font-family: 'Monserrat_semibold', sans-serif;
  cursor: pointer; }

.stock__icon {
  fill: #0f8cc8;
  width: 11px;
  height: 11px; }

.stock__form-label {
  font-family: 'Monserrat_medium', sans-serif; }

.stock__form-input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.config__page {
  border: 13px solid #d9e3e8; }

.config__title {
  font-size: 18px;
  font-family: 'Monserrat_semibold', sans-serif; }

.config__input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.config__item {
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif; }

.config__checkbox {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  color: #0f8cc8;
  width: 24px;
  height: 24px;
  border: 2px solid #0f8cc8;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }
  .config__checkbox-icon {
    display: none;
    fill: white;
    width: 20px;
    height: 20px; }
  .config__checkbox:checked {
    background-color: #0f8cc8; }
    .config__checkbox:checked ~ .config__checkbox-icon {
      display: block; }

.base__page {
  border: 13px solid #d9e3e8; }

.base__input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.banner__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.banner__btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif;
  transition: background-color 0.3s ease; }
  .banner__btn_new {
    background-color: #0f8cc8;
    color: white; }
    .banner__btn_new:hover {
      background-color: #1a5490; }
  .banner__btn_save {
    background-color: #28a745;
    color: white;
    margin-right: 10px; }
    .banner__btn_save:hover {
      background-color: #1e7e34; }
  .banner__btn_cancel {
    background-color: #b6b6b6;
    color: white; }
    .banner__btn_cancel:hover {
      background-color: #5a6268; }
  .banner__btn_edit {
    background-color: #007bff;
    color: white;
    margin-right: 10px; }
    .banner__btn_edit:hover {
      background-color: #0056b3; }
  .banner__btn_delete {
    background-color: #dc3545;
    color: white; }
    .banner__btn_delete:hover {
      background-color: #c82333; }

.banner__form {
  max-width: 600px; }
  .banner__form-group {
    margin-bottom: 20px; }
  .banner__form-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee; }

.banner__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif; }

.banner__textarea {
  resize: vertical;
  min-height: 80px; }

.banner__checkbox-label {
  display: flex;
  align-items: center; }
  .banner__checkbox-label input[type="checkbox"] {
    margin-right: 10px; }

.banner__list {
  display: grid;
  gap: 20px; }

.banner__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: white; }
  .banner__item_inactive {
    opacity: 0.6;
    background-color: #f8f9fa; }
  .banner__item-content {
    margin-bottom: 15px; }
  .banner__item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f8cc8; }
  .banner__item-text, .banner__item-content {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px; }
  .banner__item-image {
    margin: 10px 0; }
    .banner__item-image img {
      max-width: 200px;
      max-height: 100px;
      object-fit: cover;
      border-radius: 4px; }
  .banner__item-meta {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #888;
    margin-top: 10px; }
  .banner__item-actions {
    display: flex;
    gap: 10px; }

.banner__empty {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 40px; }

@keyframes menuCollapsedAnimation {
  0% {
    width: 16.1%; }
  50% {
    width: 10%; }
  100% {
    width: 5%; } }

@keyframes workspaceCollapsedAnimation {
  0% {
    width: calc(100% - 16.1%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 5%); } }

@keyframes menuFullWidthAnimation {
  0% {
    width: 5%; }
  50% {
    width: 10%; }
  100% {
    width: 16.1%; } }

@keyframes workspaceFullWidthAnimation {
  0% {
    width: calc(100% - 5%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 16.1%); } }

@keyframes menuFullWidthText {
  0% {
    opacity: 0;
    display: none;
    position: absolute; }
  30% {
    opacity: 0;
    display: none;
    position: absolute; }
  100% {
    opacity: 0;
    display: none;
    position: absolute; } }

@keyframes menuCollapsedText {
  0% {
    opacity: 0;
    display: none; }
  70% {
    opacity: 0;
    display: none; }
  95% {
    opacity: 1;
    display: none; } }

@keyframes menuItemCollapsed {
  0% {
    padding: 0;
    margin-bottom: 69px; }
  100% {
    padding: 0;
    margin-bottom: 69px; } }

@keyframes chevronRotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); } }

@keyframes chevronRotateFullWidth {
  0% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(90deg); } }

.orders-table-buttons {
  display: flex;
  gap: 10px; }

.orders-table-container {
  width: 100%; }

.orders-table-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 40px;
  gap: 10px; }

.orders-table-title {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0; }

.orders-button {
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease; }
  .orders-button_primary {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6; }
    .orders-button_primary:hover {
      background: #2563eb;
      border-color: #2563eb; }
  .orders-button_secondary:hover {
    background: #f3f4f6;
    border-color: #9ca3af; }

.orders-table-modern {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 black; }
  .orders-table-modern .table-header {
    background: #f3f4f6; }
    .orders-table-modern .table-header .table-header__item {
      padding: 12px 16px;
      font-weight: 500;
      color: #374151;
      font-size: 14px;
      text-align: center;
      border-bottom: 1px solid #e5e7eb; }
  .orders-table-modern .table-row {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.2s ease;
    cursor: pointer; }
    .orders-table-modern .table-row:hover {
      background: #f3f4f6; }
    .orders-table-modern .table-row .table__item {
      padding: 12px 16px;
      font-size: 14px;
      color: #1f2937;
      vertical-align: middle;
      text-align: center; }
      .orders-table-modern .table-row .table__item_active {
        font-weight: 500;
        color: #1f2937; }
      .orders-table-modern .table-row .table__item-date {
        white-space: nowrap; }

.table-row-clickable:hover {
  background-color: #f8f9fa !important; }

.order-detail-container {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px 0 black; }

.order-detail-header {
  position: absolute;
  right: 20px;
  top: 20px; }

.order-detail-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s; }
  .order-detail-back-btn:hover {
    background-color: #f3f4f6;
    color: #374151; }

.order-detail-info {
  margin-bottom: 30px; }
  .order-detail-info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px; }
  .order-detail-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px; }

.order-detail-total {
  font-size: 28px;
  font-weight: 600;
  color: #059669;
  margin-bottom: 20px; }

.order-detail-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  margin-bottom: 20px; }

.order-detail-field {
  display: flex;
  gap: 8px; }

.order-detail-label {
  font-weight: 500;
  color: #6b7280;
  min-width: 140px; }

.order-detail-value {
  color: #1f2937;
  font-weight: 400; }

.order-detail-products {
  margin-top: 30px; }

.order-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 black; }
  .order-detail-table thead tr {
    background: #f3f4f6; }
  .order-detail-table th {
    padding: 12px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #e5e7eb; }
    .order-detail-table th:nth-child(2) {
      text-align: left; }
  .order-detail-table td {
    padding: 12px 8px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #e5e7eb; }
  .order-detail-table tbody tr:hover {
    background-color: #f8f9fa; }
  .order-detail-table .product-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left; }
  .order-detail-table .product-details {
    flex: 1;
    line-height: 1.4; }
  .order-detail-table .product-name {
    font-weight: 500;
    color: #3b82f6;
    font-size: 14px;
    margin-bottom: 4px; }
  .order-detail-table .product-manufacturer {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 16px;
  color: #6b7280; }

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center; }
  .error p {
    font-size: 16px;
    color: #dc2626;
    margin-bottom: 16px; }

.retry-button {
  padding: 8px 16px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease; }
  .retry-button:hover {
    background: #2563eb; }

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 16px;
  color: #6b7280; }
