﻿@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  color: darkgray;
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5298b9;
  --secondary: #ebedf2;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #2f2e38;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgba(82, 152, 185, 0.85);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7c8fac;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1740px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(206.56, 226.16, 235.4);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(165.04, 201.44, 218.6);
}

.table-hover .table-primary:hover {
  background-color: rgb(188.4056790123, 215.3513580247, 228.0543209877);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(188.4056790123, 215.3513580247, 228.0543209877);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(249.4, 249.96, 251.36);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(244.6, 245.64, 248.24);
}

.table-hover .table-secondary:hover {
  background-color: rgb(233.9454545455, 236.0509090909, 241.3145454545);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(233.9454545455, 236.0509090909, 241.3145454545);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(196.76, 196.48, 199.28);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(146.84, 146.32, 151.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(183.76, 183.4175, 186.8425);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(183.76, 183.4175, 186.8425);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(172.7716049383, 206.0432098765, 221.7283950617);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #7c8fac;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 4px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  gap: 10px;
  display: flex;
  justify-content: center;
  color: var(--primary);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(65.8950617284, 131.7901234568, 162.8549382716);
  border-color: rgb(62.2222222222, 124.4444444444, 153.7777777778);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107.95, 167.45, 195.5, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(62.2222222222, 124.4444444444, 153.7777777778);
  border-color: rgb(58.549382716, 117.0987654321, 144.700617284);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107.95, 167.45, 195.5, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(211.8181818182, 216.1363636364, 226.9318181818);
  border-color: rgb(204.0909090909, 209.1818181818, 221.9090909091);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(204.7, 207, 211.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.0909090909, 209.1818181818, 221.9090909091);
  border-color: rgb(196.3636363636, 202.2272727273, 216.8863636364);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204.7, 207, 211.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #2f2e38;
  border-color: #2f2e38;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(29.375, 28.75, 35);
  border-color: rgb(23.5, 23, 28);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(78.2, 77.35, 85.85, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2f2e38;
  border-color: #2f2e38;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.5, 23, 28);
  border-color: rgb(17.625, 17.25, 21);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78.2, 77.35, 85.85, 0.5);
}

.btn-outline-primary {
  color: #5298b9;
  border-color: #5298b9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5298b9;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.5);
}

.btn-outline-secondary {
  color: #ebedf2;
  border-color: #ebedf2;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ebedf2;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #2f2e38;
  border-color: #2f2e38;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2f2e38;
  border-color: #2f2e38;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 56, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2f2e38;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f2e38;
  border-color: #2f2e38;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 56, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--link-secondary-color);
  text-decoration: none;
}
.btn-link:hover {
  color: rgba(82, 152, 185, 0.85);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5298b9;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5298b9;
  background-color: #5298b9;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(172.7716049383, 206.0432098765, 221.7283950617);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(209.0802469136, 227.6604938272, 236.4197530864);
  border-color: rgb(209.0802469136, 227.6604938272, 236.4197530864);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5298b9;
  background-color: #5298b9;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 152, 185, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(82, 152, 185, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 152, 185, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 152, 185, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(172.7716049383, 206.0432098765, 221.7283950617);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(172.7716049383, 206.0432098765, 221.7283950617);
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5298b9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(209.0802469136, 227.6604938272, 236.4197530864);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5298b9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(209.0802469136, 227.6604938272, 236.4197530864);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #5298b9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(209.0802469136, 227.6604938272, 236.4197530864);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5298b9;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgba(82, 152, 185, 0.85);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #5298b9;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(62.2222222222, 124.4444444444, 153.7777777778);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 152, 185, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #ebedf2;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(204.0909090909, 209.1818181818, 221.9090909091);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #2f2e38;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(23.5, 23, 28);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 46, 56, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(42.64, 79.04, 96.2);
  background-color: rgb(220.4, 234.4, 241);
  border-color: rgb(206.56, 226.16, 235.4);
}
.alert-primary hr {
  border-top-color: rgb(188.4056790123, 215.3513580247, 228.0543209877);
}
.alert-primary .alert-link {
  color: rgb(26.9770786517, 50.0062921348, 60.8629213483);
}

.alert-secondary {
  color: rgb(122.2, 123.24, 125.84);
  background-color: rgb(251, 251.4, 252.4);
  border-color: rgb(249.4, 249.96, 251.36);
}
.alert-secondary hr {
  border-top-color: rgb(233.9454545455, 236.0509090909, 241.3145454545);
}
.alert-secondary .alert-link {
  color: rgb(97.0742138365, 97.9003773585, 99.9657861635);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(24.44, 23.92, 29.12);
  background-color: rgb(213.4, 213.2, 215.2);
  border-color: rgb(196.76, 196.48, 199.28);
}
.alert-dark hr {
  border-top-color: rgb(183.76, 183.4175, 186.8425);
}
.alert-dark .alert-link {
  color: rgb(0.94, 0.92, 1.12);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5298b9;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5298b9;
  border-color: #5298b9;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(42.64, 79.04, 96.2);
  background-color: rgb(206.56, 226.16, 235.4);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(42.64, 79.04, 96.2);
  background-color: rgb(188.4056790123, 215.3513580247, 228.0543209877);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(42.64, 79.04, 96.2);
  border-color: rgb(42.64, 79.04, 96.2);
}

.list-group-item-secondary {
  color: rgb(122.2, 123.24, 125.84);
  background-color: rgb(249.4, 249.96, 251.36);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(122.2, 123.24, 125.84);
  background-color: rgb(233.9454545455, 236.0509090909, 241.3145454545);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.2, 123.24, 125.84);
  border-color: rgb(122.2, 123.24, 125.84);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(24.44, 23.92, 29.12);
  background-color: rgb(196.76, 196.48, 199.28);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(24.44, 23.92, 29.12);
  background-color: rgb(183.76, 183.4175, 186.8425);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.44, 23.92, 29.12);
  border-color: rgb(24.44, 23.92, 29.12);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #5298b9 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(62.2222222222, 124.4444444444, 153.7777777778) !important;
}

.bg-secondary {
  background-color: #ebedf2 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(204.0909090909, 209.1818181818, 221.9090909091) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #2f2e38 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(23.5, 23, 28) !important;
}

.bg-white {
  background-color: var(--bg-block-color) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #5298b9 !important;
}

.border-secondary {
  border-color: #ebedf2 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #2f2e38 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1800px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #5298b9 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(54.8765432099, 109.7530864198, 135.6234567901) !important;
}

.text-secondary {
  color: #ebedf2 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(188.6363636364, 195.2727272727, 211.8636363636) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #2f2e38 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(11.75, 11.5, 14) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #7c8fac !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.visually-hidden:not(:focus):not(:active), input[type=checkbox].visually-hidden, input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-size: 14px;
  background-color: #efeff5;
  color: #2f2e38;
  word-break: break-word;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.ais-form-separators {
  width: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1790px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.select2 {
  border: 1px solid #ced4da !important;
}

.select2-selection {
  border: none !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: var(--bg-block-color);
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--bg-block-color);
  border: 1px solid #00447e;
  border-radius: 0;
  color: #00447e;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2f2e38;
  line-height: 28px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #00447e;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #00447e;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #00447e;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 16px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #00447e;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #00447e;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #00447e;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #00447e;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #00447e;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #00447e;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #00447e;
}

/* Стандартная кнопка */
.ais-btn {
  min-width: 100px;
  min-height: 34px;
  padding: 5px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: var(--secondary-text-color);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--base-button-color);
  background-repeat: no-repeat;
  background-position: 10px;
  /* Кнопка добавить */
  /* Кнопка поиска */
  /* Кнопка отмены, очистить и т.д (серый цвет) */
}
.ais-btn:hover:not([disabled]) {
  color: var(--secondary-text-color) !important;
  opacity: 0.85;
}
.ais-btn:active {
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.45);
}
.ais-btn--add {
  padding-left: 35px;
  background-image: url("/img/add.svg");
  background-size: 14px;
}
.ais-btn--search {
  padding-left: 35px;
  background-image: url("/img/search.svg");
  background-size: 16px;
}
.ais-btn--cancel {
  /*padding-left: 35px;
  background-image: url('/img/garbage.svg');
  background-size: 16px;*/
  background-color: var(--bg-block-color);
  color: var(--text-color);
}
.ais-btn--cancel:hover:not([disabled]) {
  color: #2f2e38 !important;
  background-color: var(--secondary-button-hover-bg-color);
}

button[disabled],
html input[disabled] {
  color: darkgray;
  cursor: default;
}

.ais-btn[disabled] {
  color: #add7eb;
  cursor: default;
  opacity: 0.5;
}
.ais-btn[disabled] svg {
  fill: #add7eb;
}

/* Кнопки без текста */
.ais-btn-small {
  position: relative;
  min-width: 40px;
  max-width: 40px;
  height: 35px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  /* Знак равно */
  /* Кнопка добавить, без текста */
  /* Кнопка удалить, без текста */
  /* Кнопка изменить, без текста */
  /* Кнопка изменить, без текста */
}
.ais-btn-small--equal {
  background-image: url("/img/equal.svg");
}
.ais-btn-small--add {
  background-image: url("/img/add.svg");
  background-color: #1dc9b7;
  background-size: 23px;
}
.ais-btn-small--delete {
  background-color: #fd397a;
  background-image: url("/img/delete.svg");
}
.ais-btn-small--edit {
  background-image: url("/img/edit.svg");
}
.ais-btn-small--output {
  background-image: url("/img/output.svg");
}

/* Стили для кнопок со стрелками */
.ais-btn-arrow {
  position: relative;
  min-width: 45px;
  max-width: 45px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  /* Одиночные стрелки */
  /* Двойные стрелки */
}
.ais-btn-arrow--right {
  background-image: url("/img/arrow-right.svg");
}
.ais-btn-arrow--left {
  background-image: url("/img/arrow-left.svg");
}
.ais-btn-arrow--double-right {
  background-image: url("/img/double-arrow-right.svg");
}
.ais-btn-arrow--double-left {
  background-image: url("/img/double-arrow-left.svg");
}
.ais-btn-arrow--down {
  background-image: url("/img/arrow-down.svg");
}
.ais-btn-arrow--up {
  background-image: url("/img/arrow-up.svg");
}

.ais-form-action-buttons button {
  padding: 0;
  margin-right: 5px;
  color: var(--primary);
  border: 0;
  background: transparent;
}
.ais-form-action-buttons button:last-child {
  margin-right: 0;
}

/* Форма */
.ais-fieldset {
  padding: 0px 15px 15px 15px;
  margin: 0;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
}

.ais-legend {
  width: auto;
  max-width: 520px;
  padding: 7px 10px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1cac81;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
}

.ais-label {
  word-break: break-word;
}

/*ВРЕМЕННО*/
label {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
}

.main-wrapper.main-wrapper-column {
  flex-direction: column;
}

.main-wrapper-content {
  width: 100%;
  min-height: 100vh;
  padding-left: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-container {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

/* Стандартное оформление select и input */
.ais-input, .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-coll > div > select,
.ais-form-coll > div > span,
.ais-form-coll > div > textarea,
.ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-coll > div > div > select,
.ais-form-coll > div > div > span,
.ais-form-coll > div > div > textarea {
  display: block;
  width: 100%;
  /*min-height: 35px;*/
  padding: 5px 10px;
  font: inherit;
  font-size: 14px;
  color: var(--text-color);
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: var(--bg-block-color);
}
.ais-input:hover, .ais-form-coll > div > input:hover:not([type=checkbox]),
.ais-form-coll > div > select:hover,
.ais-form-coll > div > span:hover,
.ais-form-coll > div > textarea:hover,
.ais-form-coll > div > div > input:hover:not([type=checkbox]),
.ais-form-coll > div > div > select:hover,
.ais-form-coll > div > div > span:hover,
.ais-form-coll > div > div > textarea:hover {
  border: 1px solid var(--primary);
}
.ais-input:active, .ais-form-coll > div > input:active:not([type=checkbox]),
.ais-form-coll > div > select:active,
.ais-form-coll > div > span:active,
.ais-form-coll > div > textarea:active,
.ais-form-coll > div > div > input:active:not([type=checkbox]),
.ais-form-coll > div > div > select:active,
.ais-form-coll > div > div > span:active,
.ais-form-coll > div > div > textarea:active, .ais-input:focus, .ais-form-coll > div > input:focus:not([type=checkbox]),
.ais-form-coll > div > select:focus,
.ais-form-coll > div > span:focus,
.ais-form-coll > div > textarea:focus,
.ais-form-coll > div > div > input:focus:not([type=checkbox]),
.ais-form-coll > div > div > select:focus,
.ais-form-coll > div > div > span:focus,
.ais-form-coll > div > div > textarea:focus {
  border: 1px solid var(--primary);
  box-shadow: 0 0 0 2px var(--primary-025);
  outline: none;
}
.ais-input:disabled, .ais-form-coll > div > input:disabled:not([type=checkbox]),
.ais-form-coll > div > select:disabled,
.ais-form-coll > div > span:disabled,
.ais-form-coll > div > textarea:disabled,
.ais-form-coll > div > div > input:disabled:not([type=checkbox]),
.ais-form-coll > div > div > select:disabled,
.ais-form-coll > div > div > span:disabled,
.ais-form-coll > div > div > textarea:disabled {
  background-color: #eaeaea;
  border-color: #ced4da;
  box-shadow: none;
}

select ~ .select2-container {
  display: block;
  width: 100%;
  padding: 0 10px;
  font: inherit;
  font-size: 16px;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #ffffff;
}

/* Группы формы */
.ais-form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ais-form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* В две колонки */
.ais-form-group-cols {
  display: flex;
  justify-content: space-between;
}

.ais-form-group-cols .ais-fieldset {
  width: 49%;
}

/*
    стилизация чекбоксов
*/
.ais-checkbox {
  width: auto !important;
  padding: 6px 0;
}

.ais-checkbox-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
.ais-checkbox-text::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0;
  background-color: transparent;
  border-radius: 2px;
}
.ais-checkbox-text::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: var(--bg-block-color);
}
.ais-checkbox-text.left {
  padding: 0 0 0 30px;
}
.ais-checkbox-text.left::before {
  top: 2px;
  left: 4px;
  z-index: 2;
}
.ais-checkbox-text.left::after {
  top: 0px;
  left: 2px;
}
.ais-checkbox-text.right {
  padding: 0 30px 0 0;
}
.ais-checkbox-text.right::before {
  top: 2px;
  right: 4px;
  z-index: 2;
}
.ais-checkbox-text.right::after {
  top: 0px;
  right: 2px;
}

.ais-checkbox input:checked + .ais-checkbox-text::before {
  background: var(--primary);
}

.ais-checkbox input:hover + .ais-checkbox-text::after,
.ais-checkbox input:focus + .ais-checkbox-text::after {
  border-color: var(--primary);
}

.ais-radio-input + .ais-checkbox-text::before, .ais-radio-input + .ais-checkbox-text::after {
  border-radius: 50%;
}

/***************** Конец стилизации чекбоксов *****************/
.ais-form-group-file {
  justify-content: flex-start;
  margin: 3px 0;
}

.ais-form-group-file .ais-input, .ais-form-group-file .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-file .ais-form-coll > div > select,
.ais-form-group-file .ais-form-coll > div > span,
.ais-form-group-file .ais-form-coll > div > textarea,
.ais-form-group-file .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-file .ais-form-coll > div > div > select,
.ais-form-group-file .ais-form-coll > div > div > span,
.ais-form-group-file .ais-form-coll > div > div > textarea {
  border: 0;
  padding-left: 0;
}

.ais-form-group-textarea {
  margin: 3px 0;
}

/* Обертка для таблиц */
.ais-table-wrapper {
  max-width: 1110px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  padding: 0 0 50px;
}

.ais-main-table {
  width: 100%;
  border-collapse: collapse;
}

/* Заголовок таблицы */
.ais-table-caption {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  caption-side: top;
}

/* Строки */
.ais-main-table tbody tr:hover {
  background-color: #f7f8fa;
}

/* Колонки */
.ais-main-table th,
.ais-main-table td {
  padding: 10px;
  color: #414b4c;
  text-align: left;
  border: 1px solid #ebedf2;
}

.ais-main-table th {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

/* Чекбокс в таблице */
.ais-main-table .ais-check-label {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.ais-main-table .center {
  text-align: center;
}

.report-dogovor-table {
  overflow: hidden;
  /*.k-detail-row:nth-child(2) {
      .k-detail-cell {
          //width: 1445px !important;
          width: 1260px !important;
      }
  }*/
  /*.k-detail-row.k-alt {
      .k-detail-cell {
          min-width: 1445px;
          width: 1445px;
      }
  }*/
}
.report-dogovor-table .k-detail-row .k-detail-cell {
  padding: 0px;
  position: relative;
  max-width: 100%;
  /* .k-detail-cell {
      min-width: 1099px;
      width: 1099px;
  }*/
}
.report-dogovor-table .k-detail-row td {
  word-break: break-word;
}
.report-dogovor-table .k-grid-header tr:first-child th:nth-child(2) {
  vertical-align: middle;
}
.report-dogovor-table .k-grid-header tr:first-child .k-hierarchy-cell.k-header {
  border-bottom: none;
}
.report-dogovor-table .k-grid-header th:not(.k-hierarchy-cell.k-header) {
  border-color: #ced4da;
}
.report-dogovor-table .k-grid-header th.k-header {
  text-wrap: wrap;
}
.report-dogovor-table .report-dogovor-table-multilevel .k-grid-header tr:first-child th:nth-child(2) {
  border-left-color: #fff;
}
.report-dogovor-table .k-detail-row.k-alt .k-detail-cell .k-detail-row .k-master-row {
  /*display: flex;*/
}
.report-dogovor-table .k-detail-row.k-alt .k-detail-cell .k-detail-row .k-master-row td {
  width: auto !important;
}
.report-dogovor-table.report-dogovor-table-billing .k-grid-header th {
  vertical-align: inherit !important;
  text-align: center !important;
}
.report-dogovor-table.report-dogovor-table-billing td {
  vertical-align: inherit;
  text-align: left;
}
.report-dogovor-table.report-dogovor-table-billing td.k-grid-td-number {
  text-align: right;
}

.footer {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2;
  background-color: var(--bg-block-color);
  margin-top: auto;
}

.footer .container {
  height: 100%;
}

.footer-copy {
  padding: 0 15px;
  color: #808080;
}

.footer-copy-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100px;
  opacity: 0.35;
  transition: all 0.2s ease;
  display: none;
}

.scroll-to-top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scroll-to-top:hover {
  opacity: 1;
}

.scroll-to-top svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/***** Шапка ******/
.header {
  min-height: 52px;
  padding-right: 10px;
  min-width: auto;
  background-color: var(--navbar-color);
}

.header .container {
  max-width: 1920px;
  width: 100%;
  min-height: inherit;
  padding: 0 5px 0 0;
}

/***** Логотип в шапке ******/
.header-logo {
  min-height: inherit;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 15px 0 15px;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 484px) {
  .header-logo {
    padding: 0 5px 0 5px;
  }
}

.header-logo img {
  width: 180px;
  height: 40px;
  /*@media(max-width: 1350px) {
      width: 120px;
      height: auto;
  }*/
  /*@media (max-width:767px) {
      width: 100px;
      height: auto;
  }*/
}
@media (max-width: 1452px) {
  .header-logo img {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 791px) {
  .header-logo img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 484px) {
  .header-logo img {
    width: 70px;
  }
}

/***** Subheader ******/
.subheader {
  position: relative;
  min-height: 48px;
  background-color: #f7f7f7;
}

.subheader .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .subheader .container {
    padding-left: 100px;
  }
}

.subheader-nav {
  width: 100%;
  display: flex;
  align-items: center;
}

/* Хлебные крошки */
.subheader-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.subheader-breadcrumbs li {
  color: #808080;
}

.subheader-breadcrumbs-item {
  font-size: 14px;
  color: #808080;
}
.subheader-breadcrumbs-item:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}
.subheader-breadcrumbs-item:active {
  color: var(--link-active-color);
}
.subheader-breadcrumbs-item--home {
  color: #007bff;
  font-weight: 500;
}

.subheader-breadcrumbs li {
  position: relative;
  padding-right: 15px;
}
.subheader-breadcrumbs li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #808080;
}
.subheader-breadcrumbs li:last-child::after {
  content: none;
}

@media (max-width: 1199px) {
  .subheader-nav {
    margin-left: 50px;
  }
}
/***** Главная навигация ******/
.main-nav {
  min-height: inherit;
  height: 100%;
  display: flex;
  align-items: center;
}

/***** Главное меню ******/
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1024px;
  margin: 0 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
}
.main-menu.main-menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-menu {
    margin-right: 0px;
  }
}
@media (max-width: 1392px) {
  .main-menu.main-menu-laptop {
    display: none;
  }
  .main-menu.main-menu-mobile {
    display: flex;
    align-items: center;
  }
}

.main-menu li {
  margin-left: 10px;
}

.main-menu > li {
  position: relative;
  max-width: 180px;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.main-menu > li > a {
  display: flex;
  align-items: stretch;
  text-align: right;
  text-decoration: none;
}

.main-menu li:first-child {
  margin-left: 0;
}

.main-menu a {
  padding: 5px 15px;
  color: var(--navbar-link-color);
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
  /*@media (max-width:484px) {
      padding: 5px 5px;
  }*/
}
@media (max-width: 823px) {
  .main-menu a {
    padding: 5px 5px;
  }
}

.main-menu a:hover,
.main-menu a:focus,
.main-link-current {
  background-color: var(--navbar-color-bg);
  color: var(--navbar-link-hover-color);
}

.main-menu a:active {
  background-color: var(--navbar-color-bg);
  color: var(--navbar-link-active-color);
}

.main-menu .submenu {
  top: 100% !important;
}

/***** Пользовательское меню *****/
.user-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 auto;
  min-height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  height: inherit;
}

.user-menu li {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .user-menu li {
    margin-left: 8px;
  }
}

.user-menu li:first-child {
  margin-left: 0;
}

.user-menu a {
  color: var(--navbar-link-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.ais-user-name-menu {
  max-width: 98px;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ais-user-name-menu {
    display: none !important;
  }
}

/***** Подменю *****/
a.sublist {
  position: relative;
  padding: 5px 30px 5px 15px;
}

/* Стрелки для обозначения того, что элемент меню открывает подменю */
.sublist::before,
.sublist::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 1px;
  background-color: #9a9a9a;
}

.sublist::before {
  transform: rotate(-43deg);
}

.sublist::after {
  transform: rotate(43deg);
  right: 12px;
}

.sublist:focus {
  background-color: #26252d;
}

.sublist:hover::before,
.sublist:focus::before,
.sublist:hover::after,
.sublist:focus::after {
  background-color: #ffffff;
}

/* Стилизуем подменю */
.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 76px;
  width: 275px;
  padding: 20px 0;
  display: none;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.submenu li {
  margin: 0;
  transition: all 0.2s ease;
}

/* Недоступные элементы меню */
.submenu li.disabled {
  background-color: #f6f6fd !important;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.submenu li.disabled .fa-circle {
  color: var(--navbar-link-hover-color) !important;
}

/* ************************* */
/* Вместо ссылки при наведении выделяем весь пункт подменю */
.submenu li:hover,
.submenu li:focus {
  background-color: #f6f6fd;
}

.submenu li:hover a,
.submenu li:focus a {
  color: var(--link-hover-color);
}

.submenu li:active a {
  color: var(--link-hover-color);
}

.submenu a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  line-height: 18px;
  color: var(--link-secondary-color);
  text-decoration: none;
}

.submenu .fa-circle {
  display: inline-block;
  width: 20px;
  font-size: 7px;
  color: #808080;
}

.submenu li:hover .fa-circle {
  color: var(--link-hover-color);
}

/* Отменяем наведение на ссылку в подменю */
.submenu a:hover,
.submenu a:focus {
  background-color: transparent;
  color: var(--link-hover-color);
}

.submenu-show {
  display: block;
}

.sublist-user-menu-wrapper {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
}

.sublist-user-menu-wrapper a.sublist,
.sublist-user-menu-wrapper .user-menu-login-link {
  min-height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: right;
  word-break: break-all;
}

.sublist-user-menu-wrapper .submenu {
  top: 100%;
}

.submenu-big-wrap {
  position: relative;
}

.submenu-big {
  width: max-content;
  max-width: 1150px;
}

.submenu-big-wrap ul.submenu-big {
  top: 100% !important;
  right: 0;
}

.submenu-group-wrap {
  display: flex;
  max-width: 1150px;
  flex-wrap: wrap;
}

.submenu-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu-group-title {
  padding: 10px 30px;
}

li.submenu-group-title:hover {
  background-color: #ffffff;
}

.submenu-group b {
  color: #b1afbc;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 1480px) {
  .submenu-big {
    max-width: 920px;
  }
}
@media (max-width: 1200px) {
  .submenu-big {
    max-width: 450px;
  }
}
@media (max-width: 555px) {
  .submenu-big-wrap ul.submenu-big {
    right: -70px;
  }
}
@media (max-width: 484px) {
  .submenu-big {
    max-width: 300px;
  }
}
.main-menu-mobile > li {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main-menu-mobile > li > a {
  width: 100%;
  display: flex;
  align-items: stretch;
  text-align: right;
  text-decoration: none;
  padding: 5px 25px 5px 0;
  color: #414b4c;
  transition: all 0.2s ease;
  text-decoration: none;
  padding-bottom: 7px;
  font-size: 17px;
  border-bottom: 1px solid #ebedf2;
}
.main-menu-mobile > li > a:hover, .main-menu-mobile > li > a:focus {
  background-color: #fff;
  color: var(--link-hover-color);
}
.main-menu-mobile > li > a:active {
  color: var(--link-active-color);
}
.main-menu-mobile .divider {
  border: 0.5px solid #eaeaea;
  width: calc(100% - 54px);
  margin-left: 27px;
}
.main-menu-mobile .submenu {
  top: 100% !important;
  width: 100%;
  padding: 0;
}
.main-menu-mobile .submenu li a {
  padding-bottom: 15px;
}
.main-menu-mobile .sublist:hover::before,
.main-menu-mobile .sublist:focus::before,
.main-menu-mobile .sublist:hover::after,
.main-menu-mobile .sublist:focus::after {
  background-color: var(--link-hover-color);
}

@media (max-width: 375px) {
  .user-menu-item {
    width: 50px;
  }
  .user-menu-icons {
    width: 100%;
  }
}
.menu-header-button:hover .menu-header-wrapper {
  display: block;
  position: absolute;
}

.menu-header-button:focus .menu-header-wrapper {
  display: block;
  position: absolute;
}

.user-menu > li {
  position: relative;
  max-width: 260px;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.menu-header-wrapper {
  animation: moving 3s;
  -webkit-transition: 2s ease;
  transform: scale(1);
}

@keyframes moving {
  0% {
    transform: translateY(20px);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.control-panel-menu-icon {
  position: relative !important;
  margin: 5px 15px !important;
  top: 0 !important;
}

@media (max-width: 570px) {
  .main-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .user-menu-icons {
    justify-content: space-around;
  }
  .header {
    padding-right: 0;
  }
  .header .container {
    padding-right: 0;
  }
  .ais-menu-left-sidebar-btn {
    left: 10px !important;
    margin-left: 0 !important;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.3s all;
}

/* Кнопка открытия левого сайдбара */
.ais-menu-left-sidebar-btn {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: transparent;
  border: none;
  outline: none !important;
  transition: all 0.4s ease;
  cursor: pointer;
}

.ais-menu-left-sidebar-btn span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--navbar-link-color);
}
.ais-menu-left-sidebar-btn span::before, .ais-menu-left-sidebar-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  min-height: 3px;
  content: "";
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--navbar-link-color);
}
.ais-menu-left-sidebar-btn span::before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: -9px;
  left: auto;
  right: 0;
  width: 50%;
}
.ais-menu-left-sidebar-btn span::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: auto;
  bottom: -9px;
  right: 0;
  width: 75%;
}

.ais-menu-left-sidebar-btn:hover span,
.ais-menu-left-sidebar-btn:hover span::before,
.ais-menu-left-sidebar-btn:hover span::after {
  width: 100%;
  background-color: var(--link-hover-color);
}

.ais-menu-left-sidebar-btn:active span,
.ais-menu-left-sidebar-btn:active span::before,
.ais-menu-left-sidebar-btn:active span::after {
  background-color: #5298b9;
}

/* левый sidebar */
.ais-menu-sidebar {
  position: fixed;
  z-index: 101;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  padding: 20px 20px 20px;
  background-color: var(--bg-block-color);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  visibility: hidden;
  transition: all ease;
  transition-duration: 0.8s;
}

.ais-menu-sidebar-header {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.ais-left-menu-sidebar .ais-menu-sidebar-header {
  margin-bottom: 20px;
}

.ais-right-menu-sidebar .ais-menu-sidebar-header {
  margin-bottom: 20px;
}

.ais-menu-sidebar-title {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
}

.ais-left-menu-sidebar {
  left: -300px;
}

/* 
    увеличиваем ширину правого сайдбара
    расположение правого сайдбара в закрытом виде
*/
.ais-right-menu-sidebar {
  width: 425px;
  right: -445px;
}
@media (max-width: 767px) {
  .ais-right-menu-sidebar {
    width: 300px;
  }
}

.ais-left-sidebar-nav {
  overflow: auto;
}

.ais-left-sidebar-show {
  left: 0;
  visibility: visible;
}

.ais-right-sidebar-show {
  right: 0;
  visibility: visible;
}

.ais-btn-close {
  position: relative;
  display: inline-block;
  margin-left: auto;
  padding: 14px;
  border: none;
  border-radius: 4px;
  background-color: var(--bg-color);
}
.ais-btn-close:hover {
  background-color: var(--link-hover-color);
}
.ais-btn-close:active {
  background-color: #5298b9;
}

.ais-btn-close span {
  position: absolute;
  left: 20%;
  top: 44%;
  display: block;
  width: 60%;
  height: 3px;
  background-color: #cacad7;
  transform: rotate(45deg);
}
.ais-btn-close span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #cacad7;
  transform: rotate(90deg);
}

.ais-btn-close:hover span,
.ais-btn-close:hover span::before {
  background-color: #ffffff;
}

/* Наполнение меню в левом сайдбаре */
.ais-left-sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-sidebar-menu-list li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 15px;
  color: var(--link-secondary-color);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.ais-sidebar-menu-list li a:hover, .ais-sidebar-menu-list li a:focus {
  color: var(--link-hover-color);
}
.ais-sidebar-menu-list li a:active {
  color: #5298b9;
}

.ais-left-sidebar-nav .ais-sidebar-menu-inside-list {
  padding-bottom: 10px;
}

/*
    левый отступ у элементов меню находящихся под каким-либо заголовком
    для видимости того, что эти элементы принадлежат этому заголовку
*/
.ais-sidebar-menu-inside-list li a {
  padding-left: 5px;
}

.ais-sidebar-menu-item-heading {
  padding: 15px 0 5px;
  display: block;
  color: var(--text-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

.ais-sidebar-profile-heading {
  padding-bottom: 7px;
  font-size: 17px;
  color: #414b4c;
  border-bottom: 1px solid #ebedf2;
}

.ais-sidebar-request-count {
  color: #1cac81;
}

.ais-portfolio-info {
  max-width: 340px;
  display: flex;
  /*    margin-bottom: 20px;*/
}

.ais-portfolio-photo {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.ais-portfolio-photo img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .ais-portfolio-photo img {
    max-height: 40px !important;
    max-width: 40px !important;
  }
}

.ais-portfolio-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ais-portfolio-user-name {
  display: block;
  color: #2f2e38;
  font-size: 18px;
  font-weight: 500;
}

.ais-portfolio-contacts {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  max-width: 200px;
}

.ais-portfolio-mail {
  padding-left: 30px;
  color: #808080;
  background: url("../img/mail.svg") no-repeat;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ais-portfolio-mail:hover, .ais-portfolio-mail:focus {
  color: var(--link-hover-color);
}
.ais-portfolio-mail:active {
  color: #5298b9;
}

/* 
    # Статистика
    Группа без ссылок, некликабельные элементы
    для вывода статистики, например
*/
.ais-sidebar-menu-inside-list-without-link li {
  display: block;
  padding: 5px 0 5px 5px;
  font-size: 15px;
  color: var(--link-secondary-color);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.ais-portfolio-company-list li {
  margin-top: 5px;
}

.ais-portfolio-company-list li a {
  color: var(--link-secondary-color);
  font-weight: 400;
  font-size: 14px;
}
.ais-portfolio-company-list li a:hover, .ais-portfolio-company-list li a:focus {
  color: var(--link-hover-color);
}
.ais-portfolio-company-list li a:active {
  color: #5298b9;
}

/*.ais-portfolio-company-list .ais-portfolio-company:hover {
    cursor: pointer;
    text-decoration: underline;
    color: $link-active-color;
}*/
.ais-portfolio-company-list .ais-portfolio-active-company {
  padding: 5px;
  color: var(--link-hover-color);
  font-weight: 500;
}

.ais-sidebar-stat-count {
  color: #1cac81;
}
.ais-sidebar-stat-count-red {
  color: #fd397a;
}

.ais-menu-right-sidebar-btn {
  margin-left: auto;
  text-decoration: none;
}

/*
    # sidebar
    # Уведомления
*/
.ais-menu-sidebar-notice-header {
  align-items: flex-start;
}

.ais-menu-sidebar-title-wrap {
  display: flex;
  flex-direction: column;
}

.ais-menu-sidebar-notice-count {
  font-size: 14px;
  font-weight: 500;
  color: #1cac81;
}

.ais-notice-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.ais-notice-item {
  display: flex;
  padding: 10px;
}
.ais-notice-item:hover, .ais-notice-item:focus {
  text-decoration: none;
  background-color: #f7f8fa;
}

.ais-notice-icon {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  border-radius: 50%;
}

.ais-notice-item:hover .ais-notice-icon {
  background-color: #ebedf2;
}

.ais-notice-text {
  display: flex;
  max-width: 295px;
  flex-direction: column;
  margin-left: 20px;
  word-break: break-word;
}

.ais-notice-title {
  margin: 0;
  padding: 0;
  color: #5d5b6f;
  font-size: 16px;
  font-weight: 500;
}

.ais-notice-created {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #b3b1c2;
  font-weight: 300;
}

.ais-notice-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #b3b1c2;
  font-weight: 300;
}

.ais-sidebar-search-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.ais-sidebar-search {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
}

.ais-sidebar-search-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  cursor: text;
}

.ais-sidebar-search-cross {
  position: absolute;
  top: 50%;
  right: 5px;
  display: none;
  border: none;
  background: none;
  padding: 0;
  margin-top: -11px;
  font-size: 22px;
  color: #dedede;
}
.ais-sidebar-search-cross:hover, .ais-sidebar-search-cross:focus {
  color: var(--link-hover-color);
}
.ais-sidebar-search-cross:active {
  color: #5298b9;
}

.ais-sidebar-search input {
  width: 100%;
  height: inherit;
  padding: 5px 23px 5px 32px;
  border: none;
  border-bottom: 1px solid #dedede;
  font-weight: 500;
}

.ais-sidebar-search input:not(:empty) .ais-sidebar-search-cross {
  display: flex;
}

.ais-sidebar-search-item {
  display: flex;
  padding: 10px;
}

.ais-sidebar-search-item-icon {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.ais-sidebar-search-text {
  display: flex;
  max-width: 295px;
  flex-direction: column;
  margin-left: 20px;
  word-break: break-word;
}

.ais-sidebar-search-title {
  color: #5d5b6f;
  font-size: 16px;
  font-weight: 500;
}
.ais-sidebar-search-title:hover, .ais-sidebar-search-title:focus {
  color: var(--link-hover-color);
  text-decoration: none;
}
.ais-sidebar-search-title:active {
  color: #5298b9;
}

.ais-sidebar-search-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #b3b1c2;
  font-weight: 300;
}

.profile--exit-button {
  background-image: url(/img/chat--exit-blue-color.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px 4px 20px;
}

.profile--exit-button:hover {
  background-color: rgba(171, 215, 236, 0.4901960784);
  padding: 0px 0px 4px 20px;
}

.profile--exit-button:active {
  background-color: #abd7ec;
  padding: 0px 0px 4px 20px;
}

.prolile--edit-button {
  background-image: url(/img/profile--edit-button.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px 10px 30px;
  margin-left: 10px;
}

.prolile--edit-button:hover {
  background-color: rgba(171, 215, 236, 0.4901960784);
  padding: 0px 0px 10px 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.prolile--edit-button:active {
  background-color: #abd7ec;
  padding: 0px 0px 10px 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.profile--download-button {
  background-image: url(/img/profile--download-button.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px 10px 30px;
  margin-left: 5px;
}

.profile--download-button:hover {
  background-color: rgba(171, 215, 236, 0.4901960784);
  padding: 0px 0px 10px 30px;
  border-radius: 50%;
  margin-left: 5px;
}

.profile--download-button:active {
  background-color: #abd7ec;
  padding: 0px 0px 10px 30px;
  border-radius: 50%;
  margin-left: 5px;
}

.ais-sidebar-control {
  display: inline-block;
  padding: 5px 0px 0px 5px;
  font-size: 15px;
  color: var(--link-secondary-color);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.ais-sidebar-control :hover {
  display: inline-block;
  padding: 5px 0px 0px 5px;
  font-size: 15px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.ais-sidebar-control :focus {
  display: inline-block;
  padding: 5px 0px 0px 5px;
  font-size: 15px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.ais-sidebar-control :active {
  display: inline-block;
  padding: 5px 0px 0px 5px;
  font-size: 15px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #3a3847;
  background-clip: padding-box;
  border-radius: 10px !important;
}
.dropdown-list .dropdown-list li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
.dropdown-list .dropdown-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.dropdown-list .dropdown-list li a:hover, .dropdown-list .dropdown-list li a:hover i, .dropdown-list .dropdown-list li a:focus {
  background-color: var(--link-hover-color);
  color: #fff;
}

.btn-group.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown .dropdown-content {
  position: absolute;
  top: 0;
  left: 98px;
  z-index: 99;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #3a3847;
  background-clip: padding-box;
  border-radius: 10px !important;
}

.custom-dropdown .dropdown-item {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  clear: both;
  color: #ffffff;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  gap: 10px;
}

.custom-dropdown-light .dropdown-content {
  position: absolute;
  z-index: 99;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: var(--bg-block-color);
  background-clip: padding-box;
  border-radius: 10px !important;
  box-shadow: 0 10px 10px 0 rgba(51, 49, 62, 0.2);
}

.custom-dropdown-light .dropdown-item {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  gap: 10px;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown-light .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}

.custom-dropdown-light .dropdown-item:hover .svg-bar {
  fill: #ffffff;
}

.custom-dropdown.active .dropdown-content,
.custom-dropdown-light.active .dropdown-content {
  display: block;
}

.custom-dropdown .btn.dropdown-toggle::after,
.custom-dropdown-light .btn.dropdown-toggle::after {
  content: none !important;
}

.ais-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.ais-pagination {
  margin-left: auto;
  flex-wrap: wrap;
}

.ais-pagination-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.ais-pagination-list li {
  margin-right: 7px;
}
.ais-pagination-list li:last-child {
  margin-right: 0;
}
.ais-pagination-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  padding: 5px;
}

.btn-pagination {
  color: #666;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.btn-pagination svg {
  fill: #666;
}
.btn-pagination:hover, .btn-pagination.btn-pagination-active {
  background-color: var(--base-button-color);
  color: var(--secondary-text-color);
}
.btn-pagination:hover svg, .btn-pagination.btn-pagination-active svg {
  fill: var(--secondary-text-color);
}

.ais-pagination-list .pagination-divider {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}

.ais-circle-chart-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ais-circle-state-chart {
  width: 63%;
  height: 251px;
}

.ais-form-filter-order-stat {
  display: flex;
  width: 100%;
}

.ais-circle-chart-legend-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}

.ais-circle-chart-legend-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-circle-chart-legend-item {
  position: relative;
  width: 100%;
  min-height: 25px;
  margin-top: 20px;
  padding-left: 35px;
}
.ais-circle-chart-legend-item:first-child {
  margin-top: 0;
}
.ais-circle-chart-legend-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background-color: #999999;
  border-radius: 4px;
}
.ais-circle-chart-legend-item.turquoise::after {
  background-color: #66b7db;
}
.ais-circle-chart-legend-item.blue::after {
  background-color: #6794dc;
}
.ais-circle-chart-legend-item.purple::after {
  background-color: #6671dc;
}

.ais-circle-chart-legend-text {
  display: inline-block;
  padding: 0 10px;
  word-break: break-word;
  font-weight: 500;
}

/* фильтр статистики */
.ais-form-filter-order-stat .ais-form-group {
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.ais-form-filter-order-stat .ais-radio-label {
  display: flex;
  align-items: center;
}
.ais-form-filter-order-stat .ais-radio-label::before {
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  background-color: var(--primary);
  border-radius: 2px;
}
.ais-form-filter-order-stat .ais-radio-label::after {
  margin-left: 10px;
  border-radius: 4px;
}

.ais-form-filter-created-date {
  padding-bottom: 15px;
  margin: 20px 0;
  border-bottom: 1px solid #ebedf2;
}

.ais-form-group-title {
  font-size: 18px;
  font-weight: 500;
}

.ais-created-order-chart {
  width: 100%;
  height: 251px;
}

.ais-form-filter-created-date {
  display: flex;
  align-items: center;
  width: 100%;
}

.ais-docs-statistic-chart {
  width: 100%;
  height: 251px;
}

main {
  margin-top: 20px;
  padding-bottom: 20px;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-VariableFont_wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.btn {
  font-size: 14px !important;
}

.h-fill {
  height: -webkit-fill-available;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.docs-background {
  background: linear-gradient(to right, #FFFFFF 0%, #FBFCFC 96%, #F5F5F5 100%);
}

.maxh-36 span {
  max-height: 36px;
}

.minh-36 {
  min-height: 36px;
}

.mh-auto {
  min-height: auto !important;
}

.min-h-fit {
  min-height: fit-content !important;
}

.min-w-fit {
  min-width: fit-content !important;
}

.w-fit-content {
  width: fit-content !important;
}

.sp-p0 span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.h-36 {
  height: 36px !important;
}

.w-36 {
  width: 36px !important;
}

.mw-130 {
  min-width: 130px;
}

.mw-100 {
  min-width: 100px;
}

.mw-400 {
  min-width: 400px;
}

.s-36 {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  min-width: 36px !important;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.form-control {
  font-size: 14px;
  background-color: var(--bg-block-color);
  color: var(--text-color);
}

select ~ .select2-container {
  background-color: var(--bg-block-color);
}

.border-0-table {
  border: none !important;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600 !important;
}

.font-14 {
  font-size: 14px;
}

.pointer {
  cursor: pointer;
}

input[name="ref.Matching.Solution"]:checked + span.ais-checkbox-text {
  font-weight: 500 !important;
}

.table-responsive {
  overflow: visible;
}

.alert {
  z-index: 19 !important;
}

.shadow-none {
  box-shadow: none !important;
}

.extension-block-text {
  color: #C5C5C5;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 12px;
  text-transform: uppercase;
  word-break: normal;
}

.extension-block-arch-text {
  color: #e51717;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  word-break: normal;
}

.extension-block {
  display: flex;
  height: 24px;
  min-width: 52px;
  width: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F7F7F7;
}

.extension-block-arch {
  display: flex;
  height: 24px;
  min-width: 52px;
  width: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: dashed 1px #e51717;
}

.dashed-line {
  border: none;
  border-top: 1px dashed #D9D9D9;
  margin: auto 0;
}

.px8-line {
  border: none;
  border-top: 6px solid var(--bg-color);
  margin: auto 0;
}

span.size-12 {
  font-size: 12px;
  font-variation-settings: "OPSZ" 12;
}

span.size-16 {
  font-size: 16px;
  font-variation-settings: "OPSZ" 16;
}

span.size-20 {
  font-size: 20px;
  font-variation-settings: "OPSZ" 20;
}

span.size-24 {
  font-size: 24px;
  font-variation-settings: "OPSZ" 24;
}

span.size-32 {
  font-size: 32px;
  font-variation-settings: "OPSZ" 32;
}

span.size-48 {
  font-size: 48px;
  font-variation-settings: "OPSZ" 48;
}

span.w-400 {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0;
}

.frame-48 {
  width: 48px;
  height: 48px;
}

.nav-primary > li > a.active {
  background-color: var(--primary) !important;
}

.frame-32 {
  width: 32px;
  height: 32px;
}

.gap-4 {
  gap: 4px !important;
}

a {
  color: var(--link-color);
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-sb {
  width: 250px;
}

.pl-sb {
  padding-left: 250px;
}

.w-sb-mini {
  width: 80px;
}

.pl-sb-mini {
  padding-left: 80px;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

#document-types-list .list-group-item.active {
  background-color: #dae0e5 !important;
  border-color: rgba(0, 0, 0, 0.03) !important;
  color: black !important;
  font-weight: 600;
}

#document-types-list .list-group-item.active .badge {
  font-weight: 600;
}

.border-menu {
  border: 1px solid rgb(214, 219, 224) !important;
}

.end-0 {
  right: 0 !important;
}

.end-10 {
  right: 10px;
}

.top-auto {
  top: auto;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-540 {
  top: -540px;
}

.left-50 {
  left: 50%;
}

.ais-col-2 {
  width: calc((100% - 40px) / 6);
}

@media (max-width: 992px) {
  .ais-col-2 {
    width: 100%;
  }
}
.border-muted {
  border-color: #7c8fac !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

label.error {
  color: red;
  font-style: italic;
}

input.error,
select.error,
select.error ~ .select2-container {
  background-color: rgba(255, 0, 0, 0.1);
}

.left-bar-ratio-1-1-button {
  display: flex;
  width: 84px;
  height: 70px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 10px !important;
  background: var(--leftbar-color-but);
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--leftbar-color-but-link);
}

.svg-bar-span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.left-bar-ratio-1-1-button:hover {
  background: var(--primary);
  color: var(--leftbar-color-but-link-hover);
}

.left-bar-ratio-1-1-button:hover .svg-bar {
  fill: #ffffff;
}

.p-05 {
  padding: 2px !important;
}

.h-fit {
  height: fit-content !important;
}

.w-fit {
  width: fit-content !important;
}

.rai-bg {
  background-image: url(/img/rai-bg.jpg);
}

#left-bar-dark {
  background-color: var(--leftbar-color);
}

#left-bar-dark > div {
  top: var(--header-height, 60px);
  height: calc(100vh - var(--header-height, 60px));
  overflow-y: auto;
  overflow: visible;
}

.min-h-custom {
  min-height: calc(100vh - var(--header-height, 60px));
}

.select2 .select2-selection {
  background-color: inherit;
}

.input-with-buttons-wrapper .select2-selection__rendered {
  max-height: none;
}

.ais-blue {
  color: var(--primary);
}

@media (min-width: 992px) {
  .max-width-lg-380 {
    max-width: 380px !important;
  }
}
.docfile {
  width: 20px;
  height: 20px;
  display: table-cell;
  background-image: url(/img/icon_file.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.docfile.archived {
  background-image: url(/img/error.svg);
}

.documentfiles {
  width: 360px;
}

.documentfiles th {
  padding: 0;
}

.documentfiles td {
  padding: 5px;
}

.documentfiles td:nth-child(1) {
  width: 30px;
}

.documentfiles td:nth-child(3),
.documentfiles td:nth-child(4),
.documentfiles td:nth-child(5) {
  width: 23px;
}

input.adresat-required,
input.document-required,
input.basket-required {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.resultComment {
  margin: 0;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white !important;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
}

.select2-selection__placeholder {
  color: #999 !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875em;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.select2-selection__rendered {
  word-break: break-word;
  overflow: hidden;
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 12px;
}

.select2-results__option {
  white-space: normal;
  word-break: break-word;
}

/* single-row - select2 в одну строку и обрезка текста с многоточием */
.single-row .select2-container--default {
  padding-right: 20px;
}

.single-row .select2-container--default .select2-selection--single {
  overflow: hidden !important;
}

.single-row .select2-container--default .select2-selection__rendered {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: block !important;
}

.ais-form-group-creature-wrapper .ais-btn-group-wrapper-preview {
  padding-left: 0;
  display: flex;
}

.ais-validation-message, .ais-form-coll > div > div > label.error {
  color: #dc3545 !important;
  font-size: 12px !important;
}

.ais-loading-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 77;
  background: url("../img/loading-1.gif") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.8;
}

.ais-contextmenu-link-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: lightgray;
}

.ais-table-tfoot-total {
  border-top: 3px double;
}

.ais-table-td-centered td {
  text-align: center;
  vertical-align: middle;
}

/* Строка поиска */
.col-sm-12 {
  flex: 0 auto;
}

/* 
    # Страница редактирование персонального дела
    # Вкладка данные о жилплощади и проживающих
    # Информация по делу
*/
.ais-form-flat-info {
  margin-top: 30px;
}

/* Группы полей в форме */
.ais-form-flat-info .ais-form-group {
  width: 32.6%;
  margin-top: 10px;
  margin-left: 1%;
}

.ais-form-flat-info .ais-form-group:nth-child(3n+1) {
  margin-left: 0;
}

/* fieldset */
.ais-form-flat-info .ais-fieldset {
  margin: 0 0 20px 0;
}

/* Поля формы */
.ais-form-flat-info .ais-form-group label {
  padding-left: 10px;
}

.ais-form-flat-info .ais-form-group .ais-input, .ais-form-flat-info .ais-form-group .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-flat-info .ais-form-group .ais-form-coll > div > select,
.ais-form-flat-info .ais-form-group .ais-form-coll > div > span,
.ais-form-flat-info .ais-form-group .ais-form-coll > div > textarea,
.ais-form-flat-info .ais-form-group .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-flat-info .ais-form-group .ais-form-coll > div > div > select,
.ais-form-flat-info .ais-form-group .ais-form-coll > div > div > span,
.ais-form-flat-info .ais-form-group .ais-form-coll > div > div > textarea {
  margin-top: 5px;
}

/* Общие стили таблицы на этой форме */
.ais-form-flat-info table td,
.ais-form-flat-info table th {
  padding: 10px 10px 5px;
}

/* Таблицы в блоке "информация по жилью */
.ais-form-info-houseroom-table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

.ais-form-info-houseroom-table .ais-table-caption {
  font-size: 14px;
}

.ais-form-info-houseroom-table:first-child {
  margin-top: 0;
}

/* Ячейки */
.ais-form-info-houseroom-label {
  width: 49%;
}

/* Информация по дому */
.ais-fieldset-house-info .ais-form-group {
  width: 50%;
  margin: 0;
  padding: 10px;
}

/* Чекбокс */
.ais-fieldset-house-info .ais-form-group-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.ais-fieldset-house-info .ais-check-label {
  padding-right: 30px;
}

/* справочники */
.ais-filter-form {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.ais-form-coll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ais-form-coll > div {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.ais-form-coll > div > label {
  flex: 0 0 193px;
  margin-right: 0.375rem;
  word-break: break-word;
  align-self: center;
}

.ais-form-coll > div > input,
.ais-form-coll > div > select,
.ais-form-coll > div > span,
.ais-form-coll > div > textarea,
.ais-form-coll > div > button {
  align-self: flex-end;
  margin-right: 0.375rem;
}

.ais-form-coll > div > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.ais-form-coll > div > input:not([type=checkbox]),
.ais-form-coll > div > select,
.ais-form-coll > div > span,
.ais-form-coll > div > textarea,
.ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-coll > div > div > select,
.ais-form-coll > div > div > span,
.ais-form-coll > div > div > textarea {
  flex-grow: 1;
}

.ais-form-coll > div > button {
  min-height: 35px;
}

/* 
    # Страница редактирование персонального дела
    # Вкладка данные о фактических расходах
    # Таблицы
*/
.form-expenses .ais-fieldset {
  padding: 0;
}

.form-expenses .ais-legend {
  margin-left: 20px;
}

.ais-table-actual-costs-col-1 {
  width: 10%;
}

.ais-table-actual-costs-col-2 {
  width: 20%;
}

.ais-table-actual-costs-last-row {
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #454d55;
  background-color: #d0d4f7;
}

.ais-main-table .ais-table-actual-costs-last-row:hover {
  background-color: #d0d4f7;
}

.ais-table-actual-costs-add-btn {
  margin: 10px 10px 10px 20px;
}

/* 
    # Страница персональные дела
    # Форма поиска
*/
.ais-form-card-personal {
  margin: 20px 0 30px;
}

.form-group-caption {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 18px;
  color: #414b4c;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}

.select2.select2-container.select2-container--default {
  padding: 0 10px;
  min-width: 0;
}

.ais-form-card-personal fieldset {
  padding: 15px 15px 20px;
}

.ais-form-card-personal .ais-form-group-wrapper:not(:last-child) {
  margin-bottom: 10px;
  padding: 0px 10px 15px;
  border-bottom: 1px dashed #ebedf2;
}

.ais-form-card-personal .ais-form-group {
  width: 24.2%;
  margin-left: 1%;
}
.ais-form-card-personal .ais-form-group:first-child {
  margin-left: 0;
}

.ais-form-card-personal .ais-label {
  padding-left: 10px;
  margin-bottom: 5px;
  color: #646c9a;
}

.ais-form-buttons-wrapper {
  padding: 0 20px;
}

.ais-form-buttons-wrapper .ais-btn {
  margin: 5px 0 0 20px;
}
.ais-form-buttons-wrapper .ais-btn:first-child {
  margin-left: 0;
}

/* Обертка с белым фоном */
.ais-block-wrapper {
  padding: 15px;
  margin: 0;
  background: var(--bg-block-color);
  border: none;
  border-radius: 12px;
}

.ais-page-title {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 15px;
}

.ais-page-title a {
  color: var(--link-color);
}

.text-truncate-fixed {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.minw-0 {
  min-width: 0 !important;
}

.flex-fix {
  min-width: 0 !important;
  flex-shrink: 1 !important;
}

/* Документы поиск */
.ais-block-search-main-table {
  padding: 0;
  margin-bottom: 20px;
}

.ais-block-docs-wrapper {
  margin-top: 20px;
}
@media (max-width: 375px) {
  .ais-block-docs-wrapper .ais-page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.ais-block-wrapper .ais-filter-form {
  margin-top: 20px;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px dashed #ebedf2;
}

.ais-btn-group-wrapper {
  margin-top: 10px;
  padding-left: 176px;
}

.ais-filter-form .ais-btn-docs-filter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  background-color: var(--bg-block-color);
  color: var(--text-color);
}
.ais-filter-form .ais-btn-docs-filter-more:hover {
  color: var(--text-color) !important;
  background-color: var(--secondary-button-hover-bg-color);
}

.ais-btn-filter--hidden svg {
  transform: rotate(180deg);
}

.ais-btn-filter--show svg {
  transform: rotate(-180deg);
}

.ais-btn-newfilter--hidden svg {
  transform: rotate(180deg);
}

.ais-btn-newfilter--show svg {
  transform: rotate(-180deg);
}

.ais-block-docs-wrapper .ais-main-table {
  margin-top: 20px;
}

.ais-main-table .ais-pagination.ais-btn-arrow {
  background-size: 12px;
}

.ais-main-table .ais-table-data-edit {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}

.ais-block-docs-wrapper .ais-main-table th:first-child, .ais-block-docs-wrapper .ais-main-table th:last-child {
  border: 1px solid #ebedf2;
}

.ais-block-docs-wrapper .ais-main-table td:first-child, .ais-block-docs-wrapper .ais-main-table td:last-child {
  border: 1px solid #ebedf2;
}

.ais-form-modal-docs-add .ais-form-group {
  flex-direction: row;
}

.ais-form-modal-docs-add .ais-input-file {
  padding: 5px 0 !important;
  border: 0 !important;
}

.ais-form-modal-docs-add .ais-textarea {
  resize: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
}

.ais-block-docs-wrapper .pager {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.ais-block-docs-wrapper .pager .page-number {
  background: #5867dd;
}

.ais-filter-search-buttons-wrapper {
  display: flex;
  width: 100%;
}

.ais-filter-search-buttons-wrapper .ais-btn-add-document {
  margin-left: auto;
}

.ais-filter-search-buttons-wrapper .btn-group .btn-secondary {
  background: transparent;
  border: transparent;
  color: #6c757d;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.ais-filter-search-buttons-wrapper .btn-group .btn-secondary:hover {
  color: var(--primary);
}

.ais-filter-search-buttons-wrapper .btn-group .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: transparent;
  border: transparent;
  color: var(--primary);
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary);
  color: #ffffff;
}

.ais-block-mainpage-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.ais-block-mainpage-wrapper-min .ais-block-mainpage {
  width: 49%;
}

/* 
    # Страница заявки
*/
.ais-block-request-wrapper {
  margin-top: 20px;
}

.ais-block-request-wrapper .ais-main-table {
  margin-top: 20px;
}

.ais-block-request-wrapper .ais-main-table th:first-child, .ais-block-request-wrapper .ais-main-table th:last-child {
  border: 1px solid #ebedf2;
}

.ais-block-request-wrapper .ais-main-table td:first-child, .ais-block-request-wrapper .ais-main-table td:last-child {
  border: 1px solid #ebedf2;
}

/* LOADER */
.ais-loader {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  display: flex;
  border-left-color: rgb(48, 133, 214);
  border-right-color: rgb(48, 133, 214);
}

.overlayForAjax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: 0.3s all;
  display: flex;
  align-items: center;
}

.ais-ajax-loader {
  z-index: 2000000000;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  animation: ajax-loading 1.5s linear 0s infinite normal;
  border: 1em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  border-left-color: #3085d6;
  border-right-color: #3085d6;
}

@keyframes ajax-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    # Сведения о заявке
*/
.ais-block:not(:last-child) {
  margin-bottom: 20px;
}

.ais-block-cols-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
}

.ais-block-info-wrapper {
  width: 40%;
}

.ais-block-history-wrapper {
  width: 58%;
}

.ais-block-title-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ais-block-title {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.ais-block-process-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ais-btn-filter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 5px 10px;
  min-width: 25px;
  min-height: 30px;
  background-color: var(--base-button-color);
  border-radius: 4px;
  color: #fff;
}

.ais-table-applications-info {
  width: 100%;
  border-collapse: collapse;
}

.ais-table-applications-info td {
  padding: 5px;
  border-bottom: 1px solid #ebedf2;
}

.ais-col1-applications-info {
  width: 35%;
}

.ais-col2-applications-info {
  width: 65%;
}

.ais-block-history-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ais-block-history-tabs li {
  padding: 0 5px;
}

.ais-block-history-tabs a {
  border-radius: 4px;
}
.ais-block-history-tabs a.active {
  color: #fff;
  background: var(--primary);
  padding: 5px;
  text-decoration: none;
}

/*
    #Создание заявки
*/
.ais-label-process {
  line-height: 1.3;
  font-weight: 500;
}

.ais-block-process-wrapper {
  margin-top: 20px;
}

.ais-block-process-wrapper .ais-block {
  padding: 15px 10px;
  margin: 20px 0;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
}

.ais-block-process-wrapper .ais-block-process-table {
  padding: 0 0 20px 0;
}

.ais-block-process-wrapper .ais-block-process-table td:first-child,
.ais-block-process-wrapper .ais-block-process-table th:first-child {
  border-left: 0;
}
.ais-block-process-wrapper .ais-block-process-table td:last-child,
.ais-block-process-wrapper .ais-block-process-table th:last-child {
  border-right: 0;
}

.ais-block-process-wrapper .ais-block-process-table .ais-form-group {
  padding-left: 10px;
  margin-bottom: 7px;
}

/*.ais-block-process-wrapper .ais-block-title {
    margin-bottom: 10px;
}*/
.ais-block-process-table .ais-block-title {
  padding: 10px 10px 0;
}

.ais-block-process-title {
  margin-left: 15px;
}

.ais-form-group-process-wrapper .ais-form-group {
  width: 23.87%;
  margin-left: 1.5%;
}
.ais-form-group-process-wrapper .ais-form-group:nth-child(4n+1) {
  margin-left: 0;
}

.ais-block-process-wrapper textarea {
  resize: none;
}

.ais-form-file-group {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
}

.ais-form-file-group .ais-label {
  margin-bottom: 10px;
}

/*
    # окно редактирования профиля
*/
.ais-block-edit-account-wrapper {
  margin-top: 20px;
}

.ais-block-edit-account-wrapper .ais-page-title {
  margin-bottom: 20px;
}

.ais-menu-profile-photo {
  max-height: 30px;
  max-width: 30px;
  margin-left: 5px;
  border-radius: 50%;
}
@media (max-width: 484px) {
  .ais-menu-profile-photo {
    max-height: 25px;
    max-width: 25px;
  }
}

/* ВРЕМЕННО */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #5867dd;
}

/* ******************* */
/*
    # Страница логина
*/
.ais-big-logo {
  margin: 25px 0 40px;
  text-align: center;
}
.ais-big-logo img {
  width: 240px;
  height: 200px;
}

.ais-block-login-wrapper {
  margin: auto;
  padding: 40px;
  box-shadow: none;
  width: 30%;
}

.ais-block-login-wrapper .ais-page-title {
  text-transform: uppercase;
  text-align: center;
}

.ais-login-block .ais-label {
  padding-bottom: 5px;
}

.ais-login-block .ais-form-group {
  margin-top: 20px;
}

.ais-check-label-remember {
  padding-right: 30px;
}

.ais-login-block .ais-form-group button[type=submit] {
  width: 100%;
}

.ais-login-form-footer {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 20px;
}

.ais-login-form-footer p {
  margin: 0;
}

/*
    Кнопка для открытия правого сайдбара
*/
.ais-menu-right-sidebar-btn {
  position: relative;
  display: inline-block;
}
.ais-menu-right-sidebar-btn:hover {
  text-decoration: none;
}
.ais-menu-right-sidebar-btn:hover .ais-link-item-underline::after {
  text-decoration: none;
  width: 100%;
}

/* Эффект наведения на ссылку */
.ais-link-item-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 600;
}
.ais-link-item-underline:hover {
  text-decoration: none;
}
.ais-link-item-underline:hover::after {
  text-decoration: none;
  width: 100%;
}
.ais-link-item-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.ais-filter-search-form {
  margin-bottom: 20px;
}

.ais-filter-search-form .ais-form-group-wrapper {
  flex-direction: column;
}

.ais-form-group-row {
  display: flex;
  flex-wrap: wrap;
  /*&:not(:last-child) {
      margin-bottom: 7px;
  }*/
}
.ais-form-group-row .ais-form-group-section-title {
  padding-top: 40px;
}

.ais-form-group-row .ais-form-group-section-title {
  padding-top: 40px;
}

.ais-filter-search-form .ais-form-group {
  flex-direction: row;
  align-items: center;
  width: 650px;
  min-height: 42px;
}
.ais-filter-search-form .ais-form-group:last-child {
  padding-left: 25px;
}
.ais-filter-search-form .ais-form-group:first-child {
  /*margin-right: 35px;*/
  padding-right: 24px;
  padding-left: 0;
  border-right: 1px solid #ebedf2;
}

.ais-filter-search-form label {
  width: 20%;
  min-width: 125px;
  margin-right: 5px;
}

.ais-filter-search-form .ais-form-group-order-date {
  display: flex;
  justify-content: space-between;
  width: 79%;
  align-items: center;
  flex-wrap: wrap;
}

.ais-filter-search-form .ais-form-group-order-date input {
  width: calc(50% - 8px);
}

.ais-filter-search-form .ais-btn:not(:first-child) {
  margin-left: 20px;
}

.ais-filter-search-form .ais-btn-group-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 10px;
  padding: 0 0 0 131px;
  justify-content: flex-start;
}

/*
    # Создать заявку
    # Категории
*/
.ais-category-order-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ais-category-order-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32.66%;
  min-height: 260px;
  max-height: 260px;
  margin: 12px 0 6px 1%;
  padding: 15px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.ais-category-order-block:nth-child(3n+1) {
  margin-left: 0;
}
.ais-category-order-block.red {
  background: #ff7676;
  background: -moz-linear-gradient(left, #ff7676 0%, #e5358e 100%);
  background: -webkit-linear-gradient(left, #ff7676 0%, #e5358e 100%);
  background: linear-gradient(to right, #ff7676 0%, #e5358e 100%);
  -webkit-box-shadow: 0px 15px 18px 0px rgba(243, 166, 162, 0.5);
  -moz-box-shadow: 0px 15px 18px 0px rgba(243, 166, 162, 0.5);
  box-shadow: 0px 15px 18px 0px rgba(255, 70, 77, 0.5);
}
.ais-category-order-block.blue {
  background: #6078ea; /* Old browsers */
  background: -moz-linear-gradient(left, #6078ea 0%, #17ead9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6078ea 0%, #17ead9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6078ea 0%, #17ead9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 15px 18px 0px rgb(161, 194, 255);
  -moz-box-shadow: 0px 15px 18px 0px rgb(161, 194, 255);
  box-shadow: 0px 15px 18px 0px rgb(161, 194, 255);
}
.ais-category-order-block.green {
  background: #1ea4ab; /* Old browsers */
  background: -moz-linear-gradient(left, #1ea4ab 0%, #42e695 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1ea4ab 0%, #42e695 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1ea4ab 0%, #42e695 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 15px 18px 0px rgba(59, 180, 183, 0.5);
  -moz-box-shadow: 0px 15px 18px 0px rgba(59, 180, 183, 0.5);
  box-shadow: 0px 15px 18px 0px rgba(59, 180, 183, 0.5);
}
.ais-category-order-block.yellow {
  background: #ee7171; /* Old browsers */
  background: -moz-linear-gradient(left, #ee7171 0%, #fce38a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ee7171 0%, #fce38a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ee7171 0%, #fce38a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 15px 18px 0px rgb(255, 217, 167);
  -moz-box-shadow: 0px 15px 18px 0px rgb(255, 217, 167);
  box-shadow: 0px 15px 18px 0px rgb(255, 217, 167);
}
.ais-category-order-block.purple {
  background: #c746a8; /* Old browsers */
  background: -moz-linear-gradient(left, #c746a8 0%, #6094ea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c746a8 0%, #6094ea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c746a8 0%, #6094ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 15px 18px 0px rgb(175, 167, 255);
  -moz-box-shadow: 0px 15px 18px 0px rgb(175, 167, 255);
  box-shadow: 0px 15px 18px 0px rgb(175, 167, 255);
}
@media (max-width: 1200px) {
  .ais-category-order-block {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .ais-category-order-block:nth-child(3n+1) {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .ais-category-order-block {
    width: 100%;
    margin: 10px 0;
  }
  .ais-category-order-block:nth-child(3n+1) {
    margin-left: 0;
  }
}

.ais-category-order-block-control-height {
  max-height: 320px;
  min-height: 320px;
}

.ais-category-order-block .ais-link-item-underline::after {
  background-color: #5d5b6f;
}

.ais-category-order-header {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.ais-category-order-note {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.container {
  max-width: none !important;
  width: 100% !important;
}

.ais-category-order-search-service {
  width: 100%;
  margin-top: 20px;
}

.ais-search-service-wrapper {
  position: relative;
}
.ais-search-service-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.ais-search-service-wrapper:hover::after {
  width: 100%;
}

.ais-search-service-wrapper input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  background: rgba(236, 236, 236, 0.2);
  color: var(--secondary-text-color);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.ais-search-service-wrapper input::placeholder {
  color: #eaeaea;
}
.ais-search-service-wrapper input:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
  background: rgba(125, 125, 125, 0.3);
  color: var(--secondary-text-color);
}

.ais-category-order-list-wrapper {
  overflow-y: auto;
  margin: 20px 0 10px 0;
}

.ais-category-order-search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-category-order-search-list a {
  color: var(--secondary-title-color);
  display: inline-block;
  margin-bottom: 2px;
}

.ais-category-order-look-more {
  margin: auto 0 0 auto;
  color: var(--secondary-title-color);
}
.ais-category-order-look-more:hover {
  color: var(--secondary-title-color);
}

.ais-category-search-extra-list {
  display: none;
  margin: 0;
}

.ais-main-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 100px;
}
.ais-main-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.ais-main-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  outline: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.ais-main-scroll--dark::-webkit-scrollbar-thumb {
  background-color: rgba(177, 177, 177, 0.5);
}

/*
    # иконки
*/
.process-status-block {
  display: flex;
  min-width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.text-status-formed {
  color: #B4B4B4;
}

.text-status-awaiting {
  color: #E8BF39;
}

.text-status-inprogress {
  color: #E07A14;
}

.text-status-rejected {
  color: #DD3434;
}

.text-status-completed-negative {
  color: #DD3434;
}

.text-status-completed {
  color: #27AE60;
}

.text-status-underway {
  color: #5298B8;
}

.status-bg-created, .status-bg-paused {
  background: rgba(180, 180, 180, 0.25);
}

.status-bg-started {
  background: rgba(232, 191, 57, 0.25);
}

.status-bg-completed {
  background: rgba(39, 174, 96, 0.25);
}

.status-bg-error, .status-bg-unused, .status-bg-irrelevant, .status-bg-rejected {
  background: rgba(221, 52, 52, 0.25);
}

.status-bg-reassigned, .status-bg-redirected, .status-bg-underway {
  background: rgba(82, 152, 185, 0.25);
}

.status-bg-inprogress, .status-bg-incontrol {
  background: rgba(224, 122, 20, 0.25);
}

.w-fit-content {
  width: fit-content;
}

.w-max-content {
  width: max-content;
}

.fs-13 {
  font-size: 13px;
}

.minw-0 {
  min-width: 0px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.status-text {
  min-width: 100px;
  line-height: 14px;
}

.status-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 4px;
}
.status-icon.success {
  background: rgba(39, 174, 96, 0.25);
}
.status-icon.completed {
  background: rgba(39, 174, 96, 0.25);
}
.status-icon.completed {
  background: rgba(39, 174, 96, 0.25);
}
.status-icon.success-negative {
  background: rgba(221, 52, 52, 0.25);
}
.status-icon.reassigned {
  background-color: rgba(85, 120, 235, 0.2);
}
.status-icon.reassigned img {
  width: 28px;
  height: 28px;
}
.status-icon.redirected {
  background-color: rgba(82, 152, 185, 0.25);
}
.status-icon.rejected {
  background: rgba(221, 52, 52, 0.25);
}
.status-icon.awaiting {
  background: rgba(232, 191, 57, 0.25);
}
.status-icon.inprogress {
  background: rgba(224, 122, 20, 0.25);
}
.status-icon.formed {
  background: rgba(180, 180, 180, 0.25);
}
.status-icon.irrelevant {
  background-color: rgba(121, 121, 121, 0.2);
}
.status-icon.stop {
  background-color: rgba(121, 121, 121, 0.2);
}

/* Внутри заявки увеличиваем иконки */
.status-bg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.status-bg.success {
  background: rgba(39, 174, 96, 0.25);
}
.status-bg.completed {
  background: rgba(39, 174, 96, 0.25);
}
.status-bg.completed {
  background: rgba(39, 174, 96, 0.25);
}
.status-bg.success-negative {
  background: rgba(221, 52, 52, 0.25);
}
.status-bg.reassigned {
  background-color: rgba(85, 120, 235, 0.2);
}
.status-bg.reassigned img {
  width: 28px;
  height: 28px;
}
.status-bg.redirected {
  background-color: rgba(82, 152, 185, 0.25);
}
.status-bg.rejected {
  background: rgba(221, 52, 52, 0.25);
}
.status-bg.awaiting {
  background: rgba(232, 191, 57, 0.25);
}
.status-bg.inprogress {
  background: rgba(224, 122, 20, 0.25);
}
.status-bg.formed {
  background: rgba(180, 180, 180, 0.25);
}
.status-bg.irrelevant {
  background-color: rgba(121, 121, 121, 0.2);
}
.status-bg.stop {
  background-color: rgba(121, 121, 121, 0.2);
}

.order-history-timeline .status-icon {
  width: 100%;
  height: 100%;
}

/* org badge */
.ais-user-menu-org-badge {
  display: inline-block;
  max-width: 120px;
  min-width: 100px;
  max-height: 25px;
  margin-right: 5px;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: var(--navbar-link-color);
  vertical-align: middle;
  white-space: nowrap;
  /*background-color: var(--primary);*/
  border-right: 1px solid var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ais-user-menu-org-badge {
    display: none;
  }
}

/*
    # Пользователи
*/
.ais-filter-form-users .ais-form-group:first-child {
  padding: 0;
  border-right: none;
}

.ais-filter-form-users .ais-btn-group-wrapper {
  padding-left: 137px;
}

.ais-btn-add-user {
  margin-left: auto;
}

/* 
    # модальное окно: 
    # создание нового пользователя и 
    # редактирование информации существующего пользователя
*/
.ais-modal-create-user,
.ais-modal-change-user {
  max-width: 1024px;
}

.ais-form-group-cols {
  justify-content: center;
}

.ais-form-group-col {
  width: 48%;
}
.ais-form-group-col:first-child {
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
.ais-form-group-col:last-child {
  padding-left: 20px;
}

/*
    # Справочники - Организации
*/
.ais-btn-add-orgs {
  margin-left: auto;
}

.ais-btn-inside-field {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 20px;
  margin-right: 0 !important;
  font-size: 20px;
  color: #808080;
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.ais-btn-inside-field:hover, .ais-btn-inside-field:focus {
  color: var(--link-hover-color);
}
.ais-btn-inside-field:active {
  color: var(--link-active-color);
}
.ais-btn-inside-field.change-address {
  right: 15px;
  padding-top: 2px;
}
.ais-btn-inside-field.clear-address {
  right: 45px;
}
.ais-btn-inside-field.equal-address {
  right: 75px;
}

.ais-form-group-title {
  display: inline-block;
  margin: 5px 0;
}

.modal-add-org .ais-form-group {
  margin-bottom: 5px;
}

.modal-add-org .modal-body {
  margin-bottom: 15px;
}

.ais-btn-inside-field-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
}

.ais-btn-inside-field-wrapper .ais-btn-inside-field {
  position: initial;
  margin-right: 10px !important;
}

.modal-add-org .ais-form-group-col {
  height: 100%;
}
.modal-add-org .ais-form-group-col:first-child {
  border: none;
}
.modal-add-org .ais-form-group-col:last-child {
  border-left: 1px solid #eaeaea;
}

/* 
    # бизнес процесс
*/
.ais-block-workflow {
  margin-top: 20px;
}

.ais-block-workflow .ais-filter-search-form .ais-form-group:first-child {
  border: none;
  padding: 0;
}

.ais-form-workflow-add {
  margin-left: auto;
}

/* Создание бизнес-процессов */
.ais-form-create-workflow {
  margin-top: 20px;
}

.ais-form-create-workflow .ais-form-group {
  flex-direction: row;
  align-items: center;
  width: 650px;
  height: 42px;
}
.ais-form-create-workflow .ais-form-group:first-child {
  padding-right: 25px;
  padding-left: 0;
  border-right: 1px solid #ebedf2;
}
.ais-form-create-workflow .ais-form-group:last-child {
  padding-left: 25px;
}

.ais-form-create-workflow .ais-form-group-wrapper {
  flex-direction: column;
}

.ais-form-create-workflow label {
  width: 20%;
  margin-right: 5px;
}

.ais-form-create-workflow .ais-input, .ais-form-create-workflow .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-create-workflow .ais-form-coll > div > select,
.ais-form-create-workflow .ais-form-coll > div > span,
.ais-form-create-workflow .ais-form-coll > div > textarea,
.ais-form-create-workflow .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-create-workflow .ais-form-coll > div > div > select,
.ais-form-create-workflow .ais-form-coll > div > div > span,
.ais-form-create-workflow .ais-form-coll > div > div > textarea,
.ais-form-create-workflow .select2 {
  width: 79% !important;
}

.ais-form-create-workflow .ais-form-checkbox-group {
  padding-left: 129px !important;
}

.ais-form-create-workflow .ais-btn-group-wrapper {
  padding-left: 108px;
}

.ais-block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
}

.ais-block-workflow .border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf2 !important;
}
.ais-block-workflow .border-bottom:last-child {
  border: none !important;
  padding-bottom: 0;
}

.ais-block-workflow .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # шаблоны отчетов
*/
.ais-block-report-template {
  margin-top: 20px;
}

.ais-block-report-template h1 {
  margin-bottom: 20px;
}

.ais-btn-report-template-add {
  margin-left: auto;
}

/*
    # шаблоны документов
*/
.ais-block-docs-template {
  margin-top: 20px;
}

.ais-block-docs-template h1 {
  margin-bottom: 20px;
}

.ais-btn-docs-template-add {
  margin-left: auto;
}

.ais-block-docs-template .ais-filter-search-form .ais-form-group:first-child {
  border: none;
  padding: 0;
}

.ais-block-docs-template .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    Переопределение стилей select2 для поля поиска на странице создания заявки
*/
.ais-form-category-search {
  width: 100%;
}

.ais-form-category-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.ais-form-category-search .select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
}

.ais-form-category-search .select2 {
  width: 32.66% !important;
}

/*
    # Справочники
    # Простые справочники
*/
.ais-btn-add-face-items {
  margin-left: auto;
}

.ais-block-face-items-wrapper {
  margin-top: 20px;
}

.ais-block-face-items-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding-right: 0;
  border-right: 0;
}

.ais-block-face-items-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Справочники
    # Физ. лица
*/
.ais-btn-add-new-person {
  margin-left: auto;
}

.ais-block-persons-wrapper {
  margin-top: 20px;
}

/*
    # Справочники
    # Банки
*/
.ais-btn-add-new-bank {
  margin-left: auto;
}

.ais-block-banks-wrapper {
  margin-top: 20px;
}

/*
    # Справочники
    # Адресный план
*/
.ais-block-address-wrapper {
  margin-top: 20px;
}

.ais-filter-search-form-address .ais-form-group {
  width: 800px;
}
.ais-filter-search-form-address .ais-form-group:first-child {
  padding-right: 0;
  border-right: 0;
}
.ais-filter-search-form-address .ais-form-group:last-child {
  padding-left: 0;
}

.ais-filter-search-form-address label {
  margin-right: 5px;
}

.ais-filter-search-form-address .ais-btn-small {
  width: 30px;
  height: 30px;
  min-width: initial;
  max-width: initial;
  min-height: initial;
  max-height: initial;
  background-size: 12px;
  border-radius: 50%;
}
.ais-filter-search-form-address .ais-btn-small:not(:first-child) {
  margin-left: 10px;
}

.ais-form-buttons-field {
  display: flex;
  margin-left: 30px;
}

/*
    # Спрравочники
    # Районы
*/
.ais-block-districts-wrapper {
  margin-top: 20px;
}

.ais-block-districts-wrapper .ais-form-group:first-child {
  padding-right: 0;
  border-right: 0;
}

.ais-block-districts-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

.ais-btn-district-add {
  margin-left: auto;
}

/*
    # Справочники
    # Паспорта домов
*/
.ais-block-houses-wrapper {
  margin-top: 20px;
}

.ais-btn-house-add {
  margin-left: auto;
}

.ais-block-houses-wrapper .select2-selection__rendered {
  height: 30px;
}

.ais-block-houses-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Заявка
    # Внутренние документы на согласование
    # Отступ сверху у переключателей
*/
.ais-form-matching-state {
  display: flex;
  margin-top: 10px;
}

.ais-form-matching-state .ais-form-group {
  width: auto !important;
  margin-right: 15px;
}

.ais-order-decision-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.ais-order-decision-btn-wrapper .ais-btn {
  margin-left: 10px;
}

/*
    # Бизнес-процессы
    # Группы бизнес-процессов
*/
.ais-btn-workflow-group-add {
  margin-left: auto;
}

.ais-block-workflow-groups-wrapper {
  margin-top: 20px;
}

.ais-block-workflow-groups-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding: 0;
  border: 0;
}

.ais-block-workflow-groups-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Бизнес-процессы
    # Действия бизнес-процессов
*/
.ais-btn-workflow-action-add {
  margin-left: auto;
}

.ais-block-workflow-action-wrapper {
  margin-top: 20px;
}

.ais-block-workflow-action-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding: 0;
  border: 0;
}

.ais-block-workflow-action-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Администрирование
    # Роли
*/
.ais-btn-add-role {
  margin-left: auto;
}

.ais-block-roles-wrapper {
  margin-top: 20px;
}

.ais-block-roles-wrapper .ais-main-table {
  margin-top: 20px;
}

/*
    # Администрирование
    # Глобальные установки
*/
.ais-btn-add-constants {
  margin-left: auto;
}

.ais-block-constants-wrapper {
  margin-top: 20px;
}

.ais-block-constants-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding: 0;
  border: 0;
}

.ais-block-constants-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Администрирование
    # Веб-сервисы
*/
.ais-btn-add-web-services {
  margin-left: auto;
}

.ais-block-web-service-wrapper {
  margin-top: 20px;
}

.ais-block-web-service-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding: 0;
  border: 0;
}

.ais-block-web-service-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # Мониторинг
    # По бизнес-процессам
*/
.ais-block-monitoring-wrapper {
  margin-top: 20px;
}

.ais-block-monitoring-wrapper .ais-filter-search-form .ais-form-group:first-child {
  padding: 0;
  border: 0;
}

.ais-form-group-period-date {
  display: flex;
  justify-content: space-between;
  width: 79%;
}

.ais-form-group-period-date .ais-input, .ais-form-group-period-date .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-period-date .ais-form-coll > div > select,
.ais-form-group-period-date .ais-form-coll > div > span,
.ais-form-group-period-date .ais-form-coll > div > textarea,
.ais-form-group-period-date .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-period-date .ais-form-coll > div > div > select,
.ais-form-group-period-date .ais-form-coll > div > div > span,
.ais-form-group-period-date .ais-form-coll > div > div > textarea {
  width: 47%;
}

.ais-block-monitoring-wrapper .ais-btn-group-wrapper {
  padding-left: 137px;
}

/*
    # логин
*/
.ais-btn-login-rias {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #2f2e38;
  background-color: transparent;
  border: 1px solid var(--primary);
}
.ais-btn-login-rias img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.ais-btn-login-rias:hover {
  color: #2f2e38 !important;
  background-color: rgba(82, 152, 185, 0.15);
  opacity: 1;
}

.ais-login-block .ais-btn .fa {
  margin-right: 10px;
  font-size: 14px;
}

/*
    # subheader
    # обертка для доп. кнопок к страницам
*/
.ais-btn-subheader-wrapper {
  display: flex;
  margin-left: auto;
}

.ais-btn-subheader-wrapper .ais-btn {
  margin-left: 15px;
}
.ais-btn-subheader-wrapper .ais-btn:first-child {
  margin-left: 0;
}

/*
    # Внутри "Мои задачи"
*/
.ais-form-block-domofon-wrapper {
  display: flex;
  flex-direction: column;
}

.ais-form-block-domofon-wrapper .ais-form-group {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  padding-right: 110px;
  min-height: 42px;
}

.ais-form-block-domofon-wrapper .ais-label {
  width: 30%;
}

.ais-form-block-domofon-wrapper .ais-input, .ais-form-block-domofon-wrapper .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-block-domofon-wrapper .ais-form-coll > div > select,
.ais-form-block-domofon-wrapper .ais-form-coll > div > span,
.ais-form-block-domofon-wrapper .ais-form-coll > div > textarea,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > select,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > span,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > textarea,
.ais-form-block-domofon-wrapper .ais-input + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > input:not([type=checkbox]) + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > select + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > span + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > textarea + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > input:not([type=checkbox]) + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > select + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > span + .select2,
.ais-form-block-domofon-wrapper .ais-form-coll > div > div > textarea + .select2 {
  width: 69% !important;
}

.ais-form-block-domofon-wrapper .ais-btn-group-wrapper {
  padding-left: 146px;
}

.ais-form-block-domofon-wrapper label.error {
  position: absolute;
  right: 0;
  top: 0px;
  color: red;
  width: 100px;
}

.ais-block-process-main-info {
  margin-top: 10px;
}

.ais-block-process-main-info .ais-form-group {
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 42px;
}

.ais-block-process-main-info .ais-form-group-process-name {
  width: 70%;
  margin-right: 3%;
}

.ais-block-process-main-info .ais-form-group-process-name .ais-label {
  width: 18%;
  margin-right: 2%;
}

.ais-block-process-main-info .ais-form-group-process-name .ais-input, .ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > input:not([type=checkbox]),
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > select,
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > span,
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > textarea,
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > div > select,
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > div > span,
.ais-block-process-main-info .ais-form-group-process-name .ais-form-coll > div > div > textarea {
  width: 80% !important;
}

.ais-block-process-main-info .ais-form-group-process-executor-date {
  width: 27%;
}

.ais-block-process-main-info .ais-form-group-process-executor-date .ais-label {
  width: 33%;
  margin-right: 1%;
}

.ais-block-process-main-info .ais-form-group-process-executor-date .ais-input, .ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > input:not([type=checkbox]),
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > select,
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > span,
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > textarea,
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > div > select,
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > div > span,
.ais-block-process-main-info .ais-form-group-process-executor-date .ais-form-coll > div > div > textarea {
  width: 66% !important;
}

.ais-form-group-setting-members {
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 525px;
  min-height: 42px;
  margin: 0 10px 0 auto;
}

.ais-form-group-setting-members .ais-label {
  width: 26%;
  margin-right: 1%;
}

.ais-form-group-setting-members .ais-input, .ais-form-group-setting-members .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-setting-members .ais-form-coll > div > select,
.ais-form-group-setting-members .ais-form-coll > div > span,
.ais-form-group-setting-members .ais-form-coll > div > textarea,
.ais-form-group-setting-members .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-setting-members .ais-form-coll > div > div > select,
.ais-form-group-setting-members .ais-form-coll > div > div > span,
.ais-form-group-setting-members .ais-form-coll > div > div > textarea,
.ais-form-group-setting-members .select2 {
  width: 100% !important;
}

/* 
    # таблица с выбором надстроек и заголовком блока
    # сделана таблицей, для того, чтобы выпадающий список с организациями был вровень с выбором надстроек
*/
.ais-table-member-settings-choice {
  width: 100%;
  margin: 0 0 10px 0;
}

.ais-table-member-settings-choice .ais-block-title {
  margin: 0;
  padding: 0;
}

.ais-table-member-settings-choice .select2 {
  width: 100% !important;
}

.ais-table-member-settings-choice td {
  padding: 10px;
}

.ais-table-member-settings-col1 {
  width: 20%;
}

.ais-table-member-settings-col2 {
  width: 40%;
}

.ais-table-member-settings-col3 {
  width: 40%;
}

/* таблица со списком участников */
.ais-table-member-settings th,
.ais-table-member-settings td {
  padding: 5px 10px;
}

.ais-table-member-settings .ais-input, .ais-table-member-settings .ais-form-coll > div > input:not([type=checkbox]),
.ais-table-member-settings .ais-form-coll > div > select,
.ais-table-member-settings .ais-form-coll > div > span,
.ais-table-member-settings .ais-form-coll > div > textarea,
.ais-table-member-settings .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-table-member-settings .ais-form-coll > div > div > select,
.ais-table-member-settings .ais-form-coll > div > div > span,
.ais-table-member-settings .ais-form-coll > div > div > textarea {
  padding: 3px 10px;
}

.ais-form-group-creature-wrapper {
  flex-direction: column;
  margin-top: 15px;
}

.ais-form-group-creature-wrapper .ais-form-group-title {
  font-size: 16px;
}

.ais-form-group-creature-wrapper .ais-form-group {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  min-height: 42px;
}

.ais-form-group-creature-wrapper .ais-label {
  width: 30%;
  margin-right: 1%;
}

.ais-form-group-creature-wrapper .ais-input, .ais-form-group-creature-wrapper .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > select,
.ais-form-group-creature-wrapper .ais-form-coll > div > span,
.ais-form-group-creature-wrapper .ais-form-coll > div > textarea,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > div > select,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > span,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > textarea,
.ais-form-group-creature-wrapper .select2 {
  width: 69% !important;
  margin-left: 0 !important;
}

.ais-form-group-creature-wrapper .ais-form-group-buttons {
  position: absolute;
  right: -40px;
  display: flex;
  justify-content: flex-start;
  min-width: 30px;
}
.ais-form-group-creature-wrapper .ais-form-group-buttons a {
  margin-right: 5px;
}
.ais-form-group-creature-wrapper .ais-form-group-buttons a:last-child {
  margin-right: 0;
}

.ais-form-group-creature-wrapper .ais-btn-group-wrapper {
  padding-left: 233px;
}

.ais-form-group-creature-wrapper .ais-form-group-multiple .select2 {
  padding: 0 10px;
}

.ais-form-group-creature-wrapper .ais-btn-group-wrapper-preview {
  padding-left: 0;
  display: flex;
}

.ais-btn-group-wrapper-preview .ais-btn {
  margin-left: auto;
}

.ais-form-group-creature-wrapper .ais-form-group-date {
  display: flex;
  align-items: center;
}

/*
    # РИЦ. ОДПУ. Ввод показаний
    # Письмо о изменении показаний
*/
.ais-form-group-odpu-letter-wrapper .filter-container {
  margin: 15px 0;
}

.ais-form-group-odpu-letter-wrapper .ais-form-group-two-column .ais-form-group-date label,
.ais-form-group-apartment-letter-wrapper .ais-form-group-two-column .ais-form-group-date label,
.ais-form-group-creature-wrapper .ais-form-group-two-column .ais-form-group-date label {
  margin-right: 10px;
}
.ais-form-group-odpu-letter-wrapper .ais-form-group-two-column .ais-form-group-date input,
.ais-form-group-apartment-letter-wrapper .ais-form-group-two-column .ais-form-group-date input,
.ais-form-group-creature-wrapper .ais-form-group-two-column .ais-form-group-date input {
  flex-grow: 1;
}

/*
    # РИЦ. Помещение. Изменение данных по ЛС
    # результаты поиска
*/
.ais-block-apartment-search-result > .btn-group > label {
  padding: 5px 8px;
}

/*
    # Блок Информация о задаче
*/
.ais-block-process-wrapper .ais-task-block {
  margin-top: 0;
}

/*
    # Блок информация о заявке
*/
.ais-order-block-wrapper .ais-block-title-wrapper {
  border-bottom: none;
  padding: 0;
}

.ais-order-block-wrapper .ais-block-title {
  margin-bottom: 0;
}

.ais-order-block-wrapper .ais-block-content {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}

/*
    # внутри задачи
    # блок с информацией о задаче
    # текст "приложенные файлы"
*/
.ais-block-title-doc-list-wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px 7px;
}

.ais-block-title-doc-list-wrapper .ais-block-title {
  margin-bottom: 0;
  font-size: 16px;
}

/*
# Создание новой задачи
*/
.ais-new-step-wrapper {
  padding: 15px 0;
  box-shadow: none;
  border-bottom: 1px dashed #eaeaea;
  border-radius: 0;
}

.ais-block-title-new-step-wrapper {
  border: none;
  padding-bottom: 0;
}

.ais-new-step-wrapper .ais-form-group-row {
  margin-bottom: 5px;
}

.ais-new-step-wrapper .ais-form-group {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.ais-new-step-wrapper .ais-form-group .ais-label {
  width: 18%;
  margin-right: 2%;
}

.ais-btn-new-step-add {
  margin-top: 20px;
}

.ais-form-group-task {
  width: 70%;
}

.ais-new-step-wrapper .ais-input-task-number {
  width: 5%;
  margin-right: 2%;
  text-align: center;
}

.ais-input-task-theme {
  width: 73%;
}

.ais-new-step-wrapper .ais-form-group-rule-run {
  width: 27%;
  margin-left: 3%;
}

.ais-new-step-wrapper .ais-form-group-rule-run .ais-label {
  width: 43%;
  margin-right: 1%;
}

.ais-new-step-wrapper .ais-form-group-rule-run .select2,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-input,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > select,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > span,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > textarea,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > div > select,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > div > span,
.ais-new-step-wrapper .ais-form-group-rule-run .ais-form-coll > div > div > textarea {
  width: 66% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.ais-new-step-wrapper .ais-form-assign-group {
  width: 70%;
}

.ais-new-step-wrapper .ais-form-assign-group .ais-input, .ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > select,
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > span,
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > textarea,
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > div > select,
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > div > span,
.ais-new-step-wrapper .ais-form-assign-group .ais-form-coll > div > div > textarea {
  width: 80%;
}

.ais-new-step-wrapper .ais-form-assign-group .ais-label {
  width: 18%;
  margin-right: 2%;
}

.ais-new-step-wrapper .ais-form-assign-group .select2 {
  width: 26% !important;
  margin-left: 1%;
}
.ais-new-step-wrapper .ais-form-assign-group .select2:first-of-type {
  margin-left: 0 !important;
}

.ais-new-step-wrapper .ais-form-group-new-task-description {
  width: 100%;
}

.ais-new-step-wrapper .ais-form-group-new-task-description .ais-label {
  width: 12%;
}

.ais-new-step-wrapper .ais-form-group-new-task-description .ais-input, .ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > select,
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > span,
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > textarea,
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > div > select,
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > div > span,
.ais-new-step-wrapper .ais-form-group-new-task-description .ais-form-coll > div > div > textarea {
  width: 86%;
}

.ais-new-step-wrapper .ais-form-group-task-action {
  width: 35%;
  margin-right: 3%;
}

.ais-new-step-wrapper .ais-form-group-task-action .ais-label {
  width: 38%;
  margin-right: 2%;
}

.ais-new-step-wrapper .ais-form-group-task-action .select2 {
  width: 60% !important;
}

.ais-new-step-wrapper .ais-form-group-task-doc-template {
  width: 62%;
}

.ais-new-step-wrapper .ais-form-group-task-doc-template .ais-label {
  width: 28%;
  margin-right: 2%;
}

.ais-new-step-wrapper .ais-form-group-task-doc-template .select2 {
  width: 70% !important;
}

/*
    # Уведомление о расторжении (домофоны)
*/
.ais-list-domofon-org {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #6d6d6e;
}

.ais-list-domofon-org .ais-form-group-old-org {
  justify-content: flex-start;
  min-height: initial;
}

.ais-list-domofon-org .ais-form-group-old-org .ais-input, .ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > input:not([type=checkbox]),
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > select,
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > span,
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > textarea,
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > div > select,
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > div > span,
.ais-list-domofon-org .ais-form-group-old-org .ais-form-coll > div > div > textarea {
  width: 50% !important;
  margin-left: 0.8%;
}

.ais-list-domofon-org .ais-form-group-old-org .ais-btn {
  min-width: 137px;
  width: 19%;
  margin-left: auto;
}

/*
    # формирование нового документа
*/
.ais-form-group-int-doc-wrapper .ais-form-group-file-int-doc {
  justify-content: flex-start;
}

.ais-form-group-int-doc-wrapper .ais-form-group-textarea-wrapper {
  margin: 3px 0;
}

.ais-form-group-date .ais-input, .ais-form-group-date .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-date .ais-form-coll > div > select,
.ais-form-group-date .ais-form-coll > div > span,
.ais-form-group-date .ais-form-coll > div > textarea,
.ais-form-group-date .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-date .ais-form-coll > div > div > select,
.ais-form-group-date .ais-form-coll > div > div > span,
.ais-form-group-date .ais-form-coll > div > div > textarea {
  background: url(../img/calendar.svg) no-repeat right 10px center;
  background-size: 24px;
  padding-right: 40px;
}

/*
    # регистрация поручения
    # назначение
*/
.ais-block-title-step-actions {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf2;
}

/*
    # Регистрация входящего сообщения
*/
.ais-form-group-two-selects-wrapper {
  display: flex;
  justify-content: space-between;
  width: 69%;
}

.ais-form-group-two-selects-wrapper .select2 {
  width: 49% !important;
}

/*
    # Мои задачи
    # Внутри определенной задачи
    # Информация о задаче
*/
.ais-block-task-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ais-block-task-info .ais-table-applications-info {
  width: 49%;
}

.ais-block-task-info .ais-process-document-list-wrapper .ais-table-applications-info {
  width: 100%;
}

.ais-block-process-title {
  font-size: 22px;
  margin: 0 0 0 10px;
}

.ais-block-task-title {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .ais-block-task-title {
    padding-left: 50px;
  }
}

.ais-block-task-title img {
  margin-right: 10px;
}

.ais-block-task-comment-title {
  margin-bottom: 15px;
  border-bottom: none;
}

.ais-form-group-order-docs {
  margin-top: 15px;
}

.main-menu .divider {
  border: 0.5px solid #eaeaea;
  max-width: 215px;
  margin-left: 27px;
}

/*
    # Создание заявки
    # Исходящий документ
*/
.ais-form-outgoing-doc-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.ais-form-outgoing-doc-row .ais-label {
  width: 16%;
}

.ais-form-group-outgoing-doc-wrapper .ais-input-outgoing-doc-number {
  width: 10% !important;
  margin-right: 1%;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-date-wrapper {
  width: 15%;
  margin-right: 1%;
}

.ais-form-group-outgoing-doc-wrapper .ais-input-outgoing-doc-date {
  width: 100% !important;
}

.ais-form-group-outgoing-doc-wrapper .ais-input-outgoing-doc-theme {
  width: 83% !important;
}

.ais-form-group-outgoing-doc-wrapper .ais-group-outgoing-form-type {
  width: 56% !important;
}

.ais-form-group-outgoing-doc-wrapper .ais-group-outgoing-form-type .select2 {
  width: 100% !important;
}

.ais-form-group-outgoing-doc-wrapper .ais-group-outgoing-form-type .error {
  right: 64px;
}

.ais-form-group-outgoing-doc-wrapper .ais-upload-outgoing-doc-file {
  padding-left: 242px;
}

.ais-outgoing-doc-theme {
  display: flex;
  align-items: center;
}

.ais-outgoing-doc-theme .ais-label {
  width: 16%;
}

.ais-outgoing-doc-theme .ais-input, .ais-outgoing-doc-theme .ais-form-coll > div > input:not([type=checkbox]),
.ais-outgoing-doc-theme .ais-form-coll > div > select,
.ais-outgoing-doc-theme .ais-form-coll > div > span,
.ais-outgoing-doc-theme .ais-form-coll > div > textarea,
.ais-outgoing-doc-theme .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-outgoing-doc-theme .ais-form-coll > div > div > select,
.ais-outgoing-doc-theme .ais-form-coll > div > div > span,
.ais-outgoing-doc-theme .ais-form-coll > div > div > textarea {
  width: 83% !important;
}

.ais-form-group-outgoing-doc-action-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}

.ais-form-group-outgoing-doc-action-wrapper .ais-label {
  width: 16%;
  font-weight: 400;
}

.ais-form-group-outgoing-doc-action {
  display: flex;
  width: 69%;
}

.ais-form-group-outgoing-doc-action .ais-checkbox {
  margin-right: 1%;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-organization-wrapper {
  width: 100%;
  margin-top: 5px;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-organization-wrapper .ais-label {
  width: 16%;
}

.ais-outgoing-doc-organization {
  width: 83%;
  display: flex;
  align-items: center;
}

.ais-outgoing-doc-organization .ais-outgoing-doc-add-org {
  margin: 0 10px;
}

.ais-outgoing-doc-organization .ais-checkbox {
  margin-left: 10px;
}

.ais-form-group-outgoing-doc-editor {
  display: flex;
  margin: 5px 0;
  padding-left: 17%;
}

.ais-outgoing-doc-editor {
  width: 83%;
  margin-top: 5px;
}

.ais-outgoing-doc-preview-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  padding-left: 17%;
  margin-top: 5px;
}

.ais-outgoing-doc-preview-row .ais-outgoing-doc-preview-user {
  width: 30%;
  margin-right: 1%;
}

.ais-outgoing-doc-preview-row .select2 {
  width: 100% !important;
}

.ais-outgoing-doc-preview-row .ais-btn {
  margin-left: auto;
}

.ais-upload-outgoing-doc-file {
  padding-left: 233px;
}

.ais-form-group-padding-left {
  padding-left: 233px;
}

.ais-outgoing-doc-attachments .ais-label {
  width: 32%;
}

.ais-outgoing-doc-attachments .ais-input, .ais-outgoing-doc-attachments .ais-form-coll > div > input:not([type=checkbox]),
.ais-outgoing-doc-attachments .ais-form-coll > div > select,
.ais-outgoing-doc-attachments .ais-form-coll > div > span,
.ais-outgoing-doc-attachments .ais-form-coll > div > textarea,
.ais-outgoing-doc-attachments .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-outgoing-doc-attachments .ais-form-coll > div > div > select,
.ais-outgoing-doc-attachments .ais-form-coll > div > div > span,
.ais-outgoing-doc-attachments .ais-form-coll > div > div > textarea {
  width: 68% !important;
}

.ais-form-group-outgoing-doc-wrapper .ais-form-group-outgoing-income-doc {
  width: 100%;
}

.ais-form-group-outgoing-doc-wrapper .ais-form-group-outgoing-income-doc .ais-label {
  width: 16%;
}

.ais-form-group-outgoing-doc-wrapper .ais-form-group-outgoing-income-doc .select2 {
  width: 83% !important;
}

.ais-outgoing-doc-get-answer {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  padding-left: 17%;
}

.ais-outgoing-doc-get-answer .ais-form-group {
  width: 83% !important;
  justify-content: flex-start;
  align-items: flex-end;
}

.ais-outgoing-doc-get-answer .ais-form-group .select2 {
  width: 30% !important;
  margin-right: 1%;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment {
  width: 100% !important;
  align-items: flex-start;
  margin-top: 5px;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-label {
  width: 16%;
}

.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-input, .ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > select,
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > span,
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > textarea,
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > div > select,
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > div > span,
.ais-form-group-outgoing-doc-wrapper .ais-outgoing-doc-comment .ais-form-coll > div > div > textarea {
  width: 83% !important;
  height: 50px;
}

/*
    # Создание заявки
    # Входящий документ
*/
.ais-form-incoming-doc-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}

.ais-form-incoming-doc-row .ais-label {
  width: 16%;
}

.ais-form-group-incoming-doc-wrapper .ais-input-incoming-doc-number {
  width: 10% !important;
  margin-right: 1%;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-date-wrapper {
  width: 15%;
  margin-right: 1%;
}

.ais-form-group-incoming-doc-wrapper .ais-input-incoming-doc-date {
  width: 100% !important;
}

.ais-incoming-doc-theme {
  display: flex;
  align-items: center;
}

.ais-incoming-doc-theme .ais-label {
  width: 16%;
}

.ais-incoming-doc-theme .ais-input, .ais-incoming-doc-theme .ais-form-coll > div > input:not([type=checkbox]),
.ais-incoming-doc-theme .ais-form-coll > div > select,
.ais-incoming-doc-theme .ais-form-coll > div > span,
.ais-incoming-doc-theme .ais-form-coll > div > textarea,
.ais-incoming-doc-theme .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-incoming-doc-theme .ais-form-coll > div > div > select,
.ais-incoming-doc-theme .ais-form-coll > div > div > span,
.ais-incoming-doc-theme .ais-form-coll > div > div > textarea {
  width: 83% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type {
  width: 56% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type .select2 {
  width: 100% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type .error {
  right: 106px;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-addresser-wrapper {
  width: 100%;
  margin-top: 5px;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-addresser-wrapper .ais-label {
  width: 16%;
}

.ais-incoming-doc-addresser {
  width: 83%;
  display: flex;
  align-items: center;
}

.ais-incoming-doc-addresser .ais-incoming-doc-add-org {
  margin: 0 10px;
}

.ais-incoming-doc-addresser .ais-checkbox {
  margin-left: 10px;
}

.ais-incoming-doc-addresser label.error {
  right: auto;
  left: 450px;
}

.ais-incoming-doc-attachments .ais-label {
  width: 32%;
}

.ais-incoming-doc-attachments .ais-input, .ais-incoming-doc-attachments .ais-form-coll > div > input:not([type=checkbox]),
.ais-incoming-doc-attachments .ais-form-coll > div > select,
.ais-incoming-doc-attachments .ais-form-coll > div > span,
.ais-incoming-doc-attachments .ais-form-coll > div > textarea,
.ais-incoming-doc-attachments .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-incoming-doc-attachments .ais-form-coll > div > div > select,
.ais-incoming-doc-attachments .ais-form-coll > div > div > span,
.ais-incoming-doc-attachments .ais-form-coll > div > div > textarea {
  width: 68% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-form-group-income-doc-recepient {
  width: 100%;
}

.ais-form-group-incoming-doc-wrapper .ais-form-group-income-doc-recepient .ais-label {
  width: 16%;
}

.ais-form-group-incoming-doc-wrapper .ais-form-group-income-doc-recepient .select2 {
  width: 83% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment {
  width: 100% !important;
  align-items: flex-start;
  margin-top: 5px;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-label {
  width: 16%;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-input, .ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > input:not([type=checkbox]),
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > select,
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > span,
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > textarea,
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > div > input:not([type=checkbox]),
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > div > select,
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > div > span,
.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-comment .ais-form-coll > div > div > textarea {
  width: 83% !important;
  height: 50px;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-organization-wrapper {
  width: 100%;
  margin-top: 5px;
}

.ais-form-group-incoming-doc-wrapper .ais-incoming-doc-organization-wrapper .ais-label {
  width: 16%;
}

.ais-incoming-doc-organization {
  width: 83%;
  display: flex;
  align-items: center;
}

.ais-incoming-doc-organization .ais-incoming-doc-add-org {
  margin: 0 10px;
}

.ais-incoming-doc-organization .ais-checkbox {
  margin-left: 10px;
}

.ais-incoming-doc-editor {
  width: 83%;
  margin-top: 5px;
}

.ais-form-group-incoming-doc-action-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 5px;
}

.ais-form-group-incoming-doc-action-wrapper .ais-label {
  width: 16%;
  font-weight: 400;
}

.ais-form-group-incoming-doc-action {
  display: flex;
  width: 69%;
}

.ais-form-group-incoming-doc-action .ais-checkbox {
  margin-right: 1%;
}

.ais-incoming-doc-preview-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  padding-left: 17%;
  margin-top: 5px;
}

.ais-incoming-doc-preview-row .ais-incoming-doc-preview-user {
  width: 30%;
  margin-right: 1%;
}

.ais-incoming-doc-preview-row .select2 {
  width: 100% !important;
}

.ais-incoming-doc-preview-row .ais-btn {
  margin-left: auto;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type {
  width: 56% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type .select2 {
  width: 100% !important;
}

.ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type .error {
  right: 64px;
}

.ais-form-group-incoming-doc-wrapper .ais-upload-incoming-doc-file {
  padding-left: 242px;
}

.status-line {
  position: relative;
  min-width: 70px;
}
.status-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.status-line-viewed::after {
  background-color: #E8BF39;
}

.status-line-completed::after {
  background-color: #ffffff;
}

.status-line-overdue::after {
  background-color: #DD3434;
}

/*
    # админ меню
*/
.user-menu .ais-admin-menu {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .user-menu .ais-admin-menu {
    margin-left: 5px;
  }
}

.ais-admin-menu a.sublist {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 17%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ais-admin-menu a.sublist {
    padding: 4px;
  }
}
.ais-admin-menu a.sublist:hover, .ais-admin-menu a.sublist:focus {
  background-color: var(--navbar-color-bg);
}
.ais-admin-menu a.sublist:active {
  background-color: var(--navbar-color-bg);
}
.ais-admin-menu a.sublist::before, .ais-admin-menu a.sublist::after {
  display: none;
}

.ais-admin-menu .submenu {
  top: 100% !important;
}

/*
    Уведомления
*/
.user-menu .ais-user-menu-item {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .user-menu .ais-user-menu-item {
    margin-left: 5px;
  }
}

.user-menu .ais-user-menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 17%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
}
.user-menu .ais-user-menu-item a:hover, .user-menu .ais-user-menu-item a:focus {
  background-color: var(--navbar-color-bg);
}
.user-menu .ais-user-menu-item a:hover .svg-bar, .user-menu .ais-user-menu-item a:focus .svg-bar {
  fill: var(--navbar-link-hover-color);
}
.user-menu .ais-user-menu-item a:active {
  background-color: var(--navbar-color-bg);
}
.user-menu .ais-user-menu-item a:active .svg-bar {
  fill: var(--navbar-link-active-color);
}
@media (max-width: 767px) {
  .user-menu .ais-user-menu-item a {
    padding: 4px;
  }
}

.ais-admin-menu a:hover, .ais-admin-menu a:focus {
  background-color: transparent;
}
.ais-admin-menu a:hover .svg-bar, .ais-admin-menu a:focus .svg-bar {
  fill: var(--navbar-link-hover-color);
}
.ais-admin-menu a:active {
  background-color: transparent;
}
.ais-admin-menu a:active .svg-bar {
  fill: var(--navbar-link-active-color);
}

.ais-notice-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  height: auto;
  padding: 0 4px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background-color: #dd3434;
  border-radius: 25%;
  overflow: hidden;
}

.ais-organization-list-table .dropdown-list {
  min-width: 190px;
}

.ais-organization-list-table .dropdown-list i {
  margin-right: 10px;
  color: #aeb2b7;
}

.ais-user-process-table-number {
  width: 5%;
  text-align: center;
}

.ais-user-process-table-name {
  width: 22%;
}

.ais-user-process-table-created {
  width: 7%;
  text-align: center;
}

.ais-user-process-table-username {
  width: 16%;
}

.ais-user-process-table-info {
  width: 16%;
}

.ais-user-process-table-state {
  width: 22%;
}

.ais-user-process-table-date {
  width: 7%;
  text-align: center;
}

.ais-form-group-two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 69%;
}

.ais-form-group-wrapper .ais-form-group-download-docs-wrapper {
  align-items: baseline;
  width: 100%;
}

.ais-form-group-download-docs-wrapper .ais-label {
  width: 16%;
}

.ais-form-group-download-docs {
  display: flex;
  flex-direction: column;
  width: 83%;
}

.ais-download-docs-btn {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.ais-download-docs-btn .ais-btn {
  max-width: 200px;
}

.ais-download-docs-btn .ais-form-group-row {
  align-items: center;
}

.contract-footer {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ais-select {
  display: block;
  max-width: 140px;
  /* min-height: 35px; */
  padding: 4px 10px;
  font: inherit;
  color: var(--text-color);
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: var(--bg-block-color);
  margin-left: 5px;
}

.odpu-input {
  padding-right: 70px !important;
}

.rows-params > .row {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

input, select, textarea {
  width: inherit;
  padding: 5px 10px;
  font: inherit;
  font-size: 14px;
  color: var(--text-color);
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: var(--bg-block-color);
}
input:hover, select:hover, textarea:hover {
  border: 1px solid var(--primary);
}
input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  border: 1px solid var(--primary);
  box-shadow: 0 0 0 2px var(--primary-025);
  outline: none;
}
input:disabled, select:disabled, textarea:disabled {
  background-color: #eaeaea;
  border-color: #ced4da;
  box-shadow: none;
}

.input-date {
  background: url(../../img/calendar.svg) no-repeat top 7px right 7px;
  background-size: 20px;
}

.input-datetime {
  background: url(../../img/calendar.svg) no-repeat top 7px right 7px;
  background-size: 20px;
}

.input-with-buttons-wrapper {
  position: relative;
  width: inherit;
}

.input-with-buttons-wrapper > input {
  padding-right: 72px;
}

.input-with-buttons-wrapper > div {
  position: absolute;
  right: 5px;
  top: 3px;
}

.input-with-buttons-wrapper > div > button {
  padding: 3px;
  font-size: 20px;
  color: #a8a5bb;
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
}

.ais-form-group-report-dogovor-object .ais-btn-docs-filter-more {
  min-width: 44px;
  background-color: var(--bg-block-color);
  color: var(--text-color);
}
.ais-form-group-report-dogovor-object .ais-btn-group-wrapper .ais-btn:not(:first-child) {
  margin-left: 20px;
}
.ais-form-group-report-dogovor-object .ais-btn-docs-filter-more:hover {
  color: var(--text-color) !important;
  background-color: #ececec;
}
.ais-form-group-report-dogovor-object .ais-btn-group-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 10px;
  justify-content: flex-start;
  width: 800px;
}
.ais-form-group-report-dogovor-object .ais-form-group {
  width: 800px;
}
.ais-form-group-report-dogovor-object .ais-form-group input, .ais-form-group-report-dogovor-object .ais-form-group select2, .ais-form-group-report-dogovor-object .ais-form-group .select2 {
  width: 75% !important;
}
.ais-form-group-report-dogovor-object .ais-form-group-two-column {
  width: 75%;
}

.report-groups {
  display: flex;
  flex-direction: row;
}
.report-groups .report-group-column:first-child {
  border-right: 1px solid #ebedf2;
  padding-right: 24px;
  padding-left: 0px;
}
.report-groups .report-group-column {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
.report-groups .report-group-column .ais-form-group-order-date {
  width: 75%;
  flex-grow: 1;
}
.report-groups .report-group-column .ais-form-group-order-date .ais-form-group-date {
  width: calc(50% - 8px) !important;
}
.report-groups .report-group-column .ais-form-group-order-date input {
  width: 100% !important;
}
@media (max-width: 1654px) {
  .report-groups {
    flex-direction: column;
  }
  .report-groups .report-group-column {
    padding-left: 0;
  }
}

.ais-table-td-non-clickable-links td {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.ais-table-td-non-clickable-links a {
  color: #000;
}

.my-top-task-wrapper {
  display: flex;
  margin-top: 20px;
}

.my-top-task {
  display: flex;
  flex-direction: column;
  width: calc(100% - 301px);
}
@media (max-width: 375px) {
  .my-top-task .ais-page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.my-top-task-colum-wrapper {
  display: flex;
  white-space: nowrap;
}

.my-top-task-item-wrapper {
  width: 33%;
}

.my-top-task-performed, .my-top-task-overdue {
  padding-left: 5px;
  border-left: 1px solid lightgray;
}

.my-top-task-item {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-top-task-graph {
  width: 401px;
  border-left: 1px solid lightgray;
}

@media (max-width: 991px) {
  .my-top-task-graph {
    width: 100%;
    border-left: 1px solid lightgray;
  }
  .my-top-task {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgray;
  }
  .my-top-task-wrapper {
    flex-wrap: wrap;
  }
  .my-top-task-colum-wrapper {
    width: 100%;
  }
  .my-top-task-colum-wrapper .my-top-task-item:last-of-type {
    padding-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .my-top-task-colum-wrapper {
    flex-direction: column;
  }
  .my-top-task-item-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.my-process-wrapper {
  display: flex;
  margin-top: 20px;
}

.my-process {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  width: calc(100% - 301px);
}
@media (max-width: 375px) {
  .my-process .ais-page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.my-process-colum-wrapper {
  display: flex;
}

.my-process-item-name-wrapper {
  width: 47%;
}

.my-process-item-in-progress-wrapper {
  width: 18%;
  padding-left: 5px;
  border-left: 1px solid lightgray;
}

.my-process-item-performed-wrapper {
  width: 25%;
  padding-left: 5px;
  border-left: 1px solid lightgray;
}

.my-process-item-name {
  width: 47%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.my-process-item-in-progress {
  width: 18%;
  padding-left: 5px;
  border-left: 1px solid lightgray;
}

.my-process-item-performed {
  width: 25%;
  padding-left: 5px;
  border-left: 1px solid lightgray;
}

.my-process-item-wrapper b {
  word-break: break-word;
  width: 100%;
  white-space: pre-line;
}

@media (max-width: 1268px) {
  my-process-graph {
    width: 100%;
    border-left: 1px solid lightgray;
  }
  .my-process {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgray;
  }
  .my-process-wrapper {
    flex-wrap: wrap;
  }
  .my-process-item-in-progress, .my-process-item-in-progress-wrapper {
    width: 27%;
  }
  .my-process-item-performed, .my-process-item-performed-wrapper {
    width: 26%;
  }
  .my-process-colum-wrapper {
    width: 100%;
  }
  .my-process-colum-wrapper:last-of-type .my-process-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .my-process-item-wrapper b {
    font-size: 9px;
  }
  .my-process-item-in-progress, .my-process-item-in-progress-wrapper {
    width: 20%;
  }
  .my-process-item-performed, .my-process-item-performed-wrapper {
    width: 20%;
  }
  .my-process-item-name, .my-process-item-name-wrapper {
    width: 60%;
  }
}
@media (max-width: 650px) {
  .my-process-column-info-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .my-process-column-info-wrapper .my-process-item-name-wrapper.my-process-item-wrapper {
    width: 100% !important;
  }
  .my-process-column-info-wrapper .my-process-item-in-progress-wrapper.my-process-item-wrapper,
  .my-process-column-info-wrapper .my-process-item-performed-wrapper.my-process-item-wrapper {
    width: 50%;
  }
  .my-process-column-info-wrapper .my-process-item-name.my-process-item.my-process-info-wrapper {
    width: 100%;
    white-space: break-spaces;
  }
  .my-process-column-info-wrapper .my-process-item-in-progress.my-process-item {
    width: 50%;
  }
  .my-process-column-info-wrapper .my-process-item-in-progress,
  .my-process-column-info-wrapper .my-process-item-in-progress-wrapper {
    border-left: none !important;
  }
  .my-process-column-info-wrapper .my-process-item-wrapper b {
    font-size: 14px !important;
  }
  .my-process-graph {
    border-left: none !important;
  }
}
@media (max-width: 425px) {
  .my-process-column-info-wrapper .my-process-item-wrapper b {
    font-size: 12px !important;
  }
}
@media (max-width: 550px) {
  .my-assigned-tasks {
    border-left: none !important;
  }
}
.request-btn-group {
  flex-wrap: wrap;
  position: relative;
}
.request-btn-group .filter-mode {
  flex-grow: 0;
}

.btn-group-toggle.flex-wrap .btn {
  white-space: nowrap; /* предотвращаем перенос текста внутри кнопок */
  flex: 0 0 auto; /* запрещаем растягивание/сжатие */
}

.request-btn-down {
  display: none;
  margin: 2px;
}
.request-btn-down button {
  border: none;
  background: initial;
  width: 25px;
  height: 25px;
}
.request-btn-down svg .b {
  fill: var(--navbar-color);
}
.request-btn-down svg .a {
  fill: none;
}
.request-btn-down:hover svg .b, .request-btn-down:focus svg .b {
  fill: #5298b9;
}

.request-add-process {
  flex-shrink: 0;
  margin-left: auto;
}

.request-add-process-mobile {
  display: none;
  flex-shrink: 0;
  margin-left: auto;
  height: 35px;
}

.request-back-btn {
  margin-right: 20px;
  height: 35px;
}

.request-back-btn-mobile {
  display: none;
  margin-right: 20px;
  height: 35px;
}

.reqest-msg {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 710px) {
  .request-btn-group {
    flex-direction: column;
    width: 170px;
  }
  .request-btn-down {
    display: block;
  }
  .request-btn-group .filter-mode {
    width: 100%;
  }
  .request-btn-group .filter-mode.active {
    order: -1;
  }
  /*
      .request-btn-group {
          height: 35px;
          overflow: hidden;
      }*/
  .request-ps-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .request-ps-row label {
    display: block;
    flex: 0 0 0 !important;
    align-self: flex-start !important;
  }
  .request-ps-row label:first-of-type {
    font-weight: 700;
  }
  .request-ps-row input {
    max-width: 100% !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 560px) {
  .request-filter-search .ais-btn {
    font-size: 10px;
    padding: 5px;
    min-width: 35px;
  }
  .request-btn-group label.filter-mode {
    font-size: 14px !important;
  }
  /*    .request-btn-group {
          width: 150px;
      }*/
}
@media (max-width: 464px) {
  .request-add-process-mobile {
    display: block;
  }
  .request-add-process-mobile .fa-plus {
    display: none;
  }
  .request-add-process {
    display: none;
  }
  .request-back-btn-mobile {
    display: block;
    margin-right: 10px;
  }
  .request-back-btn {
    display: none;
  }
  /*    .request-btn-group label.filter-mode {
          font-size: 12px !important;
      }*/
}
.request-block-search-wrapper .reqest-date input {
  background: url("../../img/calendar.svg") no-repeat top 3px right 5px;
  background-size: 20px;
}
.request-block-search-wrapper .reqest-date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.request-block-search-wrapper .ais-form-group-order-date.reqest-date {
  width: calc(80% - 130px) !important;
  flex-grow: 1;
}
@media (max-width: 1400px) {
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process {
    width: 50%;
  }
  .request-block-search-wrapper .request-form-group-row {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .request-block-search-wrapper .request-form-group-row {
    width: 100%;
    flex-direction: column;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .request-option-input, .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .ais-form-group-order-date {
    width: calc(80% - 5px);
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .select2 {
    width: calc(80% - 5px) !important;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-btn-group-wrapper.reqest-btn-group-wrapper {
    padding-left: calc(20% + 5px);
  }
}
@media (max-width: 767px) {
  .request-block-search-wrapper .ais-filter-search-form .ais-btn-group-wrapper.reqest-btn-group-wrapper {
    padding-left: 0;
  }
  .request-block-search-wrapper .reqest-btn-text {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .request-block-search-wrapper .ais-filter-search-form .ais-btn-group-wrapper.reqest-btn-group-wrapper .ais-btn {
    min-width: 50px;
    padding: 2px;
  }
  .request-block-search-wrapper .reqest-btn-text {
    display: none;
  }
}
@media (max-width: 524px) {
  .request-block-search-wrapper .ais-filter-search-form .ais-btn-group-wrapper.reqest-btn-group-wrapper .ais-btn {
    min-width: 30px;
    padding: 2px;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process {
    flex-direction: column;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process input[type=date] {
    background: url("../../img/calendar.svg") no-repeat top 3px right 5px;
    background-size: 20px;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process label {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .request-option-input, .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .ais-form-group-order-date {
    width: 100%;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .ais-form-group-order-date.reqest-date {
    width: 100% !important;
    flex-grow: 1;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .select2 {
    width: 100% !important;
  }
  .request-block-search-wrapper .ais-filter-search-form .ais-form-group.request-item-of-process .reqest-select {
    width: 100% !important;
    max-width: 100%;
    margin: 10px 0 0;
  }
}

.ais-block-process-main-info .ais-form-group-process-name.request-group-process-name {
  width: 100%;
  margin-right: 0;
  padding: 0 10px;
}
.ais-block-process-main-info .ais-form-group-process-name.request-group-process-name .request-label {
  width: 16%;
  margin-right: 1%;
}
.ais-block-process-main-info .ais-form-group-process-name.request-group-process-name .request-input {
  width: 83% !important;
}

.request-group-process-name {
  width: 100%;
  margin-right: 0;
}
.request-group-process-name .request-label {
  width: 16%;
  margin-right: 1%;
  flex: initial;
}
.request-group-process-name .request-input {
  width: 83% !important;
  margin-right: 0;
}

.reqest-step-document-templates .ais-checkbox-text.left::before {
  left: 2px;
}
.reqest-step-document-templates .ais-checkbox-text.left::after {
  left: 0;
}

.request-position-user-modal .odpu, .request-position-user-modal .odpus {
  position: relative;
}
.request-position-user-modal .reqest-checkbox {
  margin-right: 0;
}
.request-position-user-modal .ais-incoming-doc-add-org {
  position: absolute;
  right: -20px;
  top: calc(50% - 15px);
  width: 15px;
}
.request-position-user-modal .modal-body {
  padding-right: 30px;
}
.request-position-user-modal .select2 {
  margin-right: 0;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {
    b {
        display: none;
    }

    background-image: url(../../img/arrow-down-black.svg);
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
}*/
.process-form-group-row .ais-form-group {
  padding: 0 10px;
}
.process-form-group-row .ais-form-group .ais-label {
  width: 16%;
  margin-right: 1%;
}

.request-table-participant {
  width: 18%;
}

.request-table-type-org {
  width: 18%;
}

.request-table-participant-org {
  width: 64%;
  flex-grow: 1;
}

.request-table-string-org {
  display: flex;
  width: 100%;
}

.request-repair {
  margin-left: 62px;
}

.outgoing-document-checkbox .ais-checkbox-text.left::after {
  left: 0px;
}
.outgoing-document-checkbox .ais-checkbox-text.left::before {
  left: 2px;
}

/*.perechislenia-transfermoney-3 .ais-form-group {
    width: calc(100% - 35px) !important;
}*/
.transfermoney-3-input {
  margin-right: 15px;
}

.transfermoney-3-table {
  width: 69%;
}

.transfermoney-input-summ.ais-input, .ais-form-coll > div > input.transfermoney-input-summ:not([type=checkbox]),
.ais-form-coll > div > select.transfermoney-input-summ,
.ais-form-coll > div > span.transfermoney-input-summ,
.ais-form-coll > div > textarea.transfermoney-input-summ,
.ais-form-coll > div > div > input.transfermoney-input-summ:not([type=checkbox]),
.ais-form-coll > div > div > select.transfermoney-input-summ,
.ais-form-coll > div > div > span.transfermoney-input-summ,
.ais-form-coll > div > div > textarea.transfermoney-input-summ {
  width: 200px !important;
}

.perechislenia-transfermoney-accumulation-latter .perechislenia-transfermoney-accumulation-input {
  width: 50% !important;
  flex-grow: 1;
  margin-right: 15px;
}

.transfer-resuming-input.ais-input, .ais-form-coll > div > input.transfer-resuming-input:not([type=checkbox]),
.ais-form-coll > div > select.transfer-resuming-input,
.ais-form-coll > div > span.transfer-resuming-input,
.ais-form-coll > div > textarea.transfer-resuming-input,
.ais-form-coll > div > div > input.transfer-resuming-input:not([type=checkbox]),
.ais-form-coll > div > div > select.transfer-resuming-input,
.ais-form-coll > div > div > span.transfer-resuming-input,
.ais-form-coll > div > div > textarea.transfer-resuming-input {
  width: 30% !important;
  flex-grow: 1;
  margin-right: 15px;
}

.transfer-resuming-input1.ais-input, .ais-form-coll > div > input.transfer-resuming-input1:not([type=checkbox]),
.ais-form-coll > div > select.transfer-resuming-input1,
.ais-form-coll > div > span.transfer-resuming-input1,
.ais-form-coll > div > textarea.transfer-resuming-input1,
.ais-form-coll > div > div > input.transfer-resuming-input1:not([type=checkbox]),
.ais-form-coll > div > div > select.transfer-resuming-input1,
.ais-form-coll > div > div > span.transfer-resuming-input1,
.ais-form-coll > div > div > textarea.transfer-resuming-input1 {
  width: 30.7% !important;
}

@media (max-width: 1400px) {
  .perechislenia-transfermoney-3 .ais-form-group, .perechislenia-transfermoney-accumulation-latter .ais-form-group {
    width: calc(100% - 35px) !important;
  }
  .perechislenia-transfermoney-accumulation-latter .perechislenia-transfermoney-accumulation-input {
    width: calc(50% - 34px) !important;
    flex-grow: 0;
  }
  .perechislenia-transfermoney-accumulation-latter .perechislenia-transfermoney-accumulation-group-date {
    flex-grow: 1;
  }
}
@media (max-width: 900px) {
  .reqest-step-document-templates .ais-form-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
  }
  .reqest-step-document-templates .ais-form-group .ais-label, .reqest-step-document-templates .ais-form-group .ais-input, .reqest-step-document-templates .ais-form-group .ais-form-coll > div > input:not([type=checkbox]),
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > select,
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > span,
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > textarea,
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > div > input:not([type=checkbox]),
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > div > select,
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > div > span,
  .reqest-step-document-templates .ais-form-group .ais-form-coll > div > div > textarea, .reqest-step-document-templates .ais-form-group .select2 {
    width: 100% !important;
    margin-bottom: 5px;
    margin-right: 0 !important;
  }
  .reqest-step-document-templates .ais-form-group-date {
    width: 100%;
    flex-direction: column;
  }
  .reqest-step-document-templates .ais-form-group-date .ais-label, .reqest-step-document-templates .ais-form-group-date .ais-input, .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > input:not([type=checkbox]),
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > select,
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > span,
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > textarea,
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > div > input:not([type=checkbox]),
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > div > select,
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > div > span,
  .reqest-step-document-templates .ais-form-group-date .ais-form-coll > div > div > textarea, .reqest-step-document-templates .ais-form-group-date label {
    width: 100% !important;
    margin-bottom: 5px;
    margin-right: 0 !important;
  }
  .reqest-step-document-templates .ais-form-group-two-column {
    width: 100%;
    flex-direction: column;
  }
  .reqest-step-document-templates .transfermoney-3-select2-form-froup {
    width: calc(100% - 35px) !important;
  }
  .reqest-step-document-templates .transfermoney-3-select2-form-froup .ais-form-group-buttons {
    top: 50%;
  }
  .reqest-step-document-templates .transfermoney-select2-form-froup .ais-form-group-buttons {
    top: 33px;
  }
  .transfermoney-3-input {
    margin-right: 0;
  }
  .transfermoney-3-table {
    width: 100%;
  }
  .perechislenia-transfermoney-accumulation-latter .perechislenia-transfermoney-accumulation-input.ais-input, .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > input.perechislenia-transfermoney-accumulation-input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > select.perechislenia-transfermoney-accumulation-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > span.perechislenia-transfermoney-accumulation-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > textarea.perechislenia-transfermoney-accumulation-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > input.perechislenia-transfermoney-accumulation-input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > select.perechislenia-transfermoney-accumulation-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > span.perechislenia-transfermoney-accumulation-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > textarea.perechislenia-transfermoney-accumulation-input {
    width: 100% !important;
    flex-grow: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .perechislenia-transfermoney-accumulation-latter .perechislenia-transfermoney-accumulation-group-date {
    flex-grow: 0;
    width: 100% !important;
  }
  .perechislenia-transfermoney-accumulation-latter .ais-label, .perechislenia-transfermoney-accumulation-latter .ais-input, .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > select,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > span,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > textarea,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > select,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > span,
  .perechislenia-transfermoney-accumulation-latter .ais-form-coll > div > div > textarea, .perechislenia-transfermoney-accumulation-latter label {
    width: 100% !important;
    margin-bottom: 5px;
    text-align: left;
    margin-right: 0 !important;
  }
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .perechislenia-transfermoney-accumulation-latter-input.ais-input, .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > input.perechislenia-transfermoney-accumulation-latter-input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > select.perechislenia-transfermoney-accumulation-latter-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > span.perechislenia-transfermoney-accumulation-latter-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > textarea.perechislenia-transfermoney-accumulation-latter-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > div > input.perechislenia-transfermoney-accumulation-latter-input:not([type=checkbox]),
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > div > select.perechislenia-transfermoney-accumulation-latter-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > div > span.perechislenia-transfermoney-accumulation-latter-input,
  .perechislenia-transfermoney-accumulation-latter .ais-form-group-two-column .ais-form-coll > div > div > textarea.perechislenia-transfermoney-accumulation-latter-input {
    width: 100% !important;
  }
  .transfer-resuming-input {
    width: 100% !important;
    flex-grow: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .transfer-resuming-input1 {
    width: 100% !important;
  }
  .transfermoney-input-summ.ais-input, .ais-form-coll > div > input.transfermoney-input-summ:not([type=checkbox]),
  .ais-form-coll > div > select.transfermoney-input-summ,
  .ais-form-coll > div > span.transfermoney-input-summ,
  .ais-form-coll > div > textarea.transfermoney-input-summ,
  .ais-form-coll > div > div > input.transfermoney-input-summ:not([type=checkbox]),
  .ais-form-coll > div > div > select.transfermoney-input-summ,
  .ais-form-coll > div > div > span.transfermoney-input-summ,
  .ais-form-coll > div > div > textarea.transfermoney-input-summ {
    width: 100% !important;
  }
}
@media (max-width: 484px) {
  .reqest-step-document-templates .ais-label, .reqest-step-document-templates label {
    font-size: 12px;
  }
}
.request-action .select2-selection__choice {
  white-space: normal;
}

@media (max-width: 1017px) {
  .stroy-materials-tr-header {
    display: none;
  }
  .stroy-materials-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .stroy-materials-td {
    border: none !important;
  }
  .stroy-materials-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .stroy-materials-td.stroy-materials-name {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-name::before {
    content: "Наименование";
  }
  .stroy-materials-td.stroy-materials-unit {
    min-width: 135px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-unit::before {
    content: "Единица измерения";
  }
  .stroy-materials-td.stroy-materials-amount {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-amount::before {
    content: "Количество";
  }
  .stroy-materials-td.stroy-materials-saldo {
    min-width: 90px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-saldo::before {
    content: "Сальдо";
  }
  .stroy-materials-td.stroy-materials-sum-work-planned {
    min-width: 150px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-sum-work-planned::before {
    content: "Сумма работ по плану";
  }
  .stroy-materials-td.stroy-materials-description {
    min-width: 120px !important;
    width: calc(10% - 20px);
  }
  .stroy-materials-td.stroy-materials-description::before {
    content: "Примечание";
  }
  .stroy-materials-td.stroy-materials-add-basket {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  .stroy-materials-td.stroy-materials-name {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-unit {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-amount {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-saldo {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-sum-work-planned {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-description {
    width: 100%;
  }
  .stroy-materials-td.stroy-materials-add-basket {
    margin-top: 25px;
  }
  .stroy-materials-btn {
    padding-left: 10px !important;
    justify-content: start !important;
  }
}
@media (max-width: 700px) {
  .marketplace-order-performer-none {
    display: none;
  }
  .marketplace-order-executor {
    flex: 0 0 100% !important;
  }
  .mp-order-executor {
    flex-wrap: wrap !important;
  }
  .marketplace-order-name-field {
    margin-left: auto;
    width: 400px !important;
  }
}
@media (max-width: 685px) {
  .order-service-mp {
    flex-wrap: wrap;
  }
  .order-service-mp-info {
    flex: 0 0 100% !important;
  }
  .marketplace-order-name-field {
    margin-left: auto;
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  .info-process-cols-wrapper {
    flex-wrap: wrap !important;
  }
  .info-process-cols-wrapper .info-process-block-wrapper {
    width: 100% !important;
  }
  .info-process-cols-wrapper .info-tasks-block-wrapper {
    width: 100% !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .info-process-tr {
    flex-wrap: wrap;
    min-width: 100% !important;
  }
  .info-process-td-header {
    display: none;
  }
  .info-process-td {
    border-bottom: none !important;
  }
  .info-process-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .info-process-td.info-process-id {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-id::before {
    content: "Номер процесса:";
  }
  .info-process-td.info-process-letter-num {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-letter-num::before {
    content: "Номер письма:";
  }
  .info-process-td.info-process-letter-type {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-letter-type::before {
    content: "Тип реестра:";
  }
  .info-process-td.info-process-act-num {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-act-num::before {
    content: "Номер акта:";
  }
  .info-process-td.info-process-dog-num {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-dog-num::before {
    content: "Номер договора:";
  }
  .info-process-td.info-process-dog-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-dog-date::before {
    content: "Дата договора:";
  }
  .info-process-td.info-process-act-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-act-date::before {
    content: "Дата акта:";
  }
  .info-process-td.info-process-general-sum {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-general-sum::before {
    content: "Общая сумма оплат:";
  }
  .info-process-td.info-process-letter-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-letter-date::before {
    content: "Дата письма:";
  }
  .info-process-td.info-process-reestr-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-reestr-date::before {
    content: "Дата реестра:";
  }
  .info-process-td.info-process-reestr-num {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-reestr-num::before {
    content: "Номер реестра:";
  }
  .info-process-td.info-process-created {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-created::before {
    content: "Создано:";
  }
  .info-process-td.info-process-status-name {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-status-name::before {
    content: "Статус процесса:";
  }
  .info-process-td.info-process-date-final {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-date-final::before {
    content: "Срок исполнения:";
  }
  .info-process-td.info-process-previous-doc-number {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-previous-doc-number::before {
    content: "Номер предыдущего (исходящего) документа:";
  }
  .info-process-td.info-process-previous-doc-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-previous-doc-date::before {
    content: "Дата предыдущего (исходящего) документа:";
  }
  .info-process-td.info-process-doc-number {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-doc-number::before {
    content: "Номер документа:";
  }
  .info-process-td.info-process-number {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-number::before {
    content: "Номер:";
  }
  .info-process-td.info-process-doc-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-doc-date::before {
    content: "Дата документа:";
  }
  .info-process-td.info-process-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-date::before {
    content: "Дата:";
  }
  .info-process-td.info-process-form-type {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-form-type::before {
    content: "Вид:";
  }
  .info-process-td.info-process-subject {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-subject::before {
    content: "Тема:";
  }
  .info-process-td.info-process-form-organization {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-form-organization::before {
    content: "Адресант (от кого):";
  }
  .info-process-td.info-process-comment {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-comment::before {
    content: "Комментарий:";
  }
  .info-process-td.info-process-declarant-name {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-name::before {
    content: "Краткое наименование:";
  }
  .info-process-td.info-process-full-name {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-full-name::before {
    content: "Полное наименование:";
  }
  .info-process-td.info-process-declarant-ogrn {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-ogrn::before {
    content: "ОГРН:";
  }
  .info-process-td.info-process-declarant-inn {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-inn::before {
    content: "ИНН:";
  }
  .info-process-td.info-process-declarant-oktmo {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-oktmo::before {
    content: "ОКТМО:";
  }
  .info-process-td.info-process-declarant-kpp {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-kpp::before {
    content: "КПП:";
  }
  .info-process-td.info-process-declarant-address {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-address::before {
    content: "Адрес:";
  }
  .info-process-td.info-process-declarant-phone {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-phone::before {
    content: "Телефон:";
  }
  .info-process-td.info-process-declarant-email {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-declarant-email::before {
    content: "Эл.почта:";
  }
  .info-process-td.info-process-org {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-org::before {
    content: "Адресат";
  }
  .info-process-td.info-process-pol {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-pol::before {
    content: "Получатель";
  }
  .info-process-td.info-process-org-pol {
    min-width: 150px !important;
    width: 100% !important;
  }
  .info-process-td.info-process-org-pol::before {
    content: "Организация-получатель:";
  }
  .info-incoming-document-date {
    position: relative !important;
  }
  .registration-incoming-doc {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 540px) {
  .information-document-tr {
    min-width: 100% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .information-document-td.information-doc-text-left {
    text-align: left !important;
  }
  .information-document-td.information-doc-scan-name {
    width: 140px !important;
  }
}
@media (max-width: 425px) {
  .info-process-block-title-wrapper {
    flex-wrap: wrap;
  }
  .info-process-block-title-wrapper .ais-block-history-tabs {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .info-process-block-title-wrapper .process-info-history-tabs-li {
    width: 100% !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 320px) {
  .information-doc-scan-name {
    width: 140px !important;
  }
  .info-process-tr {
    min-width: 250px !important;
  }
}
@media (max-width: 767px) {
  .process-info-tr {
    display: flex;
    flex-wrap: wrap;
    min-width: 500px !important;
  }
  .process-info-td-header {
    display: none !important;
  }
  .process-info-td {
    border-bottom: none !important;
  }
  .process-info-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .process-info-td.process-info-user-created {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-user-created::before {
    content: "Создал(а)";
  }
  .process-info-td.process-info-status-name {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-status-name::before {
    content: "Статус";
  }
  .process-info-td.process-info-user-position-name {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-user-position-name::before {
    content: "Назначена";
  }
  .process-info-td.process-info-started {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-started::before {
    content: "Дата выдачи";
  }
  .process-info-td.process-info-executor-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-executor-date::before {
    content: "Срок исполнения";
  }
  .process-info-td.process-info-finish-date {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-finish-date::before {
    content: "Дата завершения";
  }
  .process-info-td.process-info-description {
    min-width: 150px !important;
    width: 100% !important;
  }
  .process-info-td.process-info-description::before {
    content: "Описание";
  }
}
@media (max-width: 540px) {
  .process-info-tr {
    min-width: 400px !important;
  }
}
@media (max-width: 425px) {
  .process-info-tr {
    min-width: 200px !important;
  }
}
@media (max-width: 1049px) {
  .task-search-information {
    margin-top: 7px;
  }
}
@media (max-width: 1000px) {
  .sending-doc-by-email {
    display: flex !important;
    flex-direction: column !important;
  }
  .sending-doc-by-email .ais-label {
    width: 100% !important;
    margin-left: 15px !important;
  }
  .sending-doc-by-email .ais-input, .sending-doc-by-email .ais-form-coll > div > input:not([type=checkbox]),
  .sending-doc-by-email .ais-form-coll > div > select,
  .sending-doc-by-email .ais-form-coll > div > span,
  .sending-doc-by-email .ais-form-coll > div > textarea,
  .sending-doc-by-email .ais-form-coll > div > div > input:not([type=checkbox]),
  .sending-doc-by-email .ais-form-coll > div > div > select,
  .sending-doc-by-email .ais-form-coll > div > div > span,
  .sending-doc-by-email .ais-form-coll > div > div > textarea {
    width: 100% !important;
  }
  .sending-doc-by-email .select2.select2-container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .attached-files-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  .sending-doc-by-email {
    width: 100% !important;
  }
}
@media (max-width: 1300px) {
  .request-table-participant-org .select2-container {
    width: 100% !important;
  }
  .meter-header-tr {
    display: none;
  }
  .meter-tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .meter-td {
    border: none !important;
  }
  .meter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .meter-td.meter-address {
    min-width: 200px !important;
    width: calc(50% - 20px);
    text-align: center;
  }
  .meter-td.meter-address::before {
    content: "Адрес";
  }
  .meter-td.fio-info {
    min-width: 200px !important;
    width: calc(50% - 20px);
    text-align: center;
  }
  .meter-td.fio-info::before {
    content: "ФИО";
  }
  .meter-td.meter-type-object {
    min-width: 200px !important;
    width: calc(50% - 20px);
    text-align: center;
  }
  .meter-td.meter-type-object::before {
    content: "Тип объекта";
  }
  .meter-td.meter-td-delete {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .meter-td.meter-model {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-model::before {
    content: "Модель прибора учета";
  }
  .meter-td.meter-serial {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-serial::before {
    content: "Серийный номер";
  }
  .meter-td.meter-resource {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-resource::before {
    content: "Ресурс";
  }
  .meter-td.meter-inn {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-inn::before {
    content: "ИНН РСО";
  }
  .meter-td.meter-last {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-last::before {
    content: "Дата последней проверки";
  }
  .meter-td.meter-next {
    min-width: 200px !important;
    width: calc(25% - 20px);
  }
  .meter-td.meter-next::before {
    content: "Дата следующей проверки";
  }
}
@media (max-width: 1000px) {
  .meter-td.meter-model, .meter-td.meter-serial, .meter-td.meter-resource, .meter-td.meter-inn, .meter-td.meter-last, .meter-td.meter-next {
    width: calc(30% - 20px) !important;
  }
}
@media (max-width: 950px) {
  .meter-tr td {
    border: none;
  }
  .meter-td.meter-button {
    text-align: start;
  }
  .meter-td.meter-address, .meter-td.meter-type-object, .meter-td.meter-model, .meter-td.meter-serial, .meter-td.meter-resource, .meter-td.meter-inn, .meter-td.meter-last, .meter-td.meter-next {
    width: calc(50% - 20px) !important;
    text-align: start;
  }
  .meter-btn-preview {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .meter-td.meter-td-delete {
    right: -12px;
  }
  .meter-td.meter-address, .meter-td.meter-type-object, .meter-td.meter-model, .meter-td.meter-serial, .meter-td.meter-resource, .meter-td.meter-inn, .meter-td.meter-last, .meter-td.meter-next {
    width: 100% !important;
  }
}
.request-chat {
  margin-top: 8px;
  margin-bottom: 8px;
}

.request-chat-open {
  font-size: 16px;
  border-bottom: 1px solid #ebedf2;
  padding: 5px 7px;
}

.request-chat-close {
  font-size: 16px;
  border-bottom: 1px solid #ebedf2;
  padding: 5px 7px;
  position: relative;
}

.request-chat-icon {
  min-width: 24px;
  min-height: 24px;
}

.request-chat-name {
  padding: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.request-chat-span {
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background-color: #df3c3c;
  text-align: center;
  border-radius: 50%;
  position: relative;
  bottom: 32px;
  left: 40px;
}

.bind-params .params-container {
  border-collapse: collapse;
  margin-bottom: 15px;
  border: 1px solid #ebedf2;
}
.bind-params .item {
  padding: 5px;
  min-width: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bind-params .item .select2-container {
  width: 100% !important;
}
.bind-params .item .input-with-buttons-wrapper {
  width: 100%;
}
.bind-params .group {
  padding: 5px;
  border: 1px solid #ebedf2;
  min-width: 0;
}
.bind-params .group.delete-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bind-params .group.group-equip {
  flex: 1 0 95%;
}
.bind-params .group.group-maininfo {
  flex: 1 0 40%;
}
.bind-params .group.group-priceinfo {
  flex: 1 0 55%;
}
.bind-params .groupes-wrapper {
  flex-wrap: nowrap;
  margin: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bind-params .params-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}
.bind-params .params-header > p {
  border-bottom: 1px solid black;
  font-size: 16px;
  font-weight: 500;
}
.bind-params .items-wrapper {
  flex-wrap: nowrap;
  margin: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bind-params .delete-button {
  flex: 0 0 5%;
}
.bind-params .equips-header {
  padding: 5px 0px 5px 10px;
}
.bind-params > .row {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .bind-params {
    /*groupes-wrapper-equip {
        flex-direction: column;
    }*/
  }
  .bind-params .group {
    border: none;
  }
  .bind-params .items-wrapper {
    display: contents;
  }
  .bind-params .groupes-wrapper {
    position: relative;
  }
  .bind-params .groupes-wrapper.groupes-wrapper-equip {
    border-bottom: 1px solid #ebedf2;
  }
  .bind-params .delete-button {
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .bind-params .equips-header {
    border-top: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
  }
}
@media (min-width: 911px) and (max-width: 1200px) {
  .bind-params .group {
    margin: 0 !important;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
  }
  .bind-params .group.group-maininfo .item {
    min-width: 200px !important;
    width: calc(33% - 20px);
    text-align: center;
  }
  .bind-params .group.group-priceinfo .item, .bind-params .group.group-equip .item {
    min-width: 200px !important;
    width: calc(25% - 20px);
    text-align: center;
  }
  .bind-params .groupes-wrapper-obj {
    flex-direction: column;
  }
}
@media (max-width: 910px) {
  .bind-params .group {
    display: contents;
  }
  .bind-params .group .item {
    width: calc(50% - 20px);
  }
  .bind-params .groupes-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
  }
  .bind-params .delete-button {
    top: inherit;
    right: 10px;
  }
}
@media (max-width: 600px) {
  .bind-params .group .item {
    width: 100%;
  }
}
.add-contract-tr {
  display: flex;
}
.add-contract-tr .contract-file-icon {
  min-width: 35px;
}
.add-contract-tr .contract-file-name {
  min-width: 240px;
}
.add-contract-tr .contract-file-open,
.add-contract-tr .contract-file-download,
.add-contract-tr .contract-file-remove {
  min-width: 28px;
}

.log-icon {
  background-image: url(/img/log-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 30px;
  min-height: 30px;
  max-width: 35px;
  min-width: 35px;
  cursor: pointer;
  background-color: var(--primary);
  border-radius: 4px;
}

.log-and-history {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.cert-background-gray {
  background-color: gray;
}

.btn-group-result-search-wrapper {
  width: 100%;
}
.btn-group-result-search-wrapper .ais-btn--cancel {
  background-color: var(--bg-block-color);
  border-color: #bee5eb;
}
.btn-group-result-search-wrapper label {
  width: 25%;
}

.btn-group-result-item {
  margin-top: 5px;
  width: 100%;
}

.input-checkbox {
  width: 20px;
}

.basicInfo {
  list-style-type: none;
  padding-inline-start: 20px;
  width: 100%;
  border-left: none;
}

.dectinationInfo {
  list-style-type: none;
  padding-inline-start: 20px;
  width: 100%;
  border-left: none;
}

.scans {
  list-style-type: none;
  padding-inline-start: 20px;
  width: 100%;
  border-left: none;
}

.internal-documents-wrapper {
  overflow-y: scroll;
  max-height: 100px;
}

.datepicker .datepicker-days td, .datepicker .datepicker-days th {
  width: fit-content;
}

@media (max-width: 1400px) {
  .info-documents-th-header th {
    display: none;
  }
  .documents-td {
    border-bottom: 1px solid #ebedf2 !important;
  }
  .documents-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .documents-td.documents-from-orgs-name:not(:empty) {
    min-width: 190px !important;
  }
  .documents-td.documents-from-orgs-name:not(:empty)::before {
    content: "Организация";
  }
  .documents-td.documents-to-org:not(:empty) {
    min-width: 200px !important;
  }
  .documents-td.documents-to-org:not(:empty)::before {
    content: "Кому";
  }
  .documents-td.documents-subject-type-name:not(:empty) {
    min-width: 190px !important;
  }
  .documents-td.documents-subject-type-name:not(:empty)::before {
    content: "Тема / документ";
  }
  .documents-td.documents-code-full-date:not(:empty) {
    min-width: 275px !important;
  }
  .documents-td.documents-code-full-date:not(:empty)::before {
    content: "Номер / Дата";
  }
  .documents-td.documents-previous-number-date:not(:empty) {
    min-width: 200px !important;
  }
  .documents-td.documents-previous-number-date:not(:empty)::before {
    content: "Номер / Дата пред. док-та";
  }
  .documents-td.documents-created:not(:empty) {
    min-width: 110px !important;
  }
  .documents-td.documents-created:not(:empty)::before {
    content: "Дата создания";
  }
  .documents-td.documents-request-id:not(:empty) {
    min-width: 100px !important;
  }
  .documents-td.documents-request-id:not(:empty)::before {
    content: "Процесс";
  }
}
/*@media (max-width: 1220px) {
    .info-documents-th-header {
        tr {
            display: flex;
            flex-wrap: wrap;
        }
    }
    .documents-td {
        &.documents-from-orgs-name:not(:empty) {
            min-width: 190px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-to-org:not(:empty) {
            min-width: 200px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-subject-type-name:not(:empty) {
            min-width: 190px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-code-full-date:not(:empty) {
            min-width: 275px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-previous-number-date:not(:empty) {
            min-width: 200px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-created:not(:empty) {
            min-width: 110px !important;
            width: calc(30% - 20px) !important;
        }

        &.documents-request-id:not(:empty) {
            min-width: 100px !important;
            width: calc(30% - 20px) !important;
        }
    }

}*/
.dropdown-table-drop-wrapper {
  width: 100%;
  position: relative;
}

.dropdown-table-item {
  border-bottom: 2px solid #f1f1f1;
}
.dropdown-table-item:first-of-type {
  margin-top: 0;
}
.dropdown-table-item:last-of-type {
  border-bottom: none;
}

.dropdown-table-drop-wrapper {
  /* -webkit-box-shadow: 0px 10px 30px $primary-shadow-color;
  box-shadow: 0px 10px 30px $primary-shadow-color;*/
  border-radius: 20px;
}

.dropdown-table-drop-accordion-btn {
  z-index: 0;
  padding: 20px 35px;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 767px) {
  .dropdown-table-drop-accordion-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .dropdown-table-drop-accordion-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
  }
  .dropdown-table-body .dropdown-table-dropdown-btn {
    right: -15px;
  }
  .dropdown-table-btn-wrapper {
    padding: 20px;
  }
}
.dropdown-table-btn-wrapper-wrapper {
  min-width: 400px;
  width: 400px;
  margin-top: -50px;
}

.dropdown-table-btn-wrapper {
  margin-left: 40px;
  border-radius: 20px;
  border: 2px solid;
  /*background-color: $primary-background;*/
  height: fit-content;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1549px) {
  .dropdown-table-btn-wrapper {
    width: 100%;
    margin-left: 0;
    min-width: initial;
    margin: 10px 0;
  }
  .dropdown-table-btn-wrapper-wrapper {
    min-width: 100%;
    width: initial;
    margin-top: 0;
  }
  .dropdown-table-drop-wrapper {
    width: 100%;
  }
}
.dropdown-table-drop-list {
  display: none;
}

.dropdown-table-drop-item {
  width: 100%;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  margin: 15px 0;
  border-radius: 5px;
}

.dropdown-table-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0;
  width: calc(45% - 26px);
  padding: 0 15px;
  min-width: 200px;
}

.dropdown-table-information {
  width: calc(45% - 26px);
  color: #414b4c;
  min-width: 200px;
}

.dropdown-table-final-date {
  padding: 0 15px;
  width: 10%;
}

.dropdown-table-status {
  width: 52px;
  padding: 0 10px;
  align-self: center;
}

.dropdown-table-number {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0;
  font-weight: 700;
  width: 10%;
  min-width: 50px;
}
.dropdown-table-number .ais-user-process-table-number {
  width: 100%;
  text-align: left;
  margin: 0;
}
.dropdown-table-number .status-line::after {
  left: -5px;
}

.dropdown-table-span-text {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.dropdown-table-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.dropdown-table-dropdown-btn {
  position: absolute;
  right: -20px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  border: none;
  background: initial;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion-panel.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-table-panel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 20px;
  color: #414b4c;
}

.dropdown-table-created {
  width: calc(33% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 0 15px;
  color: #414b4c;
  min-width: 100px;
}

.dropdown-table-username {
  width: calc(33% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #414b4c;
  min-width: 250px;
}

.dropdown-table-final-date {
  width: calc(33% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #414b4c;
  min-width: 120px;
}

.dropdown-table-state {
  width: 100%;
  padding: 0 15px;
  color: #414b4c;
  flex-grow: 1;
}

@media (max-width: 1245px) {
  .dropdown-table-drop-list {
    display: block;
  }
  .reqest-table {
    display: none;
  }
}
@media (max-width: 840px) {
  .dropdown-table-created, .dropdown-table-state, .dropdown-table-username, .dropdown-table-final-date {
    width: 100%;
    padding-left: 0;
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .dropdown-table-information, .dropdown-table-name, .dropdown-table-number {
    font-size: 14px;
  }
  .dropdown-table-information p, .dropdown-table-name p, .dropdown-table-number p {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .dropdown-table-body {
    flex-direction: column;
  }
  .dropdown-table-information, .dropdown-table-name, .dropdown-table-number {
    width: 100%;
    margin: 0 0 15px;
    padding-left: 0;
  }
  .dropdown-table-status {
    align-self: flex-start;
    padding: 0;
  }
}
.login-block {
  min-width: 520px;
}

@media (max-width: 767px) {
  .login-block {
    max-width: 520px;
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 484px) {
  .login-block {
    padding: 30px;
    margin-top: 15px;
  }
  .login-block .ais-btn {
    font-size: 10px;
    margin-top: 10px !important;
  }
  .login-block .ais-form-group {
    margin-top: 10px;
  }
  .login-block .ais-checkbox-text {
    margin-top: 15px;
  }
  .login-logo img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 384px) {
  .login-block {
    padding: 20px;
  }
}
.reference-book-orf-code {
  width: 90px;
}

.reference-book-orf-name {
  width: calc(20% - 38.15px);
  min-width: 300px;
}

.reference-book-orf-inn {
  width: calc(10% - 38.15px);
  min-width: 120px;
}

.reference-book-orf-kpp {
  width: calc(10% - 38.15px);
  min-width: 120px;
}

.reference-book-orf-ogrn {
  width: calc(10% - 38.15px);
  min-width: 120px;
}

.reference-book-orf-mail {
  width: 0;
}

.reference-book-orf-info {
  width: calc(19% - 38.15px);
  min-width: 120px;
}

.reference-book-orf-type {
  width: calc(19% - 38.15px);
}

.reference-book-orf-item {
  width: 7%;
  text-align: center !important;
}

@media (max-width: 1359px) {
  .banks-code,
  .banks-number-department,
  .banks-bik {
    padding-right: 0 !important;
  }
  .banks-name,
  .banks-number-branch,
  .banks-account-number {
    padding-left: 0 !important;
  }
}
@media (max-width: 1059px) {
  .banks-tr-header {
    display: none;
  }
  .banks-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .banks-td {
    border: none !important;
  }
  .banks-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .banks-td.banks-td-code {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .banks-td.banks-td-code::before {
    content: "Код";
  }
  .banks-td.banks-td-long-name {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .banks-td.banks-td-long-name::before {
    content: "Наименование";
  }
  .banks-td.banks-td-number-department {
    min-width: 110px !important;
    width: calc(15% - 20px);
  }
  .banks-td.banks-td-number-department::before {
    content: "Номер отделения";
  }
  .banks-td.banks-td-number-branch {
    min-width: 110px !important;
    width: calc(15% - 20px);
  }
  .banks-td.banks-td-number-branch::before {
    content: "Номер филиала";
  }
  .banks-td.banks-td-bik {
    min-width: 110px !important;
    width: calc(12% - 20px);
  }
  .banks-td.banks-td-bik::before {
    content: "БИК";
  }
  .banks-td.banks-td-loro-account {
    min-width: 185px !important;
    width: calc(22% - 20px);
  }
  .banks-td.banks-td-loro-account::before {
    content: "Номер банковского счета";
  }
}
@media (max-width: 767px) {
  .banks-td.banks-td-code {
    width: calc(25% - 20px);
  }
  .banks-td.banks-td-long-name {
    width: calc(33% - 20px);
  }
  .banks-td.banks-td-number-department {
    width: calc(33% - 20px);
  }
  .banks-td.banks-td-number-branch {
    width: calc(33% - 20px);
  }
  .banks-td.banks-td-bik {
    width: calc(33% - 20px);
  }
  .banks-td.banks-td-loro-account {
    width: calc(33% - 20px);
  }
}
@media (max-width: 490px) {
  .banks-td.banks-td-code {
    width: 100%;
  }
  .banks-td.banks-td-long-name {
    width: 100%;
  }
  .banks-td.banks-td-number-department {
    width: 100%;
  }
  .banks-td.banks-td-number-branch {
    width: 100%;
  }
  .banks-td.banks-td-bik {
    width: 100%;
  }
  .banks-td.banks-td-loro-account {
    width: 100%;
  }
  .banks-btn-group-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1359px) {
  .individuals-form-group-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: none !important;
  }
}
@media (max-width: 1219px) {
  .persons-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .persons-tr-header {
    display: none;
  }
  .persons-td {
    border: none !important;
  }
  .persons-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .persons-td.persons-td-last-name {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .persons-td.persons-td-last-name::before {
    content: "Фамилия";
  }
  .persons-td.persons-td-first-name {
    min-width: 110px;
    width: calc(10% - 20px);
  }
  .persons-td.persons-td-first-name::before {
    content: "Имя";
  }
  .persons-td.persons-td-middle-name {
    min-width: 100px;
    width: calc(10% - 5px);
  }
  .persons-td.persons-td-middle-name::before {
    content: "Отчество";
  }
  .persons-td.persons-td-birth-date {
    width: calc(10% - 5px);
    min-width: 120px;
  }
  .persons-td.persons-td-birth-date::before {
    content: "Дата рождения";
  }
  .persons-td.persons-td-gender {
    width: calc(10% - 5px);
    min-width: 100px;
  }
  .persons-td.persons-td-gender::before {
    content: "Пол";
  }
  .persons-td.persons-td-snils {
    width: calc(10% - 5px);
    min-width: 120px;
  }
  .persons-td.persons-td-snils::before {
    content: "СНИЛС";
  }
  .persons-td.persons-td-esrn {
    width: calc(10% - 5px);
    min-width: 100px;
  }
  .persons-td.persons-td-esrn::before {
    content: "ЕСРН";
  }
  .persons-td.persons-td-type-id {
    width: calc(10% - 5px);
    min-width: 110px;
  }
  .persons-td.persons-td-type-id::before {
    content: "Тип документа";
  }
  .persons-td.persons-td-doc-series {
    width: calc(10% - 5px);
    min-width: 120px;
  }
  .persons-td.persons-td-doc-series::before {
    content: "Серия";
  }
  .persons-td.persons-td-doc-number {
    width: calc(10% - 5px);
    min-width: 100px;
  }
  .persons-td.persons-td-doc-number::before {
    content: "Номер";
  }
  .persons-td.persons-td-doc-date {
    width: calc(10% - 5px);
    min-width: 90px;
  }
  .persons-td.persons-td-doc-date::before {
    content: "Дата выдачи";
  }
  .persons-td.persons-td-doc-org {
    width: calc(20% - 5px);
    min-width: 120px;
  }
  .persons-td.persons-td-doc-org::before {
    content: "Кем выдан";
  }
}
@media (max-width: 767px) {
  .persons-td {
    border: none !important;
  }
  .persons-td.persons-td-last-name {
    width: calc(30% - 20px);
  }
  .persons-td.persons-td-first-name {
    width: calc(30% - 20px);
  }
  .persons-td.persons-td-middle-name {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-birth-date {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-gender {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-snils {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-esrn {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-type-id {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-doc-series {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-doc-number {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-doc-date {
    width: calc(30% - 5px);
  }
  .persons-td.persons-td-doc-org {
    width: calc(30% - 5px);
  }
  .individuals-form-group-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .individuals-form-group-wrap label {
    margin-right: auto !important;
  }
}
@media (max-width: 490px) {
  .persons-td:empty {
    display: none;
  }
  .persons-td.persons-td-last-name {
    width: 100%;
  }
  .persons-td.persons-td-first-name {
    width: 100%;
  }
  .persons-td.persons-td-middle-name {
    width: 100%;
  }
  .persons-td.persons-td-birth-date {
    width: 100%;
  }
  .persons-td.persons-td-gender {
    width: 100%;
  }
  .persons-td.persons-td-snils {
    width: 100%;
  }
  .persons-td.persons-td-esrn {
    width: 100%;
  }
  .persons-td.persons-td-type-id {
    width: 100%;
  }
  .persons-td.persons-td-doc-series {
    width: 100%;
  }
  .persons-td.persons-td-doc-number {
    width: 100%;
  }
  .persons-td.persons-td-doc-date {
    width: 100%;
  }
  .persons-td.persons-td-doc-org {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .persons-btn-group {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  .persons-btn-search {
    width: 100%;
  }
  .persons-btn-cancel {
    margin: 20px 0 !important;
  }
  .persons-btn-docs-filter {
    margin: 20px 20px !important;
  }
}
@media (max-width: 540px) {
  .adding-individuals-person-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1359px) {
  .notification-date,
  .notification-login-user,
  .notification-type-nt {
    padding-right: 0 !important;
  }
  .notification-group-nt,
  .notification-topic,
  .notification-short-message {
    padding-left: 0 !important;
  }
  .notification-form-group {
    width: 850px !important;
    border-right: none !important;
  }
  .notification-order-date {
    width: 100% !important;
  }
}
@media (max-width: 679px) {
  .notification-login-user label,
  .notification-short-message label,
  .notification-group-nt label {
    width: 100% !important;
  }
  .notification-form-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 540px) {
  .notification-btn-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1100px) {
  .workflows-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .workflows-tr-header {
    display: none;
  }
  .workflows-td {
    border: none !important;
  }
  .workflows-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workflows-td.workflows-td-group {
    min-width: 140px;
    width: calc(16% - 20px);
  }
  .workflows-td.workflows-td-group::before {
    content: "Группа";
  }
  .workflows-td.workflows-td-name {
    min-width: 150px;
    width: calc(38% - 20px);
  }
  .workflows-td.workflows-td-name::before {
    content: "Наименование";
  }
  .workflows-td.workflows-td-code {
    min-width: 100px;
    width: calc(15% - 5px);
  }
  .workflows-td.workflows-td-code::before {
    content: "Код";
  }
  .workflows-td.workflows-td-form {
    width: calc(15% - 5px);
    min-width: 126px;
  }
  .workflows-td.workflows-td-form::before {
    content: "Формализованный";
  }
  .workflows-td.workflows-td-date {
    width: calc(16% - 5px);
    min-width: 150px;
  }
  .workflows-td.workflows-td-date::before {
    content: "Дата создания";
  }
}
@media (max-width: 767px) {
  .workflows-input {
    width: 100%;
  }
  .workflows-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
    align-items: flex-start !important;
    padding: 0 !important;
  }
  .workflows-tr {
    position: relative;
  }
  .workflows-td {
    border: none !important;
  }
  .workflows-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workflows-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 490px) {
  .workflows-td.workflows-td-group, .workflows-td.workflows-td-name, .workflows-td.workflows-td-code, .workflows-td.workflows-td-form, .workflows-td.workflows-td-date {
    text-align: left;
    width: 100%;
  }
  .workflows-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workflows-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1359px) {
  .creation-workflow-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: none !important;
  }
  .workflow-adding-member {
    display: block !important;
  }
  .workflow-members-tr-header {
    display: none;
  }
  .workflow-members-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .workflow-members-td {
    border: none !important;
  }
  .workflow-members-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workflow-members-td.busines-process-edit {
    position: absolute;
    right: 5px !important;
  }
  .workflow-members-td.busines-process-member-name {
    min-width: 150px;
    width: calc(30% - 20px);
  }
  .workflow-members-td.busines-process-member-name::before {
    content: "Наименование";
  }
  .workflow-members-td.busines-process-org-activity-type {
    min-width: 150px;
    width: calc(30% - 20px);
  }
  .workflow-members-td.busines-process-org-activity-type::before {
    content: "Вид деятельности";
  }
  .workflow-members-td.busines-process-org-name {
    min-width: 150px;
    width: calc(30% - 20px);
  }
  .workflow-members-td.busines-process-org-name::before {
    content: "Организация";
  }
  .workflow-tasks-tr-header {
    display: none;
  }
  .workflow-tasks-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
}
@media (max-width: 900px) {
  .creation-form-group-wrapper .creation-workflow-wrap {
    flex-direction: column !important;
    height: auto !important;
    align-items: start !important;
    padding-left: 0 !important;
  }
  .creation-form-group-wrapper .creation-workflow-wrap label {
    width: 100% !important;
  }
  .creation-form-group-wrapper .creation-workflow-wrap .ais-input, .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > input:not([type=checkbox]),
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > select,
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > span,
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > textarea,
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > div > input:not([type=checkbox]),
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > div > select,
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > div > span,
  .creation-form-group-wrapper .creation-workflow-wrap .ais-form-coll > div > div > textarea {
    width: 100% !important;
  }
  .creation-form-group-wrapper .ais-form-group {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .scheduler-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .scheduler-tr-header {
    display: none;
  }
  .scheduler-td {
    border: none !important;
  }
  .scheduler-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .scheduler-td.scheduler-name {
    min-width: 150px;
    width: calc(30% - 20px);
  }
  .scheduler-td.scheduler-name::before {
    content: "Название";
  }
  .scheduler-td.scheduler-periodocoty {
    min-width: 150px;
    width: calc(10% - 5px);
  }
  .scheduler-td.scheduler-periodocoty::before {
    content: "Периодичность";
  }
  .scheduler-td.scheduler-period {
    width: calc(10% - 5px);
    min-width: 126px;
  }
  .scheduler-td.scheduler-period::before {
    content: "Период";
  }
  .scheduler-td.scheduler-next {
    width: calc(15% - 5px);
    min-width: 150px;
  }
  .scheduler-td.scheduler-next::before {
    content: "Следующий запуск";
  }
  .scheduler-td.scheduler-count {
    width: calc(10% - 5px);
    min-width: 150px;
  }
  .scheduler-td.scheduler-count::before {
    content: "Кол-во запусков";
  }
  .scheduler-td.scheduler-active {
    width: calc(5% - 5px);
    min-width: 150px;
  }
  .scheduler-td.scheduler-active::before {
    content: "Активность";
  }
  .scheduler-td.scheduler-created {
    width: calc(10% - 5px);
    min-width: 150px;
  }
  .scheduler-td.scheduler-created::before {
    content: "Создан";
  }
  .scheduler-td.scheduler-workflow {
    width: calc(30% - 5px);
    min-width: 150px;
  }
  .scheduler-td.scheduler-workflow::before {
    content: "Бизнес-процесс";
  }
}
@media (max-width: 767px) {
  .scheduler-input {
    width: 100%;
  }
  .scheduler-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .scheduler-tr {
    position: relative;
  }
  .scheduler-td {
    border: none !important;
  }
  .scheduler-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
}
@media (max-width: 490px) {
  .scheduler-td.scheduler-periodocoty, .scheduler-td.scheduler-period, .scheduler-td.scheduler-name, .scheduler-td.scheduler-next, .scheduler-td.scheduler-count, .scheduler-td.scheduler-active, .scheduler-td.scheduler-workflow {
    text-align: left;
    width: 100%;
  }
  .scheduler-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .scheduler-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolowgroups-td {
    border: none !important;
  }
  .workfolowgroups-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolowgroups-td.workfolowgroups-name {
    min-width: 150px;
    width: calc(30% - 20px);
  }
  .workfolowgroups-td.workfolowgroups-name::before {
    content: "Название";
  }
  .workfolowgroups-td.workfolowgroups-actual {
    min-width: 150px;
    width: calc(10% - 5px);
  }
  .workfolowgroups-td.workfolowgroups-actual::before {
    content: "Актуальность";
  }
  .workfolowgroups-td.workfolowgroups-period {
    width: calc(10% - 5px);
    min-width: 126px;
  }
  .workfolowgroups-td.workfolowgroups-period::before {
    content: "Основная";
  }
  .workfolowgroups-td.workfolowgroups-color {
    width: calc(20% - 5px);
    min-width: 150px;
  }
  .workfolowgroups-td.workfolowgroups-color::before {
    content: "Цвет";
  }
  .workfolowgroups-td.workfolowgroups-count {
    width: calc(20% - 5px);
    min-width: 150px;
  }
  .workfolowgroups-td.workfolowgroups-count::before {
    content: "Сортировка";
  }
}
@media (max-width: 767px) {
  .workfolowgroups-input {
    width: 100%;
  }
  .workfolowgroups-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolowgroups-tr {
    position: relative;
  }
  .workfolowgroups-td {
    border: none !important;
  }
  .workfolowgroups-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflowsgroups-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolowgroups-td.workfolowgroups-name, .workfolowgroups-td.workfolowgroups-actual, .workfolowgroups-td.workfolowgroups-period, .workfolowgroups-td.workfolowgroups-color, .workfolowgroups-td.workfolowgroups-count {
    text-align: left;
    width: 100%;
  }
  .workfolowgroups-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolowgroups-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolowaction-td {
    border: none !important;
  }
  .workfolowaction-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolowaction-td.workfolowaction-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolowaction-td.workfolowaction-name::before {
    content: "Название";
  }
  .workfolowaction-td.workfolowaction-code {
    min-width: 150px;
    width: calc(10% - 7px);
  }
  .workfolowaction-td.workfolowaction-code::before {
    content: "Код";
  }
  .workfolowaction-td.workfolowaction-actual {
    width: calc(10% - 7px);
    min-width: 126px;
  }
  .workfolowaction-td.workfolowaction-actual::before {
    content: "Актуальность";
  }
  .workfolowaction-td.workfolowaction-draft {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolowaction-td.workfolowaction-draft::before {
    content: "Черновик";
  }
  .workfolowaction-td.workfolowaction-system {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolowaction-td.workfolowaction-system::before {
    content: "Системный";
  }
  .workfolowaction-td.workfolowaction-forms {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolowaction-td.workfolowaction-forms::before {
    content: "Форма";
  }
}
@media (max-width: 767px) {
  .workfolowaction-input {
    width: 100%;
  }
  .workfolowaction-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolowaction-tr {
    position: relative;
  }
  .workfolowaction-td {
    border: none !important;
  }
  .workfolowaction-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflowsaction-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolowaction-td.workfolowaction-name, .workfolowaction-td.workfolowaction-code, .workfolowaction-td.workfolowaction-actual, .workfolowaction-td.workfolowaction-system, .workfolowaction-td.workfolowaction-forms {
    text-align: left;
    width: 100%;
  }
  .workfolowaction-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolowaction-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolow-document-template-td {
    border: none !important;
  }
  .workfolow-document-template-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-document-template-td.workfolow-document-template-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-document-template-td.workfolow-document-template-name::before {
    content: "Название";
  }
  .workfolow-document-template-td.workfolow-document-template-type {
    min-width: 150px;
    width: calc(10% - 7px);
  }
  .workfolow-document-template-td.workfolow-document-template-type::before {
    content: "Тип документа";
  }
  .workfolow-document-template-td.workfolow-document-template-type-name {
    width: calc(10% - 7px);
    min-width: 126px;
  }
  .workfolow-document-template-td.workfolow-document-template-type-name::before {
    content: "Вид";
  }
  .workfolow-document-template-td.workfolow-document-template-necessary {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-necessary::before {
    content: "Обязательный документ";
  }
  .workfolow-document-template-td.workfolow-document-template-forms {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-forms::before {
    content: "Формируется при вводе через форму";
  }
  .workfolow-document-template-td.workfolow-document-template-form-code {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-form-code::before {
    content: "Код формы";
  }
  .workfolow-document-template-td.workfolow-document-template-actual {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-actual::before {
    content: "Актуальность";
  }
  .workfolow-document-template-td.workfolow-document-template-draft {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-draft::before {
    content: "Черновик";
  }
  .workfolow-document-template-td.workfolow-document-template-manage {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-document-template-td.workfolow-document-template-manage::before {
    content: "Управление шаблоном";
  }
}
@media (max-width: 767px) {
  .workfolow-document-template-input {
    width: 100%;
  }
  .workfolow-document-template-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolow-document-template-tr {
    position: relative;
  }
  .workfolow-document-template-td {
    border: none !important;
  }
  .workfolow-document-template-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-document-template-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-document-template-td.workfolow-document-template-name, .workfolow-document-template-td.workfolow-document-template-type, .workfolow-document-template-td.workfolow-document-template-type-name, .workfolow-document-template-td.workfolow-document-template-necessary, .workfolow-document-template-td.workfolow-document-template-forms, .workfolow-document-template-td.workfolow-document-template-form-code {
    text-align: left;
    width: 100%;
  }
  .workfolow-document-template-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolow-document-template-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolow-forms-td {
    border: none !important;
  }
  .workfolow-forms-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-forms-td.workfolow-forms-td-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-forms-td.workfolow-forms-td-name::before {
    content: "Название";
  }
  .workfolow-forms-td.workfolow-forms-td-code {
    min-width: 150px;
    width: calc(10% - 7px);
  }
  .workfolow-forms-td.workfolow-forms-td-code::before {
    content: "Код";
  }
  .workfolow-forms-td.workfolow-forms-td-actual {
    width: calc(10% - 7px);
    min-width: 126px;
  }
  .workfolow-forms-td.workfolow-forms-td-actual::before {
    content: "Актуальность";
  }
  .workfolow-forms-td.workfolow-forms-td-construct {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-forms-td.workfolow-forms-td-construct::before {
    content: "Режим конструктора";
  }
  .workfolow-forms-td.workfolow-forms-td-sample {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-forms-td.workfolow-forms-td-sample::before {
    content: "Прикрепленный шаблон документа";
  }
  .workfolow-forms-td.workfolow-forms-td-template {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-forms-td.workfolow-forms-td-template::before {
    content: "Управление формой";
  }
  .workfolow-forms-td.workfolow-forms-td-docTemplate {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-forms-td.workfolow-forms-td-docTemplate::before {
    content: "Управление шаблоном";
  }
}
@media (max-width: 767px) {
  .workfolow-forms-input {
    width: 100%;
  }
  .workfolow-forms-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolow-forms-tr {
    position: relative;
  }
  .workfolow-forms-td {
    border: none !important;
  }
  .workfolow-forms-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-forms-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-forms-td:empty {
    display: none;
  }
  .workfolow-forms-td.workfolow-forms-name, .workfolow-forms-td.workfolow-forms-td-code, .workfolow-forms-td.workfolow-forms-td-actual, .workfolow-forms-td.workfolow-forms-td-construct, .workfolow-forms-td.workfolow-forms-td-sample, .workfolow-forms-td.workfolow-forms-td-template, .workfolow-forms-td.workfolow-forms-td-docTemplate {
    text-align: left;
    width: 100%;
  }
  .workfolow-forms-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolow-forms-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolow-aplication-td {
    border: none !important;
  }
  .workfolow-aplication-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-aplication-td.workflows-aplication-td-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-aplication-td.workflows-aplication-td-name::before {
    content: "Название";
  }
  .workfolow-aplication-td.workflows-aplication-td-code {
    min-width: 150px;
    width: calc(10% - 7px);
  }
  .workfolow-aplication-td.workflows-aplication-td-code::before {
    content: "Код";
  }
  .workfolow-aplication-td.workflows-aplication-td-host {
    width: calc(10% - 7px);
    min-width: 126px;
  }
  .workfolow-aplication-td.workflows-aplication-td-host::before {
    content: "SmtpClientHost";
  }
  .workfolow-aplication-td.workflows-aplication-td-user {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-aplication-td.workflows-aplication-td-user::before {
    content: "SmtpClientUser";
  }
  .workfolow-aplication-td.workflows-aplication-td-pwd {
    width: calc(10% - 7px);
    min-width: 150px;
  }
  .workfolow-aplication-td.workflows-aplication-td-pwd::before {
    content: "SmtpClientPwd";
  }
}
@media (max-width: 767px) {
  .workfolow-aplication-input {
    width: 100%;
  }
  .workfolow-aplication-td {
    border: none !important;
  }
  .workfolow-aplication-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-aplication-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-aplication-td:empty {
    display: none;
  }
  .workfolow-aplication-td.workfolow-aplication-name, .workfolow-aplication-td.workfolow-aplication-td-code, .workfolow-aplication-td.workflows-aplication-td-host, .workfolow-aplication-td.workflows-aplication-td-user, .workfolow-aplication-td.workflows-aplication-td-pwd {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .workfolow-contacts-td {
    border: none !important;
  }
  .workfolow-contacts-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-contacts-td.workfolow-contacts-td-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-contacts-td.workfolow-contacts-td-name::before {
    content: "Название";
  }
  .workfolow-contacts-td.workfolow-contacts-td-code {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-contacts-td.workfolow-contacts-td-code::before {
    content: "Код";
  }
  .workfolow-contacts-td.workfolow-contacts-td-value {
    width: calc(25% - 20px);
    min-width: 126px;
  }
  .workfolow-contacts-td.workfolow-contacts-td-value::before {
    content: "Значение";
  }
  .workfolow-contacts-td.workfolow-contacts-td-comment {
    width: calc(25% - 20px);
    min-width: 150px;
  }
  .workfolow-contacts-td.workfolow-contacts-td-comment::before {
    content: "Комментарий";
  }
}
@media (max-width: 767px) {
  .workfolow-contacts-input {
    width: 100%;
  }
  .workfolow-contacts-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolow-contacts-tr {
    position: relative;
  }
  .workfolow-contacts-td {
    border: none !important;
  }
  .workfolow-contacts-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-contacts-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-contacts-td:empty {
    display: none;
  }
  .workfolow-contacts-td.workfolow-contacts-name, .workfolow-contacts-td.workfolow-contacts-td-code, .workfolow-contacts-td.workfolow-contacts-td-value, .workfolow-contacts-td.workfolow-contacts-td-comment {
    text-align: left;
    width: 100%;
  }
  .workfolow-contacts-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolow-contacts-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolow-list-td {
    border: none !important;
  }
  .workfolow-list-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-list-td.workfolow-list-td-name {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-list-td.workfolow-list-td-name::before {
    content: "Название";
  }
  .workfolow-list-td.workfolow-list-td-code {
    min-width: 150px;
    width: calc(25% - 20px);
  }
  .workfolow-list-td.workfolow-list-td-code::before {
    content: "Код";
  }
  .workfolow-list-td.workfolow-list-td-group-name {
    width: calc(25% - 20px);
    min-width: 126px;
  }
  .workfolow-list-td.workfolow-list-td-group-name::before {
    content: "Группа";
  }
  .workfolow-list-td.workfolow-list-td-sql {
    width: calc(25% - 20px);
    min-width: 150px;
  }
  .workfolow-list-td.workfolow-list-td-sql::before {
    content: "Процедура";
  }
}
@media (max-width: 767px) {
  .workfolow-list-input {
    width: 100%;
  }
  .workfolow-list-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolow-list-tr {
    position: relative;
  }
  .workfolow-list-td {
    border: none !important;
  }
  .workfolow-list-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-list-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-list-td:empty {
    display: none;
  }
  .workfolow-list-td.workfolow-list-name, .workfolow-list-td.workfolow-list-td-code, .workfolow-list-td.workfolow-list-td-group-name, .workfolow-list-td.workfolow-list-td-sql {
    text-align: left;
    width: 100%;
  }
  .workfolow-list-btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .workfolow-list-btn-wrapper button {
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media (max-width: 1100px) {
  .workfolow-notification-td {
    border: none !important;
  }
  .workfolow-notification-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .workfolow-notification-td.workflows-notification-td-name {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .workfolow-notification-td.workflows-notification-td-name::before {
    content: "Название";
  }
  .workfolow-notification-td.workflows-notification-td-code {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .workfolow-notification-td.workflows-notification-td-code::before {
    content: "Код";
  }
  .workfolow-notification-td.workflows-notification-td-app-code {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .workfolow-notification-td.workflows-notification-td-app-code::before {
    content: "Код приложения";
  }
  .workfolow-notification-td.workflows-notification-td-group-name {
    min-width: 150px;
    width: 33%;
  }
  .workfolow-notification-td.workflows-notification-td-group-name::before {
    content: "Группа уведомлений";
  }
  .workfolow-notification-td.workflows-notification-td-group-code {
    min-width: 150px;
    width: 33%;
  }
  .workfolow-notification-td.workflows-notification-td-group-code::before {
    content: "Код группы уведомлений";
  }
  .workfolow-notification-td.workflows-notification-td-app-name {
    width: calc(33% - 20px);
    min-width: 126px;
  }
  .workfolow-notification-td.workflows-notification-td-app-name::before {
    content: "Приложения";
  }
}
@media (max-width: 767px) {
  .workfolow-notification-input {
    width: 100%;
  }
  .workfolow-notification-group {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .workfolow-notification-tr {
    position: relative;
  }
  .workfolow-notification-td {
    border: none !important;
  }
  .workfolow-notification-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .ais-filter-search-form .ais-form-group.workflows-notification-form {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .workfolow-notification-td:empty {
    display: none;
  }
  .workfolow-notification-td.workflows-notification-td-name, .workfolow-notification-td.workflows-notification-td-code, .workfolow-notification-td.workflows-notification-td-app-name {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 1359px) {
  .notificatios-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
  }
}
@media (max-width: 455px) {
  .notifications-btn-group-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .numerators-tr-header {
    display: none;
  }
  .numerators-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .numerators-td {
    border: none !important;
  }
  .numerators-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .numerators-td.numerators-td-organization {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .numerators-td.numerators-td-organization::before {
    content: "Организация";
  }
  .numerators-td.numerators-td-doc-type {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .numerators-td.numerators-td-doc-type::before {
    content: "Тип документа";
  }
  .numerators-td.numerators-td-doc-view {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .numerators-td.numerators-td-doc-view::before {
    content: "Вид документа";
  }
  .numerators-td.numerators-td-prefix {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .numerators-td.numerators-td-prefix::before {
    content: "Префикс";
  }
  .numerators-td.numerators-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .numerators-td.numerators-td-organization, .numerators-td.numerators-td-doc-type, .numerators-td.numerators-td-doc-view, .numerators-td.numerators-td-prefix {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 455px) {
  .numerators-td.numerators-td-organization, .numerators-td.numerators-td-doc-type, .numerators-td.numerators-td-doc-view, .numerators-td.numerators-td-prefix {
    width: 100% !important;
  }
}
@media (max-width: 1300px) {
  .users-tr-header {
    display: none;
  }
  .users-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .users-td {
    border: none !important;
  }
  .users-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .users-td.users-td-full-name {
    min-width: 190px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-full-name::before {
    content: "ФИО";
  }
  .users-td.users-td-user-name {
    min-width: 160px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-user-name::before {
    content: "Логин";
  }
  .users-td.users-td-display-name {
    min-width: 200px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-display-name::before {
    content: "Отображаемое имя";
  }
  .users-td.users-td-email {
    min-width: 200px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-email::before {
    content: "Почта";
  }
  .users-td.users-td-created {
    min-width: 170px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-created::before {
    content: "Дата создания";
  }
  .users-td.users-td-updated {
    min-width: 170px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-updated::before {
    content: "Дата обновления";
  }
  .users-td.users-td-lockoutEnd {
    min-width: 170px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-lockoutEnd::before {
    content: "Дата блокировки";
  }
  .users-td.users-td-lockoutEndDontVision {
    min-width: 170px !important;
    width: calc(15% - 20px);
  }
  .users-td.users-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1149px) {
  .users-td.users-td-full-name, .users-td.users-td-user-name, .users-td.users-td-display-name, .users-td.users-td-email, .users-td.users-td-created, .users-td.users-td-updated {
    width: calc(30% - 20px);
  }
}
@media (max-width: 900px) {
  .users-td.users-td-full-name, .users-td.users-td-user-name, .users-td.users-td-display-name, .users-td.users-td-email, .users-td.users-td-created, .users-td.users-td-updated {
    width: calc(50% - 20px);
  }
  .user-form-wrap {
    display: flex;
    flex-direction: column !important;
  }
  .user-form-wrap label {
    margin-right: auto !important;
  }
  .adding-user-create-cols {
    flex-direction: column !important;
  }
  .adding-user-create-cols .ais-form-group-col {
    border: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .user-create-form-options .ais-input, .user-create-form-options .ais-form-coll > div > input:not([type=checkbox]),
  .user-create-form-options .ais-form-coll > div > select,
  .user-create-form-options .ais-form-coll > div > span,
  .user-create-form-options .ais-form-coll > div > textarea,
  .user-create-form-options .ais-form-coll > div > div > input:not([type=checkbox]),
  .user-create-form-options .ais-form-coll > div > div > select,
  .user-create-form-options .ais-form-coll > div > div > span,
  .user-create-form-options .ais-form-coll > div > div > textarea {
    margin-top: 5px !important;
  }
  .user-create-form-options .user-create-label {
    width: 90% !important;
  }
  .user-edit-cols {
    flex-direction: column !important;
  }
  .user-edit-cols .ais-form-group-col {
    border: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .user-form-wrap {
    min-width: 250px !important;
    width: 100% !important;
  }
  .users-td.users-td-full-name, .users-td.users-td-user-name, .users-td.users-td-display-name, .users-td.users-td-email, .users-td.users-td-created, .users-td.users-td-updated {
    width: 100%;
  }
}
@media (max-width: 455px) {
  .users-btn-group-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1500px) {
  .organizations-tr-header {
    display: none;
  }
  .dropdown-list-organization {
    left: -130px !important;
  }
  .organizations-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .organizations-td {
    border: none !important;
  }
  .organizations-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .organizations-td.organizations-td-dropdown {
    position: absolute;
    right: 0;
    top: 0;
  }
  .organizations-td.organizations-td-code {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-code::before {
    content: "Код";
  }
  .organizations-td.organizations-td-name {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-name::before {
    content: "Наименование";
  }
  .organizations-td.organizations-td-inn {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-inn::before {
    content: "ИНН";
  }
  .organizations-td.organizations-td-kpp {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-kpp::before {
    content: "КПП";
  }
  .organizations-td.organizations-td-ogrn {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-ogrn::before {
    content: "ОГРН";
  }
  .organizations-td.organizations-td-info {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-info::before {
    content: "Инфо";
  }
  .organizations-td.organizations-td-type {
    min-width: 190px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-type::before {
    content: "Тип деятельности";
  }
  .organizations-td.organizations-td-status {
    min-width: 150px !important;
    width: calc(25% - 20px);
  }
  .organizations-td.organizations-td-status::before {
    content: "Статус";
  }
  .organizations-td.organizations-td-template {
    min-width: 180px !important;
    width: calc(15% - 20px);
  }
  .organizations-td.organizations-td-template::before {
    content: "Управление шаблоном";
  }
}
@media (max-width: 1359px) {
  .organizations-form-group-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: none !important;
  }
}
@media (max-width: 1100px) {
  .organizations-td.organizations-td-code, .organizations-td.organizations-td-name, .organizations-td.organizations-td-inn, .organizations-td.organizations-td-kpp, .organizations-td.organizations-td-ogrn, .organizations-td.organizations-td-info, .organizations-td.organizations-td-type, .organizations-td.organizations-td-status, .organizations-td.organizations-td-template {
    width: calc(30% - 20px) !important;
  }
}
@media (max-width: 900px) {
  .organizations-td.organizations-td-code, .organizations-td.organizations-td-name, .organizations-td.organizations-td-inn, .organizations-td.organizations-td-kpp, .organizations-td.organizations-td-ogrn, .organizations-td.organizations-td-info, .organizations-td.organizations-td-type, .organizations-td.organizations-td-status {
    width: calc(50% - 20px) !important;
  }
  .organizations-td.organizations-td-template {
    width: 10% !important;
  }
  .adding-organization-cols {
    flex-wrap: wrap !important;
  }
  .adding-organization-col {
    height: auto !important;
    width: 100% !important;
    border-left: none !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .organizations-form-group-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .organizations-form-group-wrap label {
    margin-right: auto !important;
  }
  .organizations-btn-group-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 455px) {
  .organizations-td.organizations-td-code, .organizations-td.organizations-td-name, .organizations-td.organizations-td-inn, .organizations-td.organizations-td-kpp, .organizations-td.organizations-td-ogrn, .organizations-td.organizations-td-info, .organizations-td.organizations-td-type, .organizations-td.organizations-td-status {
    width: 100% !important;
  }
  .organizations-td.organizations-td-template {
    width: 100% !important;
  }
}
@media (max-width: 360px) {
  .organizations-btn-group-wrapper {
    display: flex;
    flex-direction: column !important;
  }
  .organizations-btn-group-wrapper button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 900px) {
  .face-items-tr-header {
    display: none;
  }
  .face-items-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .face-items-td {
    border: none !important;
  }
  .face-items-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .face-items-td.face-items-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .face-items-td.face-items-td-name {
    min-width: 200px !important;
    width: calc(30% - 20px);
  }
  .face-items-td.face-items-td-name::before {
    content: "Наименование";
  }
  .face-items-td.face-items-td-activity {
    min-width: 110px !important;
    width: calc(30% - 20px);
  }
  .face-items-td.face-items-td-activity::before {
    content: "Активность";
  }
  .face-items-td.face-items-td-sort {
    min-width: 110px !important;
    width: calc(30% - 20px);
  }
  .face-items-td.face-items-td-sort::before {
    content: "Сортировка";
  }
}
@media (max-width: 767px) {
  .face-items-form-group-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: 250px !important;
  }
  .face-items-form-group-wrapper label {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .face-items-btn-group-wrapper {
    padding-left: 0 !important;
  }
  .face-items-td.face-items-td-name, .face-items-td.face-items-td-activity, .face-items-td.face-items-td-sort {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .face-items-group-wrap .select2 {
    width: 100% !important;
  }
  .adding-face-items {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .districts-form-group-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: 250px !important;
    /*.ais-input{
        width: 100% !important;
    }*/
  }
  .districts-form-group-wrapper label {
    margin-bottom: 10px !important;
  }
  .districts-form-group-wrapper input {
    width: 80% !important;
  }
  .districts-btn-group-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 540px) {
  .adding-districts,
  .editing-districts {
    flex-wrap: wrap !important;
  }
  .districts-form-group-wrapper input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .roles-tr-header {
    display: none;
  }
  .roles-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .roles-td {
    border: none !important;
  }
  .roles-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .roles-td.roles-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .roles-td.roles-td-name {
    min-width: 200px !important;
    width: calc(30% - 20px);
  }
  .roles-td.roles-td-name::before {
    content: "Название";
  }
  .roles-td.roles-td-code {
    min-width: 200px !important;
    width: calc(30% - 20px);
  }
  .roles-td.roles-td-code::before {
    content: "Код";
  }
  .roles-td.roles-td-activity {
    min-width: 200px !important;
    width: calc(30% - 20px);
  }
  .roles-td.roles-td-activity::before {
    content: "Активность";
  }
}
@media (max-width: 1100px) {
  .timesheets-tr-header {
    display: none;
  }
  .timesheets-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .timesheets-td {
    border: none !important;
  }
  .timesheets-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .timesheets-td.timesheets-td-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .timesheets-td.timesheets-td-organization {
    min-width: 200px !important;
    width: calc(20% - 20px);
  }
  .timesheets-td.timesheets-td-organization::before {
    content: "Организация";
  }
  .timesheets-td.timesheets-td-subdivision {
    min-width: 200px !important;
    width: calc(20% - 20px);
  }
  .timesheets-td.timesheets-td-subdivision::before {
    content: "Подразделение";
  }
  .timesheets-td.timesheets-td-timesheet-number {
    min-width: 160px !important;
    width: calc(20% - 20px);
  }
  .timesheets-td.timesheets-td-timesheet-number::before {
    content: "Номер табеля";
  }
  .timesheets-td.timesheets-td-reporting-period {
    min-width: 200px !important;
    width: calc(20% - 20px);
  }
  .timesheets-td.timesheets-td-reporting-period::before {
    content: "Отчетный период";
  }
  .timesheets-td.timesheets-td-date-creation {
    min-width: 160px !important;
    width: calc(20% - 20px);
  }
  .timesheets-td.timesheets-td-date-creation::before {
    content: "Дата создания";
  }
}
@media (max-width: 900px) {
  .timesheets-td.timesheets-td-organization, .timesheets-td.timesheets-td-subdivision, .timesheets-td.timesheets-td-timesheet-number, .timesheets-td.timesheets-td-reporting-period, .timesheets-td.timesheets-td-date-creation {
    width: calc(30% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .timesheets-td.timesheets-td-organization, .timesheets-td.timesheets-td-subdivision, .timesheets-td.timesheets-td-timesheet-number, .timesheets-td.timesheets-td-reporting-period, .timesheets-td.timesheets-td-date-creation {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 455px) {
  .timesheets-td.timesheets-td-organization, .timesheets-td.timesheets-td-subdivision, .timesheets-td.timesheets-td-timesheet-number, .timesheets-td.timesheets-td-reporting-period, .timesheets-td.timesheets-td-date-creation {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .address-plan-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  .address-plan-wrapper {
    flex-wrap: wrap;
  }
  .address-plan-wrapper label {
    width: 100% !important;
    margin-bottom: 3px;
  }
  .address-plan-wrapper .select2 {
    width: 60% !important;
  }
  .address-plan-wrapper .ais-form-buttons-field {
    margin-right: auto;
    margin-top: 5px;
  }
}
@media (max-width: 540px) {
  .address-plan-wrapper {
    flex-wrap: wrap;
  }
  .address-plan-wrapper label {
    width: 100% !important;
    margin-bottom: 3px;
  }
  .address-plan-wrapper .select2 {
    width: 100% !important;
  }
  .address-plan-wrapper .ais-form-buttons-field {
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 5px;
  }
}
@media (max-width: 540px) {
  .production-calendar {
    flex-direction: column !important;
  }
  .production-calendar label {
    width: 100% !important;
  }
  .production-calendar .ais-form-group-order-date {
    margin-top: 3px;
    margin-right: auto !important;
  }
  .production-calendar-btn-wrapper {
    padding-left: 0 !important;
  }
  .adding-calendar-holidays-weekends {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 425px) {
  .production-calendar .ais-input, .production-calendar .ais-form-coll > div > input:not([type=checkbox]),
  .production-calendar .ais-form-coll > div > select,
  .production-calendar .ais-form-coll > div > span,
  .production-calendar .ais-form-coll > div > textarea,
  .production-calendar .ais-form-coll > div > div > input:not([type=checkbox]),
  .production-calendar .ais-form-coll > div > div > select,
  .production-calendar .ais-form-coll > div > div > span,
  .production-calendar .ais-form-coll > div > div > textarea {
    width: 100% !important;
  }
}
.reference-book-delayed-start-optional-flex {
  display: flex;
}

.reference-book-web-service-optional-flex {
  display: flex;
}

.reference-book-web-service-optional-block {
  display: block;
}

.reference-book-flex-users-task {
  display: flex;
  flex-wrap: wrap;
}

.reference-book-flex-users-task .select2-container {
  width: 100% !important;
}

.reference-book-item-users-task {
  width: calc((100% - 30px) / 3);
}

.reference-book-item-users-task:nth-child(3n-1) {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1366px) {
  .oneRowOfFilters {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
  }
}
.logs-table {
  display: table;
  width: 100%;
  height: 100%;
}

.logs-cell {
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1100px) {
  .audit-logs-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .audit-logs-tr-header {
    display: none;
  }
  .audit-logs-td {
    border: none !important;
  }
  .audit-logs-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .audit-logs-td.audit-logs-td-table {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .audit-logs-td.audit-logs-td-table::before {
    content: "Таблицы";
  }
  .audit-logs-td.audit-logs-td-type {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .audit-logs-td.audit-logs-td-type::before {
    content: "Тип";
  }
  .audit-logs-td.audit-logs-td-id-table {
    min-width: 150px;
    width: calc(33% - 20px);
  }
  .audit-logs-td.audit-logs-td-id-table::before {
    content: "Id таблицы";
  }
  .audit-logs-td.audit-logs-td-date {
    min-width: 150px;
    width: 33%;
  }
  .audit-logs-td.audit-logs-td-date::before {
    content: "Дата";
  }
  .audit-logs-td.audit-logs-td-old {
    min-width: 150px;
    width: 33%;
  }
  .audit-logs-td.audit-logs-td-old::before {
    content: "Было";
  }
  .audit-logs-td.audit-logs-td-new {
    width: calc(33% - 20px);
    min-width: 126px;
  }
  .audit-logs-td.audit-logs-td-new::before {
    content: "Стало";
  }
  .audit-logs-td.audit-logs-td-userId {
    width: calc(33% - 20px);
    min-width: 126px;
  }
  .audit-logs-td.audit-logs-td-userId::before {
    content: "Пользователь";
  }
  .audit-logs-td.audit-logs-td-critacallity {
    width: calc(33% - 20px);
    min-width: 126px;
  }
  .audit-logs-td.audit-logs-td-critacallity::before {
    content: "Критичность";
  }
}
.workflows-btn-audit {
  background-image: url(/img/audit-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
}

@media (max-width: 1100px) {
  .dropdown-workflow-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.reference-book-organization-services {
  background-image: url(/img/organization-services.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 16px;
  min-height: 16px;
  max-width: 16px;
  min-width: 16px;
}

.reference-book-documentTemplateServiceTypeGroups {
  background-image: url(/img/connection.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.perechislenia-transfermoney-3 .ais-form-group {
  width: 50%;
}
.perechislenia-transfermoney-3 .ais-label {
  width: 32%;
  margin-right: calc(3% + 3px);
}
.perechislenia-transfermoney-3 .perechislenia-transfermoney-3-data {
  width: 30px;
}

.perechislenia-transfermoney-accumulation-latter .ais-form-group {
  width: 50%;
}
.perechislenia-transfermoney-accumulation-latter .ais-label {
  width: 32%;
  margin-right: calc(3% + 3px);
}

.perechislenia-transfermoney-accumulation-latter-lebel {
  width: 50px;
  text-align: center;
  margin-right: 15px;
}

.ais-form-group-creature-wrapper .ais-input.perechislenia-transfermoney-accumulation-latter-input, .ais-form-group-creature-wrapper .ais-form-coll > div > input.perechislenia-transfermoney-accumulation-latter-input:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > select.perechislenia-transfermoney-accumulation-latter-input,
.ais-form-group-creature-wrapper .ais-form-coll > div > span.perechislenia-transfermoney-accumulation-latter-input,
.ais-form-group-creature-wrapper .ais-form-coll > div > textarea.perechislenia-transfermoney-accumulation-latter-input,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > input.perechislenia-transfermoney-accumulation-latter-input:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > div > select.perechislenia-transfermoney-accumulation-latter-input,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > span.perechislenia-transfermoney-accumulation-latter-input,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > textarea.perechislenia-transfermoney-accumulation-latter-input {
  width: calc(50% - 25px) !important;
}

.perechislenia-transfermoney-odpu-latter .ais-form-group {
  width: 50%;
}

@media (max-width: 767px) {
  .monitoring-input {
    width: 100% !important;
  }
  .monitoring-period-date {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }
  .monitoring-form-group {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 15px;
  }
  .monitoring-form-group label {
    margin-bottom: 5px;
  }
  .monitoring-form-group .select2 {
    width: 100% !important;
  }
  .ais-filter-search-form .ais-btn-group-wrapper.monitoring-btn-group-wrapper {
    padding-left: 0;
  }
  .reqest-btn-text {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .ais-filter-search-form .ais-btn-group-wrapper.monitoring-btn-group-wrapper .ais-btn {
    min-width: 50px;
    padding: 2px;
  }
  .reqest-btn-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .workflows-open-btn {
    right: -10px !important;
  }
}
.process-table-mobile {
  display: none;
  padding: 10px 10px 0 10px;
}
.process-table-mobile div {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .process-table {
    display: none;
  }
  .process-table-mobile {
    display: block;
  }
  .process-decision-btn-wrapper {
    width: 100%;
  }
  .process-decision-btn-wrapper * {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ais-form-group-process-name.process-name {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .ais-form-group-process-name.process-name label, .ais-form-group-process-name.process-name .ais-input, .ais-form-group-process-name.process-name .ais-form-coll > div > input:not([type=checkbox]),
  .ais-form-group-process-name.process-name .ais-form-coll > div > select,
  .ais-form-group-process-name.process-name .ais-form-coll > div > span,
  .ais-form-group-process-name.process-name .ais-form-coll > div > textarea,
  .ais-form-group-process-name.process-name .ais-form-coll > div > div > input:not([type=checkbox]),
  .ais-form-group-process-name.process-name .ais-form-coll > div > div > select,
  .ais-form-group-process-name.process-name .ais-form-coll > div > div > span,
  .ais-form-group-process-name.process-name .ais-form-coll > div > div > textarea, .ais-form-group-process-name.process-name.request-group-process-name input.request-input.ais-input {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 1600px) {
  .participant-td-choice {
    min-width: 200px !important;
  }
  .outgoing-doc-number {
    min-width: 80px;
  }
  .outgoing-doc-preview-user {
    min-width: 250px;
  }
  .outgoing-doc-input-number {
    min-width: 110px;
  }
  .outgoing-doc-input-date {
    min-width: 130px !important;
  }
}
@media (max-width: 1200px) {
  .outgoing-doc-type {
    margin-left: 17% !important;
  }
}
@media (max-width: 900px) {
  .outgoing-label {
    min-width: 140px;
  }
  .outgoing-form-doc-date {
    margin-right: 0 !important;
    margin-top: 5px;
  }
  .outgoing-doc-type {
    margin-left: 0 !important;
  }
  .outgoing-theme-wrapper {
    flex-wrap: wrap;
  }
  .outgoing-theme-wrapper label {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .outgoing-doc-editor {
    width: 100% !important;
  }
  .outgoing-doc-preview {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .outgoing-doc-preview .ais-outgoing-doc-preview-user {
    width: 100% !important;
  }
  .outgoing-doc-preview .ais-btn {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 540px) {
  .outgoing-document-actions-warapper {
    flex-wrap: wrap;
  }
  .outgoing-document-actions-warapper label {
    width: 100% !important;
  }
  .outgoing-document-actions-warapper .outgoing-document-actions {
    width: 100% !important;
  }
  .choice-organizations-wrapper {
    flex-wrap: wrap;
  }
  .add-doc-files-wrapper .ais-table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .destination-selection {
    width: 300px !important;
  }
  .destination-selection-footer .ais-btn {
    min-width: 115px !important;
  }
}
@media (max-width: 950px) {
  .outgoing-date-picker {
    min-width: 128px !important;
    width: 15% !important;
  }
  .outgoing-doc-date {
    width: 17%;
    min-width: 130px !important;
  }
  .ais-form-group-outgoing-doc-wrapper .outgoing-required-field {
    width: 55% !important;
  }
}
@media (max-width: 900px) {
  .ais-form-group-outgoing-doc-wrapper .outgoing-required-field {
    width: 83% !important;
  }
  .outgoing-doc-wrapper {
    flex-wrap: wrap;
  }
  .outgoing-doc-wrapper label {
    width: 100% !important;
  }
  .outgoing-editor {
    width: 100% !important;
  }
  .outgoing-doc-prewview-row {
    padding-left: 0 !important;
  }
}
@media (max-width: 750px) {
  .outgoing-btn-preview {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .outgoing-editor {
    width: 100% !important;
  }
  .outgoing-btn-preview {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .ais-form-group-outgoing-doc-wrapper .outgoing-required-field {
    width: 100% !important;
  }
  .ais-outgoing-doc-theme .outgoing-input-topic {
    width: 100% !important;
  }
}
@media (max-width: 455px) {
  .outgoing-doc-date {
    width: 100% !important;
  }
  .ais-form-group-outgoing-doc-wrapper .outgoing-doc-number {
    width: 40% !important;
    margin-right: 10px;
  }
  .ais-form-group-outgoing-doc-wrapper .outgoing-doc-calendar {
    width: 40% !important;
    margin-bottom: 0 !important;
  }
  .outgoing-required-field {
    margin-top: 15px;
  }
  .outgoing-doc-action-wrapper {
    flex-wrap: wrap;
  }
  .outgoing-doc-action-wrapper label {
    width: 100% !important;
  }
  .outgoing-checkbox-download {
    min-width: 110px !important;
    margin-top: 15px;
  }
  .outgoing-doc-action {
    flex-wrap: wrap;
  }
  .outgoing-doc-preview-user {
    width: 100% !important;
    min-width: 220px !important;
  }
}
@media (max-width: 335px) {
  .ais-form-group-outgoing-doc-wrapper .outgoing-doc-number {
    width: 55% !important;
    margin-right: 0;
  }
  .ais-form-group-outgoing-doc-wrapper .outgoing-doc-calendar {
    margin-top: 10px;
  }
}
@media (max-width: 1850px) {
  .assignment-form-doc-template label {
    min-width: 245px;
  }
}
@media (max-width: 1200px) {
  .assignment-start-time {
    width: 70% !important;
    margin-left: 0 !important;
    margin-top: 5px !important;
  }
  .assignment-start-time label {
    min-width: 120px;
    width: 39% !important;
  }
  .assignment-period-execution label {
    min-width: 120px;
  }
}
@media (max-width: 1000px) {
  .assignment-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .assignment-form-doc-template label {
    min-width: 165px;
  }
  .assignment-doc-wrap {
    width: 65% !important;
    margin-top: 5px !important;
  }
  .assignment-calendar {
    min-width: 127px;
  }
  .assignment-start-time {
    margin: 5px 0 0 0 !important;
  }
  .assignment-start-time label {
    width: 38% !important;
    margin-right: 25px !important;
  }
  .assignment-period-execution {
    width: 49% !important;
    margin-left: 0 !important;
    margin: 5px 0 0 0 !important;
  }
  .assignment-period-execution label {
    width: 38% !important;
    margin-right: 25px !important;
  }
}
@media (max-width: 900px) {
  .assignment-task {
    flex-wrap: wrap;
    width: 100%;
  }
  .assignment-task label {
    width: 100% !important;
  }
  .assignment-task input {
    margin-left: 0 !important;
  }
  .assignment-appointed label {
    width: 100% !important;
  }
  .assignment-appointed input {
    margin-left: 0 !important;
  }
  .assignment-description label {
    width: 100% !important;
  }
  .assignment-description textarea {
    margin-left: 0 !important;
  }
  .assignment-actions {
    flex-wrap: wrap;
  }
  .assignment-doc-wrap {
    flex-wrap: wrap;
  }
  .assignment-doc-wrap label {
    width: 100% !important;
  }
  .assignment-app label {
    width: 100% !important;
  }
  .assignment-app .assignment-file-selection {
    margin-left: 0 !important;
  }
  .assignment-to-control label {
    width: 100% !important;
  }
  .assignment-to-control input {
    margin-left: 0 !important;
  }
  .assignment-btn-solution {
    justify-content: start !important;
  }
}
@media (max-width: 767px) {
  .assignment-description textarea {
    width: 100% !important;
  }
  .assignment-actions {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .assignment-task-number {
    min-width: 35px !important;
  }
}
@media (max-width: 455px) {
  .assignment-task label {
    width: 100% !important;
  }
  .assignment-task .assignment-task-topic {
    width: 100% !important;
    margin-top: 10px !important;
  }
  .assignment-start-time {
    width: 100% !important;
  }
  .assignment-start-time label {
    margin-right: 0 !important;
    width: 100%;
  }
  .assignment-start-time span {
    width: 100% !important;
  }
  .assignment-appointed,
  .assignment-input-appointed {
    width: 100% !important;
  }
  .assignment-actions label,
  .assignment-form-doc-template label {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .assignment-to-control,
  .assignment-input-control {
    width: 100% !important;
  }
  .assignment-form-doc-template {
    width: 100% !important;
  }
}
.payment-letter-btn {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.ais-form-group-two-column .payments-letter-number {
  width: calc(100% - 284px) !important;
  margin-right: 14px;
}
.ais-form-group-two-column .payments-act-input {
  width: 30% !important;
  flex-grow: 1;
  margin-right: 15px;
}
.ais-form-group-two-column .payments-reestr-period-input {
  width: 30% !important;
  flex-grow: 1;
  margin-right: 15px;
}

@media (max-width: 1700px) {
  .payments-registry-period-tr-header {
    display: none;
  }
  .payments-registry-period-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .payments-period-td {
    border: none !important;
  }
  .payments-period-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .payments-period-td.payments-period-address {
    min-width: 110px !important;
    width: calc(15% - 20px);
  }
  .payments-period-td.payments-period-address::before {
    content: "Адрес";
  }
  .payments-period-td.payments-period-personal-account-name {
    min-width: 200px !important;
    width: calc(15% - 20px);
  }
  .payments-period-td.payments-period-personal-account-name::before {
    content: "№ ЛС (ФИО ответственного)";
  }
  .payments-period-td.payments-period-date-pay {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .payments-period-td.payments-period-date-pay::before {
    content: "Дата оплаты";
  }
  .payments-period-td.payments-period-pay {
    min-width: 200px !important;
    width: calc(14% - 20px);
  }
  .payments-period-td.payments-period-pay::before {
    content: "Период";
  }
  .payments-period-td.payments-period-service {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .payments-period-td.payments-period-service::before {
    content: "Услуга";
  }
  .payments-period-td.payments-period-sum {
    min-width: 200px !important;
    width: calc(15% - 20px);
  }
  .payments-period-td.payments-period-sum::before {
    content: "Сумма оплаты / Сумма пени";
  }
  .payments-period-td.payments-period-return {
    min-width: 110px !important;
    width: calc(9% - 20px);
  }
  .payments-period-td.payments-period-return::before {
    content: "Возврат";
  }
  .payments-period-td.payments-period-affairs {
    min-width: 110px !important;
    width: calc(10% - 20px);
  }
  .payments-period-td.payments-period-affairs::before {
    content: "№ дела / в суде";
  }
  .payments-period-td.payments-period-none {
    min-width: 200px !important;
    width: calc(12% - 20px);
    margin-top: 20px;
    margin-right: auto;
  }
  .payments-period-td.payments-period-none::before {
    content: " ";
  }
  .payments-period-td.payments-period-tranczation {
    min-width: 200px !important;
    width: calc(14% - 20px);
  }
  .payments-period-td.payments-period-tranczation::before {
    content: "Номер транкзакции";
  }
}
@media (max-width: 1500px) {
  .payments-period-td.payments-period-address {
    width: calc(25% - 20px);
  }
  .payments-period-td.payments-period-personal-account-name {
    width: calc(25% - 20px);
  }
  .payments-period-td.payments-period-service {
    width: calc(10% - 20px);
  }
  .payments-period-td.payments-period-affairs {
    width: calc(17% - 20px);
  }
}
@media (max-width: 900px) {
  .payments-period-letter {
    width: 50% !important;
    margin-right: auto !important;
  }
  .payments-period-date {
    margin-right: auto !important;
    width: 270px !important;
  }
  .payments-period-letter-sum {
    min-width: 270px !important;
  }
  .reqest-step-document-templates .ais-form-group-two-column .payments-period-input-wrap {
    width: 270px !important;
    margin-right: auto !important;
  }
}
@media (max-width: 700px) {
  .payments-period-td.payments-period-address, .payments-period-td.payments-period-personal-account-name, .payments-period-td.payments-period-date-pay, .payments-period-td.payments-period-pay, .payments-period-td.payments-period-service, .payments-period-td.payments-period-sum,
  .payments-period-td .payments-period-return, .payments-period-td.payments-period-affairs {
    width: 100% !important;
  }
  .payments-period-btn {
    padding-left: 0 !important;
    justify-content: start !important;
  }
  .reqest-step-document-templates .ais-form-group-two-column .payments-period-input-wrap {
    width: 270px !important;
    margin-right: auto !important;
  }
}
@media (max-width: 455px) {
  .payments-period-date {
    width: 200px !important;
  }
  .payments-period-letter-number {
    margin-right: auto !important;
    min-width: 80px !important;
  }
  .payments-period-letter-sum {
    min-width: 200px !important;
    width: 70% !important;
  }
  .reqest-step-document-templates .ais-form-group-two-column .payments-period-input-wrap {
    width: 200px !important;
  }
  .payments-period-checkbox {
    min-width: 90px !important;
  }
}
@media (max-width: 320px) {
  .payment-period-title {
    font-size: 16px !important;
    margin-left: 5px !important;
    width: calc(100% - 24px) !important;
  }
}
@media (max-width: 900px) {
  .internal-document-editor {
    width: 100% !important;
  }
  .internal-document-preview {
    padding-left: 0 !important;
  }
  .internal-doc-preview-user {
    min-width: 220px !important;
  }
}
@media (max-width: 460px) {
  .internal-doc-btn {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 455px) {
  .internal-document-wrapper {
    flex-wrap: wrap;
  }
  .internal-document-wrapper label {
    width: 100% !important;
  }
  .internal-document-wrapper .internal-document-checkbox {
    min-width: 90px !important;
  }
}
@media (max-width: 900px) {
  .reqest-step-document-templates .ais-form-group-two-column .gaz-dogovor-input {
    width: 100% !important;
  }
}
.postavchik-letter-date {
  width: 20% !important;
}

.postavchik-service-wrapper {
  margin-top: 5px !important;
}

@media (max-wifth: 900px) {
  .reqest-step-document-templates .ais-form-group-two-column .provider-letter-input {
    width: 100% !important;
  }
}
.ais-form-group-two-column .ais-input-style {
  width: 30% !important;
  flex-grow: 1;
  margin-right: 15px;
}

.create-service-date {
  width: 20% !important;
}

@media (max-width: 900px) {
  .create-service-letter-tr-header {
    display: none;
  }
  .create-service-letter-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .create-service-letter-td {
    border: none !important;
  }
  .create-service-letter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .create-service-letter-td.create-service-letter-name {
    min-width: 110px !important;
    width: calc(30% - 20px);
  }
  .create-service-letter-td.create-service-letter-name::before {
    content: "Услуга";
  }
  .create-service-letter-td.create-service-letter-rate {
    min-width: 110px !important;
    width: calc(30% - 20px);
  }
  .create-service-letter-td.create-service-letter-rate::before {
    content: "Тариф";
  }
  .create-service-letter-td.create-service-letter-org {
    min-width: 250px !important;
    width: calc(30% - 20px);
  }
  .create-service-letter-td.create-service-letter-org::before {
    content: "Организация, получатель денежных средств";
  }
  .create-service-letter-td.create-service-letter-expenditure {
    min-width: 110px !important;
    width: calc(30% - 20px);
  }
  .create-service-letter-td.create-service-letter-expenditure::before {
    content: "Статья расхода";
  }
  .create-service-letter-td.create-service-rate {
    min-width: 110px !important;
    width: calc(30% - 20px);
    margin-top: 17px;
  }
  .create-service-letter-td.create-service-org {
    min-width: 250px !important;
    width: calc(34% - 20px);
    margin-top: 17px;
  }
  .create-service-letter-td.create-service-add {
    margin: 20px 20px;
  }
  .create-service-td-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .create-service-letter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .create-service-letter-td.create-service-letter-name, .create-service-letter-td.create-service-letter-rate, .create-service-letter-td.create-service-letter-org, .create-service-letter-td.create-service-letter-expenditure {
    width: 80% !important;
  }
  .create-service-letter-td.create-service-rate {
    width: 80% !important;
    margin-top: 0 !important;
  }
  .create-service-letter-td.create-service-rate::before {
    content: "Тариф";
  }
  .create-service-letter-td.create-service-org {
    width: 80% !important;
    margin-top: 0 !important;
  }
  .create-service-letter-td.create-service-org::before {
    content: "Организация, получатель денежных средств";
  }
}
@media (max-width: 455px) {
  .create-service-letter-td.create-service-letter-name, .create-service-letter-td.create-service-letter-rate, .create-service-letter-td.create-service-letter-expenditure, .create-service-letter-td.create-service-rate {
    width: 100% !important;
    min-width: 220px !important;
  }
  .create-service-letter-td.create-service-letter-org, .create-service-letter-td.create-service-org {
    width: 80% !important;
    min-width: 190px !important;
  }
  .create-service-letter-td.create-service-add {
    margin: auto 10px !important;
  }
}
@media (max-width: 767px) {
  .request-create-ipu-checkbox {
    min-width: 130px !important;
  }
  .request-create-doc-wrap {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 542px) {
  .request-create-ipu-checkbox:last-child {
    margin-top: 5px !important;
  }
}
.reesters-letter-date-input {
  width: 80% !important;
}

.reesters-letter-period-input {
  width: 87% !important;
}

@media (max-width: 1700px) {
  .ipu-indications-letter-tr-header {
    display: none;
  }
  .ipu-indications-letter-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .ipu-indications-letter-tr:last-child {
    border-bottom: none !important;
  }
  .ipu-indications-letter-td {
    border: none !important;
  }
  .ipu-indications-letter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-address {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-address::before {
    content: "Адрес";
  }
  .ipu-indications-letter-td.ipu-indications-td-ls {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-ls::before {
    content: "ЛС";
  }
  .ipu-indications-letter-td.ipu-indications-td-title {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-title::before {
    content: "Название";
  }
  .ipu-indications-letter-td.ipu-indications-td-service-type {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-service-type::before {
    content: "Тип услуги";
  }
  .ipu-indications-letter-td.ipu-indications-td-new-value {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-new-value::before {
    content: "Новое значение";
  }
  .ipu-indications-letter-td.ipu-indications-td-type-indic {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-type-indic::before {
    content: "Тип показания";
  }
  .ipu-indications-letter-td.ipu-indications-td-type-indic .ipu-indications-select {
    width: 120px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-type-indic select {
    margin-left: 1px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-date-indic {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-date-indic::before {
    content: "Дата показания";
  }
  .ipu-indications-letter-td.ipu-indications-td-date-indic input {
    margin-left: 1px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-last-indic {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-last-indic::before {
    content: "Последнее показание";
  }
  .ipu-indications-letter-td.ipu-indications-td-expenditure {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-expenditure::before {
    content: "Расход";
  }
  .ipu-indications-letter-td.ipu-indications-td-last-date-indic {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-last-date-indic::before {
    content: "Дата последнего показания";
  }
  .ipu-indications-letter-td.ipu-indications-td-install-date {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-install-date::before {
    content: "Дата установки";
  }
  .ipu-indications-letter-td.ipu-indications-td-liquidation {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-liquidation::before {
    content: "Дата ликвидации";
  }
  .ipu-indications-letter-td.ipu-indications-td-comment {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-comment::before {
    content: "Комментарий";
    margin-bottom: 0 !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-save {
    min-width: 110px !important;
    width: calc(25% - 20px);
  }
  .ipu-indications-letter-td.ipu-indications-td-save::before {
    content: "Сохранить";
  }
}
@media (max-width: 1400px) {
  .ipu-indications-letter-td.ipu-indications-td-date-indic input {
    margin: auto;
  }
}
@media (max-width: 1350px) {
  .ipu-indications-letter-td::before {
    margin-bottom: 1px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-address, .ipu-indications-letter-td.ipu-indications-td-ls, .ipu-indications-letter-td.ipu-indications-td-title, .ipu-indications-letter-td.ipu-indications-td-service-type, .ipu-indications-letter-td.ipu-indications-td-new-value, .ipu-indications-letter-td.ipu-indications-td-type-indic, .ipu-indications-letter-td.ipu-indications-td-date-indic, .ipu-indications-letter-td.ipu-indications-td-last-indic, .ipu-indications-letter-td.ipu-indications-td-expenditure, .ipu-indications-letter-td.ipu-indications-td-last-date-indic, .ipu-indications-letter-td.ipu-indications-td-install-date, .ipu-indications-letter-td.ipu-indications-td-liquidation, .ipu-indications-letter-td.ipu-indications-td-comment, .ipu-indications-letter-td.ipu-indications-td-save {
    width: calc(33% - 20px) !important;
  }
}
@media (max-width: 1079px) {
  .ipu-indications-letter-td::before {
    margin-bottom: 0 !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-address, .ipu-indications-letter-td.ipu-indications-td-ls, .ipu-indications-letter-td.ipu-indications-td-title, .ipu-indications-letter-td.ipu-indications-td-service-type, .ipu-indications-letter-td.ipu-indications-td-new-value, .ipu-indications-letter-td.ipu-indications-td-type-indic, .ipu-indications-letter-td.ipu-indications-td-date-indic, .ipu-indications-letter-td.ipu-indications-td-last-indic, .ipu-indications-letter-td.ipu-indications-td-expenditure, .ipu-indications-letter-td.ipu-indications-td-last-date-indic, .ipu-indications-letter-td.ipu-indications-td-install-date, .ipu-indications-letter-td.ipu-indications-td-liquidation, .ipu-indications-letter-td.ipu-indications-td-comment, .ipu-indications-letter-td.ipu-indications-td-save {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 900px) {
  .ipu-indications-letter-td::before {
    margin-bottom: 5px !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-address, .ipu-indications-letter-td.ipu-indications-td-ls, .ipu-indications-letter-td.ipu-indications-td-title, .ipu-indications-letter-td.ipu-indications-td-service-type, .ipu-indications-letter-td.ipu-indications-td-new-value, .ipu-indications-letter-td.ipu-indications-td-type-indic, .ipu-indications-letter-td.ipu-indications-td-date-indic, .ipu-indications-letter-td.ipu-indications-td-last-indic, .ipu-indications-letter-td.ipu-indications-td-expenditure, .ipu-indications-letter-td.ipu-indications-td-last-date-indic, .ipu-indications-letter-td.ipu-indications-td-install-date, .ipu-indications-letter-td.ipu-indications-td-liquidation, .ipu-indications-letter-td.ipu-indications-td-comment, .ipu-indications-letter-td.ipu-indications-td-save {
    width: 100% !important;
  }
  .ipu-indications-letter-td.ipu-indications-td-date-indic {
    margin-top: 1px;
  }
  .indications-letter-btn {
    padding-left: 0 !important;
  }
  .ipu-indic-letter-input-date {
    min-width: 160px !important;
  }
}
@media (max-width: 1700px) {
  .odpu-indications-letter-tr-header {
    display: none;
  }
  .odpu-indications-letter-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .odpu-indications-letter-tr:last-child {
    border-bottom: none !important;
  }
  .odpu-indications-letter-td {
    border: none !important;
  }
  .odpu-indications-letter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-outside {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-outside::before {
    content: "Улица";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-house {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-house::before {
    content: "Дом";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-couner-type {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-couner-type::before {
    content: "Тип счетчика";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-service-type {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-service-type::before {
    content: "Тип услуги";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-install-date {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-install-date::before {
    content: "Дата установки";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-new-value {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-new-value::before {
    content: "Новое значение";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-date-indic {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-date-indic::before {
    content: "Дата показания";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-destination-type {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-destination-type::before {
    content: "Тип назначения";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-last-read {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-last-read::before {
    content: "Последнее показание";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-last-date {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-last-date::before {
    content: "Дата последнего показания";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-reverse-meaning {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-reverse-meaning::before {
    content: "Значение обратное";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-unaccounted-volumes {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-unaccounted-volumes::before {
    content: "Неучтенные объемы";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-volume-counter {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-volume-counter::before {
    content: "Доп. объем по счетчику";
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-volume-standart {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .odpu-indications-letter-td.odpu-indications-letter-td-volume-standart::before {
    content: "Доп. объем по нормативу";
  }
  .odpu-indications-letter-td.odpu-indications-td-delete-basket::before {
    content: "Изъять из корзины";
  }
  .odpu-indications-letter-td.odpu-indications-td-add-basket::before {
    content: "Добавить в корзину";
  }
}
@media (max-width: 1350px) {
  .odpu-indications-letter-td.odpu-indications-letter-td-outside, .odpu-indications-letter-td.odpu-indications-letter-td-house, .odpu-indications-letter-td.odpu-indications-letter-td-couner-type, .odpu-indications-letter-td.odpu-indications-letter-td-service-type, .odpu-indications-letter-td.odpu-indications-letter-td-install-date, .odpu-indications-letter-td.odpu-indications-letter-td-new-value, .odpu-indications-letter-td.odpu-indications-letter-td-date-indic, .odpu-indications-letter-td.odpu-indications-letter-td-destination-type, .odpu-indications-letter-td.odpu-indications-letter-td-last-read, .odpu-indications-letter-td.odpu-indications-letter-td-last-date, .odpu-indications-letter-td odpu-indications-letter-td-reverse-meaning, .odpu-indications-letter-td.odpu-indications-letter-td-unaccounted-volumes, .odpu-indications-letter-td.odpu-indications-letter-td-volume-counter, .odpu-indications-letter-td.odpu-indications-letter-td-volume-standart {
    width: calc(33% - 20px) !important;
  }
}
@media (max-width: 1100px) {
  .odpu-indications-letter-td.odpu-indications-letter-td-outside, .odpu-indications-letter-td.odpu-indications-letter-td-house, .odpu-indications-letter-td.odpu-indications-letter-td-couner-type, .odpu-indications-letter-td.odpu-indications-letter-td-service-type, .odpu-indications-letter-td.odpu-indications-letter-td-install-date, .odpu-indications-letter-td.odpu-indications-letter-td-new-value, .odpu-indications-letter-td.odpu-indications-letter-td-date-indic, .odpu-indications-letter-td.odpu-indications-letter-td-destination-type, .odpu-indications-letter-td.odpu-indications-letter-td-last-read, .odpu-indications-letter-td.odpu-indications-letter-td-last-date, .odpu-indications-letter-td odpu-indications-letter-td-reverse-meaning, .odpu-indications-letter-td.odpu-indications-letter-td-unaccounted-volumes, .odpu-indications-letter-td.odpu-indications-letter-td-volume-counter, .odpu-indications-letter-td.odpu-indications-letter-td-volume-standart {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 900px) {
  .odpu-indications-letter-td.odpu-indications-letter-td-outside, .odpu-indications-letter-td.odpu-indications-letter-td-house, .odpu-indications-letter-td.odpu-indications-letter-td-couner-type, .odpu-indications-letter-td.odpu-indications-letter-td-service-type, .odpu-indications-letter-td.odpu-indications-letter-td-install-date, .odpu-indications-letter-td.odpu-indications-letter-td-new-value, .odpu-indications-letter-td.odpu-indications-letter-td-date-indic, .odpu-indications-letter-td.odpu-indications-letter-td-destination-type, .odpu-indications-letter-td.odpu-indications-letter-td-last-read, .odpu-indications-letter-td.odpu-indications-letter-td-last-date, .odpu-indications-letter-td odpu-indications-letter-td-reverse-meaning, .odpu-indications-letter-td.odpu-indications-letter-td-unaccounted-volumes, .odpu-indications-letter-td.odpu-indications-letter-td-volume-counter, .odpu-indications-letter-td.odpu-indications-letter-td-volume-standart {
    width: 100% !important;
  }
  .odpu-indic-letter-input-date {
    min-width: 160px !important;
  }
}
@media (max-width: 1400px) {
  .apartment-area-letter-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1250px) {
  .apartment-area-letter-tr-header {
    display: none;
  }
  .apartment-area-letter-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .apartment-area-letter-td {
    border: none !important;
  }
  .apartment-area-letter-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .apartment-area-letter-td.start-date-old {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.start-date-old::before {
    content: "Старая дата начала действия";
  }
  .apartment-area-letter-td.start-date-new {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.start-date-new::before {
    content: "Новая дата начала действия";
  }
  .apartment-area-letter-td.total-area-old {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.total-area-old::before {
    content: "Старая общая площадь";
  }
  .apartment-area-letter-td.total-area-new {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.total-area-new::before {
    content: "Новая общая площадь";
  }
  .apartment-area-letter-td.heated-area-old {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.heated-area-old::before {
    content: "Старая отапливаемая площадь";
  }
  .apartment-area-letter-td.heated-area-new {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.heated-area-new::before {
    content: "Новая отапливаемая площадь";
  }
  .apartment-area-letter-td.living-space {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-td.living-space::before {
    content: "Жилая площадь";
  }
}
@media (max-width: 767px) {
  .appartment-area-letter-btn-wrapper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1540px) {
  .apartment-area-letter-living-tr-header {
    display: none;
  }
  .apartment-area-letter-living-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .apartment-area-letter-living-td {
    border: none !important;
  }
  .apartment-area-letter-living-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .apartment-area-letter-living-td.apartment-area-fullname {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-fullname::before {
    content: "ФИО*";
  }
  .apartment-area-letter-living-td.apartment-area-fullname-input {
    min-width: 205px !important;
    width: calc(15% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-fullname-input::before {
    content: "ФИО*";
  }
  .apartment-area-letter-living-td.apartment-area-date-of-birth {
    min-width: 165px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-date-of-birth::before {
    content: "Дата рождения*";
  }
  .apartment-area-letter-living-td.apartment-area-date-of-birth-input {
    min-width: 165px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-date-of-birth-input::before {
    content: "Дата рождения*";
  }
  .apartment-area-letter-living-td.apartment-area-age {
    min-width: 150px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-age::before {
    content: "Возраст";
  }
  .apartment-area-letter-living-td.apartment-area-kinship {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-kinship::before {
    content: "Родство";
  }
  .apartment-area-letter-living-td.apartment-area-kinship-input {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-kinship-input::before {
    content: "Родство";
  }
  .apartment-area-letter-living-td.apartment-area-type-of-resident {
    min-width: 165px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-type-of-resident::before {
    content: "Тип проживающего";
  }
  .apartment-area-letter-living-td.apartment-area-type-of-resident-input {
    min-width: 265px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-type-of-resident-input::before {
    content: "Тип проживающего";
  }
  .apartment-area-letter-living-td.apartment-area-registration-date {
    min-width: 160px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-registration-date::before {
    content: "Дата прописки";
  }
  .apartment-area-letter-living-td.apartment-area-registration-date-input {
    min-width: 185px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-registration-date-input::before {
    content: "Дата прописки";
  }
  .apartment-area-letter-living-td.apartment-area-date-of-discharge {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-date-of-discharge::before {
    content: "Дата выписки";
  }
  .apartment-area-letter-living-td.apartment-area-date-of-discharge-input {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-area-letter-living-td.apartment-area-date-of-discharge-input::before {
    content: "Дата выписки";
  }
}
@media (max-width: 900px) {
  .apartment-area-letter-living-td.apartment-area-fullname, .apartment-area-letter-living-td.apartment-area-date-of-birth, .apartment-area-letter-living-td.apartment-area-age, .apartment-area-letter-living-td.apartment-area-kinship, .apartment-area-letter-living-td.apartment-area-type-of-resident, .apartment-area-letter-living-td.apartment-area-registration-date, .apartment-area-letter-living-td.apartment-area-date-of-discharge {
    width: calc(25% - 20px);
  }
}
@media (max-width: 540px) {
  .apartment-area-letter-living-td.apartment-area-fullname, .apartment-area-letter-living-td.apartment-area-date-of-birth, .apartment-area-letter-living-td.apartment-area-age, .apartment-area-letter-living-td.apartment-area-kinship, .apartment-area-letter-living-td.apartment-area-type-of-resident, .apartment-area-letter-living-td.apartment-area-registration-date, .apartment-area-letter-living-td.apartment-area-date-of-discharge {
    min-width: 200px !important;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1400px) {
  .apartament-temporary-absence-tr-header {
    display: none;
  }
  .apartament-temporary-absence-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .apartament-temporary-absence-td {
    border: none !important;
  }
  .apartament-temporary-absence-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .apartament-temporary-absence-td.temporary-absence-fullname {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-fullname::before {
    content: "ФИО проживающего";
  }
  .apartament-temporary-absence-td.temporary-absence-date-of-birth {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-date-of-birth::before {
    content: "Дата рождения";
  }
  .apartament-temporary-absence-td.temporary-absence-registration-date {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-registration-date::before {
    content: "Дата регистрации";
  }
  .apartament-temporary-absence-td.temporary-absence-period-from {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-period-from::before {
    content: "Период отсутствия* с";
  }
  .apartament-temporary-absence-td.temporary-absence-period-on {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-period-on::before {
    content: "Период отсутствия* по";
  }
  .apartament-temporary-absence-td.temporary-absence-reason-for-absence {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-reason-for-absence::before {
    content: "Причина отсутствия";
  }
  .apartament-temporary-absence-td.temporary-absence-reason-comment {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartament-temporary-absence-td.temporary-absence-reason-comment::before {
    content: "Комментарий";
  }
}
@media (max-width: 1200px) {
  .apartment-farm-area-tr-header {
    display: none;
  }
  .apartment-farm-area-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .apartment-farm-area-td {
    border: none !important;
  }
  .apartment-farm-area-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .apartment-farm-area-td.farm-area-type {
    min-width: 370px !important;
    width: calc(12% - 20px);
  }
  .apartment-farm-area-td.farm-area-type::before {
    content: "Тип приусадебного хозяйства";
  }
  .apartment-farm-area-td.farm-area-description {
    min-width: 200px !important;
    width: calc(12% - 20px);
  }
  .apartment-farm-area-td.farm-area-description::before {
    content: "Описание";
  }
  .apartment-farm-area-td.farm-area-square {
    min-width: 100px !important;
    width: calc(12% - 20px);
  }
  .apartment-farm-area-td.farm-area-square::before {
    content: "Площадь";
  }
  .apartment-farm-area-td.farm-area-period-actions {
    min-width: 150px !important;
    width: calc(12% - 20px);
  }
  .apartment-farm-area-td.farm-area-period-actions::before {
    content: "Период действия";
  }
}
@media (max-width: 900px) {
  .apartment-farm-area-td.farm-area-type {
    width: calc(100% - 20px) !important;
  }
  .apartment-farm-area-td.farm-area-description, .apartment-farm-area-td.farm-area-square, .apartment-farm-area-td.farm-area-period-actions {
    width: calc(25% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .apartment-farm-area-td.farm-area-type {
    width: calc(100% - 20px) !important;
  }
  .apartment-farm-area-td.farm-area-description, .apartment-farm-area-td.farm-area-square, .apartment-farm-area-td.farm-area-period-actions {
    width: calc(30% - 20px) !important;
  }
}
@media (max-width: 540px) {
  .apartment-farm-area-td.farm-area-type {
    min-width: 180px !important;
  }
  .apartment-farm-area-td.farm-area-type select {
    min-width: 180px !important;
  }
  .apartment-farm-area-td.farm-area-type, .apartment-farm-area-td.farm-area-description, .apartment-farm-area-td.farm-area-square, .apartment-farm-area-td.farm-area-period-actions {
    width: calc(100% - 20px) !important;
  }
}
@media (max-width: 1400px) {
  .assignment-document-tr-header {
    display: none;
  }
  .assignment-document-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .assignment-document-td {
    border: none !important;
  }
  .assignment-document-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .assignment-document-td.assignment-document-recipient {
    min-width: 300px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-recipient::before {
    content: "Получатель";
  }
  .assignment-document-td.assignment-document-action {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-action::before {
    content: "Действие";
  }
  .assignment-document-td.assignment-document-task {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-task::before {
    content: "Задача";
  }
  .assignment-document-td.assignment-document-executor-date {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-executor-date::before {
    content: "Срок исполнения";
  }
  .assignment-document-td.assignment-document-doc {
    min-width: 300px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-doc::before {
    content: "Документ";
  }
  .assignment-document-td.assignment-document-control {
    min-width: 120px !important;
    width: calc(25% - 20px);
  }
  .assignment-document-td.assignment-document-control::before {
    content: "Управление";
  }
}
@media (max-width: 1200px) {
  .organization-users-modal-tr-header {
    display: none;
  }
  .organization-users-modal-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .organization-users-modal-td {
    border: none !important;
  }
  .organization-users-modal-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .organization-users-modal-td.organization-users-icon-close {
    position: absolute;
    right: 10px;
  }
  .organization-users-modal-td.additional-doc-organization {
    position: relative;
    min-width: 150px !important;
    width: calc(50% - 20px) !important;
  }
  .organization-users-modal-td.additional-doc-organization::before {
    content: "Организация";
  }
  .organization-users-modal-td.additional-doc-departmentposition {
    min-width: 150px !important;
    width: calc(50% - 20px) !important;
  }
  .organization-users-modal-td.additional-doc-departmentposition::before {
    content: "Отдел/Должность";
  }
  .organization-users-modal-td.additional-doc-full-name {
    min-width: 150px !important;
    width: calc(50% - 20px) !important;
  }
  .organization-users-modal-td.additional-doc-full-name::before {
    content: "ФИО";
  }
}
@media (max-width: 1100px) {
  .assignment-document-td.assignment-document-recipient, .assignment-document-td.assignment-document-action, .assignment-document-td.assignment-document-task, .assignment-document-td.assignment-document-executor-date, .assignment-document-td.assignment-document-doc, .assignment-document-td.assignment-document-control {
    width: calc(50% - 20px);
    min-width: 425px !important;
  }
  .assignment-document-executor-date .ais-form-group-date .ais-input, .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > input:not([type=checkbox]),
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > select,
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > span,
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > textarea,
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > div > input:not([type=checkbox]),
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > div > select,
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > div > span,
  .assignment-document-executor-date .ais-form-group-date .ais-form-coll > div > div > textarea {
    width: 135px !important;
    margin-left: 0 !important;
  }
  .assignment-document-task .ais-input, .assignment-document-task .ais-form-coll > div > input:not([type=checkbox]),
  .assignment-document-task .ais-form-coll > div > select,
  .assignment-document-task .ais-form-coll > div > span,
  .assignment-document-task .ais-form-coll > div > textarea,
  .assignment-document-task .ais-form-coll > div > div > input:not([type=checkbox]),
  .assignment-document-task .ais-form-coll > div > div > select,
  .assignment-document-task .ais-form-coll > div > div > span,
  .assignment-document-task .ais-form-coll > div > div > textarea {
    margin-left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .organization-users-modal-tr-header {
    display: none;
  }
  .organization-users-modal-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
  }
  .organization-users-modal-td {
    border: none !important;
  }
  .organization-users-modal-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .organization-users-modal-td.organization-users-icon-close {
    position: absolute;
    right: 10px;
  }
  .organization-users-modal-td.additional-doc-organization {
    position: relative;
    min-width: 370px !important;
    width: 100% !important;
  }
  .organization-users-modal-td.additional-doc-organization::before {
    content: "Организация";
  }
  .organization-users-modal-td.additional-doc-department {
    min-width: 370px !important;
    width: 100% !important;
  }
  .organization-users-modal-td.additional-doc-department::before {
    content: "Отдел";
  }
  .organization-users-modal-td.additional-doc-position {
    min-width: 370px !important;
    width: 100% !important;
  }
  .organization-users-modal-td.additional-doc-position::before {
    content: "Должность";
  }
  .organization-users-modal-td.additional-doc-full-name {
    min-width: 370px !important;
    width: 100% !important;
  }
  .organization-users-modal-td.additional-doc-full-name::before {
    content: "ФИО";
  }
  .additional-documents-wrapper {
    flex-wrap: wrap;
  }
  .additional-documents-wrapper label {
    width: 100% !important;
  }
  .additional-documents-wrapper .additional-documents-input {
    margin-left: 0 !important;
  }
  .option-additional-doc-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .option-additional-doc-wrapper label {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 540px) {
  .assignment-document-task .ais-input, .assignment-document-task .ais-form-coll > div > input:not([type=checkbox]),
  .assignment-document-task .ais-form-coll > div > select,
  .assignment-document-task .ais-form-coll > div > span,
  .assignment-document-task .ais-form-coll > div > textarea,
  .assignment-document-task .ais-form-coll > div > div > input:not([type=checkbox]),
  .assignment-document-task .ais-form-coll > div > div > select,
  .assignment-document-task .ais-form-coll > div > div > span,
  .assignment-document-task .ais-form-coll > div > div > textarea {
    width: 100% !important;
  }
  .adding-files-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .assignment-document-td.assignment-document-recipient, .assignment-document-td.assignment-document-action, .assignment-document-td.assignment-document-task, .assignment-document-td.assignment-document-executor-date, .assignment-document-td.assignment-document-doc, .assignment-document-td.assignment-document-control {
    width: 100% !important;
    min-width: 120px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1100px) {
  .process-header-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .process-header-nav .process-block-task-title {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .process-header-nav .ais-btn-subheader-wrapper {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .process-header-nav .ais-btn {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .process-header-nav .ais-block-title {
    margin-bottom: 5px !important;
  }
  .process-header-nav .process-block-task-title {
    display: block;
    padding-left: 0 !important;
  }
  .process-header-nav .process-block-task-title .ais-btn {
    min-width: 100%;
  }
}
@media (max-width: 425px) {
  .create-processes-title {
    padding-left: 0 !important;
    flex-direction: column;
  }
}
@media (max-width: 1379px) {
  .process-subheader-wrapper .process-btn-add-doc {
    min-width: 170px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 180px;
  }
  .process-subheader-wrapper .process-btn-add-steps {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 180px;
  }
  .process-subheader-wrapper .process-btn-outgoing-doc {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 180px;
  }
  .process-subheader-wrapper .process-btn-tdtes {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-send-doc-email {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 340px;
    margin-left: 0 !important;
  }
}
@media (max-width: 1100px) {
  .process-subheader-wrapper .process-btn-add-doc {
    width: calc(25% - 20px);
  }
  .process-subheader-wrapper .process-btn-add-steps {
    width: calc(25% - 20px);
  }
  .process-subheader-wrapper .process-btn-outgoing-doc {
    width: calc(25% - 20px);
  }
  .process-subheader-wrapper .process-btn-tdtes {
    width: calc(25% - 20px);
  }
  .process-subheader-wrapper .process-btn-send-doc-email {
    width: calc(25% - 20px);
    min-width: 350px !important;
  }
}
@media (max-width: 1050px) {
  .process-block-task-title {
    padding-left: 0 !important;
  }
}
@media (max-width: 910px) {
  .process-subheader-wrapper .process-btn-add-doc {
    width: calc(30% - 20px);
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-add-steps {
    width: calc(30% - 20px);
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-outgoing-doc {
    width: calc(30% - 20px);
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-tdtes {
    width: calc(30% - 20px);
    margin-left: 0 !important;
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-send-doc-email {
    width: calc(30% - 20px);
    margin-left: 15px !important;
    min-width: 220px;
  }
}
@media (max-width: 769px) {
  .process-subheader-wrapper .process-btn-add-doc {
    width: calc(50% - 20px);
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-add-steps {
    width: calc(50% - 20px);
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-outgoing-doc {
    width: calc(50% - 20px);
    min-width: 220px;
    margin-left: 0 !important;
  }
  .process-subheader-wrapper .process-btn-tdtes {
    width: calc(50% - 20px);
    margin-left: 15px !important;
    min-width: 220px;
  }
  .process-subheader-wrapper .process-btn-send-doc-email {
    width: calc(50% - 20px);
    margin-left: 15px !important;
    min-width: 220px;
    margin-left: 0 !important;
  }
}
@media (max-width: 534px) {
  .process-subheader-wrapper .process-btn-add-doc {
    width: 100% !important;
    min-width: 220px;
    margin-left: 0;
  }
  .process-subheader-wrapper .process-btn-add-steps {
    width: 100% !important;
    min-width: 220px;
    margin-left: 0 !important;
  }
  .process-subheader-wrapper .process-btn-outgoing-doc {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .process-subheader-wrapper .process-btn-tdtes {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .process-subheader-wrapper .process-btn-send-doc-email {
    width: 100% !important;
  }
}
@media (max-width: 450px) {
  .process-subheader-wrapper {
    width: 240px !important;
  }
  .process-subheader-wrapper .process-btn-add-doc,
  .process-subheader-wrapper .process-btn-add-steps,
  .process-subheader-wrapper .process-btn-outgoing-doc,
  .process-subheader-wrapper .process-btn-tdtes,
  .process-subheader-wrapper .process-btn-send-doc-email {
    min-width: 220px !important;
  }
}
@media (max-width: 1500px) {
  .org-doc-address-flat {
    margin-left: 5px;
  }
}
@media (max-width: 900px) {
  .organization-department-coll .odpu {
    flex-direction: column;
  }
  .organization-department-coll .odpu label {
    flex: 0 0 100% !important;
    align-self: start !important;
  }
  .organization-department-coll .select2.select2-container {
    width: 100% !important;
  }
  .adding-organization-cols-wrap {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .add-steps-actions,
  .add-steps-applications {
    margin-left: 0 !important;
  }
  .add-steps-label {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .add-steps-label {
    width: 100% !important;
  }
  .add-steps-applications {
    display: flex;
    flex-wrap: wrap;
  }
  .add-steps-applications button {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
.start-after-col .select2-selection__rendered {
  white-space: pre-line !important;
}

.process-tbody_apartmentArea-display-none {
  display: none;
}

.nonactive-inputs-block-noignore :not(.k-filtercell *):is(input, select, .select2-container, button, ais-btn), .nonactive-inputs-block :not(.k-filtercell *, .nonactive-inputs-block-ignore):is(input, select, .select2-container, button, ais-btn) {
  pointer-events: none;
  background-color: #eaeaea;
}
.nonactive-inputs-block-noignore :not(.k-filtercell *):is(.ais-checkbox), .nonactive-inputs-block :not(.k-filtercell *, .nonactive-inputs-block-ignore):is(.ais-checkbox) {
  pointer-events: none;
}
.nonactive-inputs-block-noignore :not(.k-filtercell *):is(span.ais-checkbox-text)::before, .nonactive-inputs-block :not(.k-filtercell *, .nonactive-inputs-block-ignore):is(span.ais-checkbox-text)::before {
  background-color: #eaeaea;
}

.ais-form-group-creature-wrapper .ais-input.ais-div-addresserr, .ais-form-group-creature-wrapper .ais-form-coll > div > input.ais-div-addresserr:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > select.ais-div-addresserr,
.ais-form-group-creature-wrapper .ais-form-coll > div > span.ais-div-addresserr,
.ais-form-group-creature-wrapper .ais-form-coll > div > textarea.ais-div-addresserr,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > input.ais-div-addresserr:not([type=checkbox]),
.ais-form-group-creature-wrapper .ais-form-coll > div > div > select.ais-div-addresserr,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > span.ais-div-addresserr,
.ais-form-group-creature-wrapper .ais-form-coll > div > div > textarea.ais-div-addresserr, .ais-div-addresser, .ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type, .create-process-mobile-incoming-document-input.ais-input, .ais-form-coll > div > input.create-process-mobile-incoming-document-input:not([type=checkbox]),
.ais-form-coll > div > select.create-process-mobile-incoming-document-input,
.ais-form-coll > div > span.create-process-mobile-incoming-document-input,
.ais-form-coll > div > textarea.create-process-mobile-incoming-document-input,
.ais-form-coll > div > div > input.create-process-mobile-incoming-document-input:not([type=checkbox]),
.ais-form-coll > div > div > select.create-process-mobile-incoming-document-input,
.ais-form-coll > div > div > span.create-process-mobile-incoming-document-input,
.ais-form-coll > div > div > textarea.create-process-mobile-incoming-document-input {
  width: 83% !important;
}

.ais-group-incoming-form-type.create-process-mobile-incoming-document-select {
  width: 56% !important;
}

.create-process-mobile-incoming-document-input-addresser {
  flex-grow: 1;
}

.create-process-mobile-incoming-document-row-contetnt > .ais-input, .ais-form-coll > div.create-process-mobile-incoming-document-row-contetnt > input:not([type=checkbox]),
.ais-form-coll > div.create-process-mobile-incoming-document-row-contetnt > select,
.ais-form-coll > div.create-process-mobile-incoming-document-row-contetnt > span,
.ais-form-coll > div.create-process-mobile-incoming-document-row-contetnt > textarea,
.ais-form-coll > div > div.create-process-mobile-incoming-document-row-contetnt > input:not([type=checkbox]),
.ais-form-coll > div > div.create-process-mobile-incoming-document-row-contetnt > select,
.ais-form-coll > div > div.create-process-mobile-incoming-document-row-contetnt > span,
.ais-form-coll > div > div.create-process-mobile-incoming-document-row-contetnt > textarea {
  margin: 0 8px !important;
}

@media (max-width: 1500px) {
  .ais-form-group-incoming-doc-wrapper .ais-group-incoming-form-type.create-process-mobile-incoming-document-select {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .ais-form-group.create-process-mobile-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ais-form-group.create-process-mobile-form-group .ais-label, .ais-form-group.create-process-mobile-form-group .ais-input, .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > input:not([type=checkbox]),
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > select,
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > span,
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > textarea,
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > div > input:not([type=checkbox]),
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > div > select,
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > div > span,
  .ais-form-group.create-process-mobile-form-group .ais-form-coll > div > div > textarea, .ais-form-group.create-process-mobile-form-group .select2 {
    width: 100% !important;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .create-process-mobile-incoming-doc-number.ais-input-incoming-doc-number {
    width: 100% !important;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .ais-incoming-doc-date-wrapper.create-process-mobile-incoming-date-wrapper {
    margin-right: 0;
  }
  .ais-group-incoming-form-type.ais-div-addresser.create-process-mobile-incoming-div-addresser {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .create-process-mobile-incoming-document-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .create-process-mobile-incoming-document-row div, .create-process-mobile-incoming-document-row.ais-form-incoming-doc-row .ais-label, .create-process-mobile-incoming-document-row.ais-form-incoming-doc-row .ais-unput, .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-input, .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > select,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > span,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > textarea,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > div > select,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > div > span,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-theme .ais-form-coll > div > div > textarea, .create-process-mobile-incoming-document-row .ais-input-incoming-doc-number, .create-process-mobile-incoming-document-row.ais-form-group-income-doc-recepient .select2, .create-process-mobile-incoming-document-row .documentfiles, .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-input, .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > select,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > span,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > textarea,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > div > select,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > div > span,
  .create-process-mobile-incoming-document-row.ais-incoming-doc-comment .ais-form-coll > div > div > textarea, .create-process-mobile-incoming-document-row .ais-input.ais-input-addresser, .create-process-mobile-incoming-document-row .ais-form-coll > div > input.ais-input-addresser:not([type=checkbox]),
  .create-process-mobile-incoming-document-row .ais-form-coll > div > select.ais-input-addresser,
  .create-process-mobile-incoming-document-row .ais-form-coll > div > span.ais-input-addresser,
  .create-process-mobile-incoming-document-row .ais-form-coll > div > textarea.ais-input-addresser,
  .create-process-mobile-incoming-document-row .ais-form-coll > div > div > input.ais-input-addresser:not([type=checkbox]),
  .create-process-mobile-incoming-document-row .ais-form-coll > div > div > select.ais-input-addresser,
  .create-process-mobile-incoming-document-row .ais-form-coll > div > div > span.ais-input-addresser,
  .create-process-mobile-incoming-document-row .ais-form-coll > div > div > textarea.ais-input-addresser, .create-process-mobile-incoming-document-row .ais-div-addresser {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .create-process-mobile-btn-wraapper {
    width: 100%;
  }
  .create-process-mobile-document-wraapper {
    width: 100%;
  }
  .create-process-mobile-incoming-document-row-contetnt {
    flex-wrap: wrap;
  }
  .create-process-mobile-incoming-document-row-contetnt div {
    margin-bottom: 5px;
  }
  .create-process-mobile-incoming-document-row-contetnt .ais-input, .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > select,
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > span,
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > textarea,
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > div > select,
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > div > span,
  .create-process-mobile-incoming-document-row-contetnt .ais-form-coll > div > div > textarea {
    width: 100% !important;
    margin: 0 0 5px 0 !important;
  }
  .create-process-mobile-incoming-document-input.ais-input, .ais-form-coll > div > input.create-process-mobile-incoming-document-input:not([type=checkbox]),
  .ais-form-coll > div > select.create-process-mobile-incoming-document-input,
  .ais-form-coll > div > span.create-process-mobile-incoming-document-input,
  .ais-form-coll > div > textarea.create-process-mobile-incoming-document-input,
  .ais-form-coll > div > div > input.create-process-mobile-incoming-document-input:not([type=checkbox]),
  .ais-form-coll > div > div > select.create-process-mobile-incoming-document-input,
  .ais-form-coll > div > div > span.create-process-mobile-incoming-document-input,
  .ais-form-coll > div > div > textarea.create-process-mobile-incoming-document-input {
    width: 100% !important;
  }
}
@media (max-width: 484px) {
  .create-process-mobile-document-wraapper .ais-btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .create-process-mobile-incoming-document-date {
    flex-direction: column;
    align-items: center;
  }
  .create-process-mobile-incoming-document-date .ais-input, .create-process-mobile-incoming-document-date .ais-form-coll > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-date .ais-form-coll > div > select,
  .create-process-mobile-incoming-document-date .ais-form-coll > div > span,
  .create-process-mobile-incoming-document-date .ais-form-coll > div > textarea,
  .create-process-mobile-incoming-document-date .ais-form-coll > div > div > input:not([type=checkbox]),
  .create-process-mobile-incoming-document-date .ais-form-coll > div > div > select,
  .create-process-mobile-incoming-document-date .ais-form-coll > div > div > span,
  .create-process-mobile-incoming-document-date .ais-form-coll > div > div > textarea {
    width: 100% !important;
  }
}
.create-process-mobile-incoming-document-date .ais-input, .create-process-mobile-incoming-document-date .ais-form-coll > div > input:not([type=checkbox]),
.create-process-mobile-incoming-document-date .ais-form-coll > div > select,
.create-process-mobile-incoming-document-date .ais-form-coll > div > span,
.create-process-mobile-incoming-document-date .ais-form-coll > div > textarea,
.create-process-mobile-incoming-document-date .ais-form-coll > div > div > input:not([type=checkbox]),
.create-process-mobile-incoming-document-date .ais-form-coll > div > div > select,
.create-process-mobile-incoming-document-date .ais-form-coll > div > div > span,
.create-process-mobile-incoming-document-date .ais-form-coll > div > div > textarea {
  width: calc(50% - 8px) !important;
}

.apartment-area-residents {
  min-width: 150px;
}

.apartment-area-owners {
  min-width: 125px;
}

.dogovor-date-error {
  color: red;
}

.apartment-newAccOwner-newrecord-td-row {
  display: flex;
}
.apartment-newAccOwner-newrecord-td-row > :not(:last-child) {
  margin-right: 15px;
}
.apartment-newAccOwner-newrecord-td-row-div {
  max-width: 300px;
  width: 100%;
}
.apartment-newAccOwner-newrecord-td-row-div select, .apartment-newAccOwner-newrecord-td-row-div input {
  width: 100%;
}
.apartment-newAccOwner-newrecord-td-row-div-long {
  max-width: 615px;
}
.apartment-newAccOwner-newrecord-td-row-margin_top {
  margin-top: 45px;
}
.apartment-newAccOwner-newrecord-td-basket {
  text-align: center !important;
}
.apartment-newAccOwner-newrecord-currentOwner {
  margin-bottom: 20px;
}
.apartment-newAccOwner-newrecord-currentOwner span {
  font-weight: 600;
  font-size: 1.3em;
}
.apartment-newAccOwner-newrecord-newOwnerTitle {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.3em;
}
.apartment-newAccOwner-newrecord-td-div {
  max-width: 700px;
}
.apartment-newAccOwner-newrecord-td-div select, .apartment-newAccOwner-newrecord-td-div input {
  width: 100%;
}

.fa.fa-square-o {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  width: 22px;
  height: 22px;
  margin: 1px 0 5px 0;
}
.fa.fa-square-o::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #ffffff;
  top: 0px;
  left: 2px;
}
.fa.fa-square-o::before {
  display: none;
}

.fa.fa-check-square-o {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  width: 22px;
  height: 22px;
  margin: 1px 0 5px 0;
}
.fa.fa-check-square-o::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #ffffff;
  top: 0px;
  left: 2px;
}
.fa.fa-check-square-o::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 0;
  background: var(--primary);
  border-radius: 2px;
  top: 2px;
  left: 4px;
  z-index: 2;
}

.col .ais-table-data-edit {
  margin-left: 10px;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  box-sizing: border-box !important;
}

.row .col:not(:empty) + .col:empty:before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #ced4da;
  display: block;
  margin-top: 12px;
}
.row .documents-files:empty:before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #ced4da;
  display: block;
  margin-top: 12px;
}

.k-grid table .k-gantt-toolbar .k-state-default, .k-grid table .k-grid .k-grouping-header, .k-grid table .k-grid-header, .k-grid table .k-grid-header-wrap, .k-grid table .k-grouping-header .k-group-indicator, .k-grid table .k-header, .k-grid table td {
  background-color: #ffffff;
  border-color: #ffffff;
}
.k-grid table tbody td, .k-grid table .k-grid-header th {
  border-bottom: 1px solid #ced4da;
}
.k-grid table tbody tr:last-of-type td {
  border-color: #ffffff;
}
.k-grid table tr.k-row-non-actual > td {
  background-color: #ececec;
}

.k-pager-wrap {
  background-color: #ffffff !important;
}

.k-dropdown-wrap {
  background-color: #ffffff !important;
}

.k-grid .k-state-selected td, .k-grid .k-state-selected:last-of-type td {
  background-color: var(--primary);
  border-color: var(--primary);
}
.k-grid .k-state-selected td a, .k-grid .k-state-selected:last-of-type td a {
  color: white;
}

.chat--ico--default {
  background-image: url(/img/default.jpg);
  margin-left: 0px;
  max-height: 16px;
  max-width: 16px;
  margin-right: 3px;
}

.chat--btn-search {
  background-image: url(/img/search-lightGray.svg);
  height: 20px;
  width: 20px;
}

.chat-btn--default {
  background-image: url(/img/chat-dialog.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 35px;
  min-height: 35px;
  max-width: 35px;
  min-width: 35px;
  border-radius: 50%;
  background-color: var(--primary);
}

.chat-btn--default-add-chat {
  background-image: url(/img/chat-add-userchat.svg);
  height: 35px;
  width: 40px;
  border: 0px;
  background-color: white;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn--default-add-chat:hover {
  background-image: url(/img/chat-add-userchat.svg);
  height: 35px;
  width: 40px;
  background-color: #ebf3fd;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn--default-groups-add-chat {
  background-image: url(/img/chat-add-userchat-group.svg);
  height: 35px;
  width: 40px;
  border: 0px;
  background-size: 30px;
  background-color: white;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn--default-groups-add-chat:hover {
  background-image: url(/img/chat-add-userchat-group.svg);
  height: 35px;
  width: 40px;
  background-size: 30px;
  background-color: #ebf3fd;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn--default-groups {
  background-image: url(/img/chat-groups.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 35px;
  max-width: 35px;
  border-radius: 50%;
  background-color: #387896;
}

.chat-btn--favorite {
  background-image: url(/img/chat-favorite.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 35px;
  min-height: 35px;
  max-width: 35px;
  min-width: 35px;
  border-radius: 50%;
  background-color: #dedede;
}

.chat-btn--chat-add-userchat {
  background-image: url(/img/chat-add-userchat.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 35px;
  min-height: 35px;
  max-width: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.chat--exit-icon {
  background-image: url(/img/chat--exit.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat--exit-icon-blue-color {
  background-image: url(/img/chat--exit-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat--return-icon {
  background-image: url(/img/chat--return.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat--return-icon-blue-color {
  background-image: url(/img/chat--return-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-create {
  background-image: url(/img/chat-create.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-create-blue-color {
  background-image: url(/img/chat-create-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--enable {
  background-image: url(/img/chat-notification-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--disenable {
  background-image: url(/img/chat-notification-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--enable-blue-color {
  background-image: url(/img/chat-notification-on-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--disenable-blue-color {
  background-image: url(/img/chat-notification-off-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--disenable-pink-color {
  background-image: url(/img/chat-notification-off-pink-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--enable-elected-blue-color {
  background-image: url(/img/chat-btn--enable-elected-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-btn--disenable-elected-blue-color {
  background-image: url(/img/chat-btn--disenable-elected-blue-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}

.chat-close {
  background-image: url(/img/chat-close.svg);
  height: 24px;
  width: 24px;
}

.chat-close-blue-color {
  background-image: url(/img/chat-close-blue-color.svg);
  height: 24px;
  width: 24px;
}

.chat-link-copy {
  background-image: url(/img/chat-link-copy.svg);
  height: 24px;
  width: 24px;
}

.chat-link-copy-blue-color {
  background-image: url(/img/chat-link-copy-blue-color.svg);
  height: 24px;
  width: 24px;
}

.chat-table-flex {
  display: flex;
  width: 280px;
}

.chat-table-flex div:nth-child(1) {
  flex: 35px;
  vertical-align: top;
}

.chat-table-flex div:nth-child(2) {
  flex: 1.8;
}

.chat-name-flex {
  display: flex;
}

.chat-name-flex div:nth-child(1) {
  flex: 35px;
  vertical-align: top;
}

.chat--name-size {
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-blue-background:hover {
  background-color: #e7eef3;
}

.active-chat {
  background-color: #dadce3;
}

.active-chat:active {
  background: #dfdded;
}

.pointer {
  cursor: pointer;
}

.chat-table {
  width: 100%;
}

.chat-item {
  width: 100%;
}

.myChatPozition {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.myChatPozition > .chat-pozition {
  display: table-cell;
  vertical-align: top;
}

.chat-container {
  width: 290px;
  background-color: white;
  margin-top: 0 !important;
}

.chat-btn--search {
  background-image: url(/img/search.svg);
  background-size: 16px;
}

.chat-btn--message-search {
  background-image: url(/img/message-search.svg);
  background-size: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(15%);
}

.chat-btn--message-search-blue-color {
  background-image: url(/img/message-search-blue-color.svg);
  background-size: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(15%);
}

.chat-btn--copy-link {
  background-image: url(/img/chat-btn--copy-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eaf2fb;
}

.chat-btn--reset {
  background-image: url(/img/chat--reset.svg);
  background-size: 24px;
}

.chat-btn--reload {
  background-image: url(/img/reload.svg);
  background-size: 16px;
}

.chat-btn {
  height: 35px;
  width: 40px;
  border: 0px;
  background-color: white;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn:hover {
  height: 35px;
  width: 40px;
  background-color: #ebf3fd;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.chat-btn--add {
  background-image: url(/img/add.svg);
  background-size: 14px;
}

.chat-btn--sort-both {
  background-image: url(/img/chat-arrow-down.svg);
  background-size: 17px;
}

.chat-btn--number {
  text-align: center;
  margin-top: 8px;
  color: white;
  background: #df3c3c;
  border-radius: 15px;
  background-position: center;
  max-height: 15px;
  min-width: 15px;
  margin-left: auto;
  margin-right: auto;
}

.chat-btn--number--dont-notification {
  text-align: center;
  margin-top: 8px;
  color: white;
  background: #808080;
  border-radius: 15px;
  background-position: center;
  max-height: 15px;
  min-width: 15px;
  margin-left: auto;
  margin-right: auto;
}

.chat-number-message {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.chat--date-setting {
  color: #808080;
  font-size: 10px;
}

.chat--inline-block {
  display: inline-block;
}

.chat--receivemessage-author {
  font-size: 14px;
  margin-right: auto;
}

.chatReceiveMessage {
  border: 1px solid #f8f5ff;
  margin-top: 3px;
  margin-right: auto;
  border-color: #f8f5ff;
  background-color: #f8f5ff;
  border-bottom-color: #f8f5ff;
  max-width: 430px;
  color: #181c32;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 0.475rem !important;
  margin-bottom: 30px;
  position: relative;
  text-align: justify;
}
.chatReceiveMessage p {
  margin: 0 !important;
}

.chatReceiveMessage::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: none !important;
  border-width: 10px;
}

#chatNoMessages {
  margin-top: 20%;
  margin-left: 50%;
  font-size: 16px;
}

.chat--NoChat {
  margin-top: 30%;
  margin-left: 45%;
  font-size: 18px;
}

.chatSendMessage {
  border: 1px solid #dedede;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: auto;
  border-color: #eef6ff;
  background-color: #eef6ff;
  text-align: right;
  border-radius: 5px;
  max-width: 430px;
  color: #181c32;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
  text-align: justify;
}
.chatSendMessage p {
  margin: 0;
}

.chatDeleteSendMessage {
  border: 1px solid #dedede;
  margin-top: 1%;
  margin-left: auto;
  margin-right: 1%;
  text-align: left;
  border-color: gray;
  background-color: gray;
  font-family: Arial;
  color: black;
  border-radius: 5px;
  max-width: 430px;
  color: white;
  padding: 5px 10px;
  line-height: 26px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
}

#chatLayer {
  overflow-y: auto;
  height: calc(100vh - 155px);
}

#chatViewDisplayName {
  margin-top: 5%;
  overflow-y: auto;
  max-height: 500px;
  margin-left: -15px;
}

#chatScroll_bottom {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  right: 15px;
  bottom: 45px;
}

#chatScroll_message {
  display: none;
  bottom: 10%;
  margin-left: 90%;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.5;
}

.chatDropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding-right: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.chatDropdown:hover .chatDropdown-content {
  display: block;
}

.chatOnline, .chatMe {
  margin-right: 5px;
  font-size: 10px;
}

.chatOnline {
  color: #50cd89;
}

.chatMe {
  color: #50cd89;
  margin-left: 5px;
}

.chat-page-title {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf2;
  font-size: 14px;
}

.chatContext-menu {
  margin-left: 43%;
}

.chatContext-menu-open {
  position: fixed;
  display: none;
  border: 0.5px solid #337AB7;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: white;
  padding: 4px;
}

.chatContext-menu-open ul {
  padding: 0;
  margin: 0;
}

.chatContext-menu-open ul li {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  margin: 0;
}

.chatContext-menu-open ul li:last-child {
  border-bottom: 1px solid transparent;
}

.context-menu-open ul li:hover {
  background-color: silver;
}

.chatDeleteReceiveMessage {
  border: 1px solid #dedede;
  margin-top: 1%;
  border-color: gray;
  background-color: gray;
  font-family: Arial;
  color: black;
  max-width: 430px;
  color: white;
  padding: 5px 10px;
  line-height: 26px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
}

.chatSystemMessage {
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Arial;
  color: gray;
  max-width: 430px;
  padding: 5px 5px;
  line-height: 14px;
  font-size: 10px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
}

.chat--message-icon {
  background-image: url(/img/chat--message.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
}

.chat--send-message {
  width: 50px;
  height: 50px;
}

.chat-message-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  height: auto;
  padding: 0px 4px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background-color: #dd3434;
  border-radius: 35%;
  overflow: hidden;
}

.chat-btn-process {
  background-image: url(/img/chat-btn-process.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 35px;
  min-height: 35px;
  max-width: 35px;
  min-width: 35px;
  border-radius: 50%;
  background-color: #dedede;
}

.chat--message-black {
  width: 24px;
  height: 24px;
  display: table-cell;
  background-image: url(/img/chat--message-black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.chat-search {
  position: relative;
  height: 35px;
  margin: 0px 15px 10px 15px;
}
.chat-search .chat-search-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  cursor: text;
}
.chat-search .ais-input, .chat-search .ais-form-coll > div > input:not([type=checkbox]),
.chat-search .ais-form-coll > div > select,
.chat-search .ais-form-coll > div > span,
.chat-search .ais-form-coll > div > textarea,
.chat-search .ais-form-coll > div > div > input:not([type=checkbox]),
.chat-search .ais-form-coll > div > div > select,
.chat-search .ais-form-coll > div > div > span,
.chat-search .ais-form-coll > div > div > textarea {
  padding: 5px 23px 5px 32px;
}

.dropdown-chat-btn {
  background: url(/img/icon-more-black.svg) no-repeat center;
  width: 30px;
  height: 30px;
  color: white;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 1px;
  padding-top: 1px;
  border: none;
  cursor: pointer;
}

.dropdown-chat-btn:hover, .dropdown-chat-btn:focus {
  background: url(/img/icon-more-blue.svg) no-repeat center;
  background-color: #ebf3fd;
  outline: none;
  border-radius: 5px;
}

.dropdown-chat-details {
  margin-left: auto;
  position: relative;
  display: inline-block;
}

.chatSidebar {
  display: none;
  height: 475px;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 30%;
  background-color: #F8F8FF;
  overflow-x: hidden;
  transition: 0.5s;
}

.chatSidebar .closebtn {
  z-index: 2;
  top: 0;
  right: 25px;
  font-size: 36px;
  color: var(--primary);
}

#chatfindLayer {
  margin-top: 10px;
  max-height: 450px;
}

.chatSearchDropdown-content {
  display: none;
  background-color: #F8F8FF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.chatSearchDropdown-content {
  display: block;
}

[name=chatRecordsFound]:hover {
  background-color: silver;
}

#chatFoundMessages {
  font-size: 16px;
  margin-left: 3%;
}

#chatNoMessagesFound {
  margin-top: 20%;
  font-size: 17px;
  margin-left: 35%;
}

.dropdown-chat-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0px;
  font-weight: 500;
  z-index: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.475rem;
}

.dropdown-chat-content a {
  color: #3f4254;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-chat-details a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.dropdown-chat-content a:hover {
  background-color: #ebf3fd;
  color: #3f94fa;
  border-radius: 0.475rem;
}

.menu-chat {
  padding: 8.5px 10px;
  font-size: 0.95rem;
  color: #a1a5b7;
  text-transform: uppercase;
}

.dropdown-chat-group-wrapper {
  display: none;
  border-radius: 0.475rem;
}

.dropdown-chat-group-button:hover .dropdown-chat-group-wrapper {
  display: block;
  position: absolute;
  right: 95%;
  width: 200px;
  background: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 135px;
}

.menu-chat-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.menu-chat-item a {
  padding: 8.5px 10px;
}

.chat-input {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #a1a5b7;
}

.chat-input:active {
  border: 1px solid #eef3f7 !important;
  box-shadow: none !important;
}

.chat-input:hover {
  background-color: #eef3f7 !important;
  border-color: #eef3f7 !important;
}

.chat-block-wrapper {
  margin-left: 355px;
}

.dropdown-chat-group-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.chat-serch-message-wrapper {
  height: 120px;
}

.dropdown-chat-setting-wrapper {
  display: none;
  border-radius: 0.475rem;
  padding-bottom: 10px;
}

.dropdown-chat-setting-button:hover .dropdown-chat-setting-wrapper {
  display: block;
  position: absolute;
  right: 95%;
  width: 180px;
  background: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 210px;
}

.dropdown-chat-setting-button:hover .group-setting-chat {
  top: 175px;
}

.chat-size-table-height {
  height: calc(100vh - 138px);
}

.chat-size-table-height-optional {
  height: calc(100vh - 325px);
}

.modal-chat {
  width: clamp(907px, 60vw, 2304px);
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  transition: right 1.5s ease;
}

.modal-chat-add-edit {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 50%;
  background-color: var(--bg-block-color);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  z-index: 1051;
}

.chat-filter-wrapper {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.2);
  width: 330px;
}

.chat-table-tr td {
  border: none !important;
}

.chat-send-message-icon {
  margin: auto;
  margin-left: 7px;
}

.chat-send-message-icon:hover,
.chat-send-message-icon:focus {
  cursor: pointer;
}
.chat-send-message-icon:hover .send-svg,
.chat-send-message-icon:focus .send-svg {
  fill: #3e97ff !important;
}

.background-color-button-chat-message {
  width: 35px;
  height: 35px;
  border-radius: 6px;
}

.background-color-button-chat-message:active {
  background-color: #d9e6ee;
}

.background-color-button-chat-message:hover {
  background-color: #e7eef3;
}

.chatCreatedNewChat-content {
  display: none;
  background-color: #F8F8FF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.chatCreatedNewChat-content {
  display: block;
}

.hoverChatNewChat {
  padding: 5px;
  font-size: 14px;
}

.hoverChatNewChat:hover {
  background: var(--primary);
}

.chatButtonSearchMessage {
  display: flex;
  justify-content: space-between;
}

.chatButtonSearchMessageItems {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5px;
  height: 40px;
  padding: 5px 10px;
}

#copyLinkChatTarget {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 35px;
  background-color: #f5f8fa;
  border: none;
}

#copyLinkChatTarget:hover {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 35px;
  background-color: #f5f8fa;
  border: none;
}

.copyLinkChatButton {
  width: 32px;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 25%;
}

.copyLinkChatTargetColor {
  background-image: url(/img/chat--check-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e1ffe4;
}

.copyLinkChatIconLink {
  background-image: url(/img/chat--link-copy-chat.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 5px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 2px;
}

.chat-CreatedUserId-yes--DisplayName--yes {
  padding: 1px;
  color: red;
  font-size: 14px;
  border-color: #ccc;
}

.chat-CreatedUserId-no--DisplayName--yes {
  padding: 1px;
  font-size: 14px;
  border-color: #ccc;
}

.menu-chat-item--link-chat {
  width: 176px;
  background-position: left;
  background-position-x: 1px;
  transform: translateY(15%);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}

.menu-chat-item--notification {
  width: 176px;
  background-position: left;
  transform: translateY(15%);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-chat-item-search-message {
  width: 176px;
  background-position: left;
  background-position-x: 5px;
  transform: translateY(15%);
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.chatDateMessageSend {
  display: inherit;
  font-size: 10px;
  text-align: end;
  margin-right: 2%;
}

.chatDateReceiptMessage {
  display: inherit;
  font-size: 10px;
  margin-right: auto;
  margin-left: 1%;
}

.chat--date-message-style-world {
  color: gray;
  font-size: 14px;
  display: inherit;
  text-align: center;
  margin: 20px 0;
}

.loadTenMoreMessages {
  display: inherit;
  width: 120px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #f5f8fa;
  border: none;
  color: var(--primary);
}

.loadTenMoreMessages:hover {
  display: inherit;
  width: 120px;
  margin: 0 auto;
  font-size: 14px;
  background-color: var(--primary);
  border: none;
  color: white;
}

.loadTenMoreMessages:active {
  display: inherit;
  width: 120px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #4486a6;
  border: none;
  color: white;
}

.color-side-barmenu-chat {
  background-color: #f5f8fa;
}

.color-side-barmenu-chat:hover {
  background-color: #e7eef3;
}

.color-side-barmenu-chat:active {
  background-color: #d9e6ee;
}

.chat--flip-button {
  transform: scale(1, -1);
}

.chat--messages-left {
  display: flex;
  justify-content: flex-start;
}

.chat--messages-right {
  display: flex;
  justify-content: flex-end;
}

.chatSearchSize {
  width: 100%;
}

.onRightChat {
  right: -100%;
}

.chat-reply-quote {
  border-left: 3px solid var(--primary);
  margin: 0 0 8px 0;
  padding: 5px 10px;
  background-color: rgba(82, 152, 185, 0.1);
  border-radius: 4px;
  font-size: 13px;
  color: #555;
}

.reply-preview-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f8fa;
  border-left: 3px solid var(--primary);
  padding: 0px 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.cancel-reply-btn {
  font-size: 22px;
  color: gray;
  text-decoration: none;
  padding-left: 15px;
}

.cancel-reply-btn:hover {
  color: #df3c3c;
}

.chat-btn--default.chat-online {
  border: none;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.4), 0 0 0 6px rgba(34, 197, 94, 0.2);
}

.piecework-btn-group-wrapper {
  padding: 0 0 0 155px !important;
}

.piece-work-item {
  min-width: 460px;
  margin-top: 12.5px;
  text-align: start;
}
.piece-work-item .piece-work-select {
  min-width: 100%;
  margin-left: 0;
  height: 36px !important;
}

.piece-work-btn {
  min-width: 39px;
  height: 39px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: auto;
  background: #ffffff !important;
  border: none;
}
.piece-work-btn svg {
  margin-left: auto;
  margin-right: auto;
}

.piece-work-labor-costs {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
}

.piece-work-btn-add {
  background: #ffffff;
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-top: auto;
  height: 39px;
}

.piece-work-checkbox-container {
  margin-top: auto;
  margin-bottom: auto;
}

.piece-work-group-wrapper {
  padding-left: 0 !important;
}
.piece-work-group-wrapper .ais-btn i {
  margin-right: 5px;
}

.piece-work-btn-group {
  padding-left: 0 !important;
}

.piece-work-btn-add:hover.ais-btn {
  color: var(--primary) !important;
}

.piece-work-btn-add[disabled]:hover {
  color: darkgray !important;
  cursor: default;
}

.piece-work-btn-add i {
  margin-right: 5px;
}

.piece-work-checkbox:checked + .piece-work-checkbox-text::before {
  background-image: url(../../img/flag.svg) !important;
}

.piece-work-btn-save {
  margin-left: auto !important;
}

.piece-work-label {
  font-family: "Segoe UI";
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  color: #666666;
  margin-bottom: 5px;
}

.piece-work-form-group {
  border-right: none !important;
}

.piece-work-input {
  width: 235px !important;
}

.piece-work-employee-btn {
  min-width: 220px;
}

.piece-work-tr .piece-work-td-number {
  display: none;
}
.piece-work-tr .piece-work-td {
  border: none;
  padding: 0 !important;
}

.piece-work-td-delete {
  width: 30px;
}
.piece-work-td-delete .btn-wrapper {
  margin-top: 15px;
}

.piece-work-td-labor-costs .dayhour-widget-wrapper {
  justify-content: start;
}

.ais-btn-inside-field-wrapper-dayhour .checkbox-container {
  min-width: 25px !important;
}

.working-hours-wrapper {
  flex-wrap: wrap !important;
  margin-right: 0 !important;
}
.working-hours-wrapper .working-hours-label {
  width: 500px !important;
  margin-bottom: 5px;
  font-family: "Segoe UI";
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  color: #666666;
}

.piece-work-btn-wrapper {
  justify-content: start !important;
  margin-top: auto;
}

.piece-work-labor-costs-add {
  margin-top: 10px;
}

.piece-work-labor-time {
  background-color: #ffffff;
}

.ais-btn-inside-field-wrapper-dayhour .checkbox-container {
  height: 65% !important;
  max-width: 20px !important;
  min-width: 20px !important;
}

.ais-btn-inside-field-wrapper-dayhour {
  height: 30px !important;
}

.ais-btn-inside-field-wrapper-dayhour input[type=checkbox]:checked + span:after {
  top: -1px !important;
  left: 4px !important;
}

.piece-work-td-organization {
  text-align: start !important;
  width: 460px !important;
}

@media (max-width: 1359px) {
  .piece-work-employee {
    padding-left: 0 !important;
  }
  .piece-work-label-date {
    width: 17% !important;
    min-width: 95px !important;
  }
}
@media (max-width: 1110px) {
  .piece-work-tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .piece-work-td-organization {
    min-width: 460px !important;
  }
  .piece-work-td-delete {
    min-width: 75px !important;
  }
  .piece-work-td-labor-costs {
    max-width: 460px;
  }
}
@media (max-width: 870px) {
  .piece-work-btn-apply {
    padding-left: 0 !important;
  }
  .piece-work-btn-group {
    margin-top: 20px !important;
  }
}
@media (max-width: 710px) {
  .piece-work-label-date {
    margin-right: 5px;
    min-width: 125px !important;
  }
  .piece-work-input {
    width: 100px !important;
  }
  .piece-work-form-group {
    justify-content: start !important;
  }
}
@media (max-width: 600px) {
  .piece-work-item {
    min-width: 250px !important;
    width: calc(100% - 75px) !important;
  }
  .piece-work-td-organization {
    min-width: 250px !important;
    width: calc(100% - 135px) !important;
  }
  .piece-work-organization {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .piece-work-form-group,
  .piece-work-employee {
    display: flex;
    flex-wrap: wrap;
  }
  .piece-work-form-group .piece-work-label-date,
  .piece-work-employee .piece-work-label-date {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .piece-work-tr {
    position: relative;
  }
  .piece-work-td.piece-work-td-delete {
    position: absolute;
    padding: 10px !important;
    right: 0;
    top: 10px;
    min-width: 50px !important;
    width: 50px !important;
  }
  .piece-work-td.piece-work-td-delete .piece-work-btn-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .piece-work-td.piece-work-td-delete .piece-work-btn-wrapper .piece-work-btn {
    margin: 0 !important;
    box-shadow: none;
    background: none !important;
    padding: 0 !important;
  }
  .piece-work-td.piece-work-td-organization {
    width: calc(100% - 50px) !important;
  }
  .piece-work-head {
    position: relative;
  }
  .piece-work-btn-wrapper {
    position: absolute;
    padding: 10px !important;
    right: 0;
    top: 10px;
    width: 50px !important;
    margin-top: 15px !important;
  }
  .piece-work-btn-wrapper .piece-work-btn {
    margin: 0 !important;
    box-shadow: none;
    background: none !important;
    padding: 0 !important;
  }
  .piece-work-item {
    width: calc(100% - 50px) !important;
  }
}
@media (max-width: 520px) {
  .piece-work-td.piece-work-td-organization {
    width: calc(100% - 50px) !important;
  }
  #PieceWorkEmployees .select2 {
    height: 28px !important;
  }
  .piece-work-checkbox {
    height: 19px !important;
    width: 18px !important;
  }
  .piece-work-labor-time {
    height: 28px !important;
    width: 410px !important;
  }
  .piece-work-labor-time .dayhour-widget-block-day {
    font-size: 15px !important;
  }
  .piece-work-organization select,
  .piece-work-label select {
    height: 28px !important;
    font-size: 15px !important;
  }
  .ais-btn-inside-field-wrapper-dayhour input[type=checkbox]:checked + span:after {
    height: 11px !important;
    width: 7px !important;
  }
  .piece-work-td-labor-costs {
    max-width: 410px;
  }
}
@media (max-width: 470px) {
  .piece-work-td-labor-costs {
    width: 300px !important;
  }
}
@media (max-width: 425px) {
  .piece-work-td-labor-costs {
    width: 300px !important;
  }
  .piece-work-btn-add,
  .piece-work-employee-btn,
  .piece-work-btn-save {
    width: 100% !important;
  }
  .piece-work-group-wrapper {
    flex-direction: column !important;
    margin-top: 15px !important;
  }
  .piece-work-group-wrapper .piece-work-btn-save {
    margin-top: 15px !important;
  }
}
@media (max-width: 405px) {
  .piece-work-item {
    min-width: 230px !important;
  }
  .piece-work-td-organization {
    width: 230px !important;
  }
  .piece-work-btn-add,
  .piece-work-employee-btn,
  .piece-work-btn-save {
    width: 100% !important;
  }
  .piece-work-td-labor-costs {
    width: 260px !important;
  }
  .piece-work-td-labor-costs .dayhour-widget-block-day {
    justify-content: start !important;
    padding-left: 10px !important;
  }
  .working-hours-wrapper .working-hours-label {
    margin-right: 0 !important;
  }
  .working-hours-wrapper .working-hours-label,
  .working-hours-wrapper .piece-work-label {
    font-size: 13px !important;
  }
}
@media (max-width: 350px) {
  #PieceWorkEmployees .select2 {
    height: 28px !important;
    font-size: 12px !important;
  }
  #PieceWorkFilters .select2 {
    max-width: 260px;
  }
  .piece-work-td-organization {
    width: 90% !important;
    min-width: 230px !important;
  }
  .piece-work-btn-wrapper {
    right: -15px !important;
  }
}
@media (max-width: 1200px) {
  .piece-works-wrapper label {
    width: 170px !important;
  }
}
@media (max-width: 1145px) {
  .piece-works-tr-header {
    display: none;
  }
  .piece-works-tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ebedf2 !important;
    position: relative;
  }
  .piece-works-td {
    border: none !important;
  }
  .piece-works-td::before {
    content: "";
    display: block;
    color: var(--primary);
    font-size: 12px;
  }
  .piece-works-td.piece-works-organization-name {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-organization-name::before {
    content: "Организация";
  }
  .piece-works-td.piece-works-number {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-number::before {
    content: "Номер сдельной работы";
  }
  .piece-works-td.piece-works-month {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-month::before {
    content: "Месяц";
  }
  .piece-works-td.piece-works-created {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-created::before {
    content: "Дата создания";
  }
  .piece-works-td.piece-works-from-date {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-from-date::before {
    content: "Дата начала";
  }
  .piece-works-td.piece-works-to-date {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-to-date::before {
    content: "Дата окончания";
  }
  .piece-works-td.piece-works-status-name {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-status-name::before {
    content: "Статус заявки";
  }
  .piece-works-td.piece-works-request {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-request::before {
    content: "Процесс";
  }
  .piece-works-td.piece-works-username {
    min-width: 180px !important;
    width: calc(20% - 20px);
  }
  .piece-works-td.piece-works-username::before {
    content: "Создатель";
  }
  .piece-works-td.piece-works-template {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1054px) {
  .working-hours-wrapper {
    margin-top: 5px !important;
  }
  .piece-work-td-labor-costs {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1000px) {
  .piece-works-wrapper label {
    width: 165px !important;
  }
}
@media (max-width: 960px) {
  .piece-works-td.piece-works-organization-name, .piece-works-td.piece-works-number, .piece-works-td.piece-works-month, .piece-works-td.piece-works-created, .piece-works-td.piece-works-from-date, .piece-works-td.piece-works-to-date, .piece-works-td.piece-works-status-name, .piece-works-td.piece-works-request, .piece-works-td.piece-works-username {
    width: calc(33% - 20px);
  }
}
@media (max-width: 767px) {
  .piece-works-td.piece-works-organization-name, .piece-works-td.piece-works-number, .piece-works-td.piece-works-month, .piece-works-td.piece-works-created, .piece-works-td.piece-works-from-date, .piece-works-td.piece-works-to-date, .piece-works-td.piece-works-status-name, .piece-works-td.piece-works-request, .piece-works-td.piece-works-username {
    width: calc(50% - 20px);
  }
}
@media (max-width: 676px) {
  .piece-works-wrapper {
    flex-wrap: wrap !important;
  }
  .piece-works-wrapper label {
    width: 100% !important;
  }
  .piecework-btn-group-wrapper {
    padding: 0 0 0 0 !important;
  }
}
@media (max-width: 540px) {
  .piece-works-td.piece-works-organization-name, .piece-works-td.piece-works-number, .piece-works-td.piece-works-month, .piece-works-td.piece-works-created, .piece-works-td.piece-works-from-date, .piece-works-td.piece-works-to-date, .piece-works-td.piece-works-status-name, .piece-works-td.piece-works-request, .piece-works-td.piece-works-username {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .piece-works-wrapper label {
    margin-bottom: 0 !important;
    margin-right: auto !important;
  }
}
@media (max-width: 464px) {
  .piece-work-add-process {
    display: block !important;
  }
}
@media (max-width: 425px) {
  .piece-works-btn-group-wrap {
    flex-direction: column !important;
  }
  .piece-works-btn-group-wrap button {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
.adding-piece-works-wrapper label {
  flex: 0 0 140px !important;
}

@media (max-width: 475px) {
  .adding-piece-works-wrapper {
    flex-wrap: wrap !important;
  }
  .adding-piece-works-wrapper label {
    flex: 0 0 100% !important;
  }
}
#tbody_StepsForAssignment .select2.select2-container {
  width: 100% !important;
}

.popup_bg_calendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

.popup_calendar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.popup_redact_bg_calendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

.checkboxToggle {
  color: black;
  display: flex;
  flex-direction: row;
}

.checkboxToggle > * {
  padding: 0 5px 0 5px;
}

.modal-header .close-modal-calendar {
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
}
.modal-header .close-notes-redact {
  outline: none;
}

.user-name-block-item {
  width: 100%;
  color: var(--primary);
  font-weight: 500;
}

.notesBlock {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: auto;
  flex-direction: column;
  border-left: 1px solid #efefef;
  background-color: white;
  height: 600px;
  width: 444px;
}

.notesBlockMain {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  border-left: 1px solid #efefef;
  background-color: white;
  height: 600px;
  width: 924px;
}

.redactNote {
  margin: 0;
  top: 3px;
  position: absolute;
  right: 35px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: flex-end;
  cursor: pointer;
  justify-content: center;
}

.deleteNote {
  margin: 0;
  top: 3px;
  position: absolute;
  right: 5px;
  display: flex;
  height: 30px;
  width: 30px;
  cursor: pointer;
  justify-content: center;
}

.note-process-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.note-process-wrapper .redactNote,
.note-process-wrapper .deleteNote {
  margin-top: 0;
  margin-bottom: 0;
}
.note-process-wrapper .number-process-link {
  min-width: 50px;
  color: var(--primary);
}
.note-process-wrapper .user-name-block-item {
  margin-left: 10px;
  width: 100%;
}
.note-process-wrapper .requestNote {
  display: flex;
  width: 100%;
}
@media (max-width: 1050px) {
  .note-process-wrapper .requestNote {
    flex-direction: column;
  }
  .note-process-wrapper .user-name-block-item {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .note-process-wrapper .requestNote {
    flex-direction: row;
  }
}
@media (max-width: 510px) {
  .note-process-wrapper .requestNote {
    flex-direction: column;
  }
}

.noteContent {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  margin: 0;
}

.noteText {
  color: black;
  padding-right: 10px;
  width: 100%;
}

.note-element-wrapper {
  font-size: 14px;
  border: 1px solid var(--primary-015);
  border-radius: 5px;
  background: var(--primary-015);
  margin: 5px;
}

.note-text-wrapper {
  border-left: 1px solid rgba(103, 113, 220, 0.56);
  padding: 5px 5px 5px 10px;
  width: 100%;
}

.air-datepicker-cell.-day-.-current- {
  background-color: rgba(171, 215, 236, 0.55);
}
.air-datepicker-cell.-day-.-current- .textInCell {
  color: black;
  background-color: white;
}

.notes-bloks-header {
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}

.close-notes {
  outline: none !important;
}

.noteElement {
  position: relative;
  min-height: 38px;
  display: flex;
  justify-content: space-between;
}

.noteDate {
  font-size: 16px;
  color: var(--primary);
  min-width: 40px;
  position: absolute;
  left: 5px;
  top: 6px;
  margin: 0;
}

.myWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.myWrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.addNote {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.textInCell {
  background-color: rgba(0, 129, 250, 0.34);
  border-radius: 5px;
  padding: 0 5px 0 5px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: black;
}

.air-datepicker-cell.-selected- .textInCell {
  color: black;
  background-color: white;
}

.saveNoteButton {
  margin: 5px;
  border-radius: 5px;
  margin-top: 10px;
}

.redactNoteTitle {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.textareaNote {
  font-size: 16px;
  margin: 2px 0 10px 0;
}

.countNotes {
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 18px;
  padding: 0 0 2px 1px;
  height: 18px;
  position: absolute;
  top: 58px;
  right: 1px;
  border-radius: 50%;
}

.calendarDate {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  height: 25px;
  width: 25px;
  font-weight: 400;
}

.my-notes-wrapper .note-theirs-content .note-text-wrapper {
  padding-right: 10px;
}
.my-notes-wrapper .ais-page-title {
  color: var(--link-color);
  display: flex;
}
.my-notes-wrapper .ais-page-title .checkboxToggle {
  margin-left: auto;
}
.my-notes-wrapper .air-datepicker-nav {
  height: 35px;
  border-bottom: 1px solid #efefef;
}
.my-notes-wrapper .air-datepicker-body--day-names {
  border-top: none;
  margin-top: 5px;
}
.my-notes-wrapper .addNote {
  color: #fff;
  margin: 10px 5px 10px 25px;
}
.my-notes-wrapper .noteIcons {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.my-notes-wrapper .redactNote {
  padding: 3px;
  font-size: 20px;
  color: var(--primary);
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.my-notes-wrapper .redactNote:hover, .my-notes-wrapper .redactNote:focus {
  color: #6ba7c3;
}
.my-notes-wrapper .deleteNote {
  padding: 3px;
  font-size: 20px;
  color: var(--primary);
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.my-notes-wrapper .deleteNote .fa {
  top: 3px;
  position: relative;
}
.my-notes-wrapper .deleteNote:hover, .my-notes-wrapper .deleteNote:focus {
  color: #6ba7c3;
}
.my-notes-wrapper .air-datepicker--navigation, .my-notes-wrapper .air-datepicker--content, .my-notes-wrapper .air-datepicker.-inline- {
  width: 100%;
}
.my-notes-wrapper #calendarMain {
  width: 80%;
}
.my-notes-wrapper .notesBlockMain {
  height: auto;
  max-height: 410px;
  width: 100%;
}
.my-notes-wrapper .noteTextWithoutRequest {
  width: 100% !important;
  padding-right: 60px;
}
.my-notes-wrapper .air-datepicker.-inline- {
  border-right: 1px solid #efefef;
}
.my-notes-wrapper .air-datepicker-nav--title {
  font-size: 14px;
  color: #2f2e38;
  font-weight: 400;
}
.my-notes-wrapper .air-datepicker-nav--action {
  margin-top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid transparent;
  position: relative;
}
.my-notes-wrapper .air-datepicker-nav--action svg {
  height: 25px;
  width: 25px;
  position: absolute;
  top: -5px;
  right: 2px;
}
.my-notes-wrapper .air-datepicker-nav--action:hover, .my-notes-wrapper .air-datepicker-nav--action:focus {
  background-color: rgba(103, 183, 220, 0.15);
}
.my-notes-wrapper .air-datepicker-nav--title:hover {
  background: rgba(103, 183, 220, 0.15);
}
.my-notes-wrapper .air-datepicker-nav--title i {
  color: #67b7dc;
  font-weight: 500;
}
.my-notes-wrapper .nav-btn {
  margin-top: auto;
  margin-bottom: auto;
}
.my-notes-wrapper .air-datepicker {
  --adp-nav-arrow-color: #67b7dc !important;
}
.my-notes-wrapper .checkboxToggle {
  color: var(--primary);
}
.my-notes-wrapper .air-datepicker-body--cells {
  border-top: 1px solid rgba(103, 183, 220, 0.55);
  border-left: 1px solid rgba(103, 183, 220, 0.55);
}
.my-notes-wrapper .air-datepicker {
  --adp-day-cell-width: 110px;
  --adp-day-cell-height: 58px;
  height: auto;
  --adp-month-cell-height: 75px;
  --adp-year-cell-height: 100px;
}
.my-notes-wrapper .air-datepicker-cell.-month-,
.my-notes-wrapper .air-datepicker-cell.-year- {
  font-weight: 400;
  padding-right: 10px;
  font-size: 18px;
  color: #2f2e38;
}
.my-notes-wrapper .air-datepicker-cell.-month-.-current-.-selected- {
  color: var(--primary);
  font-weight: 500;
}
.my-notes-wrapper .air-datepicker-cell.-selected-.-current- {
  background: rgba(171, 215, 236, 0.55);
}
.my-notes-wrapper .air-datepicker-cell.-selected-.-current-:hover, .my-notes-wrapper .air-datepicker-cell.-selected-.-current-:focus {
  background: rgba(171, 215, 236, 0.45);
}
.my-notes-wrapper .air-datepicker-cell.-selected- {
  background: rgba(171, 215, 236, 0.55);
}
.my-notes-wrapper .air-datepicker-cell.-selected- .calendarDate {
  color: var(--primary);
  font-weight: 600;
}
.my-notes-wrapper .air-datepicker-cell.-selected-:hover, .my-notes-wrapper .air-datepicker-cell.-selected-:focus {
  background: rgba(171, 215, 236, 0.45);
}
.my-notes-wrapper .air-datepicker-cell.-day-.-current- .calendarDate {
  font-size: 14px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 2px 2px;
  background-color: var(--primary);
  font-weight: 600;
}
.my-notes-wrapper .air-datepicker-cell {
  border: none;
}
.my-notes-wrapper .air-datepicker-cell.-selected- .countNotes {
  background: #6794dc;
}
.my-notes-wrapper .air-datepicker-cell.-day-.-other-month-:hover, .my-notes-wrapper .air-datepicker-cell.-year-.-other-decade-:hover {
  background: rgba(103, 183, 220, 0.15);
}
.my-notes-wrapper .air-datepicker-cell .-day-:hover, .my-notes-wrapper .air-datepicker-cell .-day-:focus {
  background: rgba(199, 216, 242, 0.3294117647);
  border-color: rgba(103, 113, 220, 0.56);
}
.my-notes-wrapper .air-datepicker-cell {
  border-right: 1px solid rgba(103, 183, 220, 0.55);
  border-bottom: 1px solid rgba(103, 183, 220, 0.55);
}
.my-notes-wrapper .air-datepicker-cell:hover, .my-notes-wrapper .air-datepicker-cell:focus {
  background: rgba(103, 183, 220, 0.15);
}
.my-notes-wrapper .air-datepicker-cell.-day-.-weekend- {
  background-color: rgba(103, 183, 220, 0.1);
}
.my-notes-wrapper .air-datepicker-cell.-day-.-weekend-:hover, .my-notes-wrapper .air-datepicker-cell.-day-.-weekend-:focus {
  background-color: rgba(103, 183, 220, 0.15);
}
.my-notes-wrapper .textInCell {
  width: 100%;
  font-size: 10px;
  margin-top: auto;
  background-color: rgba(199, 216, 242, 0.55);
  min-height: 14px;
}
.my-notes-wrapper .air-datepicker-body--day-name {
  font-size: 12px;
  font-weight: 400;
}
.my-notes-wrapper .countNotes {
  top: 40px;
  border-radius: 50%;
  min-width: 15px;
  width: auto;
  height: 15px;
  padding: 2px;
  font-size: 10px;
  background-color: #6794dc;
  right: 2px;
}
.my-notes-wrapper .noteTextWithoutRequest {
  color: #2f2e38;
}

.notes-username {
  color: var(--primary) !important;
  font-weight: 500;
}

.modal-calendar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-calendar .close-notes-btn {
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-calendar .myWrap {
  margin-top: 0;
  padding: 0 20px 20px;
}
.modal-calendar .popup_calendar {
  overflow: hidden;
}
.modal-calendar .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--bg-block-color);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
}
.modal-calendar .modal-header {
  padding: 10px 75px 10px 20px;
}
.modal-calendar .modal-header .close:hover, .modal-calendar .modal-header .close:focus {
  outline: none;
  color: var(--primary);
}
@media (max-width: 520px) {
  .modal-calendar .modal-header {
    padding: 20px;
    flex-wrap: wrap;
  }
  .modal-calendar .modal-header .modal-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-calendar .modal-header .note-type {
    margin-left: 0 !important;
  }
  .modal-calendar .modal-header .note-type .ais-form-group {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .modal-calendar .modal-header .note-type .ais-form-group .select2 {
    width: 270px !important;
  }
}
.modal-calendar #calendar {
  height: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-calendar .notesBlock {
  height: auto;
  width: 100%;
  padding-right: 17px;
}
.modal-calendar .air-datepicker-body--cells {
  border-top: 1px solid rgba(103, 183, 220, 0.55);
  border-left: 1px solid rgba(103, 183, 220, 0.55);
}
.modal-calendar .air-datepicker {
  --adp-day-cell-width: 114.5px;
  --adp-day-cell-height: 58px;
  --adp-month-cell-height: 94px;
  height: auto;
}
.modal-calendar .air-datepicker-cell.-month-,
.modal-calendar .air-datepicker-cell.-year- {
  font-weight: 400;
  padding-right: 10px;
}
.modal-calendar .air-datepicker-cell.-selected-.-current- {
  background: rgba(171, 215, 236, 0.55);
  font-weight: 600;
  color: var(--primary);
}
.modal-calendar .air-datepicker-cell.-selected-.-current-:hover, .modal-calendar .air-datepicker-cell.-selected-.-current-:focus {
  background: rgba(171, 215, 236, 0.45);
}
.modal-calendar .air-datepicker-cell.-day-.-current- .calendarDate {
  font-size: 14px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 2px 2px;
  background-color: var(--primary);
  font-weight: 600;
}
.modal-calendar .air-datepicker-cell {
  border: none;
}
.modal-calendar .air-datepicker-cell.-selected- .countNotes {
  background: #6794dc;
}
.modal-calendar .air-datepicker-cell.-day-.-other-month-:hover, .modal-calendar .air-datepicker-cell.-year-.-other-decade-:hover {
  background: rgba(103, 183, 220, 0.15);
}
.modal-calendar .air-datepicker-cell .-day-:hover, .modal-calendar .air-datepicker-cell .-day-:focus {
  background: rgba(199, 216, 242, 0.3294117647);
  border-color: rgba(103, 113, 220, 0.56);
}
.modal-calendar .air-datepicker-cell {
  border-right: 1px solid rgba(103, 183, 220, 0.55);
  border-bottom: 1px solid rgba(103, 183, 220, 0.55);
}
.modal-calendar .air-datepicker-cell:hover, .modal-calendar .air-datepicker-cell:focus {
  background: rgba(103, 183, 220, 0.15);
}
.modal-calendar .air-datepicker-cell.-day-.-weekend- {
  background-color: rgba(103, 183, 220, 0.1);
}
.modal-calendar .air-datepicker-cell.-day-.-weekend-:hover, .modal-calendar .air-datepicker-cell.-day-.-weekend-:focus {
  background-color: rgba(103, 183, 220, 0.15);
}
.modal-calendar .textInCell {
  width: 100%;
  font-size: 10px;
  margin-top: auto;
  background-color: rgba(199, 216, 242, 0.55);
  min-height: 14px;
}
.modal-calendar .air-datepicker-body--day-name {
  font-size: 12px;
  font-weight: 400;
}
.modal-calendar .countNotes {
  top: 40px;
  border-radius: 50%;
  min-width: 15px;
  width: auto;
  height: 15px;
  padding: 2px;
  font-size: 10px;
  background-color: #6794dc;
  right: 2px;
}
.modal-calendar .noteContent {
  padding-left: 50px;
}
.modal-calendar .noteDate {
  font-size: 14px;
  color: var(--primary);
  top: 5px;
}
.modal-calendar .noteTextWithoutRequest {
  color: #2f2e38;
  padding-right: 60px;
}
.modal-calendar .air-datepicker-nav {
  height: 35px;
  border-bottom: 1px solid #efefef;
}
.modal-calendar .air-datepicker-nav--title {
  font-size: 14px;
  color: #2f2e38;
  font-weight: 400;
  padding: 0 5px;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
.modal-calendar .air-datepicker-nav--title:hover {
  background: rgba(103, 183, 220, 0.15);
}
.modal-calendar .air-datepicker-nav--title i {
  color: #67b7dc;
  font-weight: 500;
}
.modal-calendar .air-datepicker-nav--action {
  margin-top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid transparent;
  position: relative;
}
.modal-calendar .air-datepicker-nav--action svg {
  height: 25px;
  width: 25px;
  position: absolute;
  top: -5px;
  right: 2px;
}
.modal-calendar .air-datepicker-nav--action:hover, .modal-calendar .air-datepicker-nav--action:focus {
  background-color: rgba(103, 183, 220, 0.15);
}
.modal-calendar .air-datepicker-body--day-names {
  border-top: none;
  margin-top: 5px;
}
.modal-calendar .air-datepicker--navigation, .modal-calendar .air-datepicker--content, .modal-calendar .air-datepicker.-inline- {
  width: 100%;
}
.modal-calendar .nav-btn {
  margin-top: auto;
  margin-bottom: auto;
}
.modal-calendar .air-datepicker {
  --adp-nav-arrow-color: #67b7dc !important;
}
.modal-calendar .redactNote {
  padding: 3px;
  font-size: 20px;
  color: var(--primary);
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
  top: 0;
}
.modal-calendar .redactNote:hover, .modal-calendar .redactNote:focus {
  color: #6ba7c3;
}
.modal-calendar .deleteNote {
  padding: 3px;
  font-size: 20px;
  color: var(--primary);
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
  top: 0;
}
.modal-calendar .deleteNote .fa {
  top: 3px;
  position: relative;
}
.modal-calendar .deleteNote:hover, .modal-calendar .deleteNote:focus {
  color: #6ba7c3;
}
.modal-calendar .addNote {
  color: #fff;
  margin: 10px 0 10px 25px;
}
.modal-calendar .air-datepicker {
  --adp-month-cell-height: 94px;
  --adp-year-cell-height: 125px;
}
.modal-calendar .air-datepicker-cell.-month-,
.modal-calendar .air-datepicker-cell.-year- {
  font-weight: 400;
  padding-right: 10px;
}
.modal-calendar .air-datepicker-cell.-selected-.-current- {
  font-weight: 600;
  color: var(--primary);
}
.modal-calendar .air-datepicker-cell.-selected-,
.modal-calendar .air-datepicker-cell.-day-.-other-month-.-selected-,
.modal-calendar .air-datepicker-cell.-day-.-weekend-.-selected- {
  background: rgba(171, 215, 236, 0.55);
}
.modal-calendar .air-datepicker-cell.-selected- .calendarDate,
.modal-calendar .air-datepicker-cell.-day-.-other-month-.-selected- .calendarDate,
.modal-calendar .air-datepicker-cell.-day-.-weekend-.-selected- .calendarDate {
  color: var(--primary);
  font-weight: 600;
}
.modal-calendar .air-datepicker-cell.-selected-:hover, .modal-calendar .air-datepicker-cell.-selected-:focus,
.modal-calendar .air-datepicker-cell.-day-.-other-month-.-selected-:hover,
.modal-calendar .air-datepicker-cell.-day-.-other-month-.-selected-:focus,
.modal-calendar .air-datepicker-cell.-day-.-weekend-.-selected-:hover,
.modal-calendar .air-datepicker-cell.-day-.-weekend-.-selected-:focus {
  background: rgba(171, 215, 236, 0.45);
}
.modal-calendar .noteElement {
  min-height: 32px;
}
.modal-calendar .note-element-wrapper {
  margin: 5px 10px 5px 0;
}
.modal-calendar .noteElementDate {
  margin: 0;
  justify-content: start;
}
.modal-calendar .notes-bloks-header {
  padding-left: 20px;
  padding-right: 0;
}

.modal-edit-calendar {
  display: none;
  z-index: 9999;
}

#addingNoteModal.show,
#editNoteModal.show {
  background-color: rgba(0, 0, 0, 0.44);
}

#addingNoteModal .modal-dialog,
#editNoteModal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}
@media (max-width: 580px) {
  #addingNoteModal .modal-dialog,
  #editNoteModal .modal-dialog {
    width: 320px;
    transform: translate(-52%, -50%);
  }
}
@media (max-width: 375px) {
  #addingNoteModal .modal-dialog,
  #editNoteModal .modal-dialog {
    width: 260px;
  }
  #addingNoteModal .modal-dialog .dateInput,
  #editNoteModal .modal-dialog .dateInput {
    font-size: 14px;
  }
}
#addingNoteModal .modal-body,
#editNoteModal .modal-body {
  padding-top: 0;
}
#addingNoteModal .modal-body label,
#editNoteModal .modal-body label {
  margin-bottom: 3px;
  margin-top: 5px;
}
#addingNoteModal .modal-body .saveNoteButton,
#editNoteModal .modal-body .saveNoteButton {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 375px) {
  #addingNoteModal .modal-header,
  #editNoteModal .modal-header {
    padding: 14px;
  }
  #addingNoteModal .modal-header .modal-title,
  #editNoteModal .modal-header .modal-title {
    font-size: 18px;
  }
}

.air-datepicker-cell.-day-.-weekend-.-selected- {
  background-color: rgba(171, 215, 236, 0.55) !important;
}

.redactPanel {
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.redactPanel .dateInput {
  cursor: pointer !important;
}

.notes-block-item {
  padding-left: 20px;
  max-height: 385px;
  overflow-y: scroll;
}

.noteElementDate {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 5px;
  font-size: 16px;
}

.noCurrentDayNotes {
  display: flex;
  justify-content: center;
  margin: 5px;
  font-size: 14px;
}

.addNote_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 1300px) {
  .my-notes-wrapper .air-datepicker {
    --adp-day-cell-width: 90px;
    --adp-day-cell-height: 50px;
  }
  .my-notes-wrapper .notes-bloks-header-wrapper {
    padding-bottom: 5px;
  }
  .my-notes-wrapper .air-datepicker--content, .my-notes-wrapper .air-datepicker.-inline- {
    width: 100%;
  }
  .my-notes-wrapper .air-datepicker-cell.-day-.-current- .calendarDate {
    width: 18px;
    height: 18px;
    font-size: 12px;
    padding: 0;
  }
  .my-notes-wrapper .textInCell {
    margin-top: 3px;
    max-width: 90px;
  }
  .my-notes-wrapper .countNotes {
    margin-top: 3px;
    font-size: 8px;
    padding: 0;
    top: 29px;
  }
  .my-notes-wrapper .calendarDate {
    font-size: 12px;
  }
  .my-notes-wrapper #calendarMain,
  .my-notes-wrapper .air-datepicker--navigation {
    width: 630px;
  }
  .my-notes-wrapper .noteDate {
    font-size: 14px;
  }
  .my-notes-wrapper .noteTextWithoutRequest {
    font-size: 12px;
    width: 100% !important;
  }
  .my-notes-wrapper .noteElementDate {
    font-size: 14px;
    width: 67px;
  }
  .my-notes-wrapper .notesBlockMain {
    max-height: 360px;
  }
  .my-notes-wrapper .air-datepicker-cell.-month- {
    --adp-month-cell-height: 77px;
  }
}
@media (max-width: 1150px) {
  .my-notes-wrapper .air-datepicker {
    --adp-day-cell-width: 80px;
    --adp-day-cell-height: 47px;
  }
  .my-notes-wrapper .air-datepicker.-inline-,
  .my-notes-wrapper .air-datepicker--navigation,
  .my-notes-wrapper .air-datepicker--content,
  .my-notes-wrapper #calendarMain {
    width: 560px;
  }
  .my-notes-wrapper .notesBlockMain {
    max-height: 345px;
  }
  .my-notes-wrapper .notes-block-item {
    padding-left: 10px;
  }
  .my-notes-wrapper .deleteNote {
    margin: 0;
    margin-left: 5px;
  }
  .my-notes-wrapper .countNotes {
    top: 28px;
  }
  .my-notes-wrapper .addNote {
    margin: 9px 7px 5px 25px;
  }
}
@media (max-width: 990px) {
  .my-notes-wrapper .myWrapper {
    flex-wrap: wrap;
  }
  .my-notes-wrapper .air-datepicker {
    --adp-day-cell-width: 14.2587143%;
    --adp-day-cell-height: 50px;
  }
  .my-notes-wrapper .air-datepicker.-inline-,
  .my-notes-wrapper .air-datepicker--navigation,
  .my-notes-wrapper .air-datepicker--content,
  .my-notes-wrapper #calendarMain {
    width: 100%;
  }
  .my-notes-wrapper .notesBlockMain {
    margin-top: 20px;
    border-left: none;
  }
  .my-notes-wrapper .notes-block-item {
    padding-left: 0;
  }
  .my-notes-wrapper .noteElementDate {
    margin-left: 5px;
  }
  .my-notes-wrapper .noteElement {
    margin-left: 0;
  }
  .my-notes-wrapper .air-datepicker-nav {
    height: 30px;
  }
  .my-notes-wrapper .air-datepicker-body--day-names {
    margin-top: 2px;
  }
  .my-notes-wrapper .air-datepicker.-inline- {
    border-right: none;
  }
  .my-notes-wrapper .notes-bloks-header {
    padding-left: 0;
  }
  .my-notes-wrapper .noteDate {
    display: flex;
    align-self: flex-start;
  }
  .my-notes-wrapper .textInCell {
    max-width: 115px;
  }
}
@media (max-width: 820px) {
  .my-notes-wrapper .textInCell {
    max-width: 90px;
  }
}
@media (max-width: 745px) {
  .my-notes-wrapper .air-datepicker--content {
    min-width: 260px;
  }
  .my-notes-wrapper .textInCell {
    font-size: 9px;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .my-notes-wrapper .air-datepicker {
    --adp-day-cell-height: 45px;
  }
  .my-notes-wrapper .air-datepicker-cell.-day-.-current- .calendarDate {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
  .my-notes-wrapper .countNotes {
    top: 23px;
    font-size: 7px;
    height: 13px;
  }
  .my-notes-wrapper .air-datepicker-cell.-month- {
    --adp-month-cell-height: 55px;
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .my-notes-wrapper .noteContent {
    padding-left: 42px;
  }
  .my-notes-wrapper .noteElementDate {
    width: 58px;
  }
  .my-notes-wrapper .air-datepicker-nav--title, .my-notes-wrapper .noteElementDate, .my-notes-wrapper .noteDate {
    font-size: 12px;
  }
  .my-notes-wrapper .addNote {
    min-height: 30px;
  }
  .my-notes-wrapper .noteDate {
    min-width: 30px;
  }
  .my-notes-wrapper .user-name-block-item,
  .my-notes-wrapper .noteText {
    font-size: 11px;
  }
  .my-notes-wrapper .number-process-link {
    font-size: 12px;
  }
  .my-notes-wrapper .redactNote {
    font-size: 16px;
    height: 20px;
    width: 20px;
    top: 7px !important;
  }
  .my-notes-wrapper .deleteNote {
    font-size: 16px;
    height: 20px;
    width: 20px;
    top: 7px !important;
  }
  .my-notes-wrapper .deleteNote .fa {
    top: -3px;
  }
  .my-notes-wrapper .notesBlockMain {
    margin-top: 10px;
  }
  .my-notes-wrapper .noteElement {
    min-height: 30px;
  }
}
@media (max-width: 375px) {
  .my-notes-wrapper .ais-page-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .my-notes-wrapper .air-datepicker-body--day-name,
  .my-notes-wrapper .calendarDate,
  .my-notes-wrapper .noteTextWithoutRequest {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .my-notes-wrapper .addNote {
    margin-left: 10px;
    font-size: 11px;
  }
  .my-notes-wrapper .requestNote {
    max-width: 170px;
  }
  .my-notes-wrapper .note-text-wrapper {
    padding-left: 5px;
  }
  .my-notes-wrapper .notes-block-item,
  .my-notes-wrapper .noteTextWithoutRequest {
    position: relative;
  }
  .my-notes-wrapper .notes-block-item {
    overflow-x: hidden;
  }
  .my-notes-wrapper .noteText {
    width: auto;
  }
  .my-notes-wrapper .noteElementDate {
    width: 60px;
  }
  .my-notes-wrapper .noteContent {
    padding-left: 40px;
  }
}

@media (max-width: 1300px) {
  .modal-calendar .air-datepicker {
    --adp-day-cell-width: 14.2587143%;
    --adp-day-cell-height: 50px;
  }
  .modal-calendar .notesBlock {
    border-left: none;
  }
  .modal-calendar #calendar {
    width: 768px;
  }
  .modal-calendar .air-datepicker-nav {
    height: 30px;
  }
  .modal-calendar .calendarDate {
    height: 20px;
    width: 20px;
    font-size: 12px;
  }
  .modal-calendar .air-datepicker-cell.-day-.-current- .calendarDate {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .modal-calendar .countNotes {
    top: 32px;
    height: 14px;
    font-size: 9px;
  }
  .modal-calendar .noteElementDate {
    font-size: 14px;
    margin-left: 0;
    min-width: 67px;
  }
  .modal-calendar .addNote {
    margin: 7px 0 5px auto;
  }
  .modal-calendar .air-datepicker-body--day-name {
    font-size: 11px;
  }
  .modal-calendar .air-datepicker-body--day-names {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .modal-calendar .air-datepicker--navigation {
    height: 30px;
  }
  .modal-calendar .noteContent {
    font-size: 12px;
    padding-left: 45px;
  }
  .modal-calendar .air-datepicker.-inline- {
    width: 100%;
  }
  .modal-calendar .popup_calendar {
    width: 98%;
  }
  .modal-calendar .noteDate {
    min-width: 40px;
    top: 4px;
  }
  .modal-calendar .noteTextWithoutRequest {
    width: 100%;
    padding-right: 60px;
  }
  .modal-calendar .noteElement {
    margin-left: 0;
    min-height: 30px;
  }
  .modal-calendar .air-datepicker--content,
  .modal-calendar #calendar,
  .modal-calendar .air-datepicker--navigation {
    width: 100%;
  }
  .modal-calendar .textInCell {
    max-width: 115px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-calendar .redactNote {
    height: 20px;
    width: 20px;
    font-size: 16px;
    top: 6px;
  }
  .modal-calendar .deleteNote {
    margin: 0;
    height: 20px;
    width: 20px;
    font-size: 16px;
    margin-left: 5px;
    padding-right: 7px;
    top: 3px;
  }
  .modal-calendar .deleteNote .fa {
    top: 0;
  }
  .modal-calendar .requestNote {
    display: flex;
    flex-direction: column;
  }
  .modal-calendar .note-process-wrapper .user-name-block-item {
    margin-left: 0;
  }
}
@media (max-width: 1150px) {
  .modal-calendar .requestNote {
    flex-direction: row;
  }
}
@media (max-width: 1110px) {
  .modal-calendar .myWrap {
    flex-wrap: wrap;
  }
  .modal-calendar .noteElementDate {
    width: 57px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .modal-calendar .air-datepicker-cell.-day-.-current- .calendarDate {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .modal-calendar .textInCell {
    margin-top: 3px;
    max-width: 70px;
  }
  .modal-calendar .air-datepicker {
    --adp-day-cell-height: 49px;
  }
  .modal-calendar .deleteNote,
  .modal-calendar .redactNote,
  .modal-calendar .noteDate {
    display: flex;
    align-self: flex-start;
  }
  .modal-calendar .popup_calendar {
    width: auto;
  }
}
@media (max-width: 600px) {
  .modal-calendar .popup_calendar {
    width: 96%;
  }
  .modal-calendar .air-datepicker--content,
  .modal-calendar .air-datepicker.-inline-,
  .modal-calendar .air-datepicker--navigation,
  .modal-calendar .air-datepicker--content,
  .modal-calendar #calendar {
    width: 100%;
  }
  .modal-calendar .textInCell {
    max-width: 50px;
  }
}
@media (max-width: 580px) {
  .modal-calendar .myWrap {
    padding: 0 10px 20px;
  }
}
@media (max-width: 520px) {
  .modal-calendar .popup_calendar {
    width: 94%;
  }
  .modal-calendar .air-datepicker--content, .modal-calendar .air-datepicker.-inline-, .modal-calendar .air-datepicker--navigation, .modal-calendar .air-datepicker--content, .modal-calendar #calendar,
  .modal-calendar .air-datepicker-body--cells.-days- {
    width: 100%;
  }
  .modal-calendar .air-datepicker {
    --adp-day-cell-height: 45px;
  }
  .modal-calendar .calendarDate {
    height: 14px;
    width: 15px;
    font-size: 10px;
  }
  .modal-calendar .textInCell {
    font-size: 9px;
  }
  .modal-calendar .air-datepicker-body--day-name {
    font-size: 10px;
  }
  .modal-calendar .countNotes {
    top: 27px;
    font-size: 7px;
    height: 13px;
  }
  .modal-calendar .air-datepicker-cell.-day-.-current- .calendarDate {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
  .modal-calendar .addNote {
    min-height: 30px;
  }
  .modal-calendar .textInCell {
    max-width: 40px;
  }
}
@media (max-width: 410px) {
  .modal-calendar .noteDate {
    min-width: 30px;
    font-size: 12px;
  }
  .modal-calendar .noteTextWithoutRequest {
    font-size: 11px;
  }
  .modal-calendar .air-datepicker-nav--title {
    font-size: 12px;
  }
  .modal-calendar .air-datepicker--navigation {
    height: 27px;
  }
  .modal-calendar .redactNote {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
  }
  .modal-calendar .deleteNote {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 2px;
  }
  .modal-calendar .noteElement {
    min-height: 26px;
  }
  .modal-calendar .textInCell {
    max-width: 34px;
  }
}
@media (max-width: 350px) {
  .modal-calendar .air-datepicker {
    --adp-day-cell-height: 40px;
  }
  .modal-calendar .modal-title {
    font-size: 18px;
    line-height: 20px;
  }
  .modal-calendar .air-datepicker-nav--title {
    height: 18px;
  }
  .modal-calendar .air-datepicker-nav {
    height: initial;
  }
  .modal-calendar .myWrap {
    max-height: 480px;
  }
  .modal-calendar .textInCell {
    max-width: 28px;
  }
}

@media (max-width: 375px) {
  .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(14px) !important;
  }
  .checkbox-ios .checkbox-ios-switch:before {
    height: 22px !important;
    width: 22px !important;
  }
  .checkbox-ios-switch {
    height: 26px !important;
    width: 42px !important;
  }
}
@media (max-width: 340px) {
  .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(11px) !important;
  }
  .checkbox-ios .checkbox-ios-switch:before {
    height: 20px !important;
    width: 20px !important;
  }
  .checkbox-ios-switch {
    height: 24px !important;
    width: 38px !important;
  }
}
.onRightCalendar {
  right: -100% !important;
}

.modal-notes {
  width: 842px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  transition: right 1.5s ease;
}
@media (max-width: 900px) {
  .modal-notes {
    width: 97%;
  }
  .modal-notes .notesBlock {
    width: 100% !important;
    padding-right: 20px;
  }
}

.my-news-wrapper {
  margin-top: 20px;
  display: flex;
}
.my-news-wrapper .my-news-container {
  height: auto;
  width: 100%;
  /*.my-news-item-block {*/
  /*  padding-left: 20px;
      max-height: 355px;
      overflow-y: scroll;*/
  /*.note-element-wrapper {
      font-size: 14px;
      border: 1px solid rgba(103, 183, 220, 0.55);
      border-radius: 5px;
      background: rgba(103, 183, 220, 0.15);
      margin: 5px;*/
}
.my-news-wrapper .my-news-container .ais-page-title {
  color: var(--link-color);
  display: flex;
}
.my-news-wrapper .my-news-container .my-news-items {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  overflow-y: scroll;
  max-height: 220px;
  padding-right: 10px;
  /*> :not(:first-child) {
      padding-top: 35px;
  }*/
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item {
  /*}*/
  /*}*/
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item .my-news-item-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  /*position: relative;*/
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item .my-news-item-container .my-news-item-date {
  /*font-size: 16px;
  color: var(--primary);*/
  min-width: 75px;
  text-align: center;
  padding-right: 5px;
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item .my-news-item-container .my-news-item-border-container {
  border-left: 1px solid #2f2e38;
  display: inline-block;
  width: 0;
  height: 1.7em;
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item .my-news-item-container .my-news-item-text-container {
  padding: 5px 5px 5px 10px;
  flex-grow: 1;
  display: flex;
  padding-left: 8px;
  align-items: center;
  /*.my-news-ok-wrapper {*/
  /*  padding-right: 30px;
      width: fit-content;*/
  /*display: flex;
      min-width: 50px;
      justify-content: center;

      .my-news-ok {
          font-size: 20px;
          color: var(--primary);
          background-color: rgba(103,183,220,.15);
          border: 1px solid var(--primary);
          border-radius: 15px;
          align-items: flex-end;
          display: flex;
          height: 30px;
          width: 30px;
          padding: 5px;
          cursor: pointer;
          justify-content: center;
      }
  }*/
}
.my-news-wrapper .my-news-container .my-news-items .my-news-item .my-news-item-container .my-news-item-text-container .my-news-item-text {
  color: #2f2e38;
  flex-grow: 1;
}

.no-default-css {
  /* 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;
  }*/
}
.no-default-css html, .no-default-css body, .no-default-css div, .no-default-css span, .no-default-css applet, .no-default-css object, .no-default-css iframe,
.no-default-css h1, .no-default-css h2, .no-default-css h3, .no-default-css h4, .no-default-css h5, .no-default-css h6, .no-default-css p, .no-default-css blockquote, .no-default-css pre,
.no-default-css a, .no-default-css abbr, .no-default-css acronym, .no-default-css address, .no-default-css big, .no-default-css cite, .no-default-css code,
.no-default-css del, .no-default-css dfn, .no-default-css em, .no-default-css img, .no-default-css ins, .no-default-css kbd, .no-default-css q, .no-default-css s, .no-default-css samp,
.no-default-css small, .no-default-css strike, .no-default-css strong, .no-default-css sub, .no-default-css sup, .no-default-css tt, .no-default-css var,
.no-default-css b, .no-default-css u, .no-default-css i, .no-default-css center,
.no-default-css dl, .no-default-css dt, .no-default-css dd, .no-default-css ol, .no-default-css ul, .no-default-css li,
.no-default-css fieldset, .no-default-css form, .no-default-css label, .no-default-css legend,
.no-default-css table, .no-default-css caption, .no-default-css tbody, .no-default-css tfoot, .no-default-css thead, .no-default-css tr, .no-default-css th, .no-default-css td,
.no-default-css article, .no-default-css aside, .no-default-css canvas, .no-default-css details, .no-default-css embed,
.no-default-css figure, .no-default-css figcaption, .no-default-css footer, .no-default-css header, .no-default-css hgroup,
.no-default-css menu, .no-default-css nav, .no-default-css output, .no-default-css ruby, .no-default-css section, .no-default-css summary,
.no-default-css time, .no-default-css mark, .no-default-css audio, .no-default-css video {
  margin: 0;
  padding: 0;
  /* border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;*/
}

.edit-settings-position-modal .item_stepposition {
  width: 30%;
}
.edit-settings-position-modal .item_stepposition .select2 {
  width: 100% !important;
  padding-right: 20px;
}
.edit-settings-position-modal .workflow-step-position-name {
  width: 20% !important;
}
.edit-settings-position-modal .item_stepposition-select {
  width: 100%;
}

:root {
  --primary-rgb: 82, 152, 185;
  --primary: #5298b9;
  --primary-025: rgba(var(--primary-rgb), 0.25);
  --primary-015: rgba(var(--primary-rgb), 0.15);
  --navbar-color: #2f2e38;
  --navbar-color-bg: #5298b9;
  --navbar-link-color: #fff;
  --navbar-link-hover-color: #ffffff;
  --navbar-link-active-color: #ffffff;
  --leftbar-color: #3A3847;
  --leftbar-color-but: #33313e;
  --leftbar-color-but-link: #ffffff;
  --leftbar-color-but-link-hover: #ffffff;
  --bg-color: #efeff5;
  --bg-block-color: #ffffff;
  --dark: #2f2e38;
  --text-color: #2f2e38;
  --secondary: #ebedf2;
  --link-color: #007bff;
  --link-secondary-color: #5d5b6f;
  --secondary-text-color: #ffffff;
  --secondary-title-color: #ffffff;
  --success: #1cac81;
  --danger: #fd397a;
  --warning: #ffc107;
  --info: #17a2b8;
  --light: #f8f9fa;
  --link-hover-color: rgba(82, 152, 185, 0.85);
  --link-active-color: #5298b9;
  --link-inactive-color: #808080;
  --base-button-color: #5298b9;
  --secondary-button-color: #ffffff;
  --success-button-color: #1dc9b7;
  --danger-button-color: #fd397a;
  --base-text-color: #ffffff;
  --sidebar-menu-title-color: #b1afbc;
  --sidebar-menu-title-secondary-color: #414b4c;
  --main-title-color: #2f2e38;
  --card-bg-color: #ffffff;
  --main-border-color: #ced4da;
  --secondary-border-color: #ebedf2;
  --select-hover-bg-color: #10a0e3;
  --chat-active-color: #bdbbca;
  --body-bg: #efeff5;
  --body-color: #2f2e38;
  --border-radius: 4px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --transition-base: all 0.2s ease-in-out;
  --left-sb-width: 250px;
  --left-sb-mini-width: 80px;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1800px;
}
