@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Анимации */

/* Choises: select */

/* Slider: swiper */

/* Переменные */

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

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

.v-body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-family: OpenSans;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* Шрифты */

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-Bold.woff2") format("woff2"), url("/fonts/admin/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-ExtraBold.woff2") format("woff2"), url("/fonts/admin/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-Light.woff2") format("woff2"), url("/fonts/admin/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-Medium.woff2") format("woff2"), url("/fonts/admin/OpenSans-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-Regular.woff2") format("woff2"), url("/fonts/admin/OpenSans-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("/fonts/admin/OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/admin/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Glyphicons Halflings;
  font-display: swap;
  src: url("/fonts/admin/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/admin/glyphicons-halflings-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

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

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.line-null {
  color: #cec3a3;
}

/* Анимации */

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.v-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.v-btn:hover {
  cursor: pointer;
}

.v-btn .icon {
  color: inherit;
}
a.v-btn {
  color: #fff !important;
}
.v-btn span {
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.v-btn--size-lg {
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.v-btn--size-lg.v-btn--icon {
  width: 33px;
  min-width: 33px;
}

.v-btn--size-sm {
  height: 28px;
  padding: 4px 9px;
}

.v-btn--size-sm.v-btn--icon {
  width: 30px;
  min-width: 30px;
}

.v-btn--size-xs {
  font-size: 11px;
  padding: 2px 7px;
  height: 27px;
}

.v-btn--size-xs.v-btn--icon {
  width: 27px;
  min-width: 27px;
}

.v-btn--default {
  background-image: -o-linear-gradient(top, #eee 0px, #fbfbfb 40%);
  background-image: linear-gradient(to bottom, #eee 0px, #fbfbfb 40%);
  background-color: #fff;
  border-color: #ccc;
  color: #444;
}

.v-btn--default.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-color: #b8b8b8;
  background-color: #e6e6e6;
  color: #333;
  background-image: none;
}

.v-btn--success {
  background-color: #53A93F;
  border-color: #53A93F;
  color: #fff;
}

.v-btn--info {
  background-color: #57B5E3;
  border-color: #57B5E3;
  color: #fff;
}

.v-btn--danger {
  background-color: #D73D32;
  border-color: #D73D32;
  color: #fff;
}

.v-btn--warning {
  background-color: #F4B400;
  border-color: #F4B400;
  color: #fff;
}

.v-btn--palegreen {
  background-color: #A0D468;
  border-color: #A0D468;
  color: #fff;
}

.v-btn--magenta {
  background-color: #BC5679;
  border-color: #BC5679;
  color: #fff;
}

.v-btn--darkblue {
  background-color: #427fed;
  border-color: #427fed;
  color: #fff;
}

.v-btn--success:hover,
.v-btn--info:hover,
.v-btn--danger:hover,
.v-btn--warning:hover,
.v-btn--palegreen:hover,
.v-btn--magenta:hover,
.v-btn--darkblue:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.v-btn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.v-btn[disabled]:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 0.4;
  cursor: not-allowed;
}

/* Контейнер */

/* Icon */

.icon--hamburger {
  font-size: 18px;
  color: #fff;
}

.icon--star {
  color: #fff;
  font-size: 16px;
}
.icon--star2 {
  color: #000;
  font-size: 24px;
}
.icon--bell {
  color: #fff;
  font-size: 16px;
}

.icon--message {
  color: #fff;
  font-size: 16px;
}

.icon--down {
  font-size: 10px;
}

.icon--search {
  color: #000;
}

.icon--setting {
  color: #fff;
  font-size: 22px;
}

.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.glyphicon:before {
  content: "\e021";
}

.v-bookmark-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-bookmark-item {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}

.v-bookmark-item a {
  padding: 10px 10px;
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #fff;
}

.v-bookmark-item a:hover {
  background-color: #f5f5f5;
}

.v-bookmark-item a:hover .v-bookmark-item__del {
  opacity: 1;
}

.v-bookmark-item__icon {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-bookmark-item__icon i {
  color: #fff;
  font-size: 15px;
}

.v-bookmark-item__icon--red {
  background-color: #ed4e2a;
}

.v-bookmark-item__icon--blue {
  background-color: #2dc3e8;
}

.v-bookmark-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-bookmark-item__title {
  font-size: 12px;
  line-height: 16px;
}

.v-bookmark-item__desc {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 250px;
  font-size: 10px;
  line-height: 12px;
  color: #999;
}

.v-bookmark-item__del {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.v-user__header {
  border-bottom: 1px solid #f5f5f5;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-user__header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.v-user__workday a {
  color: #d0d0d0;
  font-size: 11px;
  padding-left: 12px;
  text-decoration: none;
}

.v-user__workday-stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  color: #ed4e2a;
  font-size: 11px;
}

.v-user__workday-stop span {
  text-transform: uppercase;
}

.v-user__workday-time {
  color: #d6d6d6;
  font-size: 12px;
}

.v-user__avatar {
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

.v-user__avatar img {
  width: 128px;
  height: 128px;
}

.v-user__mail {
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 8px;
}

.v-user__mail a {
  color: #d0d0d0;
  font-size: 12px;
  text-decoration: none;
}

.v-user__mail a i {
  margin-right: 4px;
}

.v-user__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding: 10px 20px;
  gap: 12px;
}

.v-user__gallery a img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.v-user__gallery a img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.v-user__footer {
  padding: 10px;
  border-top: 3px solid #2dc3e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.v-user__footer a {
  text-decoration: none;
  color: #717171;
  font-size: 13px;
  font-weight: 300;
}

.v-message-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
  width: auto;
  outline: none;
}

.v-message-list:focus {
  outline: none;
}

.v-message {
  padding: 10px 15px;
}

.v-message__wrap-info {
  height: 18px;
  margin-bottom: 10px;
}

.v-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.v-message__bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a0d468;
}

.v-message__name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100px;
  font-weight: 700;
  font-size: 13px;
}

.v-message__time {
  font-size: 9px;
  color: #666;
  position: relative;
  top: 2px;
}

.v-message__body {
  padding: 10px;
  border-radius: 3px;
  background-color: #a0d468;
  color: #fff;
  position: relative;
  font-size: 13px;
  margin-right: 12%;
}

.v-message__body::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  top: -14px;
  left: 10px;
  border-top-width: 0;
  border-bottom-color: #a0d468;
  border-width: 7px;
}

.v-message--right .v-message__body {
  background-color: #5db2ff;
  margin-left: 10%;
  margin-right: 0;
}

.v-message--right .v-message__body::before {
  border-bottom-color: #5db2ff;
  right: 10px;
  left: auto;
}

.v-message--right .v-message__bullet {
  background-color: #5db2ff;
}

.v-message--right .v-message__info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-message--right .v-message__bullet {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  top: 2px;
  position: relative;
}

.v-message--right .v-message__name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.v-message--right .v-message__time {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.v-message-form form {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.v-message-form form textarea {
  resize: none;
  background-color: #eee;
  padding: 10px 26px 10px 10px;
  width: 100%;
  border: unset;
  outline: 0;
  height: 100%;
}

.v-message-form form textarea:focus {
  border: unset;
}

.v-message-form form i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2dc3e8;
  opacity: 0.7;
  font-size: 14px;
}

.v-chatbar {
  position: fixed;
  top: 25px;
  right: 0;
  width: 342px;
  height: calc(100dvh - 45px);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity, top, height;
  -o-transition-property: opacity, top, height;
  transition-property: opacity, top, height;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-chatbar__window {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
}

.v-chatbar__window.active {
  display: block;
}

.v-chatbar__window--messenger .simplebar-track {
  right: unset;
  left: 0;
}

.v-chatbar__window--messenger .simplebar-content-wrapper {
  outline: none;
}

.v-chatbar__window--messenger .v-message-form {
  height: 120px;
}

.v-chatbar__window--messenger .v-message-list {
  height: calc(100dvh - 45px - 86px - 120px);
}

.v-chatbar.active {
  opacity: 1;
  pointer-events: all;
  top: 45px;
}

.v-chatbar.active.fixed {
  top: 0;
  height: 100dvh;
}

.v-chatbar.active.fixed .v-chatbar__window--messenger .v-message-list {
  height: calc(100dvh - 86px - 120px);
}

.v-chatbar-contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-chatbar-contact {
  position: relative;
}

.v-chatbar-contact a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 10px;
  color: #333;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #fff;
}

.v-chatbar-contact a:hover {
  background-color: #f5f5f5;
}

.v-chatbar-contact--message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 10px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
}

.v-chatbar-contact--message .v-chatbar-contact__back {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}

.v-chatbar-contact--message .v-chatbar-contact__back i {
  font-size: 20px;
  color: #2dc3e8;
}

.v-chatbar-contact__name {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
}

.v-chatbar-contact__wrap-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.v-chatbar-contact__wrap-status span {
  font-size: 9px;
  line-height: 11px;
}

.v-chatbar-contact__time {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 9px;
  line-height: 11px;
}

.v-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10001;
  opacity: 1;
  outline: none;
  pointer-events: none;
  padding: 30px 20px;
}

.v-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-modal__content {
  position: relative;
  z-index: 1;
  top: -45px;
  opacity: 0;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-modal__content--x-center {
  margin-left: auto;
  margin-right: auto;
}

.v-modal__content--y-center {
  margin-top: auto;
  margin-bottom: auto;
}

.v-modal__close:hover {
  cursor: pointer;
}

.v-modal.visible {
  pointer-events: all;
}

.v-modal.visible .v-modal__content {
  top: 0;
  opacity: 1;
}

.v-modal.visible .v-modal__overlay {
  opacity: 1;
}

.v-dialog {
  background-color: #fff;
}

.v-dialog__header,
.v-dialog__body,
.v-dialog__footer {
  padding-left: 15px;
  padding-right: 15px;
}

.v-dialog__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.v-dialog__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.v-dialog__close {
  position: relative;
  top: 2px;
  margin-left: auto;
}

.v-dialog__close button {
  border: unset;
  background-color: unset;
}

.v-dialog__close button:hover {
  cursor: pointer;
}

.v-dialog__close button:hover i {
  opacity: 0.5;
}

.v-dialog__close button i {
  color: #000;
  font-size: 18px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.v-dialog__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.v-dialog__footer {
  padding-top: 12px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
}

.v-dialog__buttons--right {
  margin-left: auto;
}

.v-dialog--size-lg {
  width: 600px;
}

.v-dialog--size-xl {
  width: 900px;
}

.v-modal--newfilter .v-dialog {
  border-radius: 10px;
}

.v-modal--newfilter .v-dialog__header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--newfilter .v-dialog__body {
  padding-bottom: 5px;
}

.v-modal--newfilter .v-dialog__footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 19px;
}

.v-modal--settingsForm .v-dialog {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--settingsForm .v-dialog__checkboxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.v-modal--settingsForm .v-dialog__header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--settingsForm .v-dialog__footer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.v-modal--settingsForm .v-checkboxes__button {
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}

.v-modal--settingsForm .v-checkboxes__button--checked {
  color: #2dc3e8;
  border-color: #2dc3e8;
}

.v-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-buttons--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.v-buttons--gap-xs {
  gap: 4px;
}

.v-buttons--gap-sm {
  gap: 10px;
}

.v-buttons--gap-lg {
  gap: 15px;
}

.v-buttons--gap-xxs {
  gap: 2px;
}

.v-buttons--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v-select-default {
  display: block;
  min-width: 58px;
}

.v-select-default label {
  display: inline-block;
  width: 100%;
}

.v-select-default select {
  background-color: #f1f3f4;
  color: #000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
}

.v-select-default select:focus {
  background-color: #ecf1f7;
}

.v-select-default select[disabled] {
  cursor: not-allowed;
  background-color: #f1f3f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  border: none;
}

.v-select-default select[disabled]:hover {
  cursor: not-allowed;
}

.v-select-default--size-sm select {
  font-size: 12px;
  padding: 3px 5px;
  height: 30px;
  line-height: 30px;
}

.v-table__wrap {
  padding-bottom: 10px;
      overflow-x: auto;
}
.search-sp
{
	display:flex;
	width:100%;
	gap:5px;
	flex-wrap: wrap;
}
.v-table__table {
  width: 1620px;
  max-width: 100%;
  margin: 0;
  background-color: transparent;
  table-layout: fixed;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-spacing: 0px;
  border-collapse: collapse;
}
.text-sp
{
font-size:18px;
border:0px;
width:100%;
min-width:300px;
max-width:600px;
height:40px;
    padding: 4px 8px;
    border: 1px #afafaf solid;
	}
.img-sp
{
 width:180px;
 padding:10px;
	}
.pages-sp
{
 margin-bottom:20px;
 margin-top:20px;
 display:flex;
 flex-wrap:wrap;
	}
.pages-sp-title
{
 margin-right:10px;
	}
.v-table__table thead tr th {
  border-bottom: 0;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.v-table__table thead tr:first-child td,
.v-table__table thead tr:first-child th {
  border-top: 0;
}

.v-table__table thead tr:first-child:hover .ui-resizable-e {
  background: #ddeef2;
  width: 10px;
  cursor: col-resize;
}

.v-table__table tbody > tr:nth-child(even) {
  background-color: rgba(240, 240, 240, 0.5);
}

.v-table__table tbody tr:hover td {
  background-color: #E4F0F6 !important;
}

.v-table__table tbody td {
  font-size: 13px;
  font-weight: 400;
}

.v-table__table th {
  text-align: left;
}

.v-table__table th.text-center {
  text-align: center;
}

.v-table__table th,
.v-table__table td {
  padding: 6px;
  border-top: 1px solid #e9e9e9;
  line-height: 1.42857143;
  white-space: normal;
  font-size: 13px;
  vertical-align: middle;
}

.v-table__table tr.column-active td {
  background-color: rgba(235, 235, 235, 0.5) !important;
}

.v-table .simplebar-scrollbar:before {
  border-radius: 8px;
}

.filters-table.disabled input,
.filters-table.disabled select {
  pointer-events: none;
}

.table-highlight {
  background-color: rgba(235, 235, 235, 0.5) !important;
}

.size-table-w20px {
  width: 20px;
}

.size-table-w40px {
  width: 40px;
}

.size-table-w60px {
  width: 60px;
}

.size-table-w80px {
  width: 80px;
}

.size-table-w100px {
  width: 100px;
}

.size-table-w120px {
  width: 120px;
}

.size-table-w140px {
  width: 140px;
}

.size-table-w160px {
  width: 160px;
}

.size-table-w180px {
  width: 180px;
}

.size-table-w200px {
  width: 200px;
}

.size-table-w220px {
  width: 220px;
}

.size-table-w240px {
  width: 240px;
}

.size-table-w260px {
  width: 260px;
}

.size-table-w280px {
  width: 280px;
}

.size-table-w300px {
  width: 300px;
}

.size-table-w320px {
  width: 320px;
}

.size-table-w340px {
  width: 340px;
}

.size-table-w360px {
  width: 360px;
}

.size-table-w380px {
  width: 380px;
}

.size-table-w400px {
  width: 400px;
}

.size-table-w2 {
  width: 2.5%;
}

.size-table-w5 {
  width: 5%;
}

.size-table-w10 {
  width: 5%;
}

.size-table-w15 {
  width: 15%;
}

.size-table-w20 {
  width: 20%;
}

.size-table-w25 {
  width: 25%;
}

.size-table-w30 {
  width: 30%;
}

.size-table-w35 {
  width: 35%;
}

.size-table-w40 {
  width: 40%;
}

.size-table-w45 {
  width: 45%;
}

.size-table-w50 {
  width: 50%;
}

.size-table-w55 {
  width: 55%;
}

.size-table-w60 {
  width: 60%;
}

.size-table-w65 {
  width: 65%;
}

.size-table-w70 {
  width: 70%;
}

.size-table-w75 {
  width: 75%;
}

.size-table-w80 {
  width: 80%;
}

.size-table-w85 {
  width: 85%;
}

.size-table-w90 {
  width: 90%;
}

.size-table-w95 {
  width: 95%;
}

.size-table-w100 {
  width: 100%;
}

.v-input {
  width: 100%;
  /* Firefox */
}

.v-input label {
  display: block;
  width: 100%;
  line-height: 0;
}

.v-input input {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 12px;
  background-color: #f1f3f4;
  border: none;
  color: #000;
  border-radius: 0;
  font-family: OpenSans;
}

.v-input input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ecf1f7;
  border-color: #789EFD;
  color: #444;
}

.v-input input::-webkit-input-placeholder {
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 400;
  font-family: OpenSans;
}

.v-input input::-moz-placeholder {
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 400;
  font-family: OpenSans;
}

.v-input input:-ms-input-placeholder {
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 400;
  font-family: OpenSans;
}

.v-input input::-ms-input-placeholder {
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 400;
  font-family: OpenSans;
}

.v-input input::placeholder {
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 400;
  font-family: OpenSans;
}

.v-input input::-webkit-outer-spin-button,
.v-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.v-input input[type=number] {
  -moz-appearance: textfield;
}

.v-input input[disabled] {
  cursor: not-allowed;
  background-color: #f1f3f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  border: none;
}

.v-input input[disabled]:hover {
  cursor: not-allowed;
}

.v-input span {
  font-weight: 400;
  font-size: 13px;
  color: #333;
}

.v-input--variant-line input {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}

.v-input--variant-line input:focus {
  border-bottom-color: #789EFD;
  background-color: transparent;
}

.v-input--variant-line input:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.v-input--variant-line.v-input--datepicker {
  position: relative;
}

.v-input--variant-line.v-input--datepicker::after {
  content: "\f073";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  width: 12px;
  height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.v-input--size-xs input {
  padding: 3px 5px;
  height: 30px;
  line-height: 1.5;
}

.v-checkbox {
  position: relative;
}

.v-checkbox label {
  display: inline-block;
  line-height: 0;
}

.v-checkbox label:hover {
  cursor: pointer;
}

.v-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  margin: 0;
}

.v-checkbox input:focus + span::before {
  outline: 1px solid #000;
}

.v-checkbox input:hover + span::before {
  border-color: #333;
}

.v-checkbox input:checked + span::before {
  content: "\f00c";
  background-color: #f1f3f4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  border-color: #333;
  color: #333;
}

.v-checkbox input[disabled] + span::before {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.v-checkbox input[disabled]:hover + span::before {
  border-color: #c8c8c8;
}

.v-checkbox span::before {
  content: "\f00c";
  font-family: fontAwesome;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: transparent;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  outline: 1px solid transparent;
  min-width: 18px;
  position: relative;
  z-index: 1;
  -webkit-transition-property: border-color, background-color, -webkit-box-shadow;
  transition-property: border-color, background-color, -webkit-box-shadow;
  -o-transition-property: border-color, background-color, box-shadow;
  transition-property: border-color, background-color, box-shadow;
  transition-property: border-color, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  left: 0;
  top: 0;
}

.v-checkbox span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 400;
  line-height: 18px;
  min-height: 18px;
  min-width: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}

.v-checkbox span i {
  position: relative;
  top: 2px;
}

.v-checkbox--weight label {
  width: 100%;
}

.v-checkbox--weight span {
  padding: 4px 5px;
  width: 100%;
}

.v-checkbox--weight input:checked + span {
  background-color: #abe6f4;
  border-radius: 3px;
  color: #333;
}

.v-select {
  width: 100%;
}

.v-select .choices {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  font-size: 13px;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-select .choices:focus {
  border-bottom-color: #789EFD;
}

.v-select .choices:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.v-select .choices__list--dropdown .choices__item--selectable,
.v-select .choices__list[aria-expanded] .choices__item--selectable {
  padding: 10px;
}

.v-select .choices__list--dropdown .choices__item--selectable.choices__placeholder,
.v-select .choices__list[aria-expanded] .choices__item--selectable.choices__placeholder {
  display: none;
}

.v-select .choices__inner {
  border: none;
  border-radius: 0;
  padding: 15px 10px 10px 10px;
  background-color: transparent;
  max-height: 32px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-select .choices__list--single {
  padding: 0;
}

.v-select .choices .choices__inner {
  padding: 4px 8px;
  border: 1px #afafaf solid;
}

.v-select .choices::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  right: 8px;
  border-style: none;
  border-color: #333 transparent transparent;
  border-width: 0;
  position: absolute;
  pointer-events: none;
}

.v-select .choices.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  margin-top: 0;
}

.v-select .choices__list--dropdown .choices__list,
.v-select .choices__list[aria-expanded] .choices__list {
  max-height: 300px;
}

.v-select .choices__list--dropdown .choices__item,
.v-select .choices__list[aria-expanded] .choices__item {
  font-size: 13px;
}

.v-select .choices__item {
  color: #333;
  opacity: 1;
  font-size: 13px;
}

.v-roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.v-roles__role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-roles__role-name {
  margin-bottom: 3px;
}

.v-roles__role-desc {
  font-size: 11px;
  color: #999;
}

.v-roles__role-desc .icon {
  color: #d0c38a;
  font-size: 9px;
}

.v-avatar img {
  display: block;
  max-width: 100%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.v-avatar--rounded {
  border-radius: 50%;
}

.v-avatar--rounded img {
  border-radius: inherit;
}

.v-avatar--size-lg {
  border-radius: 50%;
}

.v-avatar--size-lg img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.v-offline,
.v-online {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.v-offline {
  background-color: #e2e2e2;
}

.v-offline--red {
  background-color: #D73D32;
}

.v-online {
  background-color: #A0D468;
}

.v-table-sort,
th.v-table-sort,
td.v-table-sort {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 19px;
  background-position: right;
  padding-right: 17px;
}

.v-table-sort:hover,
th.v-table-sort:hover,
td.v-table-sort:hover {
  cursor: pointer;
}

.v-table-sort--sort-both,
th.v-table-sort--sort-both,
td.v-table-sort--sort-both {
  background-image: url("/img/icons/sort-both.png");
}

.v-table-sort--asc,
th.v-table-sort--asc,
td.v-table-sort--asc {
  background-image: url("/img/icons/sort-asc.png");
}

.v-table-sort--asc:hover,
.v-table-sort--asc.v-table-sort--sorted,
th.v-table-sort--asc:hover,
th.v-table-sort--asc.v-table-sort--sorted,
td.v-table-sort--asc:hover,
td.v-table-sort--asc.v-table-sort--sorted {
  background-image: url("/img/icons/sort-desc.png");
}

.v-table-sort--desc,
th.v-table-sort--desc,
td.v-table-sort--desc {
  background-image: url("/img/icons/sort-desc.png");
}

.v-table-sort--desc:hover,
.v-table-sort--desc.v-table-sort--sorted,
th.v-table-sort--desc:hover,
th.v-table-sort--desc.v-table-sort--sorted,
td.v-table-sort--desc:hover,
td.v-table-sort--desc.v-table-sort--sorted {
  background-image: url("/img/icons/sort-asc.png");
}

.v-dropdown {
  position: relative;
}

.v-dropdown__wrap-content {
  position: absolute;
  top: 25px;
  left: 0;
  width: 320px;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.v-dropdown--notification .v-dropdown__wrap-content {
  left: unset;
  right: 0;
  height: auto;
}

.v-dropdown--profile .v-dropdown__wrap-content {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
}

.v-dropdown.active .v-dropdown__wrap-content {
  top: 45px;
  opacity: 1;
  pointer-events: all;
}

.v-dropdown-default {
  position: relative;
}

.v-dropdown-default__wrap {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  margin-top: 1px;
  min-width: 170px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
}

.v-dropdown-default__wrap ul {
  width: 100%;
  list-style: none;
  padding: 3px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  border-radius: 2px;
}

.v-dropdown-default__wrap li {
  margin-bottom: 1px;
  margin-top: 1px;
}

.v-dropdown-default__wrap li a {
  text-decoration: none;
  display: block;
  padding: 5px 12px;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: inherit;
  color: #333;
  white-space: nowrap;
}

.v-dropdown-default__wrap li a:hover {
  background-color: #ebebeb;
  color: #262626;
  cursor: pointer;
}

.v-dropdown-default__wrap li a[data-toggle-button] i {
  opacity: 0;
  font-size: 14px;
  min-width: 16px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.v-dropdown-default__wrap li a[data-toggle-button].active i {
  opacity: 1;
}

.v-dropdown-default.active .v-dropdown-default__wrap {
  opacity: 1;
  pointer-events: all;
}

.v-dropdown-default.active .v-dropdown-default__button.v-btn {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-color: #b8b8b8;
  background-color: #e6e6e6;
  color: #333;
  background-image: none;
}

.v-dropdown-default--right .v-dropdown-default__wrap {
  right: 0;
  left: auto;
}

.v-dropdown-default--left .v-dropdown-default__wrap {
  right: auto;
  left: 0;
}

.v-tabs {
  background-color: inherit;
}

.v-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.v-tabs__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-tabs__nav li a {
  position: relative;
  text-decoration: none;
  color: #262626;
  z-index: 12;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 15px;
  border-radius: 0;
}

.v-tabs__nav li a.active {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
  border-top-style: solid;
  border: 1px solid #ddd;
  border-top-width: 2px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.v-tabs__nav li a.active::after {
  content: "";
  display: block;
  position: absolute;
  background-color: inherit;
  width: 100%;
  z-index: 2;
  height: 2px;
  bottom: -2px;
  left: 0;
  pointer-events: none;
}

.v-tabs__nav--active-red li a.active {
  border-top-color: #fb6e52;
}

.v-tabs__nav--active-blue li a.active {
  border-top-color: #57B5E3;
}

.v-tabs__body {
  padding: 15px 0;
}

.v-tabs__tab-content {
  display: none;
}

.v-tabs__tab-content.active {
  display: block;
}

.v-tabs--weight-content .v-tabs__body {
  -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
}

[data-toggle] {
  display: none;
}

[data-toggle].active {
  display: block;
}

.v-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.v-form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle;
}

.v-form__control--wrap-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.v-form__control > .v-form__title-name,
.v-form__control-wrap > .v-form__title-name {
  display: block;
  margin-bottom: 5px;
}

.v-form__control-wrap {
  width: 100%;
}

.v-form__control-wrap--align {
  margin-top: auto;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-form__control-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 100%;
}

.v-form__title-name,
.v-form .v-checkbox span.v-form__title-name {
  color: #afafaf;
  font-size: 13px;
  font-weight: 400;
}

.v-form .v-checkbox span.v-form__title-name {
  line-height: 16px;
}

.v-form__title-text {
  font-size: 18px;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.v-form__grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.v-form__grid--column4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.v-form__grid--column3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.v-form__grid--column2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.v-form .v-form__control[data-toggle] {
  display: none;
}

.v-form .v-form__control[data-toggle].active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-form__control-title {
  width: 16.6666%;
  text-align: right;
  white-space: nowrap;
}

.v-form__control-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}

.v-form__buttons {
  margin-left: auto;
}

.v-clock {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

/* Блоки */

.v-body {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100dvh;
}

.v-body--background1::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #eee6cf repeat scroll center top/cover;
  background-image: url("/img/bg.jpg");
  width: 100%;
  height: 100%;
  z-index: -1;
}

.v-body--background1 .v-page-breadcrumbs {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.v-body--background1 .v-page-header {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.9;
}

.v-body--background1 .v-page-title {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0.9;
}

.v-body--background1 .v-page-body__inner {
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  color: #333;
}

.v-body--background1 .v-sidebar-menu {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.v-body--background1 .v-sidebar-search {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-body--background1 .v-sidebar-menu__item-link {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.v-body--background1 .v-sidebar-menu .v-sidebar-menu__item.active .v-sidebar-menu__item-link {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-body--background1 .v-sidebar-menu .v-sidebar-menu__item.active .v-submenu {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.15), inset 0 -4px 4px -2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.15), inset 0 -4px 4px -2px rgba(0, 0, 0, 0.15);
}

.v-body--background1 .v-sidebar-menu .v-sidebar-menu__item.active .v-submenu .v-submenu {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
}

.v-body--background1 .v-sidebar.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item:hover .v-submenu {
  background-color: #fff;
  opacity: 1;
}

.v-body--background1 .v-sidebar.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item.active .v-submenu {
  background-color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.v-body--background1 .v-submenu .v-submenu__item.active .v-submenu__item-link {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-body--background1 .v-sidebar.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item.active:hover {
  background-color: #fff;
}

.v-body--background1 .v-sidebar.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item.active .v-sidebar-menu__item-link {
  background-color: #fff;
}

.v-body--background1 .v-sidebar.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item.active .v-sidebar-menu__item-link::before {
  background-color: #2dc3e8;
}

.v-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  -ms-grid-rows: 45px auto;
  grid-template-rows: 45px auto;
  min-height: 100dvh;
}

.v-main__header {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.v-main__sidebar {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.v-main__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  min-width: 0;
}
.v-main__content a
{
color:#237197;
	}

.v-main--compact {
  -ms-grid-columns: 47px 1fr;
  grid-template-columns: 47px 1fr;
}

.v-main--hidden {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.v-main--hidden .v-main__header {
  -ms-grid-column: 1;
  grid-column: 1;
}

.v-main--hidden .v-main__content {
  -ms-grid-column: 1;
  grid-column: 1;
}

.v-main--load {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.v-main--load .v-main__header {
  -ms-grid-column: 1;
  grid-column: 1;
}

.v-main--load .v-main__content {
  -ms-grid-column: 1;
  grid-column: 1;
}

.v-main--load .v-main__sidebar {
  display: none !important;
}

.v-header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1001;
}

.v-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v-header__logo img
{
 width:auto;
 height:35px;
	}

.v-header__left {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 100%;
}

.v-header__favorite,
.v-header__notification,
.v-header__chat,
.v-header__profile {
  height: 100%;
}

.v-header__favorite.active .v-header__menu-item,
.v-header__favorite.active .v-header__profile-wrap,
.v-header__notification.active .v-header__menu-item,
.v-header__notification.active .v-header__profile-wrap,
.v-header__chat.active .v-header__menu-item,
.v-header__chat.active .v-header__profile-wrap,
.v-header__profile.active .v-header__menu-item,
.v-header__profile.active .v-header__profile-wrap {
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}

.v-header__favorite.active .v-header__menu-item:before,
.v-header__favorite.active .v-header__profile-wrap:before,
.v-header__notification.active .v-header__menu-item:before,
.v-header__notification.active .v-header__profile-wrap:before,
.v-header__chat.active .v-header__menu-item:before,
.v-header__chat.active .v-header__profile-wrap:before,
.v-header__profile.active .v-header__menu-item:before,
.v-header__profile.active .v-header__profile-wrap:before {
  background-color: #fff;
}

.v-header__hamburger {
  height: 45px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.v-header__hamburger:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.v-header__profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  position: relative;
  height: 100%;
  width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.v-header__profile-wrap:hover {
  cursor: pointer;
}

.v-header__profile-name {
  display: block;
  color: #fff;
  overflow: hidden;
  width: 131px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none;
  line-height: 25px;
  font-size: 14px;
  white-space: nowrap;
}

.v-header__notification .icon.icon--bell {
  position: relative;
  z-index: 0;
}

.v-header__notification-badge {
    position: absolute;
    top: 10px;
    right: 6px;
    height: 13px;
    width: 13px;
    font-weight:bold;
    border: 1px solid #ffffff;
    cursor: pointer;
    background-color: rgb(255 228 0);
    font-size: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    padding-top: 1px;
    color: #000000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.v-header__profile-wrap,
.v-header__menu-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.v-header__profile-wrap:hover,
.v-header__menu-item:hover {
  cursor: pointer;
}

.v-header__profile-wrap:before,
.v-header__menu-item:before {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  background-color: transparent;
  border: 0;
  height: 3px;
  top: 1px;
  width: 100%;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.v-header__profile-wrap {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.v-header__menu-item {
  width: 50px;
}

.v-header__clock a {
  text-decoration: none;
}

.v-header__setting {
  padding: 0 8px;
}

.v-sidebar {
  padding-left: 5px;
}

.v-sidebar--compact .v-sidebar__search {
  width: 100%;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-sidebar--compact .v-sidebar__search:hover {
  width: 242px;
  padding-left: 42px;
}

.v-sidebar--compact .v-sidebar__search:hover .v-sidebar-search__input {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  width: 100%;
}

.v-sidebar--compact .v-sidebar__search .v-sidebar-search__button {
  width: 42px;
  z-index: 1;
}

.v-sidebar--compact .v-sidebar__search .v-sidebar-search__input {
  position: relative;
  z-index: 0;
  padding-left: 4px;
  top: 0;
  width: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-color: inherit;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item-link {
  height: 38px;
  z-index: 40;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item-text {
  display: none;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item {
  z-index: 1;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item:hover .v-sidebar-menu__item-link {
  background-color: #fff;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item:hover .v-sidebar-menu__item-link::before {
  background-color: #D73D32;
}

.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item:hover .v-sidebar-menu__item-text,
.v-sidebar--compact .v-sidebar-menu .v-sidebar-menu__item.active.open .v-sidebar-menu__item-text {
  display: block;
  position: absolute;
  width: 195px;
  left: 100%;
  top: 0;
  margin-left: 0;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  border-bottom: 1px solid #f3f3f3;
  z-index: 30;
}

.v-sidebar--compact .v-tab__content {
  opacity: 0;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
}

.v-sidebar--compact .v-tab:hover.open > .v-tab__content,
.v-sidebar--compact .v-tab:hover .v-tab__content {
  opacity: 1;
  height: auto !important;
  z-index: 1;
  pointer-events: all;
  top: 38px;
}

.v-sidebar--compact .v-tab:hover.open > .v-tab__content .v-tab,
.v-sidebar--compact .v-tab:hover .v-tab__content .v-tab {
  pointer-events: all;
}

.v-sidebar--compact .v-tab:hover.open > .v-tab__content .v-tab__wrap,
.v-sidebar--compact .v-tab:hover .v-tab__content .v-tab__wrap {
  pointer-events: all;
}

.v-sidebar--compact .v-tab:hover.open > .v-tab__content .v-tab .v-tab__content,
.v-sidebar--compact .v-tab:hover .v-tab__content .v-tab .v-tab__content {
  top: 0;
}

.v-sidebar--compact .v-tab:hover .v-tab.open > .v-tab__content {
  opacity: 1;
  pointer-events: all;
}

.v-sidebar--compact .v-tab .v-tab__content {
  position: absolute;
  left: 100%;
  top: 0;
  width: 195px;
  pointer-events: none;
}

.v-sidebar--compact .v-tab .v-tab__content .v-tab {
  pointer-events: none;
}

.v-sidebar--compact .v-tab .v-tab__content .v-tab__wrap {
  pointer-events: none;
}

.v-sidebar--compact .v-tab .v-tab__content .v-tab .v-tab__content {
  position: relative;
  left: 0;
  width: auto;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.v-sidebar--compact .v-submenu::before {
  display: none;
}

.v-sidebar--compact .v-submenu .v-submenu__item.active:hover > .v-submenu__item-link::after {
  background-color: #2dc3e8;
}

.v-sidebar--compact .v-submenu .v-submenu__item.active:hover .v-submenu__item:hover .v-submenu__item-link::after {
  background-color: #D73D32;
}

.v-sidebar--compact .v-submenu .v-submenu__item.active:hover .v-submenu__item .v-submenu__item-link::after {
  background-color: #2dc3e8;
}

.v-sidebar--compact .v-submenu .v-submenu__item.active:hover .v-submenu__item .v-submenu__item-link::after {
  background-color: rgba(45, 195, 232, 0.6);
}

.v-sidebar--compact .v-submenu__item-link {
  padding-left: 24px;
}

.v-sidebar--compact .v-submenu__item-link::before {
  display: none;
}

.v-sidebar--compact .v-submenu__item-link::after {
  left: 0;
}

.v-sidebar--compact .v-submenu .v-submenu .v-submenu__item-link {
  padding-left: 24px;
}

.v-sidebar--compact .v-sidebar-menu__item > .v-sidebar-menu__item-link .v-sidebar-menu__dropdown-icon {
  display: none;
}

.v-sidebar--hidden {
  display: none;
}

.v-sidebar-search {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 5;
}

.v-sidebar-search__button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 100%;
}

.v-sidebar-search__input {
  width: 100%;
  height: 100%;
  padding-left: 38px;
  padding-right: 10px;
  border: unset;
  background-color: transparent;
  outline: 0;
}

.v-sidebar-search__input:focus {
  border: unset;
}

.v-sidebar-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.v-sidebar-menu .v-sidebar-menu__item {
  position: relative;
}

.v-sidebar-menu .v-sidebar-menu__item.active .v-sidebar-menu__item-link::after {
  background-color: #57B5E3;
}

.v-sidebar-menu .v-sidebar-menu__item.active .v-sidebar-menu__item-link:hover::after {
  background-color: #D73D32;
}

.v-sidebar-menu__item-link {
  position: relative;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  padding: 7px 0;
  line-height: 23px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-sidebar-menu__item-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background-color: transparent;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-sidebar-menu__item-link:hover {
  background-color: rgb(255, 255, 255);
}

.v-sidebar-menu__item-link:hover::after {
  background-color: #D73D32;
}

.v-sidebar-menu__item-link span {
  margin-left: -5px;
}

.v-sidebar-menu__item-icon {
  font-size: 14px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-sidebar-menu__dropdown-icon {
  position: absolute;
  right: 12px;
  top: -1px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-submenu {
  padding: 0;
  list-style: none;
  position: relative;
}

.v-submenu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 0;
  bottom: 19px;
  border-left: 1px solid #e2e2e2;
}

.v-submenu__item-link {
  position: relative;
  color: #333;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 13px;
  padding: 7px 10px 7px 40px;
  line-height: 23px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-submenu__item-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background-color: transparent;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-submenu__item-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 18px;
  top: 15px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  z-index: 2;
}

.v-submenu__item-link:hover::after {
  background-color: #D73D32;
}

.v-submenu__item-icon {
  font-size: 14px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 4px;
}

.v-submenu .v-submenu {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.v-submenu .v-submenu .v-submenu__item-link {
  padding: 7px 10px 7px 50px;
}

.v-submenu .v-submenu .v-submenu__item-link::before {
  display: none;
}

.v-tab__item {
  position: relative;
  z-index: 1;
}

.v-tab__item .v-sidebar-menu__dropdown-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-tab__content {
  position: relative;
  top: 0;
  height: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition-property: height, top;
  -o-transition-property: height, top;
  transition-property: height, top;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.v-tab__wrap {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-tab.open > .v-tab__item .v-sidebar-menu__dropdown-icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.v-tab.open > .v-tab__content {
  opacity: 1;
  top: 0;
  pointer-events: all;
}

.v-tab.open > .v-tab__content > .v-tab__wrap {
  opacity: 1;
}

.v-page-breadcrumbs {
  width: 100%;
  padding: 0 20px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.v-favorite {
 margin-left: auto;
}

.v-favorite .icon--star {
 font-size: 20px;
}
.v-favorite .icon--star.active {
 color: yellow;
}
.v-favorite .icon--star2 {
 font-size: 14px;
}
.v-favorite .icon--star2.active {
 color: yellow;
}
.v-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  row-gap: 4px;
  padding: 0;
  margin: 0;
}

.v-breadcrumb__item {
  line-height: 1;
}

.v-breadcrumb__item::after {
  content: "/ ";
  color: #333;
  padding: 0 5px;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.5;
}

.v-breadcrumb__item:last-child::after {
  display: none;
}

.v-breadcrumb__item-icon {
  position: relative;
  font-size: 13px;
  top: 0;
  color: #333;
  text-shadow: none;
  margin-right: 5px;
}

.v-breadcrumb__item-link {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.v-breadcrumb__item-link:hover {
  opacity: 0.8;
}

.v-page-header {
  width: 100%;
  padding: 0 20px;
  min-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}

.v-page-header h1 {
  margin: 0;
}

.v-page-header__title,
.v-page-header h1 {
  color: #333;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

.v-page-title {
  display: inline-block;
  padding: 8px 10px 9px 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 2px 2px 0;
  position: relative;
}

.v-page-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
}

.v-page-title__icon {
  font-size: 15px;
  margin-right: 5px;
  line-height: 1;
}

.v-page-title__text {
  color: #333;
  font-weight: 300;
  font-size: 16px;
}

.v-page-title--pink::before {
  background-color: #e75b8d;
}

.v-page-title--blue::before {
  background-color: #57B5E3;
}

.v-page-body {
  padding: 28px 20px 44px;
}

.v-page-body__title {
  margin-bottom: 10px;
}

.v-page-body__inner {
  padding: 20px 12px 20px;
}

.v-page-body__wrapper {
  padding: 15px 0;
}

.v-page-body__grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.v-page-body__grid--column4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.v-page-body__grid--column3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.v-page-body__grid--column2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.v-page-body__column {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.v-page-body__column--column2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.v-page-body__column--column3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.v-page-body__column--column4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.v-table-wrap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v-table-wrap__tabs {
  margin-bottom: 15px;
}

.v-table-wrap__header-right {
  margin-left: auto;
}

.v-table-filters__datepickers {
  width: 100%;
}

.v-table-filters .v-select-default {
  min-width: 8.33333333%;
}

.v-table-filters .v-input--datepicker {
  width: 25%;
  min-width: 150px;
}

/* Страницы */

/* Страница: Список */

/* Страница: Элемент */

.v-form-item-add__body {
  margin-bottom: 30px;
}

.v-form-item-add__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  row-gap: 10px;
}

.v-form-item-add__footer-middle {
  margin: 0 auto;
}

.v-form-item-add__footer-right {
  position: absolute;
  right: 0;
  top: 0;
}

.v-form-item-add .v-tabs__body,
.v-form-item-add__footer {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1400px) {
  .v-form__grid--column4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .v-page-body__grid--column4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .v-page-body__column--column4 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media (max-width: 1024px) {
  .v-chatbar {
    width: 294px;
  }
 .img-sp
{
 width:100px;
	}
  .v-table__table {
    width: 1400px;
  }

  .v-form__grid--column4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .v-form__grid--column3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .v-page-breadcrumbs {
    padding: 0 12px;
  }

  .v-page-header {
    padding: 0 12px;
  }

  .v-page-body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .v-page-body__grid--column4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .v-page-body__grid--column3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .v-page-body__column--column3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .v-page-body__column--column4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .v-table-wrap__header {
    margin-bottom: 10px;
  }

  .v-form-item-add__body {
    margin-bottom: 20px;
  }

  .v-form-item-add .v-tabs__body,
  .v-form-item-add__footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .v-dialog--size-xl {
    width: 600px;
  }

  .v-dropdown--profile .v-dropdown__wrap-content {
    min-width: 200px;
    left: unset;
    right: 0;
  }

  .v-header__profile-name {
    display: none;
  }

  .v-header__profile-wrap:before,
  .v-header__menu-item:before {
    top: -1px;
  }
}

@media (max-width: 768px) {
  .v-bookmark-item__desc {
    max-width: 200px;
  }
   .img-sp
{
 width:50px;
	}
  .v-message__name {
    font-size: 12px;
    line-height: 14px;
  }

  .v-message__body {
    font-size: 12px;
    margin-right: 10%;
  }

  .v-chatbar {
    width: 260px;
    top: 40px;
  }

  .v-chatbar__window--messenger .v-message-list {
    height: calc(100dvh - 90px - 76px - 120px);
  }

  .v-chatbar.active {
    top: 90px;
  }

  .v-chatbar.active.fixed .v-chatbar__window--messenger .v-message-list {
    height: calc(100dvh - 76px - 120px);
  }

  .v-dialog__title {
    font-size: 16px;
    line-height: 24px;
  }

  .v-dialog--size-lg {
    width: 480px;
  }

  .v-dialog--size-xl {
    width: 480px;
  }

  .v-modal--settingsForm .v-dialog__checkboxes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .v-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .v-table__table {
    width: 1200px;
  }

  .v-avatar--size-lg img {
    width: 55px;
    height: 55px;
  }

  .v-dropdown__wrap-content {
    width: 280px;
  }

  .v-form__control-wrap--align {
    min-height: unset;
  }

  .v-form__grid {
    row-gap: 15px;
  }

  .v-form__grid--column4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-form__grid--column3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-form__grid--column2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-main {
    -ms-grid-rows: 90px auto;
    grid-template-rows: 90px auto;
  }

  .v-main--full .v-main__header {
    max-width: 100vw;
  }

  .v-main--full .v-main__content {
    width: 100vw;
  }

  .v-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .v-header__left {
    width: 100%;
  }

  .v-header__right {
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .v-header__profile-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .v-page-body__wrapper {
    padding: 10px 0;
  }

  .v-page-body__grid {
    row-gap: 15px;
  }

  .v-page-body__grid--column4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-page-body__grid--column3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-page-body__grid--column2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-page-body__column {
    row-gap: 15px;
  }

  .v-page-body__column--column2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .v-page-body__column--column3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .v-page-body__column--column4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .v-form-item-add__body {
    margin-bottom: 15px;
  }
}

@media (max-width: 540px) {
  .v-form-item-add__footer-middle {
    margin-left: 0;
  }

  .v-form-item-add__footer-right {
    position: relative;
    margin-left: auto;
  }
}

@media (max-width: 500px) {
  .v-modal__content--x-center {
    width: 100%;
  }

  .v-dialog--size-lg {
    width: 100%;
  }

  .v-dialog--size-xl {
    width: 100%;
  }

  .v-modal--settingsForm .v-dialog__checkboxes {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .v-dropdown--notification .v-dropdown__wrap-content {
    right: unset;
    left: 0;
  }

  .v-dropdown--notification .v-dropdown__wrap-content {
    width: 200px;
  }
}

@media (max-width: 420px) {
  .v-header__clock {
    display: none;
  }
}